

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/project-list/style.css?177883203710672*/
.project-list__item-text--color-light{
  color: #fff;
}
.project-list__item-text--color-light-opacity{
  color: #fff;
  opacity: 0.7;
}
.project-list__item-text--color-dark{
  color: #333;
}
.project-list__item-text--color-dark-opacity{
  color: #333;
  opacity: 0.7;
}

.project-list__item {
  position: relative;
  overflow: hidden;
}

.grid-list--items-3 .project-list__item-logo img,
.project-list__item--with-left-block .project-list__item-logo img{
  max-height: 50px;
}

.grid-list--no-gap .project-list__item {
  /* overflow: visible; */
}
.grid-list--no-gap .project-list__item-image--absolute {
  left: -1px;
}

.project-list__item-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.project-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.project-list__item-additional-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 46px;
  transition: opacity ease-in-out 0.3s;
  z-index: 1;
}

body .project-list__item-title{
  font-weight: 600;
}

.project-list__item-text-top-part {
  height: 100%;
  padding: 0px 38px 0px 0px;
  position: relative;
}

.project-list__item-preview-wrapper {
  margin-top: 16px;
  position: relative;
}

.project-list__item-section {
  position: relative;
}
.project-list__item-section--mt-19 {
  margin-top: 19px;
}
.project-list__item-section.project-list__item-section--FON {
  position: relative;
  margin-bottom: 10px;
}

.project-list__item-text-wrapper {
  margin-top: auto;
  max-height: 100%;
  opacity: 0;
  overflow-anchor: none;
  overflow: hidden;
  padding: 0 3px 0 0;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  visibility: hidden;
  z-index: 3;
}


.project-list__item--with-preview:hover .project-list__item-additional-text,
.projects-list__view-type--type_2 .project-list__item-additional-text{
  opacity: 0;
}
.project-list__item--with-preview:hover .project-list__item-text-wrapper,
.projects-list__view-type--type_2 .project-list__item-text-wrapper{
  opacity: 1;
  visibility: visible;
}

.project-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
/*to row*/
.project-list__item--wide {
  max-height: 600px;
}

.project-list__item--wide .project-list__item-image-wrapper{
  padding-bottom: 0;
}
/**/

.project-list__item.project-list__item--colored.project-list__item--colored-base .project-list__item-content{
  background-color: #9e9e9e;
  background-color: var(--theme-base-color);
}

