@charset "UTF-8";
/*!
 * Mmenu Light v3.0.2
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 282px;
  --mm-ocd-max-width: 360px;
}
body.mm-ocd-opened {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow-y: hidden;
}
.mm-ocd {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition-delay: 0.45s, 0.15s;
  -moz-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
  -webkit-transition-duration: 0s, 0.3s;
  -moz-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  -moz-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: all;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-ocd__content {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 282px;
  min-width: var(--mm-ocd-min-width);
  max-width: 360px;
  max-width: var(--mm-ocd-max-width);
  height: 100dvh;
  min-height: 100dvh;
  background: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.mm-ocd__backdrop {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  width: -webkit-calc(100% - 80%);
  width: -moz-calc(100% - 80%);
  width: 20%;
  width: -webkit-calc(100% - var(--mm-ocd-width));
  width: -moz-calc(100% - var(--mm-ocd-width));
  width: calc(100% - var(--mm-ocd-width));
  min-width: -webkit-calc(100% - 360px);
  min-width: -moz-calc(100% - 360px);
  min-width: calc(100% - 360px);
  min-width: -webkit-calc(100% - var(--mm-ocd-max-width));
  min-width: -moz-calc(100% - var(--mm-ocd-max-width));
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: -webkit-calc(100% - 282px);
  max-width: -moz-calc(100% - 282px);
  max-width: calc(100% - 282px);
  max-width: -webkit-calc(100% - var(--mm-ocd-min-width));
  max-width: -moz-calc(100% - var(--mm-ocd-min-width));
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a.mobile-menu__link,
.mm-spn li,
.mm-spn ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}
:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}
.mm-spn {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 130%;
  padding-right: 30%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  cursor: default;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  -moz-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}
.mm-spn li {
  position: relative;
  background: inherit;
  color: #fff;
  cursor: pointer;
}
.mm-spn li a {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 1024px) {
  .mm-spn li:hover {
    color: #243970;
  }
}
html.color-white .mm-spn li {
  color: #000;
}
@media (min-width: 1024px) {
  html.color-white .mm-spn li:hover {
    color: #000;
    text-decoration: underline;
  }
}
html.color-white .mm-spn hr {
  border-color: #000;
}
html.color-black .mm-spn li {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .mm-spn li:hover {
    color: #fff;
    text-decoration: underline;
  }
}
html.color-black .mm-spn hr {
  border-color: #fff;
}
.mm-spn .mobile-menu__item ul {
  padding-left: 20px;
}
.mm-spn .mobile-menu__items hr {
  display: block;
  width: 90%;
  height: 1px;
  margin: 8px auto;
  padding: 0;
  border: 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.mm-spn a.mobile-menu__link {
  z-index: 1;
  position: relative;
  margin-top: -webkit-calc((50px - 24px) / 2);
  margin-top: -moz-calc((50px - 24px) / 2);
  margin-top: 13px;
  margin-top: -webkit-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-top: -moz-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-top: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2);
  margin-bottom: -webkit-calc((50px - 24px) / 2);
  margin-bottom: -moz-calc((50px - 24px) / 2);
  margin-bottom: 13px;
  margin-bottom: -webkit-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-bottom: -moz-calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  margin-bottom: calc(
    (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2
  );
  padding-right: 20px;
  padding-right: var(--mm-spn-item-indent);
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
  font-size: 13px;
  text-transform: uppercase;
}
.mm-spn a.mobile-menu__link:not(.mobile-menu__link_thin) {
  font-weight: 600;
}
.mm-spn a.mobile-menu__link.mobile-menu__link_thin {
  font-weight: 200;
}
.mm-spn a.mobile-menu__link.phone {
  margin-top: 18px;
  margin-bottom: 7px;
  color: #243970;
  font-size: 16px;
  font-weight: 700;
}
.mm-spn a.mobile-menu__link {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn span {
  background: rgba(0, 0, 0, 0);
}
.mm-spn.mm-spn--light {
  background: #00a2dd;
  color: #fff;
}
html.color-white .mm-spn.mm-spn--light {
  background: #fff;
}
html.color-black .mm-spn.mm-spn--light {
  background: #000;
}
.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  position: static;
  width: 100%;
  padding-right: 0;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: -webkit-calc(50px / 2);
  height: -moz-calc(50px / 2);
  height: 25px;
  height: -webkit-calc(var(--mm-spn-item-height) / 2);
  height: -moz-calc(var(--mm-spn-item-height) / 2);
  height: -webkit-calc(var(--mm-spn-item-height) / 2);
  height: -moz-calc(var(--mm-spn-item-height) / 2);
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%);
  -moz-transform: rotate(135deg) translate(-50%);
  -ms-transform: rotate(135deg) translate(-50%);
  -o-transform: rotate(135deg) translate(-50%);
  transform: rotate(135deg) translate(-50%);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  display: none;
  content: none;
}
.select2-container {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
}
.select2-container,
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  -webkit-user-select: none;
  display: block;
  height: 40px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  padding-left: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir='rtl']
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 32px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  padding-left: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0;
  border: none;
  font-size: 100%;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 1051;
  position: absolute;
  left: -100000px;
  width: 100%;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
}
.select2-results {
  display: block;
}
.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select2-results__option {
  -webkit-user-select: none;
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
html.color-black .select2-dropdown,
html.color-white .select2-dropdown {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.color-white .select2-dropdown {
  border-color: #161616;
  background: #fff;
}
html.color-black .select2-dropdown {
  border-color: #fff;
  background: #161616;
}
.select2-close-mask {
  display: block;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.select2-container--default .select2-selection--single.select2_grey {
  border-color: #dce4e8;
  background: #f1f3f4;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #243970;
  line-height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  float: right;
  font-weight: 700;
  cursor: pointer;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 7px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/svg/accord-arrow/accord-arrow_primary.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: default;
  opacity: 0.4;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0.3;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  cursor: text;
}
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
  float: right;
  font-weight: 700;
  cursor: pointer;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  float: left;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: 700;
  cursor: pointer;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  cursor: default;
  opacity: 0.4;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  border: none;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #1074b9 #fff;
  max-height: 400px;
  overflow-y: auto;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 11px;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #1074b9;
}
.select2-container--default .select2-results__option {
  color: #243970;
}
.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #f3f3f3;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1074b9;
  color: #fff;
}
.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
select.select2-hidden-accessible[data-isValid='false']
  ~ .select2.select2-container--default
  .select2-selection--single {
  border-color: #e74c3c;
}
html.color-black
  .select2-container--default
  .select2-results__option[aria-selected='true'],
html.color-white
  .select2-container--default
  .select2-results__option[aria-selected='true'] {
  border-left: 0.2px solid #161616;
}
.form.form-in-text .select2-container--default .select2-results__option {
  color: #161616;
}
.form.form-in-text
  .select2-container--default
  .select2-results__option[aria-selected='true'] {
  border-color: #dce4e8;
  background: #f1f3f4;
}
.form.form-in-text
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #161616;
  color: #fff;
}
.form.form-in-text .select2-selection--single {
  border-color: #dce4e8;
  background: #f1f3f4;
}
.form.form-in-text .select2-selection--single .select2-selection__rendered {
  color: #243970;
}
.select2_without-arrow .select2-selection__arrow {
  display: none;
}
html.color-white
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #161616;
}
html.color-white .select2-container--default .select2-results__option {
  color: #161616;
}
html.color-white
  .select2-container--default
  .select2-results__option[aria-selected='true'] {
  border-color: #161616;
  background-color: #d8d8d8;
}
html.color-white
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #161616;
  color: #fff;
}
html.color-white
  .select2-container--default
  .select2-results
  > .select2-results__options {
  scrollbar-color: #161616 #fff;
}
html.color-white
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}
html.color-white
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border-color: #fff;
  background-color: #161616;
}
html.color-white .select2-selection--single,
html.color-white .select2-selection--single.select2_grey {
  border-color: #161616;
  background: #fff;
}
html.color-white .select2-selection--single .select2-selection__rendered {
  color: #161616;
}
html.color-white .select2-selection--single .select2-selection__arrow b {
  background: url(../img/svg/accord-arrow/accord-arrow_black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
html.color-black
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #fff;
}
html.color-black .select2-container--default .select2-results__option {
  color: #fff;
}
html.color-black
  .select2-container--default
  .select2-results__option[aria-selected='true'] {
  border-color: #fff;
  background-color: #acabab;
  color: #161616;
}
html.color-black
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #161616;
}
html.color-black
  .select2-container--default
  .select2-results
  > .select2-results__options {
  scrollbar-color: #fff #161616;
}
html.color-black
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #161616;
}
html.color-black
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border-color: #161616;
  background-color: #fff;
}
html.color-black .select2-selection--single,
html.color-black .select2-selection--single.select2_grey {
  border-color: #fff;
  background: #161616;
}
html.color-black .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
html.color-black .select2-selection--single .select2-selection__arrow b {
  background: url(../img/svg/accord-arrow/accord-arrow_white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.select2-container--classic .select2-selection--single {
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: -moz-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    to(#eeeeee)
  );
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  margin-right: 10px;
  float: right;
  font-weight: 700;
  cursor: pointer;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: -moz-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 0;
}
.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  background: rgba(0, 0, 0, 0);
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 4px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: -moz-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eeeeee)
  );
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: -moz-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eeeeee),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  cursor: text;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  float: left;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: 700;
  cursor: pointer;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
  float: right;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.datepicker--cells {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell,
.datepicker--cells {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.datepicker--cell:not(.-disabled-) {
  font-weight: 700;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell:not(.-disabled-) {
  background: #0b6aa2;
  color: #fff;
}
.datepicker--cell.-current- {
  color: #e30613;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #e30613;
}
.datepicker--cell.-in-range- {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(16, 116, 185, 0.1);
  color: #4a4a4a;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(16, 116, 185, 0.2);
}
.datepicker--cell.-disabled- {
  color: #aeaeae;
  cursor: default;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(48, 175, 207, 0.5);
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background-color: rgba(16, 116, 185, 0.1);
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(48, 175, 207, 0.5);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: rgba(16, 116, 185, 0.1);
}
.datepicker--cell.-range-from-.-range-to- {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
  cursor: default;
  pointer-events: none;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #f0f0f0;
  color: #aeaeae;
}
.datepicker--cell.-selected-.-focus- {
  background: #30afcf;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name,
.datepicker--days-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--day-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #243970;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.datepicker--day-name.-weekend- {
  color: #30afcf;
}
.datepicker--cell-day {
  width: 14.28571%;
  border: 1px solid white;
}
.datepicker--cell-day.-weekend- {
  color: #30afcf;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 32px;
  padding: 4px;
  border-bottom: 1px solid #efefef;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.datepicker--nav-action {
  width: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #1074b9;
  stroke-width: 2px;
}
.datepicker--nav-title {
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #0b6aa2;
  font-weight: 600;
}
.datepicker--nav-title i {
  margin-left: 5px;
  font-style: normal;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  background: none;
  cursor: default;
}
.datepicker--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #e30613;
  cursor: pointer;
}
.datepicker--button:hover {
  background: #f0f0f0;
  color: #4a4a4a;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #f0f0f0;
  color: #aeaeae;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #59bfd9;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(16, 116, 185, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(16, 116, 185, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}
.datepicker--time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 138px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 153px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  max-width: 153px;
  margin-right: 10px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 10px;
  font-size: 14px;
  text-align: center;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  z-index: 1;
  position: relative;
  font-size: 19px;
  line-height: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  z-index: -1;
  position: absolute;
  top: -3px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f0f0f0;
  content: '';
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 1px;
  margin-left: 6px;
  color: #9c9c9c;
  font-size: 11px;
  text-transform: uppercase;
}
.datepicker--time-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 17px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#dedede),
      to(#dedede)
    )
    left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: -moz-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#dedede),
      to(#dedede)
    )
    left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: -moz-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
  font-size: 11px;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  -webkit-appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  border-color: #30afcf;
  background: #30afcf;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  border-color: #30afcf;
  background: #30afcf;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  border-color: #30afcf;
  background: #30afcf;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.datepicker--time-row input[type='range']::-ms-track {
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 5px -1px 0;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #9c9c9c;
  font-size: 16px;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  position: absolute;
  background: currentColor;
  content: '';
}
.datepicker--time-icon:after {
  top: -webkit-calc(50% + 1px);
  top: -moz-calc(50% + 1px);
  top: calc(50% + 1px);
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: 0.4em;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  top: -webkit-calc(50% + 1px);
  top: -moz-calc(50% + 1px);
  top: calc(50% + 1px);
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
  width: 0.4em;
  height: 1px;
}
.datepickers-container {
  position: absolute;
  top: 0;
  left: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 100;
  position: absolute;
  left: -100000px;
  width: 250px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #4a4a4a;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, left 0s 0.3s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, left 0s 0s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
    -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
    -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  position: static;
  right: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  z-index: -1;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: -webkit-calc(100% - 4px);
  top: -moz-calc(100% - 4px);
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: -webkit-calc(100% - 4px);
  right: -moz-calc(100% - 4px);
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: -webkit-calc(100% - 4px);
  bottom: -moz-calc(100% - 4px);
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: -webkit-calc(100% - 4px);
  left: -moz-calc(100% - 4px);
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: -webkit-calc(50% - 5px);
  left: -moz-calc(50% - 5px);
  left: -webkit-calc(50% - 10px / 2);
  left: -moz-calc(50% - 10px / 2);
  left: calc(50% - 5px);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: -webkit-calc(50% - 10px / 2);
  top: -moz-calc(50% - 10px / 2);
  top: calc(50% - 5px);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
ol,
ul {
  padding: 0;
}
input::-ms-clear {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}
body,
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
div[class^='bx'] img,
table[class^='bx'] img {
  max-width: none;
}
ol,
ul {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img:not([class^='fd']) {
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: #000;
  color: initial;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-slide:focus,
.slick-slide a {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 40%;
  width: 20px;
  height: 20px;
  padding: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
@font-face {
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'),
    url(fonts/slick.woff) format('woff'),
    url(fonts/slick.ttf) format('truetype'),
    url(fonts/slick.svg#slick) format('svg');
  font-family: slick;
  font-style: normal;
  font-weight: 400;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  padding: 5px;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  color: #000;
  content: '';
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  top: 50%;
  left: 50%;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #00a2dd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  color: #00a2dd;
  content: '';
  opacity: 0.75;
}
.material-scrolltop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
  position: fixed;
  right: 23px;
  bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  background: #0070ba;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}
.material-scrolltop:not(.accept-block-dismissed) {
  background: #fff;
}
.material-scrolltop:not(.accept-block-dismissed) .icon-back-top .fill {
  fill: #0070ba;
}
.material-scrolltop .icon-back-top {
  width: 0;
  height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .material-scrolltop:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5),
      0 3px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5),
      0 3px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  .material-scrolltop:hover .icon-back-top {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.material-scrolltop.reveal {
  width: 56px;
  height: 56px;
}
.material-scrolltop.reveal .icon-back-top {
  width: 16px;
  height: 16px;
}
@media (max-width: 1400px) {
  .material-scrolltop {
    right: 15px;
    bottom: 15px;
  }
  .material-scrolltop.reveal {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1024px) {
  .material-scrolltop {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .material-scrolltop {
    right: 10px;
    bottom: 10px;
  }
  .material-scrolltop.reveal {
    width: 40px;
    height: 40px;
  }
}
html.color-black .material-scrolltop.reveal,
html.color-white .material-scrolltop.reveal {
  border-width: 2px;
  border-style: solid;
}
html.color-white .material-scrolltop,
html.color-white:not(.accept-block-dismissed) {
  border-color: #161616;
  background: #fff;
}
html.color-white .material-scrolltop .icon-back-top .fill,
html.color-white:not(.accept-block-dismissed) .icon-back-top .fill {
  fill: #161616;
}
html.color-black .material-scrolltop,
html.color-black:not(.accept-block-dismissed) {
  border-color: #fff;
  background: #161616;
}
html.color-black .material-scrolltop .icon-back-top .fill,
html.color-black:not(.accept-block-dismissed) .icon-back-top .fill {
  fill: #fff;
}
.blocker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  background: rgba(16, 116, 185, 0.7);
  text-align: center;
}
.blocker:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.05em;
  vertical-align: middle;
  content: '';
}
.blocker.behind {
  background-color: rgba(0, 0, 0, 0);
}
.modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 2;
  position: relative;
  width: 90%;
  max-width: 430px;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: left;
  vertical-align: middle;
}
.modal_subscribe-to-news {
  padding: 30px;
}
.modal_arrange-appointment {
  padding-top: 30px;
}
.modal_job {
  padding: 32px 28px 45px;
}
.modal_job .input-with-label {
  margin-bottom: 17px;
}
.modal_job .form-info {
  display: block;
  margin-top: 11px;
}
.modal_job .form-footer {
  margin-top: 27px;
}
.modal_job .form-footer .btn {
  margin-top: 35px;
}
.modal_viv-calc {
  padding: 30px;
}
.modal_viv-calc .modal-title {
  font-weight: 400 !important;
}
.modal_viv-calc__block {
  display: none;
}
.modal_viv-calc #waterIn-results-block {
  margin-bottom: 15px;
}
.modal a.close-modal {
  display: none;
}
.modal-title {
  margin-bottom: 10px;
  font-size: 1.71428571rem;
  font-weight: 300;
  line-height: 2.14285714rem;
}
.modal-title:not(.form-title_space-bottom) {
  margin-top: 30px;
}
.modal-title.modal-title_without-space {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 20px;
  padding: 12px 16px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #111;
}
.modal-spinner > div {
  -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
  display: inline-block;
  width: 2px;
  height: 20px;
  margin: 0 1px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-o-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (max-width: 1024px) {
  .modal {
    padding: 35px;
  }
}
@media (max-width: 850px) {
  .modal {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .modal {
    padding: 15px;
  }
}
html.scale .modal {
  padding: 20px;
}
html.color-black .blocker,
html.color-white .blocker {
  background: rgba(22, 22, 22, 0.8);
}
html.color-white .modal {
  background: #fff;
}
html.color-black .modal {
  border: 2px solid #fff;
  background: #161616;
}
.apply-overlay:after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #1074b9;
  content: '';
  opacity: 0.4;
}
html.color-black .apply-overlay:after,
html.color-white .apply-overlay:after {
  opacity: 0.8;
}
html.color-white .apply-overlay {
  border: 2px solid #000;
}
html.color-white .apply-overlay:after {
  background: #fff;
}
html.color-black .apply-overlay:after {
  background: #161616;
}
.img-as-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
}
html.color-black .img-as-bg,
html.color-white .img-as-bg {
  opacity: 0.4;
}
.card {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card__bg_primary {
  background: #1074b9;
}
.card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
}
.card__content * {
  max-width: 100%;
}
html.color-black .card__bg_primary,
html.color-white .card__bg_primary {
  background: none;
}
.ul_rvk-logos > li {
  position: relative;
  padding-left: 50px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ul_rvk-logos > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 29px;
  background: url(../../assets/img/svg/logo/logo_white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  content: '';
}
.ul_rvk-logos > li:not(:last-child) {
  margin-bottom: 30px !important;
}
.ul_rvk-logos-small > li {
  padding-left: 33px;
}
.ul_rvk-logos-small > li:not(:last-child) {
  margin-bottom: 22px;
}
.ul_rvk-logos-blue > li:before {
  width: 15px;
  height: 20px;
  background: url(../../assets/img/svg/logo/logo_blue.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (max-width: 768px) {
  .ul_rvk-logos > li {
    padding-left: 30px;
    font-size: 0.92857143rem;
    line-height: 1.35714286rem;
  }
  .ul_rvk-logos > li:before {
    width: 17px;
    height: 23px;
  }
  .ul_rvk-logos > li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
html.color-white .ul_rvk-logos > li:before {
  background: url(../../assets/img/svg/logo/logo_black.svg);
}
html.color-black .ul_rvk-logos > li:before {
  background: url(../../assets/img/svg/logo/logo_white.svg);
}
.grid_2-cells {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.colorPrimary {
  color: #1074b9 !important;
}
.colorPrimary2 {
  color: #00a2dd !important;
}
.colorPrimary3 {
  color: #243970 !important;
}
.colorCyan {
  color: #30afcf !important;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-flex-wrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mx-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .text-decoration-underline:hover {
    text-decoration: none;
  }
}
hr {
  display: block;
  height: 2px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cdcdcd;
}
hr:not(.hr_only-bottom-space) {
  margin-top: 2em;
}
hr:not(.hr_only-top-space) {
  margin-bottom: 2em;
}
hr.hr_space-S {
  margin-top: 1em;
  margin-bottom: 1em;
}
hr.hr_only-top-space-S {
  margin-top: 1em;
  margin-bottom: 0;
}
hr.dashed {
  border-style: dashed;
  border-color: #cdcdcd;
}
hr.colorPrimary {
  border-color: #1074b9;
}
hr.colorPrimary2 {
  border-color: #00a2dd;
}
hr.colorPrimary3 {
  border-color: #243970;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html.color-white hr.colorPrimary,
html.color-white hr.colorPrimary2,
html.color-white hr.colorPrimary3,
html.color-white hr.dashed {
  border-color: #161616;
}
html.color-white .colorCyan,
html.color-white .colorPrimary,
html.color-white .colorPrimary2,
html.color-white .colorPrimary3 {
  color: #161616 !important;
}
html.color-black hr.colorPrimary,
html.color-black hr.colorPrimary2,
html.color-black hr.colorPrimary3,
html.color-black hr.dashed {
  border-color: #fff;
}
html.color-black .colorCyan,
html.color-black .colorPrimary,
html.color-black .colorPrimary2,
html.color-black .colorPrimary3 {
  color: #fff !important;
}
.resume_error,
.resume_success {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block {
  display: block;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-moz-keyframes hvr-buzz-out {
  10% {
    -moz-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -moz-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -moz-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -moz-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -moz-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -moz-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -moz-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -moz-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -moz-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -moz-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-o-keyframes hvr-buzz-out {
  10% {
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@media (min-width: 1024px) {
  .buzzOutAnim:hover svg {
    -webkit-animation-name: hvr-buzz-out;
    -moz-animation-name: hvr-buzz-out;
    -o-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
@media (min-width: 1024px) {
  html.color-white .anim-underline-link:hover:after {
    background: #161616;
  }
}
.anim-underline-link {
  -moz-width: -moz-fit-content;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.anim-underline-link.footer-menu__item {
  display: table;
}
@-webkit-keyframes strike {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50.01% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@-moz-keyframes strike {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50.01% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  to {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@-o-keyframes strike {
  0% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50.01% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  to {
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes strike {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  50.01% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  to {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@media (min-width: 1024px) {
  .anim-underline-link:hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-animation: strike 0.75s ease-in-out forwards;
    -moz-animation: strike 0.75s ease-in-out forwards;
    -o-animation: strike 0.75s ease-in-out forwards;
    animation: strike 0.75s ease-in-out forwards;
    content: ' ';
  }
}
.blink-text {
  -webkit-animation: blinker 2s ease;
  -moz-animation: blinker 2s ease;
  -o-animation: blinker 2s ease;
  animation: blinker 2s ease;
  opacity: 1;
}
@-webkit-keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blinker {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-std {
  margin-top: 70px;
  margin-bottom: 70px;
}
.section-std_S {
  margin-top: 35px;
  margin-bottom: 35px;
}
.section-std_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1160px) {
  .section-std {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-std_S {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section-std {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-std_S {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.section-title-std {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .section-title-std {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .section-title-std {
    text-align: center;
    word-break: break-all;
  }
}
html.color-black .section-title-std {
  color: #fff;
}
.overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: -webkit-calc(1160px + 35px);
  max-width: -moz-calc(1160px + 35px);
  max-width: 1195px;
  height: 100vh;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-filter: brightness(1.2) grayscale(1);
  filter: brightness(1.2) grayscale(1);
  opacity: 0.3;
  pointer-events: none;
}
.divider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.divider_primary3 {
  color: #243970;
}
.divider_primary {
  color: #1074b9;
}
html.color-white .divider_primary,
html.color-white .divider_primary3 {
  color: #161616;
}
html.color-black .divider_primary,
html.color-black .divider_primary3 {
  color: #fff;
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: calc(1160px + 10px)) {
  .wrapper:not(.wrapper_unresponsive) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.payment-form {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px 30px;
}
.form_flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form_bc-grey {
  background: #f1f3f4;
}
.form_subscribe-to-news label {
  margin-bottom: 15px;
  font-size: 1.28571429rem;
  line-height: 1.42857143rem;
}
.form_subscribe-to-news .btn {
  margin-top: 15px;
}
.form_autorization .input-with-label {
  margin-bottom: 15px;
}
.form_autorization .form-footer {
  margin-top: 10px;
}
.form_arrange-appointment .form-title {
  margin-bottom: 24px;
}
.form_arrange-appointment .input-with-label {
  margin-bottom: 15px;
}
.form_arrange-appointment label {
  margin-bottom: 4px;
}
.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.form-footer_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-footer .submit-element-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-footer .submit-element-group button {
  margin-right: 5px;
  margin-left: 5px;
}
.form-footer .checkboxContainer,
.form-footer .submit-element {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-footer__p {
  margin-bottom: 15px;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 500;
  line-height: 1.42857143rem;
}
.form-footer__p a {
  color: #1074b9;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .form-footer__p a:hover {
    text-decoration: none;
  }
}
.form-footer__link {
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 500;
  line-height: 1.42857143rem;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .form-footer__link:hover {
    text-decoration: none;
  }
}
.form-footer_spacing-S {
  margin-top: 10px;
}
.form-title {
  margin-bottom: 10px;
}
.form-title:not(.form-title_space-bottom) {
  margin-top: 30px;
}
.form-title.form-title_without-space {
  margin-top: 0;
  margin-bottom: 0;
}
.form-info {
  color: #9fa6aa;
  font-size: 0.92857143rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.07142857rem;
}
.form-titles-block {
  margin-top: 30px;
  margin-bottom: 10px;
}
.form-titles-block .form-title {
  margin-top: 0;
  margin-bottom: 0;
}
.forget-password {
  margin-right: auto;
  margin-bottom: 15px;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .forget-password:hover {
    color: #e30613;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .form-footer {
    margin-top: 30px;
  }
}
@media (max-width: 850px) {
  .form-footer {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .form-footer {
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-footer .submit-element {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
html.color-black .form_bc-grey,
html.color-white .form_bc-grey {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
html.color-white .form_bc-grey {
  border-color: #161616;
  background: #fff;
}
html.color-white .form-footer__p,
html.color-white .form-footer__p a {
  color: #161616;
}
html.color-black .form_bc-grey {
  border-color: #fff;
  background: #161616;
}
html.color-black .form-footer__p,
html.color-black .form-footer__p a {
  color: #fff;
}
.form.payment-form {
  margin-bottom: 30px !important;
}
.form.form-in-text {
  margin-bottom: 80px;
}
.form.form-in-text .input_file__on-top,
.form.form-in-text input:not([type='submit']),
.form.form-in-text textarea {
  border: 1px solid #dce4e8;
  background: #f1f3f4;
}
.form.form-in-text input:not([type='submit']).disabled,
.form.form-in-text textarea.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form.form-in-text .input_file.disabled input[type='file'] {
  pointer-events: none;
}
.form.form-in-text .input_file.disabled .input_file__on-top {
  opacity: 0.5;
}
.form.form-in-text .input-with-label {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .form-in-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 850px) {
  .form-in-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .form-in-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .form-in-text {
    margin-bottom: 25px;
  }
}
html.color-white .form.form-in-text .input_file__on-top,
html.color-white .form.form-in-text input:not([type='submit']),
html.color-white .form.form-in-text textarea {
  border-color: #161616;
  background: #fff;
}
input:disabled,
textarea:disabled {
  opacity: 0.4;
}
.form .input-cont {
  position: relative;
}
.form .input-cont input {
  width: 100%;
}
.form .input-cont .input__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form .input_file__on-top,
.form input:not([type='submit']),
.form textarea {
  padding: 9px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #243970;
  font-size: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form .input_file__on-top.input_grey,
.form input:not([type='submit']).input_grey,
.form textarea.input_grey {
  border: 1px solid #dce4e8;
  background: #f1f3f4;
}
.form input:not([type='submit'])[data-isValid='false'],
.form textarea[data-isValid='false'] {
  border-color: #e74c3c !important;
}
.form p.error {
  color: #e74c3c !important;
  font-size: 10px;
}
.form .input_file input[data-isValid='false'] ~ .input_file__on-top {
  border-color: #e74c3c !important;
}
.form .input_file.disabled input[data-isValid='false'] ~ .input_file__on-top {
  border-color: #dce4e8 !important;
  background: #f1f3f4;
}
.form .input_file_dashed .input_file__on-top {
  border-style: dashed !important;
}
.form input.input_dashed:not([type='submit']),
.form textarea.textarea_dashed {
  border-style: dashed !important;
}
.form textarea {
  scrollbar-width: thin;
  scrollbar-color: #1074b9 #fff;
  height: 80px;
  overflow: auto;
  resize: none;
}
.form textarea::-webkit-scrollbar {
  width: 11px;
}
.form textarea::-webkit-scrollbar-track {
  background: #fff;
}
.form textarea::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #1074b9;
}
.form textarea:focus {
  outline: none;
}
html.color-white .input_file__on-top,
html.color-white input:not([type='submit']),
html.color-white textarea {
  border-color: #161616;
  color: #161616;
}
html.color-white .input_file__on-top.input_grey,
html.color-white input:not([type='submit']).input_grey,
html.color-white textarea.input_grey {
  border-color: #161616;
  background: #fff;
  color: #161616;
}
html.color-white textarea {
  scrollbar-color: #161616 #fff;
}
html.color-white textarea::-webkit-scrollbar-track {
  background: #fff;
}
html.color-white textarea::-webkit-scrollbar-thumb {
  border-color: #fff;
  background-color: #161616;
}
html.color-black .input_file__on-top,
html.color-black input:not([type='submit']),
html.color-black textarea {
  border-color: #fff;
  background: #161616;
  color: #fff;
}
html.color-black .input_file__on-top.input_grey,
html.color-black input:not([type='submit']).input_grey,
html.color-black textarea.input_grey {
  border-color: #fff;
  background: #161616;
  color: #fff;
}
html.color-black textarea {
  scrollbar-color: #fff #161616;
}
html.color-black textarea::-webkit-scrollbar-track {
  background: #161616;
}
html.color-black textarea::-webkit-scrollbar-thumb {
  border-color: #161616;
  background-color: #fff;
}
.input_file {
  position: relative;
}
.input_file input[type='file'] {
  z-index: 2;
  position: relative;
  width: 100%;
  opacity: 0;
}
.input_file__filename {
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
.input_file__on-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input_file-grey .input_file__on-top {
  border: 1px solid #dce4e8;
  background: #f1f3f4;
}
.input_file.input_file-with-file .input_file__btn_add {
  display: none;
}
.input_file.input_file-with-file .input_file__btn_delete {
  display: table;
  pointer-events: auto;
}
.input_file.input_file-with-file .input_file__btn__on-top {
  z-index: 2;
}
.input_file.input_file-with-file input[type='file'] {
  z-index: -1;
}
.input_file .input_file__btn_add {
  display: table;
}
.input_file .input_file__btn_delete {
  display: none;
  pointer-events: none;
}
html.color-white .input_file-grey .input_file__on-top {
  border-color: #161616;
  background: #fff;
}
html.color-black .input_file-grey .input_file__on-top {
  border-color: #fff;
  background: #161616;
}
label {
  margin-bottom: 3px;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
}
html.color-white label {
  color: #161616;
}
html.color-black label {
  color: #fff;
}
.input-with-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.input-with-label .input_file,
.input-with-label .select2,
.input-with-label input,
.input-with-label textarea {
  margin-top: auto;
}
.input-with-label_horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-with-label .checkboxContainer {
  margin-top: 4px;
  margin-left: -2px;
}
.input-with-label .input_file ~ .input_file {
  margin-top: 10px;
}
.input-with-label__cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.input-with-label__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input-with-label__row_2 .input-with-label,
.input-with-label__row_2 .input-with-label__row {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc((100% / 2) - 10px);
  width: -moz-calc((100% / 2) - 10px);
  width: calc(50% - 10px);
}
.input-with-label__row_3 .input-with-label,
.input-with-label__row_3 .input-with-label__row {
  width: -webkit-calc(33.33333% - 10px);
  width: -moz-calc(33.33333% - 10px);
  width: -webkit-calc((100% / 3) - 10px);
  width: -moz-calc((100% / 3) - 10px);
  width: calc(33.33333% - 10px);
}
.input-with-label_3 {
  width: -webkit-calc(25% - 10px);
  width: -moz-calc(25% - 10px);
  width: calc(25% - 10px);
}
.input-with-label_9 {
  width: -webkit-calc(75% - 10px);
  width: -moz-calc(75% - 10px);
  width: calc(75% - 10px);
}
.input-with-label_extra-mb:not(:last-child) {
  margin-bottom: 20px;
}
.input-with-label input {
  padding: 9px 12px 8px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f3f4;
}
.row-with-label-input-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-with-label-input-button input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 15px;
  margin-left: 15px;
}
.row-with-label-input-button .btn,
.row-with-label-input-button input,
.row-with-label-input-button label {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 850px) {
  .input-with-label_3 {
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
  }
  .input-with-label_9 {
    width: -webkit-calc(66.6% - 10px);
    width: -moz-calc(66.6% - 10px);
    width: calc(66.6% - 10px);
  }
}
@media (max-width: 500px) {
  .input-with-label__row_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input-with-label__row_2 .input-with-label,
  .input-with-label__row_2 .input-with-label__row {
    width: 100%;
  }
  .input-with-label__row_3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .input-with-label__row_3 .input-with-label,
  .input-with-label__row_3 .input-with-label__row {
    width: -webkit-calc(33.33333% - 5px);
    width: -moz-calc(33.33333% - 5px);
    width: -webkit-calc((100% / 3) - 5px);
    width: -moz-calc((100% / 3) - 5px);
    width: calc(33.33333% - 5px);
  }
  .input-with-label_3,
  .input-with-label_9 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (max-width: 350px) {
  .input-with-label__row_3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .input-with-label__row_3 .input-with-label:first-child,
  .input-with-label__row_3 .input-with-label:nth-child(2) {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc((100% / 2) - 5px);
    width: -moz-calc((100% / 2) - 5px);
    width: calc(50% - 5px);
  }
  .input-with-label__row_3 .input-with-label:nth-child(3) {
    width: 100%;
  }
  .input-with-label_3,
  .input-with-label_9 {
    width: 100%;
  }
}
.checkboxContainer {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxContainer.checkboxContainer_bg-white input[type='checkbox'] {
  display: none;
  pointer-events: none;
}
.checkboxContainer.checkboxContainer_bg-white
  input[type='checkbox']
  + label
  svg
  .box {
  fill: #fff;
}
.checkboxContainer input[type='checkbox'] {
  display: none;
  pointer-events: none;
}
.checkboxContainer input[type='checkbox'] + label {
  display: grid;
  grid-template-columns: auto 3fr;
  font-size: 1em;
  cursor: pointer;
}
.checkboxContainer input[type='checkbox'] + label svg {
  stroke: #dce4e8;
  stroke-width: 5;
  fill: rgba(0, 0, 0, 0);
  width: 2em;
  height: 2em;
}
.checkboxContainer input[type='checkbox'] + label svg .box {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  fill: #f1f3f4;
  -webkit-transition: stroke-dashoffset 0.3s linear;
  -o-transition: stroke-dashoffset 0.3s linear;
  -moz-transition: stroke-dashoffset 0.3s linear;
  transition: stroke-dashoffset 0.3s linear;
}
.checkboxContainer input[type='checkbox'] + label svg .check {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  fill: none;
  -webkit-transition: stroke-dashoffset 0.3s linear;
  -o-transition: stroke-dashoffset 0.3s linear;
  -moz-transition: stroke-dashoffset 0.3s linear;
  transition: stroke-dashoffset 0.3s linear;
}
.checkboxContainer input[type='checkbox'] + label span {
  margin-left: 0.3em;
  padding-top: 0.3em;
}
.checkboxContainer input[type='checkbox']:checked + label svg * {
  stroke: #1074b9;
}
.checkboxContainer input[type='checkbox']:checked + label .box {
  stroke-dashoffset: 320;
}
.checkboxContainer input[type='checkbox']:checked + label .check {
  stroke-dashoffset: 0;
}
.checkboxContainer input[type='checkbox'][data-isValid='false'] + label svg * {
  stroke: #e74c3c;
}
.checkboxContainer .checkboxText {
  margin-left: 10px;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 1.14285714rem;
}
.checkboxContainer .checkboxText a {
  color: #1074b9 !important;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .checkboxContainer .checkboxText a:hover {
    text-decoration: none;
  }
}
@media (max-width: 350px) {
  .checkboxContainer .checkboxText {
    margin-left: 5px;
    font-size: 0.85714286rem;
    line-height: 1.07142857rem;
  }
}
html.color-white .checkboxContainer input[type='checkbox'] + label svg {
  stroke: #161616;
}
html.color-white .checkboxContainer input[type='checkbox'] + label svg .box {
  fill: #fff;
}
html.color-white
  .checkboxContainer
  input[type='checkbox']:checked
  + label
  svg
  * {
  stroke: #161616;
}
html.color-white .checkboxContainer .checkboxText,
html.color-white .checkboxContainer .checkboxText a {
  color: #161616;
}
html.color-black .checkboxContainer input[type='checkbox'] + label svg {
  stroke: #fff;
}
html.color-black .checkboxContainer input[type='checkbox'] + label svg .box {
  fill: #161616;
}
html.color-black
  .checkboxContainer
  input[type='checkbox']:checked
  + label
  svg
  * {
  stroke: #fff;
}
html.color-black .checkboxContainer .checkboxText,
html.color-black .checkboxContainer .checkboxText a {
  color: #fff;
}
body {
  scrollbar-width: thin;
  scrollbar-color: #1074b9 #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #1074b9;
}
body .footer {
  margin-top: auto;
}
a:hover {
  cursor: pointer;
}
::-moz-selection {
  background: #1074b9;
  color: #fff;
}
::selection {
  background: #1074b9;
  color: #fff;
}
:root {
  scrollbar-color: #1074b9 rgba(16, 116, 185, 0.2);
  scrollbar-width: thin;
}
html.color-white ::-moz-selection {
  background: #161616;
  color: #fff;
}
html.color-white ::selection {
  background: #161616;
  color: #fff;
}
html.color-white:root {
  scrollbar-color: #161616 #fff;
}
html.color-white body {
  scrollbar-color: #161616 #fff;
}
html.color-white body::-webkit-scrollbar-track {
  background: #fff;
}
html.color-white body::-webkit-scrollbar-thumb {
  border-color: #fff;
  background-color: #161616;
}
html.color-black ::-moz-selection {
  background: #fff;
  color: #161616;
}
html.color-black ::selection {
  background: #fff;
  color: #161616;
}
html.color-black:root {
  scrollbar-color: #fff #161616;
}
html.color-black body {
  scrollbar-color: #fff #161616;
}
html.color-black body::-webkit-scrollbar-track {
  background: #161616;
}
html.color-black body::-webkit-scrollbar-thumb {
  border-color: #161616;
  background-color: #fff;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-Light.eot);
  src: local('PFBeauSansPro-Light'),
    url(../fonts/PFBeauSansPro-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-Light.woff) format('woff'),
    url(../fonts/PFBeauSansPro-Light.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-LightItalic.eot);
  src: local('PFBeauSansPro-LightItalic'),
    url(../fonts/PFBeauSansPro-LightItalic.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-LightItalic.woff) format('woff'),
    url(../fonts/PFBeauSansPro-LightItalic.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-Regular.eot);
  src: local('PFBeauSansPro-Regular'),
    url(../fonts/PFBeauSansPro-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-Regular.woff) format('woff'),
    url(../fonts/PFBeauSansPro-Regular.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-Italic.eot);
  src: local('PFBeauSansPro-Italic'),
    url(../fonts/PFBeauSansPro-Italic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-Italic.woff) format('woff'),
    url(../fonts/PFBeauSansPro-Italic.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-SemiBold.eot);
  src: local('PFBeauSansPro-SemiBold'),
    url(../fonts/PFBeauSansPro-SemiBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-SemiBold.woff) format('woff'),
    url(../fonts/PFBeauSansPro-SemiBold.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-SemiBoldItalic.eot);
  src: local('PFBeauSansPro-SemiBoldItalic'),
    url(../fonts/PFBeauSansPro-SemiBoldItalic.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-SemiBoldItalic.woff) format('woff'),
    url(../fonts/PFBeauSansPro-SemiBoldItalic.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-Bold.eot);
  src: local('PFBeauSansPro-Bold'),
    url(../fonts/PFBeauSansPro-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-Bold.woff) format('woff'),
    url(../fonts/PFBeauSansPro-Bold.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-BoldItalic.eot);
  src: local('PFBeauSansPro-BoldItalic'),
    url(../fonts/PFBeauSansPro-BoldItalic.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-BoldItalic.woff) format('woff'),
    url(../fonts/PFBeauSansPro-BoldItalic.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-Black.eot);
  src: local('PFBeauSansPro-Black'),
    url(../fonts/PFBeauSansPro-Black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-Black.woff) format('woff'),
    url(../fonts/PFBeauSansPro-Black.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-display: swap;
  src: url(../fonts/PFBeauSansPro-BlackItalic.eot);
  src: local('PFBeauSansPro-BlackItalic'),
    url(../fonts/PFBeauSansPro-BlackItalic.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/PFBeauSansPro-BlackItalic.woff) format('woff'),
    url(../fonts/PFBeauSansPro-BlackItalic.ttf) format('truetype');
  font-family: PF BeauSans Pro;
  font-style: italic;
  font-weight: 900;
}
body {
  font-family: PF BeauSans Pro, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
strong {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1074b9;
  font-weight: 500;
}
h1 {
  font-size: 3.57142857rem;
  line-height: 4.28571429rem;
}
h2 {
  color: #243970;
  font-size: 2.85714286rem;
  line-height: 3.57142857rem;
}
h3 {
  font-size: 2.14285714rem;
  line-height: 2.5rem;
}
h4 {
  font-size: 1.78571429rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.64285714rem;
  line-height: 2.35714286rem;
}
h6 {
  font-size: 1.42857143rem;
  line-height: 1.78571429rem;
}
p {
  color: #1074b9;
  font-size: 1.21428571rem;
  font-weight: 400;
  line-height: 1.57142857rem;
}
ol {
  counter-reset: my-awesome-counter;
}
ol > li {
  position: relative;
  counter-increment: my-awesome-counter;
}
ol > li:not(:last-child) {
  margin-bottom: 30px;
}
ol > li:before {
  position: absolute;
  left: 0;
  color: #243970;
  font-weight: 600;
  line-height: 1.71428571rem;
  content: counter(my-awesome-counter) '. ';
}
.toUpperCase {
  text-transform: uppercase !important;
}
.strong {
  font-weight: 700 !important;
}
.strong_M {
  font-weight: 600 !important;
}
.font-17,
ul.font-17 li {
  font-size: 17px;
  line-height: 20px;
}
.italic {
  font-style: italic;
}
.font-15 {
  font-size: 15px !important;
}
html.color-white ol li:before {
  color: #161616;
}
html.color-black ol li:before {
  color: #fff;
}
.lightFont {
  font-weight: 300;
}
.li-head,
.li-text {
  display: block;
}
.li-head {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 3.42857143rem;
    line-height: 4.14285714rem;
  }
  h2 {
    font-size: 2.71428571rem;
    line-height: 3.14285714rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.42857143rem;
  }
  h4 {
    font-size: 1.71428571rem;
    line-height: 2.07142857rem;
  }
  h5 {
    font-size: 1.57142857rem;
    line-height: 1.85714286rem;
  }
}
@media (min-width: 1200px) {
  p {
    max-width: 1200px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 2.85714286rem;
    line-height: 3.57142857rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 2.85714286rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.21428571rem;
  }
  h4 {
    font-size: 1.64285714rem;
    line-height: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h5,
  h6 {
    line-height: 1.71428571rem;
  }
  h6 {
    font-size: 1.28571429rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.21428571rem;
  }
  h2 {
    font-size: 2.14285714rem;
    line-height: 2.64285714rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.35714286rem;
  }
  h4 {
    font-size: 1.71428571rem;
    line-height: 1.92857143rem;
  }
  h5 {
    font-size: 1.35714286rem;
  }
  h5,
  h6 {
    line-height: 1.64285714rem;
  }
  h6 {
    font-size: 1.21428571rem;
  }
  ol li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  h1 {
    margin-bottom: 15px;
    font-size: 2.14285714rem;
    line-height: 2.85714286rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.42857143rem;
  }
  h3 {
    font-size: 1.64285714rem;
    line-height: 1.85714286rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.71428571rem;
  }
  h5 {
    font-size: 1.35714286rem;
    line-height: 1.64285714rem;
  }
  h6 {
    font-size: 1.21428571rem;
    line-height: 1.42857143rem;
  }
  h1:before,
  h2:before,
  h3:before,
  h4:before,
  h5:before,
  h6:before {
    display: none;
  }
  ol li:not(:last-child) {
    margin-bottom: 15px;
  }
  ol li:before {
    line-height: 1.64285714rem;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 2rem;
    line-height: 2.57142857rem;
  }
  h2 {
    font-size: 1.64285714rem;
    line-height: 2.14285714rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.78571429rem;
  }
  h4 {
    font-size: 1.35714286rem;
    line-height: 1.64285714rem;
  }
  h5 {
    font-size: 1.21428571rem;
    line-height: 1.5rem;
  }
  h6 {
    font-size: 1.14285714rem;
    line-height: 1.42857143rem;
  }
  h1:before,
  h2:before,
  h3:before,
  h4:before,
  h5:before,
  h6:before {
    display: none;
  }
  ol li:not(:last-child) {
    margin-bottom: 20px;
  }
}
html.color-white h1,
html.color-white h2,
html.color-white h3,
html.color-white h4,
html.color-white h5,
html.color-white h6 {
  color: #161616;
}
html.color-black h1,
html.color-black h2,
html.color-black h3,
html.color-black h4,
html.color-black h5,
html.color-black h6 {
  color: #fff;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-top: 35px;
  color: #243970;
}
.text h2.h_bottom-space-S,
.text h3.h_bottom-space-S,
.text h4.h_bottom-space-S,
.text h5.h_bottom-space-S,
.text h6.h_bottom-space-S {
  margin-bottom: 15px;
}
.text h2,
.text h3 {
  margin-bottom: 25px;
}
.text h4 {
  margin-bottom: 15px;
}
.text h5,
.text h6 {
  margin-bottom: 20px;
}
.text .underline {
  margin-bottom: 37px;
  padding-bottom: 20px;
}
.text .underline_dashed {
  border-bottom: 1px dashed #cdcdcd;
}
.text p {
  margin-bottom: 20px;
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 500;
  line-height: 1.78571429rem;
}
.text .meta {
  margin-bottom: 0 !important;
  font-size: 0.92857143rem;
  font-weight: 700;
}
.text .size-M {
  margin-bottom: 30px;
  font-size: 1.21428571rem;
  line-height: 2.14285714rem;
}
.text ul {
  margin-bottom: 25px;
}
.text ul li {
  position: relative;
  padding-left: 20px;
}
.text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.text ul li:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #243970;
  content: '';
}
.text li a,
.text p a {
  color: #00a2dd;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .text li a:hover,
  .text p a:hover {
    text-decoration: none;
  }
}
.text li {
  padding-left: 25px;
  color: #243970;
  font-size: 1.07142857rem;
}
.text li a {
  margin-bottom: 10px;
}
.text li ul {
  padding-left: 15px;
}
.text li li,
.text li p {
  font-size: inherit;
}
.text li p span {
  font-size: 1.07142857rem;
  font-weight: 700;
  line-height: 1.57142857rem;
}
.text > img {
  margin-top: 25px;
  margin-bottom: 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.text .inText-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text .inText-footer {
  margin-top: 50px;
}
.text ol {
  margin-bottom: 25px;
}
.text ol > li {
  padding-left: 30px;
}
.text .font-5 {
  font-size: 0.35714286rem;
}
.text .font-6 {
  font-size: 0.42857143rem;
}
.text .font-7 {
  font-size: 0.5rem;
}
.text .font-8 {
  font-size: 0.57142857rem;
}
.text .font-9 {
  font-size: 0.64285714rem;
}
.text .font-10 {
  font-size: 0.71428571rem;
}
.text .font-11 {
  font-size: 0.78571429rem;
}
.text .font-12 {
  font-size: 0.85714286rem;
}
.text .font-13 {
  font-size: 0.92857143rem;
}
.text .font-14 {
  font-size: 1rem;
}
.text .font-15 {
  font-size: 1.07142857rem;
}
.text .font-16 {
  font-size: 1.14285714rem;
}
.text .font-17 {
  font-size: 1.21428571rem;
}
.text .font-18 {
  font-size: 1.28571429rem;
}
.text .font-19 {
  font-size: 1.35714286rem;
}
.text .font-20 {
  font-size: 1.42857143rem;
}
.text .font-21 {
  font-size: 1.5rem;
}
.text .font-22 {
  font-size: 1.57142857rem;
}
.text .font-23 {
  font-size: 1.64285714rem;
}
.text .font-24 {
  font-size: 1.71428571rem;
}
.text .font-25 {
  font-size: 1.78571429rem;
}
.text .font-26 {
  font-size: 1.85714286rem;
}
.text .font-27 {
  font-size: 1.92857143rem;
}
.text .font-28 {
  font-size: 2rem;
}
.text .font-29 {
  font-size: 2.07142857rem;
}
.text .font-30 {
  font-size: 2.14285714rem;
}
.text .font-31 {
  font-size: 2.21428571rem;
}
.text .font-32 {
  font-size: 2.28571429rem;
}
.text .font-33 {
  font-size: 2.35714286rem;
}
.text .font-34 {
  font-size: 2.42857143rem;
}
.text .font-35 {
  font-size: 2.5rem;
}
.text .font-36 {
  font-size: 2.57142857rem;
}
.text .font-37 {
  font-size: 2.64285714rem;
}
.text .font-38 {
  font-size: 2.71428571rem;
}
.text .font-39 {
  font-size: 2.78571429rem;
}
.text .font-40 {
  font-size: 2.85714286rem;
}
.text .font-41 {
  font-size: 2.92857143rem;
}
.text .font-42 {
  font-size: 3rem;
}
.text .font-43 {
  font-size: 3.07142857rem;
}
.text .font-44 {
  font-size: 3.14285714rem;
}
.text .font-45 {
  font-size: 3.21428571rem;
}
.text .font-46 {
  font-size: 3.28571429rem;
}
.text .font-47 {
  font-size: 3.35714286rem;
}
.text .font-48 {
  font-size: 3.42857143rem;
}
.text .font-49 {
  font-size: 3.5rem;
}
.text .font-50 {
  font-size: 3.57142857rem;
}
.text .font-51 {
  font-size: 3.64285714rem;
}
.text .font-52 {
  font-size: 3.71428571rem;
}
.text .font-53 {
  font-size: 3.78571429rem;
}
.text .font-54 {
  font-size: 3.85714286rem;
}
.text .font-55 {
  font-size: 3.92857143rem;
}
.text .font-56 {
  font-size: 4rem;
}
.text .font-57 {
  font-size: 4.07142857rem;
}
.text .font-58 {
  font-size: 4.14285714rem;
}
.text .font-59 {
  font-size: 4.21428571rem;
}
.text .font-60 {
  font-size: 4.28571429rem;
}
.text .font-61 {
  font-size: 4.35714286rem;
}
.text .font-62 {
  font-size: 4.42857143rem;
}
.text .font-63 {
  font-size: 4.5rem;
}
.text .font-64 {
  font-size: 4.57142857rem;
}
.text .font-65 {
  font-size: 4.64285714rem;
}
.text .font-66 {
  font-size: 4.71428571rem;
}
.text .font-67 {
  font-size: 4.78571429rem;
}
.text .font-68 {
  font-size: 4.85714286rem;
}
.text .font-69 {
  font-size: 4.92857143rem;
}
.text .font-70 {
  font-size: 5rem;
}
@media (max-width: 1400px) {
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    margin-top: 30px;
  }
  .text h2,
  .text h3,
  .text h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 850px) {
  .inText-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .text h2,
  .text h3,
  .text h4 {
    margin-bottom: 10px;
  }
  .text .underline {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .text p {
    margin-bottom: 15px;
  }
  .text li,
  .text p {
    font-size: 1rem;
    line-height: 1.42857143rem;
  }
  .text li {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  html.color-black .text li a:hover,
  html.color-white .text li a:hover {
    text-decoration: none;
  }
}
html.color-white .text .underline_dashed {
  border-bottom-color: #161616;
}
html.color-white .text li,
html.color-white .text li a,
html.color-white .text p,
html.color-white .text p a {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .text li a:hover {
    color: #161616;
  }
}
html.color-white .text ul li:before {
  background: #161616;
}
html.color-white .text > img {
  border: 2px solid #000;
}
html.color-black .text .underline_dashed {
  border-bottom-color: #fff;
}
html.color-black .text li,
html.color-black .text li a,
html.color-black .text p,
html.color-black .text p a {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .text li a:hover {
    color: #fff;
  }
}
html.color-black .text ul li:before {
  background: #fff;
}
html.color-black .text > img {
  border: 2px solid #fff;
}
a.btn,
button.btn,
input[type='submit'].btn {
  cursor: pointer;
}
.btn {
  display: table;
  padding: 7px 11px;
  border: 1px solid rgba(36, 57, 112, 0.3);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
  color: #243970;
  font-size: 0.85714286rem;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  mask-image: -webkit-radial-gradient(#fff, #000);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:disabled,
.btn[disabled='true'] {
  cursor: default;
}
.btn.btn_align-to-center {
  margin-right: auto;
  margin-left: auto;
}
.btn_accept,
.btn_accept-light,
.btn_danger,
.btn_wait {
  border-color: rgba(0, 0, 0, 0);
}
.btn_wait {
  background: #ffc107;
}
.btn_accept {
  background: #b7d5ea;
}
.btn_accept-light {
  background: #28a745;
  color: #fff;
}
.btn_danger {
  background: #dc3545;
  color: #fff;
}
.btn__icon {
  margin-left: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn__icon svg.icon-arrow-svg .stroke {
  stroke: #fff;
}
.btn .btn__text {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn .btn__text.btn__text_colorPrimary {
  color: #1074b9;
}
.btn_borderless {
  border: none;
}
.btn_big {
  padding: 11px 22px;
}
.btn_big-text {
  font-size: 1.07142857rem;
}
.btn_low {
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn_low-L {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn_white {
  background: #fff;
}
.btn_white,
.btn_white .btn__text {
  color: #9fa6aa;
}
.btn_red {
  border-color: #e30613;
  background: #e30613;
}
.btn_red,
.btn_red .btn__text {
  color: #fff;
}
.btn_glass-like {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  background: hsla(0, 0%, 100%, 0.1);
}
.btn_glass-like .btn__text {
  color: #fff;
}
.btn_glass-like.btn_dark {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}
.btn_glass-like.btn_dark .btn__text {
  color: #fff;
}
.btn_trans {
  border: 1px solid hsla(0, 0%, 100%, 0.53);
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: 300;
}
.btn_frost {
  border-color: rgba(0, 0, 0, 0);
  background: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}
.btn_frost.btn_dark {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn_colorCyan,
.btn_colorPrimary,
.btn_colorPrimary2,
.btn_colorPrimary3 {
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.btn_colorCyan .btn__text,
.btn_colorPrimary2 .btn__text,
.btn_colorPrimary3 .btn__text,
.btn_colorPrimary .btn__text {
  color: #fff;
}
.btn_colorCyan svg.btn__icon.icon-arrow-svg .stroke,
.btn_colorPrimary2 svg.btn__icon.icon-arrow-svg .stroke,
.btn_colorPrimary3 svg.btn__icon.icon-arrow-svg .stroke,
.btn_colorPrimary svg.btn__icon.icon-arrow-svg .stroke {
  stroke: #fff;
}
.btn_colorCyan svg.btn__icon.icon-mail-svg .fill,
.btn_colorPrimary2 svg.btn__icon.icon-mail-svg .fill,
.btn_colorPrimary3 svg.btn__icon.icon-mail-svg .fill,
.btn_colorPrimary svg.btn__icon.icon-mail-svg .fill {
  fill: #fff;
}
.btn_colorPrimary {
  background: #1074b9;
}
.btn_colorPrimary2 {
  background: #00a2dd;
}
.btn_colorPrimary3 {
  background: #243970;
}
.btn_colorCyan {
  background: #30afcf;
}
.btn.btn_boxy {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn_wide {
  padding-right: 28px;
  padding-left: 28px;
}
.btn_font-17,
.btn_font-17 .btn__text {
  font-size: 1.21428571rem;
  font-weight: 600;
}
.btn_prepend-icon .btn__text {
  display: table-cell;
  font-size: 1rem;
  vertical-align: middle;
}
.btn_prepend-icon .btn__prepend-icon {
  display: table-cell;
  margin-right: 15px;
  vertical-align: middle;
}
.btn_prepend-icon .btn__prepend-icon.icon-ios-svg {
  margin-top: -1px;
  margin-bottom: 1px;
}
@media (min-width: 1024px) {
  .btn_prepend-icon:hover .btn__prepend-icon {
    -webkit-animation-name: btn__prepend-icon-buzz-out;
    -moz-animation-name: btn__prepend-icon-buzz-out;
    -o-animation-name: btn__prepend-icon-buzz-out;
    animation-name: btn__prepend-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.btn_append-icon .btn__text {
  font-size: 1rem;
}
.btn_append-icon .btn__icon,
.btn_append-icon .btn__text {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .btn_append-icon:hover .btn__icon {
    -webkit-animation-name: btn__prepend-icon-buzz-out;
    -moz-animation-name: btn__prepend-icon-buzz-out;
    -o-animation-name: btn__prepend-icon-buzz-out;
    animation-name: btn__prepend-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
@-webkit-keyframes btn__prepend-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-moz-keyframes btn__prepend-icon-buzz-out {
  10% {
    -moz-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -moz-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -moz-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -moz-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -moz-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -moz-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -moz-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -moz-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -moz-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -moz-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-o-keyframes btn__prepend-icon-buzz-out {
  10% {
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes btn__prepend-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.btn_dark {
  color: #243970;
}
@media (min-width: 1024px) {
  .btn:hover {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  }
  .btn_trans:hover {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    text-shadow: 0 0 6px #fff;
  }
  .btn_frost:hover {
    background: hsla(0, 0%, 100%, 0.4);
  }
  .btn_frost:hover.btn_dark {
    background: rgba(0, 0, 0, 0.4);
  }
  .btn_with-arrow:hover .btn__text {
    text-shadow: 0 0 6px #fff;
  }
  .btn_with-arrow:hover .btn__icon {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}
html.color-white .btn {
  color: #fff;
}
html.color-white .btn,
html.color-white .btn_accept,
html.color-white .btn_accept-light,
html.color-white .btn_danger,
html.color-white .btn_wait {
  border-color: #161616;
  background: #161616;
}
html.color-white .btn .btn__text {
  color: #fff;
}
html.color-white .btn__icon svg.icon-arrow-svg .stroke {
  stroke: #fff;
}
html.color-white .btn_glass-like {
  border-color: #161616;
  background: #161616;
}
html.color-white .btn_glass-like .btn__text {
  color: #fff;
}
html.color-white .btn_glass-like.btn_dark {
  border-color: #161616;
  background: #161616;
}
html.color-white .btn_glass-like.btn_dark .btn__text {
  color: #fff;
}
html.color-white .btn_trans {
  border-color: #161616;
  background: #161616;
}
html.color-white .btn_frost {
  border-color: #161616;
  background: #fff;
  color: #161616;
}
html.color-white .btn_frost.btn_dark {
  background: rgba(22, 22, 22, 0.7);
  color: #fff;
}
html.color-white .btn_frost.btn_dark .btn__text {
  color: #fff;
}
html.color-white .btn_frost.btn_dark .btn__icon * {
  stroke: #fff;
}
html.color-white .btn_frost .btn__text {
  color: #161616;
}
html.color-white .btn_frost .btn__icon * {
  stroke: #161616;
}
html.color-white .btn_colorCyan,
html.color-white .btn_colorPrimary,
html.color-white .btn_colorPrimary2,
html.color-white .btn_colorPrimary3 {
  border-color: rgba(0, 0, 0, 0);
  background: #161616;
  color: #fff;
}
html.color-white .btn_colorCyan svg.btn__icon.icon-arrow-svg .stroke,
html.color-white .btn_colorPrimary2 svg.btn__icon.icon-arrow-svg .stroke,
html.color-white .btn_colorPrimary3 svg.btn__icon.icon-arrow-svg .stroke,
html.color-white .btn_colorPrimary svg.btn__icon.icon-arrow-svg .stroke {
  stroke: #fff;
}
html.color-white .btn_colorCyan svg.btn__icon.icon-mail-svg .fill,
html.color-white .btn_colorPrimary2 svg.btn__icon.icon-mail-svg .fill,
html.color-white .btn_colorPrimary3 svg.btn__icon.icon-mail-svg .fill,
html.color-white .btn_colorPrimary svg.btn__icon.icon-mail-svg .fill {
  fill: #fff;
}
html.color-white .btn_dark {
  background: #161616;
  color: #fff;
}
html.color-white .btn_dark .btn__text {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-white .btn_trans:hover {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    text-shadow: 0 0 6px #fff;
  }
  html.color-white .btn_frost:hover {
    -webkit-box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
    -moz-box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
    box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
  }
  html.color-white .btn_frost:hover.btn_dark {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  }
  html.color-white .btn_with-arrow:hover .btn__text {
    text-shadow: 0 0 6px #fff;
  }
}
html.color-black .btn {
  color: #161616;
}
html.color-black .btn,
html.color-black .btn_accept,
html.color-black .btn_accept-light,
html.color-black .btn_danger,
html.color-black .btn_wait {
  border-color: #fff;
  background: #fff;
}
html.color-black .btn .btn__text {
  color: #161616;
}
html.color-black .btn__icon svg.icon-arrow-svg .stroke {
  stroke: #161616;
}
html.color-black .btn_glass-like {
  border-color: #fff;
  background: #fff;
}
html.color-black .btn_glass-like .btn__text {
  color: #161616;
}
html.color-black .btn_glass-like.btn_dark {
  border-color: #fff;
  background: #fff;
}
html.color-black .btn_glass-like.btn_dark .btn__text {
  color: #161616;
}
html.color-black .btn_trans {
  border-color: #fff;
  background: #fff;
}
html.color-black .btn_frost {
  border-color: #fff;
  background: #161616;
  color: #fff;
}
html.color-black .btn_frost.btn_dark {
  background: hsla(0, 0%, 100%, 0.7);
  color: #161616;
}
html.color-black .btn_frost.btn_dark .btn__text {
  color: #161616;
}
html.color-black .btn_frost.btn_dark .btn__icon * {
  stroke: #161616;
}
html.color-black .btn_frost .btn__text {
  color: #fff;
}
html.color-black .btn_frost .btn__icon * {
  stroke: #fff;
}
html.color-black .btn_colorCyan,
html.color-black .btn_colorPrimary,
html.color-black .btn_colorPrimary2,
html.color-black .btn_colorPrimary3 {
  border-color: rgba(0, 0, 0, 0);
  background: #fff;
  color: #161616;
}
html.color-black .btn_colorCyan svg.btn__icon.icon-arrow-svg .stroke,
html.color-black .btn_colorPrimary2 svg.btn__icon.icon-arrow-svg .stroke,
html.color-black .btn_colorPrimary3 svg.btn__icon.icon-arrow-svg .stroke,
html.color-black .btn_colorPrimary svg.btn__icon.icon-arrow-svg .stroke {
  stroke: #161616;
}
html.color-black .btn_colorCyan svg.btn__icon.icon-mail-svg .fill,
html.color-black .btn_colorPrimary2 svg.btn__icon.icon-mail-svg .fill,
html.color-black .btn_colorPrimary3 svg.btn__icon.icon-mail-svg .fill,
html.color-black .btn_colorPrimary svg.btn__icon.icon-mail-svg .fill {
  fill: #161616;
}
html.color-black .btn_dark {
  background: #fff;
  color: #161616;
}
html.color-black .btn_dark .btn__text {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-black .btn_trans:hover {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    text-shadow: 0 0 6px #fff;
  }
  html.color-black .btn_frost:hover {
    -webkit-box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
    -moz-box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
    box-shadow: 0 5px 40px -10px hsla(0, 0%, 100%, 0.57);
  }
  html.color-black .btn_frost:hover.btn_dark {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  }
  html.color-black .btn_with-arrow:hover .btn__text {
    text-shadow: 0 0 6px #fff;
  }
}
html.scale-2 .btn {
  padding-right: 10px;
  padding-left: 10px;
}
html.scale-2 .btn_big {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.scale-3 .btn {
  padding-right: 9px;
  padding-left: 9px;
}
html.scale-3 .btn_big {
  padding-top: 9px;
  padding-bottom: 9px;
}
table.mlsd-frame,
table.mlsd-frame table {
  min-width: auto;
}
table.ml-frame .ml-buttons-cont .ml-add-el-link {
  display: inline-block !important;
}
table.ml-frame .ml-buttons-cont .ml-add-el-link img {
  float: left !important;
}
.center-text-in-td {
  text-align: center;
}
table th {
  color: #243970;
  font-size: 1.21428571rem;
  font-weight: 700;
  line-height: 1.78571429rem;
  text-align: left;
}
table td {
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 500;
  line-height: 1.42857143rem;
}
.table-container {
  max-width: 100%;
  overflow-x: auto;
}
.inTd-block {
  display: block;
}
@media (max-width: 500px) {
  table th {
    font-size: 1.07142857rem;
    line-height: 1.42857143rem;
  }
  table td {
    font-size: 1rem;
    line-height: 1.35714286rem;
  }
}
html.color-white table td,
html.color-white table th {
  color: #161616;
}
html.color-white table tr:not(:last-child) {
  border-color: #161616;
}
html.color-black table td,
html.color-black table th {
  color: #fff;
}
html.color-black table tr:not(:last-child) {
  border-color: #fff;
}
svg.logo-main-svg {
  width: 200px;
  height: 65px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.logo-main-svg .st0 {
  fill: #233772;
}
svg.logo-main-svg .st1 {
  fill: #ec1c24;
}
svg.logo-main-svg .st2 {
  fill: #0071bb;
}
svg.logo-main-svg_textless {
  width: 49px;
}
svg.icon-search-svg {
  width: 31px;
  height: 31px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.icon-search-svg * {
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
svg.icon-search-svg .st0 {
  fill: none;
}
svg.icon-search-svg .st1 {
  fill: none;
  stroke: #231f20;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-eye-svg {
  width: 24px;
  height: 14px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.icon-eye-svg * {
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
svg.icon-eye-svg .fill {
  fill: #243970;
}
svg.icon-user {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.icon-user g {
  fill: #fff;
}
svg.icon-user .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-user .stroke {
  stroke: #fff;
}
svg.icon-user .fill {
  fill: #fff;
}
.icon-user__bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #243970;
}
svg.social-icon {
  width: 24px;
  height: 24px;
}
svg.social-icon .fill {
  fill: #1074b9;
}
svg.icon-plus-svg {
  width: 20px;
  height: 20px;
}
svg.icon-plus-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 32;
  stroke-miterlimit: 10;
}
svg.icon-back-svg {
  width: 22px;
  height: 15px;
}
svg.icon-back-svg .fill {
  fill: #1074b9;
}
svg.icon-hambuger-svg {
  width: 40px;
  height: 30px;
}
svg.icon-hambuger-svg * {
  fill: #1074b9;
}
svg.icon-hambuger-svg .bar_middle,
svg.icon-hambuger-svg .bar_top {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
svg.icon-hambuger-svg .bar_bottom {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.icon-hambuger-svg .dot_top {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
svg.icon-hambuger-svg .dot_middle {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.icon-hambuger-svg .dot_bottom {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
svg.icon-hambuger-svg:hover .dot_top {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
svg.icon-hambuger-svg:hover .dot_middle {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
svg.icon-hambuger-svg:hover .dot_bottom {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
svg.icon-hambuger-svg:hover .bar_top {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
svg.icon-hambuger-svg:hover .bar_middle {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
svg.icon-hambuger-svg:hover .bar_bottom {
  -webkit-transform: translateX(-45px);
  -moz-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -o-transform: translateX(-45px);
  transform: translateX(-45px);
}
svg.siluet-icon-svg {
  width: 27px;
  height: 27px;
  margin-top: -2px;
}
svg.siluet-icon-svg .fill {
  fill: #1074b9;
}
svg.icon-mobile-svg {
  width: 49px;
  height: 85px;
  min-height: 85px;
  max-height: 85px;
}
svg.icon-mobile-svg .st0,
svg.icon-mobile-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-mobile-svg .st1 {
  stroke-linejoin: round;
}
svg.icon-mobile-svg .stroke {
  stroke: #fff;
}
svg.icon-mobile-svg .fill {
  fill: #fff;
}
svg.icon-user-svg {
  width: 72px;
  height: 81px;
}
svg.icon-user-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-user-svg .stroke {
  stroke: #fff;
}
svg.icon-user-svg .fill {
  fill: #fff;
}
svg.icon-waterdevice-svg {
  width: 78px;
  height: 78px;
}
svg.icon-waterdevice-svg .fill {
  fill: #fff;
}
svg.icon-wallet-svg {
  width: 75px;
  height: 75px;
}
svg.icon-wallet-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-wallet-svg .stroke {
  stroke: #fff;
}
svg.icon-wallet-svg .fill {
  fill: #fff;
}
svg.icon-askedo-svg {
  width: 134.5px;
  height: 84px;
}
svg.icon-askedo-svg .st0 {
  fill: #64a8df;
}
svg.icon-askedo-svg .st1 {
  fill: #fff;
}
svg.icon-askedo-svg .st2 {
  fill: none;
  stroke: #64a8df;
  stroke-width: 4;
}
svg.icon-askedo-svg .st3 {
  fill: #7fbfa8;
}
svg.icon-stophand-svg {
  width: 87px;
  height: 87px;
}
svg.icon-stophand-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-stophand-svg .fill {
  fill: #d1d1d1;
}
svg.icon-stophand-svg .stroke {
  stroke: #ea222d;
}
svg.icon-arrow-svg {
  width: 27px;
  min-width: 27px;
  height: 9px;
  min-height: 9px;
}
svg.icon-arrow-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-arrow-svg .stroke {
  stroke: #fff;
}
svg.icon-telegram-chat-svg {
  width: 8.57rem;
  height: 2.85rem;
}
svg.icon-telegram-chat-svg .st0 {
  fill: #fff;
}
svg.icon-telegram-chat-svg .st2 {
  font-size: 12px;
}
svg.icon-telegram-chat-svg .st4 {
  font-size: 9px;
}
svg.icon-telegram-chat-svg .st5 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
svg.icon-telegram-chat-svg .st6 {
  fill: #61a8de;
}
svg.icon-telegram-chat-svg text {
  font-family: PF BeauSans Pro, sans-serif;
  font-weight: 200;
}
@media (min-width: 1024px) {
  svg.icon-telegram-chat-svg_dark .st0 {
    fill: #000;
  }
  svg.icon-telegram-chat-svg_dark .st2 {
    font-size: 12px;
  }
  svg.icon-telegram-chat-svg_dark .st4 {
    font-size: 9px;
  }
  svg.icon-telegram-chat-svg_dark .st5 {
    stroke: #000;
  }
  svg.icon-telegram-chat-svg_dark .st6 {
    fill: #000;
  }
  svg.icon-telegram-chat-svg_dark text {
    font-family: PF BeauSans Pro, sans-serif;
    font-weight: 700;
  }
  svg.icon-telegram-chat-svg_dark .telegram-icon {
    fill: #fff;
  }
}
svg.icon-viber-chat-svg {
  width: 120px;
  height: 40px;
}
svg.icon-viber-chat-svg * {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
svg.icon-viber-chat-svg .st0 {
  fill: #fff;
}
svg.icon-viber-chat-svg .st2 {
  font-size: 12px;
}
svg.icon-viber-chat-svg .st4 {
  font-size: 9px;
}
svg.icon-viber-chat-svg .st5 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
svg.icon-viber-chat-svg .st6 {
  fill: #7f40bd;
}
svg.icon-viber-chat-svg text {
  font-family: PF BeauSans Pro, sans-serif;
  font-weight: 200;
}
svg.icon-viber-chat-svg_dark .st0 {
  fill: #000;
}
svg.icon-viber-chat-svg_dark .st5 {
  stroke: #000;
}
svg.icon-viber-chat-svg_dark .st6 {
  fill: #000;
}
svg.icon-viber-chat-svg_dark text {
  font-family: PF BeauSans Pro, sans-serif;
  font-weight: 500;
}
svg.icon-viber-chat-svg_dark .viber-icon * {
  fill: #fff;
}
svg.icon-stopwatch-svg {
  width: 50px;
  height: 55px;
}
svg.icon-stopwatch-svg * {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
svg.icon-stopwatch-svg .st0,
svg.icon-stopwatch-svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.icon-stopwatch-svg .st1 {
  stroke-linecap: round;
}
svg.icon-tools-svg {
  width: 51px;
  height: 52px;
}
svg.icon-tools-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-tools-svg .stroke {
  stroke: #fff;
}
svg.icon-plus-in-circle-svg {
  width: 20px;
  height: 20px;
}
svg.icon-plus-in-circle-svg * {
  fill: #1074b9;
}
svg.icon-cross-svg {
  width: 10px;
  height: 10px;
}
svg.icon-cross-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-cross-svg .stroke {
  stroke: #243970;
}
svg.icon-arrow-accord {
  width: 10px;
  height: 7.5px;
}
svg.icon-arrow-accord .st0 {
  fill: #1074b9;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
svg.icon-arrow-accord .fill {
  fill: #1074b9;
}
svg.icon-family-svg {
  width: 118px;
  height: 126px;
}
svg.icon-family-svg .fill {
  fill: #fff;
}
svg.icon-case-svg {
  width: 121px;
  height: 127px;
}
svg.icon-back-top .fill,
svg.icon-case-svg .fill {
  fill: #fff;
}
svg.icon-android-svg {
  width: 20px;
  height: 24px;
}
svg.icon-android-svg .fill {
  fill: #fff;
}
svg.icon-ios-svg {
  width: 20px;
  height: 24px;
}
svg.icon-ios-svg .fill {
  fill: #fff;
}
svg.icon-waterdevice_2-svg {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}
svg.icon-waterdevice_2-svg .fill {
  fill: #fff;
}
svg.icon-lab-svg {
  width: 82px;
  min-width: 82px;
  height: 69px;
  min-height: 69px;
}
svg.icon-lab-svg .st0 {
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-lab-svg .fill {
  fill: #fff;
}
svg.icon-lab-svg .stroke {
  fill: none;
  stroke: #fff;
}
svg.icon-pipe-svg {
  width: 80px;
  min-width: 80px;
  height: 43px;
  min-height: 43px;
}
svg.icon-pipe-svg .fill {
  fill: #fff;
}
svg.icon-tap-svg {
  width: 65px;
  min-width: 65px;
  height: 74px;
  min-height: 74px;
}
svg.icon-tap-svg .fill {
  fill: #fff;
}
svg.icon-recycle-truck-svg {
  width: 80px;
  min-width: 80px;
  height: 44px;
  min-height: 44px;
}
svg.icon-recycle-truck-svg .fill {
  fill: #fff;
}
svg.icon-build-tools-svg {
  width: 70px;
  min-width: 70px;
  height: 65px;
  min-height: 65px;
}
svg.icon-build-tools-svg .fill {
  fill: #fff;
}
svg.icon-dump-truck-svg {
  width: 80px;
  min-width: 80px;
  height: 51px;
  min-height: 51px;
}
svg.icon-dump-truck-svg .fill {
  fill: #fff;
}
svg.icon-clean-device-svg {
  width: 90px;
  min-width: 90px;
  height: 75px;
  min-height: 75px;
}
svg.icon-clean-device-svg .st0 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.icon-clean-device-svg .st0,
svg.icon-clean-device-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.icon-clean-device-svg .stroke {
  stroke: #fff;
}
svg.icon-clean-device-svg .fill {
  fill: #fff;
}
svg.icon-mail-svg {
  width: 18px;
  height: 14px;
}
svg.icon-mail-svg .fill {
  fill: #00a2dd;
}
svg.icon-drops-with-flask-svg {
  width: 80px;
  height: 81px;
}
svg.icon-drops-with-flask-svg .stroke {
  stroke: #1074b9;
}
svg.icon-drops-with-flask-svg .fill {
  fill: #1074b9;
}
svg.icon-drops-with-flask-svg .st0,
svg.icon-drops-with-flask-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-drops-with-flask-svg .st1 {
  stroke-linecap: round;
}
svg.icon-pipe-with-flask-svg {
  width: 87px;
  height: 76px;
}
svg.icon-pipe-with-flask-svg .stroke {
  stroke: #1074b9;
}
svg.icon-pipe-with-flask-svg .fill {
  fill: #1074b9;
}
svg.icon-pipe-with-flask-svg .st0,
svg.icon-pipe-with-flask-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-pipe-with-flask-svg .st1 {
  stroke-linecap: round;
}
svg.icon-pipe-with-bubbles-svg {
  width: 88px;
  height: 87px;
}
svg.icon-pipe-with-bubbles-svg .stroke {
  stroke: #1074b9;
}
svg.icon-pipe-with-bubbles-svg .fill {
  fill: #1074b9;
}
svg.icon-pipe-with-bubbles-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-pipe-with-magnifier-svg {
  width: 89px;
  height: 89px;
}
svg.icon-pipe-with-magnifier-svg .stroke {
  stroke: #1074b9;
}
svg.icon-pipe-with-magnifier-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-pipe-with-drop-svg {
  width: 87px;
  height: 79px;
}
svg.icon-pipe-with-drop-svg .stroke {
  stroke: #1074b9;
}
svg.icon-pipe-with-drop-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-tool-on-manhole-svg {
  width: 85px;
  height: 85px;
}
svg.icon-tool-on-manhole-svg .stroke {
  stroke: #1074b9;
}
svg.icon-tool-on-manhole-svg .fill {
  fill: #1074b9;
}
svg.icon-tool-on-manhole-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-sink-pipe-svg {
  width: 86px;
  height: 72px;
}
svg.icon-sink-pipe-svg .stroke {
  stroke: #1074b9;
}
svg.icon-sink-pipe-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-man-with-watermeter-svg {
  width: 85px;
  height: 81px;
}
svg.icon-man-with-watermeter-svg .fill {
  fill: #1074b9;
}
svg.icon-man-with-watermeter-svg .stroke {
  stroke: #1074b9;
}
svg.icon-man-with-watermeter-svg .st0 {
  stroke-width: 2;
}
svg.icon-man-with-watermeter-svg .st0,
svg.icon-man-with-watermeter-svg .st1 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-checklist-with-watermeter-svg {
  width: 79px;
  height: 82px;
}
svg.icon-checklist-with-watermeter-svg .stroke {
  stroke: #1074b9;
}
svg.icon-checklist-with-watermeter-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-watermeter-maintenance-svg {
  width: 81px;
  height: 82px;
}
svg.icon-watermeter-maintenance-svg .fill {
  fill: #1074b9;
}
svg.icon-watermeter-maintenance-svg .stroke {
  stroke: #1074b9;
}
svg.icon-watermeter-maintenance-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-septic-truck-svg {
  width: 90px;
  height: 81px;
}
svg.icon-septic-truck-svg .stroke {
  stroke: #1074b9;
}
svg.icon-septic-truck-svg .fill {
  fill: #1074b9;
}
svg.icon-septic-truck-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-cleaning-truck_individual-svg {
  width: 90px;
  height: 80px;
}
svg.icon-cleaning-truck_individual-svg .stroke {
  stroke: #1074b9;
}
svg.icon-cleaning-truck_individual-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-cleaning-truck_corporate-svg {
  width: 90px;
  height: 84px;
}
svg.icon-cleaning-truck_corporate-svg .stroke {
  stroke: #1074b9;
}
svg.icon-cleaning-truck_corporate-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-drops-svg {
  width: 84px;
  height: 83px;
}
svg.icon-drops-svg .stroke {
  stroke: #1074b9;
}
svg.icon-drops-svg .fill {
  fill: #1074b9;
}
svg.icon-drops-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-valve-svg {
  width: 82px;
  height: 78px;
}
svg.icon-valve-svg .stroke {
  stroke: #1074b9;
}
svg.icon-valve-svg .fill {
  fill: #1074b9;
}
svg.icon-valve-svg .st0 {
  stroke-linecap: round;
}
svg.icon-valve-svg .st0,
svg.icon-valve-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-valve-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-rvk-truck-svg {
  width: 90px;
  height: 59px;
}
svg.icon-rvk-truck-svg .stroke {
  stroke: #1074b9;
}
svg.icon-rvk-truck-svg .fill {
  fill: #1074b9;
}
svg.icon-rvk-truck-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-sms-svg {
  width: 85px;
  height: 66px;
}
svg.icon-sms-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-sms-svg .stroke {
  stroke: #1074b9;
}
svg.icon-special-truck-svg {
  width: 90px;
  height: 58px;
}
svg.icon-special-truck-svg .stroke {
  stroke: #1074b9;
}
svg.icon-special-truck-svg .fill {
  fill: #1074b9;
}
svg.icon-special-truck-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-another-build-tools {
  width: 85px;
  height: 81px;
}
svg.icon-another-build-tools .stroke {
  stroke: #1074b9;
}
svg.icon-another-build-tools .fill {
  fill: #1074b9;
}
svg.icon-another-build-tools .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-design-tools-svg {
  width: 80px;
  height: 80px;
}
svg.icon-design-tools-svg .stroke {
  stroke: #1074b9;
}
svg.icon-design-tools-svg .fill {
  fill: #1074b9;
}
svg.icon-design-tools-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-maintenance-tools-svg {
  width: 80px;
  height: 79px;
}
svg.icon-maintenance-tools-svg .stroke {
  stroke: #1074b9;
}
svg.icon-maintenance-tools-svg .fill {
  fill: #1074b9;
}
svg.icon-maintenance-tools-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.pagination-arrow {
  width: 6px;
  height: 9px;
}
svg.pagination-arrow .stroke {
  stroke: #30afcf;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
svg.pagination-arrow .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-warning-svg {
  width: 32px;
  height: 30px;
}
svg.icon-warning-svg .fill {
  fill: #30afcf;
}
svg.icon-robot-svg {
  width: 67px;
  height: 81px;
}
svg.icon-robot-svg .st0 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.icon-robot-svg .st0,
svg.icon-robot-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.icon-robot-svg .fill {
  fill: #1074b9;
}
svg.icon-robot-svg .stroke {
  stroke: #1074b9;
}
svg.analyze-with-magnifier-svg {
  width: 48px;
  height: 58px;
}
svg.analyze-with-magnifier-svg .stroke {
  stroke: #1074b9;
}
svg.analyze-with-magnifier-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.analyze-with-magnifier-svg .st1,
svg.analyze-with-magnifier-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.analyze-with-magnifier-svg .st2 {
  stroke-linecap: round;
}
svg.woman-svg {
  width: 73px;
  height: 87px;
}
svg.woman-svg .stroke {
  stroke: #1074b9;
}
svg.woman-svg .st0 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.woman-svg .st0,
svg.woman-svg .st1,
svg.woman-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.woman-svg .st2 {
  stroke-linecap: round;
}
svg.attention-sign-svg {
  width: 56px;
  height: 50px;
}
svg.attention-sign-svg .stroke {
  stroke: #1074b9;
}
svg.attention-sign-svg .fill {
  fill: #1074b9;
}
svg.attention-sign-svg .st0,
svg.attention-sign-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.attention-sign-svg .st1 {
  stroke-linecap: round;
}
svg.info-book-svg {
  width: 40px;
  height: 56px;
}
svg.info-book-svg .stroke {
  stroke: #1074b9;
}
svg.info-book-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.info-book-svg .st1,
svg.info-book-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.info-book-svg .st2 {
  stroke-linejoin: round;
}
svg.icon-call-center-svg {
  width: 73px;
  height: 87px;
}
svg.icon-call-center-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-call-center-svg .fill {
  fill: #1074b9;
}
svg.icon-call-center-svg .stroke {
  stroke: #1074b9;
}
svg.icon-doc-svg {
  width: 18px;
  min-width: 18px;
  height: 22px;
  min-height: 22px;
}
svg.icon-doc-svg .stroke {
  stroke: #243970;
}
svg.icon-doc-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-paper-with-signature-svg {
  width: 70px;
  height: 90px;
}
svg.icon-paper-with-signature-svg .stroke {
  stroke: #1074b9;
}
svg.icon-paper-with-signature-svg .fill {
  fill: #1074b9;
}
svg.icon-paper-with-signature-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-status-list-svg {
  width: 67px;
  height: 84px;
}
svg.icon-status-list-svg .stroke {
  stroke: #1074b9;
}
svg.icon-status-list-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-clip-svg {
  width: 19px;
  height: 20px;
}
svg.icon-clip-svg .fill {
  fill: #9fa6aa;
}
svg.icon-site-svg {
  width: 85px;
  height: 63px;
}
svg.icon-site-svg .stroke {
  stroke: #1074b9;
}
svg.icon-site-svg .st0 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.icon-site-svg .st0,
svg.icon-site-svg .st1,
svg.icon-site-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.icon-site-svg .st2 {
  stroke-linecap: round;
}
svg.icon-calendar-svg {
  width: 20px;
  height: 20px;
}
svg.icon-calendar-svg .fill {
  fill: #1074b9;
}
svg.icon-rvk-house-svg {
  width: 70px;
  height: 81px;
}
svg.icon-rvk-house-svg .st0 {
  stroke-linejoin: round;
}
svg.icon-rvk-house-svg .st0,
svg.icon-rvk-house-svg .st1 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg.icon-rvk-house-svg .fill {
  fill: #1074b9;
}
svg.icon-rvk-house-svg .stroke {
  stroke: #1074b9;
}
svg.icon-gorod-logo-svg {
  width: 70px;
  height: 72px;
}
svg.icon-gorod-logo-svg .fill {
  fill: #1074b9;
}
svg.icon-gorod-logo-svg .stroke {
  stroke: #1074b9;
}
svg.icon-bank-svg {
  width: 84px;
  height: 73px;
}
svg.icon-bank-svg .st0 {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
svg.icon-bank-svg .stroke {
  stroke: #1074b9;
}
svg.icon-atm-svg {
  width: 61px;
  height: 81px;
}
svg.icon-atm-svg .st0 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.icon-atm-svg .st0,
svg.icon-atm-svg .st1,
svg.icon-atm-svg .st2 {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
svg.icon-atm-svg .st2 {
  stroke-linecap: round;
}
svg.icon-atm-svg .stroke {
  stroke: #1074b9;
}
svg.sberbank-logo-svg {
  width: 98px;
  height: 98px;
}
svg.sberbank-logo-svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #429d68;
}
svg.sberbank-logo-svg .st1 {
  fill: none;
}
svg.sberbank-logo-svg .st1,
svg.sberbank-logo-svg .st2 {
  stroke-width: 0.693;
  stroke-miterlimit: 2.613;
  stroke: #429d68;
}
svg.sberbank-logo-svg .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #429d68;
}
html.color-white svg.logo-main-svg .st0,
html.color-white svg.logo-main-svg .st1,
html.color-white svg.logo-main-svg .st2 {
  fill: #161616;
}
html.color-white svg.icon-search-svg .st1 {
  stroke: #161616;
}
html.color-white svg.icon-eye-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-user .fill {
  fill: #fff;
}
html.color-white svg.icon-user .stroke {
  stroke: #fff;
}
html.color-white .icon-user__bc {
  background: #161616;
}
html.color-white svg.social-icon .fill {
  fill: #161616;
}
html.color-white svg.icon-plus-svg .st0 {
  stroke: #161616;
}
html.color-white svg.siluet-icon-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-mobile-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-mobile-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-user-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-user-svg .fill,
html.color-white svg.icon-waterdevice-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-wallet-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-wallet-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-stophand-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-stophand-svg .fill {
  fill: #fff;
}
html.color-white svg.icon-telegram-chat-svg .st0 {
  fill: #161616;
}
html.color-white svg.icon-telegram-chat-svg .st2 {
  font-size: 12px;
}
html.color-white svg.icon-telegram-chat-svg .st4 {
  font-size: 9px;
}
html.color-white svg.icon-telegram-chat-svg .st5 {
  stroke: #161616;
}
html.color-white svg.icon-telegram-chat-svg .st6 {
  fill: #161616;
}
html.color-white svg.icon-telegram-chat-svg .telegram-icon {
  fill: #fff;
}
html.color-white svg.icon-viber-chat-svg .st0 {
  fill: #161616;
}
html.color-white svg.icon-viber-chat-svg .st5 {
  stroke: #161616;
}
html.color-white svg.icon-viber-chat-svg .st6 {
  fill: #161616;
}
html.color-white svg.icon-viber-chat-svg .viber-icon * {
  fill: #fff;
}
html.color-white svg.icon-stopwatch-svg .st0,
html.color-white svg.icon-stopwatch-svg .st1,
html.color-white svg.icon-tools-svg .stroke {
  stroke: #fff;
}
html.color-white svg.icon-cross-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-plus-in-circle-svg *,
html.color-white svg.icon-robot-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-robot-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-hambuger-svg * {
  fill: #161616;
}
html.color-white svg.icon-arrow-svg .stroke {
  stroke: #fff;
}
html.color-white svg.icon-android-svg .fill,
html.color-white svg.icon-ios-svg .fill {
  fill: #fff;
}
html.color-white svg.icon-lab-svg .fill,
html.color-white svg.icon-waterdevice_2-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-lab-svg .stroke {
  fill: none;
  stroke: #161616;
}
html.color-white svg.icon-build-tools-svg .fill,
html.color-white svg.icon-dump-truck-svg .fill,
html.color-white svg.icon-pipe-svg .fill,
html.color-white svg.icon-recycle-truck-svg .fill,
html.color-white svg.icon-tap-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-clean-device-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-clean-device-svg .fill,
html.color-white svg.icon-mail-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-drops-with-flask-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-drops-with-flask-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-pipe-with-flask-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-pipe-with-flask-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-pipe-with-bubbles-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-pipe-with-bubbles-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-pipe-with-drop-svg .stroke,
html.color-white svg.icon-pipe-with-magnifier-svg .stroke,
html.color-white svg.icon-tool-on-manhole-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-tool-on-manhole-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-paper-with-signature-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-paper-with-signature-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-status-list-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-status-list-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-clip-svg {
  width: 19px;
  height: 20px;
}
html.color-white svg.icon-clip-svg .fill {
  fill: #9fa6aa;
}
html.color-white svg.icon-man-with-watermeter-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-checklist-with-watermeter-svg .stroke,
html.color-white svg.icon-man-with-watermeter-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-watermeter-maintenance-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-septic-truck-svg .stroke,
html.color-white svg.icon-watermeter-maintenance-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-septic-truck-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-cleaning-truck_corporate-svg .stroke,
html.color-white svg.icon-cleaning-truck_individual-svg .stroke,
html.color-white svg.icon-drops-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-drops-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-valve-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-valve-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-rvk-truck-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-rvk-truck-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-special-truck-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-special-truck-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-another-build-tools .stroke {
  stroke: #161616;
}
html.color-white svg.icon-another-build-tools .fill {
  fill: #161616;
}
html.color-white svg.icon-design-tools-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-design-tools-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-maintenance-tools-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-maintenance-tools-svg .fill {
  fill: #161616;
}
html.color-white svg.analyze-with-magnifier-svg .stroke,
html.color-white svg.attention-sign-svg .stroke,
html.color-white svg.pagination-arrow .stroke,
html.color-white svg.woman-svg .stroke {
  stroke: #161616;
}
html.color-white svg.attention-sign-svg .fill,
html.color-white svg.icon-case-svg .fill,
html.color-white svg.icon-family-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-doc-svg .stroke,
html.color-white svg.info-book-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-back-svg .fill,
html.color-white svg.icon-clip-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-site-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-back-top .fill,
html.color-white svg.icon-calendar-svg .fill,
html.color-white svg.icon-call-center-svg .fill,
html.color-white svg.icon-warning-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-call-center-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-rvk-house-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-rvk-house-svg .stroke {
  stroke: #161616;
}
html.color-white svg.icon-gorod-logo-svg .fill {
  fill: #161616;
}
html.color-white svg.icon-atm-svg .stroke,
html.color-white svg.icon-bank-svg .stroke,
html.color-white svg.icon-gorod-logo-svg .stroke {
  stroke: #161616;
}
html.color-white svg.sberbank-logo-svg .st0 {
  fill: #161616;
}
html.color-white svg.sberbank-logo-svg .st1 {
  stroke: #161616;
}
html.color-white svg.sberbank-logo-svg .st2 {
  fill: #161616;
  stroke: #161616;
}
html.color-black svg.logo-main-svg .st0,
html.color-black svg.logo-main-svg .st1,
html.color-black svg.logo-main-svg .st2 {
  fill: #fff;
}
html.color-black svg.icon-search-svg .st1 {
  stroke: #fff;
}
html.color-black svg.icon-eye-svg .fill,
html.color-black svg.icon-user .fill {
  fill: #161616;
}
html.color-black svg.icon-user .stroke {
  stroke: #161616;
}
html.color-black .icon-user__bc {
  background: #fff;
}
html.color-black svg.social-icon .fill {
  fill: #fff;
}
html.color-black svg.icon-plus-svg .st0 {
  stroke: #fff;
}
html.color-black svg.icon-back-svg .fill,
html.color-black svg.siluet-icon-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-mobile-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-mobile-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-user-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-user-svg .fill,
html.color-black svg.icon-waterdevice-svg .fil {
  fill: #fff;
}
html.color-black svg.icon-arrow-svg .stroke {
  stroke: #161616;
}
html.color-black svg.icon-wallet-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-wallet-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-stophand-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-stophand-svg .fill {
  fill: #161616;
}
html.color-black svg.icon-telegram-chat-svg .st0 {
  fill: #fff;
}
html.color-black svg.icon-telegram-chat-svg .st2 {
  font-size: 12px;
}
html.color-black svg.icon-telegram-chat-svg .st4 {
  font-size: 9px;
}
html.color-black svg.icon-telegram-chat-svg .st5 {
  stroke: #fff;
}
html.color-black svg.icon-telegram-chat-svg .st6 {
  fill: #fff;
}
html.color-black svg.icon-telegram-chat-svg .telegram-icon {
  fill: #161616;
}
html.color-black svg.icon-viber-chat-svg .st0 {
  fill: #fff;
}
html.color-black svg.icon-viber-chat-svg .st5 {
  stroke: #fff;
}
html.color-black svg.icon-viber-chat-svg .st6 {
  fill: #fff;
}
html.color-black svg.icon-viber-chat-svg .viber-icon * {
  fill: #161616;
}
html.color-black svg.icon-stopwatch-svg .st0,
html.color-black svg.icon-stopwatch-svg .st1,
html.color-black svg.icon-tools-svg .stroke {
  stroke: #161616;
}
html.color-black svg.icon-hambuger-svg *,
html.color-black svg.icon-plus-in-circle-svg * {
  fill: #fff;
}
html.color-black svg.icon-android-svg .fill,
html.color-black svg.icon-ios-svg .fill {
  fill: #161616;
}
html.color-black svg.icon-case-svg .fill,
html.color-black svg.icon-family-svg .fill,
html.color-black svg.icon-lab-svg .fill,
html.color-black svg.icon-waterdevice_2-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-lab-svg .stroke {
  fill: none;
  stroke: #fff;
}
html.color-black svg.icon-build-tools-svg .fill,
html.color-black svg.icon-dump-truck-svg .fill,
html.color-black svg.icon-pipe-svg .fill,
html.color-black svg.icon-recycle-truck-svg .fill,
html.color-black svg.icon-tap-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-clean-device-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-clean-device-svg .fill,
html.color-black svg.icon-mail-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-drops-with-flask-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-drops-with-flask-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-pipe-with-flask-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-pipe-with-flask-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-pipe-with-bubbles-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-pipe-with-bubbles-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-pipe-with-drop-svg .stroke,
html.color-black svg.icon-pipe-with-magnifier-svg .stroke,
html.color-black svg.icon-tool-on-manhole-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-man-with-watermeter-svg .fill,
html.color-black svg.icon-tool-on-manhole-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-checklist-with-watermeter-svg .stroke,
html.color-black svg.icon-man-with-watermeter-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-watermeter-maintenance-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-septic-truck-svg .stroke,
html.color-black svg.icon-watermeter-maintenance-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-septic-truck-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-cleaning-truck_corporate-svg .stroke,
html.color-black svg.icon-cleaning-truck_individual-svg .stroke,
html.color-black svg.icon-drops-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-drops-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-cross-svg .stroke,
html.color-black svg.icon-valve-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-valve-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-paper-with-signature-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-paper-with-signature-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-status-list-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-status-list-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-rvk-truck-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-rvk-truck-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-special-truck-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-special-truck-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-another-build-tools .stroke {
  stroke: #fff;
}
html.color-black svg.icon-another-build-tools .fill {
  fill: #fff;
}
html.color-black svg.icon-design-tools-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-design-tools-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-maintenance-tools-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-maintenance-tools-svg .fill {
  fill: #fff;
}
html.color-black svg.analyze-with-magnifier-svg .stroke,
html.color-black svg.attention-sign-svg .stroke,
html.color-black svg.pagination-arrow .stroke,
html.color-black svg.woman-svg .stroke {
  stroke: #fff;
}
html.color-black svg.attention-sign-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-doc-svg .stroke,
html.color-black svg.info-book-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-clip-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-site-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-back-top .fill,
html.color-black svg.icon-calendar-svg .fill,
html.color-black svg.icon-call-center-svg .fill,
html.color-black svg.icon-warning-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-call-center-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-robot-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-robot-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-rvk-house-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-rvk-house-svg .stroke {
  stroke: #fff;
}
html.color-black svg.icon-gorod-logo-svg .fill {
  fill: #fff;
}
html.color-black svg.icon-atm-svg .stroke,
html.color-black svg.icon-bank-svg .stroke,
html.color-black svg.icon-gorod-logo-svg .stroke {
  stroke: #fff;
}
html.color-black svg.sberbank-logo-svg .st0 {
  fill: #fff;
}
html.color-black svg.sberbank-logo-svg .st1 {
  stroke: #fff;
}
html.color-black svg.sberbank-logo-svg .st2 {
  fill: #fff;
  stroke: #fff;
}
.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -6px;
}
.social-icon,
.social-icon * {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-icon__link {
  display: block;
  margin-right: 2px;
  margin-left: 2px;
}
@media (min-width: 1024px) {
  .social-icon__link:hover .social-icon .fill {
    fill: #243970;
  }
  .social-icon__link:hover .social-icon-vk {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .social-icon__link:hover .social-icon-vk .fill {
    fill: #4c75a3;
  }
  .social-icon__link:hover .social-icon-fb {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .social-icon__link:hover .social-icon-fb .fill {
    fill: #3b5999;
  }
  .social-icon__link:hover .social-icon-twitter {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .social-icon__link:hover .social-icon-twitter .fill {
    fill: #55acee;
  }
  .social-icon__link:hover .social-icon-instagram {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .social-icon__link:hover .social-icon-instagram .fill {
    fill: #e4405f;
  }
  .social-icon__link:hover .social-icon-youtube {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .social-icon__link:hover .social-icon-youtube .fill {
    fill: #cd201f;
  }
}
.chat-bots {
  z-index: 1;
  pointer-events: none;
}
.chat-bots .chat-bot__link {
  pointer-events: all;
}
.chat-bots .chat-bot__link:not(:first-child) {
  margin-left: 12px;
}
@-webkit-keyframes viber-animation {
  10% {
    -webkit-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  20% {
    -webkit-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  30% {
    -webkit-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  40% {
    -webkit-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  60% {
    -webkit-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  70% {
    -webkit-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  80% {
    -webkit-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  90% {
    -webkit-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  to {
    -webkit-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
}
@-moz-keyframes viber-animation {
  10% {
    -moz-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  20% {
    -moz-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  30% {
    -moz-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  40% {
    -moz-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  50% {
    -moz-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  60% {
    -moz-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  70% {
    -moz-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  80% {
    -moz-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  90% {
    -moz-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  to {
    -moz-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
}
@-o-keyframes viber-animation {
  10% {
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  20% {
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  30% {
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  40% {
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  50% {
    -o-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  60% {
    -o-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  70% {
    -o-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  80% {
    -o-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  90% {
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  to {
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
}
@keyframes viber-animation {
  10% {
    -webkit-transform: translateX(1px) translateY(1px);
    -moz-transform: translateX(1px) translateY(1px);
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  20% {
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  30% {
    -webkit-transform: translateX(1px) translateY(1px);
    -moz-transform: translateX(1px) translateY(1px);
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  40% {
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(2px) translateY(2px);
    -moz-transform: translateX(2px) translateY(2px);
    -o-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  60% {
    -webkit-transform: translateX(-2px) translateY(-2px);
    -moz-transform: translateX(-2px) translateY(-2px);
    -o-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  70% {
    -webkit-transform: translateX(2px) translateY(2px);
    -moz-transform: translateX(2px) translateY(2px);
    -o-transform: translateX(2px) translateY(2px);
    transform: translateX(2px) translateY(2px);
  }
  80% {
    -webkit-transform: translateX(-2px) translateY(-2px);
    -moz-transform: translateX(-2px) translateY(-2px);
    -o-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
  }
  90% {
    -webkit-transform: translateX(1px) translateY(1px);
    -moz-transform: translateX(1px) translateY(1px);
    -o-transform: translateX(1px) translateY(1px);
    transform: translateX(1px) translateY(1px);
  }
  to {
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -o-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
  }
}
@media (min-width: 1024px) {
  .chat-bots .chat-bot__link_viber:hover .viber-icon {
    -webkit-animation-name: viber-animation;
    -moz-animation-name: viber-animation;
    -o-animation-name: viber-animation;
    animation-name: viber-animation;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
@-webkit-keyframes telegram-animation {
  10% {
    -webkit-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    transform: translateX(2px) translateY(-2px) rotate(-4deg);
  }
  30% {
    -webkit-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    transform: translateX(6px) translateY(-6px) rotate(-18deg);
  }
  50% {
    -webkit-transform: rotate(-310deg);
    transform: rotate(-310deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    transform: translateX(-8px) translateY(8px) rotate(-320deg);
  }
  70% {
    -webkit-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    transform: translateX(-6px) translateY(6px) rotate(-330deg);
  }
  80% {
    -webkit-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    transform: translateX(-4px) translateY(4px) rotate(-350deg);
  }
  90% {
    -webkit-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    transform: translateX(-2px) translateY(2px) rotate(-355deg);
  }
  to {
    -webkit-transform: translateX(0) translateY(0) rotate(-1turn);
    transform: translateX(0) translateY(0) rotate(-1turn);
  }
}
@-moz-keyframes telegram-animation {
  10% {
    -moz-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    transform: translateX(2px) translateY(-2px) rotate(-4deg);
  }
  30% {
    -moz-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    transform: translateX(6px) translateY(-6px) rotate(-18deg);
  }
  50% {
    -moz-transform: rotate(-310deg);
    transform: rotate(-310deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    transform: translateX(-8px) translateY(8px) rotate(-320deg);
  }
  70% {
    -moz-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    transform: translateX(-6px) translateY(6px) rotate(-330deg);
  }
  80% {
    -moz-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    transform: translateX(-4px) translateY(4px) rotate(-350deg);
  }
  90% {
    -moz-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    transform: translateX(-2px) translateY(2px) rotate(-355deg);
  }
  to {
    -moz-transform: translateX(0) translateY(0) rotate(-1turn);
    transform: translateX(0) translateY(0) rotate(-1turn);
  }
}
@-o-keyframes telegram-animation {
  10% {
    -o-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    transform: translateX(2px) translateY(-2px) rotate(-4deg);
  }
  30% {
    -o-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    transform: translateX(6px) translateY(-6px) rotate(-18deg);
  }
  50% {
    -o-transform: rotate(-310deg);
    transform: rotate(-310deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    transform: translateX(-8px) translateY(8px) rotate(-320deg);
  }
  70% {
    -o-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    transform: translateX(-6px) translateY(6px) rotate(-330deg);
  }
  80% {
    -o-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    transform: translateX(-4px) translateY(4px) rotate(-350deg);
  }
  90% {
    -o-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    transform: translateX(-2px) translateY(2px) rotate(-355deg);
  }
  to {
    -o-transform: translateX(0) translateY(0) rotate(-1turn);
    transform: translateX(0) translateY(0) rotate(-1turn);
  }
}
@keyframes telegram-animation {
  10% {
    -webkit-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    -moz-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    -o-transform: translateX(2px) translateY(-2px) rotate(-4deg);
    transform: translateX(2px) translateY(-2px) rotate(-4deg);
  }
  30% {
    -webkit-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    -moz-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    -o-transform: translateX(6px) translateY(-6px) rotate(-18deg);
    transform: translateX(6px) translateY(-6px) rotate(-18deg);
  }
  50% {
    -webkit-transform: rotate(-310deg);
    -moz-transform: rotate(-310deg);
    -o-transform: rotate(-310deg);
    transform: rotate(-310deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    -moz-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    -o-transform: translateX(-8px) translateY(8px) rotate(-320deg);
    transform: translateX(-8px) translateY(8px) rotate(-320deg);
  }
  70% {
    -webkit-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    -moz-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    -o-transform: translateX(-6px) translateY(6px) rotate(-330deg);
    transform: translateX(-6px) translateY(6px) rotate(-330deg);
  }
  80% {
    -webkit-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    -moz-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    -o-transform: translateX(-4px) translateY(4px) rotate(-350deg);
    transform: translateX(-4px) translateY(4px) rotate(-350deg);
  }
  90% {
    -webkit-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    -moz-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    -o-transform: translateX(-2px) translateY(2px) rotate(-355deg);
    transform: translateX(-2px) translateY(2px) rotate(-355deg);
  }
  to {
    -webkit-transform: translateX(0) translateY(0) rotate(-1turn);
    -moz-transform: translateX(0) translateY(0) rotate(-1turn);
    -o-transform: translateX(0) translateY(0) rotate(-1turn);
    transform: translateX(0) translateY(0) rotate(-1turn);
  }
}
@media (min-width: 1024px) {
  .chat-bots .chat-bot__link_telegram:hover .telegram-icon {
    -webkit-animation-name: telegram-animation;
    -moz-animation-name: telegram-animation;
    -o-animation-name: telegram-animation;
    animation-name: telegram-animation;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st0 {
  fill: #1074b9;
}
.chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st5 {
  stroke: #1074b9;
}
.chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st6 {
  fill: #fff;
}
.chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st0 {
  fill: #1074b9;
}
.chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st5 {
  stroke: #1074b9;
}
.chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st6 {
  fill: #fff;
}
html.color-white .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st0 {
  fill: #000;
}
html.color-white .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st5 {
  stroke: #000;
}
html.color-white .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st6 {
  fill: #fff;
}
html.color-white .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st0 {
  fill: #000;
}
html.color-white .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st5 {
  stroke: #000;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st0,
html.color-white .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st6 {
  fill: #fff;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st5 {
  stroke: #fff;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-telegram-chat-svg .st6 {
  fill: #000;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st0 {
  fill: #fff;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st5 {
  stroke: #fff;
}
html.color-black .chat-bots.chat-bots_dark svg.icon-viber-chat-svg .st6 {
  fill: #000;
}
.row-with-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.row-with-btns .btn:not(:last-child) {
  margin-right: 10px;
}
.ul_nested-with-left-border {
  display: table;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.ul_nested-with-left-border li ul {
  border-left: 1px solid #1074b9;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ul_nested-with-left-border li ul li {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .ul_nested-with-left-border li ul:hover {
    border-width: 3px;
  }
}
.ul_nested-with-left-border li a {
  color: #1074b9;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .ul_nested-with-left-border li a:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    color: #1074b9;
  }
}
html.color-white .ul_nested-with-left-border li ul {
  border-color: #161616;
}
html.color-white .ul_nested-with-left-border a {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .ul_nested-with-left-border a:hover {
    color: #161616;
  }
}
html.color-black .ul_nested-with-left-border li ul {
  border-color: #fff;
}
html.color-black .ul_nested-with-left-border a {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .ul_nested-with-left-border a:hover {
    color: #fff;
  }
}
.info-hot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #30afcf;
}
.info-hot_horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
}
.info-hot_horizontal .info-hot__footer,
.info-hot_horizontal .info-hot__header {
  height: 100%;
  padding: 12px;
}
.info-hot_horizontal .info-hot__header {
  width: 36%;
}
.info-hot_horizontal .info-hot__footer {
  width: 64%;
  padding-left: 38px;
}
.info-hot_horizontal .info-hot__divider {
  width: 3px;
  height: 100px;
  max-height: 100%;
  background: #fff;
}
.info-hot_horizontal .info-hot__subtitle {
  font-size: 1.14285714rem;
  line-height: 1.5rem;
}
.info-hot_horizontal .info-hot__phone {
  margin-bottom: 12px;
  font-size: 1.71428571rem;
}
.info-hot_horizontal .info-hot__email {
  margin-bottom: 0;
  font-size: 1.21428571rem;
}
.info-hot_horizontal .info-hot__text {
  margin-bottom: 12px;
}
.info-hot:not(.info-hot_horizontal) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 350px;
  padding: 18px 20px;
}
.info-hot:not(.info-hot_horizontal) .info-hot__divider {
  display: none;
}
.info-hot:not(.info-hot_horizontal) .info-hot__subtitle {
  margin-bottom: 10px;
}
.info-hot:not(.info-hot_horizontal) .info-hot__phone {
  margin-bottom: 9px;
}
.info-hot:not(.info-hot_horizontal) .info-hot__email {
  margin-bottom: 26px;
}
.info-hot__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.info-hot__subtitle {
  margin: 0;
  font-size: 1.07142857rem;
}
.info-hot__phone,
.info-hot__subtitle {
  max-width: 100%;
  color: #fff;
  font-weight: 700;
}
.info-hot__phone {
  display: block;
  font-size: 2.21428571rem;
  line-height: 31px;
}
.info-hot__email {
  display: block;
  max-width: 100%;
  color: #fff;
  font-size: 1.28571429rem;
  font-weight: 600;
}
.info-hot__text {
  max-width: 100%;
  color: #fff;
  font-size: 0.92857143rem;
  font-weight: 400;
  margin: 10px 0;
}
.info-hot__list {
  list-style: disc;
  padding-left: 15px;
}
.info-hot__list li {
  list-style-type: disc;
  color: #fff;
  font-size: 14px;
}
.info-hot .btn {
  margin-top: auto;
}
.info-hot__email,
.info-hot__phone {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .info-hot__email:hover,
  .info-hot__phone:hover {
    color: #243970;
  }
}
@media (max-width: 1160px) {
  .info-hot:not(.info-hot_horizontal) {
    padding: 10px !important;
  }
}
@media (max-width: 1024px) {
  .info-hot:not(.info-hot_horizontal) {
    padding: 30px !important;
  }
}
@media (max-width: 768px) {
  .info-hot_horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-hot_horizontal .info-hot__divider {
    width: 100%;
    height: 2px;
  }
  .info-hot_horizontal .info-hot__footer,
  .info-hot_horizontal .info-hot__header {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .info-hot_horizontal .info-hot__header {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .info-hot_horizontal .info-hot__footer {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 500px) {
  .info-hot:not(.info-hot_horizontal) {
    height: auto;
    padding: 20px !important;
  }
  .info-hot:not(.info-hot_horizontal) .info-hot__text {
    margin-bottom: 20px;
  }
}
html.scale .info-hot:not(.info-hot_horizontal) {
  padding: 35px;
}
html.scale .info-hot:not(.info-hot_horizontal) .info-hot__subtitle {
  margin-bottom: 10px;
}
html.scale .info-hot:not(.info-hot_horizontal) .info-hot__email {
  margin-bottom: 15px;
}
html.scale .info-hot_horizontal {
  padding: 10px 5px;
}
html.scale .info-hot_horizontal .info-hot__footer,
html.scale .info-hot_horizontal .info-hot__header {
  padding: 5px;
}
html.scale .info-hot_horizontal .info-hot__header {
  width: 40%;
}
html.scale .info-hot_horizontal .info-hot__footer {
  width: 59%;
  padding-left: 20px;
}
html.scale.scale-2 .info-hot:not(.info-hot_horizontal),
html.scale.scale-3 .info-hot:not(.info-hot_horizontal) {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  html.scale .info-hot_horizontal {
    padding: 20px;
  }
}
html.color-white .info-hot {
  border: 2px solid #000;
  background: #fff;
}
html.color-white .info-hot__divider {
  background: #161616;
}
html.color-white .info-hot__email,
html.color-white .info-hot__phone,
html.color-white .info-hot__subtitle,
html.color-white .info-hot__text {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .info-hot__email:hover,
  html.color-white .info-hot__phone:hover {
    color: #161616;
  }
}
html.color-black .info-hot {
  border: 2px solid #fff;
  background: #161616;
}
html.color-black .info-hot__divider {
  background: #fff;
}
html.color-black .info-hot__email,
html.color-black .info-hot__phone,
html.color-black .info-hot__subtitle,
html.color-black .info-hot__text {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .info-hot__email:hover,
  html.color-black .info-hot__phone:hover {
    color: #fff;
  }
}
html {
  font-size: 14px !important;
}
html.color-white body {
  background: #fff;
}
html.color-black body {
  background: #161616;
}
html.scale-1 {
  font-size: 15px !important;
}
html.scale-2 {
  font-size: 16px !important;
}
html.scale-3 {
  font-size: 17px !important;
}
.eye-version-panel {
  display: none;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ededed;
}
.eye-version-panel * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eye-version-panel .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.eye-version-item,
.eye-version-panel .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eye-version-item {
  margin-top: 12px;
  margin-bottom: 12px;
}
.eye-version-item__text {
  margin-right: 10px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.eye-version-item__text:not(:last-child) {
  margin-right: 10px;
}
.eye-version-item_back {
  cursor: pointer;
}
.eye-version-item_back .icon-eye-svg {
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .eye-version-item_back:hover .icon-eye-svg {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.eye-version__inner-item.m--current:after,
.eye-version__inner-item:not(.m--current):hover:after {
  position: absolute;
  left: 50%;
  width: 15px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  content: '';
}
.eye-version__scale {
  position: relative;
  margin-right: 1px;
  margin-left: 1px;
  color: #000;
  font-weight: 600;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
}
.eye-version__scale_1 {
  font-size: 19px;
}
.eye-version__scale_1:after {
  bottom: -6.1px;
}
.eye-version__scale_2 {
  font-size: 25px;
}
.eye-version__scale_2:after {
  bottom: -4.9px;
}
.eye-version__scale_3 {
  font-size: 30px;
}
.eye-version__scale_3:after {
  bottom: -4px;
}
.eye-version__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eye-version__color {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-left: 3px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.eye-version__color[data-color='black'] {
  border-color: #000;
  background: #000;
  color: #fff;
}
.eye-version__color:not(.m--current) {
  cursor: pointer;
}
.eye-version__color.m--current {
  pointer-events: none;
}
.eye-version__color.m--current:after,
.eye-version__color:not(.m--current):hover:after {
  bottom: -7px;
}
html.color-white .eye-version-panel {
  border-bottom: 2px solid #161616;
  background: #fff;
}
html.color-black .eye-version-panel {
  border-bottom: 2px solid #fff;
  background: #161616;
}
html.color-black .eye-version-item__text {
  color: #fff;
}
html.color-black .eye-version-item_back {
  cursor: pointer;
}
html.color-black .eye-version-item_back .icon-eye-svg .fill {
  fill: #fff;
}
html.color-black .eye-version__inner-item.m--current:after,
html.color-black .eye-version__inner-item:not(.m--current):hover:after {
  background: #fff;
}
html.color-black .eye-version__scale {
  color: #fff;
}
html.color-black .eye-version__color_white {
  border-color: #fff;
  background: #fff;
  color: #000;
}
html.color-black .eye-version__color_black {
  border-color: #fff;
  background: #000;
  color: #fff;
}
.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1160px) {
  .header-top .search-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-top {
    margin-top: 18px;
  }
  .header-top .phone {
    display: none;
  }
  .header-top .eye-version {
    margin-right: 15px;
    margin-left: auto;
  }
  .header-top .lk-user-link {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .header-top {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header-top .eye-version {
    padding: 10px 5px;
  }
  .header-top .eye-version__text {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .header .header-top {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .header .header-top .eye-version,
  .header .header-top .lk-user-link {
    display: none;
  }
  .header .header-top .logo svg.logo-main-svg {
    width: 155px;
    height: 50px;
  }
}
.logo .logo-main-svg {
  display: block;
}
.logo .logo-main-svg_textless {
  display: none;
}
.logo .logo-main-svg__logo .st1,
.logo .logo-main-svg__logo .st2 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 1024px) {
  .logo:hover .logo-main-svg__logo .st1 {
    -webkit-animation-name: st1-anim;
    -moz-animation-name: st1-anim;
    -o-animation-name: st1-anim;
    animation-name: st1-anim;
  }
}
@-webkit-keyframes st1-anim {
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@-moz-keyframes st1-anim {
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@-o-keyframes st1-anim {
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes st1-anim {
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
.search-menu {
  position: relative;
}
.search-menu_full,
.search-menu_full input {
  width: 100%;
}
.search-menu .search__input {
  width: 260px;
  padding: 10px 40px 10px 12px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f1f3f4;
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 500;
  line-height: 20px;
}
.search-menu .search__input:focus ~ .search-icon .icon-search-svg * {
  stroke: #243970;
}
.search-menu .search-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.search-menu .search-icon:focus {
  outline: none;
}
.search-menu .search-icon:hover .icon-search-svg * {
  stroke: #243970;
}
.search-menu .search-icon .icon-search-svg * {
  stroke: #cad1d5;
}
html.color-white .search-menu .search__input {
  border-color: #fff;
  background: #161616;
  color: #fff;
}
html.color-white .search-menu .search-icon .icon-search-svg * {
  stroke: #fff !important;
}
html.color-black .search-menu .search__input {
  border-color: #161616;
  background: #fff;
  color: #161616;
}
html.color-black .search-menu .search-icon .icon-search-svg * {
  stroke: #161616 !important;
}
.eye-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px;
  border: 2px solid #243970;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eye-version,
.eye-version__text {
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.eye-version__text {
  margin-left: 10px;
  color: #243970;
  font-size: 0.92857143rem;
  line-height: 1.7em;
}
.eye-version__spez,
.eye-version__std {
  font-weight: 400;
}
.eye-version__spez {
  display: block;
}
.eye-version-active .eye-version__spez,
.eye-version__std {
  display: none;
}
.eye-version-active .eye-version__std {
  display: block;
}
@media (min-width: 1024px) {
  .eye-version:hover {
    background: #243970;
  }
  .eye-version:hover .eye-version__text {
    color: #fff;
  }
  .eye-version:hover .icon-eye-svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .eye-version:hover .icon-eye-svg .fill {
    fill: #fff;
  }
}
html.color-white .eye-version {
  border-color: #161616;
  background: #161616;
}
html.color-white .eye-version__text {
  color: #fff;
}
html.color-white .eye-version .icon-eye-svg .fill {
  fill: #fff;
}
@media (min-width: 1024px) {
  html.color-white .eye-version:hover {
    background: #fff;
  }
  html.color-white .eye-version:hover .eye-version__text {
    color: #161616;
  }
  html.color-white .eye-version:hover .icon-eye-svg .fill {
    fill: #161616;
  }
}
html.color-black .eye-version {
  border-color: #161616;
  background: #fff;
}
html.color-black .eye-version__text {
  color: #161616;
}
html.color-black .eye-version .icon-eye-svg .fill {
  fill: #161616;
}
@media (min-width: 1024px) {
  html.color-black .eye-version:hover .eye-version__text {
    color: #161616;
  }
  html.color-black .eye-version:hover .icon-eye-svg .fill {
    fill: #161616;
  }
}
html.color-white .header .lk-user-link__text {
  color: #161616;
}
html.color-black .header .lk-user-link__text {
  color: #fff;
}
.header .lk-user-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .lk-user-link__text {
  margin-left: 8px;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 500;
  line-height: 15px;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .header .lk-user-link:hover .lk-user-link__text {
    text-decoration: none;
  }
}
.header .phone__top-text {
  display: block;
  color: #1074b9;
  font-size: 1.35714286rem;
  font-weight: 700;
  text-align: right;
}
.header .phone__bottom-text {
  display: block;
  color: #243970;
  font-size: 0.85714286rem;
  font-weight: 600;
  line-height: 13px;
  text-align: right;
}
.header .phone__bottom-text,
.header .phone__top-text {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .header .phone:hover .phone__top-text {
    color: #243970;
  }
}
html.color-white .header .phone__bottom-text,
html.color-white .header .phone__top-text {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .header .phone:hover .phone__top-text {
    color: #161616;
    text-decoration: underline;
  }
}
html.color-black .header .phone__bottom-text,
html.color-black .header .phone__top-text {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .header .phone:hover .phone__top-text {
    color: #fff;
    text-decoration: underline;
  }
}
.header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 21px;
}
.header-bottom__item {
  position: relative;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 0.92857143rem;
}
.header-bottom__item.active .header-bottom__link {
  cursor: default;
  pointer-events: none;
}
.header-bottom__item.submenu-is-opened .header-bottom__link {
  z-index: 3;
}
.header-bottom__link {
  position: relative;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5e7e9),
    to(#e5e7e9)
  );
  background: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9);
  background: -moz-linear-gradient(top, #e5e7e9 0, #e5e7e9 100%);
  background: -o-linear-gradient(top, #e5e7e9 0, #e5e7e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5e7e9),
    to(#e5e7e9)
  );
  background: -webkit-linear-gradient(top, #e5e7e9 0%, #e5e7e9 100%);
  background: -moz-linear-gradient(top, #e5e7e9 0%, #e5e7e9 100%);
  background: -o-linear-gradient(top, #e5e7e9 0%, #e5e7e9 100%);
  background: linear-gradient(180deg, #e5e7e9 0, #e5e7e9);
  background-position: 0 0;
  background-repeat: repeat-x;
  -webkit-background-size: 1px 0;
  -moz-background-size: 1px 0;
  -o-background-size: 1px 0;
  background-size: 1px 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-bottom .submenu {
  display: none;
  z-index: -1;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 150px;
  padding: 30px 10px 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  font-size: 10px;
}
.header-bottom .submenu__item {
  color: #243970;
}
.header-bottom .submenu__item:not(:last-child) {
  margin-bottom: 10px;
}
.header-bottom .submenu__item .submenu__link {
  color: inherit;
}
.header-bottom .submenu__item.active {
  color: #00a2dd;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header-bottom .submenu__item:hover {
    color: #00a2dd;
  }
}
.header-bottom .submenu__link {
  display: block;
  color: #1074b9;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}
@media (max-width: 1160px) {
  .header-bottom .all-sites {
    display: none;
  }
  .header-bottom .social-icons ~ .divider {
    display: none;
  }
}
@media (max-width: 970px) {
  .header-bottom__center-menu ~ .divider {
    display: none;
  }
  .header-bottom .social-icons {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}
html.color-white .header-bottom .submenu {
  border: 1px solid #000;
}
html.color-white .header-bottom .submenu__item {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .header-bottom .submenu__item:hover .submenu__link {
    text-decoration: underline;
  }
}
html.color-black .header-bottom .submenu {
  border: 1px solid #fff;
  background: #000;
}
html.color-black .header-bottom .submenu__item {
  color: #fff !important;
}
@media (min-width: 1024px) {
  html.color-black .header-bottom .submenu__item:hover .submenu__link {
    text-decoration: underline;
  }
}
.header-bottom__left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom__left-item .header-bottom__left-link {
  color: inherit;
}
.header-bottom__left-item.active {
  color: #00a2dd;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header-bottom__left-item:hover:not(.active) {
    color: #00a2dd;
  }
}
.header-bottom__left-link {
  color: #243970;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
html.color-white .header-bottom__left-item {
  color: #161616;
}
html.color-white .header-bottom__left-item.active {
  color: #161616;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  html.color-white .header-bottom__left-item:hover:not(.active) {
    color: #161616;
    text-decoration: underline;
  }
}
html.color-black .header-bottom__left-item {
  color: #fff;
}
html.color-black .header-bottom__left-item.active {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  html.color-black .header-bottom__left-item:hover:not(.active) {
    color: #fff;
    text-decoration: underline;
  }
}
.header-bottom__center-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom__center-item {
  color: #1878bb;
}
.header-bottom__center-item .header-bottom__center-link {
  color: inherit;
}
.header-bottom__center-item.active {
  color: #243970;
}
@media (min-width: 1024px) {
  .header-bottom__center-item:hover:not(.active) {
    color: #243970;
  }
  .header-bottom__center-item:hover:not(.active) .header-bottom__center-link {
    -webkit-background-size: 4px 50px;
    -moz-background-size: 4px 50px;
    -o-background-size: 4px 50px;
    background-size: 4px 50px;
  }
}
.header-bottom__center-link {
  font-size: inherit;
  font-weight: 400;
  text-transform: uppercase;
}
html.color-white .header-bottom__center-item {
  color: #161616;
}
html.color-white .header-bottom__center-item.active {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  html.color-white .header-bottom__center-item:hover:not(.active) {
    color: #161616;
  }
}
html.color-black .header-bottom__center-item {
  color: #fff;
}
html.color-black .header-bottom__center-item.active {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  html.color-black .header-bottom__center-item:hover:not(.active) {
    color: #161616;
  }
}
.all-sites {
  z-index: 4;
  position: relative;
}
.all-sites__text {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.all-sites__text-inner {
  display: block;
  z-index: 3;
  position: relative;
  margin-right: 7px;
  color: #1074b9;
  font-size: 0.92857143rem;
}
.all-sites .icon-plus-in-circle-svg {
  z-index: 3;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.all-sites.active .icon-plus-in-circle-svg__vertical-line {
  display: none;
}
.all-sites .city-list {
  display: none;
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 50%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 50px 15px 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.16);
  text-align: left;
}
.all-sites .city-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.all-sites .city-list__link:not(:last-child) {
  margin-bottom: 15px;
}
.all-sites .city-list__link .city-list__city {
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 1.07142857rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.all-sites .city-list__link .city-list__gerb {
  max-height: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1024px) {
  .all-sites .city-list__link:hover .city-list__city {
    color: #30afcf;
  }
  .all-sites .city-list__link:hover .city-list__gerb {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 1024px) {
  html.color-black .all-sites .city-list__link:hover .city-list__city,
  html.color-white .all-sites .city-list__link:hover .city-list__city {
    text-decoration: underline;
  }
}
html.color-white .all-sites__text-inner {
  color: #161616;
}
html.color-white .all-sites .city-list {
  border: 1px solid #161616;
}
html.color-white .all-sites .city-list__link .city-list__city {
  color: #161616;
}
html.color-black .all-sites__text {
  background: #161616;
}
html.color-black .all-sites__text-inner {
  color: #fff;
}
html.color-black .all-sites .city-list {
  border: 1px solid #fff;
  background: #161616;
}
html.color-black .all-sites .city-list__link .city-list__city {
  color: #fff;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header .mobile-menu,
.mm-spn .phone.mobile-menu__link {
  display: none;
}
.mm-spn.mobile-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-spn.mobile-menu,
.mm-spn .mobile-menu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mm-spn .mobile-menu__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 20px;
  background: #fff;
}
.mm-spn .mobile-menu__header .logo {
  width: auto;
}
.mm-spn .mobile-menu__header .logo svg.logo-main-svg {
  height: 50px;
}
.mm-spn .mobile-menu__header .eye-version {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 10px 5px;
}
.mm-spn .mobile-menu__header .eye-version__text {
  display: none;
}
@media (max-width: 650px) {
  .mm-spn .mobile-menu__header .eye-version {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mm-spn .mobile-menu__header .lk-user-link {
  display: none;
  margin-right: 15px;
}
.mm-spn .mobile-menu__header .lk-user-link__text {
  display: none;
}
@media (max-width: 650px) {
  .mm-spn .mobile-menu__header .lk-user-link {
    display: block;
  }
}
.mm-spn .mobile-menu__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
  padding: 11px 10px 11px 20px;
}
.mm-spn .mobile-menu__footer .search-menu .search__input {
  width: auto;
  max-width: 222px;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.mm-spn
  .mobile-menu__footer
  .search-menu
  .search__input:focus
  ~ .search-icon
  .icon-search-svg
  * {
  stroke: #243970;
}
.mm-spn .mobile-menu__footer .search-menu .search-icon svg.icon-search-svg * {
  stroke: #fff;
}
.mm-spn .mobile-menu__footer .all-sites {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mm-spn .mobile-menu__footer .all-sites__text {
  padding-right: 10px;
  background: rgba(0, 0, 0, 0);
}
.mm-spn .mobile-menu__footer .all-sites__text-inner {
  z-index: 3;
  margin-right: 10px;
  padding: 0;
  color: #243970;
  font-size: 13px;
}
.mm-spn .mobile-menu__footer .all-sites__text svg.icon-plus-in-circle-svg {
  width: 18px;
  height: 18px;
}
.mm-spn .mobile-menu__footer .all-sites__text svg.icon-plus-in-circle-svg * {
  fill: #243970;
}
.mm-spn .mobile-menu__footer .all-sites .city-list {
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 49%;
  width: 104%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 9px 30px;
  -webkit-transform: translateX(-52%);
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -o-transform: translateX(-52%);
  transform: translateX(-52%);
}
.mm-spn .mobile-menu__footer .all-sites .city-list__link {
  margin-bottom: 10px;
}
.mm-spn .mobile-menu__footer .all-sites .city-list__link .city-list__city {
  padding-left: 1px;
}
.mm-spn .mobile-menu__footer .all-sites .city-list__link .city-list__gerb {
  max-height: 27px;
}
@media (max-width: 1160px) {
  .mm-spn .mobile-menu__footer .all-sites {
    display: block;
  }
}
.mm-spn .mobile-menu__footer .social-icons {
  display: none;
}
.mm-spn .mobile-menu__footer .social-icons svg.social-icon .fill {
  fill: #fff;
}
@media (max-width: 1024px) {
  .mm-spn .mobile-menu__footer .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1160px) {
  .hamburger-btn {
    display: none;
  }
}
@media (max-width: 1160px) {
  .hamburger-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .mm-spn .phone.mobile-menu__link {
    display: block;
  }
}
@media (max-width: 500px) {
  .mm-spn
    .mobile-menu__header
    .logo
    .logo-main-svg:not(.logo-main-svg_textless) {
    display: none;
  }
  .mm-spn .mobile-menu__header .logo .logo-main-svg.logo-main-svg_textless {
    display: block;
  }
  .mm-spn .mobile-menu__header .eye-version {
    margin-right: 10px;
    margin-left: auto;
  }
}
html.color-white .mm-spn .phone.mobile-menu__link {
  color: #000;
}
html.color-white .mm-spn .mobile-menu__header {
  border-bottom: 1px solid #000;
}
html.color-white .mm-spn .mobile-menu__header .logo svg.logo-main-svg * {
  fill: #000;
}
html.color-white .mm-spn .mobile-menu__footer .search-menu .search__input {
  border-color: #000;
  color: #000;
}
html.color-white
  .mm-spn
  .mobile-menu__footer
  .search-menu
  .search-icon
  svg.icon-search-svg
  * {
  stroke: #000 !important;
}
html.color-white .mm-spn .mobile-menu__footer .all-sites__text-inner {
  color: #000;
}
html.color-white
  .mm-spn
  .mobile-menu__footer
  .all-sites__text
  svg.icon-plus-in-circle-svg
  *,
html.color-white
  .mm-spn
  .mobile-menu__footer
  .social-icons
  svg.social-icon
  .fill {
  fill: #000;
}
html.color-black .mm-spn .phone.mobile-menu__link {
  color: #fff;
}
html.color-black .mm-spn .mobile-menu__header {
  border-bottom: 1px solid #fff;
  background: #000;
}
html.color-black .mm-spn .mobile-menu__header .logo svg.logo-main-svg * {
  fill: #fff;
}
html.color-black .mm-spn .mobile-menu__footer .search-menu .search__input {
  border-color: #fff;
  color: #fff;
}
html.color-black
  .mm-spn
  .mobile-menu__footer
  .search-menu
  .search-icon
  svg.icon-search-svg
  * {
  stroke: #fff !important;
}
html.color-black .mm-spn .mobile-menu__footer .all-sites__text-inner {
  color: #fff;
}
html.color-black
  .mm-spn
  .mobile-menu__footer
  .all-sites__text
  svg.icon-plus-in-circle-svg
  *,
html.color-black
  .mm-spn
  .mobile-menu__footer
  .social-icons
  svg.social-icon
  .fill {
  fill: #fff;
}
.bage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 140px;
  background: #00a2dd;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 850px) {
  .bage {
    min-height: 130px;
  }
}
@media (max-width: 768px) {
  .bage {
    min-height: 90px;
  }
}
@media (max-width: 500px) {
  .bage {
    min-height: 70px;
  }
}
.bage .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bage__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -40px;
  width: 55%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1074b9),
    to(rgba(16, 116, 185, 0.1))
  );
  background: -webkit-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: -moz-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: -o-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1074b9),
    to(rgba(16, 116, 185, 0.1))
  );
  background: -webkit-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: -moz-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: -o-linear-gradient(left, #1074b9, rgba(16, 116, 185, 0.1));
  background: linear-gradient(90deg, #1074b9, rgba(16, 116, 185, 0.1));
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.bage .subtitle,
.bage .title {
  z-index: 1;
  position: relative;
  color: #fff;
}
.bage .subtitle {
  font-size: 1.07142857rem;
  font-weight: 600;
  line-height: 1.42857143rem;
}
.bage .title {
  margin-bottom: 0;
  font-size: 3.57142857rem;
  line-height: 4.28571429rem;
}
.bage__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: calc(1160px + 10px)) {
  .bage .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 850px) {
  .bage .subtitle {
    font-size: 1rem;
  }
  .bage .title {
    font-size: 2.85714286rem;
    line-height: 3.57142857rem;
  }
}
@media (max-width: 768px) {
  .bage .subtitle {
    font-size: 0.92857143rem;
  }
  .bage .title {
    font-size: 2.14285714rem;
    line-height: 2.85714286rem;
  }
  .bage .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .bage .subtitle {
    font-size: 1rem;
  }
  .bage .title {
    font-size: 1.78571429rem;
    line-height: 2.14285714rem;
  }
  .bage .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
html.color-black .bage,
html.color-white .bage {
  background: #161616;
}
html.color-black .bage__overlay,
html.color-white .bage__overlay {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#161616),
    to(rgba(22, 22, 22, 0.1))
  );
  background: -webkit-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: -moz-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: -o-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#161616),
    to(rgba(22, 22, 22, 0.1))
  );
  background: -webkit-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: -moz-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: -o-linear-gradient(left, #161616, rgba(22, 22, 22, 0.1));
  background: linear-gradient(90deg, #161616, rgba(22, 22, 22, 0.1));
}
html.color-black .bage .subtitle,
html.color-black .bage .title,
html.color-white .bage .subtitle,
html.color-white .bage .title {
  color: #fff;
}
html.color-black .bage {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
:root .bage .bage__overlay,
_:-ms-fullscreen .bage__overlay {
  -ms-transform: skewX(-26deg);
  transform: skewX(-26deg);
}
.page-guts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1160px) {
  .page-guts {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .page-guts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-nav {
  width: 300px;
}
.sidemenu {
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f3f4;
}
.sidemenu__list_ancestor .sidemenu__list .sidemenu__list {
  display: none;
}
.sidemenu__list_ancestor
  > .sidemenu__list
  > .sidemenu__item
  > .sidemenu__link_ultimate {
  padding-left: 30px;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item:not(.current-page)
  .sidemenu__link-cont_with-arrow {
  padding-left: 56px;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item.current-page
  .sidemenu__link-cont_with-arrow {
  padding-left: 53px;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item:not(.current-page)
  .sidemenu__link_ultimate {
  padding-left: 75px;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item.current-page
  .sidemenu__link_ultimate {
  padding-left: 72px;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item
  .sidemenu__link_ultimate {
  position: relative;
}
.sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__list
  .sidemenu__item
  .sidemenu__link_ultimate:before {
  position: absolute;
  margin-top: -1px;
  margin-left: -18px;
  content: '—';
}
.sidemenu__link-cont {
  color: #1074b9;
}
.sidemenu__link-cont_without-arrow .sidemenu__link {
  padding: 16px 15px 16px 30px;
  color: #243970;
  font-size: 1.28571429rem;
  font-weight: 700;
}
.sidemenu__link-cont_with-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 15px 14px 30px;
}
.sidemenu__link {
  display: block;
  color: #1074b9;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidemenu__link_ultimate {
  padding: 14px 20px 14px 56px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .sidemenu__link:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.sidemenu__item {
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sidemenu__item.current-page {
  border-left: 3px solid #243970;
}
.sidemenu__item.current-page .sidemenu__link {
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}
.sidemenu__item_active .icon-accord {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sidemenu .icon-accord {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 10px;
  min-height: 7.5px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .sidemenu .icon-accord.icon-arrow-accord:hover .fill {
    fill: #e30613;
  }
}
@media (max-width: 1160px) {
  .page-nav {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .sidemenu {
    margin-bottom: 20px;
  }
  .page-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-nav,
  .sidemenu {
    width: 100%;
  }
  .sidemenu__link-cont_without-arrow .sidemenu__link {
    padding: 15px 15px 15px 20px;
    font-size: 1.14285714rem;
  }
  .sidemenu__link-cont_with-arrow {
    padding: 15px 15px 15px 20px;
  }
  .sidemenu__link {
    font-size: 1rem;
  }
  .sidemenu__link_ultimate {
    padding: 15px 15px 15px 30px;
  }
  .sidemenu__list_ancestor
    > .sidemenu__list
    > .sidemenu__item
    > .sidemenu__link_ultimate {
    padding-left: 19px;
  }
}
html.scale .sidemenu__link-cont_with-arrow,
html.scale .sidemenu__link-cont_without-arrow .sidemenu__link {
  padding-left: 20px;
}
html.scale .sidemenu__link_ultimate {
  padding: 14px 20px 14px 40px;
}
@media (min-width: 1024px) {
  html.scale .sidemenu__link:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
html.scale .sidemenu .icon-arrow-accord {
  padding: 10px;
}
html.scale .sidemenu svg.icon-arrow-accord {
  width: 15px;
  min-width: 15px;
  height: 11.25px;
  min-height: 11.25px;
}
html.color-black .sidemenu__item .icon-accord,
html.color-white .sidemenu__item .icon-accord {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
html.color-white .sidemenu {
  border-color: #161616;
  background: #fff;
}
html.color-white .sidemenu__link,
html.color-white .sidemenu__link-cont_without-arrow .sidemenu__link {
  color: #161616;
}
html.color-white .sidemenu__item {
  border-color: #161616;
}
html.color-white .sidemenu__item .icon-accord.icon-arrow-accord .fill {
  fill: #161616;
}
@media (min-width: 1024px) {
  html.color-white .sidemenu__item .icon-accord.icon-arrow-accord:hover .fill {
    fill: #161616;
  }
}
html.color-black .sidemenu {
  border-color: #fff;
  background: #161616;
}
html.color-black .sidemenu__link,
html.color-black .sidemenu__link-cont_without-arrow .sidemenu__link {
  color: #fff;
}
html.color-black .sidemenu__item {
  border-color: #fff;
}
html.color-black .sidemenu__item .icon-accord.icon-arrow-accord .fill {
  fill: #fff;
}
@media (min-width: 1024px) {
  html.color-black .sidemenu__item .icon-accord.icon-arrow-accord:hover .fill {
    fill: #fff;
  }
}
.page-content {
  z-index: 2;
  width: 65.9%;
}
.page-content.page-content_full-w {
  width: 100%;
}
.page-content__icon {
  margin-right: 20px;
}
.page-content__title-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-content__title-cont .btn,
.page-content__title-cont .page-content__title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-content__title-cont .page-content__title {
  margin-right: 5px;
}
.page-content__title-cont_with-underline {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1074b9;
}
.page-content__title-cont_without-spacing {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.page-content__title-cont_with-prepended-icon {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1160px) {
  .page-content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-content__title-cont_with-underline {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page-content__title-cont_without-spacing {
    padding-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .page-content__icon {
    margin-right: 10px;
  }
  .page-content__title-cont .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
html.color-white .page-content__title-cont_with-underline {
  border-color: #161616;
}
html.color-black .page-content__title-cont_with-underline {
  border-color: #fff;
}
.banner-with-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-bottom: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner-with-form .banner-left {
  position: relative;
  width: 43.5%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.banner-with-form .banner-left__bg {
  opacity: 0.2;
}
.banner-with-form .banner-left__img {
  width: 244px;
  height: 184px;
  margin-top: 55px;
  margin-bottom: 60px;
}
.banner-with-form .banner-left__content {
  padding: 40px 25px 40px 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.banner-with-form .banner-left__title {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 600;
}
.banner-with-form .banner-left__ul {
  margin-bottom: 20px;
  color: #fff;
  list-style: none;
  padding: 0;
}
.banner-with-form .banner-left__ul a {
  text-decoration: underline;
}
.banner-with-form a:not(.phone) {
  color: #fff;
  text-decoration: underline;
}
.banner-with-form ul {
  padding: 0 0 0 15px;
  list-style: disc;
  color: #fff;
  margin: 0 0 10px;
}
.banner-with-form ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.banner-with-form p {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 10px;
}
.banner-with-form .banner-left__footer {
  margin-top: auto;
  color: #fff;
  font-weight: 600;
}
.banner-with-form .banner-left__footer .phone {
  color: inherit;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.banner-with-form .banner-right,
.banner-with-form .content-right {
  width: 56.5%;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  background: #f1f3f4;
}
.banner-with-form .banner-right .banner-form,
.banner-with-form .content-right .banner-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 35px 30px 42px 33px;
}
.banner-with-form .banner-right .banner-form__title,
.banner-with-form .banner-right .banner-form__title {
  margin-bottom: 30px;
}
.banner-with-form .content-right .banner-form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: auto;
}
.banner-with-form .banner-right .banner-form__p,
.banner-with-form .banner-right p,
.banner-with-form .content-right .banner-form__p,
.banner-with-form .content-right p {
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 20px;
}
.banner-with-form .banner-right .banner-form__p a,
.banner-with-form .content-right .banner-form__p a {
  color: #1074b9;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .banner-with-form .banner-right .banner-form__p a:hover,
  .banner-with-form .content-right .banner-form__p a:hover {
    color: #e30613;
  }
}
.banner-with-form .banner-right .banner-form__footer,
.banner-with-form .content-right .banner-form__footer {
  margin-top: auto;
}
.banner-with-form .banner-right .banner-form__footer .banner-form__agreement,
.banner-with-form .content-right .banner-form__footer .banner-form__agreement {
  margin-bottom: 15px;
}
@media (max-width: 1160px) {
  .banner-with-form {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 850px) {
  .banner-with-form .banner-left__content,
  .banner-with-form .banner-right .banner-form,
  .banner-with-form .content-right .banner-form {
    padding: 20px;
  }
  .banner-with-form .banner-right .banner-form__footer,
  .banner-with-form .content-right .banner-form__footer {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .banner-with-form {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-with-form .banner-left {
    position: static;
    width: 100%;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .banner-with-form .banner-left__footer br,
  .banner-with-form .banner-left__title br {
    display: none;
  }
  .banner-with-form .banner-left__title {
    margin-bottom: 20px;
  }
  .banner-with-form .banner-left__footer {
    margin-top: 20px;
  }
  .banner-with-form .banner-left__img {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .banner-with-form .banner-right,
  .banner-with-form .content-right {
    z-index: 1;
    width: 100%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .banner-with-form .banner-right .banner-form__footer,
  .banner-with-form .content-right .banner-form__footer {
    margin-top: 20px;
  }
  .banner-with-form .banner-right .banner-form__footer .btn,
  .banner-with-form .content-right .banner-form__footer .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .banner-with-form {
    margin-bottom: 30px;
  }
  .banner-with-form .banner-left__img {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .banner-with-form .banner-left__ul {
    margin-bottom: 10px;
  }
}
html.scale .banner-with-form .banner-left__content {
  padding: 20px;
}
html.scale .banner-with-form .banner-left__img {
  margin-top: 25px;
  margin-bottom: 35px;
}
html.scale .banner-with-form .banner-right .banner-form,
html.scale .banner-with-form .content-right .banner-form {
  padding-top: 20px;
  padding-bottom: 20px;
}
html.color-black .banner-with-form .banner-left,
html.color-white .banner-with-form .banner-left {
  border: 2px solid #161616;
}
html.color-black .banner-with-form .banner-left__bg,
html.color-white .banner-with-form .banner-left__bg {
  display: none;
}
html.color-black .banner-with-form .banner-right,
html.color-white .banner-with-form .banner-right,
html.color-black .banner-with-form .content-right,
html.color-white .banner-with-form .content-right {
  border-right: 2px solid #161616;
  border-bottom: 2px solid #161616;
  background: #fff;
}
@media (min-width: 768px) {
  html.color-black .banner-with-form .banner-right,
  html.color-white .banner-with-form .banner-right,
  html.color-black .banner-with-form .content-right,
  html.color-white .banner-with-form .content-right {
    border-top: 2px solid #161616;
  }
}
@media (max-width: 768px) {
  html.color-black .banner-with-form .banner-right,
  html.color-white .banner-with-form .banner-right,
  html.color-black .banner-with-form .content-right,
  html.color-white .banner-with-form .content-right {
    border-left: 2px solid #161616;
  }
}
html.color-black .banner-with-form .banner-right .banner-form__p a,
html.color-white .banner-with-form .banner-right .banner-form__p a,
html.color-black .banner-with-form .content-right .banner-form__p a,
html.color-white .banner-with-form .content-right .banner-form__p a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  html.color-black .banner-with-form .banner-right .banner-form__p a:hover,
  html.color-white .banner-with-form .banner-right .banner-form__p a:hover,
  html.color-black .banner-with-form .content-right .banner-form__p a:hover,
  html.color-white .banner-with-form .content-right .banner-form__p a:hover {
    text-decoration: none;
  }
}
html.color-white .banner-with-form .banner-left {
  border-color: #161616;
}
html.color-white .banner-with-form .banner-left__footer,
html.color-white .banner-with-form .banner-left__title,
html.color-white .banner-with-form .banner-left__ul {
  color: #161616;
}
html.color-white .banner-with-form .banner-right,
html.color-white .banner-with-form .content-right {
  border-color: #161616;
  background: #fff;
}
html.color-white .banner-with-form .banner-right .banner-form__p,
html.color-white .banner-with-form .banner-right .banner-form__p a,
html.color-white .banner-with-form .content-right .banner-form__p,
html.color-white .banner-with-form .content-right .banner-form__p a {
  color: #161616;
}
html.color-black .banner-with-form .banner-left {
  border-color: #fff;
}
html.color-black .banner-with-form .banner-left__footer,
html.color-black .banner-with-form .banner-left__title,
html.color-black .banner-with-form .banner-left__ul {
  color: #fff;
}
html.color-black .banner-with-form .banner-right,
html.color-black .banner-with-form .content-right {
  border-color: #fff;
  background: #161616;
}
html.color-black .banner-with-form .banner-right .banner-form__p,
html.color-black .banner-with-form .banner-right .banner-form__p a,
html.color-black .banner-with-form .content-right .banner-form__p,
html.color-black .banner-with-form .content-right .banner-form__p a {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .banner-with-form .banner-right .banner-form__p a:hover,
  html.color-black .banner-with-form .content-right .banner-form__p a:hover {
    color: #fff;
  }
}
.section-contacts .jumbo-img__cont {
  margin-bottom: 38px;
}
.section-contacts .contacts-block {
  margin-bottom: 40px;
}
.section-contacts .map_contacts {
  width: 100%;
  height: 380px;
  margin-top: 40px;
  margin-bottom: 55px;
}
.section-contacts .map_about-contacts {
  margin-bottom: 35px;
}
@media (max-width: 850px) {
  .section-contacts .contacts-block {
    margin-bottom: 30px;
  }
  .section-contacts .map_contacts {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.jumbo-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 45px;
}
.jumbo-icons,
.jumbo-icons__article {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbo-icons__article {
  margin-top: 40px;
  margin-bottom: 40px;
}
.jumbo-icons__icon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbo-icons__icon.icon-waterdevice-svg .fill {
  fill: #1074b9;
}
.jumbo-icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21%;
  margin: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbo-icons__item:hover .jumbo-icons__item-hint {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 576px) {
  .jumbo-icons__item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .jumbo-icons__item:hover .jumbo-icons__icon {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    -moz-animation-name: hvr-bob-float, hvr-bob;
    -o-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    -moz-animation-duration: 0.3s, 1.5s;
    -o-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    -moz-animation-timing-function: ease-out, ease-in-out;
    -o-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-delay: 0s, 0.3s;
    -moz-animation-delay: 0s, 0.3s;
    -o-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-iteration-count: 1, infinite;
    -moz-animation-iteration-count: 1, infinite;
    -o-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-direction: normal, alternate;
    -moz-animation-direction: normal, alternate;
    -o-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
.jumbo-icons__item-hint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  padding: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #1074b9;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.jumbo-icons__item-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.07142857rem;
  font-weight: 100;
  line-height: 1.5rem;
  text-align: center;
  cursor: default;
}
.jumbo-icons__item-text:not(:last-child) {
  margin-bottom: 10px;
}
.jumbo-icons__item a.jumbo-icons__item-text {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .jumbo-icons__item a.jumbo-icons__item-text:hover {
    text-decoration: none;
  }
}
.jumbo-icons .jumbo-icons__p {
  max-width: 79%;
  margin-top: 30px;
  margin-bottom: 0;
  color: #243970;
  font-size: 0.92857143rem;
  line-height: 1.07142857rem;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-moz-keyframes hvr-bob {
  0% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-o-keyframes hvr-bob {
  0% {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-moz-keyframes hvr-bob-float {
  to {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-o-keyframes hvr-bob-float {
  to {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  to {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@media (max-width: 850px) {
  .jumbo-icons {
    max-height: unset;
  }
}
@media (max-width: 768px) {
  .jumbo-icons {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .jumbo-icons__article {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .jumbo-icons .jumbo-icons__p {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .jumbo-icons {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .jumbo-icons__article {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .jumbo-icons__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jumbo-icons .jumbo-icons__p {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.14285714rem;
  }
}
html.scale .jumbo-icons {
  margin-top: 35px;
  margin-bottom: 35px;
}
html.scale .jumbo-icons__item {
  max-width: 180px;
}
html.scale .jumbo-icons__article {
  margin-top: 30px;
  margin-bottom: 30px;
}
html.scale .jumbo-icons html.scale .jumbo-icons__p {
  margin-top: 25px;
}
html.color-white .jumbo-icons__item-hint {
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.color-white .jumbo-icons__item-text {
  color: #161616;
}
html.color-black .jumbo-icons__item-hint {
  border: 2px solid #fff;
  background: #161616;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.color-black .jumbo-icons__item-text {
  color: #fff;
}
.jumbo-img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.jumbo-img__cont {
  position: relative;
  margin-bottom: 48px;
}
.jumbo-img__cont_on-top {
  margin-bottom: 0 !important;
}
.jumbo-img__cont_on-top .jumbo-img,
.jumbo-img__cont_on-top .jumbo-img__marker {
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.jumbo-img__marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 13.5%;
  left: -6px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  background: #00a2dd;
}
.jumbo-img__marker-cont {
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 31px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbo-img__subtitle,
.jumbo-img__title {
  color: #fff;
}
.jumbo-img__subtitle {
  font-size: 1.07142857rem;
  line-height: 1.42857143rem;
}
@media (max-width: 1024px) {
  .jumbo-img__cont {
    margin-bottom: 30px;
  }
  .jumbo-img__marker {
    bottom: 10%;
    min-height: unset;
  }
  .jumbo-img__marker-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 850px) {
  .jumbo-img__marker {
    bottom: 5%;
  }
  .jumbo-img__marker-cont {
    padding-right: 10px;
    padding-left: 10px;
  }
  .jumbo-img__subtitle {
    font-size: 1rem;
  }
  .jumbo-img__title {
    font-size: 1.71428571rem;
  }
}
@media (max-width: 768px) {
  .jumbo-img__marker {
    bottom: 5%;
  }
  .jumbo-img__subtitle {
    font-size: 0.92857143rem;
    line-height: 1.5rem;
  }
  .jumbo-img__title {
    font-size: 1.42857143rem;
    line-height: 1.71428571rem;
  }
}
@media (max-width: 500px) {
  .jumbo-img__marker {
    position: static;
    margin-top: -5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .jumbo-img__subtitle {
    font-size: 1rem;
    line-height: 1.64285714rem;
  }
  .jumbo-img__title {
    font-size: 1.57142857rem;
    line-height: 1.85714286rem;
  }
}
html.scale .jumbo-img__marker-cont {
  padding-right: 15px;
  padding-left: 15px;
}
html.color-black .jumbo-img__marker,
html.color-white .jumbo-img__marker {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
html.color-white .jumbo-img {
  border: 2px solid #000;
}
html.color-white .jumbo-img__marker {
  border: 2px solid #000;
  background: #fff;
}
html.color-white .jumbo-img__subtitle,
html.color-white .jumbo-img__title {
  color: #161616;
}
html.color-black .jumbo-img {
  border: 2px solid #fff;
}
html.color-black .jumbo-img__marker {
  border: 2px solid #fff;
  background: #161616;
}
html.color-black .jumbo-img__subtitle,
html.color-black .jumbo-img__title {
  color: #fff;
}
.subscribe-to-news {
  z-index: 2;
  position: relative;
  padding: 28px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.subscribe-to-news p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #e74c3c;
  font-size: 14px;
  line-height: 1;
}
html.scale .subscribe-to-news {
  padding: 15px;
}
html.color-white .subscribe-to-news {
  border: 2px solid #000;
  background: #fff;
}
html.color-black .subscribe-to-news {
  border: 2px solid #fff;
  background: #161616;
}
.contacts-row {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 44px;
}
.contacts-row__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
.contacts-row__title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 160px;
  margin-bottom: 15px;
  color: #1074b9;
  font-size: 1.42857143rem;
  font-weight: 700;
  line-height: 1.78571429rem;
}
.contacts-row__item {
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  width: 29%;
}
@media screen and (max-width: 768px) {
  .contacts-row__item {
    width: 44%;
  }
}
.contacts-row .contacts-block {
  max-width: 180px;
  margin-bottom: 0;
}
.contacts-row .contacts-block__item:not(:last-child) {
  margin-bottom: 15px;
}
.contacts-row .contacts-block__link {
  font-size: 1.07142857rem;
  line-height: 1.42857143rem;
}
@media (max-width: 850px) {
  .contacts-row {
    margin-bottom: 0;
    padding-right: 0;
  }
  .contacts-row__title {
    margin-bottom: 10px;
    font-size: 1.35714286rem;
    line-height: 1.64285714rem;
  }
}
html.scale .contacts-row {
  padding-right: 0;
}
html.scale .contacts-row .contacts-block {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
html.color-black .contacts-row__item,
html.color-white .contacts-row__item {
  padding: 15px;
}
html.color-white .contacts-row__title {
  color: #161616;
}
html.color-white .contacts-row__item {
  border: 2px solid #000;
}
html.color-black .contacts-row__title {
  color: #fff;
}
html.color-black .contacts-row__item {
  border: 2px solid #fff;
}
.contacts-single__title {
  margin-bottom: 2px;
  color: #1074b9;
  font-size: 1.42857143rem;
  font-weight: 700;
  line-height: 1.78571429rem;
}
.contacts-single__subtitle {
  color: #1074b9;
  font-size: 1.21428571rem;
  font-weight: 600;
  line-height: 1.78571429rem;
}
.contacts-single .contacts-block {
  margin-top: 20px;
}
html.color-white .contacts-single__subtitle,
html.color-white .contacts-single__title {
  color: #161616;
}
html.color-black .contacts-single__subtitle,
html.color-black .contacts-single__title {
  color: #fff;
}
.contacts-block__item:not(:last-child) {
  margin-bottom: 10px;
}
.contacts-block__title {
  color: #1074b9;
  font-size: 1.07142857rem;
  font-weight: 700;
  line-height: 1.78571429rem;
}
.contacts-block__link {
  display: block;
  color: #1074b9;
  font-size: 1.21428571rem;
  font-weight: 200;
  line-height: 1.78571429rem;
}
@media (min-width: 1024px) {
  .contacts-block a.contacts-block__link:hover {
    text-decoration: underline;
  }
}
html.color-white .contacts-block__link,
html.color-white .contacts-block__title {
  color: #161616;
}
html.color-black .contacts-block__link,
html.color-black .contacts-block__title {
  color: #fff;
}
.news-item {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.news-item__img {
  opacity: 0.5;
}
.news-item__img,
.news-item__img-cont {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.news-item__img-cont {
  background: #243970;
}
.news-item__bage {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.news-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-item__arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-item:not(.news-item_full-size) .news-item__bage {
  margin-top: 15px;
}
.news-item:not(.news-item_full-size) .news-item__title {
  margin-bottom: 2px;
  padding-right: 18px;
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 400;
  line-height: 1.42857143rem;
}
.news-item:not(.news-item_full-size) .news-item__meta,
.news-item:not(.news-item_full-size) .news-item__src {
  color: #1074b9;
  font-size: 0.92857143rem;
  font-weight: 700;
  line-height: 1.14285714rem;
}
.news-item:not(.news-item_full-size) .news-item__src {
  margin-right: 10px;
}
.news-item:not(.news-item_full-size) .news-item__row .news-item__meta {
  margin-right: 10px;
}
.news-item:not(.news-item_full-size) .news-item__row .news-item__arrow .stroke {
  stroke: #1074b9;
}
.news-item:not(.news-item_full-size) .news-item__row_on-top {
  margin-bottom: 8px;
}
.news-item:not(.news-item_full-size) .news-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item:not(.news-item_full-size) .news-item__img-cont {
  height: 210px;
}
.news-item:not(.news-item_full-size) .divider {
  margin-right: 8px;
  color: #1074b9;
  font-weight: 600;
}
.news-item_full-size {
  position: relative;
  height: 440px;
}
.news-item_full-size .news-item__bage {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding: 12px 12px 13px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
  background: rgba(0, 0, 0, 0.1);
}
.news-item_full-size .news-item__title {
  color: #fff;
  font-size: 1.07142857rem;
  font-weight: 600;
  line-height: 1.64285714rem;
}
.news-item_full-size .news-item__src {
  color: #00a2dd;
  font-size: 1.07142857rem;
  font-weight: 700;
  line-height: 1.64285714rem;
}
.news-item_full-size .news-item__meta {
  color: #fff;
  font-size: 0.85714286rem;
  font-weight: 700;
}
.news-item_full-size .news-item__arrow.std-grid__arrow .stroke {
  stroke: #00a2dd;
}
.news-item_full-size .news-item__row .news-item__meta {
  margin-right: 10px;
}
.news-item_full-size .news-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.news-item_full-size .news-item__img-cont {
  height: 440px;
  max-height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 1160px) {
  .news-item_full-size .news-item__img,
  .news-item_full-size .news-item__img-cont {
    height: 100%;
  }
  .news-item:not(.news-item_full-size) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-item:not(.news-item_full-size) .news-item__title {
    margin-bottom: 10px;
  }
  .news-item:not(.news-item_full-size) .news-item__bage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .news-item:not(.news-item_full-size) .news-item__info {
    margin-top: auto;
  }
}
@media (max-width: 850px) {
  .news-grid {
    grid-template-areas: 'full full full full full full' 'full full full full full full' 'st2 st2 st2 st3 st3 st3' 'st4 st4 st4 st5 st5 st5' 'st6 st6 st6 st7 st7 st7';
  }
}
@media (max-width: 768px) {
  .news-item:not(.news-item_full-size) {
    margin-bottom: 25px;
  }
  .news-item:not(.news-item_full-size) .divider {
    display: none;
  }
  .news-item:not(.news-item_full-size) .news-item {
    position: relative;
  }
  .news-item:not(.news-item_full-size) .news-item__img-cont {
    height: 100%;
  }
  .news-item:not(.news-item_full-size) .news-item__meta,
  .news-item:not(.news-item_full-size) .news-item__src,
  .news-item:not(.news-item_full-size) .news-item__title {
    color: #fff;
  }
  .news-item:not(.news-item_full-size) .news-item__title {
    padding-right: 0;
  }
  .news-item:not(.news-item_full-size) .news-item__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-item:not(.news-item_full-size) .news-item__meta,
  .news-item:not(.news-item_full-size) .news-item__src {
    margin-right: 0;
  }
  .news-item:not(.news-item_full-size) .news-item__arrow {
    display: none;
  }
  .news-item:not(.news-item_full-size) .news-item__bage {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .news-item_full-size {
    margin-bottom: 25px;
  }
  .news-item_full-size .news-item__bage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    background: none !important;
  }
  .news-item_full-size .news-item__arrow {
    display: none;
  }
  .news-item_full-size .news-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
  }
  .news-item_full-size .news-item__meta,
  .news-item_full-size .news-item__src,
  .news-item_full-size .news-item__title {
    color: #fff;
  }
}
html.color-black .news-item:not(.news-item_full-size),
html.color-white .news-item:not(.news-item_full-size) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  html.color-black .news-item:not(.news-item_full-size) .news-item__img,
  html.color-white .news-item:not(.news-item_full-size) .news-item__img {
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
html.color-black .news-item:not(.news-item_full-size) .news-item__img-cont,
html.color-white .news-item:not(.news-item_full-size) .news-item__img-cont {
  background: rgba(22, 22, 22, 0.4);
}
@media (min-width: 768px) {
  html.color-black .news-item:not(.news-item_full-size) .news-item__img-cont,
  html.color-white .news-item:not(.news-item_full-size) .news-item__img-cont {
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
html.color-black .news-item:not(.news-item_full-size) .news-item__bage,
html.color-white .news-item:not(.news-item_full-size) .news-item__bage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  html.color-black .news-item:not(.news-item_full-size) .news-item__bage,
  html.color-white .news-item:not(.news-item_full-size) .news-item__bage {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
html.color-black .news-item:not(.news-item_full-size) .news-item__info,
html.color-white .news-item:not(.news-item_full-size) .news-item__info {
  margin-top: auto;
}
html.color-black .news-item_full-size .news-item__bage,
html.color-white .news-item_full-size .news-item__bage {
  margin-top: auto;
  margin-bottom: auto;
  background: rgba(22, 22, 22, 0.6);
}
html.color-black .news-item_full-size .news-item__img-cont,
html.color-white .news-item_full-size .news-item__img-cont {
  background: rgba(22, 22, 22, 0.4);
}
html.color-black .news-item_full-size .news-item__meta,
html.color-black .news-item_full-size .news-item__src,
html.color-black .news-item_full-size .news-item__title,
html.color-white .news-item_full-size .news-item__meta,
html.color-white .news-item_full-size .news-item__src,
html.color-white .news-item_full-size .news-item__title {
  color: #fff;
}
html.color-black .news-item_full-size .news-item__arrow *,
html.color-white .news-item_full-size .news-item__arrow * {
  stroke: #fff;
}
html.color-white .news-item:not(.news-item_full-size) .news-item__img-cont {
  border-color: #161616;
}
html.color-white .news-item:not(.news-item_full-size) .news-item__title {
  color: #161616;
}
html.color-white .news-item:not(.news-item_full-size) .news-item__meta,
html.color-white .news-item:not(.news-item_full-size) .news-item__src {
  color: #161616;
}
html.color-white .news-item:not(.news-item_full-size) .news-item__arrow * {
  stroke: #161616;
}
html.color-white .news-item:not(.news-item_full-size) .divider {
  color: #161616;
}
html.color-black .news-item:not(.news-item_full-size) .news-item__img-cont {
  border-color: #fff;
  background: #161616;
}
html.color-black .news-item:not(.news-item_full-size) .news-item__title {
  color: #fff;
}
html.color-black .news-item:not(.news-item_full-size) .news-item__meta,
html.color-black .news-item:not(.news-item_full-size) .news-item__src {
  color: #fff;
}
html.color-black .news-item:not(.news-item_full-size) .news-item__arrow * {
  stroke: #fff;
}
html.color-black .news-item:not(.news-item_full-size) .divider {
  color: #fff;
}
.std-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
.std-grid__item {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.std-grid__item:not(.std-grid__item_full-size) {
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 32px;
}
.std-grid__item_full-size {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-bottom: 65px;
}
@media (min-width: 1024px) {
  .std-grid__item:hover .std-grid__arrow {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.std-grid__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.std-grid .std-grid__arrow {
  margin-left: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.std-grid .std-grid__arrow .stroke {
  stroke: #1074b9;
}
.std-grid:not(.hasFullSizeItem) .std-grid__bage {
  margin-top: 10px;
}
.std-grid:not(.hasFullSizeItem) .std-grid__img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.std-grid:not(.hasFullSizeItem) .std-grid__img-cont {
  width: 100%;
}
@media (max-width: 1160px) {
  .std-grid.hasFullSizeItem {
    grid-gap: 30px;
    gap: 30px;
    display: grid;
    grid-template-areas: 'full full full full st2 st2' 'full full full full st3 st3' 'st4 st4 st4 st5 st5 st5' 'st6 st6 st6 st7 st7 st7';
  }
  .std-grid.hasFullSizeItem,
  .std-grid.hasFullSizeItem .std-grid__content {
    margin-right: 0;
    margin-left: 0;
  }
  .std-grid.hasFullSizeItem .std-grid__item_full-size {
    grid-area: full;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .std-grid.hasFullSizeItem .std-grid__item:not(.std-grid__item_full-size) {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(2) {
    grid-area: st2;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(3) {
    grid-area: st3;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(4) {
    grid-area: st4;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(5) {
    grid-area: st5;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(6) {
    grid-area: st6;
  }
  .std-grid.hasFullSizeItem .std-grid__item:nth-child(7) {
    grid-area: st7;
  }
  .std-grid:not(.hasFullSizeItem)
    .std-grid__item:not(.std-grid__item_full-size) {
    width: -webkit-calc(33.33333% - 30px);
    width: -moz-calc(33.33333% - 30px);
    width: -webkit-calc(33.333333333333336% - 30px);
    width: -moz-calc(33.333333333333336% - 30px);
    width: calc(33.33333% - 30px);
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .std-grid.hasFullSizeItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .std-grid.hasFullSizeItem .std-grid__content {
    margin-bottom: 20px;
  }
  .std-grid.hasFullSizeItem .std-grid__item {
    grid-template-areas: none !important;
  }
  .std-grid.hasFullSizeItem .std-grid__item:not(.std-grid__item_full-size) {
    height: 250px;
  }
  .std-grid.hasFullSizeItem
    .std-grid__item:not(.std-grid__item_full-size):not(:last-child) {
    margin-bottom: 25px;
  }
  .std-grid.hasFullSizeItem .std-grid__item_full-size {
    height: 280px;
    margin-bottom: 25px;
  }
  .std-grid:not(.hasFullSizeItem)
    .std-grid__item:not(.std-grid__item_full-size) {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .std-grid:not(.hasFullSizeItem) {
    margin-right: 0;
    margin-left: 0;
  }
  .std-grid:not(.hasFullSizeItem)
    .std-grid__item:not(.std-grid__item_full-size) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .std-grid:not(.hasFullSizeItem) .std-grid__img {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .std-grid.hasFullSizeItem .std-grid__item:not(.std-grid__item_full-size) {
    height: 95vw;
    margin-bottom: 30px;
  }
  .std-grid.hasFullSizeItem .std-grid__item_full-size {
    height: 95vw;
  }
}
@media (min-width: 350px) {
  html.scale .std-grid__item:not(.std-grid__item_full-size) {
    margin-bottom: 40px;
  }
}
html.color-black .std-grid__item,
html.color-white .std-grid__item {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
html.color-black .std-grid__item:not(.std-grid__item_full-size),
html.color-white .std-grid__item:not(.std-grid__item_full-size) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html.color-black .std-grid:not(.hasFullSizeItem) .std-grid__bage,
html.color-white .std-grid:not(.hasFullSizeItem) .std-grid__bage {
  margin-top: 0;
  padding: 10px;
}
html.color-black .std-grid__img-cont,
html.color-white .std-grid__img-cont {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}
html.color-white .std-grid__item {
  border: 2px solid #000;
}
html.color-white .std-grid__arrow * {
  stroke: #161616;
}
html.color-black .std-grid__item {
  border: 2px solid #fff;
}
html.color-black .std-grid__arrow * {
  stroke: #fff;
}
.grid-cards-like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 15px -15px;
  padding-top: 10px;
}
.grid-cards-like .card-like__item {
  width: -webkit-calc(33.33333% - 30px);
  width: -moz-calc(33.33333% - 30px);
  width: -webkit-calc(33.333333333333336% - 30px);
  width: -moz-calc(33.333333333333336% - 30px);
  width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-bottom: 56px;
  margin-left: 15px;
}
.grid-cards-like .card-like__img {
  margin-bottom: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid-cards-like .card-like__title {
  max-width: 100%;
  margin-bottom: 12px;
  color: #1074b9;
  font-size: 1.21428571rem;
  font-weight: 600;
  line-height: 1.42857143rem;
}
.grid-cards-like .card-like__subtitle {
  max-width: 100%;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 1.42857143rem;
}
@media (max-width: 1160px) {
  .grid-cards-like .card-like__item {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
  }
}
@media (max-width: 1024px) {
  .grid-cards-like {
    padding-top: 0;
  }
  .grid-cards-like .card-like__item {
    width: 230px;
    margin-bottom: 30px;
  }
  .grid-cards-like .card-like__img {
    margin-bottom: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .grid-cards-like .card-like__title {
    margin-bottom: 5px;
    font-size: 1.14285714rem;
    line-height: 1.35714286rem;
  }
}
html.color-black .grid-cards-like .card-like__img,
html.color-white .grid-cards-like .card-like__img {
  margin-bottom: 0;
}
html.color-black .grid-cards-like .card-like__footer,
html.color-white .grid-cards-like .card-like__footer {
  height: 100%;
  padding: 10px;
}
html.color-white .grid-cards-like .card-like__item {
  border: 2px solid #000;
}
html.color-white .grid-cards-like .card-like__subtitle,
html.color-white .grid-cards-like .card-like__title {
  color: #161616;
}
html.color-black .grid-cards-like .card-like__item {
  border: 2px solid #fff;
}
html.color-black .grid-cards-like .card-like__subtitle,
html.color-black .grid-cards-like .card-like__title {
  color: #fff;
}
.jobs-grid__cont {
  margin-top: 40px;
  margin-bottom: 42px;
}
.std-grid.jobs-grid .jobs-item:not(.jobs-item_full-size) .news-item__img-cont {
  height: 170px;
}
.std-grid.jobs-grid .jobs-item__title {
  margin-bottom: 5px;
  color: #1074b9;
  font-size: 1.14285714rem;
  font-weight: 700;
  line-height: 1.42857143rem;
}
.std-grid.jobs-grid .jobs-item__amount {
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 400;
  line-height: 1.42857143rem;
}
.std-grid.jobs-grid .jobs-item__arrow {
  margin-left: 10px;
}
.std-grid.jobs-grid .jobs-item__bage {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .std-grid.jobs-grid .jobs-item__title {
    font-size: 1rem;
    line-height: 1.28571429rem;
  }
  .std-grid.jobs-grid .jobs-item__amount {
    font-size: 0.92857143rem;
    line-height: 1.14285714rem;
  }
}
html.color-white .std-grid.jobs-grid .jobs-item__amount,
html.color-white .std-grid.jobs-grid .jobs-item__title {
  color: #161616;
}
html.color-black .std-grid.jobs-grid .jobs-item__amount,
html.color-black .std-grid.jobs-grid .jobs-item__title {
  color: #fff;
}
.grid-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.grid-icons_3-cols .grid-icons__item {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
}
.grid-icons_4-cols .grid-icons__item {
  width: -webkit-calc(16.66667% - 30px);
  width: -moz-calc(16.66667% - 30px);
  width: -webkit-calc(16.666666666666668% - 30px);
  width: -moz-calc(16.666666666666668% - 30px);
  width: calc(16.66667% - 30px);
}
.grid-icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
}
.grid-icons__item:hover .grid-icons__item-hint {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.grid-icons__item:hover .grid-icons__icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.grid-icons__item-hint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
  min-height: 190px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #1074b9;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  cursor: default;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.grid-icons__item-text {
  padding: 20px;
  color: #fff;
  font-size: 1.07142857rem;
  font-weight: 100;
  line-height: 1.42857143rem;
  cursor: default;
}
.grid-icons__item-text p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.grid-icons__item-text ul {
  margin: 0 0 10px 0;
}
.grid-icons__item-text ul li {
  font-size: 13px;
  margin: 0 0 10px 0;
}
.grid-icons__item-text a {
  color: #fff !important;
  text-decoration: underline !important;
}
.grid-icons__item-text a:hover {
  color: #fff;
  text-decoration: none !important;
}
.grid-icons__icon {
  margin-top: auto;
  margin-bottom: auto;
}
.grid-icons__p {
  margin-top: 14px;
  margin-bottom: 0;
  color: #243970;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 1.07142857rem;
  text-align: center;
}
.grid-icons .grid-icons__icon {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.grid-icons .grid-icons__icon:not(.grid-icons__icon_without-color) .stroke {
  stroke: #1074b9;
}
.grid-icons .grid-icons__icon:not(.grid-icons__icon_without-color) .fill {
  fill: #1074b9;
}
@media (max-width: 500px) {
  .grid-icons__item {
    min-width: 135px;
    margin-right: 10px;
    margin-bottom: 45px;
    margin-left: 10px;
  }
}
html.color-black .grid-icons__img-instead-of-svg,
html.color-white .grid-icons__img-instead-of-svg {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grey;
  filter: gray;
}
html.color-white .grid-icons__p {
  color: #161616;
}
html.color-white
  .grid-icons
  .grid-icons__icon:not(.grid-icons__icon_without-color)
  .stroke {
  stroke: #161616;
}
html.color-white
  .grid-icons
  .grid-icons__icon:not(.grid-icons__icon_without-color)
  .fill {
  fill: #161616;
}
html.color-white .grid-icons__item-hint {
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.color-white .grid-icons__item-text {
  color: #161616;
}
html.color-black .grid-icons__p {
  color: #fff;
}
html.color-black
  .grid-icons
  .grid-icons__icon:not(.grid-icons__icon_without-color)
  .stroke {
  stroke: #fff;
}
html.color-black
  .grid-icons
  .grid-icons__icon:not(.grid-icons__icon_without-color)
  .fill {
  fill: #fff;
}
html.color-black .grid-icons__item-hint {
  border: 2px solid #fff;
  background: #161616;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.color-black .grid-icons__item-text {
  color: #fff;
}
.pagination {
  border-top: 2px solid #30afcf;
}
.pagination_page,
.pagination_pages {
  margin-top: 35px;
  padding-top: 35px;
}
.pagination_page__cont,
.pagination_pages__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination_page__link {
  color: #30afcf;
  font-size: 1.07142857rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pagination_page__link:hover {
    text-decoration: underline;
  }
}
.pagination__number {
  color: #bdc3c6;
  font-size: 1.07142857rem;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination__number:not(.active) {
  cursor: pointer;
}
.pagination__number:not(:last-child) {
  margin-right: 17px;
}
@media (min-width: 1024px) {
  .pagination__number:hover {
    color: #30afcf;
  }
}
.pagination__number.active {
  color: #30afcf;
  cursor: default;
  pointer-events: none;
}
.pagination__arrow,
.pagination__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination__arrow:not(:first-child) {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .pagination__arrow:hover {
    border-color: #30afcf;
    background: #30afcf;
  }
  .pagination__arrow:hover .pagination__icon .stroke {
    stroke: #fff;
  }
  .pagination__arrow_left:hover .pagination__icon {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .pagination__arrow_right:hover .pagination__icon {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
}
.pagination__icon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .pagination_page,
  .pagination_pages {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .pagination_page,
  .pagination_pages {
    margin-top: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 500px) {
  .pagination_page__link {
    font-size: 1rem;
  }
  .pagination__number:not(:last-child) {
    margin-right: 10px;
  }
}
html.color-black .pagination__number.active,
html.color-white .pagination__number.active {
  text-decoration: underline;
}
html.color-white .pagination {
  border-color: #161616;
}
html.color-white .pagination_page__link {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .pagination__number:hover {
    color: #161616;
  }
}
html.color-white .pagination__number.active {
  color: #161616;
}
html.color-white .pagination__arrow {
  border-color: #161616;
  background: #fff;
}
@media (min-width: 1024px) {
  html.color-white .pagination__arrow:hover {
    border-color: #fff;
    background: #fff;
  }
  html.color-white .pagination__arrow:hover .pagination__icon .stroke {
    stroke: #161616;
  }
}
html.color-black .pagination {
  border-color: #fff;
}
html.color-black .pagination_page__link {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .pagination__number:hover {
    color: #fff;
  }
}
html.color-black .pagination__number.active {
  color: #fff;
}
html.color-black .pagination__arrow {
  border-color: #fff;
  background: #161616;
}
@media (min-width: 1024px) {
  html.color-black .pagination__arrow:hover {
    border-color: #161616;
    background: #161616;
  }
  html.color-black .pagination__arrow:hover .pagination__icon .stroke {
    stroke: #fff;
  }
}
.section-news-detail .text p {
  margin-bottom: 27px;
}
.section-news-detail .pagination_page {
  margin-top: 85px;
}
.section-news-detail .section-news-detail__title {
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .section-news-detail .pagination_page {
    margin-top: 55px;
  }
}
@media (max-width: 850px) {
  .section-news-detail .pagination_page {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .section-news-detail .pagination_page {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .section-news-detail .pagination_page {
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .section-news-detail .pagination_page {
    margin-top: 15px;
  }
}
.rows-with-icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rows-with-icons__item:first-child {
  border-top: 1px solid #bdc3c6;
}
.rows-with-icons__item:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px dashed #bdc3c6;
}
.rows-with-icons__item svg.woman-svg {
  width: 48px;
  height: 58px;
}
.rows-with-icons__icon-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
}
.rows-with-icons__icon-cont .analyze-with-magnifier-svg {
  margin-left: auto;
}
.accord {
  margin-top: 30px;
  margin-bottom: 30px;
}
.accord-item {
  cursor: pointer;
}
.accord-item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e0e0e0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accord-item__head.accord-item__head_active .accord-item__icon .fill {
  fill: #fff;
}
.accord-item__head.accord-item__head_active .accord-item__icon-cont {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: #30afcf;
}
.accord-item__body {
  display: none;
  margin-bottom: 10px;
}
.accord-item__text {
  font-size: 1.57142857rem;
  font-weight: 600;
}
.accord-item .accord-item__text {
  margin-top: 0;
  margin-bottom: 0;
}
.accord-item svg.accord-item__icon .fill {
  fill: #30afcf;
}
.accord-item__icon-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(48, 175, 207, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .accord-item:hover .accord-item__icon .fill {
    fill: #fff;
  }
  .accord-item:hover .accord-item__icon-cont {
    background: #30afcf;
  }
}
html.color-white .accord-item__head {
  border-color: #161616;
}
html.color-white
  .accord-item__head.accord-item__head_active
  .accord-item__icon
  .fill {
  fill: #fff;
}
html.color-white
  .accord-item__head.accord-item__head_active
  .accord-item__icon-cont {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: #161616;
}
html.color-white .accord-item__icon .fill {
  fill: #161616;
}
html.color-white .accord-item__icon-cont {
  border: 1px solid #161616;
  background: #fff;
}
@media (min-width: 1024px) {
  html.color-white .accord-item:hover .accord-item__icon .fill {
    fill: #fff;
  }
  html.color-white .accord-item:hover .accord-item__icon-cont {
    background: #161616;
  }
}
html.color-black .accord-item__head {
  border-color: #fff;
}
html.color-black
  .accord-item__head.accord-item__head_active
  .accord-item__icon
  .fill {
  fill: #161616;
}
html.color-black
  .accord-item__head.accord-item__head_active
  .accord-item__icon-cont {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: #fff;
}
html.color-black .accord-item__icon .fill {
  fill: #fff;
}
html.color-black .accord-item__icon-cont {
  border: 1px solid #fff;
  background: #161616;
}
@media (min-width: 1024px) {
  html.color-black .accord-item:hover .accord-item__icon .fill {
    fill: #161616;
  }
  html.color-black .accord-item:hover .accord-item__icon-cont {
    background: #fff;
  }
}
.doc-info-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.doc-info-list li:before {
  font-size: 1.07142857rem;
  font-weight: 700;
  line-height: 1.57142857rem;
}
.doc-info-list li:not(:last-child) {
  margin-bottom: 7px;
}
.doc-info-list .doc-info {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.doc-info-list .doc-info__title {
  margin-bottom: 0;
  font-size: 1.07142857rem;
  font-weight: 700;
  line-height: 1.57142857rem;
}
.doc-info-list .doc-info__meta-item {
  font-size: 0.92857143rem;
  font-weight: 600;
  line-height: 1.42857143rem;
}
.doc-info-list .doc-info__meta-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .doc-info-list .doc-info:hover .doc-info__title {
    text-decoration: underline;
  }
}
.doc-info-not-list:not(.doc-info-not-list_without-dashes) .doc-info {
  border-bottom: 1px dashed #e0e0e0;
}
.doc-info-not-list .doc-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.doc-info-not-list .doc-info__icon {
  margin-right: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.doc-info-not-list .doc-info__title {
  margin-bottom: 8px;
  font-size: 1.21428571rem;
  font-weight: 400;
  line-height: 1.78571429rem;
}
.doc-info-not-list .doc-info__meta-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .doc-info-not-list .doc-info:hover .doc-info__title {
    text-decoration: underline;
  }
  .doc-info-not-list .doc-info:hover .doc-info__icon {
    -webkit-animation-name: hvr-doc-icon-float, hvr-doc-icon;
    -moz-animation-name: hvr-doc-icon-float, hvr-doc-icon;
    -o-animation-name: hvr-doc-icon-float, hvr-doc-icon;
    animation-name: hvr-doc-icon-float, hvr-doc-icon;
    -webkit-animation-duration: 0.3s, 1.5s;
    -moz-animation-duration: 0.3s, 1.5s;
    -o-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    -moz-animation-timing-function: ease-out, ease-in-out;
    -o-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-delay: 0s, 0.3s;
    -moz-animation-delay: 0s, 0.3s;
    -o-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-iteration-count: 1, infinite;
    -moz-animation-iteration-count: 1, infinite;
    -o-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-direction: normal, alternate;
    -moz-animation-direction: normal, alternate;
    -o-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
.doc-info-standarts__heading {
  margin-bottom: 35px;
  font-weight: 600;
  line-height: 2.14285714rem;
}
.doc-info-standarts__heading:not(:first-child) {
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px dashed #e0e0e0;
}
.doc-info-standarts .doc-info {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.doc-info-standarts .doc-info__title {
  margin-bottom: 1px;
  font-size: 1.07142857rem;
  line-height: 1.78571429rem;
}
.doc-info-standarts .doc-info__meta {
  font-size: 0.92857143rem;
  line-height: 1.78571429rem;
}
@-webkit-keyframes hvr-doc-icon {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-moz-keyframes hvr-doc-icon {
  0% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-o-keyframes hvr-doc-icon {
  0% {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-doc-icon {
  0% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-doc-icon-float {
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-moz-keyframes hvr-doc-icon-float {
  to {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-o-keyframes hvr-doc-icon-float {
  to {
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-doc-icon-float {
  to {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@media (max-width: 768px) {
  .doc-info-standarts__heading {
    margin-bottom: 15px;
    font-size: 1.28571429rem;
    line-height: 1.71428571rem;
  }
  .doc-info-standarts__heading:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .doc-info-standarts .doc-info__title {
    font-size: 0.92857143rem;
    line-height: 1.57142857rem;
  }
  .doc-info-standarts .doc-info__meta {
    font-size: 0.71428571rem;
    line-height: 1.42857143rem;
  }
}
@media (max-width: 500px) {
  .doc-info-standarts__heading {
    margin-bottom: 10px;
    font-size: 1.14285714rem;
    line-height: 1.28571429rem;
  }
  .doc-info-standarts__heading:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
  }
  .doc-info-standarts .doc-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .doc-info-standarts .doc-info__title {
    font-size: 0.92857143rem;
    line-height: 1.57142857rem;
  }
  .doc-info-standarts .doc-info__meta {
    font-size: 0.71428571rem;
    line-height: 1.42857143rem;
  }
}
html.scale .doc-info__icon {
  width: 21px;
  min-width: 21px;
  height: 25.6px;
  min-height: 25.6px;
  margin-right: 10px;
}
html.color-white .doc-info {
  border-color: #161616;
}
html.color-black .doc-info {
  border-color: #fff;
}
.faq-list {
  margin-top: 38px;
}
.faq-list__item:not(:last-child) {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #cdcdcd;
}
.faq-list__hor-div {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #1074b9;
}
.faq-list__answer-text {
  color: #1074b9;
  font-size: 1.07142857rem;
  font-weight: 400;
  line-height: 1.78571429rem;
}
.faq-list__answer-block {
  display: none;
}
.faq-list__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.faq-list__switch-text {
  margin-right: 10px;
  color: #1074b9;
  font-size: 0.92857143rem;
  font-weight: 400;
  line-height: 1.78571429rem;
  text-decoration: underline;
}
.faq-list__switch-hide {
  display: none;
}
.faq-list__switch svg.faq-list__switch-icon {
  width: 10px;
  height: 7px;
}
.faq-list__switch svg.faq-list__switch-icon .fill {
  fill: #1074b9;
}
.faq-list__switch-icon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .faq-list__switch:hover .faq-list__switch-text {
    text-decoration: none;
  }
}
.faq-list__switch_show .faq-list__switch-hide {
  display: block;
}
.faq-list__switch_show .faq-list__switch-show {
  display: none;
}
.faq-list__switch_show .faq-list__switch-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .faq-list {
    margin-top: 30px;
  }
  .faq-list__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .faq-list__hor-div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .faq-list__answer-text {
    font-size: 1rem;
    line-height: 1.28571429rem;
  }
  .faq-list__switch {
    margin-top: 8px;
  }
  .faq-list__switch-text {
    margin-right: 8px;
  }
}
html.color-white .faq-list__item:not(:last-child) {
  border-color: #161616;
}
html.color-white .faq-list__hor-div {
  background: #161616;
}
html.color-white .faq-list__answer-text,
html.color-white .faq-list__switch-text {
  color: #161616;
}
html.color-white .faq-list__switch svg.faq-list__switch-icon .fill {
  fill: #161616;
}
html.color-black .faq-list__item:not(:last-child) {
  border-color: #fff;
}
html.color-black .faq-list__hor-div {
  background: #fff;
}
html.color-black .faq-list__answer-text,
html.color-black .faq-list__switch-text {
  color: #fff;
}
html.color-black .faq-list__switch svg.faq-list__switch-icon .fill {
  fill: #fff;
}
.section-sitemap {
  margin-top: 0;
  padding: 20px;
  background: #ededed;
}
.section-sitemap li a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.14285714rem;
}
html.color-white .section-sitemap {
  border: 2px solid #000;
  background: #fff;
}
html.color-black .section-sitemap {
  border: 2px solid #fff;
  background: #161616;
}
.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
  -moz-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
  text-align: center;
}
.container-404,
html.color-black .container-404 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
html.color-black .container-404 {
  background: #161616;
  -webkit-box-shadow: 20px 20px 60px #131313, -20px -20px 60px #191919;
  -moz-box-shadow: 20px 20px 60px #131313, -20px -20px 60px #191919;
  box-shadow: 20px 20px 60px #131313, -20px -20px 60px #191919;
}
.section-404_main-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section-404_main-page,
.title-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.title-404 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px;
}
.title-404__number {
  margin-bottom: 0 !important;
  color: #0069b4;
  font-size: 90px;
  font-weight: 900;
  line-height: 67px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.title-404__number_left {
  margin-left: auto;
}
.title-404__number_right {
  margin-right: auto;
}
.title-404__logo {
  margin-right: 1px;
  margin-left: 5px;
}
.subtitle-404 {
  color: #0069b4;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section_askedo {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(0, 112, 186, 0.1);
}
@media (max-width: 1024px) {
  .section_askedo {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 850px) {
  .section_askedo {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .section_askedo {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.section_askedo .askedo__bg-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .section_askedo .askedo__bg-img {
    height: 70%;
  }
}
@media (max-width: 350px) {
  .section_askedo .askedo__bg-img {
    height: 55%;
  }
}
.section_askedo .askedo__entertainment-img {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .section_askedo .askedo__entertainment-img {
    top: 15%;
    left: 50%;
    max-width: 98%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .section_askedo .askedo__entertainment-img {
    top: 24%;
    max-width: 75%;
  }
}
@media (max-width: 400px) {
  .section_askedo .askedo__entertainment-img {
    top: 27%;
  }
}
@media (max-width: 350px) {
  .section_askedo .askedo__entertainment-img {
    top: 22%;
  }
}
.section_askedo .askedo__title {
  margin-bottom: 20px;
}
.section_askedo .askedo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1200px) {
  .section_askedo .askedo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_askedo .askedo-item {
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .section_askedo .askedo-item_right {
    width: -webkit-calc(40.83333% - 30px);
    width: -moz-calc(40.83333% - 30px);
    width: -webkit-calc(40.833333333333336% - 30px);
    width: -moz-calc(40.833333333333336% - 30px);
    width: calc(40.83333% - 30px);
  }
}
@media (max-width: 1200px) {
  .section_askedo .askedo-item_right {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section_askedo .askedo-item_right .askedo__title {
    text-align: right;
  }
}
.section_askedo .askedo-item_right .askedo-item-inner-content {
  margin-top: 20vw;
}
@media (max-width: 1500px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content {
    margin-top: 23vw;
  }
}
@media (max-width: 1200px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content {
    margin-top: 50vw;
  }
}
@media (max-width: 500px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content {
    margin-top: 55vw;
  }
}
@media (max-width: 400px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content {
    margin-top: 60vw;
  }
}
@media (max-width: 360px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content {
    margin-top: 55vw;
  }
}
@media (min-width: 1200px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content .ul_rvk-logos {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .section_askedo .askedo-item_right .askedo-item-inner-content .ul_rvk-logos {
    padding: 10px;
  }
}
html.color-white .jumbotron__slider .slick-list {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
html.color-black .jumbotron__slider .slick-list {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.jumbotron__slider {
  height: 100%;
}
.jumbotron-slide {
  position: relative;
  min-height: 520px;
  max-height: 520px;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.jumbotron-slide:focus {
  outline: none;
}
.jumbotron-slide_opacity .jumbotron-slide__img {
  opacity: 0.7;
}
.jumbotron-slide_opacity.jumbotron-slide_opacity8 .jumbotron-slide__img {
  opacity: 0.8;
}
.jumbotron-slide.jumbotron-slide_milk-bc {
  background: rgba(36, 57, 112, 0.05);
}
.jumbotron-slide.jumbotron-slide_milk-bc .jumbotron-slide__subtitle,
.jumbotron-slide.jumbotron-slide_milk-bc .jumbotron-slide__text {
  color: #1074b9;
}
.jumbotron-slide.jumbotron-slide_milk-bc .jumbotron-slide__title {
  color: #243970;
}
.jumbotron-slide.jumbotron-slide_dark .jumbotron-slide__subtitle,
.jumbotron-slide.jumbotron-slide_dark .jumbotron-slide__title {
  color: #000;
}
.jumbotron-slide.jumbotron-slide_dark .bage__icon-bc {
  background: hsla(0, 0%, 100%, 0.4);
}
.jumbotron-slide.jumbotron-slide_dark .bage__icon * {
  stroke: #000;
}
.jumbotron-slide.jumbotron-slide_dark .bage__text,
.jumbotron-slide.jumbotron-slide_dark .bage__title {
  color: #000;
}
.jumbotron-slide__img {
  width: 100%;
  max-width: 2560px;
  min-height: 520px;
  max-height: 520px;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.jumbotron-slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.jumbotron-slide__content .wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.jumbotron-slide__content_with-img .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.jumbotron-slide__content_with-img .jumbotron-slide__inner-cont {
  margin-top: auto;
  margin-bottom: auto;
}
.jumbotron-slide__inner-cont {
  position: relative;
  margin-right: auto;
}
.jumbotron-slide__inner-cont_restricted {
  padding-right: 200px;
}
.jumbotron-slide__inner-cont_restricted-M {
  padding-right: 300px;
}
.jumbotron-slide__inner-cont_restricted-L {
  padding-right: 400px;
}
.jumbotron-slide__inner-cont_restricted-XL {
  padding-right: 550px;
}
.jumbotron-slide__inner-img {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: -170px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jumbotron-slide__inner-img_S {
  height: 433px;
}
.jumbotron-slide__subtitle {
  margin-bottom: 28px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.jumbotron-slide__title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}
.jumbotron-slide__title_M {
  font-size: 35px;
  line-height: 40px;
}
.jumbotron-slide__title_L {
  font-size: 46px;
  line-height: 55px;
}
.jumbotron-slide__title_XL {
  font-size: 60px;
  line-height: 70px;
}
.jumbotron-slide__text {
  margin-bottom: 25px;
  color: #1074b9;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
.jumbotron-slide .bage {
  margin-bottom: 20px;
}
.jumbotron-slide .bage,
.jumbotron-slide .bage__icon-bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jumbotron-slide .bage__icon-bc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-right: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.1);
}
.jumbotron-slide .bage__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.jumbotron-slide .bage__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
@media (min-width: 2560px) {
  .jumbotron-slide {
    background: none;
  }
}
@media (max-width: 1024px) {
  .jumbotron-slide__inner-cont_restricted,
  .jumbotron-slide__inner-cont_restricted-L,
  .jumbotron-slide__inner-cont_restricted-XL {
    padding-right: 60px;
  }
  .jumbotron-slide .jumbotron-slide__inner-img {
    right: 0;
    opacity: 0.5 !important;
  }
}
@media (max-width: 850px) {
  .jumbotron-slide .jumbotron-slide__title {
    font-size: 5.5vw;
    line-height: 6vw;
  }
  .jumbotron-slide .jumbotron-slide__text {
    font-size: 4.2vw;
    line-height: 5vw;
  }
}
@media (max-width: 500px) {
  .jumbotron-slide .jumbotron-slide__title {
    font-size: 25px;
    line-height: 30px;
  }
  .jumbotron-slide .jumbotron-slide__text {
    font-size: 19px;
    line-height: 24px;
  }
  .jumbotron-slide__inner-cont {
    padding-right: 0;
  }
}
html.color-white .jumbotron-slide {
  background: hsla(0, 0%, 100%, 0.8);
}
html.color-white .jumbotron-slide .jumbotron-slide__img {
  opacity: 0.5 !important;
}
html.color-white .jumbotron-slide_opacity {
  background: hsla(0, 0%, 100%, 0.8);
}
html.color-white .jumbotron-slide_opacity .jumbotron-slide__img,
html.color-white
  .jumbotron-slide_opacity.jumbotron-slide_opacity8
  .jumbotron-slide__img {
  opacity: 0.5 !important;
}
html.color-white .jumbotron-slide_dark-img .jumbotron-slide__img {
  opacity: 0.2 !important;
}
html.color-white
  .jumbotron-slide.jumbotron-slide_dark
  .jumbotron-slide__subtitle,
html.color-white .jumbotron-slide.jumbotron-slide_dark .jumbotron-slide__title,
html.color-white
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__subtitle,
html.color-white
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__text,
html.color-white
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__title {
  color: #161616;
}
html.color-white .jumbotron-slide.jumbotron-slide_dark .bage__icon-bc {
  background: hsla(0, 0%, 100%, 0.4);
}
html.color-white .jumbotron-slide.jumbotron-slide_dark .bage__icon * {
  stroke: #161616;
}
html.color-white .jumbotron-slide.jumbotron-slide_dark .bage__text,
html.color-white .jumbotron-slide.jumbotron-slide_dark .bage__title,
html.color-white .jumbotron-slide__subtitle,
html.color-white .jumbotron-slide__text,
html.color-white .jumbotron-slide__title {
  color: #161616;
}
html.color-white .jumbotron-slide .bage__icon-bc {
  background: #161616;
}
html.color-white .jumbotron-slide .bage__text,
html.color-white .jumbotron-slide .bage__title {
  color: #161616;
}
html.color-black .jumbotron-slide {
  background: rgba(22, 22, 22, 0.8);
}
html.color-black .jumbotron-slide .jumbotron-slide__img {
  opacity: 0.5;
}
html.color-black .jumbotron-slide_opacity {
  background: rgba(22, 22, 22, 0.8);
}
html.color-black .jumbotron-slide_opacity .jumbotron-slide__img,
html.color-black
  .jumbotron-slide_opacity.jumbotron-slide_opacity8
  .jumbotron-slide__img {
  opacity: 0.5 !important;
}
html.color-black
  .jumbotron-slide.jumbotron-slide_dark
  .jumbotron-slide__subtitle,
html.color-black .jumbotron-slide.jumbotron-slide_dark .jumbotron-slide__title,
html.color-black
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__subtitle,
html.color-black
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__text,
html.color-black
  .jumbotron-slide.jumbotron-slide_milk-bc
  .jumbotron-slide__title {
  color: #fff;
}
html.color-black .jumbotron-slide.jumbotron-slide_dark .bage__icon-bc {
  background: rgba(#fff 0.4);
}
html.color-black .jumbotron-slide.jumbotron-slide_dark .bage__icon * {
  stroke: #fff;
}
html.color-black .jumbotron-slide.jumbotron-slide_dark .bage__text,
html.color-black .jumbotron-slide.jumbotron-slide_dark .bage__title,
html.color-black .jumbotron-slide__subtitle,
html.color-black .jumbotron-slide__text,
html.color-black .jumbotron-slide__title {
  color: #fff;
}
html.color-black .jumbotron-slide .bage__icon-bc {
  background: #161616;
}
html.color-black .jumbotron-slide .bage__text,
html.color-black .jumbotron-slide .bage__title {
  color: #fff;
}
.jumbotron__slider .slick-dots {
  display: block;
  position: absolute;
  top: 120px;
  right: 20px;
  width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
  text-align: center;
  pointer-events: all;
}
.jumbotron__slider .slick-dots.slick-dots_dark li button {
  color: #243970;
}
.jumbotron__slider .slick-dots.slick-dots_dark li button:before {
  background: #243970;
}
.jumbotron__slider .slick-dots.slick-dots_dark li.slick-active button:before {
  background: #243970;
}
@media (min-width: 1024px) {
  .jumbotron__slider .slick-dots.slick-dots_dark li:hover button {
    color: #e30613;
  }
  .jumbotron__slider .slick-dots.slick-dots_dark li:hover button:before {
    width: 16px;
    background: #e30613;
  }
}
.jumbotron__slider .slick-dots__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.jumbotron__slider .slick-dots__cont .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.jumbotron__slider .slick-dots li {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 30px 5px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jumbotron__slider .slick-dots li:not(.slick-active) {
  cursor: pointer;
}
.jumbotron__slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 0.85714286rem;
  font-weight: 600;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbotron__slider .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  right: 25px;
  left: auto;
  width: 10px;
  min-width: 0;
  max-width: 100%;
  height: 2px;
  min-height: 0;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
  content: '';
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.jumbotron__slider .slick-dots li.slick-active {
  cursor: default;
  pointer-events: none;
}
.jumbotron__slider .slick-dots li.slick-active button:before {
  width: 24px;
  border: none;
  background: #fff;
}
@media (min-width: 1024px) {
  .jumbotron__slider .slick-dots:not(.slick-dots_dark) li:hover button {
    color: #e30613;
  }
  .jumbotron__slider .slick-dots:not(.slick-dots_dark) li:hover button:before {
    width: 16px;
    background: #e30613;
  }
}
@media (max-width: 500px) {
  .jumbotron__slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .jumbotron__slider .slick-dots li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .jumbotron__slider .slick-dots li button:before {
    top: -28px;
    left: 55%;
    width: 2px;
    min-width: 0;
    max-width: 100%;
    height: 18px;
    min-height: 0;
    max-height: 100%;
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    transform: translateX(-45%);
  }
  .jumbotron__slider .slick-dots li.slick-active button:before {
    top: -40px;
    width: 2px;
    height: 30px;
    max-height: 30px;
  }
}
html.color-white .jumbotron__slider .slick-dots.slick-dots_dark li button {
  color: #161616;
}
html.color-white
  .jumbotron__slider
  .slick-dots.slick-dots_dark
  li
  button:before {
  background: #161616;
}
@media (min-width: 1024px) {
  html.color-white
    .jumbotron__slider
    .slick-dots.slick-dots_dark
    li:hover
    button {
    color: #161616;
  }
  html.color-white
    .jumbotron__slider
    .slick-dots.slick-dots_dark
    li:hover
    button:before {
    background: #161616;
  }
}
html.color-white .jumbotron__slider .slick-dots li button {
  color: #161616;
}
html.color-white .jumbotron__slider .slick-dots li button:before {
  background: #161616;
}
@media (min-width: 1024px) {
  html.color-white .jumbotron__slider .slick-dots li:hover button {
    color: #161616;
  }
  html.color-white .jumbotron__slider .slick-dots li:hover button:before {
    background: #161616;
  }
}
html.color-black .jumbotron__slider .slick-dots.slick-dots_dark li button {
  color: #fff;
}
html.color-black
  .jumbotron__slider
  .slick-dots.slick-dots_dark
  li
  button:before {
  background: #fff;
}
@media (min-width: 1024px) {
  html.color-black
    .jumbotron__slider
    .slick-dots.slick-dots_dark
    li:hover
    button {
    color: #fff;
  }
  html.color-black
    .jumbotron__slider
    .slick-dots.slick-dots_dark
    li:hover
    button:before {
    background: #fff;
  }
}
html.color-black .jumbotron__slider .slick-dots li button {
  color: #fff;
}
html.color-black .jumbotron__slider .slick-dots li button:before {
  background: #fff;
}
@media (min-width: 1024px) {
  html.color-black .jumbotron__slider .slick-dots li:hover button {
    color: #fff;
  }
  html.color-black .jumbotron__slider .slick-dots li:hover button:before {
    background: #fff;
  }
}
.jumbotron-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.jumbotron-links > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jumbotron-links .btn {
  pointer-events: all;
}
.jumbotron-links .btn:not(:last-child) {
  margin-right: 10px;
}
.jumbotron-links .btn_prepend-icon .btn__prepend-icon {
  margin-right: 10px;
}
.jumbotron-links__text {
  margin-top: 0;
  margin-right: 27px;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
.jumbotron-links .btn.btn_green {
  background-color: #14ca4c;
  border-color: #14ca4c;
}
.jumbotron-links .btn.btn_green .btn__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .jumbotron-links__text {
    font-size: 14px;
    line-height: 16px;
  }
  .jumbotron-links__text br {
    display: none;
  }
}
html.color-white .jumbotron-links .btn_prepend-icon .btn__prepend-icon .fill {
  fill: #161616;
}
html.color-white .jumbotron-links__text {
  color: #161616;
  font-weight: 700;
}
html.color-black .jumbotron-links .btn_prepend-icon .btn__prepend-icon .fill {
  fill: #fff;
}
.section-jumbotron {
  z-index: 2;
  position: relative;
  min-height: 520px;
  max-height: 520px;
}
.section-jumbotron .chat-bots {
  z-index: 1;
  position: absolute;
  top: 26px;
  width: 100%;
}
.section-jumbotron .chat-bots .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jumbotron {
  margin-bottom: 0 !important;
}
.jumbotron .wrapper {
  height: 100%;
}
.jumbotron__slider {
  min-height: 520px;
  max-height: 520px;
}
@media (max-width: 768px) {
  .section-jumbotron .chat-bots {
    top: 10px;
  }
  .section-jumbotron .chat-bots .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section-quick-menu {
  margin-top: 60px;
  margin-bottom: 0;
}
.section-quick-menu__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-right: -5px;
  margin-left: -5px;
}
.section-quick-menu .quick-menu__item {
  position: relative;
  width: -webkit-calc(16.66667% - 10px);
  width: -moz-calc(16.66667% - 10px);
  width: -webkit-calc(16.66666667% - 10px);
  width: -moz-calc(16.66666667% - 10px);
  width: calc(16.66667% - 10px);
  min-width: 185px;
  height: 350px;
  margin: 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.section-quick-menu .quick-menu__item:not(.quick-menu__item_contentfull) {
  padding: 20px 10px 30px 20px;
}
.section-quick-menu .quick-menu__item_contentfull {
  padding: 30px 10px 12px 20px;
}
.section-quick-menu .quick-menu__item_contentfull .quick-menu__icon {
  margin-bottom: 20px;
  margin-left: 10px;
}
.section-quick-menu .quick-menu__item_contentfull .quick-menu__title {
  margin-bottom: 3px;
}
.section-quick-menu .quick-menu__item_contentfull .btn:not(:last-child) {
  margin-bottom: 5px;
}
.section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__icon {
  margin-top: 0;
  margin-bottom: 0;
}
.section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__btns {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__btns
  .btn:not(:last-of-type) {
  margin-right: 5px;
}
.section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__img {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 87px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__title {
  margin-bottom: 13px;
}
.section-quick-menu .quick-menu__item .btn {
  z-index: 1;
  margin-top: 3px;
}
.section-quick-menu
  .quick-menu__item.quick-menu__item_with-askedo
  .quick-menu__title {
  margin-bottom: 10px;
}
.section-quick-menu .quick-menu__bg {
  opacity: 0.3;
}
.section-quick-menu .quick-menu__title {
  color: #fff;
  font-size: 1.14285714rem;
  font-weight: 600;
  line-height: 20px;
  min-height: 40px;
}
.section-quick-menu .quick-menu__p {
  margin-bottom: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.section-quick-menu .quick-menu__rotate {
  position: absolute;
  width: 160px;
  right: -75px;
  bottom: 70px;
  margin-bottom: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-quick-menu .quick-menu__link {
  position: absolute;
  left: -12px;
  bottom: -27px;
  margin-bottom: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
}
@media (max-width: 1160px) {
  .section-quick-menu.wrapper {
    max-width: 630px;
  }
}
@media (max-width: 850px) {
  .section-quick-menu {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .section-quick-menu__row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 420px) {
  .section-quick-menu__row {
    margin-right: 0;
    margin-left: 0;
  }
  .section-quick-menu .quick-menu__item {
    width: 100%;
  }
  .section-quick-menu .quick-menu__item_with-two-btns .btn {
    margin-top: 8px;
  }
}
html.color-white .section-quick-menu .quick-menu__item {
  border: 2px solid #000;
}
html.color-white .section-quick-menu .quick-menu__p,
html.color-white .section-quick-menu .quick-menu__title {
  color: #000;
}
html.color-black .section-quick-menu .quick-menu__item {
  border: 2px solid #fff;
}
html.color-black .section-quick-menu .quick-menu__p,
html.color-black .section-quick-menu .quick-menu__title {
  color: #fff;
}
html.scale
  .section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull) {
  padding: 25px 10px 25px 15px;
}
html.scale
  .section-quick-menu
  .quick-menu__item:not(.quick-menu__item_contentfull)
  .quick-menu__icon {
  margin-bottom: 10px;
}
html.scale .section-quick-menu .quick-menu__item_contentfull {
  padding: 10px 5px;
}
html.scale
  .section-quick-menu
  .quick-menu__item_with-two-btns
  .btn:not(:last-child) {
  margin-bottom: 3px;
}
html.scale .section-quick-menu .quick-menu__item_with-two-btns .btn:last-child {
  margin-top: 3px;
}
html.scale .section-quick-menu .quick-menu__title {
  margin-bottom: 5px;
}
.section-news {
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
.news__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-right: -15px;
  margin-left: -15px;
}
.news__item {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(33.33333% - 30px);
  width: -moz-calc(33.33333% - 30px);
  width: -webkit-calc(33.333333333333336% - 30px);
  width: -moz-calc(33.333333333333336% - 30px);
  width: calc(33.33333% - 30px);
  min-width: 280px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .news__item:hover .news__icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  .news__item:hover .news__img {
    opacity: 0.7;
  }
}
.news__item:nth-child(4) {
  display: none;
}
.news__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.news__date {
  color: #1074b9;
  font-size: 0.92857143rem;
  font-weight: 600;
}
.news__item .news__icon {
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news__item .news__icon .stroke {
  stroke: #1074b9;
}
.news__title {
  padding-left: 5px;
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 400;
  line-height: 20px;
}
.news__img-container {
  width: 370px;
  max-width: 100%;
  height: 210px;
  background: #243970;
}
.news__img,
.news__img-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1024px) {
  .section-news.wrapper {
    max-width: 630px;
  }
  .section-news .btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .news__item:nth-child(4) {
    display: block;
  }
}
@media (max-width: 700px) {
  .news__item {
    width: 85%;
  }
  .news__meta {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .news__img-container {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 500px) {
  .news__item {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .news__row {
    margin-right: 0;
    margin-left: 0;
  }
}
html.color-black .news__item,
html.color-white .news__item {
  padding-bottom: 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  html.color-black .news__item:hover .news__img,
  html.color-white .news__item:hover .news__img {
    opacity: 1;
  }
}
html.color-black .news__img-container,
html.color-white .news__img-container {
  border-bottom: 2px solid #000;
}
html.color-black .news__img,
html.color-black .news__img-container,
html.color-white .news__img,
html.color-white .news__img-container {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
html.color-black .news__img,
html.color-white .news__img {
  opacity: 1;
}
html.color-white .news__item {
  border: 2px solid #000;
}
html.color-white .news__item .news__icon .stroke {
  stroke: #161616;
}
html.color-white .news__item .news__date,
html.color-white .news__title {
  color: #161616;
}
html.color-white .news__img-container {
  border-bottom-color: #161616;
  background: #161616;
}
html.color-black .news__item {
  border: 2px solid #fff;
}
html.color-black .news__item .news__icon .stroke {
  stroke: #fff;
}
html.color-black .news__item .news__date,
html.color-black .news__title {
  color: #fff;
}
html.color-black .news__img-container {
  border-bottom-color: #fff;
  background: #fff;
}
.info-slider {
  position: relative;
  height: 350px;
}
.info-slider__slide {
  height: 350px;
}
.info-slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.info-slider__content_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.info-slider__content_vertical .info-slider__inner-cont {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 10px;
}
.info-slider__inner-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 75px;
  padding-left: 265px;
}
.info-slider__subtitle {
  max-width: 100%;
  color: #30afcf;
  font-size: 1.07142857rem;
  font-weight: 700;
}
.info-slider__title {
  margin-bottom: 7px;
  font-size: 2.14285714rem;
  line-height: 30px;
}
.info-slider__text,
.info-slider__title {
  max-width: 100%;
  color: #243970;
  font-weight: 400;
}
.info-slider__text {
  font-size: 1.07142857rem;
  line-height: 25px;
}
.info-slider__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.info-slider #slick-slide01 .info-slider__img,
.info-slider #slick-slide02 .info-slider__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.info-slider .slick-dots_dark li button:before {
  background: #000;
}
.info-slider .slick-dots_dark li.slick-active button:before {
  border-color: #000;
}
.info-slider .slick-dots li.slick-active button:before {
  background: rgba(0, 0, 0, 0);
}
.info-slider__title-and-text {
  width: 100%;
}
@media (max-width: 1160px) {
  .info-slider__inner-cont {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .info-slider__content_vertical .info-slider__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .info-slider__inner-cont {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .info-slider__content:not(.info-slider__content_vertical) {
    position: relative;
  }
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont {
    z-index: 2;
    margin-right: 0;
    padding-right: 20px;
    text-align: right;
    padding-left: 200px;
  }
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont
    .info-slider__subtitle,
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont
    .info-slider__text,
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont
    .info-slider__title {
    margin-left: auto;
    text-align: right;
  }
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont
    .btn {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .info-slider__content:not(.info-slider__content_vertical)
    .info-slider__inner-cont {
    width: 100%;
    padding-left: 20px;
  }
  .info-slider__content:not(.info-slider__content_vertical) .info-slider__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 0.15 !important;
  }
}
html.color-white .info-slider__subtitle,
html.color-white .info-slider__text,
html.color-white .info-slider__title {
  color: #161616;
}
html.color-white .info-slider .slick-dots li:not(.slick-active) button:before {
  background: #161616;
}
html.color-white .info-slider .slick-dots li.slick-active button:before {
  border-color: #161616;
}
html.color-black .info-slider__subtitle,
html.color-black .info-slider__text,
html.color-black .info-slider__title {
  color: #fff;
}
html.color-black .info-slider .slick-dots li:not(.slick-active) button:before {
  background: #fff;
}
html.color-black .info-slider .slick-dots li.slick-active button:before {
  border-color: #fff;
  background: none;
}
html.scale .info-slider__inner-cont {
  padding-top: 40px;
  padding-bottom: 60px;
}
html.scale .info-slider__content_vertical .info-slider__inner-cont {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-info {
  z-index: 2;
  position: relative;
  margin-top: 55px;
  margin-bottom: 0;
}
.info__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.info__item {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 15px;
  padding-right: 0;
  padding-left: 0;
}
.info__item_left {
  width: -webkit-calc(66.66667% - 30px);
  width: -moz-calc(66.66667% - 30px);
  width: -webkit-calc(66.66666666666667% - 30px);
  width: -moz-calc(66.66666666666667% - 30px);
  width: calc(66.66667% - 30px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f4f4f4;
}
.info__item_right {
  width: -webkit-calc(33.33333% - 30px);
  width: -moz-calc(33.33333% - 30px);
  width: -webkit-calc(33.333333333333336% - 30px);
  width: -moz-calc(33.333333333333336% - 30px);
  width: calc(33.33333% - 30px);
}
.info__item .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 260px;
}
.info__item .slick-dots li {
  margin-right: 0;
  margin-left: 0;
}
.info__item .slick-dots li button:before {
  background: #00a2dd;
  font-size: 0.42857143rem;
  opacity: 1;
}
@media (max-width: 1160px) {
  .info__item .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .info__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .info__item_left,
  .info__item_right {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .info__item_right {
    margin-right: auto;
    margin-left: auto;
  }
  .info__item .slick-dots {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .info__item .slick-dots {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 0;
  }
}
html.scale .info__item .slick-dots {
  bottom: 20px;
}
html.color-white .info__item_left {
  border: 2px solid #000;
  background: #fff;
}
html.color-white .info__item .slick-dots li button:before {
  color: #161616;
}
html.color-white .info__item .slick-dots li.slick-active button:before {
  color: #161616;
}
html.color-black .info__item_left {
  border: 2px solid #fff;
  background: #161616;
}
html.color-black .info__item .slick-dots li button:before {
  background: #fff;
}
html.color-black .info__item .slick-dots li.slick-active button:before {
  border-color: #fff;
}
.partners__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.partner__item {
  display: none;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 10px 12px;
  border: 1px solid #f4f5f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f4f5f8;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .partner__item:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    border-color: #0070ba;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.33);
  }
}
.partner__img {
  max-width: 100%;
  height: 85px;
}
.partner__img,
.partner__img_fallback {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.partner__img_fallback {
  min-width: 70px;
  min-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0070ba;
}
.partner__title {
  max-width: 100%;
  margin-top: 14px;
  color: #000;
  font-size: 0.78571429rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.partner__title_small {
  font-size: 0.85714286rem;
  font-weight: 600;
}
@media (max-width: 1160px) {
  .section-partners.wrapper {
    max-width: 802px;
  }
  @media (max-width: 802px) {
    .partner__item {
      width: calc((100% / 3) - 30px);
    }
  }
  .section-partners.wrapper .section-title-std {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partner__item {
    width: calc((100% / 2) - 10px);
    height: 150px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .partner__item {
    width: calc((100% / 1) - 10px);
  }
}
html.color-white .partner__item {
  border-color: #161616;
  background: #fff;
}
@media (min-width: 1024px) {
  html.color-white .partner__item:hover {
    border-color: #161616;
  }
}
html.color-white .partner__img_fallback {
  background: #161616;
}
html.color-white .partner__title {
  color: #161616;
}
html.color-black .partner__item {
  border-color: #fff;
  background: #161616;
}
@media (min-width: 1024px) {
  html.color-black .partner__item:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 15px 4px hsla(0, 0%, 100%, 0.33);
    -moz-box-shadow: 0 0 15px 4px hsla(0, 0%, 100%, 0.33);
    box-shadow: 0 0 15px 4px hsla(0, 0%, 100%, 0.33);
  }
}
html.color-black .partner__img_fallback,
html.color-black .partner__img_too-black {
  background: #fff;
}
html.color-black .partner__title {
  color: #fff;
}
html.scale .partner__item {
  padding: 10px;
}
.jumbotron-mobile {
  margin-top: 40px;
  margin-bottom: 30px;
}
.jumbotron-mobile__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95.9%;
  margin-top: -175px;
  margin-right: auto;
  margin-left: auto;
}
.jumbotron-mobile__item .btn {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
.jumbotron-mobile__img {
  width: 100%;
}
@media (max-width: 500px) {
  .jumbotron-mobile {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .jumbotron-mobile__bottom {
    width: 95%;
    margin-top: 10px;
  }
  .jumbotron-mobile__QR {
    width: 120px;
    height: 120px;
  }
  .jumbotron-mobile__item .btn {
    margin-top: 15px;
  }
}
.services-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}
.services-types .card {
  position: relative;
  width: 350px;
  height: 430px;
  margin: 10px 10px 20px;
  padding: 30px 20px 43px 40px;
}
.services-types .card,
.services-types .card__bg {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.services-types .card__bg {
  opacity: 0.4;
}
.services-types .card__content .btn {
  margin-top: auto;
}
.services-types .card__icon {
  margin-bottom: 22px;
}
.services-types .card__text,
.services-types .card__title {
  margin-left: 8px;
  color: #fff;
}
.services-types .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 1160px) {
  .services-types {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .services-types .card {
    width: 300px;
    height: 390px;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .services-types .card {
    width: 100%;
    padding: 10px 10px 20px;
  }
  .services-types .card svg.icon-family-svg {
    width: 106px;
    height: 114px;
  }
  .services-types .card svg.icon-case-svg {
    width: 106px;
    height: 106px;
  }
}
html.scale .services-types .card {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
html.color-white .services-types .card {
  border: 2px solid #000;
}
html.color-white .services-types .card__text,
html.color-white .services-types .card__title {
  color: #161616;
}
html.color-black .services-types .card {
  border: 2px solid #fff;
}
html.color-black .services-types .card__text,
html.color-black .services-types .card__title {
  color: #fff;
}
.section-services-type > .btn {
  margin-top: 20px;
}
.services-type-grid {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}
.services-type-grid,
.services-type-grid .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.services-type-grid .card {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 240px;
  height: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 42px 28px 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.services-type-grid .card,
.services-type-grid .card__bg {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.services-type-grid .card__bg {
  opacity: 0.6;
}
.services-type-grid .card__icon {
  z-index: 2;
  margin-bottom: 25px;
}
.services-type-grid .card__icon_mobile {
  margin-left: 10px;
}
.services-type-grid .card__icon_pipe {
  margin-top: 20px;
  margin-bottom: 40px;
}
.services-type-grid .card__icon_lab {
  margin-bottom: 48px;
}
.services-type-grid .card__icon_tap {
  margin-bottom: 45px;
}
.services-type-grid .card__icon_truck {
  margin-top: 20px;
  margin-bottom: 52px;
}
.services-type-grid .card__icon_build-tools {
  margin-top: 10px;
  margin-bottom: 50px;
}
.services-type-grid .card__icon_dump-truck {
  margin-top: 10px;
  margin-bottom: 65px;
}
.services-type-grid .card__title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.28571429rem;
  font-weight: 600;
  line-height: 1.78571429rem;
}
.services-type-grid .card .btn {
  margin-top: auto;
}
@media (max-width: 1160px) {
  .services-type-grid {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 850px) {
  .services-type-grid .card {
    width: 230px;
    height: 280px;
    padding: 20px;
  }
  .services-type-grid .card__title {
    font-size: 1.14285714rem;
    line-height: 1.42857143rem;
  }
}
@media (max-width: 500px) {
  .services-type-grid .card {
    width: 100%;
    height: auto;
    min-height: 250px;
    margin-bottom: 25px;
  }
  .services-type-grid .card__bg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .services-type-grid .card__icon {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .services-type-grid .card__title {
    margin-bottom: 15px;
  }
  .services-type-grid .card__title br {
    display: none;
  }
  .services-type-grid .card__content {
    width: 100%;
  }
  .services-type-grid .card__content .btn {
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    font-size: 1.07142857rem;
  }
}
html.scale .services-type-grid .card {
  padding: 20px;
}
html.color-white .services-type-grid .card {
  border: 2px solid #000;
}
html.color-white .services-type-grid .card__title {
  color: #161616;
}
html.color-black .services-type-grid .card {
  border: 2px solid #fff;
}
html.color-black .services-type-grid .card__title {
  color: #fff;
}
.section-services-type-meters-application .banner-with-form {
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .section-services-type-meters-application .banner-with-form {
    margin-bottom: 30px;
  }
}
.section-purchase-info .info-hot_horizontal {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .section-purchase-info .info-hot_horizontal {
    margin-top: 25px;
  }
}
.section-about-coworkers-values .section-about-coworkers-values__splashes {
  margin-top: 70px;
}
.section-about-coworkers-values .text-and-splash:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .section-about-coworkers-values .section-about-coworkers-values__splashes {
    margin-top: 40px;
  }
  .section-about-coworkers-values .text-and-splash:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-about-coworkers-values .text-and-splash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .section-about-coworkers-values .text-and-splash ul {
    margin-bottom: 0;
  }
  .section-about-coworkers-values .text-and-splash:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .section-about-coworkers-values .section-about-coworkers-values__splashes {
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .section-about-coworkers-values .text-and-splash__img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  html.color-white .section-about-coworkers-values .text-and-splash {
    border-color: #161616;
  }
}
@media (max-width: 768px) {
  html.color-black .section-about-coworkers-values .text-and-splash {
    border-color: #fff;
  }
}
.section-about-team {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-about-team {
    margin-bottom: 0;
  }
}
.big-numbers .big-numbers__L,
.big-numbers .big-numbers__M,
.big-numbers .big-numbers__M_another,
.big-numbers .big-numbers__number,
.big-numbers .big-numbers__S,
.big-numbers .big-numbers__XS,
.big-numbers .big-numbers__XS_another {
  margin-bottom: 0;
}
.big-numbers .big-numbers__number {
  font-size: 172px;
  font-weight: 900;
  letter-spacing: -13.5px;
  line-height: 1;
}
.big-numbers .big-numbers__number--2 {
  font-size: 192px;
}
.big-numbers .big-numbers__L {
  font-size: 57px;
  font-weight: 900;
  line-height: 57px;
}
.big-numbers .big-numbers__M {
  font-size: 46px;
  font-weight: 900;
  line-height: 46px;
}
.big-numbers .big-numbers__M_another {
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}
.big-numbers .big-numbers__XS {
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
}
.big-numbers .big-numbers__XS_another {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
.big-numbers .big-numbers__S {
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
}
.big-numbers__right {
  max-width: 375px;
}
.big-numbers__block {
  margin-bottom: 30px;
}
.big-numbers__block .big-numbers {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.big-numbers__block .big-numbers__left {
  margin-right: 40px;
}
@media (max-width: 500px) {
  .big-numbers .big-numbers__number {
    font-size: 60vw;
    line-height: 55vw;
  }
  .big-numbers .big-numbers__L {
    font-size: 12vw;
    line-height: 12vw;
  }
  .big-numbers .big-numbers__M_another {
    font-size: 8vw;
  }
  .big-numbers__block {
    margin-bottom: 25px;
  }
  .big-numbers__block .big-numbers {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .big-numbers__block .big-numbers__left {
    margin-right: 0;
  }
}
@media (max-width: 1220px) {
  .big-numbers .big-numbers__number {
    font-size: 150px;
  }
  .big-numbers .big-numbers__number--2 {
    font-size: 165px;
  }
}
@media (max-width: 768px) {
  .big-numbers__block .big-numbers__left {
    display: block;
    text-align: center;
    width: 100%;
  }
  .big-numbers__right {
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .big-numbers .big-numbers__number {
    line-height: 35vw;
    font-size: 32vw;
  }
  .big-numbers .big-numbers__number--2 {
    line-height: 35vw;
    font-size: 32vw;
  }
}
.text .youth-council__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 545px;
  margin-top: 45px;
}
.text .youth-council__img-cont {
  position: relative;
  min-width: 230px;
  max-width: 230px;
}
.text .youth-council__gerb {
  position: absolute;
  top: -10px;
  right: 6px;
}
.text .youth-council__text {
  min-width: 275px;
  max-width: 275px;
  margin-top: 20px;
  margin-left: 40px;
}
.text .youth-council__name {
  margin-bottom: 10px;
  font-weight: 700;
}
.text .youth-council__council-pos {
  margin-bottom: 40px;
  font-size: 1.07142857rem;
  line-height: 1.42857143rem;
}
.text .youth-council__position {
  font-size: 0.92857143rem;
  font-style: italic;
  line-height: 1.42857143rem;
}
@media (max-width: 600px) {
  .text .youth-council__member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .text .youth-council__text {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .text .youth-council__member {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .text .youth-council__text {
    min-width: unset;
    margin-left: 0;
  }
}
.section-about-coworkers-programms .doc-info-not-list {
  margin-top: 36px;
}
@media (max-width: 500px) {
  .section-about-coworkers-programms .doc-info-not-list {
    margin-top: 25px;
  }
}
.section-career-jobs-categories .std-grid.jobs-grid {
  margin-bottom: -40px;
}
.section-career-jobs-categories .jobs-categories-form__cont {
  margin-top: 45px;
}
.form_jobs-categories {
  padding: 25px;
}
@media (max-width: 768px) {
  .form_jobs-categories {
    padding: 20px;
  }
  .section-career-jobs-categories .std-grid.jobs-grid {
    margin-bottom: -30px;
  }
  .section-career-jobs-categories .jobs-categories-form__cont {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .form_jobs-categories {
    padding: 15px;
  }
}
html.scale .form_jobs-categories {
  padding: 10px;
}
.jobs-list__item {
  margin-bottom: 70px;
}
@media (max-width: 850px) {
  .jobs-list__item {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .jobs-list__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 500px) {
  .jobs-list__item {
    margin-bottom: 40px;
  }
}
.section-career-jobs-list .page-content__title-cont {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .section-career-jobs-list .page-content__title-cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-career-jobs-list .page-content__title-cont .btn {
    margin-left: 0;
  }
}
.section-users-questions .form-in-text {
  margin-bottom: 20px;
}
.section-users-questions hr.dashed {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .section-users-questions hr.dashed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section-users-individuals-connection-status .grid_6-cells {
  grid-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.section-users-individuals-connection-status .grid_6-cells > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.section-users-individuals-connection-status .grid_6-cells .btn {
  justify-self: center;
}
@media (max-width: 768px) {
  .section-users-individuals-connection-status .grid_6-cells {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .section-users-individuals-connection-status .grid_6-cells .btn {
    justify-self: start;
  }
}
.section-users-switch-off .form-footer {
  margin-top: 20px;
}
.viv-calc {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.viv-calc,
.viv-calc__checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.viv-calc__checkbox-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
.viv-calc__checkbox-prepend-text {
  margin-right: 10px;
}
.viv-calc .input-with-label:not(:last-child) {
  margin-bottom: 25px;
}
.viv-calc label {
  font-size: 1.07142857rem;
}
.viv-calc .btn {
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
}
.viv-calc:after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  height: 80%;
  border-left: 1px dashed #1074b9;
  content: '';
}
.viv-calc__bottom {
  position: relative;
  width: 100%;
}
.viv-calc__bottom-line {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1074b9;
}
.viv-calc__block {
  position: relative;
  width: 310px;
  margin-bottom: 40px;
}
#viv-calc-submit-btn {
  margin: auto;
}
.viv-calc__left {
  margin-right: auto;
}
.viv-calc__right {
  margin-left: auto;
}
@media (max-width: 1160px) {
  .viv-calc__left {
    margin-right: 55px;
    margin-left: auto;
  }
  .viv-calc__right {
    margin-right: auto;
    margin-left: 55px;
  }
}
@media (max-width: 768px) {
  .viv-calc {
    margin-top: 20px;
  }
  .viv-calc__checkbox-row {
    margin-bottom: 15px;
  }
  .viv-calc .input-with-label:not(:last-child) {
    margin-bottom: 20px;
  }
  .viv-calc:after {
    display: none;
  }
  .viv-calc__left,
  .viv-calc__right {
    margin-right: auto;
    margin-left: auto;
  }
}
html.color-white .viv-calc__bottom-line,
html.color-white .viv-calc__vertical-divider {
  border-color: #161616;
}
html.color-black .viv-calc__bottom-line,
html.color-black .viv-calc__vertical-divider {
  border-color: #fff;
}
.payment-intro-with-text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-intro-with-text__left {
  max-width: 30%;
}
.payment-intro-with-text__right {
  max-width: 70%;
}
.payment-intro-with-text_half .payment-intro-with-text__left {
  max-width: 50%;
  width: 100%;
}
.payment-intro-with-text_half .payment-intro-with-text__right {
  max-width: 45%;
}
.payment-intro-with-text__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-intro-with-text__item {
  text-align: center;
  width: 50%;
}
.payment-intro-with-text__item p {
  font-size: 13px;
  line-height: 15px;
  color: #243970;
}
@media screen and (max-width: 576px) {
  .payment-intro-with-text {
    display: block;
  }
  .payment-intro-with-text__left {
    max-width: 100%;
  }
  .payment-intro-with-text__right {
    max-width: 100%;
  }
  .payment-intro-with-text_half .payment-intro-with-text__left {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .payment-intro-with-text_half .payment-intro-with-text__right {
    max-width: 100%;
  }
}
.payment-widget-with-text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment-widget-with-text,
.payment-widget-with-text__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-widget-with-text__left {
  max-width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-widget-with-text__left .payment-widget {
  width: 100%;
}
.payment-widget-with-text__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45%;
  padding-left: 20px;
}
.payment-widget-with-text__text {
  color: #243970;
  font-size: 1.07142857rem;
  font-weight: 400;
  line-height: 1.78571429rem;
}
@media (max-width: 768px) {
  .payment-widget-with-text__right {
    width: auto;
    padding: 0;
  }
  .payment-widget-with-text__left {
    max-width: 100%;
    width: auto;
    margin-bottom: 20px;
  }
}
html.color-white .payment-widget-with-text__text {
  color: #161616;
}
html.color-black .payment-widget-with-text__text {
  color: #fff;
}
.payment-widget {
  padding: 25px;
  border: 1px solid #dce4e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.payment-widget__title-and-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment-widget svg.payment-widget__logo {
  width: 47px;
  height: 48px;
}
.payment-widget .payment-widget__title {
  margin-top: 0;
  margin-bottom: 0;
}
html.scale .payment-widget {
  padding: 10px;
}
html.color-white .payment-widget {
  border-color: #161616;
  background: #fff;
}
html.color-black .payment-widget {
  border-color: #fff;
  background: #161616;
}
.section_with-payment-widget-and-text .grid-icons {
  margin-top: 70px;
}
.section_with-payment-widget-and-text .payment-widget-with-text {
  margin-top: 65px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .section_with-payment-widget-and-text .grid-icons {
    margin-top: 60px;
  }
  .section_with-payment-widget-and-text .payment-widget-with-text {
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
@media (max-width: 850px) {
  .section_with-payment-widget-and-text .grid-icons {
    margin-top: 50px;
  }
  .section_with-payment-widget-and-text .payment-widget-with-text {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .section_with-payment-widget-and-text .grid-icons {
    margin-top: 40px;
  }
  .section_with-payment-widget-and-text .payment-widget-with-text {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .section_with-payment-widget-and-text .grid-icons {
    margin-top: 30px;
  }
  .section_with-payment-widget-and-text .payment-widget-with-text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.section-users-connection-docs__firstP {
  margin-top: 12px;
}
.section-users-connection-docs .section-users-connection-docs__first-title {
  margin-top: 50px;
  margin-bottom: 10px;
}
.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
}
@media (min-width: 1160px) {
  .footer-bottom {
    padding-right: 30px;
  }
}
.footer-bottom__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #243970;
  font-size: 0.78571429rem;
  font-weight: 300;
}
.footer-bottom__item-icon {
  margin-right: 3px;
}
.footer-bottom__item a {
  color: inherit;
}
.footer-bottom .copyright-mark {
  color: #1074b9;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .footer-bottom a.footer-bottom__item:hover {
    color: #1074b9;
  }
  .footer-bottom .footer-bottom__item:hover a {
    color: #1074b9;
  }
}
@media (max-width: calc(1160px + 10px)) {
  .footer-bottom__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .footer-bottom {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
html.color-black .footer-bottom,
html.color-white .footer-bottom {
  background: rgba(0, 0, 0, 0);
}
html.color-white .footer-bottom .copyright-mark,
html.color-white .footer-bottom__item {
  color: #161616;
}
@media (min-width: 1024px) {
  html.color-white .footer-bottom a.footer-bottom__item:hover {
    color: #161616;
  }
  html.color-white .footer-bottom .footer-bottom__item:hover a {
    color: #161616;
  }
}
html.color-black .footer-bottom .copyright-mark,
html.color-black .footer-bottom__item {
  color: #fff;
}
@media (min-width: 1024px) {
  html.color-black .footer-bottom a.footer-bottom__item:hover {
    color: #fff;
  }
  html.color-black .footer-bottom .footer-bottom__item:hover a {
    color: #fff;
  }
}
.footer-top {
  padding-top: 93px;
  padding-bottom: 55px;
  background: #1074b9;
}
.footer-top .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-top .wrapper {
    padding-right: 50px;
  }
}
.footer-top__item {
  min-width: 170px;
  max-width: 170px;
  height: 180px;
  margin-bottom: 22px;
}
.footer-top__item_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1160px) {
  .footer-top__item_social {
    margin-right: 40px;
  }
}
.footer-top__item .social-icons {
  margin-top: auto;
  margin-bottom: 38px;
}
.footer-top__item .social-icons .social-icon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-top__item .social-icons .social-icon .fill {
  fill: #fff;
}
@media (min-width: 1024px) {
  .footer-top__item
    .social-icons
    .social-icon__link:hover:nth-child(odd)
    .social-icon {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer-top__item
    .social-icons
    .social-icon__link:hover:nth-child(2n)
    .social-icon {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.footer-top__title {
  display: block;
  color: #fff;
  font-size: 1.28571429rem;
  font-weight: 500;
  line-height: 20px;
}
.footer-top__title-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer-top__title-cont_active .footer-top__title-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer-top__title-icon {
  display: none;
}
.footer-top svg.footer-top__title-icon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 11px;
  height: 9px;
  padding: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-top svg.footer-top__title-icon .fill {
  fill: #fff;
}
.footer-top__hot-line-tel {
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .footer-top__hot-line-tel:hover {
    color: #cdcdcd;
  }
}
.footer-top__subtitle {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 0.92857143rem;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: calc(1160px + 10px)) {
  .footer-top__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  .footer-top {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .footer-top .wrapper {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  .footer-top__item .social-icons {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-top .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-top__item {
    width: 100%;
    max-width: unset;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-top__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-top__item_social {
    min-height: 95px;
    margin-bottom: 0;
  }
  .footer-top__item_social .social-icons {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .footer-top__item_social .social-icons svg.social-icon {
    width: 35px;
    height: 35px;
  }
  .footer-top__title-cont {
    margin-bottom: 10px;
  }
  .footer-top__title-icon {
    display: block;
  }
  .footer-top__hot-line-tel,
  .footer-top__subtitle {
    text-align: center;
  }
  .footer-top__hot-line-tel {
    font-size: 1.42857143rem;
  }
  .footer-top__subtitle {
    margin-bottom: 20px;
  }
}
html.color-white .footer-top {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
}
html.color-white .footer-top__item .social-icons .social-icon .fill {
  fill: #161616;
}
html.color-white .footer-top__title {
  color: #161616;
}
html.color-white .footer-top svg.footer-top__title-icon .fill {
  fill: #161616;
}
@media (min-width: 1024px) {
  html.color-white .footer-top__hot-line-tel:hover {
    color: #161616;
  }
}
html.color-white .footer-top__subtitle {
  color: #161616;
}
html.color-black .footer-top {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #161616;
}
html.color-black .footer-top__item .social-icons .social-icon .fill {
  fill: #fff;
}
html.color-black .footer-top__title {
  color: #fff;
}
html.color-black .footer-top svg.footer-top__title-icon .fill {
  fill: #fff;
}
@media (min-width: 1024px) {
  html.color-black .footer-top__hot-line-tel:hover {
    color: #fff;
  }
}
html.color-black .footer-top__subtitle {
  color: #fff;
}
@media (min-width: 1160px) {
  html.scale .footer-top .wrapper {
    padding-right: 0;
  }
}
html.scale .footer-top__item {
  max-width: 200px;
}
.footer-menu__item {
  display: block;
  color: #fff;
  font-size: 0.92857143rem;
  font-weight: 300;
  line-height: 20px;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 11px;
}
@media (max-width: 500px) {
  .footer-menu {
    display: none;
  }
}
html.color-white .footer-menu__item {
  color: #161616;
}
html.color-black .footer-menu__item {
  color: #fff;
}
.styledYandexMap .ymaps-2-1-76-balloon__close,
.styledYandexMap .ymaps-2-1-76-balloon__tail {
  display: none !important;
}
.styledYandexMap .ymaps-2-1-76-balloon__close + .ymaps-2-1-76-balloon__content {
  margin-right: 0 !important;
  padding: 1px 4px !important;
}
.styledYandexMap .ymaps-2-1-76-balloon {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.styledYandexMap .ymaps-2-1-76-balloon__layout {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.styledYandexMap .ymaps-2-1-76-balloon__content * {
  font-weight: 500;
}
.styledYandexMap .ymaps-2-1-76-balloon__content > * {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
.styled-hint-on-map {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.accept-cookies {
  display: none;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1074b9;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accept-cookies__inner-cont {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.accept-cookies__btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.accept-cookies__btn-row .btn:not(:last-child) {
  margin-right: 10px;
}
.accept-cookies__p {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .accept-cookies__inner-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .accept-cookies__p {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .accept-cookies {
    padding: 12px;
  }
  .accept-cookies__p {
    margin-bottom: 10px;
    font-size: 0.85714286rem;
  }
  .accept-cookies__btn-row {
    margin-right: auto;
    margin-left: auto;
  }
}
html.color-white .accept-cookies {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
}
html.color-white .accept-cookies__p {
  color: #161616;
}
html.color-black .accept-cookies {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #161616;
}
html.color-black .accept-cookies__p {
  color: #fff;
}
.links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.links-row a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-weight: 700;
  font-size: 15px;
  color: #1074b9;
}
.links-row a svg {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .links-row {
    display: block;
  }
  .links-row a {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .links-row a svg {
    margin-right: 15px;
  }
}
.viv-calc__radio-row {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dce4e8;
  border-radius: 5px;
  background: #f1f3f4;
}
.viv-calc__radio-row label {
  position: relative;
  width: 50%;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.viv-calc__radio-row input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.viv-calc__radio-row .radio-text {
  text-align: center;
  color: #788f9b;
  height: 38px;
  line-height: 38px;
}
.viv-calc__radio-row input:checked + .radio-text {
  background: #1074b9;
  color: #fff;
}

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