

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353*/
.pagenavigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    max-width: max-content;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagenavigation a:after {
    content: none;
}

.pagenavigation_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    opacity: 1;
    background: var(--button-color);
    background-size: 100% 100%;
    pointer-events: none;
}

.pagenavigation_arrow:hover {
    font-weight: bold;
    color: #000;
    background: var(--button-hover-color);
}

.pagenavigation_arrow.page-prev {
    left: 0;
}

.pagenavigation_arrow.page-next {
    right: 0;
}

.pagenavigation_arrow.active {
    pointer-events: auto;
}

.pagenavigation_page {
    width: 40px;
    height: 40px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.pagenavigation_page:hover {
    font-weight: bold;
}

.pagenavigation_page.active {
    opacity: 1;
    font-weight: bold;
}

.pagenavigation_page:before {
    content: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_slider/style.css?17482498801869*/
.main-slider {
  position: relative;
  z-index: 50;
  max-width: 100%;
  height: 315px; }
  @media (max-width: 650px) {
    .main-slider {
      height: 350px; } }
  .main-slider_item {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 30px;
    padding-bottom: 150px; }
    @media (max-width: 969px) {
      .main-slider_item {
        padding: 30px 15px 50px 15px; } }
    .main-slider_item-name {
      font-weight: 700;
      font-style: italic;
      font-size: 40px;
      line-height: 1.1;
      max-width: 700px;
      margin-bottom: 30px; }
    .main-slider_item-description {
      font-weight: 400;
      max-width: 700px; }
      @media (max-width: 650px) {
        .main-slider_item-description {
          max-width: 100%;
          font-weight: bold; } }
  .main-slider_buttons {
    position: absolute;
    z-index: 60;
    bottom: 50px;
    left: calc((100% - var(--cur-width)) / 2);
    display: flex;
    gap: 20px; }
    @media (max-width: 650px) {
      .main-slider_buttons {
        bottom: 0px;
        right: calc((100% - var(--cur-width)) / 2);
        left: auto; } }
  .main-slider-prev, .main-slider-next {
    width: 50px;
    height: 50px;
    background: var(--button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
    cursor: pointer; }
    .main-slider-prev svg, .main-slider-next svg {
      transition: .3s ease-out; }
    .main-slider-prev:hover, .main-slider-prev.active, .main-slider-next:hover, .main-slider-next.active {
      background: var(--button-hover-color); }
      .main-slider-prev:hover svg, .main-slider-prev.active svg, .main-slider-next:hover svg, .main-slider-next.active svg {
        fill: var(--svg-hover);
        stroke: var(--svg-hover); }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/main_catalog/style.css?17482485382253*/
.catalog_main {
  background-image: url(/img/bg_1.png);
  background-size: cover;
  background-position: right top;
  margin-bottom: 70px; }
  .catalog_main-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .catalog_main-list_item {
      position: relative;
      flex: 1 0 30%;
      padding-top: 50px;
      max-width: calc((100% - 60px) / 3); }
      @media (max-width: 1200px) {
        .catalog_main-list_item {
          flex: 1 0 40%;
          max-width: calc(50% - 15px); } }
      .catalog_main-list_item-block {
        background: var(--white);
        padding: 75px 35px 35px;
        box-shadow: 0px 10px 30px rgba(130, 133, 148, 0.2);
        height: 177px;
        max-height: 177px;
        overflow: hidden; }
        @media (max-width: 650px) {
          .catalog_main-list_item-block {
            height: 260px;
            max-height: 260px;
            padding: 75px 15px 15px; } }
        @media (max-width: 480px) {
          .catalog_main-list_item-block {
            height: 260px;
            max-height: 260px; } }
      .catalog_main-list_item-img {
        position: absolute;
        background: var(--button-hover-color);
        top: 0px;
        left: 35px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .catalog_main-list_item-name {
        font-weight: bold;
        bottom: 15px;
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 10px; }
      @media (max-width: 650px) {
        .catalog_main-list_item-description {
          max-width: calc(100% - 50px); } }
      .catalog_main-list_item-link {
        position: absolute;
        right: 0;
        background: var(--btn-red);
        bottom: 0;
        width: 50px;
        height: 50px;
        display: none;
        align-items: center;
        justify-content: center; }
      @media (max-width: 969px) {
        .catalog_main-list_item .catalog_main-list_item-link {
          display: flex; } }
      .catalog_main-list_item:hover .catalog_main-list_item-link {
        display: flex; }
  .catalog_main-link {
    display: flex;
    justify-content: flex-end; margin-top: 30px; }
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_project/style.css?16954783242114*/
.main-projects {
  margin-bottom: 70px; }
  .main-projects_item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px; }
    @media (max-width: 650px) {
      .main-projects_item {
        flex-wrap: wrap; } }
    .main-projects_item-img {
      flex: 1 0 30%;
      /* height: 532px; */
      height: 550px;
      max-width: calc(50% - 15px); }
      @media (max-width: 1200px) {
        .main-projects_item-img {
          height: 496px; } }
      @media (max-width: 650px) {
        .main-projects_item-img {
          max-width: 100%;
          flex: 100%; } }
      .main-projects_item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .main-projects_item-block {
      flex: 1 0 0px;
      display: flex;
      flex-flow: wrap column;
      max-width: calc(50% - 15px); }
      @media (max-width: 650px) {
        .main-projects_item-block {
          max-width: 100%;
          flex: 100%; } }
    .main-projects_item-title {
      font-size: 40px;
      margin-bottom: 20px;
      font-weight: bold;
      margin-top: 0;
      line-height: 1; }
    .main-projects_item-name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 1.1; }
    .main-projects_item-description {
      font-size: 14px;
      margin-bottom: 30px;
      flex: 1 0 0px; }
    @media (max-width: 969px) {
      .main-projects_item-description {
        font-size: 16px; }
    }
    .main-projects_item-images {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      .main-projects_item-images img {
        flex: 1 0 0%;
        height: 264px;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 1200px) {
          .main-projects_item-images img {
            height: 217px; } }
        @media (max-width: 969px) {
          .main-projects_item-images img {
            height: 130px; } }
  .main-projects_link {
    text-align: right; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_brands/style.css?17321053341111*/
.main-brands_wrapper {
  position: relative;
  margin-bottom: 70px;
  z-index: 50; }
.main-brands_wrapper .main-brands {
  margin: 0 30px;
}
.main-brands_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 110px !important; }
  .main-brands_item img {
    max-height: 100%; }
.main-brands_buttons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%; }
.main-brands-prev {
  /*position: absolute;*/
  /*left: -40px;*/
  cursor: pointer;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/ }
  @media (max-width: 969px) {
    .main-brands-prev {
      left: 0; } }
.main-brands-next {
  /*position: absolute;*/
  /*right: -40px;*/
  cursor: pointer;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/ }
  @media (max-width: 969px) {
    .main-brands-next {
      right: 0; } }
.main-brands .swiper-wrapper {
  align-items: center; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_news/style.css?17488468932231*/
.main-news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  @media (max-width: 969px) {
    .main-news {
      flex-direction: column; } }
  .main-news h2 {
    flex: 100%; }
  .main-news_link {
    flex: 100%;
    text-align: right;
    margin-top: 40px; }
  .main-news_block {
    flex: 1 0 0%;
    display: flex;
    flex-direction: column; }
    /*@media (min-width: 969px) {
      .main-news_block:nth-of-type(2n) .main-news_item-img {
        width: 100%;
        height: 540px; }
      .main-news_block:nth-of-type(2n) .main-news_item-block {
        width: 50%;
        height: 50%;
        position: absolute;
        left: 0;
        bottom: 0; } }*/
  .main-news_item {
    display: flex;
    position: relative; }
    @media (max-width: 480px) {
      .main-news_item {
        flex-direction: column; } }
    .main-news_item:nth-child(2n) {
      flex-direction: row-reverse; }
      @media (max-width: 480px) {
        .main-news_item:nth-child(2n) {
          flex-direction: column; } }
    .main-news_item-img {
      width: 50%;
      height: 270px; }
      @media (max-width: 480px) {
        .main-news_item-img {
          width: 100%;
          height: 214px; } }
      .main-news_item-img img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%; }
    .main-news_item-block {
      background-color: var(--button-color);
      width: 50%;
      padding: 32px 24px 24px 24px;
      position: relative;
      display: flex;
      flex-direction: column; }
      @media (max-width: 480px) {
        .main-news_item-block {
          width: 100%; } }
    .main-news_item-name {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
    .main-news_item-description {
      flex: 1 0 0px; }
    .main-news_item-date {
      color: var(--text-light-color); }
    .main-news_item-link {
      position: absolute;
      height: 50px;
      width: 50px;
      background-color: var(--btn-red);
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/uw/form.result.new/call/style.css?17482488132941*/
/*
.call {
  width : 100%;margin-bottom : 50px;

  & > div {
	text-align : center;

	span {
	  color : var(--main-color);
	}

	a {
	  font-size : 18px;
	  color     : var(--text-color);

	  &:after {
		content : none;
	  }
	}
  }

  .title {
	text-align  : center;
	font-size   : 44px;
	font-weight : 700;
	color       : var(--main-color);
  }

  form {
	width     : 100%;
	display   : flex;
	flex-flow : wrap row;
	gap       : 30px;

	label {
	  flex : 1 0 40%;

	  input {
		width            : 100%;
		height           : 100%;
		padding-left     : 25px;
		border           : 1px solid var(--text-light-color);
		border-radius    : 0;
		background-color : var(--white);
	  }

	  &.input {
		height : 45px;

		&:last-child {
		  margin-right : 0;
		}
	  }

	  &.file {
		display          : flex;
		align-items      : center;
		padding-left     : 25px;
		border           : 1px solid var(--text-light-color);
		background-color : var(--white);
		font-size: 16px;
		color: var(--input-placeholder-color);

		input {
		  opacity: 0;
		  appearance : none;
		  width      : 0%;
		  height     : 100%;
		  padding    : 0;
		  margin     : 0;
		}
	  }

	  &.textarea {
		flex : 100%;
	  }

	  &.checkbox {
		flex : 1 0 0%;
		display : flex;
		align-items: center;

		input {
		  opacity: 0;
		  appearance : none;
		  width      : 0%;
		  height     : 0%;
		  padding    : 0;
		  margin     : 0;
		}

		span {
		  position     : relative;
		  padding-left : 30px;
		  line-height  : 1.5;

		  &:before {
			content    : "";
			position   : absolute;
			display    : block;
			width      : 18px;
			height     : 18px;
			background : var(--input-back-color);
			left       : 0;
			top        : 2px;
		  }

		  &:after {
			content             : "";
			position            : absolute;
			display             : block;
			width               : 14px;
			height              : 10px;
			background-size     : 100% 100%;
			background-repeat   : no-repeat;
			background-position : center center;
			left                : 2px;
			top                 : 6px;
		  }
		}

		& input:checked + span:after {
		  background-image : url(/img/check.svg);
		}
	  }
	}

	textarea {
	  width   : 100%;
	  height  : 80px;
	  padding : 15px 25px;
	}
  }
}

@media (max-width : 969px) {
  .call {
	padding : 40px 40px 60px;

	.title {
	  font-size : 38px;
	}

	.subtitle {
	  font-size : 38px;
	}

	form {
	  justify-content : flex-end;

	  label {
		&:nth-child(n) {
		  flex : 1 0 100%;
		}
	  }
	}
  }
}

@media (max-width : 650px) {
  .call {
	padding : 40px 15px;

	.title {
	  font-size     : 34px;
	  margin-bottom : 20px;
	}

	.subtitle {
	  font-size : 34px;
	}

	form {
	  label {
	  }
	}
  }
}
*/
.modal > .modal_callback {
  width: 900px;
  max-width: 90%; }

.call form textarea {
    border: 1px solid var(--text-light-color);
}

@media screen and (max-width: 480px) {
	.call form label.input {
		flex: 1 0 100%;
	}
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353 */
/* /local/templates/.default/components/bitrix/news.list/main_slider/style.css?17482498801869 */
/* /local/templates/.default/components/bitrix/catalog.section.list/main_catalog/style.css?17482485382253 */
/* /local/templates/.default/components/bitrix/news.list/main_project/style.css?16954783242114 */
/* /local/templates/.default/components/bitrix/news.list/main_brands/style.css?17321053341111 */
/* /local/templates/.default/components/bitrix/news.list/main_news/style.css?17488468932231 */
/* /local/templates/.default/components/uw/form.result.new/call/style.css?17482488132941 */
