

/* Start:/local/front/css/complex-deliveries-general.css?1683205603863*/
.complex-deliveries__subtitle {
  margin: 40px 0 20px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.complex-deliveries__filters {
  display: flex;
  margin-bottom: 20px !important;
  list-style: none;
  overflow-y: auto;
}
.complex-deliveries__filters._hidden {
  display: none;
}

.complex-deliveries__filter {
  margin: 0 !important;
  padding: 16px 20px;
  background-color: #F9F9F9;
  border: 1px solid #F2F2F2;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color .07s
}
.complex-deliveries__filter:hover {
  color: #5EAA60;
}
.complex-deliveries__filter._selected {
  color: #FFFEFB;
  background-color: #5EAA60;
}
.complex-deliveries__filter::before {
  display: none !important;
}
@media (max-width: 768px) {
  .complex-deliveries__filter {
    padding: 10px;
  }
}
/* End */


/* Start:/local/front/css/complex-deliveries-page.css?16832056033242*/
.complex-deliveries-page__wrapper {
  color: #323232
}

.complex-deliveries-page__subtitle {
  margin: 40px 0 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.complex-deliveries-page__item {
  display: flex;
  column-gap: 30px;
  padding: 20px;
  border: 1px solid #F2F2F2;
}
.complex-deliveries-page__item:hover {
  border-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
  .complex-deliveries-page__item {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 20px;
    padding: 12px;
  }
}

.complex-deliveries-page__img-wrapper {
  min-width: 160px;
  min-height: 130px;
  width: 160px;
}
@media (max-width: 768px) {
  .complex-deliveries-page__img-wrapper {
    margin: 0 auto;
    min-width: 140px;
    min-height: 112px;
    width: 140px;
  }
}

.complex-deliveries-page__img {
  width: 100%;
  height: auto;
}

.complex-deliveries-page__item-content {
  display: flex;
  flex-direction: column;
  height: initial;
  margin-top: 10px;
}

.complex-deliveries-page__item-title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #323232;
  transition: color .07s
}
@media (max-width: 768px) {
  .complex-deliveries-page__item-title {
    font-size: 13px;
    line-height: 20px;
  }
  .complex-deliveries-page__item-title::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
    transform: rotate(-45deg);
  }
  .complex-deliveries-page__item-title:hover {
    color: #5EAA60;
  }
  .complex-deliveries-page__item-title:hover::after {
    border-color: #5EAA60;
  }
}

.complex-deliveries-page__item-title-counter {
  display: none;
}
@media (max-width: 768px) {
  .complex-deliveries-page__item-title-counter {
    display: inline-block;
  }
}

.complex-deliveries-page__construction-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .complex-deliveries-page__construction-list {
    row-gap: 10px;
    margin-bottom: 0;
  }
}

.complex-deliveries-page__construction-item {
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}
.complex-deliveries-page__construction-item span {
  color: #656565;
}
@media (max-width: 768px) {
  .complex-deliveries-page__construction-item {
    line-height: 15px;
  }
}

.complex-deliveries-page__show-all {
  margin: auto 0 0 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}
.complex-deliveries-page__show-all:hover .complex-deliveries-page__show-all-link::after {
  border-color: #5EAA60;
}
@media (max-width: 768px) {
  .complex-deliveries-page__show-all {
    display: none;
  }
}
.complex-deliveries-page__show-all-link {
  display: inline-block;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #B9B7B8;
}
.complex-deliveries-page__show-all-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #B9B7B8;
  border-bottom: 2px solid #B9B7B8;
  transform: rotate(-45deg);
}
.complex-deliveries-page__show-all-link:hover {
  color: #5EAA60;
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog/complex-dlvr/style.css?16832056031122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/front/css/construction-page.css?168320560311914*/
.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;
}
/* End */
/* /local/front/css/complex-deliveries-general.css?1683205603863 */
/* /local/front/css/complex-deliveries-page.css?16832056033242 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog/complex-dlvr/style.css?16832056031122 */
/* /local/front/css/construction-page.css?168320560311914 */
