/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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"] {
  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;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Light.woff2") format("woff2"), url("../fonts/Mulish-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2"), url("../fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-padding-top: 20px;
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

body {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  color: #4F4F4F;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}

.main {
  max-width: 1920px;
  margin: 0 auto;
  min-height: calc(100vh - 280px);
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  transition: all 0.3s linear;
}

img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.compensate-for-scrollbar {
  margin: auto !important;
}

.fade-in {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.form__label {
  display: block;
}

.form__label:hover .form__input {
  border-color: rgba(0, 0, 0, 0.3);
}

.form__place {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 10px;
}

.form__input {
  width: 100%;
  padding: 13px 20px;
  border-radius: 50px;
  border: 1px solid #828282;
  transition: all 0.2s linear;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  line-height: 16px;
}

.form__input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.form__input::placeholder {
  color: #BDBDBD;
}

.form__input_message {
  border: 1px solid #828282;
  border-radius: 10px;
  resize: none;
  height: 100px;
}

.form__checked {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  color: #000;
}

.form__checked input:checked ~ .form__checked-box {
  border-color: transparent;
}

.form__checked input:checked ~ .form__checked-box .form__checked-on {
  opacity: 1;
}

.form__checked-box {
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
  display: block;
  border: 1px solid #4F4F4F;
}

.form__checked-box svg {
  width: 20px;
  height: 20px;
}

.form__checked-on {
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
}

.form__checked-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  line-height: 120%;
  color: currentColor;
}

.form__checked-text a {
  color: currentColor;
}

.form__checked-text a:hover {
  color: #C61A2C;
  text-decoration: underline;
}

.form__btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 14px;
  color: #fff;
  background: #C61A2C;
  border-radius: 50px;
}

.form__btn:hover {
  background: #a90516;
}

.form__btn:active {
  background: #C61A2C;
}

.fancybox-container .fancybox-bg {
  background: rgba(92, 92, 92, 0.5);
  backdrop-filter: blur(4px);
}

.fancybox-container .fancybox-navigation .fancybox-button {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 44px;
  color: #4F4F4F;
  top: 50%;
  transform: translateY(-50%);
}

.fancybox-container .fancybox-navigation .fancybox-button:active,
.fancybox-container .fancybox-navigation .fancybox-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 19px;
  height: 12px;
}

