@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);
}

body {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
}

#page {
  width: 100vw;
  height: 100vh;
}

header {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 220px;
}

.instructions_head {
  margin-top: 175px;
  margin-left: 153px;
  font-size: 22px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
}

#logo {
  display: flex;
  justify-content: left;
  margin-left: 5%;
  width: 48%;
  margin-top:60px;
  margin-bottom: 100px;
}

.screenshot > img {
  width: 100%;
}

#logo > img {
  width: 300px;
}

#promo__gradient{
  z-index: 5;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(
    180deg,
    rgba(0, 153, 168, 0.105) 0%,
    rgba(0, 153, 168, 0.035) 45.59%,
    rgba(0, 153, 168, 0) 90.17%
  );
}

#promo {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
}

#promo__content {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100%;
}

#promo__download {
  display: flex;
  flex-direction: column;
  width: 48%;
  align-items: center;
  justify-content: center;
}

#promo__presentation {
  width: 52%;
}

#mobile__presentation {
  width: 100%;
  height: 0;
}

#mobile__presentation > img {
  height: 0;
}

#promo__download__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  align-items: center;
  width: 100%;
  height: auto;
}

.promo__download__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#promo__text__content {
  display: inline-table;
  width: 100%;
  height: 50%;
}

#promo__text__content > div {
  height: 100%;
  margin: 0 10% 0 28%;
  color: #1c212f;
  font-weight: bold;
  font-size: 50px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 135%;
}

.button__download {
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 54px;
  z-index: 5;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: OpenSans-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 24px;
  background: #f78633;
  border: none;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(247, 134, 51, 0.5);
}

.promo__download__button > .button__download {
  margin-left: 28%;
}

#promo__presentation > img {
  width: 40vw;
  margin-top: 8.5%;
  margin-left: 76px;
}

.expand__howTo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 27%;
  margin-top:35px;
  margin-bottom: 40px;
}

.expand__button {
  z-index: 11;
  color: #1c212f;
  font-size: 16px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 160%;
  background: rgba(0, 153, 168, 0);
  border: none;
  cursor: pointer;
  text-align: left;
}

.arrow {
  display: inline-block;
  z-index: 6;
  margin-bottom: 4px;
  margin-left: 1vw;
  padding: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  cursor: pointer;
}

.down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pseudoButton {
  display: inline-flex;
  box-sizing: border-box;
  line-height: 160%;
  justify-content: center;
  color: #0099a8;
  width: 62px;
  height: 29px;
  margin: 0 8px;
  text-align: center;
  border: 2px solid #0099a8;
  border-radius: 5px;
}

.accordion__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease-in;
}

ol {
  margin-top: 30px;
  margin-right: 285px;
  margin-left: 153px;
  font-weight: normal;
  font-size: 16px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 160%;
  list-style-position: inside;
  padding-inline-start: 0;
}

ol > li {
  margin-top: 30px;
  margin-bottom: 22px;
  line-height: 160%;
}

ul {
  margin-top: 30px;
  list-style-position: outside;
}

a:link,
a:visited {
  color: rgb(16, 160, 173);
}
#promo__download__text__placeholder {
  font-family: Inter, Verdana, Tahoma, sans-serif;
  margin-top: 20px;
  margin-left: 56%;
  width: 100%;
  font-size: 25px;
  line-height: 135%;
}
#button__download__place {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 95px;
  padding-bottom: 80px;
}

.button__download > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-family: OpenSans-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

#features__section {
  margin-top: 170px;
}

.features__content {
  display: flex;
  flex-direction: column;
}

.features__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.features__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 45px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 135%;
}

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

.feature__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.feature__label {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 34px;
}

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

.exp {
  background-color: rgb(255, 230, 212);
  background-image: url(../images/cards/logo/experience.svg);
}

.not {
  background-color: rgb(255, 236, 202);
  background-image: url(../images/cards/logo/alert.svg);
}

.res {
  background-color: rgb(233, 247, 254);
  background-image: url(../images/cards/logo/resize.svg);
}

.middle {
  width: 270px;
  margin: 0 90px;
}

.large {
  width: 330px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  height: 501px;
  background: linear-gradient(
    360deg,
    rgba(0, 153, 168, 0.105) 0%,
    rgba(0, 153, 168, 0.035) 45.59%,
    rgba(0, 153, 168, 0) 90.17%
  );
}

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

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

.footer__contact {
  margin-top: 10px;
  font-weight: normal;
  font-size: 18px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 156%;
  text-align: center;
}

.footer__contact > a {
  font-weight: 500;
}

.footer__contact > a:link {
  text-decoration: none;
}

ul > li {
  margin: 20px 0 30px;
  color: #1c212f;
  font-weight: normal;
  font-size: 18px;
  font-family: Inter, Verdana, Tahoma, sans-serif;
  font-style: normal;
  line-height: 180%;
  list-style-type: disc;
}


@media screen and (min-width: 120px) and (max-width: 350px){

  header {
    justify-content: center;
    height: 80px;
    max-width: 100vw;
  }
  .accordion__content{
    margin-top: 160px;
    margin-bottom: 20px;
  }

  #logo > img {
    max-width: 100vw;
    margin-top: 19px;
  }

  #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;
    margin-bottom: 60px;
    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 {
    height: 305px;
    margin: 60px 16px;
  }

  #mobile__presentation > img {
    width: 100%;
    height: 100%;
  }

  .expand__howTo {
    margin-top: 30px;
    margin-right: 51px;
    margin-bottom: 80px;
  }

  .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 {
    max-width: 100%;
    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;
    justify-content: center;
    align-items: center;
  }

  .promo__download__button{
    align-items: center;
  }

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

  .expand__button {
    margin-left: 64px;
    color: #1c212f;
    font-weight: bold;
    font-size: 20px;
    font-family: Inter-Bold, Verdana, Tahoma, sans-serif;
    font-style: normal;
    line-height: 160%;
    text-align: center;
  }

  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%;
  }
}



@media screen and (min-width: 500px) and (max-width: 1370px) {

  #promo__text__content > div {
    font-size: 3.85vw;
  }

}

@media screen and (min-device-width: 400px) and (max-device-width: 1000px) {


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

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

  #promo__download {
    align-items: center;
  }

  .promo__download__button {
    align-items: center;
  }

}
