.welcome-questions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f7fb;
  padding: 80px 0px;
  box-sizing: border-box;
  min-height: 100vh;
}

.welcome-questions-title {
  text-align: center;
  color:#2f4051;
  font-weight: bold;
  margin-top: 10px;
}

.welcome-questions-list {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.welcome-questions-list_type-target {
  flex-direction: row;
  flex-wrap: wrap;
  width: 760px;
  justify-content: space-between;
}

.welcome-questions-list-item {
  width: 360px;
  box-sizing: border-box;
  height: 80px;
  padding: 0 20px;
  color:#2f4051;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid transparent;
}

.welcome-questions-list_type-target .welcome-questions-list-item {
  display: flex;
  align-items: center;
  text-align: left;
  border: 2px solid transparent;
}

.welcome-questions-list-item:last-child {
  margin-bottom: 0;
}

.welcome-questions-list_type-target .welcome-questions-list-item:last-child {
  margin-bottom: 20px;
}

.welcome-questions-list-item__icon {
  margin-right: 20px;
}

.welcome-questions-list-item:hover {
  border: 2px solid #0a7bda;
}

.welcome-questions-item__auth {
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}

.welcome-questions-item__auth-label {
  color: #677b8e;
}

.welcome-questions-item__auth-button {
  width: 100%;
}

.welcome-questions-item__auth-input {
  display: block;
  font-size: 16px;
  text-align: left;
  color:#2f4051;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  padding: 13px 15px 16px;
  box-sizing: border-box;
  border: solid 1px #9aa8ba;
  height: 50px;
}

.welcome-questions-item__auth-input.error {
  border: solid 1px #f5a49c;
}

.welcome-questions-item__auth .email-sign-in-form__user-mail{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .welcome-questions-title {
    font-size: 24px;
  }

  .welcome-questions-wrapper {
    padding: 40px 0px;
  }

  .welcome-questions-list_type-target {
    width: 100%;
  }

  .welcome-questions-list-item {
    width: 100%;
    font-size: 16px;
    height: 74px;
  }
}

.skip-to-auth-step-wrapper {
  margin-top: 35px;
}

.welcome-screen-teacher {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  grid-template-areas: 'wst__head wst__head'
                       'wst__items wst__img'
                       'wst__footer wst__footer';
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  /*font-family: Rubik,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
}

.welcome-screen-teacher__head {
  grid-area: wst__head;
}

.welcome-screen-teacher__label {
  font-size: 16px;
  line-height: 40px;
  color: #887788;
  margin: 0;
}

.welcome-screen-teacher__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #111016;
  margin-bottom: 0;
}

.welcome-screen-teacher__items {
  grid-area: wst__items;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-screen-teacher__item {
  margin: 0;
}

.welcome-screen-teacher__img {
  grid-area: wst__img;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-screen-teacher__img img {
  width: 35vw;
  max-width: 480px;
}

.welcome-screen-teacher__footer {
  grid-area: wst__footer;
}

.welcome-screen-teacher__text {
  margin-bottom: 24px;
}

.welcome-screen-teacher__btn {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #34bc5a;
  color: #ffffff !important;
  overflow: hidden;
  padding: 10px 26px;
  transition: .2s box-shadow ease,.2s background-color ease,.2s color ease;
  box-shadow: 0 1em 1em -1em transparent;
  font-size: 19px;
}

.welcome-screen-teacher__btn:hover {
  box-shadow: 0 1em 1em -1em rgba(0,0,0,.35);
}

@media only screen and (min-width: 64em) {
  .welcome-screen-teacher {
    grid-template-areas: 'wst__head wst__img'
                         'wst__items wst__img'
                         'wst__footer wst__img';
    font-size: 24px;
    line-height: 36px;
  }

  .welcome-screen-teacher__label {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .welcome-screen-teacher__title {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .welcome-screen-teacher__items {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .welcome-screen-teacher__item {
    width: 50%;
  }

  .welcome-screen-teacher__img img {
    width: 40vw;
  }

  .welcome-screen-teacher__text {
    margin-bottom: 40px;
  }
}

.welcome-questions__progress {
  font-size: 16px;
  line-height: 24px;
  color: #939393;
  margin: 15px 0;
  text-align: center;
}

.welcome-questions-deal {
    position: relative;
    display: none;
}

.welcome-questions-deal__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1200px;
}

.welcome-questions-deal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 60%;
}

.welcome-questions-deal__title {
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #14181C;
    margin-top: 0;
    margin-bottom: 36px;
}

.welcome-questions-deal__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #14181C;
    margin-top: 0;
    margin-bottom: 24px;
}

.welcome-questions-deal__item {
    position: relative;
    display: flex;
    padding-left: 36px;
}

.welcome-questions-deal__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
}

.welcome-questions-deal__item-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.welcome-questions-deal__img {
    position: relative;
    display: block;
    width: 40%;
    max-width: 481px;
}

.welcome-questions-deal__img img {
    width: 100%;
}

.welcome-questions-deal__buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}


.welcome-questions-deal__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-width: 200px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
}

.welcome-questions-deal__button.welcome-questions-deal__button--primary {
    background: #34BE5B;
    color: #FFFFFF;
    margin-right: 20px;
}

.welcome-questions-deal__button.welcome-questions-deal__button--secondary {
    background: #34BE5B;
    color: #FFFFFF;
    /*border-color: #34BE5B;*/
}

.welcome-questions-item .email-sign-in-form {
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
}

@media only screen and (max-width : 767px) {
     .welcome-questions-deal {
         padding: 0 20px;
     }
    .welcome-questions-deal__content {
        width: 100%;
    }
    .welcome-questions-deal__img {
        display: none;
    }
    .welcome-questions-deal__button {
        width: 100%;
    }
    .welcome-questions-deal__button.welcome-questions-deal__button--primary {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .welcome-questions-deal__title {
        font-size: 28px;
        line-height: 34px;
    }
    .welcome-questions-deal__subtitle {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }
    .welcome-questions-deal__item-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }
}