.fancybox-container .fancybox-navigation .fancybox-button svg {
  display: none !important;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
  margin-left: 180px;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left > div {
  background-image: url("./../../dist/img/svg/btn-1.svg");
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 180px;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right > div {
  background-image: url("./../../dist/img/svg/btn-2.svg");
}

.skeleton {
  background-color: #ededed0f;
  background: linear-gradient(100deg, #3232320f 40%, #f9f7f712 50%, #3232320f 60%) #3232320f;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1.6s Shine ease-in-out infinite;
}

@keyframes Shine {
  to {
    background-position-x: -20%;
  }
}

img[data-src] {
  opacity: 0;
  transition: all .2s linear;
}

.bt-spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-color: #C61A2C;
  border-bottom-color: #C61A2C;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #C61A2C;
  border: 1px solid #C61A2C;
  border-radius: 50px;
  height: 44px;
  padding: 16px 18px;
  display: inline-flex;
  align-items: center;
}

.btn__arrow {
  width: 19px;
  height: 12px;
  fill: currentColor;
  margin-left: 15px;
}

.btn:hover {
  background-color: #C61A2C;
  color: #fff;
}

.btn:active {
  background-color: #fff;
  color: #C61A2C;
}

.header {
  position: relative;
  z-index: 900;
}

.header_border {
  border-bottom: 1px solid #BDBDBD;
}

.header__wrap {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 100%;
  max-width: 190px;
  display: block;
}

.header__logo img {
  width: 100%;
}

.header__nav {
  width: 100%;
  margin-bottom: 20px;
}

.header__nav-list {
  display: flex;
  align-items: center;
  margin: 0 -25px;
}

.header__nav-item {
  margin: 0 25px;
  position: relative;
  cursor: pointer;
}

.header__nav-item_level .header__nav-link {
  position: relative;
  z-index: 30;
}

.header__nav-item_level.is-show span.header__nav-link {
  color: #C61A2C;
}

.header__nav-item_level.is-show .header__nav-sub {
  opacity: 1;
  z-index: 20;
  visibility: visible;
  display: block;
}

.header__nav-item_level.is-show .header__nav-arrow {
  transform: rotate(-180deg);
}

.header__nav-sub {
  display: none;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.header__nav-sub-item a {
  white-space: nowrap;
}

.header__nav-sub-item .header__nav-link {
  font-size: 14px;
  line-height: 18px;
}

.header__nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
  cursor: pointer;
}

.header__nav-link:hover,
.header__nav-link:focus {
  color: #C61A2C;
}

.header__nav-arrow {
  transition: all 0.2s linear;
}

.header__lang {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.header__lang-link {
  width: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  color: #4F4F4F;
}

.header__lang-link span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.header__lang-link:hover {
  border-color: #C61A2C;
  color: #C61A2C;
  opacity: 0.6;
}

.header__lang-link_active {
  border-color: #C61A2C;
  color: #C61A2C;
}

.header__lang-link_active:hover {
  opacity: 1;
}

.header__burger {
  display: none;
}

.header__burger.is-active .header__burger-bar1 {
  transform: rotate(-45deg) translate(-4px, 5px);
}

.header__burger.is-active .header__burger-bar2 {
  opacity: 0;
}

.header__burger.is-active .header__burger-bar3 {
  transform: rotate(45deg) translate(-4px, -5px);
}

.header__burger-bar1,
.header__burger-bar2,
.header__burger-bar3 {
  width: 20px;
  height: 2px;
  background-color: #C61A2C;
  margin: 4px 0;
  transition: 0.4s;
  display: block;
}

.header__overflow {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.footer {
  background-color: #333333;
  padding: 40px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.footer__nav-list {
  display: flex;
  align-items: center;
  margin: 0 -25px;
}

.footer__nav-item {
  margin: 0 25px;
}

.footer__nav-link {
  font-size: 16px;
  line-height: 20px;
  color: #F2F2F2;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
}

.footer__nav-link:hover {
  border-color: #F2F2F2;
}

.footer__contacts {
  text-align: right;
}

.footer__contacts-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #F2F2F2;
  display: block;
}

.footer__contacts-link:hover {
  border-color: #F2F2F2;
}

.footer__contacts-address {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #F2F2F2;
}

.footer__contacts-link {
  color: #F2F2F2;
  display: block;
}

.footer__contacts-link:hover {
  text-decoration: underline;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom-source {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.footer__source {
  margin: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BDBDBD;
  border-bottom: 1px solid transparent;
}

.footer__source:hover {
  border-color: #BDBDBD;
}

.section_pd-3 {
  padding: 25px 0;
}

.section_pd-4 {
  padding: 20px;
}

.section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #C61A2C;
}

.section__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

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

.section__text strong {
  font-weight: 600;
}

.section__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.section__link-bottom {
  display: flex;
  align-items: center;
}

.section__link-bottom .btn {
  margin: 0 auto;
}

.section__download {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #C61A2C;
}

.section__download svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.section__download span {
  border-bottom: 1px solid #C61A2C;
}

.section__download span:hover {
  border-color: transparent;
}

.section__list {
  margin-top: 15px;
  padding-left: 20px;
}

.section__list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  list-style-type: disc;
}

.section__list-item:not(:last-child) {
  margin-bottom: 15px;
}

.intro__wrap {
  position: relative;
}

.intro__wrap_slider .slick-next {
  right: -20px;
}

.intro__wrap_slider .slick-prev {
  left: -20px;
}

.intro__wrap_slider .slick-prev::before,
.intro__wrap_slider .slick-next::before {
  color: black;
}

.intro__wrap_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.intro__wrap_slider:hover .slick-dots {
  opacity: 1;
}

.intro__wrap_slider .intro__img:not(:first-child):not(.slick-slide) {
  display: none;
}

.intro__wrap_slider .slick-dots {
  bottom: 10px;
  opacity: 0;
  transition: all 0.2s linear;
}

.intro__wrap_slider .slick-dots button {
  display: none;
}

.intro__wrap_slider .slick-dots li {
  width: 30px;
  height: 3px;
  background-color: #ccc;
  transition: all 0.2s linear;
}

.intro__wrap_slider .slick-dots li.slick-active {
  background-color: #C61A2C;
}

.intro__img img {
  width: 100%;
}

.projects__tab {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.projects__tab-item {
  width: calc(25% - 20px);
  margin: 20px 10px 0;
  cursor: pointer;
}

.projects__tab-item.is-active .projects__tab-arrow {
  transform: rotate(-90deg);
}

.projects__tab-item.is-active .projects__tab-bottom {
  border-color: #C61A2C;
}

.projects__tab-bottom {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #BDBDBD;
  transition: all 0.2s linear;
}

.projects__tab-img {
  width: 100%;
  height: 250px;
}

.projects__tab-img img {
  width: 100%;
}

.projects__tab-arrow {
  transition: all 0.2s linear;
  margin-right: 30px;
}

.projects__tab-arrow img {
  width: 18px;
  height: 18px;
}

.projects__tab-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

.projects__body {
  padding: 40px 0 0;
}

.projects__content {
  display: none;
  padding-bottom: 50px;
  border-bottom: 1px solid #C61A2C;
}

.projects__content.is-active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.projects__content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #C61A2C;
  margin-bottom: 15px;
}

.projects__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}

.map__simple {
  width: 100%;
  height: 504px;
  background-image: url(./dist/img/content/map-fake.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.map__simple .ymaps-2-1-79-copyright.ymaps-2-1-79-copyright_logo_no,
.map__simple .ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

.map__line-string {
  width: 100%;
  position: relative;
}

.map__line-string_filter .ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

.map__line-string .ymaps-2-1-79-copyright.ymaps-2-1-79-copyright_logo_no,
.map__line-string .ymaps-2-1-79-map-copyrights-promo {
  display: none;
}

.map__line-string .ymaps-2-1-79-places-pane {
  z-index: 4000 !important;
}

.map__line-string .placeMark-pin {
  width: 35px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 10000000;
  transition: all .5s linear;
}

.map__line-string .placeMark-pin img {
  cursor: pointer;
  width: 35px;
  height: 40px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 2s;
}

.map__line-string .placeMark-pin .pulse {
  background: transparent;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px auto;
  transform: translateX(-50%) rotateX(55deg);
  z-index: -2;
  display: block;
}

.map__line-string .placeMark-pin .pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 0 1px 2px #C61A2C;
  animation-delay: 1s;
}

.map__line-inner {
  width: 100%;
  height: 800px;
}

.map__line-desc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.map__line-desc-wrap {
  position: relative;
  padding: 40px 200px 100px 20px;
  color: #fff;
}

.map__line-desc-wrap::after {
  content: "";
  background-image: linear-gradient(142deg, rgba(0, 0, 0, 0.728729) 0%, rgba(255, 255, 255, 0) 78%);
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.map__line-desc-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
}

.map__line-desc-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-200px);
  }

  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.advantages__wrap {
  margin-top: -30px;
}

.advantages__item {
  padding-left: 45px;
  margin: 40px 0;
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  align-items: baseline;
  position: relative;
}

.advantages__item:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 30px;
  background: #C61A2C;
  border-radius: 50%;
  left: 0;
  top: 13px;
}

.advantages__circle {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 30px;
  background: #C61A2C;
  border-radius: 50%;
  display: block;
}

.advantages__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}

