

/* Start:/local/templates/.default/css/server-configurations.css?175793821816432*/
body .page {
  overflow-x: visible;
}

body.no-scroll {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.plan-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.display-none {
  display: none !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px 20px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 1280px) {
  .grid {
    grid-template-columns: minmax(800px, 2fr) 1fr;
  }
}

.sidebar {
  background: white;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 20px;
  height: fit-content;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.location-select {
  width: 288px;
  margin-bottom: 32px;
  position: relative;
}

.select-wrapper {
  position: relative;
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  background: white;
  cursor: pointer;
}

.select-wrapper:hover,
.select-wrapper.active {
  border-color: #098b83;
}

.cpu-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  flex: 1;
}

.tab {
  padding: 12px 24px;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  transition: all 200ms ease-in-out;
  flex: 1;
  text-align: left;
}

.tab.active {
  color: #098b83;
  border-bottom-color: #098b83;
}

.pricing-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
}

.chip {
  padding: 8px 16px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 200ms ease-in-out;
}

.chip.active {
  background: #098b83;
  color: white;
}

.chip:not(.active) {
  background: #f1f5f9;
  color: #64748b;
}

.description {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 32px;
}

.plan-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.plan-card {
  padding: 24px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s;
  overflow: hidden;
}

.plan-card:hover {
  border-color: #098b83;
}

.plan-card.selected {
  border-color: #098b83;
}

.plan-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.plan-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.spec {
  flex: none;
  min-width: 64px;
}

.spec-value {
  font-size: 20px;
  font-weight: bold;
  color: #4a5568;
}

.spec-unit {
  font-size: 12px;
}

.spec-label {
  font-size: 12px;
  color: #a0aec0;
}

.spec-price {
  margin-left: auto;
  font-size: 30px;
  font-weight: bold;
  color: #4a5568;
}

.price-period {
  font-size: 12px;
  color: #a0aec0;
}

.configurator {
  padding: 24px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
}

.config-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.config-slider {
  margin-bottom: 24px;
}

.slider-label {
  margin-bottom: 12px;
}

.slider-track {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  position: relative;
}

.slider-fill {
  height: 100%;
  background: #098b83;
  border-radius: 2px;
  width: 10%;
}

.software-section {
  margin-top: 48px;
}

.software-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.software-badge {
  background: #098b83;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
}

.software-card {
  padding: 20px;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.software-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #a0a0a0, #404040);
  opacity: 0.9;
}

