html {
  font-family: 'Roboto', 'Ubuntu', sans-serif;
}

.container {
  max-width: 1362px;
  width: 100%;
  margin: 0 auto;
  background: none;
}

.header {
  width: 100%;
  padding-top: 63px;
  display: flex;
  margin-bottom: 91px;
  align-items: center;
}
.header .header__icon {
  margin-right: auto;
  margin-left: -20px;
}
.header .phone__icon {
  background: url('img/phone-header.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.header .phone__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #f48232;
  text-decoration-line: underline;
  margin-right: 6px;
}

.header .phone__number {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.header .phone__wrapper {
  display: flex;
}
.header .phone__wrapper:hover {
  cursor: pointer;
}
.main {
  width: 100%;
}
.open-doors {
  position: relative;
  width: 100%;
  background: url('img/big-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 78px;
}
.open-doors .bg-icon-1 {
  position: absolute;
  top: 70px;
  left: 500px;
  width: 191px;
  height: 151px;
  background: url('img/maney-1.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.open-doors .bg-icon-2 {
  position: absolute;
  top: -30px;
  left: 800px;
  width: 218px;
  height: 216px;
  background: url('img/maney-2.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.open-doors .bg-icon-3 {
  position: absolute;
  top: 20px;
  left: 970px;
  width: 394px;
  height: 286px;
  background: url('img/maney-3.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.open-doors .bg-icon-4 {
  position: absolute;
  top: -200px;
  right: -268px;
  width: 379px;
  height: 298px;
  background: url('img/maney-4.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.open-doors .title {
  width: 751px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 50px;
}
.open-doors .open-doors__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 40px;
}
.open-doors .open-doors__btn {
  width: 220px;
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  background: #f07d27;
  border-radius: 10px;
  border: none;
}
.open-doors .meeting-time {
  display: flex;
  margin-top: 63px;
}
.open-doors .card {
  display: flex;
  margin-right: 105px;
  align-items: center;
}
.open-doors .card__icon {
  margin-right: 55px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}
.open-doors .card__icon.calendar {
  background-image: url('img/calendar.png');
}
.open-doors .card__icon.question {
  background-image: url('img/question.png');
}

.open-doors .card__question {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}
.open-doors .card__date {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.open-doors .card--text-norm {
  font-weight: normal;
}
.program {
  height: 802px;
  width: 100%;
  background-image: url('img/bg-main.png');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 100px;
}
.program .title {
  padding-top: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.program .list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  gap: 77px;
}
.program .item {
  padding: 30px;
  width: 325px;
  height: 220px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(253, 236, 223, 0.85);
  box-shadow: 0px 4.5px 4.5px rgba(184, 102, 39, 0.5);
}
.program .item__icon {
  width: 52px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.item__icon.icon-1 {
  background-image: url('img/card-1.png');
}
.item__icon.icon-2 {
  background-image: url('img/card-2.png');
}
.item__icon.icon-3 {
  background-image: url('img/card-3.png');
}
.item__icon.icon-4 {
  background-image: url('img/card-4.png');
}
.item__icon.icon-5 {
  background-image: url('img/card-5.png');
}

.program .item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.best-moment {
  width: 100%;
  margin-bottom: 50px;
}
.best-moment .title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
.best-moment .text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.best-moment .form {
  display: none;
  margin: 0 auto;
  width: fit-content;
}
.best-moment .form__input {
  background: #fdecdf;
  border-radius: 10px;
  border: none;
  width: 380px;
  height: 70px;
  margin-right: 26px;
  font-size: x-large;
  padding-left: 10px;
  box-sizing: border-box;
}
.best-moment .form__btn {
  background: #f07d27;
  box-shadow: 0px 2px 3px rgba(184, 102, 39, 0.81);
  border-radius: 10px;
  width: 279px;
  height: 70px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin-left: 65px;
  border: none;
}

@media (max-width: 645px) {
  .header {
    padding-top: 30px;
    margin: 0 20px;
    width: fit-content;
  }
  .header .header__icon {
    width: 200px;
  }
  .open-doors .bg-icon-1,
  .open-doors .bg-icon-2,
  .open-doors .bg-icon-3,
  .open-doors .bg-icon-4 {
    display: none;
  }
  .open-doors .title {
    width: auto;
    padding: 0 20px;
    padding-top: 50px;
  }
  .open-doors .card__icon {
    flex-shrink: 0;
  }
  .open-doors .meeting-time {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .open-doors .card {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .program {
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
  }
  .best-moment .form {
    align-items: center;
    flex-direction: column;
  }
  .best-moment .form__input {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .best-moment .form__btn {
    margin-left: 0px;
  }
  .open-doors .open-doors__btn {
    margin: 0 auto;
    display: block;
  }
  .open-doors .open-doors__text {
    text-align: center;
  }
  .program .title {
    padding-top: 50px;
  }
  .program .list {
    height: auto;
  }
  .header .phone__text {
    margin-top: 0px;
    width: auto;
  }
  .stages .title {
    width: 100%;
  }
}
.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;
  justify-content: center;
}
.stages .item {
  margin-right: 20px;
  margin-bottom: 60px;
  padding: 30px;
    width: 270px;
    height: 220px;
    box-sizing: border-box;
    border-radius: 12px;
    background: rgba(253, 236, 223, 0.85);
    box-shadow: 0px 4.5px 4.5px rgb(184 102 39 / 50%);
    text-align: center;
}
.stages .number {
  background: #f07d27;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  border-radius: 50%;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stages .item__wpapper {
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
}
.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;
}

.open-doors__btn {
  width: 220px;
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  background: #f07d27;
  border-radius: 10px;
  border: none;
}

@media (max-width: 645px) {
  .stages .title {
    width: 100%;
  }
  .stages .list {
    height: auto;
  }
  .stages .item {
    margin-bottom: 17px;
    margin-right: 0;
  }
  .map .wrapper {
    padding-left: 10px;
  }
  .map .wrapper::before {
    right: -20px;
    border-right: 20px solid transparent;
  }
  .header .phone__number {
      font-size: 12px;
      margin-bottom: 0;
  }
  .header .phone__text {
    font-size: 12px;
  }
  .map .title {
    font-size: 22px;
    text-align: left;
}
.map .number {
  font-size: 25px;
}
.map .text {
  font-size: 11px;
}
}