@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Regular.otf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(fonts/Inter-Bold.otf);
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(fonts/OpenSans-Bold.ttf);
}

header {
  justify-content: center;
  height: 80px;
}

#promo__download__text__placeholder{
  margin-left: 0;

}

#logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  justify-content: center;
}

.instructions_head {
  margin-left: 16px;
}

#logo > img {
  margin-top: 19px;
}

#promo{
  height: auto;
}

#promo__content {
  flex-direction: column;
  justify-content: center;
}

#promo__presentation {
  height: 0;
}

#promo__presentation > img {
  height: 0;
}

#promo__download {
  width: 100%;
  align-items: center;
}

#promo__download__text {
  flex-direction: column;
  text-align: center;
  height: 100%;
}

#features__section {
  margin-top: 80px;
}

#promo__text__content{
  display: flex;
  justify-content: center;
}

#promo__text__content > div {
  width: 329px;
  height: 94px;
  margin: 50px 23px 0 23px;
  color: #1c212f;
  font-weight: bold;
  font-size: 35px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 135%;
  text-align: center;
}

#mobile__presentation {
  width: 343px;
  height: 305px;
  margin: 60px 16px;
}

#mobile__presentation > img {
  width: 343px;
  height: 305px;
}

.expand__howTo {
  margin: 80px 51px 80px 0;
  justify-content: center;
}

.expand__howTo > span {
  margin-top: 10px;
  margin-bottom: auto;
}

.features__title {
  margin-bottom: 0;
  color: #1c212f;
  font-weight: bold;
  font-size: 35px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 135%;
  text-align: center;
}

.features__items {
  flex-direction: column;
  align-items: center;
}

.feature__item {
  margin-top: 60px;
}

.feature__description {
  color: #8d8e94;
  font-weight: normal;
  font-size: 18px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 26px;
  text-align: center;
}

.footer__question {
  margin-top: 80px;
  color: #1c212f;
  font-weight: bold;
  font-size: 35px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 135%;
  text-align: center;
}

.footer__contact {
  margin: 0 60px;
}

.footer__content {
  height: 359px;
}

.promo__download__button{
  align-items: center;
}

.promo__download__button > .button__download {
  margin-left: 0px;
}

.expand__button {
  margin-left: 64px;
  color: #1c212f;
  font-size: 16px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 160%;
}

ol {
  margin: 30px 16px 0 16px;
}

ol > li {
  color: #1c212f;
  font-weight: normal;
  font-size: 18px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 150%;
}
