/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* roboto-100 - cyrillic_latin */
/* roboto-100italic - cyrillic_latin */
/* roboto-300 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v27-latin_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v27-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v27-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v27-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v27-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v27-latin_cyrillic-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-300italic - cyrillic_latin */
/* roboto-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-cyrillic_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-cyrillic_latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-italic - cyrillic_latin */
/* roboto-500 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-cyrillic_latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-cyrillic_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-cyrillic_latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-cyrillic_latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500italic - cyrillic_latin */
/* roboto-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-cyrillic_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-cyrillic_latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700italic - cyrillic_latin */
/* roboto-900 - cyrillic_latin */
/* roboto-900italic - cyrillic_latin */
:root {
  --primary-color: #355aaa;
  --secondary-color: #3f5d9e;
  --bg-color: #59647d;
  --social-color: rgba(255, 255, 255, 0.5);
}
.green-theme {
  --primary-color: #489c15;
  --secondary-color: #489c15;
  --bg-color: #28590a;
  --social-color: rgba(255, 255, 255, 0.5);
}
.pink-theme {
  --primary-color: #d898ad;
  --secondary-color: #dec7d1;
  --bg-color: #848484;
  --social-color: rgba(222, 199, 209, 0.5);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  line-height: 1.1;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
button,
select,
input,
textarea {
  font-weight: inherit;
  border-radius: 0;
  color: inherit;
}
::-webkit-input-placeholder {
  line-height: normal;
}
button {
  cursor: pointer;
}
[hidden],
.hidden {
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
b,
strong {
  font-weight: 700;
}
.title {
  margin: 0.33em 0 0.67em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #b4b4b4;
  }
}
.page {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", "Arial", sans-serif;
  color: #000000;
}
.page--locked {
  overflow-y: hidden;
}
.page__container {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .page__container {
    font-size: 1rem;
  }
}
.page__wrapper {
  margin: 0 auto;
  max-width: 1230px;
}
.page__wrapper--wide {
  max-width: 1470px;
}
.page__wrapper--header {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page__wrapper--header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    background-color: #ffffff;
    z-index: 10;
  }
}
@media (min-width: 576px) {
  .page__wrapper--title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.btn {
  display: inline-block;
  margin: 0;
  padding: 10px 22px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn:visited {
  color: inherit;
}
.btn:focus,
btn btn--primary .btn:hover {
  color: inherit;
  outline: 0;
  opacity: 0.9;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--gray {
  color: #ffffff;
  background-color: #878787;
}
.btn--gray:visited {
  color: #ffffff;
}
.btn--gray:focus,
.btn--gray:hover {
  color: #ffffff;
  outline: 0;
}
.btn--primary {
  color: #ffffff;
  background-color: var(--secondary-color);
}
.btn--primary:visited {
  color: #ffffff;
}
.btn--primary:focus,
.btn--primary:hover {
  color: #ffffff;
  outline: 0;
}
.btn--transparent {
  color: #000000;
  background-color: transparent;
}
.btn--transparent:visited {
  color: #000000;
}
.btn--transparent:focus,
.btn--transparent:hover {
  color: #000000;
  opacity: 1;
}
.btn--no-styles {
  padding: 0;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
}
.header {
  position: relative;
}
@media (max-width: 767px) {
  .header {
    height: 55px;
  }
}
.header__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto 20px auto;
}
@media (max-width: 767px) {
  .header__wrapper {
    width: auto;
    height: 100%;
    max-width: CALC(100% - 120px);
    margin-bottom: 0;
  }
}
.header__menu {
  width: 100%;
  background-color: var(--primary-color);
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__menu {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 90px;
  }
}
.header__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 6%;
}
@media (max-width: 767px) {
  .header__info {
    margin: 1rem 0;
  }
}
.header__info--mobile {
  margin: 30px 0 40px;
}
.header__info-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .header__info-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__info--mobile .header__info-list {
  padding: 0.5rem 1rem;
}
.navbar__menu {
  max-width: 1470px;
}
.header__item {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .header__item {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__item--half-width {
    width: 48%;
    margin-bottom: 1.5rem;
  }
}
.header__icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  fill: currentColor;
}
@media (max-width: 767px) {
  .header__icon {
    width: 16px;
    height: 16px;
  }
}
.header__item-text {
  vertical-align: middle;
}
.header__item-text a {
  text-decoration: none;
}
.header__item-text a:hover {
  text-decoration: underline;
}
.header__toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 767px) {
  .header__logo-link {
    margin: 0;
    text-align: center;
  }
}
.header__map {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__logo {
    height: 100%;
  }
}
.header__map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 40px;
  padding: 0 15px;
}
.header__map-svg {
  fill: var(--primary-color);
}
.top-panel {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .top-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.top-panel__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 5%;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .top-panel__list {
    margin: 0 2%;
  }
}
@media (max-width: 991px) {
  .top-panel__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 4%;
  }
}
@media (max-width: 767px) {
  .top-panel__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
.top-panel__item {
  position: relative;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-panel__link {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
  text-decoration: none;
}
.top-panel__link:focus,
.top-panel__link:hover {
  color: var(--primary-color);
}
.top-panel__icon {
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .top-panel__icon {
    margin-right: 4px;
  }
}
.top-panel__item-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-panel__item-title {
    margin-left: 10px;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
.top-panel__icon {
  fill: currentColor;
}
.top-panel__btn-icon {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}
@media (max-width: 767px) {
  .top-panel__btn-icon {
    width: 60%;
    height: 60%;
    fill: #000000;
  }
}
.nav-menu__link {
  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;
  min-height: 64px;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .nav-menu__link {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .nav-menu__link {
    min-height: 40px;
    font-size: 0.875rem;
  }
}
.nav-menu__link:visited {
  color: #ffffff;
}
.nav-menu__link:hover {
  background-color: rgba(0, 0, 0, 0.23);
}
.nav-item.active .nav-menu__link {
  font-weight: 500;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1491px) {
  .nav-item.active .nav-menu__link {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-decoration: underline;
  }
}
.nav-item.active .nav-menu__link:hover {
  background-color: transparent;
}
.toggler {
  position: relative;
  width: 52px;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.toggler:active,
.toggler:focus {
  outline: 0;
}
.toggler__inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--primary-color);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
       -o-transition-duration: 75ms;
          transition-duration: 75ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.toggler__inner::before,
.toggler__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.toggler__inner::before {
  top: 6px;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.toggler__inner::after {
  bottom: 6px;
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.toggler:not(.collapsed) .toggler__inner {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggler:not(.collapsed) .toggler__inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.toggler:not(.collapsed) .toggler__inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.main {
  display: block;
  padding-bottom: 40px;
  min-height: calc(100vh - 459px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}
.search--map {
  margin-bottom: 20px;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search--mobile .search__form {
  display: inline-block;
  width: CALC(100% - 16px - 0rem - 1.5rem);
}
.search__input {
  height: 100%;
  padding: 5px 15px;
  border: 1px solid #e6e7e7;
  width: 100%;
  font-size: inherit;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .search__input {
    font-size: 0.875rem;
  }
}
.search__input:focus {
  outline: 0;
}
.search--mobile .search__input {
  height: auto;
  padding: 2px 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .search--mobile .search__input {
    font-size: 1rem;
  }
}
.search--mobile .search__input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: inherit;
}
.search--mobile .search__input::-ms-input-placeholder {
  color: #ffffff;
  font-size: inherit;
}
.search--mobile .search__input::placeholder {
  color: #ffffff;
  font-size: inherit;
}
.search--mobile .search__input:focus {
  border-bottom: 1px solid #ffffff;
}
.search__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search__btn {
    font-size: 0.875rem;
  }
}
.social__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social__item:nth-last-child(n + 2) {
  margin-right: 19px;
}
.social__link {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  color: var(--social-color);
  border: 1px solid currentColor;
}
.social__link:hover {
  color: #ffffff;
}
.social__icon {
  width: 20px;
  height: 20px;
  margin: 0;
  fill: currentColor;
}
.footer {
  padding: 40px 0;
  color: #ffffff;
  background-color: var(--bg-color);
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-nav__list {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .footer-nav__list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.footer-nav__item {
  width: 50%;
}
@media (max-width: 991px) {
  .footer-nav__item {
    text-align: center;
  }
}
.footer-nav__link {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 0;
  text-decoration: none;
}
.footer-nav__link:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-nav__link {
    padding: 5px;
    text-align: center;
  }
}
.footer__contacts {
  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;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer__contacts {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
.footer__contacts-item {
  display: inline-block;
  padding: 5px 0;
}
.footer__contacts-item:nth-child(odd) {
  width: 40%;
}
.footer__contacts-item:nth-child(even) {
  width: 60%;
}
@media (max-width: 991px) {
  .footer__contacts-item:nth-child(odd), .footer__contacts-item:nth-child(even) {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .footer__contacts-item:nth-child(odd), .footer__contacts-item:nth-child(even) {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .footer__contacts-item:nth-child(even) {
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .footer-nav__item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__social {
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 991px) {
  .footer__social {
    margin-bottom: 40px;
  }
}
.footer__subscribe {
  text-align: right;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  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: 60px;
  height: 60px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  border: 1px solid #e6e7e7;
  border-radius: 0;
  opacity: 0.35;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
.slider .slick-arrow:focus,
.slider .slick-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
  outline: 0;
  opacity: 0.5;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.slider .slick-arrow svg {
  width: 26px;
  height: 26px;
  fill: #878787;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .slider .slick-arrow svg {
    width: 18px;
    height: 18px;
  }
}
.slider .slick-arrow:hover svg,
.slider .slick-arrow:focus svg {
  fill: #ffffff;
}
.slider .slick-prev {
  right: auto;
  left: 15px;
}
.slider--hero .slider .slick-prev {
  left: CALC((1440px - 1200px) / 2);
}
@media (max-width: 1230px) {
  .slider--hero .slider .slick-prev {
    left: 15px;
  }
}
.slider--hero .slick-arrow {
  right: CALC((1440px - 1200px) / 2);
}
@media (max-width: 1230px) {
  .slider--hero .slick-arrow {
    right: 15px;
  }
}
.slider--hero .slick-arrow.slick-prev {
  left: CALC((1440px - 1200px) / 2);
}
@media (max-width: 1230px) {
  .slider--hero .slick-arrow.slick-prev {
    left: 15px;
  }
}
.slider--map::before,
.slider--map::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: -webkit-linear-gradient(top, #ffffff, transparent);
  background: -o-linear-gradient(top, #ffffff, transparent);
  background: linear-gradient(180deg, #ffffff, transparent);
  z-index: 1;
}
.slider--map::after {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: -webkit-linear-gradient(bottom, #ffffff, transparent);
  background: -o-linear-gradient(bottom, #ffffff, transparent);
  background: linear-gradient(0deg, #ffffff, transparent);
}
.slider--map .slick-arrow {
  top: auto;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 26px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  background-color: transparent;
  opacity: 1;
  z-index: 2;
}
.slider--map .slick-arrow:focus,
.slider--map .slick-arrow:hover {
  background-color: transparent;
  opacity: 1;
}
.slider--map .slick-arrow:hover svg,
.slider--map .slick-arrow:focus svg {
  fill: var(--primary-color);
}
.slider--map .slick-arrow svg {
  fill: #000000;
}
.slider--map .slick-prev {
  display: none !important;
}
.main-form label {
  width: 100%;
}
.main-form .form-control {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  color: #878787;
  border-radius: 0;
  border-width: 0 0 1px;
}
.main-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: var(--primary-color);
}
.main-form textarea.form-control {
  border-width: 1px;
}
.main-form textarea.form-control:focus {
  border-color: var(--primary-color);
}
.main-form__title {
  margin: 0 0 1.1em;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.main-form__agreement-text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #878787;
}
.main-form__btn-right {
  text-align: right;
}
@media (max-width: 575px) {
  .main-form__btn-right {
    text-align: center;
  }
}
.modal-title {
  margin-top: 0;
}
@media (max-width: 575px) {
  .modal-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .filter--news {
    margin: 0 1rem 20px;
    border: 1px solid #e6e7e7;
  }
}
.filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .filter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.filter--shops .filter__wrapper {
  -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;
}
@media (max-width: 767px) {
  .filter--shops .filter__wrapper {
    margin-bottom: 0.3rem;
  }
}
.filter__border {
  margin-bottom: 20px;
  border-bottom: 1px solid #b4b4b4;
}
@media (max-width: 767px) {
  .filter__border {
    display: none;
  }
}
.filter__btn {
  display: inline-block;
  padding-bottom: 0.6em;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .filter__btn {
    padding: 0.3em 0 0;
    font-size: 15px;
  }
}
.filter__btn:hover {
  border-bottom-color: var(--primary-color);
}
@media (max-width: 575px) {
  .filter__btn:hover {
    border-bottom-color: #e6e7e7;
  }
}
.filter__btn[aria-expanded='true'],
.filter__btn.active {
  font-weight: 500;
  border-bottom-color: var(--primary-color);
}
@media (max-width: 575px) {
  .filter__btn[aria-expanded='true'],
  .filter__btn.active {
    border-bottom-color: #e6e7e7;
  }
}
.filter__btn:nth-last-child(n + 2) {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .filter__btn:nth-last-child(n + 2) {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.filter__btn--right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .filter__btn--right {
    margin-left: 0;
    margin-bottom: 0.5em;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .filter__btn--tag {
    width: CALC(((100% - 40px - 10px ) / 2));
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-width: 0;
  }
}
@media (max-width: 767px) {
  .filter__btn--border {
    width: CALC(((100% - 40px - 10px ) / 2));
    padding: 0.6em 0.1em 0.6em 0.3em;
    border: 1px solid #e6e7e7;
  }
}
@media (max-width: 767px) {
  .filter__btn--search {
    width: 40px;
    padding: 0.6em 0;
    text-align: center;
  }
}
.filter__hidden-item {
  margin-bottom: 20px;
}
.filter__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter__category {
  margin: 0.5em 1em 0.5em 1.25em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .filter__category {
    font-size: 0.8125rem;
    margin-left: 1.7em;
  }
}
.filter__category:hover {
  text-decoration: underline;
}
.filter__category.active {
  font-weight: 400;
}
.filter__count {
  color: var(--primary-color);
}
.filter__alphabet {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter__alphabet a {
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 991px) {
  .filter__alphabet a {
    min-width: 1.4rem;
    text-align: center;
  }
}
.filter__alphabet a:hover {
  text-decoration: underline;
}
.filter__alphabet a.disable {
  cursor: default;
  text-decoration: none;
  opacity: 0.6;
}
.filter__hr {
  display: inline;
  text-align: center;
}
@media (max-width: 991px) {
  .filter__hr {
    width: 100%;
    padding-top: 0.5rem;
    font-size: 0;
    line-height: 0;
  }
}
.filter__toggle {
  width: 100%;
}
.filter__icon {
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .filter__icon--arrow {
    top: 1px;
    right: 2px;
    float: right;
  }
}
@media (max-width: 350px) {
  .filter__icon--arrow {
    display: none;
  }
}
.filter__btn[aria-expanded='false'] .filter__icon--arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.filter__toggle[aria-expanded='true'] .filter__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.shops {
  margin-bottom: 20px;
}
.shops__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 575px) {
  .shops__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #b4b4b4;
  }
}
.shops__img-wrapper {
  position: relative;
  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;
  height: 130px;
  overflow: hidden;
  border: 1px solid #b4b4b4;
}
@media (max-width: 575px) {
  .shops__img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35%;
    height: 105px;
    padding: 5px;
    border-right: 1px solid #b4b4b4;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
}
.shops__img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shops__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0 8px;
  min-width: 120px;
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  background-color: var(--secondary-color);
}
.shops__tag:empty {
  display: none;
}
@media (max-width: 575px) {
  .shops__tag {
    width: 100%;
    min-width: 0;
    font-size: 0.875rem;
  }
}
.shops__tag-icon {
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.2em;
  fill: currentColor;
}
.shops__info {
  margin: 1rem 0;
}
@media (max-width: 575px) {
  .shops__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 10px 5px 5px;
  }
}
.shops__title {
  display: block;
  margin: 0 0 0.8em;
  font-size: 1rem;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.shops__link:hover .shops__title {
  text-decoration: underline;
}
.shops__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  font-weight: 300;
  text-transform: lowercase;
}
@media (max-width: 575px) {
  .shops__category-item {
    font-size: 0.875rem;
  }
}
.shops__category-item:nth-last-child(n + 2) {
  margin-right: 0.5em;
}
.shop__info {
  position: relative;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 539px;
  padding: 45px 50px 35px;
}
@media (max-width: 767px) {
  .shop__info {
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  .shop__info {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 450px) {
  .shop__info {
    padding: 20px 15px 15px;
  }
}
.shop__info--narrow {
  height: 100%;
  min-height: 0;
}
.shop__info-wrapper {
  width: 100%;
}
.shop__info-wrapper--title::after {
  content: "";
  display: table;
  clear: both;
}
.shop__info-wrapper--desc {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1061px),
                    (max-width: 725px) {
  .shop__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop__info--narrow .shop__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop__info-box {
  float: right;
  width: 56%;
}
.shop__info-box--title {
  float: left;
  width: 40%;
}
@media (min-width: 768px) and (max-width: 1061px),
                    (max-width: 725px) {
  .shop__info-box--title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.shop__info--narrow .shop__info-box--title {
  width: 100%;
  margin-bottom: 20px;
}
.shop__info-box--logo {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 122px;
}
@media (min-width: 768px) and (max-width: 1061px),
                    (max-width: 725px) {
  .shop__info-box--logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    min-height: 0;
  }
}
.shop__info--narrow .shop__info-box--logo {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  min-height: 0;
}
@media (min-width: 768px) and (max-width: 1061px),
                    (max-width: 725px) {
  .shop__info-box {
    float: none;
  }
}
.shop__info--narrow .shop__info-box {
  float: none;
}
.shop__title {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.shop__img-wrapper {
  display: inline-block;
  line-height: 0;
}
@media (max-width: 767px) {
  .shop__img-wrapper {
    margin-bottom: 15px;
  }
}
.shop__img-wrapper ~ .news {
  margin-top: 40px;
}
.shop__floor {
  margin: 0 20px 10px 0;
  padding: 20px 15px 15px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .shop__floor {
    padding: 10px 8px 6px;
  }
}
.shop__logo-wrapper {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
  min-height: 58px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .shop__logo-wrapper {
    min-height: 40px;
  }
}
@media screen and (min-width: 0 \0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0 \0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0 \0) and (min-resolution: 72dpi) {
  .shop__logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 0 \0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0 \0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0 \0) and (min-resolution: 72dpi) {
  .shop__logo {
    width: 100%;
  }
}
.shop__category {
  margin-bottom: 20px;
}
.shop__category:empty {
  display: none;
}
.shop__category-item {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}
.shop__category-item:hover {
  text-decoration: underline;
}
.shop__category-item:nth-last-child(n + 2)::after {
  content: ", \00a0";
  display: inline;
}
.shop__desc {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  max-height: 1200px;
  -webkit-line-clamp: 100;
  line-clamp: 100;
  transition: max-height 0.6s, line-clamp 0.6s, -webkit-line-clamp 0.6s;
}
@media (max-width: 767px) {
  .shop__desc--clamped {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 5.6em;
  }
}
.shop__desc p {
  margin-bottom: 0.5em;
}
.shop__contacts-item {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.shop__contacts-item:nth-child(n + 2) {
  margin-top: 14px;
}
.shop__icon {
  width: 19px;
  height: 21px;
  fill: currentColor;
}
.shop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.shop__box--icon {
  height: 1em;
  margin-right: 10px;
}
.shop__box-item {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.shop__box-item:nth-child(n + 2) {
  margin-top: 10px;
}
.shop__box-item a {
  text-decoration: none;
}
.shop__box-item a:hover {
  color: var(--primary-color);
}
.shop__site {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.shop__aside {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.shop__back-btn {
  border: 0;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 575px) {
  .shop__back-btn {
    display: none;
  }
}
.shop__back-btn:hover {
  color: var(--primary-color);
}
.shop__back-btn svg {
  width: 34px;
  height: 20px;
  margin-right: 25px;
  vertical-align: middle;
  fill: currentColor;
}
@media (max-width: 767px) {
  .shop__back-btn svg {
    margin-right: 12px;
  }
}
.shop__map {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .shop__map {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.shop__map-toggle-wrapper {
  margin-left: auto;
}
.shop__map-toggle {
  min-width: 206px;
}
.shop__map-toggle--active {
  color: #000000;
  background-color: transparent;
  border-color: currentColor;
}
.shop__map-toggle--active .shop__map-toggle-hide {
  display: none;
}
.shop__map-toggle-show {
  display: none;
}
.shop__map-toggle--active .shop__map-toggle-show {
  display: inline-block;
}
.shop__sinema-btn {
  min-width: 206px;
}
.shop__cinema-schedule {
  margin-bottom: 40px;
}
.shop__img-wrapper {
  max-width: 100%;
}
.shop__clamp-btn {
  margin-top: 0.2em;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.shop__clamp-btn:hover,
.shop__clamp-btn:focus {
  color: var(--primary-color);
}
.cards__link {
  position: relative;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cards__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 1px solid #b4b4b4;
  }
}
@media (max-width: 767px) {
  .cards__link--primary .cards__link {
    display: block;
  }
}
.cards__info {
  position: absolute;
  bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cards__info {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .cards__link--primary .cards__info {
    position: absolute;
  }
}
.cards__img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 62.755%;
  text-align: center;
}
@media (max-width: 767px) {
  .cards__img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    padding-top: 0;
  }
}
.cards__link--primary .cards__img-wrapper {
  padding-top: CALC(62.755% + 0.2rem);
}
@media (max-width: 767px) {
  .cards__link--primary .cards__img-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
.cards__img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(var(--bg-color)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, var(--bg-color) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--bg-color) 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, var(--bg-color) 100%);
}
@media (max-width: 767px) {
  .cards__img-wrapper::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cards__link--primary .cards__img-wrapper::after {
    display: block;
  }
}
.cards__img {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .cards__img {
    position: static;
    height: auto;
  }
}
.cards__info {
  padding: 12px 17px;
}
@media (max-width: 575px) {
  .cards__info {
    padding: 5px 10px;
  }
}
.cards__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 3em;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cards__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .cards__title {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .cards__title {
    color: #000000;
  }
}
@media (max-width: 575px) {
  .cards__title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .cards__title {
    font-size: 0.875rem;
  }
}
.cards__link:hover .cards__title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cards__link--primary .cards__title {
    color: #ffffff;
  }
}
.hero {
  margin: -35px 0 40px;
}
@media (max-width: 767px) {
  .hero {
    margin: 5px 0;
  }
}
.news {
  margin-bottom: 20px;
  color: #878787;
}
.news__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 575px) {
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 1px solid #b4b4b4;
  }
}
.news__link:hover {
  text-decoration: underline;
}
.news__img-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 270px;
  max-width: 380px;
}
@media (max-width: 575px) {
  .news__img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
}
.news__img {
  width: 100%;
}
.news__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 5px 8px;
  min-width: 120px;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--secondary-color);
}
@media (max-width: 575px) {
  .news__tag {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 450px) {
  .news__tag {
    font-size: 0.75rem;
  }
}
.news__tag:empty {
  display: none;
}
.news__info {
  margin: 30px 0;
}
@media (max-width: 575px) {
  .news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 20px;
  }
}
@media (max-width: 450px) {
  .news__info {
    margin: 5px 10px;
  }
}
.news__title {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .news__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .news__title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    width: 100%;
    max-height: 4.5em;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .news__title {
    font-size: 0.875rem;
  }
}
.article {
  margin-bottom: 40px;
}
.article__main-img-wrapper {
  position: relative;
}
.article__small-logo {
  display: none;
}
@media (max-width: 767px) {
  .article__small-logo {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .article__small-logo {
    max-width: 115px;
  }
}
.article__img-wrapper {
  position: relative;
  text-align: center;
}
.article__img-wrapper--news {
  text-align: left;
}
.article__img-wrapper--news::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(var(--bg-color)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, var(--bg-color) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, var(--bg-color) 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, var(--bg-color) 100%);
}
@media (max-width: 575px) {
  .article__img-wrapper--news::after {
    display: none;
  }
  .article__img-wrapper--news {
    display: flex;
  }
}
@media (max-width: 767px) {
  .article__img-wrapper--logo {
    display: none;
  }
}
.article__news-link {
  display: block;
  text-decoration: none;
}
@media (max-width: 575px) {
  .article__news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #b4b4b4;
  }
}
.article__news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 3em;
  margin: 0 0.5em 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199px) {
  .article__news-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .article__news-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .article__news-title {
    position: static;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
    margin: 0;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .article__news-title {
    color: #000000;
    font-size: 0.875rem;
  }
}
.article__link:hover .article__news-title {
  text-decoration: underline;
}
.article__info {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 575px) {
  .article__info {
    margin: 20px 0 0 0;
  }
}
.article__item {
  margin-bottom: 15px;
}
.article__icon {
  margin-right: 1rem;
}
.article__item-text {
  vertical-align: middle;
  font-weight: 300;
  text-transform: none;
}
.article__item-text a:not(.btn) {
  text-decoration: none;
}
.article__item-text a:not(.btn):hover {
  text-decoration: underline;
}
.article__desc {
  max-width: 800px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .article__news-img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .article__news-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 20px;
  }
}
@media (max-width: 450px) {
  .article__news-title-wrapper {
    margin: 5px 10px;
  }
}
.contacts__card {
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}
.contacts__card:not(.contacts__card--primary) .card-body {
  padding-right: 0;
  padding-left: 0;
}
.contacts__card--primary {
  border: 1px solid var(--primary-color);
}
.accordion > .contacts__card--primary.card {
  border-bottom: 1px solid var(--primary-color);
}
.contacts__header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}
.contacts__header h2 {
  margin: 0;
}
.contacts__btn {
  display: block;
  text-align: start;
}
.contacts__card--primary .contacts__btn {
  background-color: var(--primary-color);
}
.contacts__btn:hover,
.contacts__btn:focus {
  opacity: 1;
}
.contacts__btn-text {
  border-bottom: 3px solid var(--primary-color);
}
.btn.collapsed:not(:hover) .contacts__btn-text {
  border-bottom-color: transparent;
}
.contacts__card--primary .btn:hover .contacts__btn-text {
  border-bottom-color: #ffffff;
}
.contacts__items {
  font-size: 1rem;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.6rem;
}
.contacts__title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.contacts__name {
  font-weight: 300;
}
.contacts__value {
  font-weight: 300;
  color: var(--primary-color);
}
.contacts__value a {
  text-decoration: none;
}
.contacts__value a:hover {
  text-decoration: underline;
}
.contacts__tenants-form {
  margin-top: 50px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .about__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.about__text {
  margin-bottom: 40px;
  padding: 52px 30px;
}
@media (max-width: 1199px) {
  .about__text {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 450px) {
  .about__text {
    padding: 20px 15px 15px;
  }
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__info {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media (max-width: 767px) {
  .about__info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 900px;
    margin: 30px auto;
  }
}
.about__info-item {
  width: CALC(25% - 10px * 3 / 4);
  min-height: 75px;
  border: 1px solid var(--primary-color);
  font-size: 18px;
  line-height: 0.8;
  color: var(--primary-color);
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (max-width: 1199px) {
  .about__info-item {
    width: CALC(50% - 10px * 2 / 4);
  }
}
@media (max-width: 767px) {
  .about__info-item {
    width: CALC(25% - 10px * 3 / 4);
  }
}
@media (max-width: 767px) {
  .about__info-item {
    width: CALC(50% - 10px * 2 / 4);
  }
}
.about__info-item:hover {
  color: #ffffff;
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .about__info-item:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about__info-item:nth-last-child(n + 3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about__info-item:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
}
.about__info-content {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-transition: 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.about__info-item:hover .about__info-content {
  -webkit-transform: translateX(-18%);
      -ms-transform: translateX(-18%);
          transform: translateX(-18%);
}
@media (max-width: 767px) {
  .about__info-item:hover .about__info-content {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.about__info-item--reverse:hover .about__info-content {
  -webkit-transform: translateX(18%);
      -ms-transform: translateX(18%);
          transform: translateX(18%);
}
@media (max-width: 767px) {
  .about__info-content {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (max-width: 767px) {
  .about__info-item--reverse .about__info-content,
  .about__info-item--reverse:hover .about__info-content {
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@media (max-width: 450px) {
  .about__info-item .about__info-content,
  .about__info-item:hover .about__info-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.about__info-text {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__info-item--reverse .about__info-text {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 450px) {
  .about__info-item--reverse .about__info-text {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__info-value {
  font-size: 2em;
  font-variant: tabular-nums;
  font-variant-numeric: tabular-nums;
}
.about__info-image {
  position: relative;
  line-height: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 450px) {
  .about__info-image {
    display: none;
  }
}
.about__info-image--car {
  margin-left: 5px;
}
.about__info-item--reverse .about__info-image {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__info-icon {
  fill: currentColor;
}
.about__slider {
  line-height: 0;
}
.about__hide-on-mobile-btn {
  display: none;
  margin: 15px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
}
@media (max-width: 767px) {
  .about__hide-on-mobile-btn {
    display: inline-block;
  }
}
.about__hide-on-mobile-btn:focus {
  outline: 0;
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}
.map__info-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .map__info-wrapper {
    position: static;
  }
}
.map__info-wrapper--mobile {
  display: none;
}
@media (max-width: 991px) {
  .map__info-wrapper--mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .map__info-wrapper--desktop {
    display: none;
  }
}
.map__box {
  position: relative;
}
.map__info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.map__list-wrapper {
  position: relative;
  height: 100%;
  margin-top: -0.9rem;
  overflow-y: hidden;
}
.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.map__list-item {
  display: inline-block;
  padding: 0.8em 0.2em;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}
.map__list-item:hover {
  text-decoration: underline;
}
.map__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
@media (max-width: 991px) {
  .map__control {
    position: absolute;
    top: 0;
    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: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.map__zoom,
.map__floors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .map__zoom,
  .map__floors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 10px 10px 10px 0;
  }
}
.map__floors {
  margin: 10px 0 40px;
}
@media (max-width: 991px) {
  .map__floors {
    margin: 10px auto 0 10px;
  }
}
.map__button {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #e6e7e7;
}
@media (max-width: 991px) {
  .map__button {
    width: 46px;
    height: 46px;
    font-size: 0.9375rem;
  }
}
.map__button:focus,
.map__button:hover {
  border-color: var(--primary-color);
  z-index: 1;
  outline: 0;
  border-radius: 0;
}
.map__button.active {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  z-index: 1;
}
.map__button.active:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.map__button.active:focus {
  outline: 1px solid var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.map__button:nth-child(n + 2) {
  margin-top: -1px;
}
@media (max-width: 991px) {
  .map__button:nth-child(n + 2) {
    margin-top: 0;
    margin-left: -1px;
  }
}
.map__control-title {
  font-weight: 300;
}
@media (max-width: 991px) {
  .map__control-title {
    display: none;
  }
}
.error404 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8% 0;
}
@media (max-width: 575px) {
  .error404 {
    padding: 8% 0 60px;
  }
}
.error404__wrapper {
  text-align: center;
  max-width: 550px;
}
.error404__title {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 40px;
}
.error404__big {
  font-size: 100px;
}
.error404__text {
  font-size: 24px;
}
.error404__link {
  font-weight: bold;
}
.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.subscribe__input {
  padding: 5px 15px;
  border: 1px solid #e6e7e7;
  width: 100%;
  font-size: inherit;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .subscribe__input {
    font-size: 0.875rem;
  }
}
.subscribe__input:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .subscribe__btn {
    font-size: 0.875rem;
  }
}
.subscribe__terms {
  margin-top: 15px;
  font-size: 0.875rem;
}
.has-error {
  border: red solid 1px;
}
#feedback-popup-message .popup-window-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content{
  color: #000000;
}

.filter__bottom .selected{
  font-weight: 500;
}
.shop-search {
  margin-bottom: 15px;
  padding: 30px 28px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1300px) {
  .shop-search {
    padding: 20px;
  }
}
/*@media (max-width: 1040px) {
  .shop-search {
    margin-top: 15px;
  }
} */
@media (max-width: 550px) {
  .shop-search {
    padding: 20px 15px;
  }
}
.shop-search__title {
  margin-top: 0;
  margin-bottom: 1em;
}
@media (max-width: 550px) {
  .shop-search__title {
    margin-bottom: 0.5em;
  }
}
.shop-search__list {
  -webkit-column-count: 2;
  column-count: 2;
  list-style-type: none;
  margin: 0 0 41px;
  padding: 0;
}
@media (max-width: 1300px) {
  .shop-search__list {
    margin: 0 0 20px;
  }
}
@media (max-width: 450px) {
  .shop-search__list {
    -webkit-column-count: unset;
    column-count: unset;
  }
}
.shop-search__list-item {
  margin-bottom: 1em;
  line-height: 1.2;
  max-height: 21px;
}
@media (min-width: 451px) and (max-width: 905px) {
  .shop-search__list-item {
    margin-bottom: 0.6em;
  }
}
@media (max-width: 450px) {
  .shop-search__list-item {
    margin-bottom: 0.3em;
  }
}
.shop-search__list-item a {
  text-decoration: none;
}
.shop-search__list-item a:hover {
  font-size: 19px;
}
@media (max-width: 767px) {
  .shop-search__list-item {
    max-height: 19px;
  }
  .shop-search__list-item a:hover {
    font-size: 17px;
  }
}
.shop-search__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.385em 0;
  line-height: 1em;
  text-decoration: none;
}
.shop-search__link:hover {
  color: #eba921;
}
.shop-search__box {
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 450px) {
  .shop-search__box {
    -webkit-column-count: auto;
    column-count: auto;
  }
}
@media (max-width: 450px) {
  .shop-search__btn-wrapper:not(:last-child) {
    margin-bottom: 15px;
  }
}
.shop-search__btn {
  width: 250px;
  max-width: 100%;
  padding: 20px 2px 17px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  background-color: var(--primary-color);
  color:white;
}
.shop-search__btn:hover{
  background-color: var(--bg-color);
  color:white;
}
.shop-search__btn--blank{
  border: var(--primary-color) solid 1px;
  background-color: white;
  color: inherit;
}
.shop-search__btn.shop-search__btn--white{
  color: white;
}
@media (max-width: 1130px) {
  .shop-search__btn {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .shop-search__btn {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .shop-search__btn {
    font-size: 16px;
    width: 100%;
  }
}
.button-back {
  min-width: 229px;
}
.button-back__svg {
  transform: rotate(90deg);
  padding-right: 3px;
}
.button-back a {
  text-decoration: none;
}
.button-back a:hover > .button-back__text {
  text-decoration: underline;
}
.contacts__btn-wrapper {
  position: relative;
}
.contacts__btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.contacts__btn.collapsed > .contacts__btn-icon {
  transform: translateX(-50%) translateY(-50%);
}

.security__main, .security__section, .security__title {
  font-weight: 300;
}
@media (max-width: 767px) {
  .security__main p, .security__section p{
    color: #b4b4b4;
    font-weight: 400;
    font-size: 0.875rem;
  }
}

.smain__img-wrapper--color {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .smain__text-wrapper {
    border: none;
  }
}

.s-section__item {
  border: 1px solid #dadada;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .s-section__text-wrapper {
    display: flex;
    align-items: center;
    padding: 0.625rem;
    width: 60%;
  }
}

.s-section__img-wrapper img {
  max-height: 172px;
}

@media (max-width: 767px) {
  .s-section__img-wrapper {
    width: 40%;
    padding: 0.625rem;
  }
}

.smain__text-wrapper, .smain__img-wrapper {
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .smain__text-wrapper {
    border: none;
  }
}

.security__title {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .security__title {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .smain__svg {
    width: 53px;
    height: 63px;
  }
  .smain__img {
    width: 91%;
  }
}