.mission {
  background: #F1F4F9;
  padding-bottom: 30px;
}
@media (max-width: 864px) {
  .mission .container {
    padding: 0;
  }
}
.mission__block {
  background: #3F8EF8;
  padding: 40px 45px;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 864px) {
  .mission__block {
    padding: 40px 20px;
  }
}
.mission__top {
  display: flex;
}
@media (max-width: 864px) {
  .mission__top {
    flex-direction: column;
  }
}
.mission__top .head2 {
  font-family: "Grandis", sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 864px) {
  .mission__top .head2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.mission hr {
  height: 0;
  border-bottom: 1px solid #7ab0f7;
  border-top: 0;
}
@media (max-width: 864px) {
  .mission hr {
    display: none;
  }
}
.mission__wrapper {
  position: relative;
  margin-bottom: 30px;
}
.mission__wrapper_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
}
.mission__wrapper_back .back-item {
  border: 1px solid #7ab0f7;
  border-radius: 10px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 864px) {
  .mission__wrapper_back .back-item {
    margin-top: 7px;
  }
}
.mission__wrapper_back .back-item .left-dot {
  background: #3f8ef8;
  position: relative;
  width: calc(100% + 2px);
  height: calc(100% - 14px);
  top: 16px;
  z-index: 1;
}
.mission__wrapper_back .back-item .left-dot::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-image: url(/img/dot_ms.svg);
  left: -12px;
}
.mission__wrapper_back .back-item .right-dot {
  background: #3f8ef8;
  position: relative;
  width: calc(100% + 2px);
  height: calc(100% - 14px);
  top: 16px;
  left: -2px;
  z-index: 1;
}
.mission__wrapper_back .back-item .right-dot::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-image: url(/img/dot_ms.svg);
  right: -12px;
}
.mission__wrapper_front {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.mission__wrapper_front p {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 20px;
}
@media (max-width: 864px) {
  .mission__wrapper_front p {
    font-size: 18px;
    line-height: 2.3em;
  }
}
.mission__wrapper_front p b {
  font-weight: 700;
  color: #3F8EF8;
  padding: 0px 8px 5px;
  background: #fff;
  border-radius: 16px;
}
.mission__wrapper_front .description-item {
  max-width: 45%;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  border: 1px solid #7BB0F7;
  border-radius: 10px;
  background: #3f8ef8;
  z-index: 10;
  letter-spacing: -0.2px;
}
.mission__wrapper_front .description-item:nth-child(odd) {
  text-align: right;
}
@media (max-width: 864px) {
  .mission__wrapper_front .description-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.mission__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 864px) {
  .mission__bottom {
    flex-direction: column;
    margin-top: 0;
  }
}
.mission__bottom_buttons .btn {
  width: 319px;
  height: 58px;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 864px) {
  .mission__bottom_buttons .btn {
    margin-bottom: 10px;
  }
}
.mission__bottom_extra {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.1em;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 864px) {
  .mission__bottom_extra {
    margin-bottom: 15px;
    padding-left: 35px;
  }
}
.mission__bottom_extra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/img/ico/info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 864px) {
  .mission__bottom_extra::before {
    left: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