.project-list__item-content{
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  padding: 24px 0px 24px 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.project-list__item-logo{
  z-index: 1;
}

.project-list__item-preview__tag{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.project-list__item--colored .project-list__item-content{
  transition: opacity 0.2s linear;
  z-index: 1;
}


@media screen and (min-width: 601px) {
  .project-list__item-sticker--BOTTOM_CORNER {
    bottom: 40px;
    left: 39px;
  }
  /*to row*/
  .project-list__item--wide .project-list__item-image-wrapper {
    padding-top: 33%;
  }
  /**/
}


@media screen and (min-width: 768px) {
  .project-list__item--wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  
}

@media screen and (min-width: 992px) {
  .project-list__item-sticker--BOTTOM {
    bottom: 35px;
    left: 36px;
  }

  .grid-list--wide-first > div:first-of-type .project-list__item-title {
    font-size: 1.6em;
  }

  .project-list__item-image-wrapper{
    padding-bottom: 67%;
  }

  /*to row*/
  .project-list__item--wide .project-list__item-section {
    margin-bottom: 15px;
  }
  .project-list__item--wide .arrow-all {
    top: auto;
    bottom: 96px;
    right: 64px;
  }
  /**/

  .grid-list--items-2 .project-list__item-additional-text{
    bottom: 43px;
    left: 48px;
  }

  /*with-left-block*/
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 58px;
    left: 66px;
    right: 125px;
  }
  .project-list__item--with-left-block .arrow-all {
    top: auto;
    bottom: 78px;
    right: 60px;
  }
  .project-list__item--with-left-block .project-list__item-text-top-part {
    padding: 0px 32px 0px 0px;
  }
  /**/

  /* view 2 */
  .projects-list__view-type--type_2 .project-list__item:hover .project-list__item-content{
    opacity: 0;
    pointer-events: none;
  }
  /* view 3 */
  .projects-list__view-type--type_3 .project-list__item-content{
    opacity: 0;
    pointer-events: none;
  }
  .projects-list__view-type--type_3 .project-list__item:hover .project-list__item-content{
    opacity: 1;
    pointer-events: all;
  }
  .projects-list__view-type--type_3 .project-list__item-additional-text{
    display: none;
  }
  .projects-list__view-type--type_3 .dark-block-hover::before{
    content: unset;
    display: none;
  }
  /* /with-left-block */
  /* item content */
  .grid-list--items-2 .project-list__item-content{
    padding: 48px 0 43px 48px;
  }
  .grid-list--items-2 .project-list__item-additional-text {
    bottom: 43px;
    left: 48px;
    right: 133px;
  }
  .grid-list--items-2-wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .grid-list--items-2-wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .grid-list--items-3 .project-list__item-content{
    padding: 38px 0 35px 38px;
  }
  .grid-list--items-3 .project-list__item-additional-text {
    bottom: 35px;
    left: 38px;
    right: 133px;
  }
  .grid-list--items-3-wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .grid-list--items-3-wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .project-list__item--wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .project-list__item--with-left-block .project-list__item-content{
    padding: 40px 0 40px 40px;
  }
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 32px;
    left: 30px;
    right: 133px;
  }
}


@media screen and (min-width: 1200px){
  .project-list__item--wide .project-list__item-text-top-part {
    padding: 0px 130px 0 0px;
  }
  .grid-list--items-2-wide .project-list__item-content{
    padding: 64px 0 59px 64px;
  }
  .grid-list--items-2-wide .project-list__item-additional-text {
    bottom: 59px;
    left: 64px;
    right: 133px;
  }
  .project-list__item--wide .project-list__item-content{
    padding: 64px 0 59px 64px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 59px;
    left: 64px;
    right: 133px;
  }
  .project-list__item--with-left-block .project-list__item-content{
    padding: 48px 0 43px 48px;
  }
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 43px;
    left: 48px;
    right: 133px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .project-list__item--with-left-block .project-list__item-image-wrapper{
    padding-top: 45%;
  }
}

