.price-list {
}

.price-list-link {
  display: flex;
  align-items: center;
  color: #000;
}

.price-list thead th {
  vertical-align: middle;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #828282;
  padding: 15px 9px;
}

.price-list tbody td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 140%;
  padding: 15px 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.price-list tbody th {
  padding: 25px 15px;
  font-style: normal;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.price-list tbody tr.with-module td {
  padding: 25px 15px 10px;
  border-bottom: 0;
  border-top: 0;
}

.price-list tbody tr.with-module th {
  padding: 25px 15px 10px;
  border-bottom: 0;
  border-top: 0;
  width: 40%;
}

.price-list tbody tr.price-module td {
  padding: 10px 15px;
  border-bottom: 0;
  border-top: 0;
}

.price-list tbody tr.price-module_last td {
  padding-bottom: 25px;
}

.price-list tbody tr.price-module th {
  padding: 10px 18px;
  border-bottom: 0;
  border-top: 0;
}

.price-list tbody tr.price-module td.module-title {
  padding-left: 60px;
}

.config-form {
  width: calc((100% / 12 * 8) - 20px / 2);
}

.config-form__fields {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.config-form__field._col_medium {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 3 / 8 - (20px - 20px * 3 / 8));
  max-width: calc(99.9% * 3 / 8 - (20px - 20px * 3 / 8));
  width: calc(99.9% * 3 / 8 - (20px - 20px * 3 / 8));
}

.config-form__field._col_medium:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.config-form__field._col_small {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 4 - (20px - 20px * 1 / 4));
  max-width: calc(99.9% * 1 / 4 - (20px - 20px * 1 / 4));
  width: calc(99.9% * 1 / 4 - (20px - 20px * 1 / 4));
}

.config-form__field._col_small:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.m-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
}

.config-form__checkbox {
  margin-bottom: 30px;
}

.m-checkbox .m-checkbox__input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
}

.m-checkbox__pseudo {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #000;
  margin: 0 10px 0 0;
  transition: 0.2s;
}

.m-checkbox__pseudo::before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2dc2eb;
  opacity: 0;
  transition: opacity 0.2s;
}

.m-checkbox__input:checked ~ .m-checkbox__pseudo::before {
  opacity: 1 !important;
}

.m-checkbox__text {
  font: 14px/1.2 Roboto;
  flex: 1 1 auto;
}

.config-form__checkbox .m-checkbox__text {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.config-form__checkbox-icon {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5px;
}

.config-form__checkbox-icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.config-form__checkbox {
  margin-bottom: 30px;
}

.config-form__field-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.radio-group {
  display: flex;
}

.m-radio {
  display: flex;
  position: relative;
  text-align: left;
}

.radio-group .m-radio {
  margin-right: 20px;
}

.m-radio .m-radio__input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-appearance: none;
}

.m-radio__pseudo {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #000;
  margin: 0 10px 0 0;
  border-radius: 50%;
  transition: 0.2s;
}

.m-radio__pseudo::before {
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2dc2eb;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.m-radio__input:checked ~ .m-radio__pseudo::before {
  opacity: 1 !important;
}

.m-radio__text {
  font: 14px/1.6 Roboto;
  flex: 1 1 auto;
}

.config-form__field._col_half {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  max-width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
  width: calc(99.9% * 1 / 2 - (20px - 20px * 1 / 2));
}

.config-form__field._col_half:nth-child(1n) {
  margin-right: 20px;
  margin-left: 0;
}

.form-field {
  position: relative;
}

.form-field {
  margin-bottom: 20px;
}

.m-input {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  border: 1px solid #000;
  padding: 18px 17px;
  width: 100%;
  color: #1e262b;
  transition: 0.2s;
  background: 0 0;
}

.config-form__field._col_half:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}

.button {
  display: inline-block;
  position: relative;
  padding: 17px 20px;
  background: #2dc2eb;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s;
  border: 0;
}

.button._submit {
  width: 100%;
  padding: 20px 40px;
}

.button._submit {
  width: 100%;
  padding: 20px 40px;
}

.button:hover {
  background: #1e262b;
}

.config-result {
  position: relative;
  margin-top: 0px;
  padding: 0 0 70px;
}

.config-result::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}

.section__title {
  font-size: 36px;
  line-height: 1.2;
}

.config-result__title {
  margin-bottom: 30px;
  line-height: 1.4;
}

.button._large {
  padding: 20px 40px;
}
body {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .config-form,
  .presentation__section._form {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .config-form__fields {
    margin-bottom: 10px;
  }
}

@media (max-width: 920px) {
  .config-form__field._col_medium {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    max-width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
  }
}
@media (max-width: 920px) {
  .config-form__field._col_medium:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 920px) {
  .config-form__field._col_small:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 920px) {
  .config-form__field._col_small:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .m-checkbox__text {
    font-size: 12px;
  }
}

@media (max-width: 920px) {
  .config-form__field._col_half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    max-width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
  }

  .config-form__fields {
    display: block;
    flex-flow: row wrap;
    margin-bottom: 40px;
  }
}
@media (max-width: 920px) {
  .config-form__field._col_half:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 680px) {
  .config-form__fields {
    margin-bottom: 10px;
  }
}

@media (max-width: 920px) {
  .config-form__field._col_small {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    max-width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
    width: calc(99.9% * 1 / 1 - (20px - 20px * 1 / 1));
  }
}
