.construction-page__wrapper {
  color: #323232;
}

.construction-page__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .construction-page__title {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
  }
}

.construction-page__info {
  margin-top: 26px !important;
}
@media (max-width: 768px) {
  .construction-page__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    max-height: none;
    margin-top: 12px !important;
  }
}

.construction-page__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(100% / 12);
  padding: 20px 80px;
  border: 2px solid #F5F5F5
}
@media (max-width: 768px) {
  .construction-page__img-wrapper {
    max-width: 324px;
    padding: 10px 40px;
    margin: 0;
  }
}

.construction-page__img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .construction-page__img {
    max-height: none;
  }
}

.construction-page__composition-block {
  max-width: 430px;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .construction-page__composition-block {
    max-width: none;
    padding: 0 15px 0 15px !important;
  }
}

.construction-page__composition-title {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .construction-page__composition-title {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 13px;
  }
}

.construction-page__composition-list {
  margin-bottom: 20px;
}

.construction-page__composition-item {
  padding-left: 0;
}
.construction-page__composition-item + .construction-page__composition-item {
  margin-top: 8px;
}
.construction-page__composition-item::before {
  content: "";
  display: none;
}
.construction-page__composition-item a.construction-page__composition-item-title-text {
  text-decoration: underline;
}
.construction-page__composition-item:not(.with-options) .construction-page__composition-title-show-options {
  display: none;
}
.construction-page__composition-item:not(.with-options) .construction-page__composition-item-options {
  display: none;
}
.construction-page__composition-item:not(.opened) .construction-page__composition-item-options {
  display: none;
}
.construction-page__composition-item.opened .construction-page__composition-title-show-options {
  bottom: 6px;
  transform: rotate(-135deg);
}

.construction-page__composition-item-wrapper {
  display: flex;
  column-gap: 8px;
}

.construction-page__item-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #5EAA60;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFEFB;
}

.construction-page__composition-item-title {
  position: relative;
}

.construction-page__composition-item-title-text {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #323232;
}

.construction-page__composition-title-show-options {
  position: absolute;
  bottom: 9px;
  transform: rotate(45deg);
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-top: none;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
  border-left: none;
  background-color: rgba(0, 0, 0, 0);
  transition: bottom .4s, transform .4s, border .07s;
}
.construction-page__composition-title-show-options:hover {
  border-color: #5EAA60;
}

.construction-page__composition-item-options {
  padding-left: 30px;
}

.construction-page__composition-item-option {
  display: inline;
  padding-left: 0;
}
.construction-page__composition-item-option::before {
  display: none;
}
.construction-page__composition-item-option:not(:last-child)::after {
  content: "|";
}

.construction-page__composition-item-option-text {
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #323232;
}
a.construction-page__composition-item-option-text {
  text-decoration: underline;
}

.construction-page__show-all {
  margin-bottom: 0;
}

.construction-page__show-all-link {
  display: inline-block;
  margin-bottom: 0;
  border: none;
  background-color:rgba(0, 0, 0, 0);
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #5EAA60;
}
.construction-page__show-all-link:hover {
  color: #B9B7B8
}
.construction-page__show-all-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid #5EAA60;
  border-bottom: 2px solid #5EAA60;
  transform: rotate(-45deg);
}
.construction-page__show-all-link:hover::after {
  border-color: #B9B7B8;
}

.construction-page__calculate-cost-form-block {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .construction-page__calculate-cost-form-block {
    padding: 0 15px 0 15px !important;
  }
}

.construction-page__calculate-cost-form-wrapper {
  max-width: 430px;
}
@media (max-width: 768px) {
  .construction-page__calculate-cost-form-wrapper {
    margin: 60px 0 0;
  }
}