.software-card[data-software-id="143"]:hover::before,
.software-card[data-software-id="143"].selected::before {
  background: linear-gradient(135deg, #300000, #c60c30);
}

.software-card[data-software-id="144"]:hover::before,
.software-card[data-software-id="145"]:hover::before,
.software-card[data-software-id="146"]:hover::before,
.software-card[data-software-id="147"]:hover::before,
.software-card[data-software-id="148"]:hover::before,
.software-card[data-software-id="144"].selected::before,
.software-card[data-software-id="145"].selected::before,
.software-card[data-software-id="146"].selected::before,
.software-card[data-software-id="147"].selected::before,
.software-card[data-software-id="148"].selected::before {
  background: linear-gradient(135deg, #88b2bb, #125c85);
}

.software-card[data-software-id="149"]:hover::before,
.software-card[data-software-id="149"].selected::before {
  background: linear-gradient(135deg, #0f3f35, #3799a7);
}

.software-card[data-software-id="150"]:hover::before,
.software-card[data-software-id="150"].selected::before {
  background: linear-gradient(135deg, #212078, #941d7a);
}

.software-card.selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #a0a0a0, #404040);
  opacity: 1;
}

.software-card:hover .software-content,
.software-card.selected .software-content,
.software-card:hover .software-price,
.software-card.selected .software-price {
  color: white;
}

.software-content {
  position: relative;
  z-index: 1;
}

.software-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.software-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.software-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.software-price {
  font-size: 14px;
  color: #64748b;
}

.show-all-card {
  padding: 24px;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  grid-column: 1 / -1;
}

.show-all-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-all-text {
  color: #098b83;
  font-size: 18px;
  font-weight: 500;
}

.show-all-subtext {
  color: #64748b;
  font-size: 14px;
}

.sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.sidebar-icon {
  width: 16px;
  height: 16px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: bold;
}

.features-list {
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
}

.feature-text {
  font-size: 14px;
}

.toggle-section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle {
  width: 44px;
  height: 24px;
  background: #098b83;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

.toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
}

.toggle-label {
  font-size: 16px;
}

.toggle-description {
  font-size: 12px;
  color: #64748b;
  margin-top: 8px;
}

.final-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.price-amount {
  font-size: 30px;
  font-weight: bold;
  color: #4a5568;
}

.price-unit {
  font-size: 12px;
  color: #64748b;
}

.hr-divider {
  border: none;
  height: 1px;
  background: #64748b;
  margin: 10px 0;
}

.location-select .select-options {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  max-height: 200px;
  transition: max-height 200ms ease-in-out;
  z-index: 1;
}

.location-select .select-options.hidden {
  max-height: 0;
}

.select-options .select-option {
  position: relative;
  padding: 12px 16px;
  background: white;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}

.select-options .select-option:hover {
  background-color: #f0f0f0;
}

.dropdown-icon {
  --v-icon-size-multiplier: 1;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  height: 1em;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  min-width: 1em;
  position: absolute;
  text-align: center;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1em;
  right: 1rem;

  transition: transform 200ms ease-in-out;
}

.dropdown-icon.active {
  transform: rotate(180deg);
}

.tabs-price_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.side-content {
  position: relative;
}

.server-config-summary {
  height: 100%;
}

.summary-card {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 130px;
}

.summary-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.summary-icon {
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.summary-title {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #18181b;
}

.summary-features {
  margin-bottom: 24px;
}

.features-label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #18181b;
}

.divider {
  border: none;
  border-top: 1px solid #a1a1aa;
  margin: 10px 0;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 640px) {
  .features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .features-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.feature-icon {
  flex-shrink: 0;
  margin-right: 8px;
  height: 20px;
  width: 20px;
  color: #18181b;
}

.feature-text {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #18181b;
}

.install-options {
  margin-bottom: 24px;
}

.install-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.install-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.install-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.install-switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 200ms;
  border-radius: 50%;
}

.install-switch input:checked + .slider {
  background-color: #098b83;
}

.install-switch input:checked + .slider:before {
  transform: translateX(14px);
}

.switch-label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #18181b;
  margin-left: 10px;
}

.switch-label:hover {
  cursor: pointer;
}

.install-note {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #94a3b8;
  margin-top: 10px;
}

.summary-price-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

.summary-price {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #52525b;
  margin-right: 8px;
}

.price-period {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #94a3b8;
}

.create-button {
  width: 100%;
  padding: 12px 24px;
  background-color: #098b83;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.create-button:hover {
  background: #076963;
}

.pop-up-bg-dark {
  position: fixed;
  display: none;
  width: 100%;
  height: 150svh;
  background: #0000008a;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-form {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(50% + 120px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-form .close-button {
  background-color: transparent;
  border: none;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 0;
  z-index: 3;
}

.pop-up-form .input__input.input__textarea {
  min-height: 120px;
  overflow-y: scroll !important;
}

@media screen and (max-width: 768px) {
  .pop-up-form {
    width: 80%;
  }
  .pricing-toggle {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pop-up-form {
    top: 55%;
  }
}

/* Custom plan card styles */
.custom-plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-specs {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.slider-spec {
  margin-bottom: 32px;
  flex: 1;
}

.slider-spec[data-resource="disk"] {
  width: 100%;
  flex: auto;
}

.slider-spec:last-child {
  margin-bottom: 0;
}

.slider-value {
  display: inline-block;
  align-items: baseline;
  margin-bottom: 8px;
}

.slider-value .value {
  font-size: 24px;
  font-weight: 600;
  color: #4a5568;
  margin-right: 4px;
}

.slider-value .unit {
  font-size: 14px;
  color: #6b7280;
}

.slider-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 12px;
}

.slider-control {
  position: relative;
}

/* Custom slider styles */
.custom-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #098b83;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-slider::-webkit-slider-thumb:hover {
  background: #098b83;
  transform: scale(1.1);
}

.custom-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #098b83;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.custom-slider::-moz-range-thumb:hover {
  background: #098b83;
  transform: scale(1.1);
}

/* Slider ticks */
.slider-ticks {
  position: relative;
  margin-top: 8px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-ticks span {
  font-size: 12px;
  color: #6b7280;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 28px;
  text-align: center;
  display: inline-block;
}

.slider-ticks span.visible {
  display: block;
}

.slider-ticks span.hidden {
  display: none;
}

/* Price section */
.plan-price {
  text-align: right;
}

.price-value {
  font-size: 30px;
  font-weight: bold;
  color: #4a5568;
}

.price-currency {
  font-size: 30px;
  font-weight: bold;
  color: #4a5568;
}

.custom-plan-card .price-period {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.custom-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #098b83;
  width: var(--progress-width, 0%);
  z-index: 0;
}

.custom-slider {
  position: relative;
  z-index: 1;
  background: #e5e7eb;
}

@media screen and (max-width: 768px) {
  .slider-spec {
    width: 100%;
    flex: auto;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 50px 10px;
  }
}

.contacts-form__footer {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .pop-up-form {
    top: 65%;
  }
}

/* End */
/* /local/templates/.default/css/server-configurations.css?175793821816432 */