.advantages__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.video__wrap {
  border: 1px solid #333333;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.video__wrap:hover .video__button {
  background: rgba(200, 200, 200, 0.5);
}

.video__wrap:active .video__button {
  background: rgba(255, 255, 255, 0.7);
}

.video__wrap-view {
  display: block;
  width: 100%;
  object-fit: cover;
}

.video__button {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__button svg {
  height: 37.5px;
  width: 29.16666603088379px;
  margin-right: -5px;
}

.interactive-image {
  padding-top: 25px;
}

.interactive-image__main {
  position: relative;
  transition: all 0.2s linear;
}

.interactive-image__main img {
  width: 100%;
}

.interactive-image__main.is-shadow::before {
  opacity: .5;
}

.interactive-image__main::before {
  content: "";
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: 1s;
}

.interactive-image__text {
  color: #fff;
  display: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 20px;
}

.interactive-image__wrap {
  position: relative;
  overflow: hidden;
}

.interactive-image__wrap:hover .interactive-image__object:not(:hover) {
  opacity: 0;
}

.interactive-image__vector {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.interactive-image__vector path {
  cursor: pointer;
  opacity: 0;
  transition: 1s;
}

.interactive-image__vector path:hover {
  opacity: 1;
}

.gallery_pt-1 {
  padding-top: 25px;
}

.gallery_pt-2 {
  padding: 40px 0;
}

.gallery_reverse .gallery__wrap {
  flex-direction: row-reverse;
}

.gallery img {
  width: 100%;
}

.gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.gallery__wrap-2 {
  display: flow-root;
  margin: 0 -20px;
}

.gallery__big {
  width: calc(50% - 40px);
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.2s linear;
  display: block;
}

.gallery__big:hover {
  transform: scale(1.1);
}

.gallery__left {
  width: calc(50% - 40px);
  margin: 0 20px;
}

.gallery__box {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}

.gallery__sm {
  width: calc(50% - 40px);
  margin: 40px 20px 0;
  cursor: pointer;
  display: block;
  transition: all 0.2s linear;
}

.gallery__sm:hover {
  transform: scale(1.1);
}

.gallery__link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.gallery__link svg {
  width: 14px;
  height: 14px;
}

.photo {
  position: relative;
  float: left;
}

.photo a {
  height: calc(100% - 4px);
  width: calc(100% - 2px);
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
  display: flex;
  font-size: 0;
  bottom: 4px;
  left: 0;
}

.photo a img {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
}

.contacts__wrap {
  display: flex;
  align-items: stretch;
}

.contacts__map {
  width: 100%;
  max-width: 600px;
}

.contacts__map .map {
  height: 100%;
}

.contacts__content {
  width: 100%;
  max-width: 860px;
  padding: 30px;
  border: 1px solid #BDBDBD;
}

.contacts__content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  font-weight: 500;
  color: #C61A2C;
  margin-bottom: 20px;
}

.contacts__content-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contacts__content-item {
  display: flex;
  align-items: center;
}

.contacts__content-item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
}

