body.page.cnt-33456 .content>.site-page .content-body {
    max-width: initial;
}
.HostingConstructor {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1500px;
  margin-inline: auto;
  padding: 3rem 0;
}
  img.unit_10 {
    max-width: 100%;
  }
  h3 {
    margin: 40px 0 0;
  }
  .server__unit {
    position: relative;
    width: 800px;
    height: 800px;
    aspect-ratio: 1 / 1;
    border-radius: 2px;
    background: #e6f2ff;
    flex: 0 0 50%;
}
.div-block-2 {
  flex: 0 0 520px;
}
#HostingConstructorForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#hostingconstructormodel-comment {
  resize: vertical;
  max-height: 200px;
  min-height: 80px;
}

  .server__unit svg {
    position: absolute;
    inset: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
  }
  /* Ellipse 70 */
  .server__unit svg circle {
    background: radial-gradient(
      50% 50% at 50% 50%,
      #6eeb00 0%,
      rgba(108, 232, 0, 0) 100%
    );
  }

  .server__unit img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }

  img.server_2U {
    z-index: 2;
  }
  img.server_3U {
    z-index: 3;
  }
  img.server_4U {
    z-index: 4;
  }
  img.server_5U {
    z-index: 5;
  }
  img.server_6U {
    z-index: 6;
  }
  img.server_7U {
    z-index: 7;
  }
  img.server_8U {
    z-index: 8;
  }
  img.server_9U {
    z-index: 9;
  }
  img.server_10U {
    z-index: 10;
  }
  img.server_10U ~ .server_light {
    z-index: 20;
  }
  img.server_9U ~ .server_light {
    z-index: 19;
  }
  img.server_8U ~ .server_light {
    z-index: 18;
  }
  img.server_7U ~ .server_light {
    z-index: 17;
  }

  .server__unit .server_light,
  .server__unit [class^='server_']:not(.server_1U) {
    opacity: 0;
    transition: opacity 200ms ease;
    pointer-events: none;
  }

  .server__unit .show[class^='server_']:not(.server_1U) {
    opacity: 1;
  }
  .server__unit .show[class^='server_'] ~ .server_light {
    top: 0;
  }
  .server__unit .power.show[class^='server_'] ~ .server_light {
    animation: blinkl 3s linear 1;
    opacity: 1;
  }
  @keyframes blinkl {
    0%  {opacity: 0; top: 3.4%;}
    20% {opacity: .6;}
    40% {opacity: 0; }
    50% {opacity: 0;}
    60% {opacity: .8; }
    80% {opacity: 0; top: 3.4%;}
    100% {opacity: 1; top: 0;}
    }
  .range-unit, .range-power {
    position: relative;
    border-radius: 2px;
    border: 1px solid var(--color-grey, #b9c1cc);
    padding: 2.1rem 2rem 1rem;
    width: 100%;
  }
  #utit_sum,
  #power_sum {
    flex: 100%;
    margin: 10px 0 20px 0;
    text-align: right;
    font-size: 18px;
}
#utit_sum > span {
  color: brown;
  font-size: 15px;
  text-align: center;
  width: 100%;
  display: block;
}
.field-hostingconstructormodel-name {
    padding-right: 1rem;
}
.field-hostingconstructormodel-phone {
  padding-left: 1rem;
}
.highlight-addon.field-hostingconstructormodel-name,
.highlight-addon.field-hostingconstructormodel-phone {
  flex: 0 0 50%;
}
.field-hostingconstructormodel-internet_channels,
.field-hostingconstructormodel-ip_address,
.field-hostingconstructormodel-comment{
flex: 100%;
}
#hostingconstructormodel-power-container,
#hostingconstructormodel-unit-container {
    border-radius: 4px;
    background-color: #d3d3d3;
    height: 8px;
    border: 0;
    padding: 0;
    margin: 0;
    touch-action: pan-x;
}
#hostingconstructormodel-unit-container .ui-slider-range,
#hostingconstructormodel-power-container .ui-slider-range {
   background: #0066d3;
   background-image: linear-gradient(#0066d3, #0066d3);
   /* transition: all 0.3s ease-in-out; */
  }
  span.ui-slider-handle.ui-corner-all.ui-state-default:active {
cursor: grabbing;
  }
  span.ui-slider-handle.ui-corner-all.ui-state-default {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #fff;
    cursor: grab;
    border: 2px solid #0066d3;
    background-image: url("/images/ellipse.svg");
    background-position: center;
    background-repeat: no-repeat;
    /* transition: all 0.3s ease-in-out; */
    transform: translate(-2px, -5px);
}
  .title_form {
      text-align: left;
      margin: 0 0 10px 0;
      font-size: 18px;
  }
  .range-unit-scale, .range-power-scale {
    display: flex;
    gap: 0;
    align-items: flex-end;
    position: relative;
    top: 6px;
    width: 100%;
    justify-content: space-between;
}
.range-unit-scale span, .range-power-scale span {
  width: 0;
  position: relative;
}
  .range-unit-scale span div,
  .range-power-scale span div {
    font-size: 13px;
    white-space: nowrap;
    color: #666973;
    transform: translate(-50%, -60%);
    position: absolute;
    top: 0;
  }
  .range-unit-scale span.active div, .range-power-scale span.active div {
    color: #0066d3;
    font-size: 18px;
    font-weight: 600;
    transform: translate(-50%, -100%);
}
  .range-unit-scale span.active:after,
  .range-power-scale span.active:after {
    height: 16px;
    background-color: #0066d3;
}
  .range-unit-scale span:after ,
  .range-power-scale span:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 8px;
    background-color: #c4c4c4;
  }
  .wrap-total {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.total-text {
  font-size: 18px;
  width: 200px;
}
#total_sum {
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
  #hostingconstructormodel-internet_channels .radio label {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1400px) {
.server__unit {
  width: 50%;
  height: auto;
}
.div-block-2 {
  flex: 0 0 40%;
}
.HostingConstructor {
  gap: 40px;
}
}
@media (min-width:1024px) {
  .range-unit-scale, .range-power-scale {
    user-select: none;
  }
}

@media (min-width:961px) and (max-width: 1280px) {
  .HostingConstructor {
    gap: 30px;
  }
  .range-unit-scale span div, .range-power-scale span div {
    font-size: 12px;
}
}
@media (max-width: 1060px) {
  .server__unit {
    width: 100%;
}
.HostingConstructor {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
}
}
@media (max-width: 960px) {
  .server__unit {
    width: 100%;
    flex: 100%;
    height: 100%;
}
.HostingConstructor {
  gap: 30px;
  flex-direction: column;
  max-width: 800px;
}
.div-block-2 {
  flex: 1;
}
#hostingconstructormodel-power-container,
#hostingconstructormodel-unit-container {
  width: auto;
}
}
@media (max-width: 960px) {
  .HostingConstructor{
    padding: 2rem;
  }
}
@media (max-width: 568px) {
  #hostingconstructormodel-power-container, #hostingconstructormodel-unit-container,
  .range-unit-scale, .range-power-scale,
.ui-slider-handle.ui-corner-all.ui-state-default {
    touch-action: pan-x;
    -ms-touch-action: pan-x;
    pointer-events: all;
}
  .div-block-2 {
    width: 100%;
}
#total_sum {
  font-size: 1.5rem;
}
.range-unit, .range-power {
  border: none;
  padding: 2rem 0 0;
}
.unit2 div, .unit4 div, .unit6 div, .unit8 div, .unit10 div,
.power2 div, .power3 div, .power5 div, .power6 div, .power8 div, .power9 div{
  display: none;
}
}