.header__link-ext.not_before {
  margin-right: 20px;
  margin-left: 20px;
}
.header__link-ext.not_before::after,
.header__link-ext.not_before::before {
  display: none !important;
}
.banner-online {
  width: 100%;
  height: 198px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.banner-online__content {
  width: 325px;
  margin-left: 45px;
  margin-right: 45px;
}
.banner-online__content-header {
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1f;
  padding-bottom: 5px;
}
.banner-online__content-text {
  font-size: 16px;
  font-weight: 400;
  color: #676b77;
}
.banner-online__button {
  padding: 19px 40px 19px 40px;
  border-radius: 10px;
  background: #e72430;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner-online__button svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.banner-online__button:hover {
  color: #fff;
}
.banner-online__img {
  position: absolute;
  right: -22px;
  bottom: 0;
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .banner-online__img {
    max-width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .banner-online {
    display: block;
    padding: 30px;
    height: auto;
  }
  .banner-online__content {
    margin-bottom: 36px;
    padding-top: 25px;
  }
  .banner-online__content {
    margin-left: 0px;
  }
  .banner-online__img {
    max-width: 60%;
  }
}
@media screen and (max-width: 732px) {
  .banner-online__img {
    position: relative;
  }
  .banner-online__content {
    width: 100%;
  }
  .banner-online__img {
    max-width: 100%;
    margin-top: 50px;
    bottom: -30px;
  }
}