.contacts__content-text[href]:hover {
  text-decoration: underline;
}

.contacts__content-text span {
  display: inline-block;
}

.contacts__content-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4F4F4F;
  border-radius: 50px;
  margin-right: 15px;
}

.contacts__content-icon svg {
  width: 16px;
  height: 16px;
}

.contacts__content-download {
  margin-bottom: 30px;
}

.contacts__content-download a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
  text-decoration: underline;
}

.contacts__content-download a:hover {
  text-decoration: none;
}

.contacts__content-download svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.feedback__wrap {
  padding: 50px;
  border: 1px solid #BDBDBD;
}

.feedback__form .form__checked {
  width: calc(100% - 34.2%);
  margin-bottom: 20px;
}

.feedback__form .form__btn {
  width: 100%;
  max-width: 250px;
}

.feedback__form-row {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -17.5px 0;
}

.feedback__form-row .feedback__form-label {
  margin: 40px 17.5px 0;
  width: calc(33.33333% - 35px);
}

.feedback__message {
  margin: 40px 0;
  width: calc(100% - 34.2%);
}

@media (min-width: 768px) {
  .gallery__link {
    display: none;
  }
}

@media (min-width: 769px) {
  .section_desktop-hide {
    display: none;
  }

  .section__title {
    margin-bottom: 40px;
  }

  .section__row .section__title {
    margin-bottom: 0;
  }

  .projects__content-wrapper .projects__tab-item {
    display: none;
  }

  .contacts__map .map .map__line-string {
    padding-top: 0;
    height: 100%;
  }

  .contacts__content-text span:first-child {
    margin-right: 20px;
  }
}

