:root {
  --color-orange: rgba(244, 130, 50, 1);
}

html {
  font-family: 'Roboto', 'Ubuntu', sans-serif;
}

.container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: none;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 42px;
}
.header > .icon {
  margin-right: auto;
  margin-left: -20px;
}

.feedback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback .phone {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.feedback .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('img/phone.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.feedback .text {
  color: var(--color-orange);
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-decoration-line: underline;
  margin-right: 7px;
}

.feedback .wpapper {
  display: flex;
  width: 100%;
}
.feedback .wpapper:hover {
  cursor: pointer;
}

.map-info {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  background-image: url('img/name-bg.png');
}
.map-info .btn {
  width: 220px;
  height: 60px;
  left: 280px;
  top: 404px;
  background: #f48232;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(184, 102, 39, 0.81));
  border: none;
}

.map-info .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 41px;
}
.map-info .text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 47px;
}
.map-info .icon {
  position: relative;
}
.government {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fdecdf;
  border-radius: 10px;
  align-items: center;
  margin-top: 56px;
}
.government::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('img/government-left.png');
  background-repeat: no-repeat;
  width: 235px;
  height: 268px;
  top: 12px;
  left: 0;
}
.government::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('img/government-right.png');
  background-repeat: no-repeat;
  width: 156px;
  height: 156px;
  right: 0;
  bottom: 0;
}

.government .title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 45px;
  margin-top: 62px;
}
.government .wpapper {
  max-width: 547px;
  width: 100%;
}
.government .text-info {
  max-width: 547px;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
.government .text-bid {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 66px;
}
.government .text-note {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-bottom: 34px;
}
.conditions {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 111px;
}
.conditions .title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 65px;
  text-align: center;
}
.conditions .wpapper {
  width: 100%;
  display: flex;
  background-image: url('img/conditions-line.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 -20px;
  padding-bottom: 117px;
}
.conditions .card {
  background: #fdecdf;
  box-shadow: 0px 4px 4px rgba(184, 102, 39, 0.5);
  border-radius: 10px;
  width: 298px;
  height: 227px;
  padding: 31px;
  box-sizing: border-box;
  margin-right: 47px;
}
.conditions .card.down {
  margin-top: 142px;
}

.conditions .card__icon {
  width: 70px;
  height: 70px;
  object-fit: scale-down;
  margin-bottom: 32px;
}

.conditions .card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 14px;
}

.conditions .card__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 18px;
}
.conditions .text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
}
.conditions .btn {
  width: 285px;
  height: 60px;
  left: 280px;
  top: 404px;
  display: block;
  background: #f48232;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(184, 102, 39, 0.81));
  border: none;
  margin: 0 auto;
}
.map {
  position: relative;
  width: 100%;
  height: 567px;
  margin-bottom: 114px;
}
.map .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  height: 100%;
  z-index: 1;
  padding-left: 115px;
}
.map .wrapper::before {
  content: '';
  position: absolute;
  right: -128px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 567px solid white;
  border-right: 130px solid transparent;
}
.map .ymap-container {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.map .rounding-up {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: transparent;
}
.map .rounding-up::before {
  position: absolute;
  content: '';
  display: block;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 50%;
}

.map .rounding-down {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 50px;
  width: 50px;
  z-index: 1;
  background: transparent;
}

.map .title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 45px;
}
.map .number {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #f07d27;
  margin-bottom: 14px;
}
.map .text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 60px;
}
.map .text.no-mb {
  margin-bottom: 0;
}

.map #ya-map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.stages {
  width: 100%;
  margin-bottom: 100px;
}
.stages .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 67px;
  width: 526px;
  margin: 0 auto;
  margin-bottom: 67px;
}
.stages .list {
  display: flex;
  flex-wrap: wrap;
}
.stages .item {
  margin-right: 20px;
  margin-bottom: 60px;
}
.stages .number {
  background: #f07d27;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  border-radius: 50%;
  margin-right: 19px;
}
.stages .item__wpapper {
  display: flex;
  margin-bottom: 12px;
}
.stages .arrow {
  background-image: url('img/stages-arrow.png');
  background-repeat: no-repeat;
  width: 250px;
  background-size: contain;
}
.stages .arrow.d-none {
  display: none;
}

.stages .item__text {
  max-width: 294px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.stages .round {
  width: 64px;
  height: 64px;
  border: 10px solid rgba(240, 125, 39, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 23px;
}
.stages .round__number {
  height: 40px;
  width: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  background: #f07d27;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.stages .stages__text {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.best-moment {
  background: #fdecdf;
  border-radius: 10px;
  height: 340px;
  margin-bottom: 124px;
}
.best-moment .title {
  margin: 0 auto;
  width: 816px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 41px;
  padding-top: 77px;
}
.best-moment .btn {
  width: 224px;
  height: 60px;
  left: 280px;
  top: 404px;
  display: block;
  background: #f48232;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(184, 102, 39, 0.81));
  border: none;
  margin: 0 auto;
}
@media (max-width: 645px) {
  .map-info {
    flex-direction: column;
  }
  .header {
    margin-bottom: 30px;
  }
  .header > .icon {
    width: 200px;
    margin-left: 0;
  }
  .map-info {
    background: none;
  }
  .map-info .title {
    padding-top: 20px;
    text-align: start;
    padding-left: 20px;
  }
  .map-info .text {
    font-size: 24px;
    padding: 0 20px;
  }
  .feedback .phone {
    padding-right: 20px;
  }
  .map-info .btn {
    margin-left: 20px;
  }
  .map-info .icon {
    width: 100%;
    margin-top: 40px;
  }
  .government .text-note {
    z-index: 1;
  }
  .conditions .wpapper {
    flex-direction: column;
    align-items: center;
  }
  .conditions .card {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .conditions .card.down {
    margin-top: 0;
  }
  .map .wrapper {
    padding-left: 10px;
  }
  .map .text {
    font-size: 16px;
  }
  .map .wrapper::before {
    border-right: 75px solid transparent;
    right: -74px;
  }
  .stages .title {
    width: auto;
  }
  .stages .list {
    height: auto;
    justify-content: center;
  }
  .stages .arrow.d-none {
    display: block;
  }
  .best-moment .title {
    width: auto;
  }
  .feedback .text {
    margin-top: 0px;
    width: fit-content;
  }
}
