/* Offer START */

.offer-row {
  bottom: 200px;
}
.main-baner-container---hosting {
  height: 690px;
}

.offer-row .offer-box:focus-visible {
  transition: 0.3s;
  box-shadow: 0px 0px 0px 6000px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.offer_other-row {
  margin: 15px 0;
}

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

.hosting-pros .offer-box.vertical {
  flex-direction: column;
}

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

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

.offer-box p {
  text-align: center;
  margin: 0;
}

.price-wrapper {
  margin-top: 35px;
  margin-bottom: 20px;
}

.old-price {
  margin-bottom: -25px;
}

.guest-button {
  margin-bottom: 10px;
}

.offer-box .price {
  margin-right: -24px;
}

.offer-box-spec-table {
  width: 90%;
}

.offer-box-spec-table img {
  width: 20px;
  height: 20px;
}

.offer-box-spec-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

/* pros_of_hosting_color START */

.section-pros-list-color img {
  filter: brightness(0) invert(1);
  margin: 25px;
}

.pros-list-contener {
  display: flex;
  justify-content: center;
  height: 685px;
  max-width: 1920px;
  margin-top: -200px;
  background-image: url("/static/guests/images/wave-tech-back.343a6913f30c.webp");
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10%;
  padding-top: 150px;
}

.pros-column-left {
  margin-top: 90px;
  width: 50%;
  margin-right: 5%;
  float: right;
}
.pros-column-right {
  margin-top: 90px;
  width: 50%;
  margin-left: 5%;
}

.pros-column-right .pros-objects {
  text-align: right;
}

.pros-objects {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Pros_of_hosting_color END */

.column-hero.hero-left {
  margin-bottom: 150px;
}

/* GRID hosting-table START */

.contener-hosting-table {
  display: flex;
  flex-direction: column;
  padding: 50px 10% 50px 10%;
  justify-content: center;
  text-align: center;
  color: var(--color-black);
}

.contener-hosting-table h2 {
  margin-bottom: 55px;
}

.hosting-grid {
  display: grid;
  grid-template-columns: 20% repeat(4, 17%);
  gap: 40px;
  align-items: flex-end;
  justify-content: center;
}

.table-header {
  position: sticky;
  top: 80px;
  background-color: #fff;
}

.table-header .table-cell {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  justify-content: center;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
}

.table-header .table-cell p {
  margin: 8px 0 3px 0;
  overflow-wrap: break-word;
  text-align: center;
}

.table-buttons {
  position: sticky;
  bottom: 0px;
  background-color: #fff;
  padding-bottom: 10px;
}

.offer-gold {
  background-color: #efb031 !important;
  border-radius: 12px 12px 0 0;
}

.button-gold {
  background-color: #efb031;
  border: #efb031 1px solid;
  color: #000;
}

.button-gold:hover {
  background-color: rgba(var(--color-white-RGB));
  border: rgba(var(--color-black-RGB)) 1px solid;
  color: #000;
}

.gold-cell {
  background-color: rgba(239, 179, 49, 0.1);
}

.table-row .table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  align-self: center;
}

.table-row .table-cell.last-cell {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.table-row div img {
  width: 20px;
  height: 20px;
}

.table-row div img.apps-icons {
  width: 30px;
  height: 30px;
}

.table-cell.table-lable-left {
  display: flex;
  height: 100%;
  align-items: center;
}

div.table-lable-left {
  text-align: left;
  border-bottom: 0;
  font-weight: 600;
  align-self: center;
}

.contener-hosting-table-mobile {
  display: none;
}

.offer-box-spec-row:nth-child(2n) {
  background-color: rgba(var(--color-text-base-RGB), 0.03);
  border-radius: 9px;
}

#popup-coupon {
  padding: 30px;
}

#popup-coupon h2 {
  margin-top: 10px;
}

.coupon-area {
  margin-top: 15px;
  border: 3px dashed rgba(0, 0, 0);
  cursor: pointer;
  border-radius: 12px;
  padding: 15px;
  width: auto;
  background-color: #efb031;
}

.coupon-area:active {
  background-color: #f5c15a;
}

.coupon-area h6 {
  margin: 0;
}

.promotion-button {
  display: flex;
  align-items: center;
  position: fixed;
  left: calc(100vw - 60px);
  top: 120px;
  z-index: 9;
  background-color: #efb031;
  padding: 15px 50px 15px 15px;
  border-radius: 100px 0 0 100px;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0));
  flex-direction: row;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  transform-origin: bottom;
  animation-fill-mode: forwards;
  animation-name: couponButtonGoBack;
}

.promotion-button h4 {
  opacity: 1;
  margin-left: 10px;
}

.promotion-button:hover {
  animation-name: couponButtonGoRight;
  animation-timing-function: ease;
}

.offer-box-row-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes couponButtonGoRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-125px);
  }
}

@keyframes couponButtonGoBack {
  0% {
    transform: translateX(-125px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1300px) {
  .offer-row {
    flex-wrap: wrap;
  }

  .offer-row .offer-box {
    margin-top: 80px;
  }
}

@media (max-width: 990px) {
  .price {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .offer-row {
    flex-wrap: wrap;
  }

  .offer-row .offer-box {
    margin-top: 80px;
  }

  .main-baner-container---0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .offer-box {
    margin-bottom: 50px;
  }

  .main-baner-content {
    margin: 0 10% 25vh 10%;
    display: flex;
    align-items: center;
  }

  .main-baner-text h1 {
    width: 100%;
    width: auto;
    word-wrap: break-word;
    text-align: left;
  }

  .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;
  }

  .contener-hosting-table {
    display: none;
  }

  .contener-hosting-table-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .hosting-big-table-mobile {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hosting-big-table-mobile .offer-box {
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-radius: 12px;
    gap: 10px;
    background-color: transparent;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  }

  .mobile-table-button-holder {
    background-color: white;
    width: 100%;
    position: sticky;
    bottom: -10px;
  }

  .background-color-gray {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 9px;
  }
  .background-color-white {
    background-color: rgba(255, 255, 255);
  }
  .promotion-button {
    top: 73px;
  }
  .offer-box-spec-row {
    margin: 0;
    padding: 10px;
  }

  .offer-box-spec-table {
    width: 100%;
  }

  .offer-plan-name-holder {
    border-radius: 0;
    width: 100%;
    background-color: white;
    position: sticky;
    top: 60px;
    padding-top: 20px;
    z-index: 5;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(var(--color-text-base-RGB), 0.1);
  }

  .offer-box.step-box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hosting-big-table-mobile {
    width: 100%;
  }

  .offer-box-spec-table {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .offer-box-spec-row.mobile-table-button-holder {
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 520px) {
  .swipe-dots {
    bottom: 210px;
  }

  .offer-box-spec-row {
    padding: 6px 7px;
    text-align: left;
  }

  .offer-box .offer-box-spec-row p {
    text-align: left;
    display: flex;
    margin: auto 0;
  }

  .i-mini-question::before {
    height: 22px !important;
    width: 22px !important;
  }

  .offer-box p,
  .offer-box-spec-row {
    font-size: 14px;
  }

  .info-under-offer-section {
    bottom: 280px;
  }

  .old-price i.i-mini-question {
    display: initial;
  }

  .old-price {
    margin-bottom: -18px;
  }

  .offer-row .offer-box-spec-table {
    padding: 0;
  }
}