.construction-page__calculate-cost-title {
  margin-top: 40px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .construction-page__calculate-cost-title {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}

.construction-page__calculate-cost-form {
  display: flex;
  column-gap: 4px;
  max-width: 448px;
}

.construction-page__calculate-cost-form input[type="text"] {
  padding: 10px 15px;
  border-radius: 0;
  border: none;
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
}
.construction-page__calculate-cost-form input[type="text"]::placeholder {
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
  color: #757575;
}
.construction-page__calculate-cost-form input[type="text"].error {
  background-color: #FFFFFF;
  outline: 1px solid #CD2D2F;
}
.construction-page__calculate-cost-form .input-wrapper {
  position: relative;
}
.construction-page__calculate-cost-form .input-wrapper label {
  top: -19px;
}

.construction-page__calculate-cost-form .send_btn {
  width: 41px;
  height: 40px;
  text-indent: -9999px;
  background: #ddd url(/bitrix/templates/aspro_next/images/svg/ai.svg) -23px -39px no-repeat;
  background-position: -21px -36px;
  border-radius: 0px 2px 2px 0px;
}

.construction-page__attach-file-wrapper {
  margin-top: 10px;
  width: fit-content;
}

.construction-page__attach-file-wrapper label {
  font-size: 11px;
  line-height: 21px;
  font-weight: 700;
  color: #5EAA60;
  text-decoration: underline;
  cursor: pointer;
  transition: color .07s;
}
.construction-page__attach-file-input-wrapper:hover label {
  text-decoration: none;
}
.construction-page__attach-file-input-wrapper:hover span:not(.construction-page__attached-file-name) {
  color: #5EAA60;
}

.construction-page__attach-file-input-wrapper.disabled label,
.construction-page__attach-file-input-wrapper.disabled span {
  text-decoration: none !important;
  color: #757575 !important;
  cursor: default;
}

.construction-page__attach-file-wrapper span:not(.construction-page__attached-file-name) {
  font-size: 11px;
  line-height: 21px;
  font-weight: 700;
  color: #757575;
  text-decoration: none;
  transition: color .07s;
}

.construction-page__attach-file-wrapper.disabled label {
  color: #757575;
  text-decoration: none;
  cursor: default;
}
.construction-page__attach-file-wrapper.disabled span:not(.construction-page__attached-file-name) {
  color: #757575;
}

.construction-page__attached-files {
  margin-top: 10px;
}

.construction-page__attached-file-name {
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
}

.construction-page__attached-file-delete {
  width: 8px;
  height: 8px;
  margin-left: 7px;
  border: none;
  background: url("/local/front/svg/cross.svg");
}

.construction-page__attached-file-max-counter {
  margin: 6px 0 0 0;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  color: #757575;
}

.construction-page__tabs-block .tabs_section {
  margin-top: 80px;
  padding: 0;
}
@media (max-width: 768px) {
  .construction-page__tabs-block .tabs_section {
    padding: 0 15px 0 15px;
  }
}

.construction-page__wrapper .tabs {
  margin-bottom: 40px;
}

.construction-page__wrapper .nav-tabs {
  display: flex;
  max-width: 315px;
}

.construction-page__wrapper .nav-tabs li {
  float: none;
}

@media (max-width: 768px) {
  .construction-page__wrapper .nav-tabs a {
    font-size: 13px;
    line-height: 13px;
  }
  .construction-page__wrapper .tabs .tab-content {
    padding-top: 30px;
  }
}

.construction-page__wrapper .tab-content {
  max-width: 881px;
}

.tab-pane__text-content + .tab-pane__text-content {
  margin-top: 40px;
}

.tab-pane__subtitle {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tab-pane__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }
}

.construction-page__wrapper .tab-content .text-content {
  margin-bottom: 10px;
}

.tab-pane__text-content .text-content {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.construction-page__wrapper .tab-pane__item {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  color: #545454;
}

.construction-page__wrapper .tab-pane__item + .tab-pane__item {
  margin-top: 8px;
}

.tab-pane__download-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #F5F5F5;
}
@media (max-width: 768px) {
  .tab-pane__download-block {
    padding-bottom: 8px;
  }
}

.tab-pane__download-block + .tab-pane__download-block {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .tab-pane__download-block + .tab-pane__download-block {
    margin-top: 20px;
  }
}

.tab-pane__download-block span {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tab-pane__download-block span {
    font-size: 13px;
    line-height: 23px;
  }
}

.tab-pane__donwload {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.tab-pane__donwload:hover .tab-pane__donwload-link {
  color: #B9B7B8;
}

.tab-pane__donwload svg path {
  fill: #5EAA60;
}

.tab-pane__donwload:hover svg path {
  fill: #B9B7B8
}

.tab-pane__donwload-link {
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tab-pane__donwload-link {
    font-size: 13px;
    line-height: 23px;
  }
}

.construction-page__contacts-block {
  width: 658px;
  border-top: 2px solid #F4F4F4;
  border-bottom: 2px solid #F4F4F4;
}
@media (max-width: 768px) {
  .construction-page__contacts-block {
    width: 100%;
    border-top: none;
  }
}

.construction-page__contacts-title {
  margin: 30px 0 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .construction-page__contacts-title {
    margin-top: 60px;
    font-size: 16px;
    line-height: 20px;
  }
}

.construction-page__contacts {
  display: flex;
  column-gap: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .construction-page__contacts {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

.construction-page__contacts-block .whatsapp-div {
  margin-top: 0;
}

.construction-page__contacts-block .whatsapp-div a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}

.construction-page__contacts-block .whatsup-manager-span {
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
}

.construction-page__contacts-block .email-div span {
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
}

.construction-page__contacts-block .email-span {
  display: block;
  margin: -16px 0 0 58px;
  font-size: 11px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: underline;
}