.calс * {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .calcNav {
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
  }
}
.calcNav .navContainer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.calcNav .navContainer .navButton:hover {
  background: #CC0000;
}
.calcNav .navContainer .navButton:hover .text {
  color: #fff;
}
.calcNav .navContainer .navButton {
  cursor: pointer;
  background: #eee;
  box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
  border-radius: 2px;
  height: 206px;
  margin: 0 10px 20px 10px;
  flex: 1 1 15%;
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.calcNav .navContainer .navButton .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #7a7a7a;
  padding: 16px 5px 0 5px;
}
.calcNav .navContainer .navButton .text-mobile {
  display: none;
}
.calcNav .navContainer .navButton.active {
  background: #d33737;
}
.calcNav .navContainer .navButton.active .text {
  color: #fff;
}
@media (max-width: 772px) {
  .calcNav .navContainer {
    padding-top: 16px;
  }
  .calcNav .navContainer .navButton {
    height: 37px;
    flex: unset;
    width: calc(50% - 10px);
    margin: 5px;
    background: #eee !important;
  }
  .calcNav .navContainer .navButton .text {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #7a7a7a;
    padding: 10.5px 5px 0 5px;
  }
  .calcNav .navContainer .navButton .text-desctop {
    display: none;
  }
  .calcNav .navContainer .navButton .text-mobile {
    display: inherit;
  }
  .calcNav .navContainer .navButton.active {
    background: #CC0000 !important;
  }
}
.calc_block {
  position: relative;
  z-index: 2;
}
.calc_block_tip {
  cursor: help;
}
.calc_block_tip > div {
  visibility: hidden;
  height: 0;
  width: 0;
  color: #696969;
}
.calc_block_tip:hover {
  position: relative;
}
.calc_block_tip:hover > div {
  visibility: visible;
  transition: 0.2s;
  height: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  position: absolute;
  max-width: 372px;
  background: #f8f8f8;
  bottom: 100%;
  box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
  padding: 10px 16px;
  border-radius: 2px;
  transform: translate(20px, -10px);
  font-size: 14px;
  line-height: 130%;
}
.calc_concreteCalculation {
  padding-right: 46px;
  margin-bottom: 0;
  padding-left: 33px;
  padding-right: 6px;
  background: #eee;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  top: -30px;
  z-index: 1;
  transition: all 0.25s;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.calc_concreteCalculation .calc_result {
  flex: 0 0 301px;
}
@media (max-width: 960px) {
  .calc_concreteCalculation {
    padding-left: 0;
    display: none !important;
  }
}
.calc_concreteCalculation .calc_block_inline {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.calc_concreteCalculation .calc_block_inline .calc_leftBlock {
  flex: 0 0 411px;
  max-width: 411px;
  padding-top: 5px;
}
@media (max-width: 960px) {
  .calc_concreteCalculation .calc_block_inline .calc_leftBlock {
    flex: 0 0 360px;
    max-width: 360px;
  }
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_leftBlock
  .calc_leftBlock__info {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #CC0000;
  margin-left: 10px;
  cursor: pointer;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_leftBlock
  .calc_leftBlock__info
  img {
  margin: 0 0 0 8px;
}
.calc_concreteCalculation .calc_block_inline .calc_rightBlock {
  flex: 1 1 100%;
}
.calc_concreteCalculation .calc_block_inline .calc_rightBlock .calc_row {
  width: 100%;
  justify-content: center;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result
  .calc_result__title {
  margin-top: 12px;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result
  ul {
  min-width: 270px;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result
  ul
  li {
  margin-bottom: 7px;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result-btn {
  display: flex;
  align-items: flex-end;
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result-btn
  .calc_blockButtonContainer {
  flex-direction: column;
  padding-left: 24px;
  margin: 0;
  padding-bottom: 25px;
}
@media (max-width: 960px) {
  .calc_concreteCalculation
    .calc_block_inline
    .calc_rightBlock
    .calc_row
    .calc_result-btn
    .calc_blockButtonContainer {
    align-items: flex-end;
  }
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result-btn
  .calc_blockButtonContainer
  .calc_blockButton {
  border: 2px solid #afafaf;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  width: 184px;
  padding: 12px 10px;
}
@media (max-width: 960px) {
  .calc_concreteCalculation
    .calc_block_inline
    .calc_rightBlock
    .calc_row
    .calc_result-btn
    .calc_blockButtonContainer
    .calc_blockButton {
    margin-right: 0;
  }
}
.calc_concreteCalculation
  .calc_block_inline
  .calc_rightBlock
  .calc_row
  .calc_result-btn
  .calc_blockButtonContainer
  .calc_blockButton.Orange {
  background: #CC0000;
  border: 2px solid #CC0000;
  margin-top: 17px;
}
.calc_concreteCalculation .calc_block_inputResult {
  margin: 10px;
  position: relative;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.calc_concreteCalculation .calc_block_inputResult .calc__select {
  margin-left: auto;
  position: relative;
  z-index: 1;
  text-align: right !important;
  width: 100%;
  right: 4px;
  left: 0;
}
@media (max-width: 552px) {
  .calc_concreteCalculation .calc_block_inputResult .placholder {
    right: auto;
  }
}
@media (max-width: 1100px) {
  .calc_concreteCalculation .calc_block_inputResult {
    width: unset;
    flex: 1 1 100%;
  }
}
.calc_concreteCalculation__active {
  opacity: 1;
  display: block;
  overflow: visible;
  height: auto;
}
.calc_contact {
  max-width: 100%;
  width: 100%;
  background-image: url(/assets/template/img/calculator/fon_form_calc.0fec2a8f.jpg);
  background-position-y: 0;
  background-size: contain;
  background-position-x: 100%;
  color: #fff;
  text-align: center;
  height: 317px;
  padding-top: 1px;
  display: block;
}
.calc_contact .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-top: 21px;
  margin-bottom: 12px;
}
.calc_contact .pdd {
  padding: 0 15px;
}
.calc_contact .pdd .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ddd;
}
.calc_contact .calc_contact_check {
  margin-top: 14px;
}
.calc_contact .inp {
  margin-top: 8px;
  background: #fff;
  text-align: center;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #696969;
  width: 185px;
}
.calc_contact .inp,
.calc_contact button {
  height: 48px;
  border-radius: 2px;
  border: none;
}
.calc_contact button {
  background: #CC0000;
  width: 189px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px;
  line-height: 17px;
  color: #fff;
  cursor: pointer;
}
.calc_contact .calc_contact_check label a {
  color: #fff;
}
@media (max-width: 772px) {
  .calc_contact .calc_contact_check label a {
    color: #696969;
  }
}
.calc_contact .calc_contact_social_title {
  margin-top: 18px;
}
.calc_contact ul {
  padding: 0;
}
.calc_contact ul li {
  display: inline-block;
  margin: 0 7.5px;
  vertical-align: middle;
}
@media (max-width: 772px) {
  .calc_contact {
    background: linear-gradient(90deg, #f5f5f5, #f8f8f8 84.37%);
    border-radius: 2px;
    height: auto;
    padding-bottom: 46px;
  }
  .calc_contact,
  .calc_contact * {
    position: relative;
  }
  .calc_contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/assets/template/img/calculator/phone.png);
    background-position-y: 0;
    background-size: 194px 243px;
    background-position-x: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .calc_contact .title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #2b2b2b;
    margin-top: 45px;
  }
  .calc_contact .pdd {
    padding: 0 15px;
  }
  .calc_contact .pdd .subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #696969;
    margin-top: 14px;
  }
  .calc_contact .inp,
  .calc_contact button {
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .calc_contact button {
    margin-top: 15px;
  }
  .calc_contact .calc_contact_check {
    display: flex;
    align-item: center;
    justify-content: center;
    margin-top: 18px;
  }
  .calc_contact .calc_contact_check input {
    margin: 0;
  }
  .calc_contact .calc_contact_check label {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #696969;
    margin-left: 6px;
  }
}
.qr-code {
  display: none;
  text-align: center;
  background: url(/assets/template/img/calculator/fon_form_calc-2.47e0e6c8.jpg);
  background-size: cover;
  background-position: 50%;
  align-items: center;
  justify-content: center;
  height: 288px;
}
.qr-code .subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #7a7a7a;
  margin-bottom: 9px;
  max-width: 217px;
  text-align: center;
}
.qr-code img {
  width: 100%;
}
.calc_block_result_sidebar {
  flex: 0 0 auto;
  max-width: 286px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 780px) {
  .calc_block_result_sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .calc_block_result_sidebar .calc_contact {
    margin-top: 17px !important;
    display: block;
  }
}
.calc_block_result_sidebar .qr-code {
  margin-top: 36px;
}
@media (max-width: 780px) {
  .calc_block_result_sidebar .qr-code {
    display: none;
  }
}
.calc_row {
  display: flex;
}
.calc_row .calc_result ul {
  margin-top: 0;
}
@media (max-width: 780px) {
  .calc_row {
    display: block;
  }
}
.calc_warning {
  padding-left: 20px;
  flex: 1 1 100%;
}
@media (max-width: 780px) {
  .calc_warning {
    padding-left: 0;
  }
}
.calc_warning .row {
  display: flex;
}
@media (max-width: 1100px) {
  .calc_warning .row,
  .calc_warning .row .calc_blockButtonContainer {
    display: block;
  }
  .calc_warning .row .calc_blockButtonContainer .calc_blockButton.Orange {
    margin-left: 0;
    margin-top: 15px;
  }
}
.calc_warning .calc_blockButton {
  border: 2px solid #afafaf;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.calc_warning .calc_blockButton.Orange {
  background: #CC0000 !important;
  border: 2px solid #CC0000;
  margin-left: 10px;
}
.calc_result {
  flex: 0 0 289px;
}
.calc_result ul {
  padding-left: 0;
}
.calc_result ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calc_result ul li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
}
.calc_result .calc_result__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2b2b2b;
  display: flex;
  justify-content: space-between;
}
.calc_block_result {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.calc_block_result .calc_blockDescription {
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
}
.calc_block_result .calc_block {
  padding-right: 46px;
  margin-bottom: 0;
  padding-bottom: 0;
  background: #eee;
  border: 1px solid #e8e8e8;
  box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
  border-radius: 2px;
}
@media (min-width: 780px) {
  .calc_block_result .calc_block {
    flex: 1 1 calc(100% - 30px);
    max-width: 74.3%;
  }
}
.calc_block_result .calc_block .calc_block_title {
  padding-right: 40px;
  text-transform: capitalize;
}
.calc_block_result .calc_block .calc_leftBlock {
  flex: 1 1 100%;
}
.calc_block_result .calc_block .calc_leftBlock .calc__left,
.calc_block_result .calc_block .calc_leftBlock .calc__right {
  max-width: 50%;
  flex: 1 1 50%;
}
@media (max-width: 780px) {
  .calc_block_result .calc_block .calc_leftBlock .calc__left,
  .calc_block_result .calc_block .calc_leftBlock .calc__right {
    display: block;
    max-width: 100%;
  }
  .calc_block_result .calc_block .calc_leftBlock .calc__left .calc_block_inline,
  .calc_block_result
    .calc_block
    .calc_leftBlock
    .calc__right
    .calc_block_inline {
    left: 0;
  }
  .calc_block_result
    .calc_block
    .calc_leftBlock
    .calc__left
    .calc_block_inputResult,
  .calc_block_result
    .calc_block
    .calc_leftBlock
    .calc__right
    .calc_block_inputResult {
    overflow: visible !important;
    margin-right: 0;
  }
}
@media (max-width: 552px) {
  .calc_block_result
    .calc_block
    .calc_leftBlock
    .calc__right
    .calc_block_inputResult {
    margin-top: 26px;
  }
}
.calc_block_result .calc_block .calc_block_inline {
  display: flex;
  flex-flow: row wrap;
  left: 0;
}
.calc_block_result .calc_block .calc_block_inputResult {
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  background: #fff;
}
@media (max-width: 552px) {
  .calc_block_result
    .calc_block
    .calc_block_inputResult
    .calc_block_inputResult__title {
    position: relative;
    top: -35px;
  }
}
.calc_block_result .calc_block .calc_block_inputResult .calc__select {
  position: relative !important;
  z-index: 1;
  width: 100%;
  right: 4px;
  text-align: right !important;
  left: 0;
}
.calc_block_result .calc_block .calc_block_inputResult .placholder {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  z-index: 0;
  color: #2b2b2b;
}
@media (max-width: 552px) {
  .calc_block_result .calc_block .calc_block_inputResult .placholder {
    right: auto;
  }
}
@media (max-width: 1100px) {
  .calc_block_result .calc_block .calc_block_inputResult {
    width: unset;
    flex: 1 1 100%;
  }
}
.calc_blockButtonContainer {
  margin: 28px 0;
  display: flex;
}
.calculation_blockButton.Orange {
  color: #fff !important;
}
.calc_blockButtonContainer .calc_blockButton.Orange {
  color: #fff;
}
.calc_blockButtonContainer .calc_blockButton {
  transition: 0.2s;
  border-radius: 2px;
  white-space: nowrap;
  box-sizing: border-box;
  background: #eee;
  font-style: normal;
  font-weight: 600;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
.calc_blockButtonContainer .calc_blockButton.Orange {
  margin-right: 22px;
  background-color: #CC0000;
}
.calc_concreteCalculation .calc_block_inputResult .placholder {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  z-index: 0;
  color: #2b2b2b;
}
.help-better {
  padding: 24px 15px 40px 60px;
  background: #fff;
  box-shadow: 0 4px 36px rgba(70, 70, 70, 0.15);
  border-radius: 5px;
  background-image: url(/assets/template/img/calculator/Help-Better.jpg);
  background-size: 576px 313px;
  background-repeat: no-repeat;
  background-position-x: 106.5%;
  background-position-y: -20px;
  margin-top: 93px;
}
@media (max-width: 772px) {
  .help-better {
    display: none;
  }
}
.help-better .help-better-content {
  max-width: 506px;
}
.help-better .help-better-content .title {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #2b2b2b;
}
.help-better .help-better-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #696969;
  margin-top: 10px;
}
.help-better .help-better-content .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-top: 12px;
}
.help-better .help-better-content .row .left {
  display: flex;
  flex-direction: column;
}
.help-better .help-better-content .row .help-better__textarea {
  min-height: 108px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #696969;
  padding: 13px;
  margin-left: 18px;
  width: 100%;
}
.help-better .help-better-content .help-better__textarea,
.help-better .help-better-content .inp {
  height: 48px;
  background: #fff;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #696969;
  width: 185px;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
}
.help-better .help-better-content .help-better__button {
  background: #CC0000;
  border-radius: 2px;
  border: none;
  width: 191px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 12px;
}
.help-better .help-better-content .calc_contact_check {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.help-better .help-better-content .calc_contact_check input {
  margin: 0;
}
.help-better .help-better-content .calc_contact_check label {
  line-height: 16px;
  color: #696969;
  margin-left: 9px;
}
.calc_readme {
  border: 1px solid #e8e8e8;
  box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 32px;
  margin-top: 94px;
}
@media (max-width: 992px) {
  .calc_readme {
    display: none;
  }
}
.calc_readme .pdd {
  background: #fafafa;
  border-radius: 2px;
  padding: 36px 34px;
}
.calc_readme .head {
  position: relative;
  margin-bottom: 15px;
}

.calc_readme .head h3 {
  font-size: 20px;
}

.calc_readme .head button {
  background: #CC0000;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
}
.calc_readme .head button svg {
  transition: all 0.25s;
}
.calc_readme .head .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000;
}
.calc_readme .content {
  color: #696969;
  transition: all 0.25s;
}
.calc_readme .content,
.calc_readme .content b {
  font-weight: 600;
  line-height: 140%;
}
.calc_readme .content b {
  display: block;
  color: #000;
  margin-top: 32px;
}
.calc_readme .contentActive {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s;
}
.calc_readme .rotate180 {
  transform: rotate(180deg);
}
.calc_block_inputContainer > input[data-v-c78c7a74] {
  width: 50%;
  cursor: help;
}
.calc_block_tip > div[data-v-c78c7a74] {
  visibility: hidden;
  height: 0;
  width: 0;
  color: #696969;
}
.calc_block_tip[data-v-c78c7a74]:hover {
  position: relative;
}
.calc_block_tip:hover > div[data-v-c78c7a74] {
  visibility: visible;
  transition: 0.2s;
  height: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  position: absolute;
  max-width: 372px;
  background: #f8f8f8;
  bottom: 100%;
  box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
  padding: 10px 16px;
  border-radius: 2px;
  transform: translate(20px, -10px);
  font-size: 14px;
  line-height: 130%;
}
.metr {
  display: block;
  top: 10px;
  width: 0 !important;
  right: 20px;
  font-weight: 700;
}
.calc_block_inputContainer,
.metr {
  position: relative;
}
.calc_block_inputContainer .metr {
  position: absolute;
}
.calc_block_triangle .metr {
  top: 15.5px;
}
.calc_block_inputContainer > input[data-v-7ae0337c] {
  width: 50%;
}
.block-section {
  border: 1px solid #e8e8e8;
  box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
  background: #fff;
  padding: 30px 50px 50px 50px;
  display: flex;
  margin-bottom: 40px;
}
.block-section .column {
  flex: 0 0 max-content;
}
.block-section .column .block-section_title {
  flex-flow: row nowrap;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-bottom: 10px;
  position: relative;
}
.block-section .column .block-section_title span {
  min-width: 195px;
}
.block-section .column .block-section_title .block-section_tip {
  color: #CC0000;
  position: relative;
  padding-left: 5px;
  font-style: normal;
  top: -3px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: help;
}
.block-section .column .block-section_title .block-section_tip > div {
  visibility: hidden;
  height: 0;
  width: 0;
  color: #696969;
}
.block-section .column .block-section_title .block-section_tip:hover {
  position: relative;
}
.block-section .column .block-section_title .block-section_tip:hover > div {
  visibility: visible;
  transition: 0.2s;
  height: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  position: absolute;
  max-width: 372px;
  background: #f8f8f8;
  bottom: 100%;
  box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
  padding: 10px 16px;
  border-radius: 2px;
  transform: translate(20px, -10px);
  font-size: 14px;
  line-height: 130%;
}
.block-section .column .block-section_title .block-section_tip .calc_block_tip {
  cursor: help;
}
.block-section
  .column
  .block-section_title
  .block-section_tip
  .calc_block_tip
  > div {
  visibility: hidden;
  height: 0;
  width: 0;
  color: #696969;
}
.block-section
  .column
  .block-section_title
  .block-section_tip
  .calc_block_tip:hover {
  position: relative;
}
.block-section
  .column
  .block-section_title
  .block-section_tip
  .calc_block_tip:hover
  > div {
  visibility: visible;
  transition: 0.2s;
  height: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  position: absolute;
  max-width: 372px;
  background: #f8f8f8;
  bottom: 100%;
  box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
  padding: 10px 16px;
  border-radius: 2px;
  transform: translate(20px, -10px);
  font-size: 14px;
  line-height: 130%;
}
.block-section .column .field-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.block-section .column .field-section .field-section__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  min-width: 178px;
  width: 178px;
  text-transform: lowercase !important;
}
.block-section .column .field-section .field-section__title b {
  color: #3c3c3c;
}
.block-section .column .field-section .field {
  margin-left: 17px;
  position: relative;
  max-width: 190px;
}
.block-section .column .field-section .field .inp {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10.5px 12px 10.5px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 190px;
  box-sizing: border-box;
  text-transform: lowercase !important;
}
.block-section .column .field-section .field .inp::-moz-placeholder {
  color: #c5c5c5;
}
.block-section .column .field-section .field .inp:-ms-input-placeholder {
  color: #c5c5c5;
}
.block-section .column .field-section .field .inp::placeholder {
  color: #c5c5c5;
}
.block-section .column .field-section .field .meas {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #404040;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.block-section .column .field-section-select-2 .field,
.block-section .column .field-section-select .field {
  max-width: 465px;
  width: 100%;
  position: relative;
}
.block-section .column .field-section-select-2 .field .inp,
.block-section .column .field-section-select .field .inp {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10.5px 12px 10.5px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  margin-left: 0;
}
.block-section .column .field-section-select-2 .field select,
.block-section .column .field-section-select .field select {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10.5px 15px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  width: 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
}
.block-section .column .field-section-select-2 .field .meas,
.block-section .column .field-section-select .field .meas {
  background: #fff;
  height: calc(100% - 4px);
  padding-left: 10px;
  pointer-events: none;
}
.block-section .column .field-section-select-2 .field {
  max-width: 256px;
}
.block-section .column .field-section-itog {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 5px 10px 5px 14px;
  width: 395px;
  margin-top: 30px;
}
.block-section .column .field-section-itog .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  margin-right: auto;
}
.block-section .column .field-section-itog .inp-itog {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2b2b2b;
  padding: 8px 0;
  text-align: center;
  margin-left: 10px;
  min-width: 68px;
  height: 38px;
  box-sizing: border-box;
  position: relative;
}
.block-section .column .field-section-itog .inp-itog sup {
  position: absolute;
  font-size: 10px;
  top: 0;
  margin-left: 1px;
}
.block-section .block-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  padding-left: 20px;
}
.block-section .block-section-image img {
  margin: 0 !important;
}
@media (max-width: 772px) {
  .block-section {
    border: none;
    box-shadow: none;
    background: #fff;
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .block-section .column {
    flex: 0 0 100%;
  }
  .block-section .column .block-section_title {
    flex-flow: row wrap;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
    position: relative;
  }
  .block-section .column .block-section_title span {
    min-width: 175px;
  }
  .block-section .column .block-section_title .block-section_tip {
    color: #CC0000;
    padding-left: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
    margin-top: 15px;
    text-decoration: none;
    cursor: help;
  }
  .block-section .column .block-section_title .block-section_tip > span {
    display: none;
  }
  .block-section .column .block-section_title .block-section_tip:hover > div,
  .block-section .column .block-section_title .block-section_tip > div {
    visibility: visible;
    transition: 0.2s;
    height: unset;
    width: 100%;
    text-transform: none;
    position: relative;
    background: #f8f8f8;
    box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
    padding: 8px;
    border-radius: 2px;
    transform: translate(0);
    font-size: 14px;
    line-height: 130%;
    max-width: 100%;
    border: none;
  }
  .block-section
    .column
    .block-section_title
    .block-section_tip
    .calc_block_tip {
    cursor: help;
  }
  .block-section
    .column
    .block-section_title
    .block-section_tip
    .calc_block_tip
    > div {
    visibility: hidden;
    height: 0;
    width: 0;
    color: #696969;
  }
  .block-section
    .column
    .block-section_title
    .block-section_tip
    .calc_block_tip:hover {
    position: relative;
  }
  .block-section
    .column
    .block-section_title
    .block-section_tip
    .calc_block_tip:hover
    > div {
    visibility: visible;
    transition: 0.2s;
    height: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: none;
    position: absolute;
    max-width: 372px;
    background: #f8f8f8;
    bottom: 100%;
    box-shadow: 0 4px 13px rgba(112, 111, 111, 0.1);
    padding: 10px 16px;
    border-radius: 2px;
    transform: translate(20px, -10px);
    font-size: 14px;
    line-height: 130%;
  }
  .block-section .column .field-section {
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .block-section .column .field-section .field-section__title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .block-section .column .field-section .field {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-section .column .field-section .field .inp {
    padding: 11.5px 12px 11.5px 15px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
  }
  .block-section .column .field-section-checkbox {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .block-section .column .field-section-checkbox .field-section__title {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .block-section .column .field-section-checkbox .field {
    margin-left: 0;
    flex: 0 0 24px;
    max-width: 24px;
  }
  .block-section .column .field-section-itog {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 5px 10px 5px 14px;
    max-width: 426px;
    width: auto;
    margin-top: 30px;
  }
  .block-section .column .field-section-itog .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #696969;
    margin-right: auto;
  }
  .block-section .column .field-section-itog .inp-itog {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b2b;
    padding: 8px 0;
    text-align: center;
    margin-left: 10px;
    min-width: 68px;
    height: 38px;
    box-sizing: border-box;
    position: relative;
  }
  .block-section .column .field-section-itog .inp-itog sup {
    position: absolute;
    font-size: 10px;
    top: 0;
    margin-left: 1px;
  }
  .block-section .block-section-image {
    padding-top: 36px;
  }
  .block-section .block-section-image img {
    max-width: 100%;
  }
}
.block-section-result {
  background: #eee;
  border: 1px solid #e8e8e8;
  box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
  border-radius: 2px;
  padding-bottom: 40px;
  padding-top: 30px;
  margin-top: 30px;
}
.block-section-result .head {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.block-section-result .head .column.col-4 {
  flex: 1 1 33.333333333%;
  max-width: 33.333333333%;
  padding: 0 14px;
}
.block-section-result .head .column.col-50 {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 14px;
}
.block-section-result .head .column .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2b2b2b;
  margin-bottom: 22px;
}
.block-section-result .head .column .field {
  background: #fff;
  border-radius: 2px;
  padding: 11.45px 15px;
  padding-right: 21px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.block-section-result .head .column .field.mb-20 {
  margin-bottom: 20px;
}
.block-section-result .head .column .field .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  white-space: nowrap;
  text-transform: lowercase;
}
.block-section-result .head .column .field .text.opacity {
  color: #696969;
}
.block-section-result .head .column .field .itog {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #2b2b2b;
  position: relative;
  margin-left: auto;
  text-align: right;
}
.block-section-result .head .column .field .itog sup {
  position: absolute;
  top: -5px;
  margin-left: 1px;
  font-size: 10px;
}
@media (min-width: 772px) {
  .block-section-result .head .column .field-limitation .text {
    min-width: 167px;
    width: 100%;
    white-space: pre-wrap;
  }
}
.block-section-result .calculation_blockButtonMiniContainer {
  padding-left: 30px;
}
.block-section-result .information {
  padding-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 30px;
  padding-right: 39px;
}
.block-section-result .information table {
  background: #fff;
  border-radius: 10px;
  color: #000;
  width: 100%;
}
.block-section-result .information table .opacity {
  color: #696969;
}
.block-section-result .information table tbody tr td,
.block-section-result .information table tbody tr th,
.block-section-result .information table thead tr td,
.block-section-result .information table thead tr th {
  padding: 14px 20px;
  font-weight: 500;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.block-section-result .information table tbody tr td:last-child,
.block-section-result .information table tbody tr th:last-child,
.block-section-result .information table thead tr td:last-child,
.block-section-result .information table thead tr th:last-child {
  border-right: none;
}
.block-section-result .information table thead tr th {
  font-weight: 600;
}
.block-section-result .information table thead tr:first-child th:first-child {
  text-align: left;
}
.block-section-result .information table tbody tr td:first-child {
  color: #696969;
  text-align: left;
  padding-right: 0;
}
@media (min-width: 772px) {
  .block-section-result .information table tbody tr td.td-mobile {
    display: none;
  }
}
.block-section-result .information table tbody tr:last-child td {
  border-bottom: none;
}
.block-section-result .information .sec-1 {
  flex: 1 1 673px;
  max-width: 673px;
  padding-right: 53px;
}
.block-section-result .information .sec-1 table {
  min-height: 365px;
}
.block-section-result
  .information
  .sec-1
  table
  thead
  tr:first-child
  th:first-child {
  width: 38.55%;
}
.block-section-result .information .sec-2 {
  flex: 1 1 377px;
  max-width: 377px;
}
.block-section-result .information .sec-2 table {
  min-height: 365px;
}
.block-section-result .information .sec-2.sec-3 {
  flex: 1 1 487px;
  max-width: 487px;
}
.block-section-result .information .sec-2.sec-3 tbody tr td {
  text-align: center;
}
.block-section-result .information .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 30px;
  padding-right: 30px;
  max-width: 523px;
}
.block-section-result .result {
  display: flex;
  padding-left: 30px;
  margin-top: 50px;
}
.block-section-result .result .total {
  max-width: 340px;
  width: 100%;
}
.block-section-result .result .total .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  margin-bottom: 25px;
}
.block-section-result .result .total .field {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.block-section-result .result .total .field .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
}
.block-section-result .result .total .field .info {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #2b2b2b;
  margin-left: auto;
  position: relative;
}
.block-section-result .result .total .field .info.mt-10 {
  margin-right: 6px;
}
.block-section-result .result .total .field .info sup {
  position: absolute;
  top: -5px;
  margin-left: 1px;
  font-size: 10px;
}
.block-section-result .result .total .field-total {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.block-section-result .result .total .field-total .info,
.block-section-result .result .total .field-total .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #2b2b2b;
}
.block-section-result .result .total .field-total .info {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.block-section-result .result .total-gorisontal {
  max-width: 100%;
  flex: 0 0 100%;
}
.block-section-result .result .result-info.max-410 {
  max-width: 528px;
}
.block-section-result .result .result-info.pl-30 {
  padding-left: 30px;
  margin-left: auto;
  margin-right: 25px;
}
.block-section-result .result .result-info .text,
.block-section-result .result .result-info .title {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #2a2a2a;
}
.block-section-result .result .result-info .title {
  text-transform: uppercase;
}
.block-section-result .result .result-info .text {
  color: #696969;
  padding-right: 20px;
}
.block-section-result
  .result
  .result-info
  .calculation_blockButtonMiniContainer.mt-37 {
  margin-top: 37px;
}
.block-section-result
  .result
  .result-info
  .calculation_blockButtonMiniContainer.pl-0 {
  padding-left: 0;
}
@media (min-width: 772px) {
  .block-section-result .result-gorisontal {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .block-section-result .result-gorisontal .total {
    max-width: 789px;
    width: 100%;
    padding-top: 5px;
  }
  .block-section-result .result-gorisontal .total .title {
    display: none;
  }
  .block-section-result .result-gorisontal .total .field {
    margin-top: 10px;
  }
  .block-section-result .result-gorisontal .total .field-total {
    margin-top: 20px;
  }
  .block-section-result .result-gorisontal .result-info {
    max-width: 633px;
  }
  .block-section-result .result-gorisontal .mb-visible {
    display: none;
  }
}
@media (min-width: 772px) {
  .block-section-result .result-gorisontal2 {
    flex-wrap: wrap;
  }
  .block-section-result .result-gorisontal2 .total {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-section-result .result-gorisontal2 .total .title {
    margin-bottom: 15px;
  }
  .block-section-result .result-gorisontal2 .total .fields-sections {
    display: flex;
  }
  .block-section-result .result-gorisontal2 .total .fields-sections .col-50 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .block-section-result
    .result-gorisontal2
    .total
    .fields-sections
    .col-50:first-child {
    padding-right: 25px;
  }
  .block-section-result
    .result-gorisontal2
    .total
    .fields-sections
    .col-50:last-child {
    padding-left: 25px;
    padding-top: 41px;
    padding-right: 50px;
  }
  .block-section-result
    .result-gorisontal2
    .total
    .fields-sections
    .col-50
    .field-total {
    display: none;
  }
  .block-section-result .result-gorisontal2 .result-info {
    padding-top: 23px;
  }
  .block-section-result .result-gorisontal2 .result-info.max-410 {
    max-width: 518px;
    margin-left: 0;
  }
  .block-section-result .result-gorisontal2 .result-info.pl-30 {
    padding-left: 0;
  }
  .block-section-result .result-gorisontal2 .field-total {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    padding-top: 25px;
  }
  .block-section-result .result-gorisontal2 .field-total .info,
  .block-section-result .result-gorisontal2 .field-total .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #2b2b2b;
  }
  .block-section-result .result-gorisontal2 .field-total .info {
    margin-left: 62px;
  }
}
@media (max-width: 772px) {
  .block-section-result {
    box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
    padding-bottom: 31px;
    padding-top: 15px;
    margin-top: 45px;
  }
  .block-section-result .head {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-section-result .head .column.col-4,
  .block-section-result .head .column.col-50 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 15px;
  }
  .block-section-result .head .column .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2b2b2b;
    margin-bottom: 20px;
  }
  .block-section-result .head .column .field {
    background: #fff;
    border-radius: 2px;
    padding: 11.45px 15px;
    padding-right: 21px;
    max-width: 100%;
  }
  .block-section-result .head .column .field.mb-20 {
    margin-bottom: 15px;
  }
  .block-section-result .head .column-fields-00100 .field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .block-section-result .head .column-fields-00100 .field .itog,
  .block-section-result .head .column-fields-00100 .field .text {
    flex: 0 0 100%;
    text-align: left;
  }
  .block-section-result .head .column-fields-00100 .field .itog {
    line-height: 22px;
    margin-left: 0;
    margin-top: 8px;
  }
  .block-section-result .calculation_blockButtonMiniContainer {
    padding-left: 10px;
    padding-top: 4px;
    justify-content: center;
  }
  .block-section-result .information {
    padding-top: 30px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-section-result .information .sec-1 {
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .block-section-result .information .sec-1 table {
    min-height: auto;
  }
  .block-section-result .information .sec-1 table tbody tr td,
  .block-section-result .information .sec-1 table tbody tr th,
  .block-section-result .information .sec-1 table thead tr td,
  .block-section-result .information .sec-1 table thead tr th {
    padding: 7.5px 5.5px;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .block-section-result .information .sec-1 table thead tr {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-section-result .information .sec-1 table thead tr:first-child {
    border-bottom: 1px solid #e8e8e8;
  }
  .block-section-result .information .sec-1 table thead tr th {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .block-section-result .information .sec-1 table thead tr th:first-child {
    text-align: center;
    order: 2;
  }
  .block-section-result
    .information
    .sec-1
    table
    thead
    tr:first-child
    th:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .block-section-result .information .sec-1 table thead tr:last-child {
    display: none;
  }
  .block-section-result .information .sec-1 table tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }
  .block-section-result .information .sec-1 table tbody tr:last-child {
    border-bottom: none;
  }
  .block-section-result .information .sec-1 table tbody tr td {
    flex: 0 0 20%;
    width: 20%;
    font-weight: 700;
    color: #000;
  }
  .block-section-result .information .sec-1 table tbody tr td:first-child {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 500;
    color: #696969;
  }
  .block-section-result .information .sec-2 {
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 30px;
  }
  .block-section-result .information .sec-2 table {
    min-height: auto;
  }
  .block-section-result .information .sec-2 table tbody tr td,
  .block-section-result .information .sec-2 table tbody tr th,
  .block-section-result .information .sec-2 table thead tr td,
  .block-section-result .information .sec-2 table thead tr th {
    padding: 14px 10px;
  }
  .block-section-result .result {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 29px;
  }
  .block-section-result .result .total {
    max-width: 100%;
    width: 100%;
  }
  .block-section-result .result .total .title {
    margin-bottom: 20px;
  }
  .block-section-result .result .total .field {
    margin-top: 10px;
  }
  .block-section-result .result .total .field-total {
    margin-top: 20px;
  }
  .block-section-result .result .result-info {
    padding-top: 15px;
  }
  .block-section-result .result .result-info.max-410 {
    max-width: 100%;
  }
  .block-section-result .result .result-info.pl-30 {
    padding-left: 0;
  }
  .block-section-result .result .result-info .text {
    padding-right: 0;
  }
  .block-section-result
    .result
    .result-info
    .calculation_blockButtonMiniContainer {
    align-items: center;
    flex-direction: column;
    padding-top: 29px;
  }
  .block-section-result
    .result
    .result-info
    .calculation_blockButtonMiniContainer.mt-37 {
    margin-top: 0;
  }
  .block-section-result
    .result
    .result-info
    .calculation_blockButtonMiniContainer
    .m-40 {
    margin-right: 0;
  }
  .block-section-result
    .result
    .result-info
    .calculation_blockButtonMiniContainer.pl-0 {
    padding-left: 0;
  }
  .block-section-result
    .result
    .result-info
    .calculation_blockButtonMiniContainer
    .Orange {
    margin-top: 18px;
  }
  .block-section-result .result-gorisontal {
    margin-top: 10px;
  }
  .block-section-result .result-gorisontal .total .title {
    display: none;
  }
  .block-section-result
    .result-gorisontal
    .calculation_blockButtonMiniContainer {
    width: 100%;
    padding-top: 30px;
  }
  .block-section-result .result-gorisontal .result-info {
    padding-top: 25px;
  }
  .block-section-result .result-gorisontal .lg-visible {
    display: none;
  }
  .block-section-result .result-gorisontal2 > .field-total {
    padding-top: 25px;
    width: 100%;
  }
  .block-section-result .result-gorisontal2 > .field-total .info,
  .block-section-result .result-gorisontal2 > .field-total .text {
    display: none !important;
  }
  .block-section-result
    .result-gorisontal2
    > .field-total
    .calculation_blockButtonMiniContainer {
    padding-left: 0;
    padding-top: 0;
  }
}
.page-calc-materials .block-section-result .information {
  display: none;
}
.page-calc-materials .calc_readme,
.page-calc-materials .help-better {
  margin-top: 63px;
}
@media (min-width: 772px) {
  .field-section-mini .field,
  .field-section-mini input {
    max-width: 107px !important;
  }
}
.page-calc-hardening .help-better {
  margin-top: 63px;
}
.page-calc-hardening .block-section-result .information {
  display: none;
}
.page-calc-hardening .calc_readme {
  margin-top: 63px;
}
@media (min-width: 772px) {
  .page-calc-hardening .block-section-result .result .total .field-total {
    margin-top: 96px;
  }
}
@media (min-width: 772px) {
  .page-calc-hardening .block-section-result .result .result-info.max-410 {
    max-width: 420px;
  }
}
.page-calc-depth .calc_readme,
.page-calc-depth .help-better,
.page-calc-freezing .calc_readme,
.page-calc-freezing .help-better {
  margin-top: 63px;
}
@media (min-width: 772px) {
  .page-calc-depth .block-section-result .result-gorisontal {
    margin-top: 0;
  }
  .page-calc-depth .block-section-result .result-gorisontal .result-info {
    display: none;
  }
}
@media (max-width: 772px) {
  .page-calc-depth .block-section-result .head .column.col-50:last-child {
    padding-top: 0;
  }
  .page-calc-depth
    .block-section-result
    .head
    .column.col-50:last-child
    .title {
    display: none;
  }
  .page-calc-depth .block-section-result .information {
    padding-top: 0;
  }
}
.page-calc-meshalka .calc_readme,
.page-calc-meshalka .help-better {
  margin-top: 63px;
}
.page-calc-meshalka .block-section-result .result {
  margin-top: 0;
}
@media (max-width: 772px) {
  .page-calc-meshalka .block-section .column .field-section-itog {
    flex-wrap: wrap !important;
  }
  .page-calc-meshalka .block-section .column .field-section-itog .title {
    margin-bottom: 10px !important;
    flex: 0 0 100%;
  }
  .page-calc-meshalka
    .block-section
    .column
    .field-section-itog
    .field-section-itog
    .inp-itog:first-child {
    margin-left: 0 !important;
  }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 960px) {
  .calc_block {
    padding: 30px 10px !important;
    display: flex;
    flex-flow: row wrap !important;
  }
  .calc_block input.additionalLine::-moz-placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_block input.additionalLine:-ms-input-placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_block input.additionalLine::placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_leftBlock {
    flex: 1 0 500px;
    width: 100%;
  }
  .calc_rightBlock {
    flex: 1 0 30%;
  }
  .calc_block_inputContainer {
    flex-direction: column;
    align-items: flex-start;
  }
  .calc_block_inputContainer input {
    margin-top: 10px;
    margin-left: 0;
  }
  .calc_block_inputContainer input[placeholder] {
    width: 100%;
  }
  .calc_block_inlineContainer {
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
  }
  .calc_block_inlineContainer input {
    order: 0;
    width: 50px;
    flex: 1;
    padding-left: 10px;
    font-size: 15px;
  }
  .calc_block_inlineContainer .calc_section_title {
    flex: 1 1 90%;
    margin-bottom: 10px;
    order: -2;
  }
  .calc_block_inlineContainer .calc_section_spread {
    margin: auto 4px;
  }
  .calc_block_inlineContainer .close {
    margin-bottom: 0;
    order: -1;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 20px;
  }
  .calc_block_inputResult {
    display: flex;
    width: unset;
    box-sizing: content-box;
  }
  .calc_block,
  .calc_block_result {
    display: block;
    flex-flow: wrap;
    box-sizing: content-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .calc_block .calc_blockButtonContainer,
  .calc_block_result .calc_blockButtonContainer {
    display: flex;
  }
  .calc_block .calc_blockButtonContainer .calc_blockButton:first-child,
  .calc_block_result .calc_blockButtonContainer .calc_blockButton:first-child {
    margin-right: 10px;
  }
  .calc_block .calc_blockButton,
  .calc_block_result .calc_blockButton {
    flex: 1 0 auto;
    padding: 13px 0;
    margin: 0;
    font-size: 12px;
  }
  .calc_block .calc_contact,
  .calc_block_result .calc_contact {
    flex: 1 1 auto;
    margin: 0 auto;
    margin-top: 64px;
  }
  .calc_block .calc_contact img,
  .calc_block_result .calc_contact img {
    width: 100%;
  }
  .mb-none {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .calc_title {
    display: none;
  }
  .calc_block {
    border: unset !important;
  }
  .calc_leftBlock {
    flex: unset;
  }
  .calc_rightBlock {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }
  .calc_rightBlock_Image {
    height: 160px;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 772px) {
  .calc_block .calc_leftBlock,
  .calc_block_result .calc_block .calc_leftBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 19px;
}
.custom-checkbox > span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox > input:not(:disabled):active + span:before {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.custom-checkbox > input:focus:not(:checked) + span:before {
  border-color: #e8e8e8;
}
.custom-checkbox > input:checked + span:before {
  border-color: #e8e8e8;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.42 8.87'%3E%3Cpath fill='z7A7A' d='M4.662 9.154a.582.582 0 01-.825 0L.544 5.86a.875.875 0 010-1.237l.412-.413a.875.875 0 011.238 0L4.25 6.266 9.806.71a.875.875 0 011.237 0l.413.413a.875.875 0 010 1.237L4.662 9.154z'/%3E%3C/svg%3E");
}
.custom-checkbox > input:disabled + span:before {
  background-color: #e9ecef;
}
.calculation_blockButtonContainer,
.calculation_blockButtonMiniContainer {
  display: flex;
}
.calculation_blockButtonContainer .zagolovok,
.calculation_blockButtonMiniContainer .zagolovok {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 36px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.calculation_blockButtonContainer .calculation_blockButton,
.calculation_blockButtonMiniContainer .calculation_blockButton {
  padding: 20.5px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #afafaf;
  background: #fff;
  border-radius: 2px;
}
.calculation_blockButtonContainer .calculation_blockButton.Orange,
.calculation_blockButtonMiniContainer .calculation_blockButton.Orange {
  background: #CC0000;
  border: 1px solid #CC0000;
}
.calculation_blockButtonContainer .calculation_blockButton.m-40,
.calculation_blockButtonMiniContainer .calculation_blockButton.m-40 {
  margin-right: 40px;
}
.calculation_blockButtonContainer .calculation_blockButton.mt-10,
.calculation_blockButtonMiniContainer .calculation_blockButton.mt-10 {
  margin-top: 10px;
}
@media (max-width: 772px) {
  .calculation_blockButtonContainer,
  .calculation_blockButtonMiniContainer {
    flex-direction: column;
    align-items: center;
  }
  .calculation_blockButtonContainer .calculation_blockButton,
  .calculation_blockButtonMiniContainer .calculation_blockButton {
    min-width: 225px;
  }
  .calculation_blockButtonContainer .calculation_blockButton.m-40,
  .calculation_blockButtonMiniContainer .calculation_blockButton.m-40 {
    margin-right: 0;
  }
  .calculation_blockButtonContainer .calculation_blockButton.mt-10,
  .calculation_blockButtonMiniContainer .calculation_blockButton.mt-10 {
    margin-top: 10px;
  }
  .calculation_blockButtonContainer .calculation_blockButton:last-child,
  .calculation_blockButtonMiniContainer .calculation_blockButton:last-child {
    margin-top: 20px;
  }
}
.calculation_blockButtonMiniContainer .calculation_blockButton {
  padding: 15px 18px;
  color: #2b2b2b;
  text-transform: uppercase;
  background: transparent;
}
@media (min-width: 772px) {
  .calc_block_result_sidebar.gorisontal {
    padding-top: 64px;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact {
    max-width: calc(100% - 38px);
    margin-right: 38px;
    text-align: left;
    border-radius: 2px;
    height: 224px;
    background-image: url(/assets/template/img/calculator/fon_form_calc-2.jpg);
    background-size: cover;
    background-position: 50%;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .title {
    padding-left: 24px;
    margin-bottom: 9px;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd {
    padding-left: 24px;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd .subtitle {
    margin-top: 9px;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd .inp,
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd button {
    margin-top: 8px;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd .field-mask {
    margin-right: 21px;
  }
  .calc_block_result_sidebar.gorisontal .calc_contact .pdd .calc_contact_check {
    margin-top: 24px;
  }
  .calc_block_result_sidebar.gorisontal .qr-code {
    display: flex;
    margin-top: 0;
    margin-left: auto;
    height: 224px;
    min-width: 441px;
  }
  .calc_block_result_sidebar.gorisontal .qr-code .subtitle {
    max-width: 255px;
    margin-right: 23px;
  }
  .calc_block_result_sidebar.gorisontal .qr-code img {
    max-height: 224px;
    max-width: 224px;
  }
}
@media (min-width: 772px) {
  .row-section-sidebar {
    display: flex;
    flex-direction: row;
  }
  .row-section-sidebar .block-section-result {
    flex: 1 1 100%;
  }
  .row-section-sidebar .calc_block_result_sidebar {
    margin-top: 60px;
  }
}
input.additionalLine::-moz-placeholder {
  margin: -15px;
  white-space: pre-line;
  transform: translateY(-25%);
}
input.additionalLine:-ms-input-placeholder {
  margin: -15px;
  white-space: pre-line;
  transform: translateY(-25%);
}
input.additionalLine::placeholder {
  margin: -15px;
  white-space: pre-line;
  transform: translateY(-25%);
}
.calc__select {
  border: none !important;
  background: transparent;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
}
.calc_leftBlock {
  display: flex;
  flex-direction: column;
}
.calc_rightBlock {
  flex: 0 1 auto;
  display: flex;
  flex-flow: column;
  margin: auto;
}
.calc_rightBlock_Image {
  flex: 0 1 100px;
  height: auto;
  width: 100%;
  margin: 0 !important;
}
.calc_block {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .calc_block .calc_block {
    padding: 30px 10px !important;
    display: flex;
    flex-flow: row wrap !important;
  }
  .calc_block .calc_block input.additionalLine::-moz-placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_block .calc_block input.additionalLine:-ms-input-placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_block .calc_block input.additionalLine::placeholder {
    margin: 0;
    white-space: pre-line;
    transform: unset;
  }
  .calc_block .calc_leftBlock {
    flex: 1 0 500px;
    width: 100%;
  }
  .calc_block .calc_rightBlock {
    flex: 1 0 30%;
  }
  .calc_block .calc_block_inputContainer {
    flex-direction: column;
    align-items: flex-start;
  }
  .calc_block .calc_block_inputContainer input {
    margin-top: 10px;
    margin-left: 0;
  }
  .calc_block .calc_block_inputContainer input[placeholder] {
    width: 100%;
  }
  .calc_block .calc_block_inlineContainer {
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
  }
  .calc_block .calc_block_inlineContainer input {
    order: 0;
    width: 50px;
    flex: 1;
    padding-left: 10px;
    font-size: 15px;
  }
  .calc_block .calc_block_inlineContainer .calc_section_title {
    flex: 1 1 90%;
    margin-bottom: 10px;
    order: -2;
  }
  .calc_block .calc_block_inlineContainer .calc_section_spread {
    margin: auto 4px;
  }
  .calc_block .calc_block_inlineContainer .close {
    margin-bottom: 0;
    order: -1;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 20px;
  }
  .calc_block .calc_block_inputResult {
    display: flex;
    width: unset;
    box-sizing: content-box;
  }
  .calc_block .calc_block,
  .calc_block .calc_block_result {
    display: block;
    flex-flow: wrap;
    box-sizing: content-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .calc_block .calc_block .calc_blockButtonContainer,
  .calc_block .calc_block_result .calc_blockButtonContainer {
    display: flex;
  }
  .calc_block
    .calc_block
    .calc_blockButtonContainer
    .calc_blockButton:first-child,
  .calc_block
    .calc_block_result
    .calc_blockButtonContainer
    .calc_blockButton:first-child {
    margin-right: 10px;
  }
  .calc_block .calc_block .calc_blockButton,
  .calc_block .calc_block_result .calc_blockButton {
    flex: 1 0 auto;
    padding: 13px 0;
    margin: 0;
    font-size: 12px;
  }
  .calc_block .calc_block .calc_contact,
  .calc_block .calc_block_result .calc_contact {
    flex: 1 1 auto;
    margin: 0 auto;
    margin-top: 64px;
  }
  .calc_block .calc_block .calc_contact img,
  .calc_block .calc_block_result .calc_contact img {
    width: 100%;
  }
  .calc_block .mb-none {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .calc_block .calc_title {
    display: none;
  }
  .calc_block .calc_block {
    border: unset !important;
  }
  .calc_block .calc_leftBlock {
    flex: unset;
  }
  .calc_block .calc_rightBlock {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }
  .calc_block .calc_rightBlock_Image {
    height: 160px;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 772px) {
  .calc_block .calc_block .calc_leftBlock,
  .calc_block .calc_block_result .calc_block .calc_leftBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.calc_block_title {
  margin: 0 0 22px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.calc_block_tip {
  color: #CC0000;
  padding-left: 22px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.calc_block_addField {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #7a7a7a;
  margin-bottom: 26px;
}

.calc_block_addField > img {
  margin: 0 12px 0 0;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.calc_block_inline {
  margin-bottom: 10px;
}
.calc_block_inlineContainer {
  display: flex;
  margin-bottom: 16px;
  white-space: nowrap;
}
.calc_block_inlineContainer > span.calc_section_title {
  align-self: center;
  margin: auto 8px auto 0;
  text-transform: lowercase !important;
}
.calc_block_inlineContainer > span.calc_section_spread {
  font-size: 19px;
  line-height: 1em;
  color: #c5c5c5;
  margin: auto 8px auto 8px;
}
.calc_block_inlineContainer > span.close {
  margin: auto 8px auto 8px;
  align-self: center;
  color: #000;
  cursor: pointer;
}
.calc_block_inlineContainer > span.description {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin: unset;
  width: 100%;
  padding-right: 30px;
}
.calc_block_inlineContainer > input:first-child {
  margin-left: 30px;
}
.calc_block_inlineContainer > input {
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 2px;
  width: 122px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 14px;
  text-transform: lowercase !important;
}
.calc_block_inputContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  white-space: nowrap;
  text-transform: lowercase !important;
}
.calc_block_inputContainer:last-child {
  margin-bottom: 26px;
}
.calc_block_inputContainer > input {
  border: 1px solid #dadada;
  box-sizing: border-box;
  margin-left: 30px;
  width: 200px;
  padding: 9px 14px;
  text-transform: lowercase !important;
}
.calc_block_inputContainer > input:after {
  content: "m";
}
.calc_block_inputResult {
  max-width: 373px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 14px 11px 15px 14px;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
}
.calc_block_inputResult > span {
  padding-left: 10px;
}
.calc_block_inputResult > span:after {
  content: "м3";
}
.calc_title {
  font-style: normal;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .calc_title {
    padding: 0 10px;
  }
}
.calc_block {
  padding: 26px 5px 26px 46px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 5px 8px 18px rgba(98, 94, 88, 0.12);
  border-radius: 2px;
}
@media (min-width: 960px) {
  .calc_title {
    margin-top: 13px !important;
  }
}