@media screen and (max-width: 1199px){
  .project-list__item--wide .arrow-all{
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .grid-list--no-grid > .project-list__wrapper {
    width: 33.33%;
  }
  .grid-list--no-grid > .project-list__wrapper.item-w66,
  .grid-list--no-grid > .project-list__wrapper.item-w50 {
    width: 66.66%;
  }
}

@media screen and (max-width: 991px){
  .projects-list__view-type--type_3 .project-list__item.project-list__item--colored .project-list__item-content{
    background-color: transparent !important;
  }
  .projects-list__view-type--type_3 .project-list__item-text--color-dark,
  .projects-list__view-type--type_3 .project-list__item-text--color-dark-opacity{
    color: #FFF
  }
  .project-list__item-text-wrapper {
    padding: 20px 3px 0 0;
  }
  .project-list__item-text-top-part {
    padding-right: 17px;
  }
  body .project-list__item-title {
    font-size: 18px;
  }
  .grid-list--no-grid > .project-list__wrapper {
    width: 33.33%;
  }

  .project-list__item-image-wrapper {
    padding-top: 100%;
  }

  .project-list__item-additional-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .project-list__item-logo img{
    max-height: 45px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  /*to row*/
  .project-list__item--wide .project-list__item-text-top-part {
    padding: 0px 48px 0px 0px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    right: 113px;
  }
  .project-list__item--wide .arrow-all {
    top: auto;
    bottom: 50px;
    right: 24px;
  }
  /**/
}

@media screen and (max-width: 991px) and (min-width: 601px){
  .project-list__item--wide .project-list__item-image-wrapper{
    padding-top: 42%;
  }
}

@media screen and (max-width: 767px) {
  .grid-list--no-grid > .project-list__wrapper {
    width: 50%;
  }

  /*to row*/
  .project-list__item--wide .arrow-all {
    display: none;
  }
  /**/
}

@media screen and (max-width: 767px) and (min-width: 601px){
  .projects-list__view-type--type_2 .project-list__item-logo ~ .project-list__item-text-wrapper .project-list__item-preview-wrapper.linecamp-3{
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 600px) {
  .project-list__item.flexbox--direction-row-reverse {
    flex-direction: column;
  }
  .project-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
  }

  .project-list__item-sticker--BOTTOM,
  .project-list__item-sticker--BOTTOM_CORNER {
    bottom: 24px;
    left: 27px;
  }

  .project-list__item-image-wrapper:after {
    top: 40%;
  }
}
@media screen and (max-width: 450px) {
  .project-list__item-sticker--TOP {
    top: 30px;
    left: 31px;
  }
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/map-list/style.css?17788320333870*/
body .maxwidth-theme--static {
  position: static;
}

.map-wrapper--overflow-hidden {
  overflow: hidden;
}

.map-wrapper {
  position: relative;
}

.map-container {
  background: #ffffff;
  background: var(--card_bg_black);
}

.map-container > div {
  height: 100%;
  overflow: hidden;
  overflow: auto;
}

.map-items__item {
  padding: 17px 48px 19px 25px;
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: var(--stroke_black);
  position: relative;
}

.map-items__item:hover {
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
  cursor: pointer;
}

.map-items__item-title {
  margin-bottom: 3px;
}

.svg.map-items__item-right-arrow {
  position: absolute;
  right: 24px;
  top: 27px;
}

.map-detail-items {
  display: none;
}

.map-detail-items__item--hidden {
  display: none;
}

.map-detail-items__item {
  padding: 25px 32px;
}

.map-detail-items__item-svg {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.map-detail-items__item-svg:not(:hover) svg path {
  fill: #999;
}

.map-detail-items__item-close {
  width: 10px;
  height: 10px;
}

.map-detail-items__item-title {
  margin-bottom: 18px;
}

.map-detail-items__item-property {
  margin-top: 10px;
}

.map-detail-items__item-buttons {
  margin-top: 24px;
}

.maxwidth-theme + .map-view {
  border-left-width: 0px;
  border-right-width: 0px;
}

.map-wrapper-offset .maxwidth-theme + .map-view {
  border-left-width: 1px;
}

.map-wrapper-offset .map-container--sticky-right {
  border-right: 1px solid #e5e5e5;
}

.map-view {
  height: 602px;
  position: relative;
}

.map-view:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.07;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.55) url("/local/templates/aspro-allcorp3/components/bitrix/news.list/map-list/../../../../images/map.png") no-repeat scroll center center;
  background-size: cover;
}

.map-view .bx-yandex-view-layout {
  margin: 0px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .map-container--right-33 {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .map-container {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1;
    border-radius: 4px;
    max-height: 536px;
    width: 344px;
  }
  .map-container > div {
    max-height: 536px;
  }
  .map-container--sticky-right {
    top: 0;
    bottom: 0px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 0px;
    height: 602px;
    max-height: 602px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
  }
  .map-container--sticky-right > div {
    max-height: 602px;
  }
  .map-container--right-64 {
    right: 64px;
  }
  .map-container--right-33 {
    right: 33px;
    box-shadow: -15px 10px 15px -5px rgba(0, 0, 0, 0.05);
  }
  .map-view--side-left {
    padding-left: 344px;
  }
  .map-view--side-left:before {
    right: 344px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .map-container {
    position: relative;
    max-height: 275px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    border-bottom-width: 0px;
    margin-bottom: -1px;
  }
  .map-container > div {
    max-height: 275px;
  }
  .map-view {
    z-index: 1;
  }
  .map-list > .map-wrapper > .map-view {
    margin-left: 24px;
    margin-right: 24px;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .map-list .map-wrapper-offset .map-wrapper .map-view {
    border-right-width: 1px;
  }
  .map-list .map-wrapper-offset .map-wrapper .map-items-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 530px) {
  .map-wrapper {
    margin-top: 18px;
  }
  .map-detail-items__item {
    padding-left: 28px;
    padding-right: 28px;
  }
  .map-view {
    height: 277px;
  }
}

/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/reviews-list/style.css?17788320397324*/
.reviews-list .owl-carousel {
  min-height: 250px;
}
.reviews-list .owl-stage {
  display: flex;
}
.reviews-list .owl-item {
  flex-shrink: 0;
}

.reviews-list__item-title {
  color: #333;
  color: var(--white_text_black);
  margin-left: -1px;
}
.reviews-list__item-company {
  margin-bottom: 5px;
}
.reviews-list__rating {
  margin-top: 13px;
}
.reviews-list__item-preview-wrapper {
  margin-top: 24px;
}
.reviews-list__item-more {
  margin-top: 33px;
}

.reviews-list--text-center .reviews-list__item {
  text-align: center;
}
.reviews-list--text-center .rating {
  justify-content: center;
}
.reviews-list--text-center .reviews-list__item-preview {
  padding: 0 20%;
}

.reviews-list__item-top-part {
  display: flex;
  justify-content: space-between;
  margin: -15px 0;
  flex: 3;
}
.reviews-list__item-top-part--centered {
  justify-content: center;
}
.reviews-list__item-top-part--centered-vertical {
  align-items: center;
}
@media (max-width: 1200px) {
  .reviews-list__item-top-part {
    flex-direction: column;
  }
  .reviews-list__item-top-part.reviews-list__item-top-part--row {
    align-items: flex-start;
  }
}

.reviews-list__item-top-part--column {
  flex-direction: column;
  align-items: flex-start;
}
.reviews-list__item-date-active {
  display: inline-block;
}

.reviews-list__item.bordered {
  background: #ffffff;
  background: var(--card_bg_black);
  border-radius: 4px;
  height: 100%;
  transition: box-shadow 0.2s ease-in-out;
}
.reviews-list__item--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.reviews-list__item--row .reviews-list__item-info-wrapper {
  flex: 3;
}
.reviews-list__item--row .reviews-list__item-preview-wrapper {
  flex: 5;
  margin-top: -4px;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .reviews-list__item--row {
    flex-direction: column;
  }
  .reviews-list__item--row .reviews-list__item-preview-wrapper {
    margin-top: 24px;
    padding-left: 0px;
  }
}
.reviews-list__item--padding-5 {
  padding: 68px 79px;
}
.reviews-list__item--padding-48 {
  padding: 48px;
}
.reviews-list__item--no-radius {
  border-radius: 0;
}
.reviews-list__item--column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
html.bx-ie .reviews-list__item--column {
  display: block;
}
.reviews-list__item--centered-vertical {
  justify-content: center;
}

@media (min-width: 768px) {
  .reviews-list__item.bordered:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.12);
    border-color: transparent;
    margin-right: -1px;
    background-color: var(--card_bg_hover_black);
  }
  .reviews-list--items-close .reviews-list__item.bordered.reviews-list__item--last {
    border-right: 1px solid #e5e5e5;
    border-right-color: var(--stroke_black);
  }
  .reviews-list--items-close .reviews-list__item.bordered.reviews-list__item--last:hover {
    border-color: transparent;
  }
  .reviews-list__item--padding-5.reviews-list__item.bordered:hover {
    padding-right: 80px;
  }
  .reviews-list__item--padding-48.reviews-list__item.bordered:hover {
    padding-right: 49px;
  }
}

.reviews-list__item-info-wrapper {
  display: flex;
  margin: 15px 0;
}
.reviews-list__item-info-wrapper--image-right {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.reviews-list__item-info-wrapper--image-right .reviews-list__item-image-wrapper {
  margin-right: 0;
  margin-left: 31px;
}
@media (max-width: 450px) {
  .reviews-list__item-info-wrapper {
    flex-direction: column;
  }
  .reviews-list__item-info {
    margin-top: 16px;
  }
  .reviews-list__item-info-wrapper--image-right .reviews-list__item-image-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
}
.reviews-list__item-image-wrapper {
  width: 80px;
  height: 80px;
  /* border-radius: 80px; */
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 31px;
  margin-top: 4px;
}
.reviews-list__item-image-wrapper--image-middle {
  width: 70px;
  height: 70px;
}
.reviews-list__item-image-wrapper--image-small {
  width: 60px;
  height: 60px;
}
.reviews-list__item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.reviews-list__item-image-wrapper--logo {
  width: 90px;
  border-radius: 0;
}
.reviews-list__item-image-wrapper--logo.reviews-list__item-image-wrapper--logo-center {
  display: flex;
  align-items: center;
}

.reviews-list__item-info--centered-vertical {
  display: flex;
  align-items: center;
}

.reviews-list__item-top-part--row .reviews-list__rating {
  margin: 15px 0;
}
.reviews-list__item-top-part--row .reviews-list__item-info-wrapper {
  margin-right: 20px;
}
.reviews-list__item-top-part--row ~ .reviews-list__item-preview-wrapper {
  margin-top: 16px;
}
.reviews-list__separator {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 991px) {
  .reviews-list--text-center .reviews-list__item-preview {
    padding: 0 24px;
  }
  .reviews-list__item--padding-5 {
    padding: 32px;
  }
  .reviews-list__item--padding-48 {
    padding: 40px;
  }
  /*.reviews-list__item--padding-48.reviews-list__item.bordered:hover {
    padding-right: 41px;
  }*/
}
@media (max-width: 991px) and (min-width: 768px) {
  .reviews-list__item--padding-5.reviews-list__item--bordered:hover {
    padding-right: 33px;
  }
  .reviews-list__item--padding-48.reviews-list__item--bordered:hover {
    padding-right: 41px;
  }
  .reviews-list__item--padding-5.reviews-list__item.bordered:hover {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .reviews-list__item--padding-48 {
    padding: 32px;
  }
  .reviews-list--text-center .reviews-list__item-preview {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .reviews-list__item--padding-48 {
    padding: 24px;
  }
}
@media (max-width: 400px) {
  .reviews-list__item--padding-5 {
    padding: 24px;
  }
}

/* in detail */
.detail-block .reviews-list > .maxwidth-theme {
  padding: 0;
}
.detail-block .reviews-list__item {
  padding: 30px 37px 11px 39px;
}
.detail-block .reviews-list__item-top-part--row ~ .reviews-list__item-preview-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .detail-block .reviews-list__item-top-part {
    flex-direction: row;
  }
  .detail-block .reviews-list__item-image-wrapper {
    margin-right: 24px;
  }
  .detail-block .reviews-list__item-top-part--row .reviews-list__rating {
    margin: 24px 0;
    align-self: flex-start;
  }
  .detail-block .reviews-list__item-info-wrapper {
    margin-bottom: 16px;
  }
  .detail-block .reviews-list__item--padding-48.reviews-list__item.bordered:hover {
    padding-right: 37px;
  }
}
@media (max-width: 767px) {
  .detail-block .reviews-list__item.bordered:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.12);
    border-color: transparent;
    margin-right: -1px;
  }
}

/*touch hover destroy*/
.bx-touch .reviews-list__item.bordered:hover {
  box-shadow: none;
  border-color: #e5e5e5;
}
.bx-touch .reviews-list--items-close .reviews-list__item.bordered.reviews-list__item--last:hover {
  border-color: #e5e5e5;
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/project-list/style.css?177883203710672 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/map-list/style.css?17788320333870 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/reviews-list/style.css?17788320397324 */
