

/* Start:/include/raschet-moshchnosti-generatora/style.css?17563799497864*/
/* Стили для страницы Расчет мощности генератора */
.power-calculator {
  color: #353435;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.power-calculator-desc {
  margin-bottom: 40px;
}

.power-calculator-desc .head {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.power-calculator-desc ul {
  padding-left: 30px;
}

.power-calculator-ps {
  margin: 0 0 90px;
}

.power-calculator-banner {
  padding: 0 8.5%;
}

@media (max-width: 768px) {
  .power-calculator-ps {
    margin: 0 0 60px;
  }

  .power-calculator-banner {
    padding: 0;
  }

  .power-calculator-banner .section-offer {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .power-calculator-desc {
    margin-bottom: 30px;
  }

  .power-calculator-desc p {
    margin-bottom: 15px;
  }

  .term {
    width: 100%;
  }

  .power-calculator-ps {
    margin: 0 0 40px;
  }

  .power-calculator-banner .section-offer {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 320px) {
  .power-calculator {
    font-size: 12px;
  }
}

/* Стили таблицы-калькулятора на странице Расчет мощности генератора */
.js-power-calculator-calc form {
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", "Open Sans";
  margin-bottom: 30px;
  width: 100%;
}

.js-power-calculator-calc .left,
.js-power-calculator-calc .right {
  width: 50%;
}

.js-power-calculator-calc table {
  width: 100%;
}

.js-power-calculator-calc .left .head-wrapper {
  background: #767676;
  padding: 0 10px 0 30px;
}

.js-power-calculator-calc .right .head-wrapper {
  background: #767676;
  padding: 0 30px 0 10px;
}

.js-power-calculator-calc .head {
  align-items: center;
  color: #FFFFFF;
  display: table-row;
  font-size: 16px;
  font-weight: 600;
  height: 64px;
  line-height: 19px;
  text-align: center;
}

.js-power-calculator-calc .head div {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  word-wrap: break-word;
}

.js-power-calculator-calc .head div:first-of-type {
  width: 40%;
}

.js-power-calculator-calc .left .body {
  padding: 0px 10px 30px 30px;
}

.js-power-calculator-calc .right .body {
  padding: 0px 30px 30px 10px;
}

.js-power-calculator-calc .category {
  border-bottom: 1px solid #000000;
  color: #222222;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.js-power-calculator-calc .category img {
  height: 28px;
  margin-right: 10px;
  width: 28px;
}

.js-power-calculator-calc .category td {
  padding: 30px 0 15px;
}

.js-power-calculator-calc .category td div {
  display: inline-block;
}

.js-power-calculator-calc .property:not(.without-border) {
  border-bottom: 1px solid #AAAAAA;
}

.js-power-calculator-calc .property td {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}

.js-power-calculator-calc .category span {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
}

.js-power-calculator-calc .property td:first-of-type {
  text-align: left;
  width: 40%;
}

.js-power-calculator-calc .property input {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 50px;
}

.js-power-calculator-calc .form-footer {
  align-items: center;
  border-top: 1px solid #AAAAAA;
  display: flex;
  font-family: "Roboto", "Open Sans";
  margin: 0 30px;
  padding: 30px 0;
  width: 100%;
}

.js-power-calculator-calc .form-footer .left {
  padding-right: 10px;
  text-align: end;
  width: 50%;
}

.js-power-calculator-calc .form-footer .right {
  padding-left: 10px;
  width: 50%;
}

.js-power-calculator-calc .form-footer input[type="submit"] {
  color: #FFFFFF;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 268px;
}

.js-power-calculator-calc .form-footer .right span {
  font-size: 16px;
  font-weight: 400;
  line-height: 43px;
}

.js-power-calculator-calc .form-footer .right input {
  color: #000000;
  background: #FFFFFF;
  border: none;
  font-size: 16px;
  line-height: 43px;
  height: 28px;
  margin: 0 20px;
  text-align: center;
  width: 100px;
}

@media (max-width: 768px) {
  .js-power-calculator-calc form {
    flex-direction: column;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .js-power-calculator-calc .left,
  .js-power-calculator-calc .right {
    width: 100%;
  }

  .js-power-calculator-calc>.right {
    margin-bottom: 30px;
  }

  .js-power-calculator-calc .right .head {
    display: none;
  }

  .js-power-calculator-calc .left .head-wrapper {
    padding: 0 12px;
  }

  .js-power-calculator-calc .left .body,
  .js-power-calculator-calc .right .body {
    padding: 0 12px 0;
  }

  .js-power-calculator-calc .category td {
    padding: 20px 0 15px;
  }

  .js-power-calculator-calc .property input {
    font-size: 14px;
    line-height: 17px;
  }

  .js-power-calculator-calc .form-footer {
    margin: 30px auto 0;
    padding: 20px 0 0;
    width: 96%;
  }

  .js-power-calculator-calc .form-footer .left {
    padding: 0;
    text-align: start;
    width: 40%;
  }

  .js-power-calculator-calc .form-footer .right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 60%;
  }

  .js-power-calculator-calc .form-footer input[type="submit"] {
    width: 239px;
  }
}

@media (max-width: 650px) {
  .js-power-calculator-calc form {
    margin-bottom: 15px;
    padding: 0;
  }

  .js-power-calculator-calc .left .head-wrapper {
    padding: 0 1px 0 4px;
  }

  .js-power-calculator-calc .head div {
    font-size: 12px;
    line-height: 15px;
  }

  .js-power-calculator-calc .category td {
    font-size: 14px;
    line-height: 17px;
  }

  .js-power-calculator-calc .category td div {
    height: 34px;
  }

  .js-power-calculator-calc .category img {
    margin-right: 6px;
  }

  .js-power-calculator-calc .property td:first-of-type {
    font-size: 12px;
    line-height: 15px;
  }

  .js-power-calculator-calc .right .body,
  .js-power-calculator-calc .left .body {
    padding: 0 1px 0 4px;
  }

  .js-power-calculator-calc .form-footer {
    flex-direction: column;
    margin: 0;
    padding: 8px 0 0;
    width: 100%;
  }

  .js-power-calculator-calc .form-footer .left {
    margin-top: 8px;
    order: 2;
    width: 100%;
  }

  .js-power-calculator-calc .form-footer .right {
    font-weight: 500;
    font-size: 12px;
    justify-content: center;
    order: 1;
    padding: 0 4px;
    width: 100%;
  }

  .js-power-calculator-calc .form-footer .right span {
    font-weight: 500;
    font-size: 12px;
    line-height: 43px;
  }

  .js-power-calculator-calc .form-footer input[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .wrapper_inner .middle>.container {
    padding: 0 10px !important;
  }

  .js-power-calculator-calc .head {
    padding: 0;
  }

  .js-power-calculator-calc .head div {
    width: 68px;
  }

  .js-power-calculator-calc .property td:first-of-type {
    hyphens: manual;
  }

  .js-power-calculator-calc .property td {
    width: unset;
  }
}

@media (max-width: 320px) {

  .js-power-calculator-calc .property td:nth-of-type(2),
  .js-power-calculator-calc .property td:nth-of-type(3) {
    text-align: start;
  }

  .js-power-calculator-calc .form-footer .right {
    justify-content: space-between;
  }
}
/* End */


/* Start:/bitrix/templates/aspro_next_modify/css/fonts/font-inter/css/font-inter.css?17563797621190*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Regular.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Medium.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-SemiBold.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Bold.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/font-inter/fonts/Inter-Bold.ttf') format('truetype');
}
/* End */


/* Start:/bitrix/templates/aspro_next_modify/css/fonts/roboto/css/font-roboto.css?1756379763584*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/bitrix/templates/aspro_next/css/fonts/roboto/fonts/Roboto-Regular.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/roboto/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/bitrix/templates/aspro_next/css/fonts/roboto/fonts/Roboto-Medium.woff') format('woff'),
    url('/bitrix/templates/aspro_next/css/fonts/roboto/fonts/Roboto-Medium.ttf') format('truetype');
}
/* End */
/* /include/raschet-moshchnosti-generatora/style.css?17563799497864 */
/* /bitrix/templates/aspro_next_modify/css/fonts/font-inter/css/font-inter.css?17563797621190 */
/* /bitrix/templates/aspro_next_modify/css/fonts/roboto/css/font-roboto.css?1756379763584 */