@media (min-width: 901px) {
  .header__menu {
    flex: auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .header__nav {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .header__nav-sub {
    display: block;
    position: absolute;
    top: 150%;
    left: -20px;
    padding: 5px 20px;
    z-index: -20;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
  }

  .header__nav-sub-item {
    margin: 15px 0;
  }

  .header__nav-link {
    padding: 5px;
  }

  .header__nav-arrow {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .photo {
    padding-top: 15%;
    width: 25%;
  }

  .photo:nth-child(6n+3),
  .photo:nth-child(6n+4) {
    padding-top: 30%;
    width: 50%;
  }

  .photo:nth-child(6n+4) {
    margin-top: -15.001%;
  }

  .photo:nth-child(6n+2) a,
  .photo:nth-child(6n+5) a {
    width: calc(100% - 4px);
    left: 2px;
  }

  .photo:nth-child(6n+3) a,
  .photo:nth-child(6n+6) a {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .footer__contacts-address.footer__contacts-address_tablet {
    display: none;
  }
}

@media (min-width: 1201px) {
  .section_pd-1 {
    padding: 50px 0 25px;
  }

  .section_pd-2 {
    padding: 25px 0 50px;
  }

  .section_pd-5 {
    padding: 40px 0 100px;
  }
}

@media (min-width: 1381px) {
  .contacts__content-col:first-child {
    width: 50%;
  }

  .contacts__content-col:last-child {
    width: 40%;
  }
}

@media (max-width: 1880px) {
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 90px;
  }

  .fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 90px;
  }
}

@media (max-width: 1540px) {
  .container {
    max-width: 1380px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }

  .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 10px;
  }

  .fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 10px;
  }

  .section__title {
    font-size: 20px;
  }

  .projects__content-title {
    font-size: 20px;
  }

  .map__line-desc-title {
    font-size: 20px;
  }

  .advantages__title {
    font-size: 20px;
  }

  .contacts__content-title {
    font-size: 20px;
  }
}

