

/* Start:/local/templates/landing/assets/css/style.css?1634130812336516*/
/* Start:/local/templates/landing/assets/css/style.css?1618000149312959*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 890;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.carousel,
.carousel .carousel-inner,
.carousel .item {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner > .item {
  display: none;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  z-index: 2;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  min-height: 80%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1025px) {
  .fancybox-content {
    height: calc(100% - 88px);
  }
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: 0 0;
}
.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: 0 0;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: 0 0;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: 0 0;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: 0 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: 0;
}
.fancybox-button[data-fancybox-next],
.fancybox-button[data-fancybox-previous] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99994;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::after,
.fancybox-button::before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled::after,
.fancybox-button--disabled::before {
  opacity: 0.5;
}
.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-radius: 0 5px 5px 0;
  left: 0;
}
.fancybox-button--right {
  border-radius: 5px 0 0 5px;
  right: 0;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close::after,
.fancybox-button--close::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: 0 0;
}
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: 0 0;
}
.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: 0 0;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
@font-face {
  font-family: HelveticaNeueCyr-400;
  src: url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-400.woff2) format("woff2"), url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr-400;
  src: url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-500.woff2) format("woff2"), url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-500.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr-400;
  src: url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-700.woff2) format("woff2"), url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeueCyr-400;
  src: url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-100.woff2) format("woff2"), url(/local/templates/landing/assets/css/../fonts/HelveticaNeueCyr-100.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
html {
  font-size: 18px;
  line-height: 24px;
}
body {
  font-family: HelveticaNeueCyr-400;
  font-size: 18px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
.is--hXL {
  font-size: 3em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .is--hXL {
    font-size: 6.1em;
    line-height: 0.891em;
  }
}
.is--hLGX {
  font-size: 3em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .is--hLGX {
    font-size: 6.1em;
    line-height: 0.891em;
  }
}
.is--hLG {
  font-size: 3.5em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .is--hLG {
    font-size: 4.6em;
    line-height: 1.2em;
  }
}
.is--hMD {
  font-size: 1.85em;
  line-height: 1.375em;
}
@media (min-width: 992px) {
  .is--hMD {
    font-size: 2.55em;
  }
}
.is--h1,
h1 {
  font-size: 1.35em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .is--h1,
  h1 {
    font-size: 3.111em;
  }
}
.is--h2,
h2 {
  font-size: 1.5em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .is--h2,
  h2 {
    font-size: 2.22em;
  }
}
.is--h3,
h3 {
  font-size: 1.335em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .is--h3,
  h3 {
    font-size: 2em;
  }
}
.is--h4,
h4 {
  font-size: 1em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .is--h4,
  h4 {
    font-size: 1.33em;
  }
}
.is--h5,
h5 {
  font-size: 1em;
  line-height: 1.45em;
}
.is--h6,
h6 {
  font-size: 0.88em;
  line-height: 1.4em;
}
ol {
  margin-left: 30px;
}
ol li {
  padding-left: 5px;
}
ul {
  margin-left: 20px;
}
ul.ul-site li {
  margin-bottom: 10px;
}
ul.ul-site li:last-child {
  margin-bottom: 0;
}
.font-family--custom {
  font-family: magistral-700;
}
.align--left {
  text-align: left;
}
.align--right {
  text-align: right;
}
.align--center {
  text-align: center;
}
.justify--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  html {
    width: 100%;
    position: relative;
  }
}
html.is--open-aside body {
  position: relative;
  overflow: hidden;
}
::-moz-selection {
  background: #ccc;
}
::selection {
  background: #ccc;
}
body {
  color: #333;
  background-color: #fff;
  padding-top: 62px;
}
@media (max-width: 1199.98px) {
  html.is--open-navbar body {
    overflow-y: hidden;
  }
}
html.is--open-navbar body::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  body.is--aside-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 155px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}
body::before {
  content: "";
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
}
html.is--open-navbar body::before {
  opacity: 1;
  visibility: visible;
}
body.is--index-page {
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body.is--index-page {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.site-wrap {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 565px) {
  html.is--open-navbar .site-wrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
a {
  color: #004d99;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #4aadf7;
}
p {
  margin: 0;
}
:focus {
  outline: 0 !important;
}
.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
.pos--r {
  position: relative;
}
.pos--a {
  position: absolute;
}
.pos--f {
  position: fixed;
}
.margin--huge {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .margin--huge {
    margin-bottom: 4vw;
  }
}
.margin--normal {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .margin--normal {
    margin-bottom: 3.4vw;
  }
}
.margin--large {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .margin--large {
    margin-bottom: 3.4vw;
  }
}
.margin--medium {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .margin--medium {
    margin-bottom: 2.5vw;
  }
}
.margin--small {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .margin--small {
    margin-bottom: 1.8vw;
  }
}
.margin--tiny {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .margin--tiny {
    margin-bottom: 15px;
  }
}
.margin--narrow {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .margin--narrow {
    margin-bottom: 10px;
  }
}
.margin--default {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .margin--default {
    margin-bottom: 30px;
  }
}
.margin--default-xl {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .margin--default-xl {
    margin-bottom: 80px;
  }
}
.fw--100 {
  font-weight: 100;
}
.fw--200 {
  font-weight: 200;
}
.fw--300 {
  font-weight: 300;
}
.fw--400 {
  font-weight: 400;
}
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 500;
}
.fw--800 {
  font-weight: 800;
}
.fw--900 {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .hidden--md {
    display: none;
  }
}
@media (min-width: 768px) {
  .visible--md {
    display: none;
  }
}
.icon-svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.icon-arrow-next {
  font-size: 1.6rem;
}
.icon-car {
  font-size: 2.4rem;
}
.icon-checked {
  font-size: 49.1rem;
}
.icon-coin {
  font-size: 2.4rem;
}
.icon-contacts-address {
  font-size: 1.6rem;
}
.icon-contacts-email {
  font-size: 1.3rem;
}
.icon-contacts-phone {
  font-size: 1.6rem;
}
.icon-contacts-tel {
  font-size: 1.2rem;
}
.icon-docs {
  font-size: 2.5rem;
}
.icon-download {
  font-size: 2.6rem;
}
.icon-filter {
  font-size: 1.6rem;
}
.icon-icon-next {
  font-size: 3.7rem;
}
.icon-icon-prev {
  font-size: 3.7rem;
}
.icon-login {
  font-size: 1.6rem;
}
.icon-modal-close {
  font-size: 0.8rem;
}
.icon-navbar-dropdown {
  font-size: 0.4rem;
}
.icon-one-day {
  font-size: 2.6rem;
}
.icon-pagin-next {
  font-size: 1.7rem;
}
.icon-pagin-prev {
  font-size: 1.7rem;
}
.icon-pointer {
  font-size: 1.6rem;
}
.icon-search {
  font-size: 1.6rem;
}
.icon-soc-fb {
  font-size: 2.4rem;
}
.icon-soc-inst {
  font-size: 2.4rem;
}
.icon-soc-vk {
  font-size: 2.4rem;
}
.icon-wallet {
  font-size: 2.1rem;
}
.content-block__panel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .content-block__panel.is--index-adv {
    font-size: 12px;
    z-index: 2;
    overflow: visible;
  }
}
.content-block__panel.is--index-catalog {
  background-color: #0077b2;
  z-index: 1;
}
@media (min-width: 992px) {
  .content-block__panel.is--index-catalog {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  }
}
.content-block__panel.is--index-order {
  display: none;
}
@media (min-width: 768px) {
  .content-block__panel.is--index-order {
    margin-top: -1px;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .content-block__panel.is--index-order::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 119, 178, 0.6);
  }
}
@media (max-width: 991.98px) {
  .content-block__panel.is--index-products {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .content-block__panel.is--index-programm {
    background-color: #fafdff;
  }
}
.content-block__panel.is--page-investors-info {
  background-color: #0077b2;
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: center bottom 85px;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-investors-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .content-block__panel.is--page-investors-info {
    background-position: 48vw 50%;
    background-size: 34.5vw auto;
  }
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-investors-adv {
    font-size: 12px;
    z-index: 2;
    overflow: visible;
  }
}
.content-block__panel.is--page-investors-docs {
  position: relative;
  background-size: cover;
  background-position: center;
}
.content-block__panel.is--page-investors-docs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(8, 100, 170, 0.6);
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-investors-docs {
    font-size: 12px;
  }
}
.content-block__panel.is--page-investors-finance {
  background-color: #0077b2;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog {
    z-index: 1;
  }
}
.content-block__panel.is--page-catalog-adv {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog-adv {
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .content-block__panel.is--page-catalog-adv {
    padding: 0 0 4.5vw;
  }
}
.content-block__panel.is--page-catalog-header {
  background-position: center;
  background-size: cover;
}
.content-block__panel.is--page-catalog-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 119, 178, 0.5);
}
.content-block__panel.is--page-catalog-header .breadcrumb__list {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog-header {
    min-height: 305px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .content-block__panel.is--page-catalog-header {
    background-attachment: fixed;
  }
  .content-block__panel.is--page-catalog-header .breadcrumb__list {
    margin-bottom: 40px;
  }
}
.content-block__panel.is--page-catalog-desc {
  overflow: visible;
  background-color: #fafdff;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog-card-adv {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog-card-leasing {
    font-size: 12px;
    background-color: #fafdff;
  }
}
.content-block__panel.is--page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292929;
  min-height: 100vh;
  height: 100vh;
  margin-top: -62px;
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: 205px auto;
  font-size: 16px;
}
@supports (display: grid) {
  .content-block__panel.is--page-404 {
    height: auto;
  }
}
@media (min-width: 992px) {
  .content-block__panel.is--page-404 {
    font-size: 16px;
    margin-top: -155px;
    background-size: 512px auto;
  }
}
.content-block__panel.is--leasing-top {
  overflow: visible;
}
.content-block__panel.is--leasing-header {
  background-position: center;
  background-size: cover;
}
.content-block__panel.is--leasing-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 100, 170, 0.6);
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-header {
    min-height: 345px;
    font-size: 12px;
  }
  .content-block__panel.is--leasing-header .breadcrumb__list {
    display: none;
  }
}
/* @media (min-width: 1200px) {
  .content-block__panel.is--leasing-header {
    background-attachment: fixed;
  }
} */
.content-block__panel.is--leasing-condition {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-condition {
    margin-top: -205px;
    margin-left: auto;
    font-size: 14px;
    background-color: #fff;
    max-width: 295px;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 5px 12px 0 rgba(0, 52, 156, 0.25);
  }
  .row.is--leasing-condition-label {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-formaliz {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .content-block__panel.is--leasing-formaliz {
    background-color: #e5f7ff;
  }
}
.content-block__panel.is--leasing-adv {
  background-color: #e5f7ff;
}
.content-block__panel.is--leasing-catalog {
  background-color: #0077b2;
}
.content-block__panel.is--leasing-brand {
  background-color: #e5f7ff;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-brand {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-conditions {
    font-size: 12px;
  }
}
.content-block__panel.is--leasing-partners {
  background-color: #fdfdfd;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--leasing-partners {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .content-block__panel.is--leasing-programm {
    background-color: #fafdff;
  }
}
.content-block__container {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media print {
  .content-block__container {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .content-block__container {
    padding-top: 50px;
    padding-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 62px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 62px - 84px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 62px - 84px);
  }
}
@media (min-width: 1025px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 155px - 90px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 62px - 90px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 155px - 90px);
  }
}
@media (min-width: 1700px) {
  .content-block__container.is--full {
    min-height: calc(100vh - 155px - 90px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.is--navbar_bottom .content-block__container.is--full {
    min-height: calc(100vh - 62px - 84px - 40px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  body.is--navbar_bottom .content-block__container.is--full {
    min-height: calc(100vh - 62px - 84px - 40px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  body.is--navbar_bottom .content-block__container.is--full {
    min-height: calc(100vh - 62px - 90px - 64px - 40px);
  }
}
.content-block__container.is--p0 {
  padding-top: 0;
  padding-bottom: 0;
  min-height: inherit;
}
.content-block__container.is--pt0 {
  padding-top: 0;
}
.content-block__container.is--pb0 {
  padding-bottom: 0;
}
.content-block__container.is--overflow {
  overflow: hidden;
  position: relative;
}
.content-block__container.is--index-header {
  position: relative;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .content-block__container.is--index-header {
    padding-top: 63px;
    padding-bottom: 63px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-block__container.is--index-products {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .content-block__container.is--index-products {
    padding-top: 17px;
    padding-bottom: 128px;
  }
}
.content-block__container.is--index-catalog {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .content-block__container.is--index-catalog {
    padding-top: 190px;
    padding-bottom: 70px;
  }
}
.content-block__container.is--index-adv {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .content-block__container.is--index-adv {
    padding-top: 0;
    padding-bottom: 6.5vw;
  }
}
@media (min-width: 768px) {
  .content-block__container.is--index-order {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.content-block__container.is--index-programm {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--index-programm {
    padding-top: 157px;
    padding-bottom: 60px;
  }
}
.content-block__container.is--leasing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-header {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.content-block__container.is--leasing-condition {
  padding-left: 25px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-condition {
    padding-top: 30px;
    padding-bottom: 110px;
  }
}
.content-block__container.is--leasing-formaliz {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-formaliz {
    padding-top: 68px;
    padding-bottom: 93px;
  }
}
.content-block__container.is--leasing-adv {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-adv {
    padding-bottom: 115px;
  }
}
.content-block__container.is--leasing-catalog {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-catalog {
    padding-top: 90px;
    padding-bottom: 105px;
  }
}
.content-block__container.is--leasing-brand {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-brand {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}
.content-block__container.is--leasing-conditions {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-conditions {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
.content-block__container.is--leasing-partners {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-partners {
    padding-top: 2.3vw;
    padding-bottom: 6vw;
  }
}
.content-block__container.is--leasing-seo {
  padding-top: 55px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .content-block__container.is--leasing-seo {
    padding-top: 5.2vw;
    padding-bottom: 6vw;
  }
}
.content-block__container.is--leasing-programm {
  padding-top: 15px;
}
@media (max-width: 991.98px) {
  .content-block__container.is--leasing-programm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.content-block__container.is--page-investors-header {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .content-block__container.is--page-investors-header {
    padding-bottom: 23px;
  }
}
.content-block__container.is--page-investors-info {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .content-block__container.is--page-investors-info {
    padding-top: 95px;
    padding-bottom: 146px;
  }
}
.content-block__container.is--page-investors-adv {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .content-block__container.is--page-investors-adv {
    padding-top: 80px;
    padding-bottom: 83px;
  }
}
.content-block__container.is--page-investors-adv-card {
  padding-top: 55px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .content-block__container.is--page-investors-adv-card {
    padding-top: 95px;
    padding-bottom: 175px;
  }
}
.content-block__container.is--page-investors-docs {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 65px;
}
@media (min-width: 992px) {
  .content-block__container.is--page-investors-docs {
    padding-top: 77px;
    padding-bottom: 160px;
  }
}
.content-block__container.is--page-investors-finance {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .content-block__container.is--page-investors-finance {
    padding-top: 95px;
    padding-bottom: 135px;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-news {
    padding-bottom: 3.5vw;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-news-leasing {
    padding-top: 3.3vw;
    padding-bottom: 7.9vw;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-news-card {
    padding-bottom: 84px;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-news-card-leasing {
    padding-top: 6.3vw;
    padding-bottom: 7vw;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-contacts {
    padding-bottom: 9.4vw;
  }
}
@media (min-width: 992px) {
  .content-block__container.is--page-catalog {
    padding-bottom: 5.45vw;
  }
}
.content-block__container.is--page-catalog-adv {
  padding: 0;
}
@media (min-width: 768px) {
  .content-block__container.is--page-catalog-adv {
    padding: 0 15px;
  }
}
.content-block__container.is--page-catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .content-block__container.is--page-catalog-header {
    padding-top: 2.7vw;
    padding-bottom: 3.7vw;
    min-height: 520px;
  }
}
.content-block__container.is--page-catalog-desc {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .content-block__container.is--page-catalog-desc {
    padding-top: 2.6vw;
    padding-bottom: 5.8vw;
  }
}
.content-block__container.is--page-catalog-card-adv {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .content-block__container.is--page-catalog-card-adv {
    padding-top: 5vw;
    padding-bottom: 3.6vw;
  }
}
.content-block__container.is--page-catalog-card-leasing {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .content-block__container.is--page-catalog-card-leasing {
    padding-top: 4vw;
    padding-bottom: 10vw;
  }
}
.content-block__container.is--page-404 {
  max-width: 936px;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 5;
  position: relative;
}
@media (min-width: 992px) {
  .content-block__container.is--page-404 {
    padding-top: 20px;
  }
}
.content-block__container.is--block-news {
  padding-top: 30px;
  padding-top: 60px;
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .content-block__container.is--block-news {
    padding-top: 70px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .content-block__row.is--index-order {
    position: relative;
  }
  .content-block__row.is--index-order > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  @supports (display: grid) {
    .content-block__row.is--index-order {
      grid-template-columns: 1.2fr 0.8fr;
    }
  }
  .content-block__row.is--index-order > :nth-child(1) {
    padding-right: 30px;
  }
  .content-block__row.is--index-order > :nth-child(2) {
    justify-self: flex-end;
    padding-top: 50px;
  }
}
.content-block__row.is--index-products > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.content-block__row.is--index-products > :nth-child(1) {
  margin-right: 30px;
}
@media (min-width: 992px) {
  @supports (display: grid) {
    .content-block__row.is--index-products {
      grid-template-columns: repeat(2, 1fr);
    }
    .content-block__row.is--index-products > :nth-child(1) {
      margin-right: 0;
    }
  }
}
.content-block__row.is--page-aside {
  grid-template-columns: 100%;
}
@media (max-width: 767.98px) {
  .content-block__row.is--page-aside > .is--page-vacancies {
    font-size: 16px;
  }
  .content-block__row.is--page-aside > .is--page-search {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .content-block__row.is--page-aside > :nth-child(1) {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 0px;
    flex: 4 1 0;
    padding-right: 16px;
  }
  .content-block__row.is--page-aside > :nth-child(2) {
    -webkit-box-flex: 8;
    -ms-flex: 8 1 0px;
    flex: 8 1 0;
  }
  @supports (display: grid) {
    .content-block__row.is--page-aside {
      grid-template-columns: 4fr 8fr;
    }
    .content-block__row.is--page-aside > :nth-child(1) {
      padding-right: 0;
    }
  }
}
.content-block__row.is--page-aside-sm {
  grid-template-columns: 100%;
  grid-gap: 35px 30px;
}
@media (max-width: 1199.98px) {
  .content-block__row.is--page-aside-sm > :nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    z-index: 1000;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .content-block__row.is--page-aside-sm {
    margin-left: -4%;
    margin-right: -4%;
  }
  .content-block__row.is--page-aside-sm > * {
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .content-block__row.is--page-aside-sm > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 92%;
    flex: 1 1 92%;
    margin-bottom: 30px !important;
  }
  .content-block__row.is--page-aside-sm > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 17%;
    flex: 1 1 17%;
  }
  .content-block__row.is--page-aside-sm > :nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 67%;
    flex: 1 1 67%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-aside-sm {
      margin-left: 0;
      margin-right: 0;
      grid-gap: 30px 30px;
      grid-template-columns: 3fr 9fr;
    }
    .content-block__row.is--page-aside-sm > * {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
    }
    .content-block__row.is--page-aside-sm > :nth-child(1) {
      margin-bottom: 0 !important;
    }
    .content-block__row.is--page-aside-sm > .page-header__panel {
      grid-column: span 2;
    }
  }
}
.content-block__row.is--page-investors-docs {
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .content-block__row.is--page-investors-docs > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-investors-docs {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
.content-block__row.is--page-investors-finance {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 37px 30px;
}
@media (min-width: 992px) {
  .content-block__row.is--page-investors-finance {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 16px;
  }
}
.content-block__row.is--page-news {
  align-self: flex-start;
  grid-gap: 20px 30px;
}
@media (min-width: 768px) {
  .content-block__row.is--page-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-block__row.is--page-news > .is--pagination {
    grid-column: span 2;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .content-block__row.is--page-news > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 31.33%;
    flex: 1 1 31.33%;
    margin: 0 1% 25px;
  }
  .content-block__row.is--page-news > :nth-child(1),
  .content-block__row.is--page-news > :nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 56.33%;
    flex: 1 1 56.33%;
  }
  .content-block__row.is--page-news > :nth-child(2),
  .content-block__row.is--page-news > :nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 39.66%;
    flex: 1 1 39.66%;
  }
  .content-block__row.is--page-news > :nth-child(3),
  .content-block__row.is--page-news > :nth-child(4) {
    margin-bottom: 40px;
  }
  .content-block__row.is--page-news > .is--pagination {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 98%;
    flex: 1 1 98%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-news {
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 25px 16px;
    }
    .content-block__row.is--page-news > * {
      grid-column: span 4;
      margin: 0;
    }
    .content-block__row.is--page-news > :nth-child(1),
    .content-block__row.is--page-news > :nth-child(4) {
      grid-column: span 7;
    }
    .content-block__row.is--page-news > :nth-child(2),
    .content-block__row.is--page-news > :nth-child(3) {
      grid-column: span 5;
    }
    .content-block__row.is--page-news > :nth-child(3),
    .content-block__row.is--page-news > :nth-child(4) {
      margin-bottom: 15px;
    }
    .content-block__row.is--page-news > .is--pagination {
      grid-column: span 12;
      margin-top: 40px;
    }
  }
}
.content-block__row.is--page-contacts > :nth-child(3) {
  height: 1px;
  background-color: #e9e9e9;
  margin: 18px 0 -10px;
  border: 0;
}
@media (min-width: 768px) {
  .content-block__row.is--page-contacts {
    margin: 0 -2% 30px;
  }
  .content-block__row.is--page-contacts > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    margin: 0 2% 30px;
  }
  .content-block__row.is--page-contacts > :nth-child(1) {
    margin-top: 48px;
  }
  .content-block__row.is--page-contacts > :nth-child(3) {
    height: 2px;
    margin-top: 6vw;
    margin-bottom: 1.8vw;
  }
  .content-block__row.is--page-contacts > :nth-child(3),
  .content-block__row.is--page-contacts > :nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 96%;
    flex: 1 1 96%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-contacts {
      grid-template-columns: repeat(2, 1fr);
      margin: 0;
    }
    .content-block__row.is--page-contacts > * {
      margin: 0;
    }
    .content-block__row.is--page-contacts > :nth-child(3),
    .content-block__row.is--page-contacts > :nth-child(4) {
      grid-column: span 2;
    }
  }
}
@media (min-width: 992px) {
  .content-block__row.is--page-contacts > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .content-block__row.is--page-contacts > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37.66%;
    flex: 1 1 37.66%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-contacts {
      grid-template-columns: 7fr 5fr;
    }
  }
}
.content-block__row.is--page-catalog {
  grid-gap: 16px;
}
.content-block__row.is--page-catalog > .is--new {
  grid-gap: 0;
}
@media (max-width: 767.98px) {
  .content-block__row.is--page-catalog > .is--new {
    display: none;
    margin: 0 -15px 35px;
  }
  .content-block__row.is--page-catalog > .is--new .page-header__heading {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .content-block__row.is--page-catalog {
    margin-left: -1%;
    margin-right: -1%;
  }
  .content-block__row.is--page-catalog > * {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.33%;
    flex: 0 1 31.33%;
  }
  .content-block__row.is--page-catalog > .is--heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 98%;
    flex: 1 1 98%;
  }
  .content-block__row.is--page-catalog > .is--new {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  @supports (display: grid) {
    .content-block__row.is--page-catalog {
      margin: 0;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px 16px;
    }
    .content-block__row.is--page-catalog > * {
      margin: 0;
    }
    .content-block__row.is--page-catalog > .is--new {
      grid-gap: 30px 16px;
      grid-template-columns: repeat(3, 1fr);
      grid-column: span 2;
    }
    .content-block__row.is--page-catalog > .is--heading {
      grid-column: span 3;
    }
  }
}
@media (min-width: 992px) {
  .content-block__row.is--page-catalog {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.33%;
    flex: 0 1 31.33%;
  }
  .content-block__row.is--page-catalog > .is--heading,
  .content-block__row.is--page-catalog > .is--new {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 98%;
    flex: 1 1 98%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-catalog {
      grid-template-columns: repeat(3, 1fr);
    }
    .content-block__row.is--page-catalog > .is--heading,
    .content-block__row.is--page-catalog > .is--new {
      grid-column: span 3;
    }
  }
}
.content-block__row.is--page-search > .is--pagination {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .content-block__row.is--page-search {
    grid-gap: 15px;
  }
  .content-block__row.is--page-search > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
  @supports (display: grid) {
    .content-block__row.is--page-search > * {
      margin-bottom: 0;
    }
  }
  .content-block__row.is--page-search > .is--pagination {
    margin-top: 45px;
  }
}
.content-block__row.is--page-partners {
  grid-template-columns: 100%;
  grid-gap: 24px 16px;
}
@media (min-width: 575px) {
  .content-block__row.is--page-partners {
    margin: 0 -1%;
  }
  .content-block__row.is--page-partners > * {
    margin: 0 1% 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-partners {
      margin: 0;
      grid-template-columns: repeat(2, 1fr);
    }
    .content-block__row.is--page-partners > * {
      margin: 0;
    }
  }
}
@media (min-width: 992px) {
  .content-block__row.is--page-partners > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 31.33%;
    flex: 1 1 31.33%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-partners {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
.content-block__row.is--page-404 {
  grid-template-columns: 100%;
  grid-gap: 63px;
}
@media (min-width: 575px) {
  .content-block__row.is--page-404 {
    margin: 0 -10%;
  }
  .content-block__row.is--page-404 > * {
    margin: 0 10%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  @supports (display: grid) {
    .content-block__row.is--page-404 {
      grid-gap: 93px;
      grid-template-columns: repeat(2, 1fr);
      margin: 0;
    }
    .content-block__row.is--page-404 > * {
      margin: 0;
    }
  }
}
.content-block__row.is--leasing-condition {
  grid-template-columns: 100%;
  grid-gap: 16px;
}
.content-block__row.is--leasing-condition > :nth-child(1) {
  padding: 48px;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
}
@media (min-width: 768px) {
  .content-block__row.is--leasing-condition {
    margin: 0 -2%;
  }
  .content-block__row.is--leasing-condition [data-form-visible] {
    display: none;
  }
  .content-block__row.is--leasing-condition > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    margin: 0 2% 30px;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-condition {
      grid-gap: 30px 70px;
      grid-template-columns: repeat(2, 1fr);
      margin: 0;
    }
    .content-block__row.is--leasing-condition > * {
      margin: 0;
    }
  }
}
@media (min-width: 992px) {
  .content-block__row.is--leasing-condition > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .content-block__row.is--leasing-condition > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37.66%;
    flex: 1 1 37.66%;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-condition {
      grid-template-columns: 7fr 5fr;
    }
  }
}
.content-block__row.is--leasing-condition-label .cols {
  padding-bottom: 17px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.content-block__row.is--leasing-condition-label .cols:nth-last-child(1) {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  
  .content-block__row.is--leasing-condition-label .cols.is--md-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-block__row.is--leasing-condition-label .cols {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    padding-bottom: 17px;
    margin-bottom: 30px;
	border-bottom: 1px solid #E9E9E9;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-condition-label .cols {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  }
}
.content-block__row.is--leasing-formaliz > :nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .content-block__row.is--leasing-formaliz > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .content-block__row.is--leasing-formaliz > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37.66%;
    flex: 1 1 37.66%;
    display: block;
    justify-self: flex-end;
    margin-right: -30px;
    padding-top: 10px;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-formaliz {
      grid-template-columns: 7fr 5fr;
    }
  }
}
.content-block__row.is--leasing-brand {
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.content-block__row.is--leasing-brand > [data-grid-heading] {
  grid-column: span 2;
  margin-bottom: 25px;
}
.content-block__row.is--leasing-brand > [data-grid-hr] {
  display: none;
}
.content-block__row.is--leasing-brand > [data-grid-link] {
  grid-column: span 2;
  justify-self: flex-end;
}
@media (max-width: 767.98px) {
  .content-block__row.is--leasing-brand > [data-grid-link] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 14px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .content-block__row.is--leasing-brand > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .content-block__row.is--leasing-brand > [data-grid-heading] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    margin-bottom: 0;
  }
  .content-block__row.is--leasing-brand > [data-grid-link] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
  }
  .content-block__row.is--leasing-brand > [data-grid-hr] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
    margin: 25px 0 68px;
    border-top: 2px solid #d8e8f0;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-brand {
      grid-template-columns: repeat(12, 1fr);
    }
    .content-block__row.is--leasing-brand > * {
      grid-column: span 4;
    }
    .content-block__row.is--leasing-brand > [data-grid-heading] {
      grid-column: span 9;
    }
    .content-block__row.is--leasing-brand > [data-grid-link] {
      grid-column: span 3;
    }
    .content-block__row.is--leasing-brand > [data-grid-hr] {
      grid-column: span 12;
    }
  }
}
.content-block__row.is--leasing-conditions {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: 100%;
  grid-gap: 15px;
}
@media (min-width: 992px) {
  .content-block__row.is--leasing-conditions {
    margin: 0 -2%;
  }
  .content-block__row.is--leasing-conditions > * {
    margin: 0 2%;
  }
  .content-block__row.is--leasing-conditions > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 29.33%;
    flex: 1 1 29.33%;
  }
  .content-block__row.is--leasing-conditions > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 62.66%;
    flex: 1 1 62.66%;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-conditions {
      grid-gap: 30px 16px;
      grid-template-columns: 4fr 8fr;
      margin: 0;
    }
    .content-block__row.is--leasing-conditions > * {
      margin: 0;
    }
  }
}
.content-block__row.is--leasing-partners {
  grid-template-columns: 100%;
}
.content-block__row.is--leasing-partners > [data-grid-hr] {
  margin: 0;
  border-top: 2px solid rgba(233, 233, 233, 0.3);
}
@media (max-width: 991.98px) {
  .content-block__row.is--leasing-partners {
    grid-gap: 20px;
  }
  .content-block__row.is--leasing-partners > [data-grid-link],
  .content-block__row.is--leasing-partners > [data-grid-note] {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-block__row.is--leasing-partners {
    margin: 0 -2%;
  }
  .content-block__row.is--leasing-partners > * {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 96%;
    flex: 1 1 96%;
    margin: 0 2% 25px;
  }
  .content-block__row.is--leasing-partners > :last-child {
    margin-bottom: 0;
  }
  .content-block__row.is--leasing-partners > [data-grid-heading] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 29.33%;
    flex: 1 1 29.33%;
  }
  .content-block__row.is--leasing-partners > [data-grid-note] {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
  }
  .content-block__row.is--leasing-partners > [data-grid-link] {
    justify-self: flex-end;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 12.66%;
    flex: 1 1 12.66%;
  }
  .content-block__row.is--leasing-partners > [data-grid-hr] {
    margin: 0 0 45px;
    border-bottom-width: 2px;
  }
  @supports (display: grid) {
    .content-block__row.is--leasing-partners {
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 25px 16px;
      margin: 0;
    }
    .content-block__row.is--leasing-partners > * {
      margin: 0;
      grid-column: span 12;
    }
    .content-block__row.is--leasing-partners > [data-grid-heading] {
      grid-column: span 4;
    }
    .content-block__row.is--leasing-partners > [data-grid-note] {
      grid-column: span 6;
      align-self: center;
      padding-left: 20px;
    }
    .content-block__row.is--leasing-partners > [data-grid-link] {
      grid-column: span 2;
    }
  }
}
@media (min-width: 1200px) {
  .content-block__row.is--leasing-partners > [data-grid-heading] {
    grid-column: span 3;
  }
  .content-block__row.is--leasing-partners > [data-grid-note] {
    grid-column: span 7;
  }
}
.content-block__row.is--block-news {
  grid-template-columns: 100%;
  grid-gap: 24px 30px;
}
@media (max-width: 767.98px) {
  .content-block__row.is--block-news > :nth-child(3),
  .content-block__row.is--block-news > :nth-child(4) {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-block__row.is--block-news > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .content-block__row.is--block-news > :nth-child(1) {
    margin-right: 16px;
  }
  @supports (display: grid) {
    .content-block__row.is--block-news {
      grid-gap: 30px 16px;
      grid-template-columns: repeat(4, 1fr);
    }
    .content-block__row.is--block-news > :nth-child(1) {
      margin-right: 0;
    }
  }
}
@media (min-width: 992px) {
  @supports (display: grid) {
    .content-block__row.is--block-news {
      grid-gap: 30px 61px;
    }
  }
}
@media (max-width: 767.98px) {
  .content-block__row.is--block-leasing .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-block__row.is--block-leasing .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: auto;
  }
}
@media (max-width: 574.98px) {
  .content-block__row.is--block-leasing .slick-track .slick-slide.slick-current {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .content-block__row.is--block-leasing .slick-track .slick-slide.slick-current .card__item {
    -webkit-box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
  }
}
@media (min-width: 768px) {
  .content-block__row.is--block-leasing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-block__row.is--block-leasing > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  @supports (display: grid) {
    .content-block__row.is--block-leasing {
      display: grid;
      grid-gap: 30px 16px;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media (min-width: 992px) {
  .content-block__row.is--block-leasing {
    grid-gap: 0;
  }
}
.content-block__row.is--block-adv {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.content-block__row.is--block-adv * {
  visibility: hidden;
}
.content-block__row.is--block-adv.slick-initialized * {
  visibility: visible;
}
.content-block__row.is--block-adv.slick-initialized {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .content-block__row.is--block-adv .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .content-block__row.is--block-adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2%;
  }
  .content-block__row.is--block-adv > * {
    margin: 0 2%;
  }
  .content-block__row.is--block-adv > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .content-block__row.is--block-adv > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37.66%;
    flex: 1 1 37.66%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  @supports (display: grid) {
    .content-block__row.is--block-adv {
      display: grid;
      grid-gap: 30px 16px;
      grid-template-columns: 5fr 7fr;
      margin: 0;
    }
    .content-block__row.is--block-adv > * {
      margin: 0;
    }
  }
}
.content-block__wrap.is--page-vacancies {
  background-color: #f2f2f2;
  padding: 35px 20px;
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .content-block__wrap.is--page-vacancies {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content-block__wrap.is--page-vacancies {
    margin: 0;
    padding: 50px 55px;
  }
}
@media (max-width: 767.98px) {
  .content-block__wrap.is--page-catalog {
    font-size: 12px;
  }
}
.content-block__label.is--page-vacancies {
  font-size: 0.78em;
}
@media (min-width: 768px) {
  .content-block__label.is--page-vacancies {
    font-size: 1em;
    line-height: 1.34em;
    color: #004d99;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .content-block__label.is--page-vacancies {
    font-size: 1.33em;
  }
}
.content-block__label.is--leasing-condition {
  color: #989898;
}
.content-block__label.is--leasing-condition span {
  color: #333;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 992px) {
  .content-block__label.is--leasing-condition {
    line-height: 2.3em;
  }
  .content-block__label.is--leasing-condition span {
    font-size: 24px;
  }
}
.content-block__slider.is--index-header {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .content-block__slider.is--index-header {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .content-block__slider.is--index-header {
    max-width: 1120px;
  }
}
@media (min-width: 1700px) {
  .content-block__slider.is--index-header {
    max-width: 1200px;
  }
}
.content-block__slider.is--index-header * {
  visibility: hidden;
}
.content-block__slider.is--index-header.slick-initialized * {
  visibility: visible;
}
@media (min-width: 1200px) {
  .content-block__slider.is--page-investors-finance {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .content-block__slider.is--page-investors-finance [data-slick-finance] {
    max-width: 74%;
    position: absolute;
    margin-left: 300px;
  }
}
@media (min-width: 1700px) {
  .content-block__slider.is--page-investors-finance [data-slick-finance] {
    width: 68%;
    max-width: 1240px;
  }
}
@media (min-width: 575px) {
  .content-block__slider.is--page-investors-adv-card {
    display: grid;
    grid-gap: 32px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 575px) {
  .content-block__slider.is--leasing-adv {
    display: grid;
    grid-gap: 32px 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .content-block__slider[data-slick-catalog] {
    display: grid;
    grid-gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .content-block__slider[data-slick-catalog] > * {
    display: none;
  }
  .content-block__slider[data-slick-catalog] > :nth-child(1),
  .content-block__slider[data-slick-catalog] > :nth-child(2) {
    display: block;
  }
}
@media (max-width: 574.98px) {
  .content-block__slider[data-slick-catalog] {
    grid-template-columns: 100%;
  }
}
@media (min-width: 768px) {
  .content-block__slider[data-slick-catalog] * {
    visibility: hidden;
  }
  .content-block__slider[data-slick-catalog].slick-initialized * {
    visibility: visible;
  }
}
.content-block__slider-note.is--page-investors-finance {
  color: #fff;
  font-weight: 100;
  margin-top: 10px;
  line-height: 1.3em;
}
@media (min-width: 1200px) {
  .content-block__slider-note.is--page-investors-finance {
    margin-top: 0;
    font-size: 0.88em;
    height: 400px;
    max-width: 390px;
    margin-bottom: -50px;
    padding-bottom: 50px;
    margin-top: -40px;
    padding-top: 40px;
    position: relative;
    background-color: #0864aa;
  }
  .content-block__slider-note.is--page-investors-finance::before {
    content: "";
    background-color: #0864aa;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25vw;
    width: 25vw;
  }
}
@media (max-width: 991.98px) {
  .content-block__slider-slide.is--block-adv {
    height: auto;
    width: calc(95vw - 30px);
  }
  .slick-initialized .content-block__slider-slide.is--block-adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-block__link.is--block-slider {
  text-align: right;
  padding-top: 65px;
}
@media (min-width: 768px) {
  .content-block__link.is--block-slider {
    padding-top: 100px;
  }
}
.content-block__link.is--block-news {
  text-align: right;
  padding-top: 32px;
}
@media (min-width: 575px) {
  .content-block__link.is--block-news {
    padding-top: 95px;
  }
}
@media (max-width: 991.98px) {
  .content-block__gallery.is--block-adv {
    display: none;
  }
}
.content-block__nav {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 992px) {
  .content-block__nav {
    margin: 0 0 70px;
  }
}
.content-block__nav-item.is--page-404 {
  color: #fafdff;
  margin-bottom: 8px;
}
.content-block__nav-item.is--page-404:last-child {
  margin-bottom: 0;
}
.content-block__nav-item.is--page-404:first-child {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .content-block__nav-item.is--page-404 {
    margin-bottom: 16px;
  }
}
.content-block__nav-link.is--page-404 {
  color: #f99f1b;
  font-weight: 700;
}
.content-block__nav-link.is--page-404:hover {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .aside__block {
    background-color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .aside__block.is--sticky {
    z-index: 1000 !important;
    left: 0;
    right: 0;
  }
  .sticky-wrapper.is-sticky .aside__block.is--sticky {
    margin: 0;
    width: 100% !important;
  }
  .is--open-navbar .aside__block.is--sticky {
    opacity: 0;
    visibility: hidden;
  }
  .aside__block.is--bottom {
    position: fixed;
    z-index: 10;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% - 62px);
    bottom: 0;
    -webkit-transform: translateY(calc(100% - 40px));
    transform: translateY(calc(100% - 40px));
    overflow: hidden;
  }
  .aside__block.is--bottom.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.aside__block .dropdown-backdrop {
  display: none;
}
.aside__header {
  display: block;
  padding: 7px 0;
  background-color: #004d99;
}
@media (min-width: 1200px) {
  .aside__header {
    display: none;
  }
}
.aside__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside__btn-name {
  color: #fff;
  font-size: 0.77em;
  font-weight: 400;
  padding-left: 10px;
  margin-top: 2px;
}
.aside__hamb {
  position: relative;
  width: 23px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aside__hamb-line {
  width: 1px;
  height: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.aside__hamb-line.is--left {
  -webkit-transform: translate(5px, -1px) rotate(45deg);
  transform: translate(5px, -1px) rotate(45deg);
}
.aside__block.open .aside__hamb-line.is--left {
  -webkit-transform: translate(5px, 10px) rotate(-45deg);
  transform: translate(5px, 10px) rotate(-45deg);
}
.aside__hamb-line.is--center {
  height: 100%;
}
.aside__hamb-line.is--right {
  -webkit-transform: translate(-5px, -1px) rotate(-45deg);
  transform: translate(-5px, -1px) rotate(-45deg);
}
.aside__block.open .aside__hamb-line.is--right {
  -webkit-transform: translate(-5px, 10px) rotate(45deg);
  transform: translate(-5px, 10px) rotate(45deg);
}
.aside__dropdown {
  position: relative;
  height: calc(100% - 40px);
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .aside__block.is--sticky .aside__dropdown {
    width: 100%;
    position: absolute;
    height: calc(100vh - 62px - 46px - 40px);
    z-index: 5;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 52, 156, 0.5);
    box-shadow: 0 4px 14px 0 rgba(0, 52, 156, 0.5);
  }
  .aside__block.is--sticky.open .aside__dropdown {
    display: block;
  }
  .sticky-wrapper.is-sticky .aside__dropdown {
    height: calc(100vh - 62px - 40px);
  }
}
@media (min-width: 1200px) {
  .aside__dropdown {
    height: auto;
    padding: 0;
  }
}
.aside__dropdown-inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 15px 0 95px;
}
@media (min-width: 1200px) {
  .aside__dropdown-inner {
    overflow: visible;
    padding: 0;
    height: auto;
  }
}
.aside__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.33em;
  line-height: 1.16em;
}
.aside__nav-item {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .is--page-search .aside__nav-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .aside__nav-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .aside__nav-item {
    margin-bottom: 18px;
  }
}
.aside__nav-item:last-of-type {
  margin-bottom: 0;
}
.aside__nav-link {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: rgba(0, 77, 153, 0.3);
}
@media (min-width: 992px) {
  .aside__nav-link.is--sm {
    font-size: 0.75em;
    line-height: 1.5em;
  }
}
.aside__nav-link sup {
  font-weight: 100;
  color: #f99f1b;
  position: absolute;
  top: -1%;
  right: 0;
  font-size: 0.55em;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.aside__nav-link::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0077b2;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.aside__nav-link.is--active,
.aside__nav-link:hover {
  color: #0077b2;
}
.aside__nav-link.is--active::after,
.aside__nav-link:hover::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.aside__nav-link.is--active {
  cursor: default;
}
.aside__filter {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .aside__filter {
    margin-bottom: 45px;
  }
}
.aside__filter-icon {
  color: #fff;
  width: 16px;
  height: 16px;
}
.aside__filter-heading {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.34em;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .aside__filter-heading {
    font-size: 1.33em;
  }
}
.aside__filter-link {
  font-weight: 100;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.aside__filter-link a {
  color: #f99f1b;
}
.aside__filter-link a:hover {
  color: #ffc266;
}
.breadcrumb__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .breadcrumb__list {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .breadcrumb__list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb__list {
    margin-bottom: 30px;
  }
}
.breadcrumb__list-item {
  position: relative;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #414141;
  font-weight: 400;
  font-size: 0.77em;
  line-height: 1.33em;
}
@media (min-width: 992px) {
  .breadcrumb__list-item {
    font-size: 1em;
    line-height: 1.33em;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumb__list-item:after {
  content: "/";
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  right: 0;
}
.breadcrumb__list-item.is--active {
  font-weight: 500;
  color: #000;
}
.breadcrumb__list-item.is--active::after,
.breadcrumb__list-item.is--active::before {
  display: none;
}
.breadcrumb__list.is--white .breadcrumb__list-item {
  color: #fff;
}
.breadcrumb__list-link,
.breadcrumb__list-link:focus {
  color: #414141;
}
.breadcrumb__list-link:hover {
  color: #000;
}
.breadcrumb__list-item.is--active .breadcrumb__list-link {
  color: #000;
}
.breadcrumb__list.is--white .breadcrumb__list-link {
  color: #fff;
}
.btn__clearfix {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
}
@media (max-width: 574.98px) {
  .btn__group.is--page-vacancies .btn__item,
  .btn__group.is--page-vacancies .cols {
    width: 100%;
  }
}
.btn__item {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  font-size: 1em;
  line-height: 125%;
  font-weight: 400;
  position: relative;
  display: inline-block;
  background-color: #0077b2;
  text-align: center;
  color: #fff;
  border-radius: 0;
  padding: 14px 13px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #0077b2;
}
.btn__item:hover {
  color: #fff;
  background-color: #4aadf7;
  border-color: #4aadf7;
}
.btn__item:active {
  color: #fff;
  background-color: #3c91e6;
  border-color: #3c91e6;
}
.btn__item.is--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .btn__item.is--next {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.btn__item.is--size-md {
  font-size: 16px;
  line-height: 18px;
  padding: 11px 25px 11px 15px;
}
.btn__item.is--size-xs {
  font-size: 12px;
  line-height: 12px;
  padding: 9px 14px;
}
.btn__item.is--arrow {
  text-align: left;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center right 15px;
}
.btn__item.is--success {
  background-color: #f99f1b;
  border-color: #f99f1b;
}
.btn__item.is--success:hover {
  background-color: #ffc266;
  border-color: #ffc266;
}
.btn__item.is--success:active {
  background-color: #f99f1b;
  border-color: #f99f1b;
}
.btn__item.is--black-29 {
  background-color: #292929;
  border-color: #f99f1b;
}
.btn__item.is--black-29:hover {
  background-color: #ffc266;
  border-color: #ffc266;
}
.btn__item.is--black-29:active {
  background-color: #f99f1b;
  border-color: #f99f1b;
}
.btn__item.is--white {
  color: #333;
  background-color: #fff;
  border-color: #f99f1b;
}
.btn__item.is--white:hover {
  color: #fff;
  background-color: #f99f1b;
  border-color: #f99f1b;
}
.btn__item.is--white:active {
  color: #fff;
  background-color: #ffc266;
  border-color: #ffc266;
}
.btn__item.is--white.is--arrow {
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
}
.btn__item.is--white.is--arrow:hover {
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn__item.is--blue {
  color: #292929;
  background-color: #fff;
  border-color: #c6e2f7;
}
.btn__item.is--blue:hover {
  border-color: #f99f1b;
}
.btn__item.is--lg {
  padding: 20px 20px;
}
@media (max-width: 767.98px) {
  .btn__item.is--lg {
    padding: 10px 20px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .btn__item.is--lg {
    padding: 31px 84px 26px;
  }
}
.btn__item.is--lg:hover {
  -webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 84, 0.25);
  box-shadow: 0 12px 34px 0 rgba(0, 0, 84, 0.25);
}
.btn__item.is--lg:active {
  -webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 84, 0);
  box-shadow: 0 12px 34px 0 rgba(0, 0, 84, 0);
}
@media (min-width: 768px) {
  .btn__item.is--lg.is--page-vacancies {
    min-width: 395px;
  }
}
.btn__item.is--catalog-card {
  padding: 11px;
  max-width: 390px;
  width: 100%;
}
@media (min-width: 768px) {
  .btn__item.is--catalog-card {
    padding: 26px;
  }
}
@media (min-width: 768px) {
  .btn__item.is--md {
    min-width: 248px;
  }
}
.btn__item.is--submit {
  font-size: 0.75em;
  line-height: 1.3em;
  padding: 7px 13px 6px;
}
@media (min-width: 992px) {
  .btn__item.is--submit {
    padding: 14px 13px 10px;
    font-size: 0.88em;
    line-height: 1.4em;
  }
}
.btn__item.is--reset {
  font-size: 0.75em;
  line-height: 1.3em;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: #9c9c9c;
  padding: 7px 13px 6px;
}
.btn__item.is--reset:hover {
  color: #f99f1b;
}
@media (min-width: 992px) {
  .btn__item.is--reset {
    padding: 14px 13px 10px;
    font-size: 0.88em;
    line-height: 1.4em;
  }
}
.btn__icon svg {
  display: block;
}
.btn__icon.is--next {
  display: block;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}
.link__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link__group > * {
  margin-bottom: 5px;
}
.link__item {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  border: 0;
  padding: 0;
  font-size: 0.88em;
  line-height: 1.55em;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #989898;
}
.link__item.is--prev {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23989898'/%3E%3C/svg%3E");
  background-position: left 3px;
  padding-left: 15px;
}
.link__item.is--prev:hover {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .link__item.is--prev {
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23989898'/%3E%3C/svg%3E");
    padding-left: 25px;
  }
  .link__item.is--prev:hover {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
}
.link__item.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23989898'/%3E%3C/svg%3E");
  background-position: right 3px;
  padding-right: 15px;
}
.link__item.is--next:hover {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .link__item.is--next {
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23989898'/%3E%3C/svg%3E");
    padding-right: 25px;
  }
  .link__item.is--next:hover {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
}
.link__item.is--md {
  background-position: left 6px;
}
@media (min-width: 768px) {
  .link__item.is--md {
    font-size: 1.337em;
    padding-left: 35px;
  }
  .link__item.is--md.is--prev {
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23989898'/%3E%3C/svg%3E");
  }
}
.link__item.is--white-success {
  color: #fff;
  font-size: 0.889em;
  line-height: 120%;
}
@media (min-width: 768px) {
  .link__item.is--white-success {
    font-size: 1em;
    line-height: 135%;
  }
}
.link__item.is--white-success.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  padding-right: 17px;
}
.link__item.is--white-success.is--next:hover {
  color: #f99f1b;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23f99f1b'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .link__item.is--white-success.is--next {
    padding-right: 24px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .link__item.is--white-success.is--next:hover {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23f99f1b'/%3E%3C/svg%3E");
  }
}
.link__item.is--success-white {
  color: #f99f1b;
}
.link__item.is--success-white.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.link__item.is--success-white.is--next:hover {
  color: #fff;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .link__item.is--success-white.is--next {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
  .link__item.is--success-white.is--next:hover {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.link__item.is--success {
  color: #f99f1b;
  font-size: 0.889em;
  line-height: 120%;
}
@media (min-width: 768px) {
  .link__item.is--success {
    font-size: 1em;
    line-height: 135%;
  }
}
.link__item.is--success.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.link__item.is--success.is--next:hover {
  color: #ffc266;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23FFC266'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .link__item.is--success.is--next {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
  .link__item.is--success.is--next:hover {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23FFC266'/%3E%3C/svg%3E");
  }
}
.link__item:hover {
  color: #ffc266;
}
.link__item:active {
  color: #f99f1b;
}
.card__item.is--navbar {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .card__item.is--navbar {
    max-width: 310px;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__item.is--navbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    bottom: -36px;
    width: 1px;
    background: #e9e9e9;
    border-radius: 0.5px;
  }
  .card__item.is--navbar .btn__item {
    max-width: 185px;
  }
}
.card__item.is--index-header {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 991.98px) {
  .card__item.is--index-header {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card__item.is--index-header {
    margin: 20px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .card__item.is--index-products {
    background-color: #0077b2;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #3bf;
  }
  .card__item.is--index-products.is--open {
    background-color: #0080bf;
  }
}
@media (min-width: 992px) {
  .card__item.is--index-products {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}
.card__item.is--menedzhment {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card__item.is--menedzhment {
    padding: 80px 145px 0 0;
    margin-bottom: 70px;
  }
}
.card__item.is--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
@media (max-width: 767.98px) {
  .card__item.is--news {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .card__item.is--news {
    min-height: 315px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .card__item.is--news:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767.98px) {
  .card__item.is--news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
  .card__item.is--news-card .link__group {
    font-size: 0.75em;
  }
  .card__item.is--news-card .link__group .link__item.is--prev {
    padding-left: 15px;
  }
  .card__item.is--news-card .link__group .link__item.is--next {
    padding-right: 15px;
  }
}
.card__item.is--news-sm {
  padding-right: 60px;
}
.card__item.is--programm {
  position: relative;
  background-color: #fff;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .card__item.is--programm {
    font-size: 18px;
  }
}
@media (max-width: 574.98px) {
  .card__item.is--programm {
    width: 255px;
  }
}
@media (min-width: 575px) {
  .card__item.is--programm {
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 4px 14px 0 rgba(0, 52, 156, 0.25);
  }
}
@media (min-width: 992px) {
  .card__item.is--programm {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 45px 30px 60px;
    min-height: 495px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin-left: -1px;
    -webkit-transition: none;
    transition: none;
  }
  .card__item.is--programm > * {
    position: relative;
    z-index: 2;
  }
  .card__item.is--programm::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .card__item.is--programm:hover {
    border-left-color: rgba(233, 233, 233, 0);
    border-right-color: rgba(233, 233, 233, 0);
  }
  .card__item.is--programm:hover::before {
    background-color: #fff;
    -webkit-transform: scale(1.14, 1.07);
    transform: scale(1.14, 1.07);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.card__item.is--reviews {
  position: relative;
  padding: 50px 0 0 0;
  margin-bottom: 40px;
}
.card__item.is--reviews:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .card__item.is--reviews {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .card__item.is--reviews {
    padding: 75px 0 0 140px;
    margin-bottom: 6.5vw;
  }
  .card__item.is--reviews:last-child {
    margin-bottom: 3.25vw;
  }
}
.card__item.is--articles {
  border-top: 2px solid #e9e9e9;
  padding-top: 20px;
  padding-bottom: 22px;
}
.card__item.is--articles:last-of-type {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .card__item.is--articles {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card__item.is--articles {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .card__item.is--articles:last-of-type {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767.98px) {
  .card__item.is--catalog {
    display: grid;
    grid-gap: 7px 15px;
    grid-template-columns: 1fr minmax(auto, 183px);
    font-size: 16px;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .card__item.is--catalog > [data-grid-preview] {
    grid-column: 2;
    grid-row: 1;
  }
  .card__item.is--catalog > [data-grid-wrap] {
    grid-row: span 3;
  }
  .card__item.is--catalog > [data-grid-btn] {
    grid-column: 2;
    grid-row: 2;
  }
  .card__item.is--catalog:hover {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
  }
}
.card__item.is--catalog-new {
  position: relative;
}
.card__item.is--catalog-new::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  .card__item.is--catalog-new {
    font-size: 16px;
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
    margin-top: -20px;
  }
  .card__item.is--catalog-new:nth-child(1),
  .card__item.is--catalog-new:nth-child(2) {
    margin-top: 0;
  }
  .card__item.is--catalog-new::before {
    content: attr(data-text);
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 0.775em;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .card__item.is--catalog-new::after {
    bottom: 15px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
    opacity: 0;
  }
  .card__item.is--catalog-new:hover::after {
    opacity: 1;
    right: 15px;
  }
}
.card__item.is--catalog-promo {
  position: relative;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .content-block__panel.is--page-catalog-card-adv .card__item.is--catalog-promo {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .card__item.is--catalog-promo {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .card__item.is--catalog-promo {
    padding: 45px 40px 0 0;
    max-width: 530px;
  }
}
.slick-active .card__item.is--catalog-promo {
  opacity: 1;
}
.card__item.is--catalog-promo-primary {
  position: relative;
}
@media (max-width: 991.98px) {
  .card__item.is--catalog-promo-primary {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .card__item.is--catalog-promo-primary {
    padding: 33px 0 0 0;
    width: 35.4vw;
    min-width: 585px;
  }
}
@media (min-width: 992px) {
  .card__item.is--catalog-promo-primary {
    width: 35.4vw;
    min-width: 585px;
  }
}
.card__item.is--catalog-search {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@supports (display: grid) {
  .card__item.is--catalog-search {
    display: grid;
    grid-gap: 15px;
  }
}
.card__item.is--catalog-search:hover {
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
  box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
}
@media (max-width: 767.98px) {
  .card__item.is--catalog-search {
    grid-template-columns: auto 183px;
    font-size: 16px;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .card__item.is--catalog-search > [data-grid-preview] {
    grid-column: 2;
    grid-row: 1;
  }
  .card__item.is--catalog-search > [data-grid-wrap] {
    grid-row: span 3;
  }
  .card__item.is--catalog-search > [data-grid-btn] {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 768px) {
  .card__item.is--catalog-search {
    border: 1px solid #c6e2f7;
  }
  .card__item.is--catalog-search > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .card__item.is--catalog-search > :nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 207px;
    flex: 0 1 207px;
    margin-right: 22px;
  }
  .card__item.is--catalog-search > :nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin-left: 22px;
  }
  .card__item.is--catalog-search:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 12px 24px 0 rgba(0, 52, 156, 0.25);
  }
  .card__item.is--catalog-search > [data-grid-btn] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
  }
  @supports (display: grid) {
    .card__item.is--catalog-search {
      grid-gap: 22px;
      grid-template-columns: 207px auto auto;
    }
  }
}
.card__item.is--catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .card__item.is--catalog-card {
    grid-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .card__item.is--catalog-card {
    font-size: 14px;
  }
  .card__item.is--catalog-card > :nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 768px) {
  .card__item.is--catalog-card {
    margin: 0 -2%;
  }
  .card__item.is--catalog-card > * {
    margin: 0 2%;
  }
  .card__item.is--catalog-card > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .card__item.is--catalog-card > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 31.66%;
    flex: 1 1 31.66%;
  }
  @supports (display: grid) {
    .card__item.is--catalog-card {
      grid-template-columns: 7fr 5fr;
      margin: 0;
    }
    .card__item.is--catalog-card > * {
      margin: 0;
    }
  }
  .card__item.is--catalog-card > :nth-child(2) {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.card__item.is--leasing-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .card__item.is--leasing-adv {
    display: grid;
    grid-gap: 18px;
  }
}
@media (min-width: 768px) {
  .card__item.is--leasing-adv {
    margin: 0 -4%;
  }
  .card__item.is--leasing-adv > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42%;
    flex: 1 1 42%;
    margin: 0 4%;
  }
  @supports (display: grid) {
    .card__item.is--leasing-adv {
      grid-gap: 30px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0;
    }
    .card__item.is--leasing-adv > * {
      margin: 0;
    }
  }
}
.card__item.is--brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e5f6ff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: -1px;
  padding: 20px;
  height: 120px;
}
@media (min-width: 768px) {
  .card__item.is--brand {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .card__item.is--brand {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .card__item.is--brand {
    height: 285px;
  }
}
.card__item.is--brand img {
  opacity: 0.5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 70%;
  max-height: 70%;
}
@media (min-width: 768px) {
  .card__item.is--brand img {
    max-width: 60%;
    max-height: 60%;
  }
}
.card__item.is--brand:hover {
  z-index: 1;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.card__item.is--brand:hover img {
  opacity: 1;
}
.card__item.is--partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__item.is--partners img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  opacity: 0.4;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__item.is--partners:hover img,
.slick-current .card__item.is--partners img {
  opacity: 1;
}
.card__item.is--partners-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 16px;
  height: 100%;
  padding: 15px 0 30px;
}
.card__item.is--partners-card:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .card__item.is--partners-card {
    font-size: 18px;
    min-height: 350px;
  }
}
.card__item.is--seo {
  border-top: 1px solid #e9e9e9;
  margin: 0 -15px;
  padding: 0 15px;
}
.card__item.is--seo:last-child {
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 991.98px) {
  .card__item.is--seo {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .card__item.is--seo {
    margin: 0;
    padding: 0;
    border-top-width: 2px;
  }
  .card__item.is--seo:last-child {
    border-bottom-width: 2px;
  }
}
.card__item.is--docs-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5f6ff;
  background-color: #fff;
  margin: -1px;
  padding: 20px;
  min-height: 173px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .card__item.is--docs-card {
    min-height: 285px;
    padding: 40px;
  }
}
.card__item.is--docs-card:hover {
  z-index: 1;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-color: rgba(229, 246, 255, 0);
}
.card__item.is--docs-download {
  position: relative;
  display: block;
  padding: 30px 55px 30px 15px;
  margin: 0 -15px;
  border-bottom: 2px solid #e9e9e9;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: -2px;
}
@media (max-width: 767.98px) {
  .card__item.is--docs-download {
    font-size: 12px;
    padding: 20px 55px 20px 15px;
  }
}
.card__item.is--docs-download:hover {
  background-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.card__item.is--finance-card {
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .card__item.is--finance-card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .card__item.is--finance-card:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 992px) {
  .card__item.is--finance-card {
    margin: 0 auto;
    max-width: 210px;
  }
  .card__item.is--finance-card:nth-child(1),
  .card__item.is--finance-card:nth-child(4) {
    max-width: 170px;
  }
  .card__item.is--finance-card:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .card__item.is--finance-card:nth-child(4) {
    margin: 0 0 0 auto;
  }
}
.card__item.is--adv-card {
  background: #fff;
  padding: 40px 15px 40px 15px;
  max-width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 350px;
}
@media (min-width: 575px) {
  .card__item.is--adv-card {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) {
  .card__item.is--adv-card {
    height: 100%;
    min-height: 440px;
    max-width: 100%;
    padding: 45px 22px 50px 32px;
  }
  .is--leasing-adv .card__item.is--adv-card {
    min-height: 485px;
    padding-top: 55px;
  }
}
.card__bg.is--reviews {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -15px;
  max-width: 185px;
  width: 100%;
  height: 250px;
  background-color: #0077b2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
}
@media (min-width: 768px) {
  .card__bg.is--reviews {
    left: 0;
    max-width: 290px;
    width: 100%;
    height: 330px;
  }
}
.card__wrap.is--index-header {
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0 5px 14px 0 rgba(0, 52, 156, 0.25);
  box-shadow: 0 5px 14px 0 rgba(0, 52, 156, 0.25);
  padding: 50px 15px 15px 15px;
}
@media (min-width: 768px) {
  .card__wrap.is--index-header {
    background-color: #e6f7ff;
    padding: 45px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__wrap.is--index-header > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .card__wrap.is--index-header > :nth-child(1) {
    margin-right: 30px;
  }
  .card__wrap.is--index-header > :nth-child(2) {
    padding-left: 5px;
  }
  @supports (display: grid) {
    .card__wrap.is--index-header {
      display: grid;
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
    .card__wrap.is--index-header > :nth-child(1) {
      margin-right: 0;
    }
  }
}
@media (min-width: 992px) {
  .card__wrap.is--index-header {
    padding: 41px 50px 48px 59px;
  }
  .card__wrap.is--index-header > :nth-child(1) {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7 1 0px;
    flex: 0.7 1 0;
  }
  .card__wrap.is--index-header > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  @supports (display: grid) {
    .card__wrap.is--index-header {
      grid-template-columns: 0.73fr 1fr;
    }
  }
}
.card__wrap.is--index-products {
  padding: 0 13px 15px;
  text-align: right;
}
.card__wrap.is--index-products .link__item {
  color: #fff;
  font-size: 1.32em;
}
.card__wrap.is--index-products .link__item:hover {
  color: #f99f1b;
}
@media (min-width: 992px) {
  .card__wrap.is--index-products {
    text-align: left;
    padding: 0 90px 60px 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    background-color: #0077b2;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
  }
  [aria-expanded="true"] .card__wrap.is--index-products {
    opacity: 1;
  }
  .card__wrap.is--index-products .link__item {
    background-image: none !important;
    font-size: 1em;
  }
}
.card__wrap.is--menedzhment {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 25px 15px 40px;
}
@media (min-width: 768px) {
  .card__wrap.is--menedzhment {
    padding: 35px 180px 40px 25px;
  }
}
.card__wrap.is--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card__wrap.is--news {
    padding: 20px 15px 20px;
    background-position: right 25px bottom 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .card__item:hover .card__wrap.is--news {
    background-repeat: no-repeat;
    background-size: 7px 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23636363'/%3E%3C/svg%3E");
  }
}
.card__wrap.is--reviews {
  display: grid;
  grid-gap: 15px 15px;
  padding: 20px 15px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.card__wrap.is--reviews > [data-grid-heading] {
  grid-column: span 2;
}
.card__wrap.is--reviews > [data-grid-date] {
  justify-self: flex-end;
}
.card__wrap.is--reviews > [data-grid-note],
.card__wrap.is--reviews > [data-grid-sign],
.card__wrap.is--reviews > [data-grid-video] {
  grid-column: span 3;
}
@media (min-width: 768px) {
  .card__wrap.is--reviews {
    grid-gap: 25px 15px;
    padding: 30px;
    grid-template-columns: repeat(12, 1fr);
  }
  .card__wrap.is--reviews > [data-grid-heading] {
    grid-column: span 9;
  }
  .card__wrap.is--reviews > [data-grid-date] {
    grid-column: span 3;
  }
  .card__wrap.is--reviews > [data-grid-note] {
    grid-column: span 12;
  }
  .card__wrap.is--reviews > [data-grid-sign] {
    grid-column: span 7;
  }
  .card__wrap.is--reviews > [data-grid-video] {
    grid-column: span 5;
    align-self: flex-end;
    justify-self: flex-end;
  }
}
@media (max-width: 767.98px) {
  .card__wrap.is--catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card__wrap.is--catalog {
    background-color: #fff;
    padding: 25px 20px;
    border: 1px solid #c6e2f7;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
  }
  .card__item:hover .card__wrap.is--catalog {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-color: #fff;
  }
}
.card__wrap.is--catalog-promo {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .card__wrap.is--catalog-promo {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .card__wrap.is--catalog-promo {
    max-width: 90%;
  }
}
.card__wrap.is--catalog-promo-primary {
  max-width: 90%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  .card__wrap.is--catalog-promo-primary {
    z-index: 2;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .card__wrap.is--catalog-promo-primary {
    top: 35px;
    right: -8.2vw;
    max-width: 90%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .card__wrap.is--catalog-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card__wrap.is--catalog-search {
    padding: 20px 0 10px;
  }
}
.card__wrap.is--catalog-card {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .card__wrap.is--catalog-card {
    margin-top: -90px;
    padding: 45px 35px 88px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .card__wrap.is--catalog-card-desc {
    display: none;
  }
  .card__wrap.is--catalog-card-desc.is--active {
    display: block;
  }
}
.card__wrap.is--seo {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .card__wrap.is--seo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -2% 35px;
  }
  .card__wrap.is--seo > * {
    margin: 0 2%;
  }
  .card__wrap.is--seo > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 54.33%;
    flex: 1 1 54.33%;
  }
  .card__wrap.is--seo > :nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 28.66%;
    flex: 1 1 28.66%;
    margin-top: 20px;
  }
  @supports (display: grid) {
    .card__wrap.is--seo {
      margin: 0 0 35px;
      grid-template-columns: 7fr 5fr;
    }
    .card__wrap.is--seo > * {
      margin: 0;
    }
  }
}
.card__wrap.is--docs-download {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card__wrap.is--docs-download {
    margin-bottom: 80px;
  }
}
.card__wrap.is--partners-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 15px;
  height: 77px;
  margin-bottom: 2px;
}
.card__preview {
  display: block;
  position: relative;
}
.card__preview svg {
  display: block;
}
.card__preview.is--navbar {
  margin-bottom: 16px;
}
.card__preview.is--index-header {
  width: 270px;
  height: 297px;
  background-color: #0077b2;
  margin-top: -100px;
  margin-bottom: 20px;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.card__preview.is--index-header img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .card__preview.is--index-header {
    -webkit-transform: none;
    transform: none;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    margin-top: -60px;
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .card__preview.is--index-header {
    width: 410px;
    height: 560px;
  }
}
.card__preview.is--index-products {
  display: none;
}
@media (min-width: 992px) {
  .card__preview.is--index-products {
    padding-top: 12px;
    display: block;
    max-width: 496px;
    overflow: hidden;
  }
  .card__preview.is--index-products img {
    width: 100%;
  }
}
.card__preview.is--page-investors-info {
  margin-bottom: -15px;
}
.card__preview.is--page-investors-info img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .card__preview.is--page-investors-info {
    position: absolute;
    margin-bottom: 0;
    min-width: 350px;
    width: 40vw;
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .card__preview.is--page-investors-info {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .card__preview.is--page-investors-info {
    min-width: 501px;
    width: 25.5vw;
    left: 54.7vw;
    right: inherit;
  }
}
.card__preview.is--menedzhment {
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -45px;
}
@media (min-width: 768px) {
  .card__preview.is--menedzhment {
    position: absolute;
    z-index: 2;
    margin: 0;
    max-width: 290px;
    top: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}
.card__preview.is--news {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 75px;
  min-width: 75px;
  height: 80px;
  margin-right: 21px;
  position: relative;
}
.card__preview.is--news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 119, 178, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__preview.is--news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card__item:hover .card__preview.is--news::before {
  background-color: rgba(0, 77, 153, 0);
}
.card__preview.is--news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 768px) {
  .card__preview.is--news {
    margin: 0;
    width: 100%;
    height: 140px;
  }
}
.card__preview.is--news-card {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  height: 200px;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .card__preview.is--news-card {
    height: 335px;
    margin: 0 0 40px;
  }
}
.card__preview.is--news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 119, 178, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__preview.is--news-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card__preview.is--catalog {
  height: 130px;
}
@media (min-width: 768px) {
  .card__preview.is--catalog {
    height: 190px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #fff;
  }
  .card__item:hover .card__preview.is--catalog {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.card__preview.is--catalog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card__preview.is--catalog-new {
  height: 155px;
  position: relative;
}
.card__preview.is--catalog-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f99f1b;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__preview.is--catalog-new img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767.98px) {
  .card__item:nth-child(2n + 1) .card__preview.is--catalog-new::before {
    background-color: #ffc266;
  }
}
@media (min-width: 768px) {
  .card__preview.is--catalog-new {
    height: 410px;
  }
  .card__preview.is--catalog-new::before {
    background-color: rgba(0, 119, 178, 0.5);
  }
}
.card__preview.is--catalog-promo {
  position: relative;
}
.card__preview.is--catalog-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 119, 178, 0.5);
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__preview.is--catalog-promo img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
    -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  .card__preview.is--catalog-promo {
    font-size: 12px;
  }
  .card__preview.is--catalog-promo::before {
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .card__preview.is--catalog-promo {
    height: 420px;
  }
}
.card__preview.is--catalog-promo-primary {
  position: relative;
  height: 145px;
}
.card__preview.is--catalog-promo-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 119, 178, 0.5);
  width: 100%;
  height: 257px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__item:hover .card__preview.is--catalog-promo-primary::before {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

}

.card__preview.is--catalog-promo-primary img {
  width: 100%;
  height: 257px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767.98px) {
  .card__preview.is--catalog-promo-primary {
    font-size: 12px;
  }
  .card__preview.is--catalog-promo-primary::before {
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .card__preview.is--catalog-promo-primary {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    max-width: 490px;
    height: 420px;
  }

}
@media (max-width: 767.98px) {
  .card__preview.is--catalog-search {
    height: 130px;
  }
}
.card__preview.is--catalog-search img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767.98px) {
  .card__preview.is--leasing-adv img {
    max-width: 67%;
    margin: 8px auto 0;
  }
}
@media (min-width: 768px) {
  .card__preview.is--leasing-adv {
    grid-column: 2;
    grid-row: 1/4;
  }
}
.card__preview.is--partners-card {
  margin-left: 15px;
}
.card__preview.is--partners-card img {
  width: 100%;
  max-width: 145px;
  max-height: 62px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.card__preview.is--adv-card {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .card__preview.is--adv-card {
    max-width: 45px;
  }
}
@media (min-width: 992px) {
  .card__preview.is--adv-card {
    margin-bottom: 37px;
  }
}
.card__icon.is--index-products {
  width: 25px;
  height: 25px;
  min-width: 25px;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
@media (max-width: 991.98px) {
  [aria-expanded="true"] .card__icon.is--index-products {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .card__icon.is--index-products {
    display: none;
  }
}
.card__icon.is--docs-download {
  color: #989898;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__item:hover .card__icon.is--docs-download {
  color: #f99f1b;
}
.card__heading {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__heading.is--navbar {
  font-size: 16px;
  line-height: 16px;
  color: #292929;
  margin-bottom: 12px;
}
.card__heading.is--index-header {
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card__heading.is--index-header {
    margin-bottom: 40px;
    font-size: 3.1em;
    line-height: 110%;
  }
}
.card__heading.is--index-products a {
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 13px 3px 13px 13px;
  font-size: 1.335em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .card__heading.is--index-products a {
    font-size: 2em;
  }
}
.card__heading.is--index-products a::after {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
}
.card__heading.is--index-products a[aria-expanded="true"]::after {
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8l1.1 1.1L6 3.2l3.7 3.7 1.1-1.1L6 .9 1 5.8z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .card__heading.is--index-products a {
    min-height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__heading.is--index-products a br {
    display: none;
  }
  .card__heading.is--index-products a span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .card__heading.is--index-products a::after {
    position: absolute;
    right: 3px;
    top: 13px;
  }
  .card__heading.is--index-products a[aria-expanded="true"] {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .card__heading.is--index-products a {
    color: rgba(0, 119, 178, 0.5);
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    background-color: rgba(0, 119, 178, 0);
    padding: 50px 20px 11px 40px;
    position: relative;
    margin-bottom: -1px;
  }
  .card__heading.is--index-products a::after {
    margin-top: 10px;
    margin-left: 45px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%237FBBD880'/%3E%3C/svg%3E");
  }
  .card__heading.is--index-products a[aria-expanded="true"] {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 31px;
    background-color: #0077b2;
  }
  .card__heading.is--index-products a[aria-expanded="true"]::after {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8l1.1 1.1L6 3.2l3.7 3.7 1.1-1.1L6 .9 1 5.8z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.card__heading.is--menedzhment {
  font-size: 1em;
  line-height: 1.34em;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .card__heading.is--menedzhment {
    font-size: 1.33em;
  }
}
.card__heading.is--menedzhment-post {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card__heading.is--menedzhment-post {
    margin-bottom: 25px;
  }
}
.card__heading.is--news {
  font-weight: 500;
  font-size: 17px;
  line-height: 145%;
  margin-bottom: 0;
  color: #333;
}
.card__item:hover .card__heading.is--news {
  color: #004d99;
}
@media (min-width: 768px) {
  .card__heading.is--news {
    font-weight: 400;
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .card__heading.is--news-card {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
.card__heading.is--news-sm {
  font-weight: 700;
  line-height: 1.5em;
}
.card__heading.is--news-sm a {
  color: #333;
}
.card__item:hover .card__heading.is--news-sm a {
  color: #004d99;
}
.card__heading.is--programm {
  font-size: 1.335em;
  line-height: 1.34em;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 330px;
}
@media (min-width: 992px) {
  .card__heading.is--programm {
    font-size: 1.5em;
  }
}
.card__heading.is--reviews {
  font-size: 1em;
  line-height: 1.45em;
  font-weight: 500;
}
.card__heading.is--articles {
  font-size: 1.335em;
  line-height: 1.34em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .card__heading.is--articles {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .card__heading.is--articles {
    font-size: 2em;
  }
}
.card__heading.is--articles a {
  color: #333;
}
.card__heading.is--articles a:hover {
  color: #4aadf7;
}
.card__heading.is--articles a:active {
  color: #3c91e6;
}
.card__heading.is--catalog {
  font-size: 1.55em;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  height: 90px;
}
@media (min-width: 575px) {
  .card__heading.is--catalog {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .card__heading.is--catalog {
    font-size: 1em;
    line-height: 1.45em;
    margin-bottom: 0;
  }
}
.card__heading.is--catalog a {
  color: #333;
}
.card__heading.is--catalog-new {
  max-width: 170px;
  position: absolute;
  top: 35px;
  left: 15px;
  font-size: 1em;
  line-height: 1.34em;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .card__heading.is--catalog-new {
    font-size: 1.33em;
  }
}
@media (min-width: 768px) {
  .card__heading.is--catalog-new {
    max-width: 100%;
    top: inherit;
    left: 15px;
    bottom: 60px;
    right: 25px;
    color: rgba(255, 255, 255, 0);
  }
  .card__item:hover .card__heading.is--catalog-new {
    color: #fff;
    left: 25px;
  }
}
.card__heading.is--catalog-promo {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 13px;
  margin: 24px 0 30px;
}
@media (min-width: 992px) {
  .card__heading.is--catalog-promo {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .card__heading.is--catalog-promo {
    color: #333;
  }
}
@media (min-width: 992px) {
}
.card__heading.is--catalog-promo-primary {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__heading.is--catalog-promo-primary {
    margin-bottom: 30px;
  }
}
.card__heading.is--catalog-search {
  font-size: 1.55em;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card__heading.is--catalog-search {
    font-size: 1em;
    line-height: 1.45em;
    margin-bottom: 0;
  }
}
.card__heading.is--catalog-search a {
  color: #333;
}
.card__heading.is--catalog-card {
  font-weight: 700;
  font-size: 1.85em;
  line-height: 1.375em;
  margin-bottom: 45px;
}
.card__heading.is--catalog-card-sm {
  font-size: 1em;
  line-height: 1.34em;
  margin-bottom: 15px;
  color: #0077b2;
}
@media (min-width: 992px) {
  .card__heading.is--catalog-card-sm {
    font-size: 1.33em;
  }
}
@media (max-width: 767.98px) {
  .card__heading.is--catalog-card-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .card__heading.is--catalog-card {
    font-size: 2.55em;
  }
}
@media (max-width: 767.98px) {
  .card__heading.is--catalog-card {
    display: none;
  }
}
.card__heading.is--catalog-card-desc {
  font-size: 1em;
  line-height: 1.34em;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card__heading.is--catalog-card-desc {
    font-size: 1.33em;
  }
}
.card__heading.is--leasing-adv {
  font-weight: 700;
  font-size: 1.33em;
  line-height: 1.5em;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .card__heading.is--leasing-adv {
    padding-top: 62px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .card__heading.is--leasing-adv {
    font-size: 2em;
    line-height: 1.25em;
  }
}
.card__heading.is--seo {
  font-size: 1.35em;
  line-height: 1.34em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .card__heading.is--seo {
    font-size: 3.111em;
  }
}
.card__heading.is--seo a {
  display: block;
  color: #333;
  padding: 15px 35px 15px 0;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23333'/%3E%3C/svg%3E");
  background-position: right center;
}
.card__heading.is--seo a[aria-expanded="true"] {
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8l1.1 1.1L6 3.2l3.7 3.7 1.1-1.1L6 .9 1 5.8z' fill='%23333'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .card__heading.is--seo a {
    padding: 35px 35px 35px 0;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23333'/%3E%3C/svg%3E");
  }
  .card__heading.is--seo a[aria-expanded="true"] {
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8l1.1 1.1L6 3.2l3.7 3.7 1.1-1.1L6 .9 1 5.8z' fill='%23333'/%3E%3C/svg%3E");
  }
}
.card__heading.is--docs-card {
  font-size: 1.34em;
  line-height: 1.34em;
  color: #545454;
  text-align: center;
}
@media (min-width: 768px) {
  .card__heading.is--docs-card {
    font-size: 1em;
  }
}
.card__item:hover .card__heading.is--docs-card {
  color: #000;
}
.card__heading.is--docs-download {
  color: #333;
  font-weight: 500;
  font-size: 1.34em;
  line-height: 1.34em;
}
@media (min-width: 992px) {
  .card__heading.is--docs-download {
    font-size: 2em;
  }
}
.card__heading.is--finance-card {
  font-weight: 500;
  font-size: 1.32em;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__heading.is--finance-card {
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 700;
  }
}
.card__heading.is--partners-card {
  font-size: 1.37em;
  line-height: 1.2em;
  font-weight: 500;
}
.card__heading.is--adv-card {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 0.899em;
}
@media (min-width: 992px) {
  .card__heading.is--adv-card {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .is--leasing-adv .card__heading.is--adv-card {
    font-size: 2.08em;
    line-height: 130%;
    margin-bottom: 30px;
	max-width: 320px;
  }
}
.card__note.is--navbar {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
  margin-bottom: 34px;
}
.card__note.is--index-header {
  font-size: 1.35em;
}
.card__note.is--index-header div,
.card__note.is--index-header p {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .card__note.is--index-header {
    font-size: 1em;
    line-height: 150%;
  }
  .card__note.is--index-header div,
  .card__note.is--index-header p {
    margin-bottom: 20px;
  }
}
.card__note.is--menedzhment {
  font-weight: 100;
  font-size: 0.89em;
}
.card__note.is--menedzhment div,
.card__note.is--menedzhment p {
  margin-bottom: 25px;
}
.card__note.is--menedzhment div:last-child,
.card__note.is--menedzhment p:last-child {
  margin-bottom: 0;
}
.card__note.is--news {
  display: none;
}
@media (min-width: 768px) {
  .card__note.is--news {
    display: block;
    font-weight: 100;
    font-size: 0.889em;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 75px;
  }
}
.card__note.is--news-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .card__note.is--news-card {
    margin-bottom: 80px;
  }
}
.card__note.is--programm {
  color: #9a9a9a;
  font-size: 0.889em;
  line-height: 150%;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slick-current .card__note.is--programm {
  color: #333;
}
.card__item:hover .card__note.is--programm {
  color: #333;
}
@media (min-width: 992px) {
  .card__note.is--programm {
    font-size: 1em;
    line-height: 1.63em;
  }
}
.card__note.is--reviews {
  font-size: 0.889em;
}
.card__note.is--leasing-adv {
  font-weight: 100;
  font-size: 1.18em;
  line-height: 1.45em;
}
@media (min-width: 768px) {
  .card__note.is--leasing-adv {
    font-size: 1.33em;
    line-height: 1.5em;
    max-width: 620px;
  }
}
.card__note.is--finance-card {
  font-size: 0.889em;
  line-height: 160%;
}
@media (min-width: 992px) {
  .card__note.is--finance-card {
    font-size: 1em;
  }
}
.card__note.is--partners-card {
  font-size: 0.88em;
  line-height: 1.55em;
  padding: 0 15px;
  margin-bottom: 15px;
}
.card__note.is--adv-card {
  font-size: 0.85em;
  line-height: 150%;
}
@media (min-width: 992px) {
  .card__note.is--adv-card {
    font-size: 1em;
    line-height: 160%;
  }
}
.card__sign.is--reviews {
  color: #9a9a9a;
  font-size: 0.889em;
}
.card__video.is--reviews {
  font-size: 0.78em;
}
.card__video.is--reviews a {
  color: #f99f1b;
}
.card__video.is--reviews a:hover {
  color: #ffc266;
}
.card__video.is--reviews a:active {
  color: #f99f1b;
}
.card__date.is--news {
  margin-top: auto;
  color: #989898;
  font-size: 0.77em;
}
@media (max-width: 767.98px) {
  .card__date.is--news {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    color: #9a9a9a;
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 5px;
  }
}
.card__date.is--news-card {
  display: block;
  color: #989898;
  font-size: 0.77em;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .card__date.is--news-card {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.card__date.is--news-sm {
  display: inline-block;
  margin-bottom: 10px;
  color: #989898;
  font-size: 0.77em;
  line-height: 1.35em;
}
.card__date.is--reviews {
  color: #989898;
  font-size: 0.77em;
  white-space: nowrap;
}
.card__date.is--articles {
  display: inline-block;
  color: #989898;
}
@media (min-width: 768px) {
  .card__date.is--articles {
    margin-bottom: 15px;
  }
}
.card__date.is--docs-download {
  display: block;
  margin-bottom: 10px;
  color: #989898;
}
.card__value.is--programm {
  font-size: 0.889em;
  color: rgba(0, 119, 178, 0.5);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-top: auto;
}
.card__value.is--programm span {
  display: block;
  font-weight: 500;
  font-size: 1.778rem;
  line-height: 170%;
  text-transform: uppercase;
}
.card__item:hover .card__value.is--programm {
  color: #f99f1b;
}
@media (max-width: 991.98px) {
  .slick-current .card__value.is--programm {
    color: #f99f1b;
  }
  .card__value.is--programm br {
    display: none;
  }
}
@media (min-width: 992px) {
  .card__value.is--programm {
    font-size: 1em;
  }
  .card__value.is--programm span {
    font-size: 2rem;
    line-height: 128%;
    text-transform: none;
  }
}
.card__value.is--catalog {
  font-weight: 100;
  font-size: 0.88em;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.card__value.is--catalog span {
  font-weight: 500;
}
.card__value.is--catalog.is--type {
  color: #004d99;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card__value.is--catalog.is--type {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0.77em;
  }
}
@media (min-width: 768px) {
  .card__value.is--catalog {
    margin-bottom: 10px;
  }
  .card__value.is--catalog.is--type {
    margin-bottom: 25px;
  }
}
.card__value.is--catalog-new {
  position: absolute;
  top: 30px;
  right: 5px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card__value.is--catalog-new {
    max-width: 170px;
    color: #ffc266;
    font-size: 3.4em;
    line-height: 0.9em;
  }
  .card__value.is--catalog-new::before {
    content: attr(data-text);
  }
  .card__item:nth-child(2n + 1) .card__value.is--catalog-new {
    color: #f99f1b;
  }
}
@media (min-width: 768px) {
  .card__value.is--catalog-new {
    top: 25px;
    right: 15px;
    color: #f99f1b;
    font-size: 0.88em;
  }
}
.card__value.is--catalog-promo {
	font-size: 24px;
	line-height: 32px;
}
.card__value.is--catalog-promo.is--status {
  color: #ffffff;
  background-color: #f99f1b;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 16px 7px 16px;
  border-radius: 8px;
  position: absolute;
  top: 24px;
  right: 28px;
}
@media (min-width: 992px) {
  .card__value.is--catalog-promo {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .card__value.is--catalog-promo {
    color: #333;
  }
  .card__value.is--catalog-promo.is--status {
    color: #ffffff;
    background-color: #f99f1b;
	font-size: 14px;
    line-height: 17px;
    padding: 7px 16px 7px 16px;
    border-radius: 8px;
    position: absolute;
    top: 24px;
    right: 28px;
  }
}
@media (min-width: 992px) {
  .card__value.is--catalog-promo {
    margin-bottom: 25px;
  }
  .card__value.is--catalog-promo.is--cost {
    margin-bottom: 15px;
  }
  .card__value.is--catalog-promo:last-child {
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .card__value.is--catalog-promo.is--status {
  }
}
.card__value.is--catalog-promo-primary {
  font-weight: 500;
  margin-bottom: 11px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .card__value.is--catalog-promo-primary {
    font-size: 2em;
  }
}
.card__value.is--catalog-promo-primary.is--status {
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f99f1b;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 16px 7px 16px;
  border-radius: 8px;
  position: absolute;
  top: 24px;
  right: 28px;
	z-index: 10;
}
@media (min-width: 992px) {
  .card__value.is--catalog-promo-primary {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }
  .card__value.is--catalog-promo-primary.is--cost {
    margin-bottom: 15px;
  }
  .card__value.is--catalog-promo-primary.is--status {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 16px 7px 16px;
	border-radius: 8px;
	position: absolute;
	top: 24px;
	right: 28px;
  }
  .card__value.is--catalog-promo-primary:last-child {
    margin: 0;
  }
}
.card__value.is--catalog-search {
  font-weight: 100;
  font-size: 0.77em;
  line-height: 1.65em;
  margin-bottom: 5px;
}
.card__value.is--catalog-search span {
  font-weight: 700;
}
.card__value.is--catalog-search.is--type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card__value.is--catalog-search.is--type {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 768px) {
  .card__value.is--catalog-search {
    font-size: 0.88em;
    line-height: 1.4em;
    margin-bottom: 12px;
  }
  .card__value.is--catalog-search.is--type {
    margin-bottom: 25px;
  }
}
.card__value.is--catalog-card {
  font-size: 1em;
  line-height: 1.34em;
  color: #989898;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card__value.is--catalog-card {
    font-size: 1.33em;
  }
}
.card__value.is--catalog-card:last-child {
  margin-bottom: 0;
}
.card__value.is--catalog-card.is--btn {
  padding-top: 10px;
  text-align: center;
}
.card__value.is--catalog-card span {
  display: block;
  font-weight: 700;
  color: #333;
  font-size: 1.7em;
  line-height: 1.7em;
}
.card__value.is--catalog-card.is--desc {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  float: right;
  max-width: 100px;
  font-size: 0.88em;
  text-align: left;
}
@media (min-width: 768px) {
  .card__value.is--catalog-card {
    margin-bottom: 45px;
  }
  .card__value.is--catalog-card span {
    font-size: 1.53em;
    line-height: 1.4em;
  }
  .card__value.is--catalog-card.is--btn {
    padding-top: 25px;
  }
  .card__value.is--catalog-card.is--desc {
    display: none;
  }
}
.card__value.is--partners-card {
  font-weight: 400;
  font-size: 0.8em;
  padding: 0 15px;
  margin-top: auto;
  color: #989898;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card__item:hover .card__value.is--partners-card {
  color: #f99f1b;
}
.card__btn.is--catalog {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border: 1px solid #f99f1b;
  background-color: #fff;
  padding: 7px 10px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  background-position: center right 15px;
}
@media (max-width: 767.98px) {
  .card__item:hover .card__btn.is--catalog {
    color: #fff;
    background-color: #f99f1b;
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) {
  .card__btn.is--catalog {
    border-color: #c6e2f7;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
    background-position: center right 20px;
    padding-right: 40px;
  }
  .card__item:hover .card__btn.is--catalog {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-color: #fff;
    background-color: #fff;
    color: #333;
  }
}
.card__btn.is--catalog-promo {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  font-size: 1em;
  line-height: 1.34em;
  background-color: #fff;
  padding: 10px 25px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  background-position: center right 25px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .card__btn.is--catalog-promo {
    font-size: 1.33em;
  }
}
.card__item:hover .card__btn.is--catalog-promo,
.card__item:hover .card__preview.is--catalog-promo img{
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .card__btn.is--catalog-promo {
    padding: 20px 25px;
  }
}
.card__btn.is--catalog-promo-primary {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  font-size: 1em;
  line-height: 1.34em;
  background-color: #fff;
  padding: 10px 25px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  background-position: center right 25px;
}
@media (min-width: 992px) {
  .card__btn.is--catalog-promo-primary {
    font-size: 1.33em;
  }
}
.card__item:hover .card__btn.is--catalog-promo-primary {
  border-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.card__item .card__btn.is--catalog-promo-primary {
  background-color: #fff !important;
}
@media (min-width: 768px) {
  .card__btn.is--catalog-promo-primary {
    padding: 26px 25px;
    max-width: 490px;
    font-size: 1em;
    line-height: 100%;
  }
}
.card__btn.is--catalog-search {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border: 1px solid #f99f1b;
  background-color: #fff;
  padding: 7px 10px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  background-position: center right 15px;
}
@media (min-width: 768px) {
  .card__btn.is--catalog-search {
    border-color: #c6e2f7;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
    background-position: center right 20px;
    padding-right: 40px;
    opacity: 0;
    margin: 20px 20px 30px 0;
    width: calc(100% - 15px);
  }
  .card__item:hover .card__btn.is--catalog-search {
    opacity: 1;
  }
}
.color-card__view {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 5px;
}
.color-card__name {
  font-size: 14px;
  line-height: 20px;
}
.color--white {
  color: #fff !important;
}
.color--white-f6 {
  color: #6f6f6f !important;
}
.color--white-c0 {
  color: silver !important;
}
.color--black {
  color: #000 !important;
}
.color--blue-08 {
  color: #0864aa !important;
}
.color--black-54 {
  color: #545454 !important;
}
.color--default {
  color: #333 !important;
}
.color--primary {
  color: #004d99 !important;
}
.color--primary-l {
  color: #e5f6ff !important;
}
.color--success {
  color: #f99f1b !important;
}
.color--info {
  color: #b5b5bd !important;
}
.color--warning {
  color: #333 !important;
}
.color--danger {
  color: #fff !important;
}
.color--bg-white {
  background-color: #fff;
}
.color--bg-black {
  background-color: #000;
}
.color--bg-default {
  background-color: #333;
}
.color--bg-primary {
  background-color: #004d99;
}
.color--bg-success {
  background-color: #f99f1b;
}
.color--bg-info {
  background-color: #b5b5bd;
}
.color--bg-warning {
  background-color: #333;
}
.color--bg-danger {
  background-color: #fff;
}
.continfo__block.is--email-tel {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .continfo__block.is--email-tel {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .continfo__block.is--email-tel {
    margin-bottom: 55px;
  }
}
.continfo__block.is--office-main {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 27px 23px;
}
@media (max-width: 767.98px) {
  .continfo__block.is--office-main {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .continfo__block.is--office-main {
    padding: 51px 40px;
  }
}
.continfo__block.is--office-card {
  max-width: 340px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.continfo__block.is--office-card > :nth-child(3) {
  margin-top: auto;
}
@media (min-width: 768px) {
  .continfo__block.is--office-card > :last-child {
    line-height: 1.8em;
  }
}
.continfo__header.is--office-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .continfo__header.is--office-main {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.continfo__header.is--office-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .continfo__header.is--office-card {
    margin-bottom: 15px;
  }
}
.continfo__heading.is--office-card {
  font-size: 1.77em;
  line-height: 1.5em;
  padding-right: 15px;
}
.continfo__link.is--office-main {
  font-size: 0.77em;
  line-height: 2.5em;
}
.continfo__link.is--office-main a {
  color: #f99f1b;
}
.continfo__link.is--office-main a:hover {
  color: #ffc266;
}
.continfo__link.is--office-main a:active {
  color: #f99f1b;
}
.continfo__link.is--office-card {
  font-size: 0.77em;
}
.continfo__link.is--office-card a {
  color: #f99f1b;
}
.continfo__link.is--office-card a:hover {
  color: #ffc266;
}
.continfo__link.is--office-card a:active {
  color: #f99f1b;
}
.continfo__link.is--office-card.is--visible-md {
  display: none;
}
@media (max-width: 767.98px) {
  .continfo__link.is--office-card.is--hidden-md {
    display: none;
  }
  .continfo__link.is--office-card.is--visible-md {
    display: block;
  }
}
.continfo__card.is--email-tel {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .continfo__card.is--email-tel {
    margin-bottom: 40px;
  }
}
.continfo__card.is--email-tel:last-child {
  margin-bottom: 0;
}
.continfo__card.is--office-main {
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.continfo__card.is--office-main a {
  color: #333;
}
.continfo__card.is--office-main.is--address {
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .continfo__card.is--office-main.is--address {
    font-size: 0.88em;
  }
}
@media (min-width: 768px) {
  .continfo__card.is--office-main {
    margin-bottom: 17px;
  }
  .continfo__card.is--office-main.is--address {
    margin-bottom: 4vw;
  }
}
.continfo__card.is--office-card {
  margin-bottom: 5px;
  line-height: 1.5em;
  color: #333;
}
.continfo__card.is--office-card a {
  color: #333;
}
@media (min-width: 768px) {
  .continfo__card.is--office-card {
    font-weight: 500;
    margin-bottom: 5px;
  }
  .continfo__card.is--office-card.is--address {
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.continfo__item.is--email-tel {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.34em;
  font-weight: 500;
  color: #333;
}
@media (min-width: 992px) {
  .continfo__item.is--email-tel {
    font-size: 2.22em;
  }
}
@media (min-width: 768px) {
  .continfo__item.is--email-tel {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .continfo__label.is--email-tel {
    font-size: 0.88em;
  }
}
.dropdown__card.is--block-map {
  margin: 0 0 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .dropdown__card.is--block-map {
    z-index: 6;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .dropdown__card.is--block-map {
    font-size: 18px;
    top: 60px;
    max-width: 495px;
  }
}
@media (min-width: 768px) {
  .content-block__panel.is--page-contacts .dropdown__card {
    display: none;
  }
}
.dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  height: 32px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23004d99'/%3E%3C/svg%3E");
  background-position: center right 15px;
  border: 1px solid #fff;
}
.dropdown__toggle[aria-expanded="true"] {
  border-color: #c6e2f7;
}
.dropdown__toggle span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .dropdown__toggle {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .dropdown__toggle {
    height: 48px;
  }
}
.dropdown__toggle.is--xl {
  border-color: #fff;
  height: 40px;
  padding: 5px 45px 5px 25px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23004d99'/%3E%3C/svg%3E");
  background-position: center right 25px;
}
@media (min-width: 1200px) {
  .dropdown__toggle.is--xl {
    height: 72px;
    background-position: center right 35px;
    padding: 5px 65px 5px 45px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23004d99'/%3E%3C/svg%3E");
  }
}
.dropdown__toggle.is--xl[aria-expanded="true"] {
  border-color: #c6e2f7;
}
.dropdown__toggle.is--primary {
  border-color: #fff;
  background-color: #004d99;
  color: #fff;
  font-size: 0.82em;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.dropdown__toggle.is--primary-light {
  background-color: #fff;
  border-color: #c6e2f7;
  color: #878787;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
}
.dropdown__toggle.is--primary-light[aria-expanded="true"] {
  border-color: #004d99;
}
.dropdown__nav {
  width: 100%;
  margin-top: 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 0;
  font-size: 0.88em;
  height: 185px;
  overflow: auto;
}
@media (min-width: 1200px) {
  .form__panel.is--leasing .dropdown__nav {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.dropdown__nav.is--xl {
  height: 215px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 52, 156, 0.25);
  box-shadow: 0 12px 14px 0 rgba(0, 52, 156, 0.25);
}
@media (min-width: 1200px) {
  .dropdown__nav.is--xl {
    padding: 15px 45px;
  }
}
.dropdown__nav.is--primary {
  background-color: #004d99;
  border-color: #fff;
}
.dropdown__nav.is--primary-light {
  background-color: #fff;
  border-color: #004d99;
}
.dropdown__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__nav-item {
  margin-bottom: 10px;
}
.dropdown__nav-item:last-child {
  margin-bottom: 0;
}
.dropdown__nav-link {
  color: #989898;
}
.dropdown__nav-link.is--active {
  color: #004d99;
}
.dropdown__nav-link.is--primary {
  color: #fff;
}
.dropdown__nav-link.is--primary.is--active,
.dropdown__nav-link.is--primary:hover {
  color: #f99f1b;
}
.dropdown__nav-link.is--primary.is--active {
  cursor: default;
}
.footer__block {
  color: #6f6f6f;
  background: #292929;
  padding-top: 25px;
  padding-bottom: 36px;
}
@media print {
  .footer__block {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__block {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.footer__block a {
  color: #6f6f6f;
}
.footer__block a:focus,
.footer__block a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer__row {
    grid-gap: 33px 30px !important;
  }
}
@media (min-width: 768px) {
  @supports (display: grid) {
    .footer__row {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media (min-width: 1200px) {
  @supports (display: grid) {
    .footer__row {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.footer__cols.is--line {
  display: none;
  border: 2px solid #4c4c4c;
  opacity: 0.15;
  margin: 20px 0;
}
.footer__cols.is--nav,
.footer__cols.is--social {
  display: none;
}
.footer__cols.is--copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  .footer__cols.is--nav-default {
    grid-row: 2;
  }
}
@media (min-width: 768px) {
  .footer__cols.is--copyright,
  .footer__cols.is--nav,
  .footer__cols.is--social {
    display: block;
  }
  .footer__cols.is--line {
    display: block;
    grid-column: span 3;
  }
  .footer__cols.is--search {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .footer__cols.is--line {
    margin: 60px 0 45px;
    grid-column: span 4;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  @supports (display: grid) {
    .footer__cols.is--line {
      margin: 25px 0 20px;
    }
  }
  .footer__cols.is--nav-default {
    grid-column: 3;
    margin-left: 25%;
  }
  @supports (display: grid) {
    .footer__cols.is--nav-default {
      margin-left: 0;
    }
  }
}
a.footer__tel {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.7em;
  color: #f99f1b;
  font-weight: 500;
}
@media (min-width: 1200px) {
  a.footer__tel {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.31em;
  }
}
.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88em;
}
.footer__nav li {
  margin-bottom: 8px;
}
.footer__nav.is--xl {
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__nav {
    font-size: 1em;
  }
  .footer__nav.is--xl {
    font-size: 1em;
    line-height: 1.5em;
  }
  .footer__nav.is--xl a {
    color: #989898;
  }
  .footer__nav.is--xl a:hover {
    color: #fff;
  }
  .footer__nav.is--xl li {
    margin-bottom: 0.75em;
  }
  .footer__nav li.is--hidden {
    display: none;
  }
}
.footer__logo {
  width: 65px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 85px;
    margin: 0 0 15px 0;
  }
}
.footer__copyright {
  font-size: 0.889em;
  line-height: 180%;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 1em;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1230px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .grid__row {
    display: grid;
    grid-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .grid__row {
    grid-gap: 30px 16px;
  }
}
.grid__row.is--aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid__row.is--jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid__row.is--columns-2 {
  grid-template-columns: 100%;
}
@media (min-width: 575px) {
  .grid__row.is--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid__row.is--columns-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid__row.is--columns-2 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 575px) {
  .grid__row.is--columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid__row.is--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 575px) {
  .grid__row.is--columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid__row.is--columns-4 > .is--full {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .grid__row.is--columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid__row.is--columns-4 > .is--full {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .grid__row.is--columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid__row.is--columns-4 > .is--full {
    grid-column: span 4;
  }
}
@media (min-width: 575px) {
  .grid__row.is--columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid__row.is--columns-5 > .is--full {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .grid__row.is--columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid__row.is--columns-5 > .is--full {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .grid__row.is--columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid__row.is--columns-5 > .is--full {
    grid-column: span 5;
  }
}
.grid__row.is--columns-6 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .grid__row.is--columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid__row.is--columns-6 > .is--full {
    grid-column: span 2;
  }
}
.grid__row.is--gap-lg {
  grid-gap: 45px 30px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row.is--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row.is--jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.is--jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.is--jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.is--jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.is--jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.is--aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.is--aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.row.is--gutter {
  margin-top: -30px;
}
.row.is--gutter > .cols {
  padding-top: 30px;
}
.row.is--gutter15 {
  margin-top: -15px;
}
.row.is--gutter15 > .cols {
  padding-top: 15px;
}
.row.is--gutter10 {
  margin-top: -10px;
}
.row.is--gutter10 > .cols {
  padding-top: 10px;
}
@media (min-width: 575px) {
  .row.is--cols-3 > .cols {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
.cols {
  padding-left: 15px;
  padding-right: 15px;
}
.form__panel.is--leasing {
  position: relative;
  background-color: #0077b2;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .form__panel.is--leasing {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form__panel.is--leasing {
    padding-top: 2.9vw;
    padding-bottom: 6.66vw;
  }
}
.form__panel.is--leasing-base {
  position: relative;
  z-index: 1;
  padding: 25px 55px;
}
.form__panel.is--leasing-base::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0077b2;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  .form__panel.is--leasing-base.is--md-open {
    padding: 0;
    display: none;
  }
  .form__panel.is--leasing-base.is--md-open.is--visible {
    display: block;
  }
  .form__panel.is--leasing-base.is--md-open::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .form__panel.is--leasing-base {
    font-size: 16px;
    max-width: 375px;
  }
  .card__wrap.is--seo .form__panel.is--leasing-base {
    display: none;
  }
}
@media (min-width: 992px) {
  .form__panel.is--leasing-base {
    padding: 35px 0 50px 100px;
  }
  .form__panel.is--leasing-base::before {
    left: 30px;
    right: 70px;
  }
}
.form__panel.is--leasing-order {
  position: relative;
  background-color: #fff;
  padding: 16px 16px 25px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.5);
  box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.5);
}
@media (min-width: 992px) {
  .form__panel.is--leasing-order {
    background-color: #fff;
    min-height: 370px;
    padding: 40px;
    -webkit-box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
  }
  .form__panel.is--leasing-order.is--sm {
    min-height: 250px;
  }
}
.form__panel.is--vacancies {
  background-color: #0077b2;
}
@media (max-width: 767.98px) {
  .form__panel.is--vacancies {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .form__panel.is--vacancies .page-header__heading {
    text-align: center;
  }
  .form__panel.is--vacancies .page-header__heading:nth-child(2) {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .form__panel.is--vacancies {
    padding-top: 2.9vw;
    padding-bottom: 4.1vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form__panel.is--partners {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .form__panel.is--partners {
    margin-bottom: 73px;
  }
}
.form__panel.is--inline {
  padding: 25px 0;
  position: relative;
  margin-bottom: 40px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.form__panel.is--inline::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0077b2;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 92%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 92%, 0 100%);
}
.form__tabs.is--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  font-size: 0.88em;
  line-height: 0.91em;
}
@media (min-width: 992px) {
  .form__tabs.is--login {
    margin-bottom: 30px;
  }
}
.form__tabs-item.is--login + * {
  margin-left: 35px;
}
.form__tabs-item.is--login.active > * {
  color: #f99f1b;
}
.form__tabs-link.is--login {
  color: #6f6f6f;
}
.form__tabs-link.is--login:hover {
  color: #f99f1b;
}
.form__container {
  position: relative;
  z-index: 2;
}
.form__container.is--vacancies {
  max-width: 550px;
}
@media (min-width: 768px) {
  .form__container.is--vacancies {
    padding: 35px 50px;
    border: 2px solid rgba(60, 145, 230, 0.3);
  }
}
@media (min-width: 992px) {
  .form__container.is--vacancies {
    max-width: 795px;
    padding: 35px 185px 75px;
  }
}
.form__bg {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__bg.is--leasing {
  display: none;
}
@media (min-width: 768px) {
  .form__bg.is--leasing {
    display: block;
    position: absolute;
    opacity: 0.1;
    top: 50%;
    right: -30%;
    width: 500px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .form__bg.is--leasing.is--result {
    right: -10%;
  }
}
@media (min-width: 1200px) {
  .form__bg.is--leasing {
    width: 614px;
    right: 20px;
  }
  .form__bg.is--leasing.is--result {
    right: 16%;
  }
}
.form__bg.is--leasing-base {
  display: none;
}
@media (min-width: 768px) {
  .form__bg.is--leasing-base {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0.2;
    bottom: 7%;
    right: -100%;
    width: 265px;
  }
  .form__bg.is--leasing-base.is--result {
    right: -37%;
  }
}
@media (min-width: 992px) {
  .form__bg.is--leasing-base {
    bottom: 7%;
    right: -100%;
    width: 295px;
  }
  .form__bg.is--leasing-base.is--result {
    right: -7%;
  }
}
.form__bg.is--leasing-order {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  bottom: 12%;
  right: -100%;
  width: 195px;
}
.form__bg.is--leasing-order.is--result {
  right: 4%;
}
@media (min-width: 992px) {
  .form__bg.is--leasing-order {
    bottom: 7%;
    width: 235px;
  }
}
.form__bg.is--inline {
  right: -50%;
  opacity: 0.2;
  position: absolute;
  width: 277px;
  height: 147px;
  top: 50%;
}
.form__bg.is--inline.is--result {
  right: -30%;
}
.form__wrap {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__wrap.is--leasing-base {
  background-color: #fff;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  padding: 35px 18px;
}
@media (max-width: 767.98px) {
  .form__wrap.is--leasing-base.is--md-open {
    position: relative;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 15px 18px;
    min-height: 100%;
  }
  .form__wrap.is--leasing-base.is--md-open::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .form__wrap.is--leasing-base {
    padding: 30px 25px 40px;
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
  }
}
.form__wrap.is--hidden {
  opacity: 0;
}
.form__wrap.is--inline {
  background-color: #fff;
  max-width: 260px;
  margin: 0 auto;
  padding: 35px 15px;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 94%, 0 100%);
  clip-path: polygon(0 7%, 100% 0, 100% 94%, 0 100%);
}
.form__result {
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__result.is--visible {
  z-index: 1;
  opacity: 1;
}
.form__result.is--leasing-base {
  background-color: #fff;
  top: 25px;
  left: 55px;
  right: 55px;
  bottom: 25px;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  padding: 35px 18px;
}
@media (max-width: 767.98px) {
  .form__result.is--leasing-base.is--md-open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 15px 18px;
    min-height: 100%;
  }
  .form__result.is--leasing-base.is--md-open::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .form__result.is--leasing-base {
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    top: 40px;
    left: 100px;
    right: 0;
    bottom: 60px;
    padding: 30px 15px 40px 30px;
  }
}
.form__result.is--leasing-order {
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .form__result.is--leasing-order {
    padding: 25px;
  }
}
.form__result.is--vacancies {
  background-color: #004d99;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .form__result.is--vacancies {
    padding: 35px 50px;
  }
}
@media (min-width: 992px) {
  .form__result.is--vacancies {
    padding: 35px 185px 75px;
  }
}
.form__result.is--inline {
  background-color: #fff;
  max-width: 260px;
  margin: 0 auto;
  padding: 35px 15px;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 94%, 0 100%);
  clip-path: polygon(0 7%, 100% 0, 100% 94%, 0 100%);
}
.form__result-img {
  color: #0864aa;
  max-width: 335px;
  height: 335px;
  margin: 0 auto;
}
.form__result-img svg {
  display: block;
}
.form__step.is--leasing-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin: 0 -16px;
}
@media (min-width: 992px) {
  .form__step.is--leasing-order {
    font-weight: 400;
    margin-bottom: 40px;
    margin-left: -15px;
  }
}
.form__step-item {
  padding: 0;
}
@media (max-width: 991.98px) {
  .form__step-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
.form__step-link.is--leasing-order {
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 7px 15px;
  cursor: pointer;
  color: #9a9a9a;
}
.form__step-link.is--leasing-order.is--active {
  cursor: default;
  color: #333;
  background-color: #fff;
}
@media (min-width: 992px) {
  .form__step-link.is--leasing-order {
    padding: 0 25px 0 15px;
    background-repeat: no-repeat;
    background-size: 7px 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%239A9A9A'/%3E%3C/svg%3E");
    background-position: right 5px;
  }
  .form__step-link.is--leasing-order.is--active {
    cursor: default;
    color: #004d99;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: 7px 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23004d99'/%3E%3C/svg%3E");
  }
  .form__step-item:last-child .form__step-link.is--leasing-order {
    background: 0 0;
  }
}
.form__step-pane.is--leasing-order {
  display: none;
}
.form__step-pane.is--leasing-order.is--active {
  display: block;
}
.form__row.is--leasing {
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .form__row.is--leasing {
    max-width: 850px;
    margin: 0 -2%;
  }
  .form__row.is--leasing > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.33%;
    flex: 0 1 29.33%;
    margin: 0 2% 25px;
  }
  .form__row.is--leasing > :nth-child(2) {
    margin-right: 29.33%;
  }
  .form__row.is--leasing > :nth-child(5) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 248px;
  }
  @supports (display: grid) {
    .form__row.is--leasing {
      grid-gap: 25px 30px;
      margin: 0;
      grid-template-columns: repeat(3, 1fr);
    }
    .form__row.is--leasing > * {
      margin: 0;
    }
    .form__row.is--leasing > :nth-child(2) {
      margin-right: 0;
    }
    .form__row.is--leasing > :nth-child(3) {
      grid-row: 2;
      grid-column: 1;
    }
    .form__row.is--leasing > :nth-child(4) {
      grid-row: 2;
      grid-column: 2;
    }
    .form__row.is--leasing > :nth-child(5) {
      grid-row: 2;
      grid-column: 3;
    }
  }
}
.form__row.is--leasing-base {
  grid-gap: 20px 16px;
  grid-template-columns: 100%;
}
.form__row.is--leasing-base .btn__item {
  margin-top: 10px;
  max-width: 100%;
  min-width: auto;
}
@media (min-width: 992px) {
  .form__row.is--leasing-base > * {
    margin: 0 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  @supports (display: grid) {
    .form__row.is--leasing-base {
      grid-gap: 25px 16px;
    }
    .form__row.is--leasing-base > * {
      margin: 0;
    }
  }
  .form__row.is--leasing-base .btn__item {
    margin-top: 15px;
    max-width: 200px;
  }
}
.form__row.is--leasing-order {
  grid-template-columns: 100%;
  grid-gap: 24px 16px;
  margin: 0 -16px;
  padding: 25px 16px 5px;
  background-color: #fff;
}
.form__row.is--leasing-order .form__item.is--agreement {
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .form__row.is--leasing-order .btn__item {
    margin-top: 8px;
    padding: 8px 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .form__row.is--leasing-order .form__item.is--agreement {
    margin-top: -10px;
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .form__row.is--leasing-order {
    margin: 0 -2%;
    padding: 0;
  }
  .form__row.is--leasing-order > * {
    margin: 0 2% 23px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
  }
  .form__row.is--leasing-order > .btn__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 37%;
    flex: 1 1 37%;
  }
  @supports (display: grid) {
    .form__row.is--leasing-order {
      margin: 0;
      grid-gap: 23px 30px;
      grid-template-columns: repeat(2, 1fr);
    }
    .form__row.is--leasing-order > * {
      margin: 0;
    }
  }
}
.form__row.is--vacancies {
  grid-gap: 25px 15px;
}
@media (max-width: 767.98px) {
  .form__row.is--vacancies {
    grid-template-columns: repeat(2, 1fr);
  }
  .form__row.is--vacancies > * {
    grid-column: span 2;
  }
  .form__row.is--vacancies > :nth-child(8),
  .form__row.is--vacancies > :nth-child(9) {
    grid-column: span 1;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .form__row.is--vacancies {
    margin: 0 -2%;
  }
  .form__row.is--vacancies > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    margin: 0 2% 25px;
  }
  .form__row.is--vacancies > :nth-child(1),
  .form__row.is--vacancies > :nth-child(2),
  .form__row.is--vacancies > :nth-child(3),
  .form__row.is--vacancies > :nth-child(6),
  .form__row.is--vacancies > :nth-child(7) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 96%;
    flex: 1 1 96%;
  }
  .form__row.is--vacancies > :last-child {
    justify-self: flex-end;
    min-width: 150px;
    max-width: 46%;
  }
  @supports (display: grid) {
    .form__row.is--vacancies {
      grid-template-columns: repeat(2, 1fr);
      margin: 0;
    }
    .form__row.is--vacancies > * {
      margin: 0;
    }
    .form__row.is--vacancies > :nth-child(1),
    .form__row.is--vacancies > :nth-child(2),
    .form__row.is--vacancies > :nth-child(3),
    .form__row.is--vacancies > :nth-child(6),
    .form__row.is--vacancies > :nth-child(7) {
      grid-column: span 2;
    }
    .form__row.is--vacancies > :last-child {
      max-width: 100%;
    }
  }
}
.form__row.is--partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px 0;
}
@media (min-width: 768px) {
  .form__row.is--partners {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.form__row.is--partners > * {
  margin: 12px 12px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.form__row.is--partners > .btn__item.is--reset,
.form__row.is--partners > .btn__item.is--submit {
  max-width: calc(50% - 24px);
}
@media (min-width: 768px) {
  .form__row.is--partners > .form__item {
    max-width: 345px;
  }
  .form__row.is--partners > .btn__item.is--reset,
  .form__row.is--partners > .btn__item.is--submit {
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .form__row.is--partners > .btn__item.is--submit {
    max-width: 250px;
  }
  .form__row.is--partners > .btn__item.is--reset {
    max-width: 190px;
  }
}
.form__row.is--inline {
  grid-gap: 10px;
}
.form__item {
  position: relative;
}
.form__item.is--catalog-filter.is--open {
  height: 480px;
  overflow: auto;
}
.form__item.is--login {
  margin-bottom: 15px;
}
.form__item.is--login:last-of-type {
  margin-bottom: 0;
}
.form__item.is--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.form__item.is--filter .select2-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto !important;
}
.is--page-articles .form__item.is--filter .select2-container {
  width: auto !important;
  min-width: 160px;
}
.form__item:not(.is--filter) .select2-container {
  width: 100% !important;
  max-width: 100%;
}
.form__item.is--error::before {
  content: attr(data-error);
  position: absolute;
  color: #ff7a7a;
  font-weight: 100;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 16px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.form__item.is--error .select2-selection {
  border-color: #ff7a7a;
}
.form__item.is--error.is--inline:before {
  display: none;
}
.form__label.is--filter {
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .form__label.is--filter {
    font-size: 1.33em;
  }
}
.form__control {
  width: 100%;
  font-weight: 400;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  height: 32px;
  padding: 5px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 13px;
  line-height: 25px;
  line-height: 22px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__control[type="number"],
.form__control[type="text"] {
  -webkit-appearance: none;
}
.form__control[type="number"]::-webkit-inner-spin-button,
.form__control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__control[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__control::-moz-placeholder {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #878787;
  font-size: 13px;
  line-height: 19px;
}
.form__control::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #878787;
  font-size: 13px;
  line-height: 23px;
}
.form__control:focus {
  outline: 0;
  border-color: #004d99;
  background-color: #fff;
  color: #333;
}
textarea.form__control {
  height: 65px;
  padding: 5px 15px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
}
@media (min-width: 768px) {
  textarea.form__control {
    padding: 10px 15px;
  }
}
textarea.form__control:focus {
  border-color: #004d99;
}
select.form__control {
  height: 32px;
  padding: 5px 30px 5px 15px;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
  background-position: center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #878787;
}
select.form__control::-ms-expand {
  display: none;
}
.form__control.is--navbar {
  height: 32px;
  border-color: #6f6f6f;
  background-color: #292929;
  padding: 2px 36px 2px 18px;
  color: #f99f1b;
  font-size: 14px;
  line-height: 32px;
}
.form__control.is--navbar::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 32px;
}
.form__control.is--navbar::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 32px;
}
.form__control.is--navbar:focus {
  border-color: #f99f1b;
}
@media (min-width: 1200px) {
  .form__control.is--navbar {
    color: #292929;
    background-color: #fff;
    border-color: #e9e9e9;
  }
  .form__control.is--navbar::-moz-placeholder {
    color: #b3b3b3;
  }
  .form__control.is--navbar::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .form__control.is--navbar:focus {
    border-color: #f99f1b;
  }
}
.form__control.is--primary {
  background-color: #0077b2;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
}
.form__control.is--primary::-moz-placeholder {
  color: #fff;
}
.form__control.is--primary::-webkit-input-placeholder {
  color: #fff;
}
.is--leasing .form__control.is--primary {
  background-color: #0077b2;
}
@media (min-width: 768px) {
  .form__control.is--primary {
    font-size: 0.95em;
  }
  .form__control.is--primary::-moz-placeholder {
    font-size: 0.95em;
  }
  .form__control.is--primary::-webkit-input-placeholder {
    font-size: 0.95em;
  }
}
.form__control.is--primary:focus {
  border-color: #f99f1b;
}
select.form__control.is--primary {
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.form__control.is--primary-light {
  background-color: #fff;
  border-color: #c6e2f7;
}
.form__control.is--primary-light:focus {
  border-color: #004d99;
}
.form__control.is--success-black {
  background-color: #292929;
  border-color: #f99f1b;
  color: #fff;
}
.form__control.is--success-black:focus {
  color: #fff;
}
@media (max-width: 767.98px) {
  .form__panel.is--leasing-base .form__control {
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .form__control.is--search {
    height: 40px;
  }
}
.is--error .form__control {
  border-color: #ff7a7a;
}
@media (min-width: 992px) {
  .form__control {
    font-size: 18px;
    line-height: 25px;
    height: 48px;
    padding: 10px 15px;
  }
  .form__control::-moz-placeholder {
    font-size: 18px;
    line-height: 19px;
  }
  .form__control::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 19px;
  }
  select.form__control {
    height: 48px;
  }
}
.form__btn.is--login .btn__item {
  width: 100%;
}
.form__btn.is--login .btn__item + * {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .form__btn.is--search {
    display: none;
  }
}
.form__text.is--login {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 19px;
  font-size: 0.66em;
  line-height: 1.5em;
}
.form__text.is--login a {
  color: #9aa0ac;
}
.form__text.is--login a:hover {
  color: #f99f1b;
}
.form__text.is--agreement {
  font-size: 14px;
  line-height: 18px;
}
.form__text.is--agreement.is--primary {
  color: #f99f1b;
}
.form__file {
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px dashed #004d99;
  background-color: #fff;
  border-radius: 10px;
  font-size: 0.88em;
  text-align: center;
}
@media (min-width: 768px) {
  .form__file {
    padding: 20px;
  }
}
.form__file.is--primary {
  background-color: #0077b2;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__file.is--primary:hover {
  border-color: #f99f1b;
}
.form__file-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.form__radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #333;
}
.form__radio + .form__radio {
  margin-top: 5px;
}
.form__radio-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.form__radio-box {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #333;
  box-shadow: 0 0 0 1px #333;
  margin-right: 8px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__radio-input:focus + .form__radio-box {
  background-color: #004d99;
  -webkit-box-shadow: 0 0 0 1px #004d99, 0 0 0 3px #f99f1b;
  box-shadow: 0 0 0 1px #004d99, 0 0 0 3px #f99f1b;
}
.form__radio-input:checked + .form__radio-box {
  background-color: #004d99;
  -webkit-box-shadow: 0 0 0 1px #004d99;
  box-shadow: 0 0 0 1px #004d99;
}
.form__radio-input:checked:focus + .form__radio-box {
  background-color: #004d99;
  -webkit-box-shadow: 0 0 0 1px #004d99, 0 0 0 3px #f99f1b;
  box-shadow: 0 0 0 1px #004d99, 0 0 0 3px #f99f1b;
}
.form__radio-input:checked:disabled + .form__radio-box,
.form__radio-input:disabled + .form__radio-box {
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__radio-icon path {
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-transform-origin: center;
  transform-origin: center;
  fill: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__radio-input:checked + * .form__radio-icon path,
.form__radio-input:focus:checked + * .form__radio-icon path {
  -webkit-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  fill: #fff;
}
.form__radio-input:disabled:checked + * .form__radio-icon path {
  fill: #fff;
}
.form__checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__checkbox + .form__checkbox {
  margin-top: 5px;
}
.form__checkbox.is--primary {
  color: #f99f1b;
}
.form__checkbox.is--success {
  color: #f99f1b;
}
.form__checkbox.is--sm {
  font-size: 0.65em;
  line-height: 1.4em;
}
.form__checkbox.is--catalog-filter + .form__checkbox.is--catalog-filter {
  margin-top: 20px;
}
.form__checkbox sup {
  font-weight: 100;
  color: #f99f1b;
  margin-left: 10px;
}
.form__checkbox.is--hidden {
  display: none;
}
.form__checkbox.is--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__panel.is--vacancies .form__checkbox {
  color: #fff;
}
.form__checkbox-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.form__checkbox-icon {
  position: relative;
  margin-top: 10px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin-right: 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid #989898;
}
.form__checkbox-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23333'/%3E%3C/svg%3E");
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form__checkbox-input:checked + .form__checkbox-icon::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.form__checkbox-input:checked:disabled + .form__checkbox-icon,
.form__checkbox-input:disabled + .form__checkbox-icon {
  border-color: #dbdbdb;
}
.form__checkbox-icon.is--primary {
  background-color: #0077b2;
  border-color: #f99f1b;
}
.form__checkbox-icon.is--primary::after {
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.form__panel.is--vacancies .form__checkbox-icon {
  background-color: #0077b2;
  border-color: #fff;
}
.form__panel.is--vacancies .form__checkbox-icon::after {
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.form__checkbox-icon.is--success {
  border-color: #f99f1b;
}
.form__checkbox-icon.is--success::after {
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.form__search {
  position: relative;
}
@media (min-width: 992px) {
  .form__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__search.is--navbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 175px;
  height: 32px;
}
@media (min-width: 1200px) {
  .form__search.is--navbar {
    width: 245px;
  }
}
.form__search.is--page-vacancies {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .form__search.is--page-vacancies {
    margin-bottom: 20px;
  }
}
.form__search.is--page-catalog {
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .form__search-input input {
    padding-right: 45px;
  }
}
@media (min-width: 992px) {
  .form__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-right: 30px;
  }
}
.form__search-input.is--navbar {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: block !important;
  height: 100% !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.form__search-input.is--page-404 {
  margin: 0;
}
.form__search-input.is--page-404 input {
  height: 32px;
  padding: 5px 45px 5px 15px;
  font-size: 13px;
  line-height: 19px;
}
@media (max-width: 767.98px) {
  .form__search-input.is--page-404 input {
    height: 40px;
  }
}
.form__search-input.is--page-404 input::-moz-placeholder {
  font-size: 13px;
  line-height: 19px;
}
.form__search-input.is--page-404 input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 19px;
}
.form__search-btn button {
  min-width: 155px;
}
@media (max-width: 991.98px) {
  .form__search-btn {
    display: none;
  }
}
.form__search-btn.is--page-404 {
  display: none;
}
.form__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #004d99;
}
@media (min-width: 992px) {
  .form__search-icon {
    display: none;
  }
}
.form__search-icon.is--success-black {
  color: #f99f1b;
}
.form__search-icon.is--navbar {
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  padding: 8px;
  color: #989898;
}
.form__search-icon.is--navbar[data-toggle="collapse"] {
  display: none;
}
@media (max-width: 991.98px) {
  .form__search-icon.is--navbar[type="submit"] {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .form__search-icon.is--navbar[data-toggle="collapse"] {
    z-index: 3;
    display: block;
  }
  .form__search-input.in + .form__search-icon.is--navbar[data-toggle="collapse"] {
    z-index: 2;
  }
}
.form__search-icon.is--navbar:hover {
  color: #4aadf7;
}
.form__search-icon.is--page-404 {
  display: block;
  width: 32px;
  height: 32px;
  padding: 8px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .form__search-icon.is--page-404 {
    height: 40px;
  }
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container {
  display: inline-block;
  position: relative;
}
.select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  height: 32px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23004d99'/%3E%3C/svg%3E");
  background-position: center right 15px;
  border: 1px solid #fff;
  cursor: pointer;
}
.select2-selection[aria-expanded="true"] {
  border-color: #c6e2f7;
}
@media (max-width: 991.98px) {
  .select2-selection {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .select2-selection {
    height: 48px;
  }
}
.select2-selection.is--primary {
  border-color: #fff;
  background-color: #0077b2;
  color: #fff;
  font-size: 0.82em;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.select2-selection.is--primary-light {
  border-color: #c6e2f7;
  color: #878787;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
}
.select2-selection.is--primary-light[aria-expanded="true"] {
  border-color: #004d99;
}
.select2-selection.is--inline {
  border-color: rgba(255, 255, 255, 0);
  padding: 0;
  color: #636363;
  padding: 0 20px 0 0;
  margin-left: 5px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .select2-selection.is--inline {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .select2-selection.is--inline {
    font-size: 1.33em;
  }
}
.select2-search {
  display: block;
  display: none;
  padding: 15px;
}
.select2-dropdown.is--inline .select2-search {
  display: none;
}
.select2-search__field {
  width: 100%;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  height: 32px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 25px;
}
.select2-search__field[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-dropdown.is--primary-light .select2-search__field {
  background-color: #fff;
  border-color: #c6e2f7;
}
.select2-dropdown.is--primary-light .select2-search__field:focus {
  border-color: #004d99;
}
.select2-dropdown.is--primary .select2-search__field {
  background-color: #004d99;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .select2-dropdown.is--primary .select2-search__field {
    font-size: 0.95em;
  }
  .select2-dropdown.is--primary .select2-search__field::-moz-placeholder {
    font-size: 0.95em;
  }
  .select2-dropdown.is--primary .select2-search__field::-webkit-input-placeholder {
    font-size: 0.95em;
  }
}
.select2-dropdown.is--primary .select2-search__field:focus {
  border-color: #f99f1b;
}
.select2-dropdown {
  font-size: 0.88em;
  background-color: #fff;
  border: 1px solid #c6e2f7;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1000;
  margin-top: -1px;
}
.select2-dropdown.is--primary {
  background-color: #0077b2;
  border-color: #fff;
}
.select2-dropdown.is--primary-light {
  border-color: #004d99;
}
.select2-dropdown.is--inline {
  border-color: rgba(255, 255, 255, 0);
  min-width: 160px;
  left: 100%;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-results {
  position: relative;
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px;
  max-height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select2-dropdown.is--inline .select2-results__options {
  padding: 15px;
}
.select2-results__option {
  display: list-item;
  margin-bottom: 10px;
  color: #989898;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.select2-results__option--highlighted,
.select2-results__option:hover {
  color: #333;
}
.select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-results__option[aria-disabled="true"] {
  color: rgba(152, 152, 152, 0.5);
}
.is--inline .select2-results__option {
  text-align: right;
}
.select2-dropdown.is--primary .select2-results__option {
  color: #fff;
}
.select2-dropdown.is--primary .select2-results__option--highlighted,
.select2-dropdown.is--primary .select2-results__option:hover {
  color: #f99f1b;
}
.select2-dropdown.is--primary .select2-results__option[aria-disabled="true"] {
  color: rgba(255, 255, 255, 0.5);
}
.header-block__block {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .header-block__block {
    padding-top: 155px;
    padding-bottom: 155px;
    background-attachment: fixed;
    max-height: 960px;
    height: 100vh;
  }
}
.header-block__slick {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header-block__slick * {
  width: 100%;
  height: 100%;
}
.header-block__slick img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-block__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.header-block__panel {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-block__panel {
    position: absolute;
    top: 53%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
.header-block__heading {
  font-family: magistral-700;
  text-align: center;
  color: #fff;
  font-size: calc((100vw - 320px) / (767 - 320) * (34 - 26) + 26px);
  line-height: calc((100vw - 320px) / (767 - 320) * (38 - 30) + 30px);
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .header-block__heading {
    font-size: calc((100vw - 768px) / (1680 - 768) * (60 - 38) + 38px);
    line-height: calc((100vw - 768px) / (1680 - 768) * (60 - 38) + 38px);
  }
}
.header-block__heading-small {
  text-align: center;
  font-size: 1em;
  line-height: 1.34em;
  margin-bottom: 35px;
  color: #fff;
}
@media (min-width: 992px) {
  .header-block__heading-small {
    font-size: 1.33em;
  }
}
@media (max-width: 767.98px) {
  .header-block__heading-small br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-block__heading-small {
    margin-bottom: 1.8vw;
  }
}
.header-block__btn {
  text-align: center;
}
.header-block__btn .btn__item {
  color: #000;
}
.header-block__scrollto {
  display: none;
}
@media (min-width: 1200px) {
  .header-block__scrollto {
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2.4vw;
    color: #fff;
    width: 28px;
    height: 50px;
    -webkit-animation: scroll 1.5s infinite ease-in-out;
    animation: scroll 1.5s infinite ease-in-out;
  }
  .header-block__scrollto:hover {
    color: #fff;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.map__block {
  position: relative;
}
.map__map {
  width: 100%;
  height: 300px;
}
@media (min-width: 575px) {
  .map__map {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .map__map {
    height: 590px;
  }
}
.map__map.is--block-map {
  height: 660px;
}
.map__container {
  position: relative;
}
@media (max-width: 767.98px) {
  .map__container {
    position: absolute;
    z-index: 1;
    top: 30px;
  }
}
.map__panel {
  display: none;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .map__panel {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .map__panel {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    display: block;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .map__panel {
    top: 65px;
    left: 15px;
    padding: 55px 45px;
    max-width: 495px;
  }
}
.map__panel.is--block-map {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map__panel.is--block-map {
    top: 90px;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .map__panel.is--block-map {
    top: 155px;
  }
}
.map__item {
  font-weight: 500;
  line-height: 1.56em;
  margin-bottom: 10px;
}
.map__item.is--address {
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map__item {
    margin-bottom: 15px;
  }
  .map__item.is--address {
    margin-bottom: 30px;
  }
}
.map__heading {
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .map__heading {
    font-size: 1.335em;
    line-height: 1.34em;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .map__heading {
    font-size: 2em;
  }
}
.modal-open {
  overflow: hidden;
}
.modal__block {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal__block {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-open .modal__block {
    overflow-y: hidden;
  }
}
.modal__dialog {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  width: auto;
  margin: 0 15px;
  max-width: 590px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -100%;
}
.modal__block.in .modal__dialog {
  left: 0;
}
@media (min-width: 768px) {
  .modal__dialog {
    margin: 0 auto;
    left: inherit;
  }
  .modal__block.in .modal__dialog {
    left: inherit;
  }
}
.modal__body {
  position: relative;
}
.modal__inner {
  position: relative;
  padding: 16px 16px 25px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.5);
  box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.5);
}
@media (min-width: 992px) {
  .modal__inner {
    background-color: #fff;
    padding: 20px 25px 25px;
    -webkit-box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 12px 34px 0 rgba(0, 52, 156, 0.25);
  }
}
.modal__inner div,
.modal__inner iframe,
.modal__inner p {
  margin-bottom: 10px;
}
.modal__inner iframe {
  border: 0;
  width: 100%;
}
.modal__btn-close {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  color: #333;
  width: 34px;
  height: 34px;
  padding: 13px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.modal__btn-close svg {
  display: block;
}
.modal__btn-close:hover {
  color: #f99f1b;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 940;
  background-color: #333;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.navbar__block {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .navbar__block {
    position: absolute;
    -webkit-box-shadow: 0 1px 6px 0 rgba(203, 203, 203, 0.4);
    box-shadow: 0 1px 6px 0 rgba(203, 203, 203, 0.4);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .navbar__block.is--opacity {
    opacity: 0;
  }
  .navbar__block.is--fixed {
    position: fixed;
  }
  .navbar__block.is--scroll {
    opacity: 1;
  }
  html.is--open-navbar .navbar__block {
    -webkit-box-shadow: 0 1px 6px 0 rgba(203, 203, 203, 0);
    box-shadow: 0 1px 6px 0 rgba(203, 203, 203, 0);
  }
}
.navbar__header {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .navbar__header {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 52, 156, 0.25);
  }
}
@media (min-width: 1200px) {
  .navbar__header {
    display: none;
  }
}
.navbar__header-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navbar__header-cols.is--hamb {
    margin-left: 25px;
  }
}
.navbar__header-cols.is--icon {
  display: none;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .navbar__header-cols.is--icon {
    display: block;
  }
}
.navbar__header-icon {
  display: block;
  width: 19px;
  height: 16px;
  padding: 0;
  color: #989898;
}
.navbar__header-icon:focus,
.navbar__header-icon:hover {
  color: #4aadf7;
}
.navbar__header-icon:active {
  color: #3c91e6;
}
.navbar__header-icon-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.navbar__header-icon-row > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1200px) {
  .navbar__header-icon-row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .navbar__header-icon-row > * {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.navbar__container.is--collapse {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .navbar__container.is--collapse {
    background: #292929;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar__container.is--dropdown {
    padding: 0;
  }
}
.navbar__logotip {
  display: block;
  width: 100%;
  max-width: 90px;
  height: 32px;
}
@media (min-width: 1200px) {
  .navbar__logotip {
    max-width: 135px;
    height: 50px;
  }
  .navbar__block.is--scroll .navbar__logotip {
    display: none;
  }
  .navbar__logotip-xs {
    display: block;
    display: none;
    width: 56px;
    height: 56px;
    margin-top: -15px;
  }
  .navbar__block.is--scroll .navbar__logotip-xs {
    display: block;
  }
}
.navbar__logotip img {
  height: 100%;
}
.navbar__hamburger {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
@media (min-width: 1200px) {
  .navbar__hamburger {
    color: #004d99;
  }
  .navbar__hamburger::before {
    content: attr(data-name);
    margin-right: 10px;
  }
  .navbar__hamburger:hover {
    color: #4aadf7;
  }
  .navbar__hamburger.is--active,
  .navbar__hamburger:active {
    color: #4aadf7;
  }
}
.navbar__hamburger-icon {
  width: 24px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
@media (min-width: 1200px) {
  .navbar__hamburger-icon {
    height: 9px;
  }
}
.navbar__hamburger-line {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar__hamburger.is--active .navbar__hamburger-line {
  background-color: #3c91e6;
}
.navbar__hamburger.is--active .navbar__hamburger-line.is--left {
  -webkit-transform: translate(0, 7px) rotate(-135deg);
  transform: translate(0, 7px) rotate(-135deg);
  -webkit-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.navbar__hamburger-line.is--center {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
.navbar__hamburger.is--active .navbar__hamburger-line.is--center {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar__hamburger.is--active .navbar__hamburger-line.is--right {
  -webkit-transform: translate(0, -7px) rotate(135deg);
  transform: translate(0, -7px) rotate(135deg);
  -webkit-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
@media (max-width: 1199.98px) {
  .navbar__collapse {
    position: fixed;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    top: 62px;
    right: -300px;
    width: 300px;
    height: calc(100vh - 62px);
  }
  .navbar__collapse.is--open {
    right: 0;
  }
  .navbar__collapse.is--open {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 574.98px) {
  .navbar__collapse {
    right: -100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar__collapse {
    position: relative;
    width: 100%;
    background-color: #fff;
  }
}
.navbar__collapse-inner {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .navbar__collapse-inner {
    height: 100%;
    overflow: auto;
  }
}
.navbar__collapse-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .navbar__collapse-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0 0;
  }
  .navbar__block.is--scroll .navbar__collapse-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.navbar__collapse-cols.is--btn,
.navbar__collapse-cols.is--line,
.navbar__collapse-cols.is--logotip {
  display: none;
}
.navbar__collapse-cols.is--navbar-xs {
  margin-bottom: 20px;
}
.navbar__collapse-cols.is--icon {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .navbar__collapse-cols.is--logotip {
    display: block;
    margin-right: 40px;
  }
  .navbar__collapse-cols.is--navbar-xs {
    margin-bottom: 0;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--navbar-xs {
    display: none;
  }
  .navbar__collapse-cols.is--icon {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-left: auto;
    margin-bottom: 0;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--icon {
    display: none;
  }
  .navbar__collapse-cols.is--line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 16px -15px;
    padding: 0;
    height: 1px;
    border: 0;
    background-color: #e9e9e9;
    border-radius: 0.5px;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--line {
    display: none;
  }
  .navbar__collapse-cols.is--navbar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--navbar {
    margin-top: 16px;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--btn {
    display: block;
    margin-left: 20px;
  }
  .navbar__block.is--scroll .navbar__collapse-cols.is--btn .btn__item {
    white-space: nowrap;
    font-size: 0.779em;
    line-height: 1.1em;
    margin-top: -16px;
    min-width: 190px;
  }
}
@media (min-width: 1700px) {
  .navbar__collapse-cols.is--line {
    margin: 16px -50px;
  }
}
.navbar__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.33em;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .navbar__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.889em;
    line-height: 1em;
    margin: 0 -20px;
  }
  .navbar__nav.is--full {
    margin: 0;
  }
}
.navbar__nav-item {
  margin-bottom: 20px;
}
.navbar__nav-item .dropdown-backdrop {
  display: none;
}
.navbar__nav-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar__nav-item {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .navbar__nav-item.is--full {
    padding: 0;
    position: static;
  }
  .navbar__nav-item.is--full:first-child {
    margin-left: -7.5px;
  }
  .navbar__nav-item.dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .navbar__nav-item.dropdown.open .navbar__nav-dropdown {
    display: none;
  }
  .navbar__nav-item.dropdown:hover .navbar__nav-dropdown {
    visibility: visible;
    display: block;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.navbar__nav-link {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: 400;
  color: #6f6f6f;
  display: inline-block;
}
.navbar__nav-link:hover {
  color: #fff;
}
.navbar__nav-link:hover::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar__nav-link:focus::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar__nav-item.dropdown:hover .navbar__nav-link,
.navbar__nav-item.is--active .navbar__nav-link,
.navbar__nav-item.open .navbar__nav-link {
  color: #f99f1b;
}
.navbar__nav-item.is--active .navbar__nav-link {
  cursor: default;
}
@media (min-width: 1200px) {
  .navbar__nav-link {
    color: #989898;
    padding: 5px 0;
  }
  .navbar__nav-item.dropdown .navbar__nav-link {
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23989898'/%3E%3C/svg%3E");
    background-position: right center;
  }
  .navbar__nav-item.dropdown:hover .navbar__nav-link {
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8l1.1 1.1L6 3.2l3.7 3.7 1.1-1.1L6 .9 1 5.8z' fill='%23f99f1b'/%3E%3C/svg%3E");
  }
  .navbar__nav-item.dropdown:hover .navbar__nav-link,
  .navbar__nav-item.is--active .navbar__nav-link,
  .navbar__nav-item.open .navbar__nav-link,
  .navbar__nav-link:hover {
    color: #f99f1b;
  }
  .navbar__nav-link.is--full {
    color: #292929;
    margin-top: -16px;
    padding: 34px 7.5px 32px;
  }
  .navbar__nav-link.is--full::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f99f1b;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .navbar__nav-item.dropdown .navbar__nav-link.is--full {
    padding-right: 7.5px;
    background: 0 0;
  }
  .navbar__nav-item.dropdown:hover .navbar__nav-link.is--full,
  .navbar__nav-item.is--active .navbar__nav-link.is--full,
  .navbar__nav-item.open .navbar__nav-link.is--full,
  .navbar__nav-link.is--full:hover {
    color: #292929;
  }
  .navbar__nav-item.dropdown:hover .navbar__nav-link.is--full::after,
  .navbar__nav-item.is--active .navbar__nav-link.is--full::after,
  .navbar__nav-item.open .navbar__nav-link.is--full::after,
  .navbar__nav-link.is--full:hover::after {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;

    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar__block.is--scroll .navbar__nav-link span {
    display: none;
  }
  .navbar__block.is--scroll .navbar__nav-link.is--full {
    padding-bottom: 40px;
  }
  .navbar__block.is--scroll .navbar__nav-link::before {
    display: block;
    content: attr(data-short);
    font-weight: 400;
    font-size: 0.889em;
  }
}
.navbar__nav-dropdown {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  padding: 15px;
  background: 0 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .navbar__nav-dropdown {
    position: relative;
  }
  .navbar__nav-dropdown.is--search {
    margin-left: 0;
  }
  .navbar__nav-dropdown.is--full {
    top: 0;
    margin-left: 15px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar__nav-dropdown {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    opacity: 0;
    z-index: -1;
  }
  .navbar__nav-dropdown.is--full {
    display: block;
    visibility: hidden;
    padding: 30px 0 66px;
    margin: 0;
    width: 100%;
    top: 100%;
    left: 0;
    border: 0;
    border-top: 1px solid #f6f6f6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar__nav-item.open .navbar__nav-dropdown {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
    z-index: 1;
  }
}
.navbar__nav-dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .navbar__nav-dropdown-row {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar__nav-dropdown-row {
    margin: 0 -1.5%;
  }
  .navbar__nav-dropdown-row > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 13.66%;
    flex: 1 1 13.66%;
    margin: 0 1.5%;
  }
  .navbar__nav-dropdown-row > :nth-child(1),
  .navbar__nav-dropdown-row > :nth-child(2) {
    padding-top: 16px;
  }
  .navbar__nav-dropdown-row > :nth-child(1),
  .navbar__nav-dropdown-row > :nth-child(2),
  .navbar__nav-dropdown-row > :nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30.333%;
    flex: 1 1 30.333%;
  }
  @supports (display: grid) {
    .navbar__nav-dropdown-row {
      margin: 0;
      grid-gap: 16px;
      padding-left: 57px;
      grid-template-columns: repeat(6, 1fr);
    }
    .navbar__nav-dropdown-row > * {
      margin: 0;
    }
    .navbar__nav-dropdown-row > :nth-child(1),
    .navbar__nav-dropdown-row > :nth-child(2),
    .navbar__nav-dropdown-row > :nth-child(3) {
      grid-column: span 2;
    }
  }
}
.navbar__nav-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.33em;
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .navbar__nav-dropdown-menu {
    font-size: 1em;
    line-height: 1.2em;
  }
  .navbar__nav-dropdown-menu.is--full {
    font-size: 1.33em;
  }
}
.navbar__nav-dropdown-item {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .navbar__nav-dropdown-item {
    margin-bottom: 1.22em;
  }
}
.navbar__nav-dropdown-item:last-child {
  margin-bottom: 0;
}
.navbar__nav-dropdown-link {
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #6f6f6f;
}
.navbar__nav-dropdown-item.is--active .navbar__nav-dropdown-link,
.navbar__nav-dropdown-link:hover {
  color: #f99f1b;
}
.navbar__nav-dropdown-item.is--active .navbar__nav-dropdown-link {
  cursor: default;
}
@media (min-width: 1200px) {
  .navbar__nav-dropdown-link {
    color: #292929;
  }
  .navbar__nav-dropdown-item.is--active .navbar__nav-dropdown-link,
  .navbar__nav-dropdown-link:hover {
    color: #f99f1b;
  }
}
.page-header__panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header__panel.is--page-securities {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-header__panel.is--page-securities {
    margin-bottom: 45px;
  }
}
.page-header__panel.is--page-investors-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  margin-bottom: 30px;
}
.page-header__panel.is--page-investors-docs > :nth-child(1) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-header__panel.is--page-investors-docs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 40px;
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .page-header__panel.is--page-investors-docs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-header__panel.is--page-investors-docs > :nth-child(1) {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 574.98px) {
  .page-header__panel > .cols {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.page-header__panel > .cols:nth-child(2) {
  margin-left: auto;
  justify-self: flex-end;
  min-width: 410px;
  text-align: right;
}
@supports (display: grid) {
  .page-header__panel > .cols:nth-child(2) {
    min-width: 0;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .page-header__panel > .cols.is--back {
    display: none;
  }
}
.page-header__heading sup {
  font-weight: 100;
  color: #f99f1b;
  font-size: 55%;
  top: -1.15em;
}
.page-header__heading.is--block-news {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.33em;
  line-height: 1.34em;
}
@media (min-width: 768px) {
  .page-header__heading.is--block-news {
    margin-bottom: 53px;
  }
}
@media (min-width: 992px) {
  .page-header__heading.is--block-news {
    font-size: 3.111em;
  }
}
.page-header__heading.is--index-products {
  font-weight: 500;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .page-header__heading.is--index-products {
    font-size: 3.25em;
    margin-bottom: 45px;
  }
}
.page-header__heading.is--index-adv {
  padding-right: 60px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .page-header__heading.is--index-adv {
    margin-bottom: 61px;
    padding-right: 0;
  }
}
.page-header__heading.is--index-catalog {
  color: #2996cc;
  font-size: 1.35em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-header__heading.is--index-catalog {
    margin-bottom: 5px;
    font-size: 3.2em;
  }
}
.page-header__heading.is--index-order {
  margin-bottom: 20px;
  font-size: 3.111em;
}
@media (min-width: 768px) {
  .page-header__heading.is--index-order {
    font-size: 3.23em;
    line-height: 105%;
  }
}
.page-header__heading.is--index-order-note {
  font-weight: 400;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .page-header__heading.is--index-order-note {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.page-header__heading.is--index-order-value {
  position: relative;
  z-index: 2;
  font-size: 4em;
  line-height: 1.33em;
}
@media (min-width: 768px) {
  .page-header__heading.is--index-order-value {
    font-size: 3.15em;
    line-height: 140%;
  }
}
.page-header__heading.is--page-default {
  font-size: 1.35em;
  line-height: 1.34em;
  font-weight: 500;
  color: #0077b2;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-default {
    font-size: 3.111em;
  }
}
@media (min-width: 992px) {
  .page-header__heading.is--page-default {
    margin-bottom: 30px;
  }
}
.page-header__heading.is--page-contacts {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-contacts {
    margin-bottom: -18px;
  }
}
.page-header__heading.is--page-vacancies-card-sm {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-vacancies-card-sm {
    margin-bottom: 45px;
  }
}
.page-header__heading.is--page-investors-info {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .page-header__heading.is--page-investors-info {
    font-size: 1.52em;
  }
}
@media (min-width: 768px) {
  .page-header__heading.is--page-investors-info {
    margin-bottom: 30px;
  }
}
.page-header__heading.is--page-investors-info-note {
  font-weight: 400;
  max-width: 680px;
  line-height: 1.54em;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .page-header__heading.is--page-investors-info-note {
    font-size: 1em;
    margin-bottom: 85px;
  }
}
.page-header__heading.is--page-investors-docs {
  font-weight: 500;
  line-height: 100%;
}
.page-header__heading.is--page-investors-docs-note {
  font-size: 1.35em;
  line-height: 150%;
}
@media (min-width: 768px) {
  .page-header__heading.is--page-investors-docs-note {
    font-size: 1em;
    line-height: 160%;
  }
}
.page-header__heading.is--page-investors-finance {
  margin-bottom: 10px;
  font-size: 1.36em;
  line-height: 140%;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-investors-finance {
    margin-bottom: 30px;
    font-size: 3.18em;
    line-height: 1.2em;
  }
}
.page-header__heading.is--page-investors-finance-note {
  color: #2996cc;
  font-size: 0.889em;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-investors-finance-note {
    margin-bottom: 100px;
    font-size: 1em;
  }
}
.page-header__heading.is--page-investors-adv-card {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 1.38em;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-investors-adv-card {
    margin-bottom: 75px;
    font-size: 3.2em;
  }
}
.page-header__heading.is--page-catalog-header {
  font-size: 2em;
  line-height: 1.388em;
}
@media (min-width: 1200px) {
  .page-header__heading.is--page-catalog-header {
    font-size: 2.56em;
  }
}
@media (min-width: 768px) {
  .page-header__heading.is--page-catalog-header-sm {
    display: none;
  }
}
.page-header__heading.is--page-catalog-card-adv {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .page-header__heading.is--page-catalog-card-adv {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .page-header__heading.is--page-catalog-card-adv {
    margin-bottom: 15px;
  }
}
.page-header__heading.is--page-securities-sm {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-securities-sm {
    margin-bottom: 20px;
  }
}
.page-header__heading.is--page-partners {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-partners {
    margin-bottom: 35px;
  }
}
.page-header__heading.is--page-404 {
  color: #6f6f6f;
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}
.page-header__heading.is--page-404-xl {
  color: #6f6f6f;
  font-weight: 700;
  font-size: 11.2em;
  line-height: 0.9em;
  text-align: center;
}
@media (min-width: 992px) {
  .page-header__heading.is--page-404-xl {
    font-size: 12.7em;
    line-height: 0.95em;
  }
}
@media (min-width: 992px) {
  .page-header__heading.is--page-404 {
    font-size: 1.78em;
  }
}
.page-header__heading.is--leasing-header {
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-header {
    font-size: 3.25em;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.page-header__heading.is--leasing-header-sm {
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-header-sm {
    font-size: 1em;
    line-height: 1.55em;
    margin-bottom: 215px;
  }
}
.page-header__heading.is--leasing-header-value {
  font-weight: 400;
  font-size: 2.1em;
  line-height: 1.6em;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.page-header__heading.is--leasing-header-value span {
  font-weight: 700;
  display: block;
  font-size: 1.9em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page-header__heading.is--leasing-header-value {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-header-value {
    font-size: 2em;
    line-height: 200%;
  }
  .page-header__heading.is--leasing-header-value span {
    font-size: 150%;
  }
}
.page-header__heading.is--leasing-condition {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-condition {
    font-size: 36px;
  }
}
.page-header__heading.is--leasing-condition-sm {
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
  max-width: 420px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-condition-sm {
    font-size: 1em;
    margin-bottom: 57px;
  }
}
.page-header__heading.is--leasing-formaliz {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-header__heading.is--leasing-formaliz {
    margin-bottom: 28px;
  }
}
.page-header__heading.is--leasing-adv {
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 1.35em;
}
@media (min-width: 992px) {
  .page-header__heading.is--leasing-adv {
    margin-bottom: 65px;
    font-size: 2.06em;
    line-height: 1.39em;
  }
}
.page-header__heading.is--leasing-catalog {
  color: #2996cc;
  font-size: 1.35em;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .page-header__heading.is--leasing-catalog {
    margin-bottom: 5px;
    font-size: 3.2em;
  }
}
.page-header__heading.is--leasing-conditions {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-header__heading.is--leasing-conditions {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-header__heading.is--catalog-screen {
    margin-bottom: 0;
  }
}
.page-header__heading.is--catalog-device {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .page-header__heading.is--catalog-device {
    display: none;
  }
}
.page-header__heading.is--catalog-card-programm {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-header__heading.is--catalog-card-programm {
    margin-bottom: 5.1vw;
  }
}
@media (max-width: 767.98px) {
  .page-header__heading.is--form-leasing {
    font-size: 1.72em;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .page-header__heading.is--form-leasing {
    margin-bottom: 15px;
  }
}
.page-header__heading.is--form-leasing-xs {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .page-header__heading.is--form-leasing-xs {
    margin-bottom: 2.3vw;
    line-height: 1.5em;
  }
}
.page-header__heading.is--form-leasing-base {
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-header__heading.is--form-leasing-base {
    margin-bottom: 10px;
  }
}
.page-header__heading.is--form-leasing-base-xs {
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-header__heading.is--form-leasing-base-xs {
    font-size: 1em;
    line-height: 135%;
  }
}
.page-header__heading.is--form-leasing-base-result {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-header__heading.is--form-leasing-base-result {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .page-header__heading.is--form-leasing-base-result {
    margin-bottom: 15px;
    font-size: 2em;
  }
}
.page-header__heading.is--form-leasing-order {
  margin-bottom: 15px;
}
/*@media (min-width: 992px) {
  .page-header__heading.is--form-leasing-order {
    border-bottom: 1px solid #e5f6ff;
    padding-bottom: 20px;
  }
}*/
.page-header__heading.is--form-leasing-order-result {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-header__heading.is--form-leasing-order-result {
    margin-bottom: 10px;
  }
}
.page-header__heading.is--form-leasing-order-result-note {
  max-width: 450px;
  font-size: 0.88em;
  line-height: 1.55em;
  margin-bottom: 20px;
}
.page-header__heading.is--form-inline-xs {
  font-size: 0.79em;
  line-height: 1.47em;
  margin-bottom: 20px;
}
.page-header__heading.is--form-inline-note {
  font-size: 0.79em;
  line-height: 1.47em;
}
.page-header__heading.is--modal-default {
  margin-bottom: 20px;
}
.page-header__heading.is--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header__heading.is--line::after,
.page-header__heading.is--line::before {
  content: "";
  height: 1px;
  background-color: #e5f6ff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.page-header__heading.is--line::before {
  margin-right: 15px;
}
.page-header__heading.is--line::after {
  margin-left: 15px;
}
.pagination__list {
  list-style: none;
  padding: 0;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pagination__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination__item {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination__link {
  display: block;
  color: #989898;
  text-align: center;
  font-weight: 500;
  padding: 0 5px;
  min-width: 26px;
}
.pagination__link.is--next,
.pagination__link.is--prev {
  min-width: 13px;
}
.pagination__link.is--prev {
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23989898'/%3E%3C/svg%3E");
  background-position: center 4px;
}
.pagination__link.is--prev:hover {
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  background-position: center 4px;
}
.pagination__link.is--next {
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23989898'/%3E%3C/svg%3E");
  background-position: center 4px;
}
.pagination__link.is--next:hover {
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  background-position: center 4px;
}
.pagination__link:hover {
  color: #f99f1b;
}
.pagination__item.is--active .pagination__link {
  color: #f99f1b;
  cursor: default;
}
.social__block.is--index-header {
  display: none;
}
@media (min-width: 768px) {
  .social__block.is--index-header {
    display: block;
    position: absolute;
    bottom: 107px;
    right: 64px;
  }
}
@media (min-width: 1200px) {
  .social__block.is--index-header {
    right: 40px;
  }
}
@media (min-width: 1700px) {
  .social__block.is--index-header {
    right: 15px;
  }
}
.social__block.is--footer {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .social__block.is--footer {
    padding-top: 20px;
  }
}
.social__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.social__row.is--index-header {
  margin: 0 -12px;
}
.social__cols {
  padding-left: 10px;
  padding-right: 10px;
}
.social__cols.is--index-header {
  padding: 0 12px;
}
.social__item {
  display: block;
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .social__item {
    width: 24px;
    height: 24px;
  }
}
.social__item,
.social__item:focus {
  color: #004d99;
}
.social__item:hover {
  color: #f99f1b;
}
.social__item svg {
  display: block;
}
.social__item.is--index-header,
.social__item.is--index-header:focus {
  color: #989898;
}
.social__item.is--index-header:hover {
  color: #f99f1b;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media (max-width: 767.98px) {
  .table-responsive {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  border: 0;
  line-height: 1.15em;
  margin-bottom: 0;
}
.table.is--page-vacancies {
  margin-bottom: 25px;
}
.table.is--page-vacancies thead tr td,
.table.is--page-vacancies thead tr th {
  font-size: 14px;
}
.table.is--page-vacancies tr td,
.table.is--page-vacancies tr th {
  color: #989898;
}
.table.is--page-vacancies a {
  color: #333;
  font-weight: 700;
}
.table.is--page-vacancies a:hover {
  color: #004d99;
}
.table.is--page-vacancies a:active {
  color: #3c91e6;
}
@media (max-width: 767.98px) {
  .table.is--page-vacancies {
    margin-bottom: 30px;
    line-height: 1.25em;
  }
  .table.is--page-vacancies thead {
    display: none;
  }
  .table.is--page-vacancies tr {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px;
  }
  .table.is--page-vacancies tr:first-child {
    border-top: 1px solid #e9e9e9;
  }
  .table.is--page-vacancies tr td,
  .table.is--page-vacancies tr th {
    display: block;
    padding: 0;
    border: 0 !important;
    margin-bottom: 15px;
  }
  .table.is--page-vacancies tr td:last-child,
  .table.is--page-vacancies tr th:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .table.is--page-vacancies {
    margin-bottom: 3vw;
  }
}
@media print {
  .table * {
    color: #000;
  }
}
.table caption {
  caption-side: bottom;
}
.table thead tr td,
.table thead tr th {
  text-align: left;
  border: 0;
  border-left: 0;
  color: #989898;
  padding: 20px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-top: 0;
  vertical-align: middle;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .table thead tr td,
  .table thead tr th {
    padding-left: 0;
  }
}
.table thead tr td small,
.table thead tr th small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
}
.table thead tr:last-child td,
.table thead tr:last-child th {
  border-bottom: 1px solid #e9e9e9;
}
.table tr td,
.table tr th {
  border: 0;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  padding: 30px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.table tr td div,
.table tr td p,
.table tr th div,
.table tr th p {
  margin: 0;
}
.table tr td[colspan],
.table tr th[colspan] {
  background-color: #fff;
}
@media (min-width: 768px) {
  .table tr td,
  .table tr th {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive .table tr td,
  .table-responsive .table tr th {
    white-space: nowrap;
  }
}
.table tr:last-child td,
.table tr:last-child th {
  border-bottom: 1px solid #e9e9e9;
}
@media print {
  .table tr:last-child td,
  .table tr:last-child th {
    border-bottom-color: #000;
  }
}
@media (max-width: 767.98px) {
  .tabs__panel.is--page-contacts {
    font-size: 14px;
  }
}
.tabs__row.is--page-contacts {
  grid-gap: 20px 15px;
}
@media (min-width: 575px) {
  .tabs__row.is--page-contacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .tabs__row.is--page-contacts {
    margin: 0 -2%;
  }
  .tabs__row.is--page-contacts > * {
    margin: 0 2% 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 29.333%;
    flex: 1 1 29.333%;
  }
  @supports (display: grid) {
    .tabs__row.is--page-contacts {
      margin: 0;
      grid-gap: 40px 16px;
      grid-template-columns: repeat(3, 1fr);
    }
    .tabs__row.is--page-contacts > * {
      margin: 0;
    }
  }
}
.tabs__nav {
  list-style: none;
  padding: 0;
  margin: -10px -11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991.98px) {
  .tabs__nav.is--block-adv {
    display: none;
  }
}
.tabs__nav.is--page-contacts {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tabs__nav.is--page-contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px -0.5vw 3vw;
  }
}
@media (max-width: 991.98px) {
  .tabs__nav.is--default {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .tabs__nav.is--default {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -10px -16px 3.8vw;
  }
}
.tabs__nav.is--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .tabs__nav.is--column {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tabs__nav.is--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .tabs__nav.is--column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.tabs__controls.is--block-adv {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (min-width: 992px) {
  .tabs__controls.is--block-adv {
    display: none;
  }
}
.tabs__controls-btn {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  margin: 0 3px;
}
.tabs__controls-btn.is--prev {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23333'/%3E%3C/svg%3E");
}
.tabs__controls-btn.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
}
.tabs__item {
  padding: 10px 11px 0;
}
@media (max-width: 767.98px) {
  .tabs__item.is--page-contacts {
    min-width: 36px;
  }
}
@media (min-width: 992px) {
  .tabs__item.is--page-contacts {
    padding: 10px 0.5vw 0;
  }
}
@media (min-width: 992px) {
  .tabs__item.is--default {
    padding: 10px 16px 0;
  }
}
@media (min-width: 992px) {
  .tabs__item.is--column {
    padding: 0;
    margin-bottom: 15px;
  }
  .content-block__panel.is--leasing-conditions .tabs__item.is--column {
    margin-bottom: 25px;
  }
  .tabs__item.is--column:last-child {
    margin-bottom: 0;
  }
}
.tabs__link {
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.tabs__link.is--page-contacts {
  font-size: 1.335em;
  line-height: 1.34em;
  color: #989898;
  font-weight: 400;
}
@media (min-width: 992px) {
  .tabs__link.is--page-contacts {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .tabs__link.is--page-contacts {
    font-weight: 500;
  }
}
.tabs__item.active .tabs__link.is--page-contacts,
.tabs__link.is--page-contacts:hover {
  color: #f99f1b;
}
.tabs__item.active .tabs__link.is--page-contacts {
  cursor: default;
}
.tabs__link.is--default {
  opacity: 0.3;
}
.tabs__link.is--default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0077b2;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.tabs__item.active .tabs__link.is--default,
.tabs__link.is--default:hover {
  color: #0077b2;
  opacity: 1;
}
.tabs__item.active .tabs__link.is--default::after,
.tabs__link.is--default:hover::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tabs__link.is--default {
    padding-bottom: 10px;
  }
  .tabs__link.is--default::after {
    bottom: 3px;
    height: 4px;
  }
}
.tabs__pane {
  display: none;
}
.tabs__pane.active {
  display: block;
}
.tabs__pane.is--block-adv {
  position: relative;
  top: 0;
  left: 0;
}
.text__container {
  margin: 0 auto;
  max-width: 1015px;
}
.text__block {
  line-height: 1.67em;
}
.text__block div,
.text__block p {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .text__block div,
  .text__block p {
    margin-bottom: 30px;
  }
}
.text__block .table,
.text__block ol,
.text__block ul {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text__block .table,
  .text__block ol,
  .text__block ul {
    margin-bottom: 25px;
  }
}
.text__block h2,
.text__block h3,
.text__block h4,
.text__block h5 {
  margin-bottom: 15px;
}
.text__block h2 {
  margin-bottom: 25px;
}
.text__block h4 {
  margin-bottom: 20px;
}
.text__block h5 {
  margin-bottom: 20px;
  color: #000;
}
.text__block ol > li {
  margin-bottom: 15px;
}
.text__block ol.is--counts {
  counter-reset: list;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.text__block ol.is--counts > li {
  margin-left: 32px;
  padding-left: 0;
  position: relative;
}
.text__block ol.is--counts > li::before {
  counter-increment: list;
  content: counter(list) ")";
  color: #4aadf7;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  min-width: 25px;
  margin-right: 7px;
  margin-left: -32px;
}
.text__block ol.is--counts > li > ul {
  padding-top: 15px;
}
.text__block ul > li {
  margin-bottom: 15px;
}
.text__block ul.is--styled {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
.text__block ul.is--styled > li {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-bottom: 3px;
}
.text__block ul.is--styled > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #4aadf7;
  border-radius: 50%;
}
ol.olist-custom {
  margin-left: 0;
}
ol.olist-custom,
ol.olist-custom li {
  list-style: none;
}
ol.olist-custom > li::marker {
  display: none;
}
.text__block ol.olist-custom > li::before,
ol.olist-custom > li::before {
  content: counter(list) ".";
  color: inherit;
}
@media (min-width: 768px) {
  .text__block ul.is--styled > li::before {
    top: 9px;
  }
}
.text__block :last-child {
  margin-bottom: 0;
}
.text__block * + h2 {
  padding-top: 10px;
}
.text__block * + h3 {
  padding-top: 25px;
}
.text__block * + h4 {
  padding-top: 20px;
}
.text__block * + h5 {
  padding-top: 25px;
}
.text__block * + blockquote {
  margin-top: 30px;
}
.text__block .table-responsive {
  padding-top: 0;
  border: 0;
  margin-bottom: 25px;
}
.text__block.is--index-products {
  color: #fff;
  font-weight: 400;
  font-size: 1.18em;
  line-height: 170%;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .text__block.is--index-products {
    text-align: left;
    font-size: 1em;
    line-height: 1.58em;
    margin-bottom: 35px;
    min-height: 168px;
  }
  .text__block.is--half-columns {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
}
.text__block.is--page-vacancies {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .text__block.is--page-vacancies div,
  .text__block.is--page-vacancies p,
  .text__block.is--page-vacancies ul {
    font-size: 0.88em;
  }
  .text__block.is--page-vacancies div,
  .text__block.is--page-vacancies p {
    line-height: 1.6em;
  }
}
.text__block.is--page-vacancies div,
.text__block.is--page-vacancies p {
  margin-bottom: 22px;
}
.text__block.is--page-vacancies h3 {
  font-weight: 700;
  margin-bottom: 60px;
}
.text__block.is--page-vacancies picture {
  display: block;
  margin-bottom: 30px;
}
.text__block.is--page-vacancies ul {
  margin-bottom: 45px;
}
.text__block.is--page-vacancies ul.is--styled li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 16px;
}
.text__block.is--page-vacancies ul.is--styled li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 50px;
  background-color: #e9e9e9;
  border-radius: 0;
}
.text__block.is--page-vacancies * + ul {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .text__block.is--page-vacancies {
    margin-bottom: 65px;
  }
  .text__block.is--page-vacancies * + ul {
    margin-top: 27px;
  }
  .text__block.is--page-vacancies picture {
    margin-bottom: 63px;
  }
  .text__block.is--page-vacancies div,
  .text__block.is--page-vacancies p {
    margin-bottom: 16px;
  }
  .text__block.is--page-vacancies ul {
    margin-bottom: 40px;
  }
  .text__block.is--page-vacancies ul.is--styled li {
    padding-left: 95px;
  }
  .text__block.is--page-vacancies ul.is--styled li::before {
    width: 80px;
  }
}
.text__block.is--page-vacancies-card {
  font-weight: 100;
  max-width: 880px;
}
@media (max-width: 767.98px) {
  .text__block.is--page-vacancies-card {
    font-size: 12px;
  }
}
.text__block.is--page-vacancies-card div,
.text__block.is--page-vacancies-card p {
  position: relative;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.text__block.is--page-vacancies-card h2,
.text__block.is--page-vacancies-card h3,
.text__block.is--page-vacancies-card h4,
.text__block.is--page-vacancies-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.text__block.is--page-vacancies-card * + h3 {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .text__block.is--page-vacancies-card div,
  .text__block.is--page-vacancies-card p {
    margin-bottom: 20px;
    padding-left: 90px;
    font-size: 1.33em;
    line-height: 1.5em;
  }
  .text__block.is--page-vacancies-card h2,
  .text__block.is--page-vacancies-card h3,
  .text__block.is--page-vacancies-card h4,
  .text__block.is--page-vacancies-card h5 {
    margin-bottom: 35px;
  }
  .text__block.is--page-vacancies-card h2 + ::before,
  .text__block.is--page-vacancies-card h3 + ::before,
  .text__block.is--page-vacancies-card h4 + ::before,
  .text__block.is--page-vacancies-card h5 + ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 80px;
    background-color: #e9e9e9;
  }
  .text__block.is--page-vacancies-card * + h3 {
    padding-top: 40px;
  }
}
.text__block.is--leasing-formaliz {
  max-width: 620px;
}
.text__block.is--leasing-formaliz div,
.text__block.is--leasing-formaliz p {
  position: relative;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.text__block.is--leasing-formaliz h2,
.text__block.is--leasing-formaliz h3,
.text__block.is--leasing-formaliz h4,
.text__block.is--leasing-formaliz h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.text__block.is--leasing-formaliz * + h3 {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .text__block.is--leasing-formaliz div,
  .text__block.is--leasing-formaliz p {
    margin-bottom: 30px;
    padding-left: 90px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .text__block.is--leasing-formaliz h2,
  .text__block.is--leasing-formaliz h3,
  .text__block.is--leasing-formaliz h4,
  .text__block.is--leasing-formaliz h5 {
    margin-bottom: 35px;
  }
  .text__block.is--leasing-formaliz h2 + ::before,
  .text__block.is--leasing-formaliz h3 + ::before,
  .text__block.is--leasing-formaliz h4 + ::before,
  .text__block.is--leasing-formaliz h5 + ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 80px;
    background-color: #a2cae5;
  }
  .text__block.is--leasing-formaliz * + h3 {
    padding-top: 50px;
  }
}
/*.text__block.is--leasing-conditions {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 30px 25px;
}*/
.text__block.is--leasing-conditions div,
.text__block.is--leasing-conditions p {
  margin-bottom: 15px;
}
.text__block.is--leasing-conditions h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.text__block.is--leasing-conditions hr {
  border-top: 2px solid #e9e9e9;
  margin-bottom: 25px;
}
.text__block.is--leasing-conditions * + hr {
  margin-top: 25px;
}
.text__block.is--leasing-conditions * + h3 {
  padding-top: 0;
}
.text__block.is--leasing-conditions blockquote {
  font-size: 0.889em;
  border: 0;
  border-top: 2px solid #e9e9e9;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  color: #989898;
}
.text__block.is--leasing-conditions * + blockquote {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .text__block.is--leasing-conditions {
    font-size: 13px;
  }
}
.text__block.is--leasing-conditions ul.is--styled > li {
  padding-left: 0;
}
.text__block.is--leasing-conditions ul.is--styled > li::before {
  display: none;
}
@media (min-width: 992px) {
  /*.text__block.is--leasing-conditions {
    padding: 50px 45px 30px;
  }*/
  .text__block.is--leasing-conditions div,
  .text__block.is--leasing-conditions p {
    margin-bottom: 10px;
  }
  .text__block.is--leasing-conditions h3 {
    margin-bottom: 30px;
  }
  .text__block.is--leasing-conditions hr {
    margin-bottom: 55px;
  }
  .text__block.is--leasing-conditions * + hr {
    margin-top: 65px;
  }
  .text__block.is--leasing-conditions blockquote {
    padding-top: 30px;
    font-size: 1em;
    line-height: 160%;
    margin: 0 0 20px;
  }
  .text__block.is--leasing-conditions * + blockquote {
    margin-top: 100px;
  }
}
.text__block.is--catalog-card {
  font-weight: 100;
}
@media (min-width: 768px) {
  .text__block.is--catalog-card {
    max-width: 590px;
  }
}
.text__block.is--catalog-card blockquote {
  margin: 0;
  padding: 0;
  font-size: 0.88em;
  line-height: 1.6em;
  font-style: normal;
  border: 0;
  padding-top: 10px;
  max-width: 350px;
}
.text__block.is--block-adv {
  font-weight: 400;
}
.text__block.is--block-adv div,
.text__block.is--block-adv p {
  font-size: 1.35em;
  line-height: 150%;
  margin-bottom: 10px;
}
.text__block.is--block-adv h2,
.text__block.is--block-adv h3,
.text__block.is--block-adv h4,
.text__block.is--block-adv h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .text__block.is--block-adv {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
    box-shadow: 0 6px 14px 0 rgba(0, 52, 156, 0.25);
    padding: 25px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .text__block.is--block-adv {
    margin-bottom: 65px;
  }
  .text__block.is--block-adv div,
  .text__block.is--block-adv p {
    font-size: 1em;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .text__block.is--block-adv h2,
  .text__block.is--block-adv h3,
  .text__block.is--block-adv h4,
  .text__block.is--block-adv h5 {
    margin-bottom: 32px;
  }
}
.text__block blockquote,
blockquote {
  padding: 0 0 0 20px;
  font-style: italic;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border-left: 3px solid #004d99;
}
.text__block blockquote b,
.text__block blockquote strong,
blockquote b,
blockquote strong {
  color: #004d99;
}
.text__block blockquote *,
blockquote * {
  margin-bottom: 10px;
}
.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- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.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(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #ff9a19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.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- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-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;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-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;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-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: calc(50% - 10px / 2);
}
.-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: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.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- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  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: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.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- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 0.5% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.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: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-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 {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.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- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.selectize-control {
  position: relative;
}
.form__item.is--filter .selectize-control {
  min-width: 160px;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  cursor: text;
  display: block;
}
.selectize-input {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 13px;
  padding: 4px 15px;
  height: 32px;
  border: 1px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23004d99'/%3E%3C/svg%3E");
  background-position: center right 15px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .selectize-input {
    padding: 10px 15px;
    font-size: 18px;
    height: 48px;
  }
}
.selectize-input.dropdown-active {
  border-color: #c6e2f7;
}
.form__item.is--selectize-primary .selectize-input {
  border-color: #fff;
  background-color: #0077b2;
  color: #fff;
  font-size: 0.82em;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.form__item.is--selectize-primary .selectize-input > input::-moz-placeholder {
  color: #fff;
}
.form__item.is--selectize-primary .selectize-input > input::-webkit-input-placeholder {
  color: #fff;
}
.is--leasing .form__item.is--selectize-primary .selectize-input {
  background-color: #0077b2;
}
.form__item.is--selectize-primary-light .selectize-input {
  border-color: #c6e2f7;
  color: #878787;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
}
.form__item.is--selectize-primary-light .selectize-input.dropdown-active {
  border-color: #004d99;
}
.form__item.is--selectize-inline-right .selectize-input {
  border-color: rgba(255, 255, 255, 0);
  color: #636363;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.1L8.7 0 5 3.7 1.4 0l-1 1.1L5 6 10 1.1z' fill='%23636363'/%3E%3C/svg%3E");
  padding-right: 20px;
  text-align: right;
  font-size: 18px;
}
@media (min-width: 768px) {
  .form__item.is--selectize-inline-right .selectize-input {
    font-size: 1.33em;
  }
}
.form__item.is--search-disabled .selectize-input.input-active > input {
  display: none !important;
}
.form__item.is--error .selectize-input {
  border-color: #ff7a7a;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}
.form__item:not(.is--filter) .selectize-input:not(.input-active) > input {
  width: 100% !important;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: 0 !important;
}
.selectize-dropdown {
  font-size: 0.88em;
  background-color: #fff;
  border: 1px solid #c6e2f7;
  position: absolute;
  z-index: 10;
  background: #fff;
  margin: -1px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown .option {
  cursor: normal;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: rgba(152, 152, 152, 0.5);
  margin-bottom: 10px;
}
.selectize-dropdown [data-selectable].option {
  color: #989898;
  cursor: pointer;
}
.selectize-dropdown [data-selectable].option .selected,
.selectize-dropdown [data-selectable].option.active,
.selectize-dropdown [data-selectable].option:hover {
  color: #333;
}
.form__item.is--selectize-primary .selectize-dropdown {
  background-color: #0077b2;
  border-color: #fff;
}
.form__item.is--selectize-primary .selectize-dropdown .option {
  color: rgba(255, 255, 255, 0.5);
}
.form__item.is--selectize-primary .selectize-dropdown [data-selectable].option {
  color: #fff;
}
.form__item.is--selectize-primary .selectize-dropdown [data-selectable].option .selected,
.form__item.is--selectize-primary .selectize-dropdown [data-selectable].option.active,
.form__item.is--selectize-primary .selectize-dropdown [data-selectable].option:hover {
  color: #f99f1b;
}
.is--leasing .form__item.is--selectize-primary .selectize-dropdown {
  background-color: #0077b2;
}
.form__item.is--selectize-primary-light .selectize-dropdown {
  border-color: #004d99;
}
.form__item.is--selectize-inline-right .selectize-dropdown {
  text-align: right;
  border-color: rgba(255, 255, 255, 0);
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-dropdown-content {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 185px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider[data-slick-finance] {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .slick-slider[data-slick-finance] {
    padding-bottom: 0;
  }
}
.slick-slider[data-slick-adv] {
  position: static;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
[data-slider-slick="slick-gallery"] .slick-list {
  margin: 0 -15px;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
[data-slick-partners] .slick-list {
  margin: 0 -15px;
  padding: 0 !important;
}
[data-slick-catalog] .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  [data-slick-catalog] .slick-list {
    padding: 35px 0 35px;
  }
}
[data-slick-finance] .slick-list {
  z-index: 1;
  margin: 0 -8px;
}
[data-slick-leasing] .slick-list {
  overflow: visible;
}
@media (max-width: 767.98px) {
  [data-slick-leasing] .slick-list {
    margin: 0 -8px;
  }
}
.slick-dotted .slick-list {
  margin-bottom: 45px;
}
[data-slick-adv] .slick-list {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  [data-slick-adv] .slick-list {
    overflow: visible;
  }
}
[data-slick-leasing-adv] .slick-list {
  overflow: visible;
}
[data-slick-leasing-adv].slick-dotted .slick-list {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  [data-slick-leasing-adv].slick-dotted .slick-list {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  [data-slick-leasing-adv].slick-dotted .slick-list {
    margin-bottom: 55px;
  }
}
.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
[data-slider-slick="slick-gallery"] .slick-slide {
  padding: 0 15px;
}
[data-slick-partners] .slick-slide {
  padding: 0 15px;
}
[data-slick-catalog] .slick-slide {
  padding: 0 15px;
}
[data-slick-finance] .slick-slide {
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  [data-slick-leasing] .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 991.98px) {
  [data-slick-leasing-adv] .slick-slide {
    margin: 0 8px;
  }
}
.slick-btn {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 32px;
  height: 32px;
  color: #333;
  background-position: center;
}
.slick-btn.is--prev {
  left: -15px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23fff'/%3E%3C/svg%3E");
}
.slick-btn.is--prev:hover {
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.slick-btn.is--next {
  right: -15px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
}
.slick-btn.is--next:hover {
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .slick-btn.is--prev {
    left: -205px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .slick-btn.is--prev:hover {
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
  .slick-btn.is--next {
    right: inherit;
    left: -85px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .slick-btn.is--next:hover {
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
  }
}
[data-slick-header] .slick-btn {
  bottom: inherit;
  left: inherit;
}
[data-slick-header] .slick-btn.is--prev {
  top: 5px;
  right: 45px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23333'/%3E%3C/svg%3E");
}
[data-slick-header] .slick-btn.is--next {
  top: 5px;
  right: 2px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  [data-slick-header] .slick-btn {
    width: 18px;
    height: 32px;
    top: 50%;
  }
  [data-slick-header] .slick-btn.is--prev {
    right: inherit;
    left: -33px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23333'/%3E%3C/svg%3E");
  }
  [data-slick-header] .slick-btn.is--next {
    right: -33px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  }
  [data-slick-header] .slick-btn.is--next,
  [data-slick-header] .slick-btn.is--prev {
    top: 43.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
[data-slick-adv] .slick-btn {
  top: 20px;
  bottom: inherit;
  left: inherit;
  outline: 0;
  background: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center;
}
[data-slick-adv] .slick-btn.is--prev {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23333'/%3E%3C/svg%3E");
  right: 40px;
}
[data-slick-adv] .slick-btn.is--next {
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23333'/%3E%3C/svg%3E");
  right: 0;
}
[data-slick-leasing-adv] .slick-btn {
  top: 52.5%;
  left: inherit;
}
[data-slick-leasing-adv] .slick-btn.is--prev {
  left: 0;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23fff'/%3E%3C/svg%3E");
}
[data-slick-leasing-adv] .slick-btn.is--prev:hover {
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.8L6 8.7 2.4 5l3.7-3.7L5 .2 0 5 5 9.8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
[data-slick-leasing-adv] .slick-btn.is--next {
  right: 0;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E");
}
[data-slick-leasing-adv] .slick-btn.is--next:hover {
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 0L1 1.9 7.1 8 .9 14.1 3 16l8-8-8-8z' fill='%23F99F1B'/%3E%3C/svg%3E");
}
.slick-dots {
  z-index: 5;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  outline: 0;
  background: 0 0;
  text-decoration: none;
  border: 0;
  padding: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #3c91e6;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}
[data-slick-adv] .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 17px;
}
@media (max-width: 991.98px) {
  [data-slick-adv] .slick-dots {
    display: none;
  }
}
[data-slick-adv] .slick-dots li {
  padding: 0;
  margin: 0 0 18px;
}
[data-slick-adv] .slick-dots li:last-child {
  margin-bottom: 0;
}
[data-slick-adv] .slick-dots li a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  opacity: 0.3;
  color: #0077b2;
}
[data-slick-adv] .slick-dots li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0077b2;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
[data-slick-adv] .slick-dots li a:hover {
  color: #0077b2;
  opacity: 1;
}
[data-slick-adv] .slick-dots li a:hover::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (min-width: 768px) {
  [data-slick-adv] .slick-dots li a {
    padding-bottom: 10px;
  }
  [data-slick-adv] .slick-dots li a::after {
    bottom: 3px;
    height: 4px;
  }
}
[data-slick-adv] .slick-dots li.slick-active a {
  color: #0077b2;
  opacity: 1;
}
[data-slick-adv] .slick-dots li.slick-active a::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
[data-slick-leasing-adv] .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
[data-slick-leasing-adv] .slick-dots li button {
  width: 4px;
  height: 4px;
  background-color: #0077b2;
}
[data-slick-leasing-adv] .slick-dots li.slick-active button {
  background-color: #f99f1b;
}
@media (min-width: 768px) {
  [data-slick-leasing-adv] .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }
  [data-slick-leasing-adv] .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
[data-slick-header] .slick-count {
  display: none;
}
@media (min-width: 768px) {
  [data-slick-header] .slick-count {
    display: block;
    position: absolute;
    right: -50px;
    top: 35px;
    font-size: 1.8em;
    line-height: 1.25em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  [data-slick-header] .slick-count {
    right: -100px;
  }
}
.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 767.98px) {
	.navbar__collapse{
		width: 100% !important;
		right: -100% !important;
	}
	.navbar__collapse.is--open {
		right: 0 !important;
	}
}


@media (max-width: 1199.98px) {
	.navbar__header {
		z-index: 101;
	}
	.navbar__collapse{
		width: 375px;
		right: -375px;
		z-index: 100;
	}
	.navbar__nav-link:hover {
		color: #333333;
	}
	.navbar__nav-item.dropdown:hover .navbar__nav-link, 
	.navbar__nav-item.is--active .navbar__nav-link, 
	.navbar__nav-item.open .navbar__nav-link {
    color: #333333;
	}
	.navbar__collapse-row {
		flex-direction: column-reverse;
	}
	.navbar__collapse {
    	top: 55px;
    	height: calc(100vh - 55px);
	}
	.navbar__container.is--collapse {
    	background: #ffffff;
		padding-top: 0px;
	}
	.navbar__nav {
		font-size: 16px;
		line-height: 24px;
	}
	.navbar__nav.is--full {
		font-size: 20px;
		line-height: 40px;
		padding-top: 15px;
	}
	.navbar__collapse-cols.is--navbar{
		background-color: #FAFAFA;
		margin-right: -15px;
		margin-left: -15px;
		padding-top: 32px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar__nav-link {
		color: #333333;
	}
	.navbar__collapse-cols.is--navbar-xs a {
		color: #6F6F6F;
	}
	.navbar__collapse-cols.is--navbar-xs a + .navbar__collapse-cols.is--navbar-xs a {
		margin-top: 16px;
	}
	.navbar__nav.is--full li{
		padding-left: 20px;
	}
	.navbar__nav.is--full .dropdown::before {
		content: "";
		position: absolute;
		top: 18px;
		left: 0px;
		height: 6px;
		width: 10px;
		background-image: url(/local/templates/landing/assets/favicon/mobile-menu-arrow.svg);
		transition: all .3s;
	} 
	.navbar__collapse-cols.is--icon {
		order: 0;
		background-color: #FAFAFA;
		margin-right: -15px;
		margin-left: -15px;
		padding: 24px 5px 32px 15px;
	}
	.navbar__header-icon-row {
		width: 100%;
	}
	.navbar__header-icon-row .cols {
		display: none;
	}
	.navbar__header-icon-row .cols:nth-child(2) {
		display: block;
		width: 100%;
	}
	.navbar__header-icon-row .cols:nth-child(2) .navbar__header-icon {
		width: 100%;
		background-color: #0077B2;
		height: auto;
		color: #ffffff;
		text-align: center;
		padding: 14px 0 15px;
		font-size: 16px;
		line-height: 24px;
		box-shadow: 0px 0px 9px rgba(0, 119, 178, 0.25);
	}
	.navbar__collapse-cols.is--navbar-xs .navbar__nav > a {
		padding-left: 20px;
		padding-bottom: 25px;
		margin-top: 40px;
	}
	.navbar__collapse-cols.is--navbar-xs .navbar__nav > a::before {
		content: "";
		position: absolute;
		top: calc(45% - 8px - 13px);
		left: 0;
		width: 12px;
		height: 16px;
		background-image: url(/local/templates/landing/assets/favicon/mobile-menu-pin.svg);
	}
	.navbar__nav-dropdown.is--full {
		margin-left: 0px;
		padding: 0;
	}
	.is--dropdown .navbar__nav-dropdown-row .navbar__nav-dropdown-menu.is--full li {
		padding-left: 0px;
	}
	.navbar__nav-dropdown-menu {
		font-size: 16px;
		line-height: 24px;
	}
	.navbar__nav-dropdown-link {
		color: #333333;
	}
	.navbar__nav-item.dropdown.is--full.open > a{
		color: #979797;
	}
	.navbar__nav-item.dropdown.is--full.open::before {
		 transform: rotate(180deg);
	}
	.navbar__nav-dropdown {
		display: block;
	}
	.dropdown .dropdown-menu{
		height: 0;
		overflow: hidden;
		transition: all .3s;
	}
	}
	.navbar__nav-item.open:nth-child(1) > .dropdown-menu{
		height: 330px;
	}
	.navbar__nav-item.open:nth-child(2) > .dropdown-menu{
		height: 252px;
	}
	.navbar__nav-item.open:nth-child(3) > .dropdown-menu{
		height: 364px;
	}
	.navbar__nav-item.open:nth-child(4) > .dropdown-menu{
		height: 296px;
	}
	.navbar__nav-item.open:nth-child(6) > .dropdown-menu{
		height: 126px;
	}
	/*html.is--open-navbar {
		overflow: hidden;
	}*/
	html.is--open-navbar .active-cover {
		position: fixed;
		z-index: 99;
		width: 100%;
		height: 100vh;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.6);
		transition: all 0.35s ease;
	}
	html.is--open-navbar body::before {
		display: none;
	}
}
/* End */


/* Start:/local/templates/landing/assets/css/helpers.css?16133310416893*/
@font-face {
    font-family: 'PT Rouble Serif';
    src: url('/local/templates/landing/assets/fonts/PT Rouble Sans.eot');
    src: url('/local/templates/landing/assets/fonts/PT Rouble Sans.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.woff2') format('woff2'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.woff') format('woff'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rouble{
    font-size: inherit!important;
    display: inline-block!important;
}
.rouble:after{
    font-family: sans-serif;
    content: "\20BD";
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.card__value.is--catalog{
    font-weight: 400;
}
.card__value.is--catalog-promo{
    font-weight: 400;
}

@media (min-width: 1200px){
    .navbar__nav-link{
        font-weight: 400;
    }
    .navbar__nav-dropdown-menu{
        font-weight: 400;
    }
}
.dropdown-menu{
    min-width: 180px;
}
.card__heading.is--navbar{
    font-weight: 400;
}
.card__note.is--navbar{
    font-weight: 400;
}
@media (max-width: 767.98px){
    .content-block__panel.is--leasing-condition{
        margin: 0;
        max-width: 100%;
    }
}
.card__btn.is--catalog-promo-primary{
    font-weight: 500;
}
.card__btn.is--catalog-promo{
    font-weight: 500;
}

@media (max-width: 767px) {
    .hide-heading .is--block-leasing {
        margin-top: 35px!important;
    }
}

.modal-backdrop{
    z-index: 999;
}

@media (max-width: 1199.98px){
    .content-block__row.is--page-aside-sm>:nth-child(2) {
        z-index: 994;
    }
}

.btn__item{
    padding: 12px 13px 12px;
}
.form__row.is--inline{
    grid-gap: 13px;
}

.breadcrumb__list-item.is--active{
    font-weight: 400;
}

[data-slick-adv] .slick-dots li a{
    font-weight: 500;
}
.text__block.is--block-adv h3{
    font-weight: 500;
}
.text__block.is--leasing-formaliz h3{
    font-weight: 500;
}

.card__value.is--catalog-promo-primary{
    font-weight: 400;
}
.card__heading.is--finance-card{
    font-weight: 500!important;
}
.card__note.is--adv-card{
    color: #545454;
}

.card__btn.is--catalog-promo-primary{
    font-weight: 400;
}

.content-block__link.is--block-slider{
    font-weight: 400;
}
.content-block__link.is--block-news{
    font-weight: 400;
}
.card__heading.is--seo{
    font-weight: 500;
}
@media (min-width: 992px){
    .card__heading.is--seo {
        font-size: 3.1em;
    }
    .card__value.is--programm span {
        font-size: 2em;
    }
    .pagination__link{
        font-weight: 500;
    }
}
@media (min-width: 768px){
    .text__block.is--leasing-formaliz h2+::before,
    .text__block.is--leasing-formaliz h3+::before,
    .text__block.is--leasing-formaliz h4+::before,
    .text__block.is--leasing-formaliz h5+::before {
        background-color: #A2CAE5;
    }
    .continfo__card.is--office-card{
        font-weight: 500;
    }
    .tabs__link.is--page-contacts{
        font-weight: 500;
    }

    .card__value.is--catalog-new{
        font-size: 1em;
    }
    .card__heading.is--catalog-new{
        font-size: 1em;
    }
}
[data-slick-adv] .slick-dots li a{
    color: #0077B2;
}
[data-slick-adv] .slick-dots li a::after{
    background-color: #0077B2;
}
.card__heading.is--reviews{
    font-weight: 500;
}
.card__note.is--reviews{
    font-weight: 400;
}
.continfo__item.is--email-tel{
    font-weight: 500;
}
.map__heading{
    font-weight: 500;
}
.map__item{
    font-weight: 500;
}
.aside__filter-heading{
    font-weight: 500;
}
.card__heading.is--catalog{
    font-weight: 500;
}
.card__value.is--catalog span{
    font-weight: 500;
}
.card__btn.is--catalog-promo{
    font-weight: 400;
}
.card__value.is--catalog-card span{
    font-weight: 500;
}
.card__heading.is--catalog-card{
    font-weight: 500;
}
.card__heading.is--docs-download{
    font-weight: 500;
    font-size: 2em;
}
.card__heading.is--menedzhment{
    font-weight: 500;
}
.card__note.is--menedzhment{
    font-weight: 400;
}
.text__block.is--page-vacancies h3{
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .card__item.is--catalog-card > :nth-child(2) {
        width: 100%;
    }
    .content-block__panel.is--leasing-brand .is--h1,
    .content-block__panel.is--leasing-conditions .is--h1,
    .content-block__container.is--leasing-formaliz .is--h1,
    .content-block__panel.is--page-catalog-card-adv .is--h1,
    .content-block__panel.is--page-catalog-card-leasing .is--h1{
        font-size: 2em;
    }
    .content-block__row.is--leasing-condition [data-form-visible]{
        display: block!important;
    }
}

@media (min-width: 992px){
    .form__panel.is--partners {
        margin-bottom: 40px;
    }
}

.aside__filter-link a[data-filter-view]{
    cursor: pointer;
}
.aside__filter-link a[data-filter-view]:before{
    content: attr(data-open);
}
.form__item.is--catalog-filter.is--sticky.is--open + .aside__filter-link a[data-filter-view]:before{
    content: attr(data-close);
}

.text__block a{
    color: #0077B2;
}

.leasing__terms__desclaimer{
    font-size: .75em;
    line-height: 1.5;
    color: #989898;
    margin-top: 50px;
    padding-right: 40px;
}
.leasing__terms__desclaimer p{
    margin-bottom: 10px;
}

@media (min-width: 1200px){
    .form__search.is--navbar {
        width: 190px;
    }
}

.form__panel.is--md-open.is--visible{
    display: none!important;
}

#leasingSideForm .form__result.is--leasing-base{
    position: relative;
    height: 500px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
#leasingSideForm .form__bg.is--leasing-base{
    right: auto;
    left: auto;
    bottom: auto;
    opacity: 1;
    position: relative;
    display: block;
    margin: 60px 0 40px;
    text-align: center;
}
#leasingSideForm .form__bg.is--leasing-base img{
    margin: auto;
}
#leasingSideForm .btn__place{
    margin-top: 50px;
}


#discount_panel {
	width: 300px;
	height:80px;
	background-image: url('/upload/ford.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom:60px;
}
#discount_panel div{
    text-align:center;
    width: 300px;
    padding-top: 35px;
}

#discount_panel.small {
	width: 230px;
	height:60px;
	margin-bottom:30px;
}
#discount_panel.small div {
	width:230px;
	padding-top:24px;
}


@media (min-width: 767.98px) {
	#discount_panel.small { 
			display:none;
	}
}



@media (max-width: 767.98px) {
	#discount_panel.big { 
			display:none;
	}
}

.card__heading.is--reviews.company{
    font-size: 30px;
}

.navbar__nav-item.is--full:nth-child(5) {
    flex: 1 1 auto;
}

.content-block__panel.is--leasing-condition .btn__item.is--success {
	background-color: #ffffff;
    color: #f99f1b;
}
.content-block__panel.is--leasing-condition .btn__item.is--success:hover {
	color: #ffffff;
	background-color: #f99f1b;
}
#callbackForm .form__item.is--leasing-order {
	padding-top: 17px;
}

#callbackForm .form__item.is--leasing-order span {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	color: #989898;
	opacity: 0;
	transition: all .3s;
}

#callbackForm .form__item.is--leasing-order input:focus + span,
#callbackForm .form__item.is--leasing-order input:valid + span {
	opacity: 1;
}

#callbackForm .form__wrap > span {
	border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-block;
}

#callbackForm .form__checkbox-icon::before {
	color: #333333;
}

.form__checkbox-icon::before {
	content: 'Пожалуйста, нажмите на галочку!';
	color: #ffffff;
	width: 195px;
	display: block;
    position: absolute;
    top: 25px;
    left: 30px;
	transition: all .3s;
}

.form__checkbox-input.is--sm.is--agreement.is--success:checked + .form__checkbox-icon::before {
	opacity: 0;
}

@media (max-width: 767.98px) {
	.content-block__container.is--leasing-condition {
		padding-left: 15px;
	}
	.content-block__row.is--leasing-condition > :nth-child(1) {
		padding: 0 0 20px 0;
		border: none;
	}

	.page-header__heading.is--leasing-condition {
		font-size: 24px;
		line-height: 32px;
        padding: 15px 15px 0;
	}

	.form__row.is--leasing {
		grid-template-columns: auto;
	}

	.content-block__row.is--leasing-condition-label .cols {
		margin-bottom: 0;
	}

	.content-block__label.is--leasing-condition span {
		display: block;
		width: 100%;
		mergin-top: 5px;
	}

	.card__preview.is--catalog-promo-primary img {
		height: 157px; 
	}
	.card__preview.is--catalog-promo-primary::before {
		height: 157px;
	}
	.card__preview.is--catalog-promo-primary,
	.card__preview.is--catalog-promo {
		height: 270px;
	}
	.card__heading.is--catalog-promo-primary,
	.card__heading.is--catalog-promo {
		margin: 10px 0 5px;
	}
	.card__heading.is--catalog-promo-primary,
	.card__value.is--catalog-promo-primary,
	.card__heading.is--catalog-promo,
	.card__value.is--catalog-promo {
		font-size: 18px;
		line-height: 24px;
	}
	.card__value.is--catalog-promo-primary.is--status,
	.card__value.is--catalog-promo.is--status {
    	font-size: 12px;
    	padding: 5px 14px;
    	top: 10px;
    	right: 10px;
		z-index: 10;
	}
	.card__preview.is--catalog-promo::before,
	.card__preview.is--catalog-promo img {
    height: 157px;
	}

}


div #leasingSideForm .form__result.is--leasing-base {
	height: fit-content;
}

.content-block__panel.is--leasing-header.new {
	background: none !important;
}

.content-block__panel.is--leasing-header.new::after {
	background-color: #FCFCFC;
}

.new {
	margin-bottom: 70px;
}

.new .page-header__heading {
	margin-bottom: 20px;
}

.new .page-header__heading.is--h4 {
	max-width: 440px;
	width: 100%;
	margin-bottom: 50px;
}

.new  .is--leasing-condition {
	display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    float: left;
	margin-right: 40px;
    text-transform: lowercase;
}

.new  .is--leasing-condition:nth-child(4) {
	float: none;
}

.new  .is--leasing-condition span {
	display: block;
}

.new img {
	position: absolute;
	top: 55%;
	right: 0px;
	transform: translateY(-50%);
	max-height: 520px;
	max-width: 60%;
}

.new .btn__item {
	margin-top: 70px;
	margin-bottom: 150px;
}

.new .is--leasing-header-value {
	display: none;
}

.new::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-color: #0077B2;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 2;
}


@media (max-width: 767.98px) {
	.new .page-header__heading.is--h1{
		margin: -30px -15px 0;
		padding: 30px 15px 20px;
		background-color: rgba(0, 119, 178, 0.7);
		font-size: 36px;
		color: white;
	}

	.new .page-header__heading.is--h4 {
		font-size: 16px;
		line-height: 1.5;
		color: white;
	}

	.new .page-header__desc {
		margin: 0 -15px -40px;
		padding: 0 15px 40px;
		background-color: rgba(0, 119, 178, 0.7);
	}

	.new  .is--leasing-condition {
    	float: none;
		width: 100%;
		color: white;
		font-size: 14px;
		margin-top: 25px;
	}

	.new  .is--leasing-condition:nth-child(4) {
		float: none;
	}

	.new  .is--leasing-condition span {
		font-size: 36px;
		color: white;
		margin-bottom: 5px;
	}

	.new img {
		right: auto;
		top: 55%;
		left: 15%;
		transform: translate(-50%, -50%);
		max-height: auto;
		max-width: 600px;
		z-index: -1;
	}

	.new img[src="/local/templates/landing/assets/img/leasing-web-7.png"] {
		max-width: 650px;
    	top: 50%;
    	left: 53%;
	}
	.new img[src="/local/templates/landing/assets/img/leasing-web-6.png"] {
		max-width: 650px;
	}
	.new img[src="/local/templates/landing/assets/img/leasing-web-4.png"] {
		top: 57%;
		left: 25%;
		max-width: 550px;
	}
	.new img[src="/local/templates/landing/assets/img/leasing-web-4.png"] {
		top: 57%;
		max-width: 650px;
	}
	.new img[src="/local/templates/landing/assets/img/leasing-web-3.png"] {
		top: 52%;
    	left: 30%;
	}
	.new img[src="/local/templates/landing/assets/img/leasing-web-2.png"] {
		top: 63%;
	}

	.new .btn__item {
		margin-top: 80px;
		margin-bottom: 0;
		width: 100%;
		background-color: #F99F1B;
		text-align: center;
		font-size: 16px;
		border: none;
	}

	.new .btn__item.is--arrow {
		background-image: none;
	}

	.new .is--leasing-header-value {
		display: none;
	}
}

/*Здесь начинаются стили для попапа*/

.leasing-popup {
  padding: 40px;
  background-color: #fff;
  color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 630px;
  width: 100%;
  display: none;
}

.leasing-popup.active {
  display: block;
}

.leasing-popup__title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 13px;
  position: relative;
  font-weight: 700;
}

.leasing-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.leasing-popup__close::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
}

.leasing-popup__close::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #333333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 10px;
}

.leasing-popup__text {
  margin-bottom: 24px;
}

.leasing-popup__form {
  padding: 50px 5px 0;
  margin: 0 -5px;
  border-top: 1px solid #e9e9e9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.leasing-popup__item {
  position: relative;
}

.leasing-popup__item input {
  font-size: 16px;
  color: #333333;
  padding: 14px 15px 15px;
  border: 1px solid #C6E2F7;
  width: 100%;
  outline: none;
}

.leasing-popup__item label {
  font-size: 16px;
  color: #989898;
  position: absolute;
  left: 15px;
  top: 13px;
  transition: all 0.3s;
  pointer-events: none;
  left: 0;
  top: -20px;
  font-size: 12px;
}

.leasing-popup__input.unopened + label {
  left: 15px;
  top: 13px;
  font-size: 16px;
  color: #989898;
}

.leasing-popup__input.warn,
.leasing-popup__item input.warn {
  border-color: #FF7052;
}

.leasing-popup__input.warn + label{
  left: 0;
  top: -20px;
  font-size: 12px;
  color: #FF7052;
}

.leasing-popup__item--list {
  grid-column: 1/3;
}

.leasing-popup__item--list input {
  pointer-events: none;
}

.leasing-popup__list {
  position: absolute;
  width: 100%;
  top: calc(100% - 2px);
  left: 0;
  background-color: #fff;
  border: 1px solid #C6E2F7;
  border-top: none;
  list-style: none;
  padding: 15px;
  margin: 0;
  display: none;
}

.leasing-popup__list.active {
  max-height: 150px;
  display: block;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
}

.leasing-popup__choose {
  cursor: pointer;
}

.leasing-popup__choose:not(:last-child) {
  margin-bottom: 15px;
}

.leasing-popup__btn {
  padding: 14px 15px 15px;
  color: white;
  background-color: #0077b2;
  position: relative;
  text-align: left;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #0077b2;
  cursor: pointer;
  transition: all 0.3s;
}

.leasing-popup__btn::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: background-color 0.3s;
}

.leasing-popup__btn::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: background-color 0.3s;
}

.leasing-popup__btn:hover {
  color: #0077b2;
  background-color: #fff;
}

.leasing-popup__btn:hover::before,
.leasing-popup__btn:hover::after {
  background-color: #0077b2;
}

.leasing-popup__check {
  position: relative;
  color: #898989;
  font-size: 12px;
  line-height: 1.5;
}

.leasing-popup__check input {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 100%;
  height: 100%;*/
  opacity: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}

/*.leasing-popup__check label {
  padding-left: 31px;
  display: inline-block;
}

.leasing-popup__check label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #f99f1b;
  position: absolute;
  left: 0;
  top: 3px;
}*/

.leasing-popup__check label::after {
  content: "\2713";
  color: #f99f1b;
  font-size: 16px;
  position: absolute;
  left: 2px;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.warning {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  color: #333333;
  transition: opacity 0.3s;
}

.leasing-popup__check input:checked + label::after {
  opacity: 1;
}

.leasing-popup__check input:checked + label + span,
.leasing-popup__check input:checked + label + a + span {
  opacity: 0;
}

.leasing-popup__check input + label + span,
.leasing-popup__check input + label + a + span {
  top: 100%;
}

.leasing-popup__check a {
  text-decoration: underline;
}

.condition--hidden {
  display: none;
}

condition--visible {
  display: block;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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 transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*STYLES START*/
.promo__slider {
  font-size: 18px;
  line-height: 1.5;
  color: #545454;
  padding: 50px 0;
}

.promo__item {
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.promo__info {
  max-width: 415px;
  width: 100%;
}

.promo__title {
  line-height: 1.2;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 48px;
  color: #333333;
}

.promo__list {
  margin-bottom: 66px;
}

.promo__advantage:not(:last-child) {
  margin-bottom: 16px;
}

.promo__login {
  display: inline-block;
  padding: 14px 50px 15px 15px;
  background-color: #0077b2;
  border: 1px solid #0077b2;
  color: white;
  position: relative;
  transition: all 0.3s;
}

.promo__login::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: #ffffff;
  right: 15px;
  top: 22px;
  transform: rotate(-45deg);
  transition: background-color 0.3s;
}

.promo__login::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: #ffffff;
  right: 15px;
  bottom: 22px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
}

.promo__login:hover {
  color: #0077b2;
  background-color: rgba(255, 255, 255, 0);
}

.promo__login:hover::after,
.promo__login:hover::before {
  background-color: #0077b2;
}

.promo__img {
  position: relative;
  width: 595px;
  height: 100%;
  background-image: url("/assets/images/square.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.promo__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.promo__img--computer img {
  left: 35%;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li:not(:last-child) {
  margin-right: 15px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #d8d8d8 !important;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slick-active button {
  background-color: #0077b2 !important;
}

@media (max-width: 767px) {
  .promo__slider {
    font-size: 16px;
    color: #545454;
    background-color: #fafafa;
    padding: 0 0 50px;
  }

  .promo__item {
    height: auto;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .promo__info {
    max-width: 100%;
  }

  .promo__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .promo__list {
    margin-bottom: 32px;
  }

  .promo__login {
    width: 100%;
  }

  .promo__login::before {
    top: 21px;
  }

  .promo__login::after {
    bottom: 21px;
  }

  .promo__img {
    height: 410px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
  }

  .promo__img img {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 1;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }

  .promo__img--phone img {
    max-width: 280px;
  }

  .promo__img--computer img {
    max-width: 375px;
    left: 0;
  }

  .slick-dots {
    margin-top: 32px;
  }

  .slick-dots li:not(:last-child) {
    margin-right: 12px;
  }

  .slick-dots button {
    height: 4px;
    width: 4px;
    background-color: #0077b2;
    transition: background-color 0.3s;
  }

  .slick-active button {
    background-color: #f99f1b;
  }
}

/* Item Condition Info */
.condition-info-item {
  background-color: #f2f8fb;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  padding: 32px;
}
.condition-info-item + .condition-info-item {
  margin-top: 55px !important;
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  .is--half-columns .condition-info-item {
    width: 48%;
    margin: 6px !important;
  }
}

/* End */
/* /local/templates/landing/assets/css/style.css?1618000149312959 */
/* /local/templates/landing/assets/css/helpers.css?16133310416893 */
/* End */


/* Start:/local/templates/landing/assets/css/helpers.css?16192919006893*/
@font-face {
    font-family: 'PT Rouble Serif';
    src: url('/local/templates/landing/assets/fonts/PT Rouble Sans.eot');
    src: url('/local/templates/landing/assets/fonts/PT Rouble Sans.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.woff2') format('woff2'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.woff') format('woff'),
    url('/local/templates/landing/assets/fonts/PT Rouble Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rouble{
    font-size: inherit!important;
    display: inline-block!important;
}
.rouble:after{
    font-family: 'PT Rouble Serif';
    content: "\"";
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.card__value.is--catalog{
    font-weight: 400;
}
.card__value.is--catalog-promo.is--cost .rouble:after{
    content: "\"";
}
.card__value.is--catalog-promo{
    font-weight: 400;
}

@media (min-width: 1200px){
    .navbar__nav-link{
        font-weight: 400;
    }
    .navbar__nav-dropdown-menu{
        font-weight: 400;
    }
}
.dropdown-menu{
    min-width: 180px;
}
.card__heading.is--navbar{
    font-weight: 400;
}
.card__note.is--navbar{
    font-weight: 400;
}
@media (max-width: 767.98px){
    .content-block__panel.is--leasing-condition{
        margin: 0;
        max-width: 100%;
    }
}
.card__btn.is--catalog-promo-primary{
    font-weight: 500;
}
.card__btn.is--catalog-promo{
    font-weight: 500;
}

@media (max-width: 767px) {
    .hide-heading .is--block-leasing {
        margin-top: 35px!important;
    }
}

.modal-backdrop{
    z-index: 999;
}

@media (max-width: 1199.98px){
    .content-block__row.is--page-aside-sm>:nth-child(2) {
        z-index: 994;
    }
}

.btn__item{
    padding: 12px 13px 12px;
}
.form__row.is--inline{
    grid-gap: 13px;
}

.breadcrumb__list-item.is--active{
    font-weight: 400;
}

[data-slick-adv] .slick-dots li a{
    font-weight: 500;
}
.text__block.is--block-adv h3{
    font-weight: 500;
}
.text__block.is--leasing-formaliz h3{
    font-weight: 500;
}

.card__value.is--catalog-promo-primary{
    font-weight: 400;
}
.card__heading.is--finance-card{
    font-weight: 500!important;
}
.card__note.is--adv-card{
    color: #545454;
}

.card__btn.is--catalog-promo-primary{
    font-weight: 400;
}

.content-block__link.is--block-slider{
    font-weight: 400;
}
.content-block__link.is--block-news{
    font-weight: 400;
}
.card__heading.is--seo{
    font-weight: 500;
}
@media (min-width: 992px){
    .card__heading.is--seo {
        font-size: 3.1em;
    }
    .card__value.is--programm span {
        font-size: 2em;
    }
    .pagination__link{
        font-weight: 500;
    }
}
@media (min-width: 768px){
    .text__block.is--leasing-formaliz h2+::before,
    .text__block.is--leasing-formaliz h3+::before,
    .text__block.is--leasing-formaliz h4+::before,
    .text__block.is--leasing-formaliz h5+::before {
        background-color: #A2CAE5;
    }
    .continfo__card.is--office-card{
        font-weight: 500;
    }
    .tabs__link.is--page-contacts{
        font-weight: 500;
    }

    .card__value.is--catalog-new{
        font-size: 1em;
    }
    .card__heading.is--catalog-new{
        font-size: 1em;
    }
}
[data-slick-adv] .slick-dots li a{
    color: #0077B2;
}
[data-slick-adv] .slick-dots li a::after{
    background-color: #0077B2;
}
.card__heading.is--reviews{
    font-weight: 500;
}
.card__note.is--reviews{
    font-weight: 400;
}
.continfo__item.is--email-tel{
    font-weight: 500;
}
.map__heading{
    font-weight: 500;
}
.map__item{
    font-weight: 500;
}
.aside__filter-heading{
    font-weight: 500;
}
.card__heading.is--catalog{
    font-weight: 500;
}
.card__value.is--catalog span{
    font-weight: 500;
}
.card__heading.is--catalog-promo{
    font-weight: 500;
}
.card__btn.is--catalog-promo{
    font-weight: 400;
}
.card__value.is--catalog-card span{
    font-weight: 500;
}
.card__heading.is--catalog-card{
    font-weight: 500;
}
.card__heading.is--docs-download{
    font-weight: 500;
    font-size: 2em;
}
.card__heading.is--menedzhment{
    font-weight: 500;
}
.card__note.is--menedzhment{
    font-weight: 400;
}
.text__block.is--page-vacancies h3{
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .card__item.is--catalog-card > :nth-child(2) {
        width: 100%;
    }
    .content-block__panel.is--leasing-brand .is--h1,
    .content-block__panel.is--leasing-conditions .is--h1,
    .content-block__container.is--leasing-formaliz .is--h1,
    .content-block__panel.is--page-catalog-card-adv .is--h1,
    .content-block__panel.is--page-catalog-card-leasing .is--h1{
        font-size: 2em;
    }
    .content-block__row.is--leasing-condition [data-form-visible]{
        display: block!important;
    }
}

@media (min-width: 992px){
    .form__panel.is--partners {
        margin-bottom: 40px;
    }
}

.aside__filter-link a[data-filter-view]{
    cursor: pointer;
}
.aside__filter-link a[data-filter-view]:before{
    content: attr(data-open);
}
.form__item.is--catalog-filter.is--sticky.is--open + .aside__filter-link a[data-filter-view]:before{
    content: attr(data-close);
}

.text__block a{
    color: #0077B2;
}

.leasing__terms__desclaimer{
    font-size: .75em;
    line-height: 1.5;
    color: #989898;
    margin-top: 50px;
    padding-right: 40px;
}
.leasing__terms__desclaimer p{
    margin-bottom: 10px;
}

@media (min-width: 1200px){
    .form__search.is--navbar {
        width: 190px;
    }
}

.form__panel.is--md-open.is--visible{
    display: none!important;
}

#leasingSideForm .form__result.is--leasing-base{
    position: relative;
    height: 500px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
#leasingSideForm .form__bg.is--leasing-base{
    right: auto;
    left: auto;
    bottom: auto;
    opacity: 1;
    position: relative;
    display: block;
    margin: 60px 0 40px;
    text-align: center;
}
#leasingSideForm .form__bg.is--leasing-base img{
    margin: auto;
}
#leasingSideForm .btn__place{
    margin-top: 50px;
}


#discount_panel {
	width: 300px;
	height:80px;
	background-image: url('/upload/ford.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom:60px;
}
#discount_panel div{
    text-align:center;
    width: 300px;
    padding-top: 35px;
}

#discount_panel.small {
	width: 230px;
	height:60px;
	margin-bottom:30px;
}
#discount_panel.small div {
	width:230px;
	padding-top:24px;
}


@media (min-width: 767.98px) {
	#discount_panel.small { 
			display:none;
	}
}



@media (max-width: 767.98px) {
	#discount_panel.big { 
			display:none;
	}
}

.card__heading.is--reviews.company{
    font-size: 30px;
}

.navbar__nav-item.is--full:nth-child(5) {
    flex: 1 1 auto;
}


/* End */
/* /local/templates/landing/assets/css/style.css?1634130812336516 */
/* /local/templates/landing/assets/css/helpers.css?16192919006893 */
