

/* Start:/local/templates/main/css/calc.css?17544193814075*/
@charset "UTF-8";
.calc {
  display: flex;
  margin: 34px 0 74px;
}

.calc_list {
  display: flex;
  flex-direction: column;
  background: #3C4853;
  border-right: 1px solid #828297;
}

.calc_list.no-border {
  min-width: 185px;
  padding: 16px 24px;
  border: none;
}

.calc_list input[type=radio] {
  display: none;
}

.calc_list-item label {
  color: #fff;
  display: block;
  min-width: 128px;
  line-height: 42px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 25px;
  border-bottom: 1px solid #828297;
  cursor: pointer;
}

.calc_list.no-border .calc_list-item label {
  border: none;
  padding: 0;
  line-height: 20px;
  margin-bottom: 12px;
}

.calc_list-item:last-child label {
  border-bottom: none;
}

.calc_list-item input[type=radio]:checked + label {
  color: #E52421;
}

.calc_form {
  padding: 24px 34px;
  background: #24303C;
  color: #fff;
}

.calc_form-title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}

.calc_form-wrapper {
  display: flex;
}

.calc_form-left {
  margin-right: 36px;
  margin-top: 23px;
}

.calc_form-img {
  width: 204px;
  height: 204px;
  background: #3C4853;
}

.calc_form-right {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 204px - 36px);
}

.calc_form .uk-form-custom {
  width: 100%;
}

.calc_form div.form-group:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.calc_form .uk-input {
  height: 42px;
  border: none;
  background: #3C4853;
  color: #fff;
}

.calc_form .uk-input:focus {
  background: #3C4853;
  color: #fff;
}

.calc_form .uk-form-custom select {
  padding: 10px;
  font-size: 16px;
}

/* Для Chrome */
.calc_form input[type=number]::-webkit-inner-spin-button,
.calc_form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Для Firefox */
.calc_form input[type=number] {
  -moz-appearance: textfield;
}

.calc_form div.form-group .uk-form-custom .select-btn {
  font-size: 16px;
  line-height: 42px;
  background: #3C4853;
  color: #fff;
}

.calc_form .uk-button.uk-button-primary {
  width: 100%;
  margin-top: 12px;
}

.calc_form div.form-group label {
  position: relative;
}

.calc_form div.form-group label::after {
  content: attr(data-measure);
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.calc_total {
  width: 278px;
  flex-shrink: 0;
  padding: 47px 32px;
  background-color: #3C4853;
  background-image: url("/local/templates/main/img/calc/bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.calc_total-title {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #EAEAEB;
}

.cart_total-sum {
  margin: 12px 0 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  color: #C7C2FF;
}

.cart_total-sum span {
  font-weight: 500;
  font-size: 42px;
}

#calcError {
  color: #E52421;
}

@media (max-width: 1024px) {
  .calc {
    flex-direction: column;
    margin: 20px -15px 56px;
  }
  .calc_list {
    flex-direction: row;
    max-width: 100%;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .calc_list-item label {
    min-width: auto;
    white-space: nowrap;
    padding: 0 0 0 16px;
    line-height: 54px;
    border-bottom: none;
  }
  .calc_list.no-border {
    padding: 16px 0;
  }
  .calc_list.no-border .calc_list-item label {
    margin-bottom: 0;
    padding: 0 0 0 16px;
  }
  .calc_form {
    padding: 20px 15px 32px;
  }
  .calc_form-wrapper {
    flex-direction: column;
  }
  .calc_form-title {
    margin-bottom: 20px;
  }
  .calc_form-left {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .calc_form-img {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calc_form-right {
    max-width: 100%;
  }
  .calc_total {
    width: 100%;
    height: 278px;
    background-image: url("/local/templates/main/img/calc/bg-mobile.png");
  }
}

/*# sourceMappingURL=calc.css.map */

/* End */
/* /local/templates/main/css/calc.css?17544193814075 */
