

/* Start:/local/templates/main_copy/components/bitrix/catalog/new_main_catalog_admin1/style.css?16279162351248*/
section, section ul, section li {
	line-height: 1.6;
	font-size: 16px;
}
section ul {
	margin-left: 1.6em;
}
section p{
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
}
section .h4 {
	margin-top: 0;
}
section.project .kons-btn {
	margin-top: 30px;
}
section.project .kons-btn a.btn {
	color: #fff;
	text-decoration: none;
}
.service-prices .price-item__adws{
margin-left: 16px;
}
.service-prices .price-item__adws, .service-prices .price-item__adws li {
    column-count: unset;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.slidernewwrapper{
	position: relative;
}
.slidernewwrapper .next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slidernewwrapper .prev {
    left: 0;
}

.slidernewwrapper .prev, .slidernewwrapper .next {
    position: absolute;
    top: 46%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #009136 url(/local/templates/main_copy/css/../images/ico/arrow-slider.svg) no-repeat center center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}
/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/ind_slider_new2/style.css?16440357012066*/
.wrap-slider.new-wrap-slider {
  max-width: none;
  font-family: Arial, Helvetica, sans-serif; }
  .wrap-slider.new-wrap-slider .slider {
    height: 450px;
    position: relative; }
    .wrap-slider.new-wrap-slider .slider .slide-img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .wrap-slider.new-wrap-slider .slider .btn {
      font-size: 14px;
      padding: 25px 45px;
      border-radius: 0;
      line-height: 16px !important; }
  .wrap-slider.new-wrap-slider .slide:before {
    background: rgba(0, 0, 0, 0.3); }
  .wrap-slider.new-wrap-slider .slick-slide {
    min-height: 450px; }
  .wrap-slider.new-wrap-slider .slider-arrows {
    top: 240px;
    right: 70px; }
    @media (max-width: 1024px) {
      .wrap-slider.new-wrap-slider .slider-arrows {
        right: 110px; } }
  .wrap-slider.new-wrap-slider .dots {
    right: 15px;
    height: 450px; }
    @media (max-width: 1024px) {
      .wrap-slider.new-wrap-slider .dots {
        right: 40px; } }
    .wrap-slider.new-wrap-slider .dots li {
      margin-bottom: 5px; }
    .wrap-slider.new-wrap-slider .dots button {
      background-color: #fff;
      width: 9px;
      height: 9px;
      margin-bottom: 5px; }
    .wrap-slider.new-wrap-slider .dots .slick-active button {
      background-color: #009136;
      width: 16px; }
  .wrap-slider.new-wrap-slider .slider-price {
    font-size: 31px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 35px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .wrap-slider.new-wrap-slider .slider-price {
        font-size: 24px; } }
  .wrap-slider.new-wrap-slider .slider-title {
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: bold;
    max-width: none;
    text-shadow: none;
    padding-right: 130px; }
    @media (max-width: 1024px) {
      .wrap-slider.new-wrap-slider .slider-title {
        font-size: 36px; } }

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/about_us_in_number/style.css?1620215052931*/
.about-numbers {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about-numbers {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-numbers__item {
    padding: 15px;
  }
}
.about-numbers__number {
  font-size: 60px;
  font-weight: bold;
  color: #009136;
  display: flex;
  justify-content: center;
}
.about-numbers__number .mobile {
  display: none;
}
.about-numbers__number .desktop {
  display: block;
}
.about-numbers__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}

.wrap-projects-slider .about-numbers__number .mobile {
  display: block;
}
.wrap-projects-slider .about-numbers__number .desktop {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main_copy/components/bitrix/catalog.section.list/catalog_section/style.css?16202150362874*/
.service__detailPage .wrapper-items__price-page {
  margin-bottom: 50px;
  overflow: visible; }

/***/
.service-prices {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 1024px) {
    .service-prices {
      padding-left: 50px;
      padding-right: 50px;
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .service-prices {
      padding-left: 0;
      padding-right: 0;
      justify-content: center; } }
  .service-prices__item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif; }
    .service-prices__item > div {
      box-shadow: 0 0 10px rgba(0, 1, 0, 0.23);
      height: 100%; }
    @media (max-width: 1024px) {
      .service-prices__item {
        width: 50%; } }
    @media (max-width: 768px) {
      .service-prices__item {
        width: 100%; } }
  .service-prices .price-item {
    position: relative; }
    .service-prices .price-item__info {
      color: #373636;
      padding: 15px 0 65px; }
    .service-prices .price-item__price {
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 10px;
      text-align: center;
      display: block; }
      .service-prices .price-item__price span:not(.currency) {
        font-size: 24px;
        color: #009136;
        margin-left: 5px; }
      .service-prices .price-item__price .currency {
        color: #009136; }
    .service-prices .price-item__image {
      position: relative; }
      .service-prices .price-item__image a.image {
        width: 100%; }
        .service-prices .price-item__image a.image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .service-prices .price-item__image a:not(.price-item__calc) {
        position: relative;
        display: block; }
        .service-prices .price-item__image a:not(.price-item__calc):hover:after {
          background-color: rgba(0, 145, 54, 0.65); }
        .service-prices .price-item__image a:not(.price-item__calc):after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: transparent;
          transition: .3s; }
    .service-prices .price-item__name {
      font-size: 14px;
      font-weight: bold;
      color: #232323;
      text-transform: uppercase;
      display: block;
      text-align: center; }
      .service-prices .price-item__name:hover {
        color: #009136; }
    .service-prices .price-item__calc {
      position: absolute;
      right: 10px;
      bottom: 15px;
      z-index: 2; }
    .service-prices .price-item__more {
      position: absolute;
      bottom: 27px;
      left: 50%;
      transform: translateX(-50%);
      color: #232323; }

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/related_services/style.css?16202150681559*/
.related-services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px; }
  @media (max-width: 876px) {
    .related-services {
      justify-content: center; } }
  .related-services__image img {
    max-width: 100%; }
  .related-services__item {
    max-width: 193px;
    width: 100%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    margin: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 30px 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #232323; }
    @media (max-width: 576px) {
      .related-services__item {
        max-width: none;
        width: 49%;
        padding: 10px 5px; } }
    .related-services__item:hover {
      color: #fff;
      background-color: #009136; }
      .related-services__item:hover .related-services__price span {
        color: #fff; }
  .related-services__name {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 14px;
    text-align: center; }
  .related-services__price {
    font-size: 14px;
    text-align: center;
    display: block; }
    .related-services__price span:not(.currency) {
      font-size: 24px;
      color: #009136;
      margin-left: 5px; }
      @media (max-width: 576px) {
        .related-services__price span:not(.currency) {
          font-size: 20px; } }
    .related-services__price .currency {
      color: #009136; }

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/ready_gate/style.css?16202150675044*/
.ready-gate {
  background: -webkit-linear-gradient(left, #222222 0%, #00662e 50%, #1f2120 99%);
  background: -o-linear-gradient(left, #222222 0%, #00662e 50%, #1f2120 99%);
  background: -ms-linear-gradient(left, #222222 0%, #00662e 50%, #1f2120 99%);
  background: -moz-linear-gradient(left, #222222 0%, #00662e 50%, #1f2120 99%);
  background: linear-gradient(to right, #222222 0%, #00662e 50%, #1f2120 99%);
  padding: 80px 0 185px;
}
@media (max-width: 992px) {
  .ready-gate {
    padding: 50px 0 30px;
  }
}
.ready-gate__title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1210px) {
  .ready-gate__title {
    font-size: 38px;
  }
}
.ready-gate__sub-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.ready-gate__sub-title > span {
  font-size: 60px;
  display: block;
}
@media (max-width: 1210px) {
  .ready-gate__sub-title {
    font-size: 30px;
  }
  .ready-gate__sub-title > span {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .ready-gate__sub-title {
    order: 1;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ready-gate__sub-title > span {
    font-size: 20px;
    display: inline-block;
  }
}
.ready-gate__items {
  position: relative;
  width: 495px;
  height: 494px;
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/ready_gate/../../../../images/ready_gate/ready_gate.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1210px) {
  .ready-gate__items {
    width: 413px;
    height: 412px;
  }
}
@media (max-width: 992px) {
  .ready-gate__items {
    background: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.ready-gate__item {
  width: 230px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eaeaea;
  color: #373636;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  min-height: 60px;
}
@media (max-width: 1210px) {
  .ready-gate__item {
    font-size: 10px;
    width: 190px;
    min-height: 50px;
    line-height: 12px;
    padding: 5px;
  }
}
.ready-gate__item:nth-child(1):before, .ready-gate__item:nth-child(2):before, .ready-gate__item:nth-child(3):before {
  top: 0;
  left: -93px;
  width: 83px;
  height: 60px;
  content: "";
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/ready_gate/../../../../images/ready_gate/rg.png");
  position: absolute;
  transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1210px) {
  .ready-gate__item:nth-child(1):before, .ready-gate__item:nth-child(2):before, .ready-gate__item:nth-child(3):before {
    height: 50px;
    width: 70px;
    left: -80px;
  }
}
.ready-gate__item:nth-child(5):before, .ready-gate__item:nth-child(6):before, .ready-gate__item:nth-child(7):before {
  top: 0;
  right: -93px;
  width: 83px;
  height: 60px;
  content: "";
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/ready_gate/../../../../images/ready_gate/rg.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1210px) {
  .ready-gate__item:nth-child(5):before, .ready-gate__item:nth-child(6):before, .ready-gate__item:nth-child(7):before {
    height: 50px;
    width: 70px;
    right: -80px;
  }
}
.ready-gate__item:nth-child(4):before {
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  content: "";
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/ready_gate/../../../../images/ready_gate/rgdown.png");
  position: absolute;
}
.ready-gate__item:nth-child(4) {
  top: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: auto;
}
.ready-gate__item:nth-child(1) {
  right: -260px;
  top: 53px;
}
.ready-gate__item:nth-child(2) {
  right: -322px;
  top: 220px;
}
.ready-gate__item:nth-child(3) {
  right: -265px;
  top: 372px;
}
.ready-gate__item:nth-child(7) {
  left: -260px;
  top: 53px;
}
.ready-gate__item:nth-child(6) {
  left: -322px;
  top: 220px;
}
.ready-gate__item:nth-child(5) {
  left: -265px;
  top: 372px;
}
@media (max-width: 1210px) {
  .ready-gate__item:nth-child(1) {
    right: -217px;
    top: 45px;
  }
  .ready-gate__item:nth-child(2) {
    right: -269px;
    top: 184px;
  }
  .ready-gate__item:nth-child(3) {
    right: -222px;
    top: 311px;
  }
  .ready-gate__item:nth-child(7) {
    left: -217px;
    top: 45px;
  }
  .ready-gate__item:nth-child(6) {
    left: -269px;
    top: 184px;
  }
  .ready-gate__item:nth-child(5) {
    left: -222px;
    top: 311px;
  }
}
@media (max-width: 992px) {
  .ready-gate__item {
    position: static;
    width: 100%;
    min-height: auto;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
  }
  .ready-gate__item br {
    display: none;
  }
  .ready-gate__item:nth-child(n) {
    order: 2;
  }
  .ready-gate__item:nth-child(n):before {
    content: none;
  }
}

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

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/montaj_ogr/style.css?1620215060995*/
.install-fences__title {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 20px;
}
.install-fences__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .install-fences__items {
    padding: 0;
  }
}
.install-fences__item {
  width: calc(33.3333% - 30px);
  max-width: 335px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .install-fences__item {
    width: calc(50% - 30px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .install-fences__item {
    width: 100%;
  }
}
.install-fences__item:before {
  display: block;
  content: attr(data-number);
  font-size: 80px;
  color: rgba(118, 118, 118, 0.15);
  font-weight: bold;
}
.install-fences__name {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 18px;
}
.install-fences__text {
  font-size: 15px;
  line-height: 18px;
}

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

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/order_block/style.css?16280116141829*/
.order-block {
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/order_block/../../../../images/zakaz/zakaz_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
    padding:0px;
    display: grid;
    align-content: center;
    align-items: center;
    min-height: 354px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.order-block h2.h3-title {
    margin-top: 0px;
}
@media (max-width: 768px) {
    .order-block {
        display: block;
    }
}
.order-block h2.h3-title {
  color: #fff;
  font-size: 28px !important;
}
.order-block h2.h3-title:after {
  background: #fff;
}
.order-block__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}
@media (max-width: 1280px) {
  .order-block__items {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .order-block__items {
    justify-content: center;
  }
}
.order-block__item {
  position: relative;
  padding: 15px 65px;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1060px) {
  .order-block__item {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .order-block__item {
    width: 250px;
  }
}
.order-block__item .order-block__icon img {
  margin: 0 auto;
}
.order-block__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0px;
  width: 17px;
  height: 31px;
  top: 60px;
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/order_block/../../../../images/zakaz/zakaz-right.png");
}
@media (max-width: 992px) {
  .order-block__item:not(:last-child):after {
    content: none;
  }
}
.order-block__text {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 17px;
  text-align: center;
}
.order-block__text a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main_copy/css/warranty_block.min.css?1620215416347*/
.warranty-block{display:flex;margin-top:50px;margin-bottom:50px}.warranty-block__left{margin-right:50px}@media(max-width: 1200px){.warranty-block__left{margin-right:30px}}@media(max-width: 992px){.warranty-block__left{margin-right:0}}@media(max-width: 992px){.warranty-block__right{display:none}}/*# sourceMappingURL=warranty_block.min.css.map */

/* End */


/* Start:/local/templates/main_copy/css/adw_block.min.css?16395752561575*/
.adw-block {
    background: linear-gradient(to right, #222222 0%, #00662e 50%, #1f2120 99%);
    padding: 60px 0 45px
}
.adw-block .adw-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #3daa66;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width: 992px) {
.adw-block .adw-top {
    padding-bottom: 10px
}
}
.adw-block .adw-top__item {
    width: 33.3333%;
    text-align: center
}

@media(max-width: 992px) {
.adw-block .adw-top__item {
    width: 215px;
    margin-bottom: 15px
}
}
.adw-block .adw-top__number {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px
}
.adw-block .adw-top__text {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px
}
.adw-block .adw-bottom {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.adw-block .adw-bottom__item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px
}

@media(max-width: 992px) {
.adw-block .adw-bottom__item {
    width: 215px
}
}
.adw-block .adw-bottom__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px
}
.adw-block .adw-bottom__text {
    font-size: 14px;
    line-height: 17px;
    text-align: center
}/*# sourceMappingURL=adw_block.min.css.map */

/* End */


/* Start:/local/templates/main_copy/components/bitrix/system.pagenavigation/main/style.css?16202150812820*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/photos_index_new/style.css?16516499246198*/
.projects-section {
  margin-bottom: 60px;
  /*.prev,.next {
    background-image: url(/local/templates/main_copy/components/bitrix/news.list/photos_index_new/../../../../images/ico/arrow-btn--hover.svg);
    width: 14px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
  }
  .prev {
    transform: rotate(-180deg);
    left: calc((100% - 424px)/4 + 185px);
    @media (max-width: 1600px) {
      left: 185px;
    }
    @media (max-width: 1110px) {
      left: 230px;
    }
    @media (max-width: 992px) {
      left: 35px;
    }
  }
  .next {
    left: calc((100% - 424px)/2 + 228px);
    @media (max-width: 1600px) {
      left: calc((100% - 424px)/3 + 228px);
    }
    @media (max-width: 1370px) {
      left: calc((100% - 424px)/2 + 228px);
    }
    @media (max-width: 1110px) {
      left: calc((100% - 290px)/2 + 275px);
    }
    @media (max-width: 992px) {
      left: calc((100% - 120px)/2 + 75px);
    }
    @media (max-width: 768px) {
      left: calc((100% - 120px) + 75px);
    }
  }*/
}
a.project-slide__title:hover{
	color: white;
}
.projects-section.mb-0 {
  margin-bottom: 0;
}
.projects-section .wrap-projects-slider-new {
  position: relative;
  height: 615px;
}
.projects-section .wrap-projects-slider-new + .center {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .projects-section .wrap-projects-slider-new + .center {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .projects-section .wrap-projects-slider-new {
    height: 430px;
  }
  .projects-section .wrap-projects-slider-new + .center {
    margin-top: 60px;
  }
}
.projects-section .projects-slider-new > * {
  padding-top: 75px !important;
}
@media (max-width: 1110px) {
  .projects-section .projects-slider-new > * {
    padding-left: 260px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 992px) {
  .projects-section .projects-slider-new > * {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 576px) {
  .projects-section .projects-slider-new > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.projects-section .projects-slider-new .project-slide {
  margin-right: 0;
  border: 0;
  height: 475px;
  position: relative;
  padding: 0;
}
@media (max-width: 576px) {
  .projects-section .projects-slider-new .project-slide {
    height: 350px;
  }
}
.projects-section .projects-slider-new .project-slide:hover {
  //box-shadow: 0 5px 25px rgba(0, 0, 0, 0.14);
  //height: 615px;
  //margin-top: -75px;
}
@media (max-width: 576px) {
  .projects-section .projects-slider-new .project-slide:hover {
    height: 430px;
    margin-top: -40px;
  }
}
.projects-section .projects-slider-new .project-slide:hover .project-slide__hidden {
  display: block;
}
.projects-section .projects-slider-new .project-slide:hover .project-slide__title {
  white-space: normal;
}
@media (max-width: 768px) {
  .projects-section .projects-slider-new .project-slide.slick-active {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.14);
    height: 615px;
    margin-top: -75px;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .projects-section .projects-slider-new .project-slide.slick-active {
    height: 430px;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .projects-section .projects-slider-new .project-slide.slick-active .project-slide__hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .projects-section .projects-slider-new .project-slide.slick-active .project-slide__title {
    white-space: normal;
  }
}
.projects-section .projects-slider-new .project-slide:hover {
  border: 0;
}
.projects-section .projects-slider-new .project-slide__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.projects-section .projects-slider-new .project-slide__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects-section .projects-slider-new .project-slide__address {
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.projects-section .projects-slider-new .project-slide__address:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/photos_index_new/../../../../images/marker_small_white.png");
  margin-right: 3px;
}
.projects-section .projects-slider-new .project-slide__hidden {
  display: none;
}
.projects-section .projects-slider-new .project-slide__hidden .price_wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.projects-section .projects-slider-new .project-slide__hidden .price_wrap .price {
  font-size: 24px;
  font-weight: normal;
}
.projects-section .projects-slider-new .project-slide__hidden .price_wrap .currency {
  font-weight: normal;
  font-size: 14px;
}
.projects-section .projects-slider-new .project-slide__hidden .project-slide__date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects-section .projects-slider-new .project-slide__hidden .project-slide__date-wrap .project-slide__date {
  font-size: 12px;
  font-weight: 100;
}
.projects-section .projects-slider-new .project-slide__img {
  height: 100%;
  width: 100%;
  display: block;
}
.projects-section .projects-slider-new .project-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.projects-section .wrap-tabs--projects .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .projects-section .wrap-tabs--projects .tab-links {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .projects-section .wrap-tabs--projects .tab-links {
    display: none;
  }
}
.projects-section .wrap-tabs--projects .tab-links .tab-link__item {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 15px;
}
.projects-section .wrap-tabs--projects .tab-blocks.full-width {
  max-width: none;
}

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

/* End */


/* Start:/local/templates/main_copy/components/bitrix/news.list/main_questions/style.css?16202150592373*/
.questions-container {
  position: relative;
  margin-bottom: 70px;
}
.questions-container .questions-button {
  margin-top: 40px;
}
.questions-container .prev, .questions-container .next {
  position: absolute;
  top: 37%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #009136 url(/local/templates/main_copy/components/bitrix/news.list/main_questions/../../../../images/ico/arrow-slider.svg) no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.questions-container .prev {
  left: 0;
}
.questions-container .next {
  right: 0;
  transform: rotate(-180deg);
}
.questions-container .questions-slider {
  padding: 0 35px;
}
@media (max-width: 768px) {
  .questions-container .questions-slider {
    padding: 0;
  }
}
.questions-container .questions-slider > * {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.questions-container .questions-slider .slick-track {
  display: flex;
}
.questions-container .questions-slider__item {
  border: 2px solid rgba(140, 205, 164, 0.49);
  margin: 0 35px;
  box-shadow: 3px 0 25px rgba(0, 1, 0, 0.17);
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .questions-container .questions-slider__item {
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .questions-container .questions-slider__item {
    margin: 0;
    box-shadow: none;
  }
}
.questions-container .questions-slider .slide-item__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  padding-left: 38px;
}
.questions-container .questions-slider .slide-item__name:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/main_questions/../../../../images/questions/vopros.png");
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}
.questions-container .questions-slider .slide-item__text {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  position: relative;
}
.questions-container .questions-slider .slide-item__text:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/local/templates/main_copy/components/bitrix/news.list/main_questions/../../../../images/questions/otvet.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.questions-container .questions-slider .questions-slider__item {
  padding: 35px 25px;
  height: auto;
}

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

/* End */
/* /local/templates/main_copy/components/bitrix/catalog/new_main_catalog_admin1/style.css?16279162351248 */
/* /local/templates/main_copy/components/bitrix/news.list/ind_slider_new2/style.css?16440357012066 */
/* /local/templates/main_copy/components/bitrix/news.list/about_us_in_number/style.css?1620215052931 */
/* /local/templates/main_copy/components/bitrix/catalog.section.list/catalog_section/style.css?16202150362874 */
/* /local/templates/main_copy/components/bitrix/news.list/related_services/style.css?16202150681559 */
/* /local/templates/main_copy/components/bitrix/news.list/ready_gate/style.css?16202150675044 */
/* /local/templates/main_copy/components/bitrix/news.list/montaj_ogr/style.css?1620215060995 */
/* /local/templates/main_copy/components/bitrix/news.list/order_block/style.css?16280116141829 */
/* /local/templates/main_copy/css/warranty_block.min.css?1620215416347 */
/* /local/templates/main_copy/css/adw_block.min.css?16395752561575 */
/* /local/templates/main_copy/components/bitrix/system.pagenavigation/main/style.css?16202150812820 */
/* /local/templates/main_copy/components/bitrix/news.list/photos_index_new/style.css?16516499246198 */
/* /local/templates/main_copy/components/bitrix/news.list/main_questions/style.css?16202150592373 */