@media (max-width: 1380px) {
  .advantages__title {
    font-size: 25px;
  }

  .contacts__map {
    max-width: 50%;
  }

  .contacts__content {
    max-width: 50%;
  }

  .contacts__content-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts__content-flex {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .header__logo {
    max-width: 120px;
  }

  .map__line-inner {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .projects__tab-item {
    width: calc(50% - 20px);
  }

  .projects__tab-img {
    height: 200px;
  }

  .interactive-image__text br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__copy {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .footer__contacts {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .footer__contacts-address {
    margin-right: 30px;
  }

  .footer__contacts-address:not(.footer__contacts-address_tablet) {
    display: none;
  }

  .feedback__wrap {
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .form__btn {
    border-radius: 50px;
  }

  .header__wrap {
    padding: 15px 0;
    position: relative;
    z-index: 200;
  }

  .header__menu {
    width: 100%;
    max-width: 320px;
    height: 50vh;
    position: fixed;
    top: 48px;
    right: 0;
    z-index: 200;
    background-color: #fff;
    display: none;
    padding: 20px 20px 100px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .header__nav-item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #BDBDBD;
    width: 100%;
  }

  .header__nav-sub {
    padding: 20px;
    margin-top: 20px;
  }

  .header__nav-sub-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .header__nav-sub-item .header__nav-link {
    width: 100%;
    z-index: 999;
  }

  .header__nav-link_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__nav-arrow {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  .header__burger {
    display: inline-block;
  }

  .header__overflow.is-show {
    display: block;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 345px;
    padding: 0;
  }

  .fancybox-container .fancybox-navigation .fancybox-button {
    width: 44px;
    height: 33px;
    border-radius: 30px;
  }

  .fancybox-container .fancybox-navigation .fancybox-button > div {
    width: 15px;
    height: 8px;
  }

  .header__menu {
    height: 100%;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer__nav-list {
    margin: 0 -10px;
  }

  .footer__nav-item {
    margin: 0 10px;
  }

  .footer__nav-link {
    font-size: 12px;
    line-height: 15px;
  }

  .footer__contacts {
    display: block;
    text-align: left;
  }

  .footer__contacts-address {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer__contacts-address br {
    display: none;
  }

  .footer__bottom {
    display: block;
  }

  .footer__bottom-source {
    display: block;
  }

  .footer__source {
    display: block;
  }

  .footer__source:not(:last-child) {
    margin-bottom: 10px;
  }

  .section_pd-1 {
    padding: 25px 0;
  }

  .section_pd-2 {
    padding: 25px 0;
  }

  .section_pd-4 {
    padding: 15px 0 25px;
  }

  .section_pd-5 {
    padding: 20px 0 25px;
  }

  .section__title {
    margin-bottom: 20px;
  }

  .section__row {
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .section__link-bottom .btn,
  .section__link.btn {
    font-size: 14px;
    line-height: 16px;
    height: 42px;
    padding: 13px;
    width: 100%;
    justify-content: center;
  }

  .section__link-bottom {
    margin-top: 40px;
  }

  .section__download {
    font-size: 14px;
  }

  .projects__tab {
    display: none !important;
  }

  .projects__tab-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .projects__tab-title {
    font-size: 18px;
    line-height: 24px;
  }

  .projects__body {
    padding: 0;
  }

  .projects__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .map__simple {
    height: 300px;
  }

  .map__line-string .placeMark-pin {
    width: 25px;
    height: 30px;
  }

  .map__line-string .placeMark-pin img {
    width: 25px;
    height: 30px;
  }

  .map__line-inner {
    padding-top: 5px;
    height: 300px;
  }

  .map__line-desc {
    position: static;
  }

  .map__line-desc-wrap::after {
    content: none;
  }

  .map__line-desc-wrap {
    padding: 20px 0 0;
    color: #000;
  }

  .map__line-desc-title {
    line-height: 120%;
  }

  .map__line-desc-text br {
    display: none;
  }

  .advantages__wrap {
    margin-top: -20px;
  }

  .advantages__item:before {
    left: 7px;
    top: 8px;
  }

  .advantages__item {
    display: block;
    margin: 20px 0 10px;
  }

  .advantages__circle {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .advantages__title {
    font-size: 18px;
  }

  .video__button svg {
    height: 8.142857551574707px;
    width: 7px;
  }

  .video__button {
    width: 24px;
    height: 24px;
  }

  .interactive-image {
    padding-top: 5px;
  }

  .interactive-image__text {
    color: #000;
    position: static;
    display: block;
    background: transparent;
    padding: 20px 0 0;
    font-size: 14px;
  }

  .gallery_pt-1 {
    padding-top: 5px;
  }

  .gallery_pt-2 {
    padding: 20px 0;
  }

  .gallery_mob-none {
    display: none;
  }

  .gallery__wrap {
    flex-direction: column;
    margin: 0;
  }

  .gallery__big {
    width: 100%;
    margin: 0;
    height: 190px;
  }

  .gallery__left {
    width: 100%;
    margin: 0;
  }

  .gallery__box {
    flex-direction: column;
    margin: 0;
  }

  .gallery__sm {
    width: 100%;
    margin: 10px 0 0;
    height: 190px;
  }

  .gallery__sm:nth-child(n+3) {
    display: none;
  }

  .contacts__wrap {
    flex-direction: column;
  }

  .contacts__map {
    max-width: 100%;
    margin-top: 20px;
  }

  .contacts__content {
    max-width: 100%;
    padding: 20px;
  }

  .contacts__content-item {
    align-items: baseline;
  }

  .feedback__form .form__checked {
    width: 100%;
  }

  .feedback__form .form__btn {
    max-width: 100%;
  }

  .feedback__form-row {
    margin: -20px 0 0;
  }

  .feedback__form-row .feedback__form-label {
    width: 100%;
    margin: 20px 0 0;
  }

  .feedback__message {
    margin: 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .photo {
    padding-top: 52%;
    width: 100%;
  }

  .photo a {
    width: 100%;
  }
}

@media (max-width: 365px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .section_pd-1 {
    padding: 40px 0 20px;
  }

  .section_pd-2 {
    padding: 20px 0 40px;
  }

  .section_pd-5 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 641px) {
  .photo {
    padding-top: 20%;
    width: 33.3333%;
  }

  .photo a {
    width: 100%;
  }

  .photo:nth-child(6n+3) {
    width: 33.3333%;
    padding-top: 20%;
  }

  .photo:nth-child(6n+2) {
    float: right;
  }

  .photo:nth-child(6n+2) a {
    width: calc(100% - 4px);
    left: auto;
    right: 0;
  }

  .photo:nth-child(6n+4) {
    margin-top: 0;
  }

  .photo:nth-child(6n+4) a {
    width: calc(100% - 4px);
  }

  .photo:nth-child(6n+2),
  .photo:nth-child(6n+4) {
    padding-top: 40%;
    width: 66.6666%;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .photo a {
    display: block;
  }
}
/*# sourceMappingURL=maps/main.css.map */
