/* k-path */
.k-path {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  gap: 20px;
}

.k-path__left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 800px;
}

.k-path__title-container {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 120%;
  position: relative;
  margin-bottom: 8px;
}

.k-path .space {
  height: 14px;
  width: 14px;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/www/skin/images/gray-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.k-path__path-container > span {
  font-size: 0.875rem;
  line-height: 140%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.k-path__path-container > span > span {
  display: inline-block;
  margin-right: 8px;
}

.k-path__path-container > span > span:last-child {
  margin-right: 0;
  color: #656565;
}

.k-path__title-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffce07;
}

.k-path__right-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-path__short-info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.k-path__short-info > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9375rem;
  max-width: 392px;
}

.k-path__short-info table tr {
  border-bottom: 1px solid #e1e1e1;
}

.k-path__short-info table td {
  color: #656565;
  padding: 4px 0;
}

.k-path__short-info table td:last-child {
  color: #1f1f1f;
  width: 0;
  padding-right: 10px;
}

.k-path__request-button {
  margin-top: 60px;
  display: none !important;
}

@media (max-width: 870px) {
  .k-path {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .k-path__request-button {
    margin-top: 20px;
  }

  .k-path__short-info {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .k-path__title-container {
    font-size: 1.25rem;
  }

  .k-path__path-container > span {
    font-size: 0.75rem;
  }

  .k-path__path-container > span > span {
    margin-right: 4px;
  }
}

/* k-our-advantages */
.k-our-advantages {
  margin-top: 120px;
  margin-bottom: 120px;
}

.k-our-advantages__title {
  font-size: 2rem;
  line-height: 120%;
}

.k-our-advantages__items-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}

.k-our-advantages__item-wrapper {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 32px 32px 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 368px;
  background-color: #e1e1e1;
  background-image: url(/www/skin/images/advantages_card.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: relative;
}

.k-our-advantages__item-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  bottom: 32px;
  height: 84px;
  width: 84px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.k-our-advantages__item-wrapper.--1::after {
  background-image: url(/www/skin/images/messages_Icon.svg);
}

.k-our-advantages__item-wrapper.--2::after {
  background-image: url(/www/skin/images/coin_Icon.svg);
}

.k-our-advantages__item-wrapper.--3::after {
  background-image: url(/www/skin/images/document_icon.svg);
}

.k-our-advantages__item-wrapper.--4::after {
  background-image: url(/www/skin/images/plannet_icon.svg);
}

.k-our-advantages__item-title {
  display: block;
  font-weight: 500;
}
.k-our-advantages__item-note {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #656565;
}

@media (max-width: 1100px) {
  .k-our-advantages__items-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .k-our-advantages__item-wrapper {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .k-our-advantages {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .k-our-advantages__items-wrapper {
    margin-top: 40px;
  }

  .k-our-advantages__item-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .k-our-advantages__item-wrapper {
    padding: 20px 20px 124px;
  }

  .k-our-advantages__item-title {
    font-size: 0.875rem;
  }
}

/* About us */
.k-about-us {
  margin-top: 120px;
}
.k-about-us__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.k-about-us__left-container {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
}

.k-about-us__right-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.k-about-us__center-container {
  -webkit-flex-basis: 598px;
  -ms-flex-preferred-size: 598px;
  flex-basis: 598px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-about-us__title {
  display: block;
  font-size: 2rem;
  line-height: 120%;
}
.k-about-us__text {
  display: block;
  margin-top: 20px;
}
.k-about-us__center-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 60px;
}
.k-about-us__center-items-container::after {
  content: "";
  display: block;
  width: 188px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/www/skin/images/about_us_photo_2.png);
}
.k-about-us__center-items-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.k-about-us__center-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-about-us__center-item-wrapper::before {
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}

.k-about-us__center-item-wrapper.--part-1::before {
  background-image: url(/www/skin/images/gear_about_us.svg);
}
.k-about-us__center-item-wrapper.--part-2::before {
  background-image: url(/www/skin/images/worker_about_us.svg);
}
.k-about-us__center-item-wrapper.--part-3::before {
  background-image: url(/www/skin/images/cleaner_about_us.svg);
}

.k-about-us__right-image {
  display: block;
  margin-left: 16px;
  max-width: 392px;
}

.k-about-us__center-item-wrapper {
  padding: 16px 0;
}

.k-about__center-item-wrapper-title {
  font-size: 0.875rem;
}

@media (max-width: 1400px) {
  .k-about-us__left-container {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}

@media (max-width: 960px) {
  .k-about-us__left-container {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
}
@media (max-width: 900px) {
  .k-about-us__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .k-about-us__center-items-container::after {
    display: none;
  }
  .k-about-us__left-container {
    display: none;
  }

  .k-about-us__title,
  .k-about-us__text {
    padding-left: 58px;
  }

  .k-about-us__center-container {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .k-about-us__center-items-container {
    margin-top: 32px;
  }

  .k-about-us__center-item-wrapper {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
  }

  .k-about-us__center-item-wrapper::before {
    margin-right: 16px;
  }

  .k-about-us__right-container {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .k-about-us__right-image {
    margin-left: 0;
  }

  .k-about-us__right-container::after {
    content: "";
    display: block;
    width: 188px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/www/skin/images/about_us_photo_2.png);
    background-position: top;
    margin-left: 12px;
  }

  .k-about-us {
    margin-top: 60px;
  }

  .k-about-us__title {
    font-size: 1.5rem;
  }
  .k-about-us__text {
    font-size: 0.875rem;
    margin-top: 12px;
  }

  .k-about__center-item-wrapper-title {
    font-size: 0.75rem;
  }
  .k-about-us__right-image {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .k-about-us__right-container::after {
    width: 104px;
  }
}

@media (max-width: 768px) {
  .k-about-us {
    margin-top: 60px;
  }

  .k-about-us__title {
    font-size: 1.5rem;
  }
  .k-about-us__text {
    font-size: 0.875rem;
    margin-top: 12px;
  }

  .k-about__center-item-wrapper-title {
    font-size: 0.75rem;
  }
  .k-about-us__right-image {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .k-about-us__right-container::after {
    width: 104px;
  }
}

/* k-yandex-map */
.k-yandex-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.k-yandex-map__form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #1f1f1f;
  padding: 32px;
  max-width: 392px;
}

.k-yandex-map__form-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-image: -o-linear-gradient(225deg, black 50%, transparent 50%);
  background-image: linear-gradient(-135deg, black 50%, transparent 50%);
}

.k-yandex-map__form-block .default-input__container.phone-input {
  margin-top: 16px;
}

.k-yandex-map__form-block .default-checkbox__container {
  margin-top: auto;
}

.k-yandex-map__form-title {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 32px;
}

.k-yandex-map__form-block .default-input__container.--error {
  margin-bottom: 16px;
}

.k-yandex-map__map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 442px;
}

.k-yandex-map__map > iframe {
  height: 100%;
}
.k-yandex-map__form-submit {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .k-yandex-map__form-block {
    padding: 20px;
    max-width: 320px;
  }

  .k-yandex-map__form-title {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .k-yandex-map {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .k-yandex-map__form-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 525px;
  }
}
