/* CSS Document */
.online_interview .element__img {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: calc(34 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .online_interview .element__img {
    margin-bottom: calc(120 / 1366 * 100%);
  }
}
.online_interview .element .reg-flow {
  margin-bottom: calc(34 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .online_interview .element .reg-flow {
    margin-bottom: calc(120 / 1366 * 100%);
  }
}
.online_interview .element .reg-flow .b-line {
  background: #06c755;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .online_interview .element .reg-flow .b-line {
    font-size: 20px;
    font-size: 2rem;
    max-width: 526px;
    max-height: 105px;
    width: calc(526 / 1366 * 100vw);
    height: calc(105 / 1366 * 100vw);
  }
}
.online_interview .element .reg-flow .b-line::after {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .online_interview .element .reg-flow .b-line::after {
    right: 3%;
  }
}
.online_interview .element .reg-flow .b-online-form {
  background: #ff8eac;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .online_interview .element .reg-flow .b-online-form {
    font-size: 20px;
    font-size: 2rem;
    max-width: 526px;
    max-height: 105px;
    width: calc(526 / 1366 * 100vw);
    height: calc(105 / 1366 * 100vw);
  }
}
.online_interview .element .reg-flow .b-online-form::after {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .online_interview .element .reg-flow .b-online-form::after {
    right: 3%;
  }
}
.online_interview .element .reg-flow .b-form {
  background: #69dfed;
  color: #fff;
}
.online_interview .element .reg-flow .btn--white {
  border: none;
}
.online_interview .element .reg-flow .btn--white::after {
  background-image: url(../../img/common/arrow_w.svg);
}
.online_interview .element__txt {
  margin-bottom: calc(22 / 375 * 100%);
}
@media screen and (min-width: 768px) {
  .online_interview .element__txt {
    margin-bottom: calc(40 / 1366 * 100%);
  }
}
.online_interview .element__txt span {
  font-weight: 700;
}
.online_interview .online-interview__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  margin: 0 auto calc(50 / 375 * 100%);
}
.online_interview .online-interview__flex .element__txt {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .online_interview .online-interview__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
    margin: 0 auto calc(120 / 1366 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .online_interview .online-interview__flex {
    margin: 0 auto calc(120 / 1366 * 100%);
  }
}
.online_interview .online-interview__img {
  width: 60%;
  max-width: 250px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .online_interview .online-interview__img {
    width: 80%;
    border-radius: 50px;
  }
}/*# sourceMappingURL=online_interview.css.map */