

/* Start:/local/templates/main/components/bitrix/news.list/service_config/style.css?16147667696322*/
.calculator__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .calculator__row_low {
    margin-bottom: 15px; }
.calculator__name {
  flex: 1;
  text-align: right;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.39;
  color: #646464; }
.calculator__params_middle {
  flex: 0 0 35.17544%;
  padding: 0 20px; }
  .calculator__params_middle-double {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.calculator__params_right {
  flex: 1; }
.calculator__params_cpu-count {
  width: 15% !important; }
.calculator__params_short {
  width: 30%; }
.calculator .testing__params-name {
  display: none; }
.calculator .testing__params-slider {
  width: 100%; }
.calculator .testing__params-value {
  padding-left: 15px; }
.calculator .testing__slider-wrap {
  width: 100%;
  margin-left: 10px; }
.calculator .testing__select-wrap {
  width: 100%; }
.calculator .testing__label-wrapper {
  margin-right: 40px; }
.calculator .style-select .mCSB_scrollTools {
  width: 10px; }
.calculator .style-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

@media (max-width: 767px) {
	.calculator .testing__slider-wrap { margin-left: 0px; }
  .calculator__row {
    margin-bottom: 25px; }
    .calculator__row_low {
      position: relative; }
  .calculator__name {
    flex: 0 0 100%;
    text-align: center; }
    .calculator__name_hdd-sas {
      margin-right: 14%; }
  .calculator__params_right {
    flex: 0 0 30%; }
  .calculator__params_cpu-count {
    width: 35% !important; }
  .calculator__params_middle {
    flex: 0 0 60%; }
  .calculator__params_short {
    position: absolute;
    right: 22%;
    top: -5px;
    width: 75px; } }
@media (max-width: 375px) {
  .calculator__params_middle {
    flex: 0 0 100%; }
    .calculator__params_middle-double {
      flex: 0 0 60%; }
  .calculator__params_right {
    margin-top: -25px; }
  .calculator__params_wm {
    margin-top: 20px; } }
@media (max-width: 320px) {
  .calculator__name_hdd-sas {
    margin-right: 35%; } }

/*# sourceMappingURL=style.css.map */

.switch {
  position: relative;
}
.switch__input {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 2px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.switch__input:first-of-type {
  left: calc((100% - 52px)/2);
}
.switch__input:last-of-type {
  right: calc((100% - 52px)/2);
}
.switch__input:hover,
.switch__input:focus,
.switch__input:active {
  border: 0;
}
.switch__input[type="radio"],
.switch__input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
.switch__label {
  width: calc((100% - 52px)/2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #5c646d;
  opacity: 0.5;
  cursor: pointer;
}
.switch__label:hover {
  opacity: 0.75;
}
.switch--small .switch__label {
  font-size: 13.6px;
}
.switch__input:checked + .switch__label {
  opacity: 1;
}
.switch__input:disabled + .switch__label,
.switch__input:disabled + .switch__label:hover {
  cursor: not-allowed;
  opacity: 0.3;
}
.switch--horizontal .switch__input:first-of-type + .switch__label {
  left: 0;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .switch--horizontal .switch__input:first-of-type + .switch__label {
    padding-right: 30px;
  }
}
.switch--small.switch--horizontal .switch__input:first-of-type + .switch__label {
  padding-right: 15px;
}
.switch--horizontal .switch__input:last-of-type + .switch__label {
  right: 0;
  padding-left: 10px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .switch--horizontal .switch__input:last-of-type + .switch__label {
    padding-left: 30px;
  }
}
.switch--small.switch--horizontal .switch__input:last-of-type + .switch__label {
  padding-left: 15px;
}
.switch__bar {
  width: 52px;
  height: 30px;
  padding: 2px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-color: #ed1c24;
}
.switch--horizontal .switch__bar {
  margin: 0 auto;
}
.switch--vertical .switch__bar {
  width: 100%;
}
.switch__trigger {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 13px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  transition: left 0.2s;
}
.switch__input:last-of-type:checked ~ .switch__bar > .switch__trigger {
  left: calc(100% - 2px - 26px);
}
.switch--vertical {
  padding-top: 45px;
}
.switch--vertical .switch__label:first-of-type,
.switch--vertical .switch__input:first-of-type {
  left: 2px;
}
.switch--vertical .switch__label:last-of-type,
.switch--vertical .switch__input:last-of-type {
  right: 2px;
  text-align: right;
}
.switch--vertical .switch__label {
  top: 0;
  transform: none;
  -webkit-transform: none;
  width: auto;
}
.switch--vertical .switch__label:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.switch--vertical .switch__label::after {
  display: block;
  content: "";
  width: 1px;
  height: 7.5px;
  background-color: rgba(190, 193, 197, 0.3);
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.switch--vertical .switch__input {
  width: 33.33333333%;
}
.switch--vertical .switch__input:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.switch--vertical .switch__input:nth-of-type(2):checked ~ .switch__bar > .switch__trigger {
  left: calc(((2 - 1) * (100% / (3 - 1))) - 26px/2);
}
.switch--vertical.only-two .switch__label:last-of-type {
  left: auto;
  transform: none;
}
.switch--vertical.only-two .switch__input:last-of-type {
  left: auto;
  right: -2px;
  transform: none;
}
.switch .switch__input:last-of-type:checked ~ .switch__bar > .switch__trigger {
  left: calc(100% - 2px - 26px);
}
[data-code="CONFIG_RADIO_SWITCH_MIGRATION"] .switch--horizontal {
  width: 150px !important;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/service_config/style.css?16147667696322 */
