/* NEW DESIGN */

.main-baner-container---vps {
  justify-content: center;
}

.main-baner-container---vps.login-order-baner {
  justify-content: flex-start;
  background-image: url("/static/guests/images/typing_baner_img/main-baner-background-mobile---1.dc8edbd1de81.avif");
  background-color: #7a2973;
  height: auto;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 70px;
  flex-direction: column;
  align-items: center;
}

.main-baner-content.vps-baner {
  display: flex;
  flex-direction: row;
  margin: auto 0 auto 0;
  align-items: flex-start;
}

.login-order-baner .title-box {
  color: #fff;
  height: 80px;
}

.main-baner-content .popup {
  position: inherit;
  margin-left: 50px;
  margin-right: 50px;
}

.popup form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.offer-box {
  margin: 0;
  height: auto;
}

.blog-content {
  padding-bottom: 80px;
}

.blog-content .offer-box {
  margin: 10px;
}

.blog-content .blog-title {
  margin-top: 0;
  padding-top: 100px;
}

.offer-box .params-box {
  justify-content: flex-start;
}

.offer-box .params-box .param-row {
  justify-content: flex-start;
  margin: auto;
}

.offer-box h6 {
  text-align: left;
  font-size: 20px;
}

.param-key {
  font-weight: bold;
  text-align: left !important;
}

.sum-price {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 8px;
}

.period {
  position: relative;
  top: -37px;
  text-align: right;
}

.consent {
  text-align: left;
  margin-bottom: 12px;
}

.hosting-summary {
  width: 80%;
}

.hosting-summary .param-row p {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 3px 0 3px 0;
}

.hosting-summary .param-row span img {
  margin-right: 0;
  width: 25px;
}

#baner-form-register {
  display: none;
  z-index: 1;
  width: 350px;
  height: auto;
}

#baner-form-login {
  height: auto;
  z-index: 1;
  width: 350px;
}

#gross {
  position: relative;
  top: -10px;
}

#button-wrapper {
  margin-top: 0;
}

/*hosting */

.hosting-pros .offer-box {
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
  margin: 15px;
  text-align: left;
  width: 400px;
}

.hosting-pros .offer-box img {
  width: 55px;
  height: auto;
  margin: 15px;
}

section.text-section-white {
  margin-top: 0;
}

.param-row p {
  text-align: left;
}

.price-wrapper .price {
  font-size: 70px;
}

@media (max-width: 900px) {
  .main-baner-container---vps.login-order-baner {
    padding-top: 100px;
  }

  .title-box {
    margin-bottom: 10px;
  }

  .main-baner-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .offer-box {
    width: 85%;
    margin: 5px 10px;
  }

  #baner-form-login {
    padding: 30px;
    width: 85%;
    margin: 5px 10px;
  }

  #baner-form-register {
    display: none;
    z-index: 1;
    padding: 30px;
    width: 85%;
    margin: 5px 10px;
    height: auto;
  }

  .title-box {
    justify-content: center;
    text-align: center;
    width: 90vw;
    height: auto !important;
  }

  .blog-content.hosting-pros .offer-box {
    width: auto;
    flex-direction: column;
    margin: 30px 20px;
    width: 80vw;
  }

  .blog-content.hosting-pros .offer-box img {
    margin: 0;
  }
}
