

/* Start:/local/templates/kursk-dolgoe/template_styles.css?175489999728409*/
/* montserrat-300 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-300.woff2") format("woff2"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-300.woff") format("woff"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-300.ttf") format("truetype"); }
/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-regular.woff") format("woff"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-regular.ttf") format("truetype"); }
/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-500.woff2") format("woff2"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-500.woff") format("woff"), url("/local/templates/kursk-dolgoe/assets/fonts/montserrat-v12-latin_cyrillic-500.ttf") format("truetype"); }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(/local/templates/kursk-dolgoe/../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(/local/templates/kursk-dolgoe/../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/local/templates/kursk-dolgoe/../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/local/templates/kursk-dolgoe/../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/local/templates/kursk-dolgoe/../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.slideout-open .slideout-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8); }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Arial', Sans-Serif;
  font-size: 14px;
  overflow-x: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.slider-arrow-icon {
  width: 60px;
  height: 60px;
  fill: #fff; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 544px) {
    .container {
      width: 476px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }
  @media (min-width: 1560px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.icon-svg-header {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: #fff; }

.icon-svg-section {
  width: 32px;
  height: 32px;
  fill: #2b7b50; }
  .icon-svg-section--scroll {
    fill: #fff; }

.title-wrap {
  margin: 0 0 30px;
  text-align: center; }
  @media (max-width: 991px) {
    .title-wrap {
      padding: 20px 0; } }

.title {
  margin: 15px 0 0;
  font-size: 30px;
  font-weight: 400;
  color: #2b7b50; }
  @media (max-width: 991px) {
    .title {
      font-size: 20px; } }

.about {
  margin: 0 0 30px;
  font-size: 18px; }

.yandex-map {
  height: 450px;
  margin-bottom: 30px; }

.slider {
  min-height: 100vh;
  margin-bottom: 30px; }
  .slider__item {
    position: relative; }
    .slider__item:focus {
      outline: none; }
  .slider__text-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center; }
  .slider__button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 19;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer; }
    .slider__button:focus {
      outline: none; }
    .slider__button--next {
      right: 7%; }
    .slider__button--prev {
      left: 7%; }

.slider-picture__img {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  object-fit: cover; }
  @media (max-width: 767px) {
    .slider-picture__img--big {
      display: none !important; } }
  @media (min-width: 768px) {
    .slider-picture__img--small {
      display: none !important; } }

.slider-text {
  position: relative;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: rgba(43, 123, 80, 0.85);
  color: #fff; }
@media (min-width: 1200px) and (max-width: 1559px) {
  .slider-text {
    padding: 40px 0; } }

  @media (max-width: 1199px) {
    .slider-text {
      padding: 20px 0; } }
  .slider-text__title {
    margin: 0 0 40px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500; }
@media (min-width: 1200px) and (max-width: 1559px) {
  .slider-text__title {
    margin: 0 0 30px;
    font-size: 45px;
    line-height: 45px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-text__title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 30px; } }

    @media (max-width: 991px) {
      .slider-text__title {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 20px; } }
  .slider-text__subtitle {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400; }
@media (min-width: 1200px) and (max-width: 1559px) {
  .slider-text__subtitle {
    font-size: 20px;
    line-height: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-text__subtitle {
    font-size: 15px;
    line-height: 15px; } }

    @media (max-width: 991px) {
      .slider-text__subtitle {
        font-size: 12px;
        line-height: 12px; } }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
  opacity: 1;
  transition: opacity 0.5s linear;
  z-index: 0; }

.slick-dots li button {
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  border: 2px solid #fff; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-active button {
  position: relative;
  cursor: default; }

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

.slider-wrap {
  position: relative; }

.slider-scroll {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 19;
  text-align: center;
  color: #fff; }
  .slider-scroll__text {
    margin: 10px 0 0;
    font-size: 12px; }
  @media (max-width: 767px) {
    .slider-scroll {
      display: none; } }

.gallery-slider {
  margin-bottom: 30px; }
  .gallery-slider__item {
    position: relative; }
    .gallery-slider__item:not(.slick-active) .gallery-slider__overlay {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 10;
      background: rgba(0, 0, 0, 0.4); }
    .gallery-slider__item:focus {
      outline: none; }
  .gallery-slider__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover; }

.gallery-wrap {
  position: relative; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }
  .header--bg {
    min-height: 300px;
    background-image: -moz-linear-gradient(90deg, rgba(36, 36, 35, 0) 0%, #242423 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(36, 36, 35, 0) 0%, #242423 100%);
    background-image: -ms-linear-gradient(90deg, rgba(36, 36, 35, 0) 0%, #242423 100%); }
  .header--fixed {
    background: #215e3e; }
  .header__contacts {
    color: #fff; }
    @media (max-width: 991px) {
      .header__contacts {
        display: none; } }
    .header__contacts--hide {
      display: none; }
  @media (max-width: 991px) {
    .header__menu {
      display: none; } }

.contact-header {
  display: flex;
  margin: 20px 0 0; }
  @media (max-width: 991px) {
    .contact-header {
      display: none; } }
  .contact-header__logo-wrap {
    flex-basis: 250px; }
  .contact-header__logo {
    width: 100%;
    height: 80px; }
  .contact-header__phone, .contact-header__address {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #2b7b50; }
  .contact-header__address {
    margin-right: -2px; }
  .contact-header__phone {
    margin-left: -2px; }

.header-info {
  margin-left: auto;
  padding-right: 40px;
  display: flex;
  align-items: center; }
  .header-info--reverse {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    padding-left: 40px;
    flex-direction: row-reverse; }
    .header-info--reverse .header-info__icon {
      margin-left: 0;
      margin-right: 18px; }
  .header-info__icon {
    margin-left: 18px;
    width: 34px;
    height: 34px;
    fill: #fff; }
  .header-info__item {
    display: block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-out; }
    .header-info__item--phone {
      text-align: right; }
      .header-info__item--phone:hover {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
    .header-info__item--fluid {
      letter-spacing: 0.5px; }
    .header-info__item--right {
      text-align: right; }

.main-menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-top: 1px solid transparent; }
  .main-menu__item {
    margin-top: -1px;
    list-style: none;
    border-top: 2px solid transparent; }
    .main-menu__item:hover {
      border-top: 2px solid #51e797;
      transition: 0.3s; }
    .main-menu__item.active {
      border-top: 2px solid #51e797; }
  .main-menu__link {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500; }
    .main-menu__link:hover, .main-menu__link:focus {
      text-decoration: none;
      color: #fff; }

.sentence {
  display: flex;
  flex-wrap: wrap; }
  .sentence__item {
    position: relative;
    flex-basis: 22.5%;
    max-width: 22.5%;
    margin-bottom: 30px;
    margin-left: 2%;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(36, 36, 35, 0.15); }
    .sentence__item:not(.sentence__item--no-animate):hover .sentence__text {
      padding: 50px 20px;
      max-height: 500px; }
    @media (min-width: 1200px) {
      .sentence__item:nth-of-type(4n) {
        margin-right: 2%; } }
@media (min-width: 544px) and (max-width: 1199px) {
  .sentence__item {
    flex-basis: 47%;
    max-width: 47%; }
    .sentence__item:nth-of-type(2n) {
      margin-right: 2%; } }

    @media (max-width: 543px) {
      .sentence__item {
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px; } }
  .sentence__img {
    width: 100%;
    max-width: 100%;
    height: 85vh;
    object-fit: cover; }
    @media (max-width: 767px) {
      .sentence__img {
        height: 300px; } }
  .sentence__about {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .sentence__about {
        position: static; } }
  .sentence__status {
    position: relative;
    padding: 10px 20px 40px;
    overflow: hidden; }
  .sentence__name {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase; }
  .sentence__price {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300; }
  .sentence__text {
    padding: 0 20px;
    background: #fff;
    transition: 0.5s;
    max-height: 0; }
    @media (max-width: 767px) {
      .sentence__text {
        padding: 50px 20px;
        max-height: 500px; } }
  .sentence__text-item {
    margin: 0 0 40px;
    text-align: center; }
    .sentence__text-item:last-of-type {
      margin: 0; }
  .sentence__img-icon {
    position: absolute;
    right: -10px;
    bottom: -20px;
    max-width: 120px;
    max-height: 120px; }

.projects {
  display: flex;
  flex-wrap: wrap; }
  .projects__item {
    position: relative;
    flex-basis: 22.9%;
    max-width: 22.9%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 2px 10px 0px rgba(36, 36, 35, 0.15); }
    .projects__item:hover .projects__text {
      padding: 25px 15px;
      max-height: 100%; }
    @media (min-width: 1200px) {
      .projects__item:nth-of-type(4n) {
        margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .projects__item {
    flex-basis: 31.1%;
    max-width: 31.1%; }
    .projects__item:nth-of-type(3n) {
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .projects__item {
    flex-basis: 47.8%;
    max-width: 47.8%; }
    .projects__item:nth-of-type(2n) {
      margin-right: 0; } }

    @media (max-width: 767px) {
      .projects__item {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0; } }
  .projects__about {
    padding: 15px;
    background: #2b7b50; }
  .projects__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff; }
  .projects__price {
    color: #ffcd47; }
  .projects__text {
    margin: 0;
    padding: 0 15px;
    background: #fff;
    max-height: 0;
    transition: 0.5s; }
    @media (max-width: 767px) {
      .projects__text {
        max-height: 100%;
        padding: 25px 15px; } }

.advantage {
  display: flex;
  flex-wrap: wrap; }
  .advantage__item {
    flex-basis: 31.4%;
    max-width: 31.4%;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 23px;
    border: 1px solid #f2f2f2;
    transition: 0.3s;
    box-sizing: border-box; }
    .advantage__item:hover {
      background: #2b7b50; }
      .advantage__item:hover .advantage__about {
        color: #fff; }
    @media (min-width: 1200px) {
      .advantage__item:nth-of-type(3n) {
        margin-right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .advantage__item {
    flex-basis: 48.3%;
    max-width: 48.3%; }
    .advantage__item:nth-of-type(2n) {
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .advantage__item {
    flex-basis: 47.8%;
    max-width: 47.8%; }
    .advantage__item:nth-of-type(2n) {
      margin-right: 0; } }

    @media (max-width: 767px) {
      .advantage__item {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0; } }
  .advantage__about {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .advantage__about {
        padding-right: 20px;
        word-break: break-all; } }
  .advantage__title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 543px) {
      .advantage__title {
        font-size: 14px; } }
  .advantage__text {
    margin: 15px 0 0; }
  .advantage__img {
    max-width: 60px;
    max-height: 60px; }

.contacts {
  display: flex;
  flex-wrap: wrap; }
  .contacts__map {
    flex-basis: 60%;
    max-width: 60%; }
    @media (max-width: 1199px) {
      .contacts__map {
        flex-basis: 100%;
        max-width: 100%;
        height: 350px; } }
  .contacts__info {
    flex-basis: 40%;
    max-width: 40%; }
    @media (max-width: 1199px) {
      .contacts__info {
        flex-basis: 100%;
        max-width: 100%; } }

.contact-info {
  padding: 60px 20px 10px;
  font-size: 18px;
  font-weight: 500;
  background: url("/local/templates/kursk-dolgoe/img/bg-house.jpg") no-repeat center;
  background-size: cover;
  color: #fff; }
  .contact-info__data-item {
    margin-bottom: 50px; }
  .contact-info__data-title {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 500; }
  .contact-info__data-address {
    margin: 0; }
  .contact-info__data-number {
    display: block;
    color: #fff;
    text-decoration: none; }
    .contact-info__data-number:hover {
      text-decoration: underline; }

.footer {
  margin: 30px 0;
  background: #2b7b50; }
  .footer__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__wrap {
        text-align: center; } }
  .footer__logo {
    padding: 0 20px;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #fff; }
    @media (max-width: 767px) {
      .footer__logo {
        flex-basis: 100%;
        max-width: 100%; } }
  .footer__sublogo {
    display: block;
    font-size: 18px; }
  .footer__copyright {
    color: #fff;
    font-weight: 500; }
    @media (max-width: 767px) {
      .footer__copyright {
        flex-basis: 100%;
        max-width: 100%; } }
  .footer__link {
    color: #fff; }

.mobile-header__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }
.mobile-header__icon {
  width: 35px;
  height: 35px;
  fill: #fff; }
.mobile-header__logo {
  padding-right: 20px;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff; }
.mobile-header__sublogo {
  display: block;
  font-size: 18px; }
.mobile-header__button {
  background: none;
  border: none; }
  .mobile-header__button:focus {
    outline: none; }
.mobile-header__contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px; }
@media (min-width: 992px) {
  .mobile-header {
    display: none; } }

.mobile-menu {
  padding: 20px;
  background: #2b7b50; }
  .mobile-menu__list {
    padding: 0;
    margin: 0; }
  .mobile-menu__list-item {
    list-style: none;
    margin-bottom: 5px; }
  .mobile-menu__link {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase; }

.plan {
  margin-bottom: 30px;
  background: url("/local/templates/kursk-dolgoe/img/map.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.plan-map {
  width: 100%;
  max-height: 850px;
  padding: 50px 0; }
  @media (max-width: 1559px) {
    .plan-map {
      padding: 100px 0; } }
  .plan-map__part {
    position: relative; }
    .plan-map__part g {
      position: relative;
      z-index: 19; }
      .plan-map__part g:hover {
        z-index: 20;
        transform: translate(0px, -10px);
        opacity: 1;
        transition: 0.5s; }
      .plan-map__part g.sales path.st1, .plan-map__part g.sales path.st3, .plan-map__part g.sales path.st4, .plan-map__part g.sales path.st5 {
        fill: gray; }
  .plan-map__icon {
    transition: 0.5s;
    pointer-events: none; }
  .plan-map__text {
    opacity: 0;
    fill: #fff;
    transition: 0.5s;
    text-shadow: 0 0 5px #1c1c1c; }
    .plan-map__text--title {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500; }

.tooltip, .tooltip-sales {
  position: absolute;
  z-index: 20;
  display: none;
  max-width: 350px;
  padding: 10px 30px;
  background: #fff;
  border: 2px solid #f2f2f2;
  box-shadow: 0px 2px 10px 0px rgba(36, 36, 35, 0.15); }
  @media (max-width: 767px) {
    .tooltip, .tooltip-sales {
      width: 290px; } }
  .tooltip.active, .tooltip-sales.active {
    display: block; }
  .tooltip__close, .tooltip-sales__close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .tooltip__close, .tooltip-sales__close {
        display: block; }
        .tooltip__close::before, .tooltip-sales__close::before {
          content: "";
          position: absolute;
          top: 15px;
          right: 2px;
          width: 25px;
          height: 2px;
          background: #000;
          transform: rotate(45deg); }
        .tooltip__close::after, .tooltip-sales__close::after {
          content: "";
          position: absolute;
          top: 15px;
          right: 2px;
          width: 25px;
          height: 2px;
          background: #000;
          transform: rotate(-45deg); } }
  .tooltip__text, .tooltip-sales__text {
    margin: 0; }

.tooltip-sales {
  text-align: center; }

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

/* End */
/* /local/templates/kursk-dolgoe/template_styles.css?175489999728409 */
