.vps-baner {
  margin-top: 120px;
}

.vps-params {
  display: flex;
  flex-direction: column;
}

.baner-hero img {
  width: 1200px;
  position: relative;
  bottom: -150px;
  right: -500px;
  display: none;
}

.vps-column {
  display: flex;
  flex-direction: column;

  width: 100%;
  justify-content: space-between;
  margin: 0 15px;
}

.vps-column p {
  color: rgba(var(--color-text-base-RGB));
  opacity: 70%;
  font-size: 13px;
  text-align: center;
  margin: 8px;
}

.vps-column h2 {
  text-align: center;
}

.vps-column h4 {
  text-align: center;
}

.param {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: rgba(var(--color-text-base-RGB));
  justify-content: flex-start;
  position: relative;
}

.vps-left .param {
  bottom: 12px;
}

.param label {
  font-weight: 500;
  font-size: 14px;
  color: rgba(var(--color-text-base-RGB));
}

.param span {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.param img {
  height: 35px;
}

.param img#ram-para-icon {
  height: 25px;
}

.param-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  z-index: 2;
}

.select-lable {
  position: relative;
  bottom: -25px;
}

.para-info-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-end;
}

.param-content span {
  display: none;
}

.para-info-data span {
  display: block;
}

span.select-lable {
  display: block;
}

.number {
  font-size: 18px !important;
}

.para-select {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  opacity: 70%;
}

.first-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
}

.desc {
  margin-top: 6px;
}

.desc p {
  text-align: right;
}

/* FORM SLIDER */

.para-slider {
  -webkit-appearance: none;
  width: 100%;
  display: block;
  height: 2px;
  background: rgba(var(--color-text-base-RGB));
  align-self: center;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
}

.para-slider:hover {
  opacity: 1;
  background: rgba(var(--color-guest-action-2-RGB));
}

.para-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: #000 2px solid;
  cursor: pointer;
}

.para-slider::-webkit-slider-thumb:hover {
  border: #76146d 2px solid;
}

.para-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: #000 2px solid;
}

.para-slider::-moz-range-thumb:hover {
  border: #76146d 2px solid;
}

.info-row {
  display: flex;
  justify-content: space-between;
  text-align: right;
}

.vps-offer-row {
  bottom: 0;
}

.vps-offer-row span {
  margin-bottom: 0;
}

.price {
  font-size: 50px;
}
form.vps-text {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
form.vps-text .price sup {
  font-size: 30px !important;
}
form.vps-text .currency sup {
  font-size: 30px !important;
}

.summary-box {
  padding-top: 6px;
}

.offer-box .price-wrapper {
  margin: 20px 0 0 0;
}
.offer-box .params-box {
  width: 100%;
}
.old-price {
  font-size: 16px;
}
.offer-box span {
  margin-bottom: 0 !important;
}
.price-wrapper .price {
  font-size: 85px;
  margin-right: -10px;
}

.params-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
}

.offer-box .params-box .param-row {
  width: 100%;
}
.offer-box .params-box .param-row.gray-row {
  background-color: rgba(var(--color-gray-RGB), 0.06);
}

.param-row-icon-holder {
  display: flex;
  align-items: center;
}
.param-row p {
  text-align: right;
}
.column-hero.hero-left {
  margin-bottom: inherit;
}
label[for="id_vps-period"] {
  display: block;
  width: 6vw;
  white-space: pre-wrap;
}

.offer-box[data-offer-number] {
  max-width: 320px;
}
.offer-box a {
  position: inherit;
}

.standard-vps-banner {
  margin-top: -120px;
}

.standard-vps-banner .guest-button.button-black {
  text-align: center;
}

.standard-vps-banner .params-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.standard-vps-banner i::before {
  background-color: rgb(var(--color-white-RGB));
}

.standard-vps-banner .i-mini-inf::before {
  width: 25px;
  height: 25px;
  display: flex;
  margin-left: 3px;
}

.standard-vps-banner .content-half {
  width: 68%;
}

.standard-vps-banner .row-box {
  background-image: url("/static/guests/images/space-banner-back.752cd992549c.webp");
  padding: 15px 90px 15px 390px;
  gap: 0px;
  background-position: left center;
}

.standard-vps-banner .price-wrapper {
  margin: 0;
}

.space-background {
  background-image: url("/static/guests/images/space-background.de908b8b84aa.webp") !important;
}

.epyc-contact {
  margin-top: 50px;
}
.epyc-contact .space-background {
  height: 1080px !important;
}

.epyc-contact .title-contact {
  width: 100%;
}

.epyc-contact .map_and_contact {
  width: 75%;
}

.epyc-contact .h-iframe {
  justify-content: center;
}

.row-box-purple {
  background-image: url("/static/guests/images/space-banner-back-purple.ed6dc333738d.webp") !important;
}

@media (max-width: 1200px) {
  .epyc-contact .column-hero.hero-left {
    display: block !important;
  }
}

@media (max-width: 990px) {
  .epyc-contact .column-hero.hero-left {
    display: none !important;
  }

  .epyc-contact .left-contact {
    display: block;
    margin-bottom: -100px;
  }

  .epyc-contact .map_and_contact {
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .standard-vps-banner {
    margin: var(--margin-gap-big);
    margin-top: -200px;
  }

  .standard-vps-banner .row-box {
    background-repeat: no-repeat;
    background-image: url("/static/guests/images/space-banner-mini.78ff6506ffc7.webp") !important;
    background-position: 50% 0%;
    padding: var(--padding-bigger);
    display: flex;
    flex-direction: row;
    padding-top: 250px;
  }

  .standard-vps-banner .row-box.row-box-purple {
    background-image: url("/static/guests/images/space-banner-mini-purple.b02b61d55c55.webp") !important;
  }
}

@media (max-width: 650px) {
  .standard-vps-banner .row-box {
    flex-direction: column;
    padding-top: 350px;
  }

  .standard-vps-banner .content-half {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .standard-vps-banner .price-wrapper {
    margin: 0;
  }

  .standard-vps-banner .params-row {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  label[for="id_vps-vm_system"] {
    position: relative;
    bottom: 20px;
  }
  .main-baner-text p {
    text-align: left;
  }
  .offer-box[data-offer-number] {
    max-width: none;
  }
  .params-box {
    max-width: none;
  }
}

@media (max-width: 990px) {
  label[for="id_vps-vm_system"] {
    position: inherit;
    bottom: 0px;
  }

  .main-baner-container---vps {
    z-index: 555;
  }

  .vps-column {
    margin: 15px 0;
  }

  .param {
    margin: 30px 0;
  }

  .para-select {
    margin: 0;
  }

  .vps-content {
    top: auto;
  }

  .desc p {
    text-align: center;
  }

  .text-section-white h2 {
    font-size: 32px;
  }

  .text-section-white h3 {
    font-size: 20px;
  }

  .about-VPS-1-color-section {
    margin-top: -240px;
  }
}

@media (max-width: 900px) {
  .main-baner-content {
    display: flex;
    align-items: center;
    margin: 0 10% 20vh 10%;
  }

  .text-section-white-content p {
    padding-bottom: 0;
  }
}

@media (max-width: 520px) {
  .swipe-dots {
    bottom: 200px;
  }
}
