

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.min.css?1701757681552*/
.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}@media (max-width:530px){.map-detail-items__item{padding-left:28px;padding-right:28px}}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map/style.min.css?1701757681421*/
div.bx-yandex-map,div.bx-yandex-map div.YMaps-b-balloon-content{color:#000}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td{padding:0!important}div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b{background-image:none!important}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/services.ldgtl/style.css?17734102404927*/
.services-list  ~ .text_after_items {
    margin-top: 41px;
}

.text_after_items {
  margin: 0 0 50px 0 !important;
}


.__screen > .breadcrumbs {
  max-width: 1146px;
}

.bottom-links-block {
  max-width: 1500px;
}

.detail-block.ordered-block.tabs-block {
    margin: 2.89rem 0;
}

.subsection-wrapper {
    margin-top: 30px;
}

@media(max-width: 1600px) {
    .bottom-links-block {
        padding: 0 20px;
    }
}



.video-reviews-item {
    aspect-ratio: 16 / 9; 
    width: 100%;
    position: relative;
    height: fit-content;
}

.video-reviews-item--content {
    position: relative;
}

.video-rewiews-item--name {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.video-rewiews-item--name p {
    margin-bottom: 15px;
}

.video-reviews-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.video-reviews-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}


.play-button {
    position: absolute;
    bottom: 1%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #3588ae;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.play-button:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: #fff0 #fff0 #fff0 #fff; 
    cursor: pointer;
}


.video-reviews--slider.flex-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.video-reviews--slider.flex-items .video-reviews-item {
    flex: 0 0 32%;
}

.video-reviews--slider.show-carousel {
    max-height: 320px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
}

.video-reviews--slider.show-carousel .slick-next {
    right: -3% !important;
}

.video-reviews--slider.show-carousel .slick-prev {
    left: -3% !important;
}

.slick-disabled {
    user-select: none !important;
    pointer-events: none !important;
    opacity: .6 !important;
}

.video-reviews--slider.show-carousel .prev,
.video-reviews--slider.show-carousel .next {
    display: block !important;
    background: var(--theme-base-color);
    opacity: 1;
    padding: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    transform: translate(0, -50%);
}

.video-reviews--slider.show-carousel .prev {
    left: -3%;
}

.video-reviews--slider.show-carousel .next {
    right: -3%;
}

.prev svg,
.next svg {
    width: 100%;
    height: 100%;
}

@media(max-width: 1536px) {
    .video-reviews--slider.show-carousel {
        max-width: 1000px;
    }
}

@media(max-width: 1425px) {
    .video-reviews--slider.flex-items .video-reviews-item {
        flex: 0 0 30%;
    }
}

@media(max-width: 1366px) {
    .video-reviews--slider.show-carousel {
        max-height: 265px;
    }
}

@media(max-width: 1280px) {
    .prev, .next {
        top: 38%;
    }
}

@media(max-width: 1024px) {
    .video-reviews--slider.show-carousel {
        max-height: fit-content;
    }
    
    .video-reviews--slider.flex-items .video-reviews-item {
        flex: 0 0 48%;
    }
}

@media(max-width: 767px) {
    .video-reviews--slider.flex-items .video-reviews-item {
        flex: 0 0 100%;
    }
    
    .video-reviews--slider.show-carousel .prev,
    .video-reviews--slider.show-carousel .next {
        top: 35%;
    }
}

/* Stuff */

.share-stuff {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.share-stuff-item {
    max-width: 350px;
    -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.share-stuff-pic {
    margin-bottom: 20px;
}

.share-stuff-pic img {
    display: inline-block;
    width: 100%;
    max-height: 360px;
    margin: 0 auto;
    object-fit: cover;
}

.share-stuff-body {
    padding: 0 10px 40px;
    display: grid;
    grid-template-rows: 1fr 1fr .4fr;
}

.share-stuff-name {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}

.share-stuff-direction {
    font-size: 18px;
}

.share-stuff-button {
    background-color: transparent !important;
    color: var(--theme-base-color) !important;
    width: fit-content !important;
    height: fit-content !important;
    margin: auto !important;
}

.share-stuff-body {
    position: relative;
    height: 275px;
}

.share-stuff-item .btn-staff {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
}


@media(max-width:780px) {
    .share-stuff {
        justify-content: center;
    }
}



/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list/style.css?172017975223044*/
/* item */
.services-list__item {
  position: relative;
}
.services-list__item--big-padding {
  padding: 40px;
}
@media (max-width: 767px) {
  .services-list__item--big-padding {
    padding: 32px;
  }
}
.services-list__item.services-list__item--has-additional-text {
  cursor: pointer;
  padding: 0;
}
.services-list__item.services-list__item--has-additional-text.services-list__item--cursor-initial {
  cursor: initial;
}
.services-list__item .maxwidth-theme--half {
  width: 100%;
}
.services-list__item--has-additional-text {
  overflow: hidden;
}
.services-list__item-image-wrapper--PICTURE .services-list__item-image {
  border-radius: 0px;
}
.services-list__item-order-btns{
  z-index: 1;
}
.services-list__item-order-btns--margin-top{
  margin-top: 24px;
}

@media (min-width: 601px) {
  .services-list--img-side .services-list__wrapper:nth-child(even) .services-list__item {
    flex-direction: row !important;
  }
  .services-list__wrapper--padding {
    padding: 70px 0;
    border-bottom: 1px solid #efefef;
    border-bottom-color: var(--stroke_black);
  }
  .services-list__wrapper--border-bottom {
    border-bottom: 1px solid #efefef;
    border-bottom-color: var(--stroke_black);
  }
  .services-list--img-side .services-list__wrapper--border-bottom {
    border: none;
  }
  .services-list .services-list__wrapper--padding:first-child {
    padding-top: 0;
  }
  .services-list .services-list__wrapper--padding:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 600px) {
  .services-list__item.flexbox--direction-row-reverse,
  .services-list__item.flexbox--direction-row {
    flex-direction: column;
  }
  .services-list__item.maxwidth-theme,
  .services-list__item-text-wrapper .maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
  }
}

/* additional text */
.services-list__item-additional-text-wrapper {
  position: absolute;
  bottom: 33px;
  left: 40px;
  right: 40px;
  z-index: 1;
}
.services-list__item:hover .services-list__item-additional-text-wrapper {
  opacity: 0;
} 
/* text */
.services-list__item--has-additional-text .services-list__item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 4px 4px 2px 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0;
  max-height: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  z-index: 1;
}
.services-list__item--has-additional-text .services-list__item-text-top-part {
  overflow-y: auto;
}
.services-list__item--has-additional-text
  .services-list__item-text-wrapper
  .services-list__item-text-top-part:not(.mCustomScrollbar) {
  visibility: hidden;
}
.services-list__item--has-additional-text .services-list__item-text-top-part .mCSB_container {
  padding: 35px 32px 0 32px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.services-list__item--has-additional-text:hover .services-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.services-list__item-text-bottom-part {
  padding: 28px 0 0 0;
}
.services-list__item--has-additional-text .services-list__item-text-bottom-part {
  padding: 21px 32px 23px 32px;
  position: relative;
}
.services-list__item--has-additional-text .services-list__item-text-bottom-part:before {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  background-color: var(--black_bg_black);
  opacity: 0.2;
}
.services-list__item--has-bg .services-list__item-text-wrapper .dark_link,
.services-list__item--has-bg .services-list__item-text-wrapper .color_333 {
  color: #fff;
  /* color: var(--black_bg_black); */
}
.services-list__item--has-bg .services-list__item-text-wrapper .dark_link.color_light--opacity:hover {
  opacity: 1;
}
.services-list__item:not(.services-list__item--has-additional-text) .services-list__item-text-wrapper > *,
.services-list__item--has-additional-text .services-list__item-text-top-part .mCSB_container > * {
  cursor: initial;
}
.services-list__item--has-additional-text
  .services-list__item-text-wrapper
  .services-list__item-text-top-part
  .mCSB_container
  > div:last-of-type {
  margin-bottom: 22px;
}
.services-list__item--has-additional-text
  .services-list__item-text-wrapper:not(.services-list__item-text-wrapper--has-bottom-part)
  .services-list__item-text-top-part
  .mCSB_container
  > div:last-of-type {
  margin-bottom: 35px;
}
.services-list--img-trl .services-list__item-text-top-part {
  word-break: break-word;
}
.bx-ie .services-list__item-text-wrapper {
  flex-basis: auto;
}
.bx-ie .maxwidth-theme--half.flex-1 {
  flex-basis: auto;
}
@media (min-width: 601px) {
  .services-list--img-srl .services-list__item-text-wrapper {
    padding-top: 40px;
  }
  .services-list--img-srl .services-list__wrapper--border-bottom .services-list__item-text-wrapper {
    padding-bottom: 40px;
  }
  .services-list__item-image-wrapper--LEFT + .services-list__item-text-wrapper > * {
    padding-left: 59px;
  }
  .services-list__item-image-wrapper--RIGHT + .services-list__item-text-wrapper > *,
  .services-list__item-image-wrapper--SIDE + .services-list__item-text-wrapper > * {
    padding-right: 59px;
  }
  .services-list--img-side
    .services-list__wrapper:nth-child(even)
    .services-list__item-image-wrapper--SIDE
    + .services-list__item-text-wrapper
    > * {
    padding-right: 0;
    padding-left: 59px;
  }
  .services-list__wrapper--border-bottom .services-list__item-image-wrapper--LEFT + .services-list__item-text-wrapper {
    align-items: flex-start;
  }
  .services-list__wrapper--border-bottom .services-list__item-image-wrapper--SIDE + .services-list__item-text-wrapper,
  .services-list__wrapper--border-bottom .services-list__item-image-wrapper--RIGHT + .services-list__item-text-wrapper {
    align-items: flex-end;
  }
  .services-list__wrapper--border-bottom
    .services-list__item-image-wrapper--LEFT
    + .services-list__item-text-wrapper
    .maxwidth-theme--half {
    padding-right: 32px;
  }
  .services-list__wrapper--border-bottom
    .services-list__item-image-wrapper--SIDE
    + .services-list__item-text-wrapper
    .maxwidth-theme--half,
  .services-list__wrapper--border-bottom
    .services-list__item-image-wrapper--RIGHT
    + .services-list__item-text-wrapper
    .maxwidth-theme--half {
    padding-left: 32px;
  }
  .services-list--img-side
    .services-list__wrapper--border-bottom:nth-child(even)
    .services-list__item-image-wrapper--SIDE
    + .services-list__item-text-wrapper,
  .services-list--img-side
    .services-list__wrapper--border-bottom:nth-child(even)
    .services-list__item-image-wrapper--RIGHT
    + .services-list__item-text-wrapper {
    align-items: flex-start;
  }
  .services-list--img-side
    .services-list__wrapper--border-bottom:nth-child(even)
    .services-list__item-image-wrapper--SIDE
    + .services-list__item-text-wrapper
    .maxwidth-theme--half,
  .services-list--img-side
    .services-list__wrapper--border-bottom:nth-child(even)
    .services-list__item-image-wrapper--RIGHT
    + .services-list__item-text-wrapper
    .maxwidth-theme--half {
    padding-right: 32px;
  }
  .bx-ie .services-list--img-srl .services-list__item-text-wrapper,
  .bx-ie .services-list--img-trl .services-list__item-text-wrapper {
    flex-basis: 0;
  }
}
@media (max-width: 600px) {
  .services-list--img-srl .services-list__item-text-wrapper {
    justify-content: space-between;
  }
  .services-list__item-text-wrapper .flexbox.maxwidth-theme--half,
  .services-list__item-text-wrapper .flexbox.maxwidth-theme {
    justify-content: space-between;
  }
  .services-list--img-srl .services-list__item-image-wrapper + .services-list__item-text-wrapper {
    padding-top: 26px;
  }
}

/* image */
.services-list__item-image-wrapper {
  position: relative;
}
.services-list__item-image-wrapper--TOP {
  margin: 0 0 33px 0;
  display: flex;
  flex-direction: row;
}
.services-list__item-image-wrapper--TOP .services-list__item-link,
.services-list__item-image-wrapper--TOP > span {
  width: 140px;
  height: 140px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.services-list__item-image-wrapper--TOP.services-list__item-image-wrapper--PICTURE .services-list__item-link,
.services-list__item-image-wrapper--TOP.services-list__item-image-wrapper--PICTURE > span {
  width: 120px;
  height: 120px;
}
.services-list__item-image-wrapper--ICONS .services-list__item-link,
.services-list__item-image-wrapper--ICONS > span {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.services-list__item-image-wrapper--ICONS a svg,
.services-list__item-image-wrapper--ICONS > span svg {
  max-width: 100%;
  max-height: 100%;
}
.services-list__item-image-wrapper--BG {
  padding-top: 126%;
  width: 100%;
}
.services-list__item-image-wrapper--BG:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.services-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.services-list--img-srl .services-list__wrapper--padding .services-list__item-image-wrapper .services-list__item-link,
.services-list--img-srl .services-list__wrapper--padding .services-list__item-image-wrapper > span {
  position: relative;
  padding-top: 64%;
  max-height: 479px;
  display: block;
}
.services-list--img-srl
  .services-list__wrapper--border-bottom
  .services-list__item-image-wrapper
  .services-list__item-link,
.services-list--img-srl .services-list__wrapper--border-bottom .services-list__item-image-wrapper > span {
  position: relative;
  padding-top: 64%;
  max-height: 100vh;
  height: 100%;
  display: block;
}
#main
  .services-list--img-srl
  .services-list__wrapper--border-bottom
  .services-list__item-image-wrapper
  .services-list__item-link.sticky-block,
#main
  .services-list--img-srl
  .services-list__wrapper--border-bottom
  .services-list__item-image-wrapper
  > span.sticky-block {
  top: 0;
}
.services-list--img-trl .services-list__item-image-wrapper .services-list__item-link,
.services-list--img-trl .services-list__item-image-wrapper > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.services-list--img-trl
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  .services-list__item-link,
.services-list--img-trl .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS) > span {
  width: 110px;
  height: 110px;
}
.services-list--img-trl
  .grid-list--items-3
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-3-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-3
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  > span,
.services-list--img-trl
  .grid-list--items-3-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  > span {
  width: 90px;
  height: 90px;
}
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-1-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  > span,
.services-list--img-trl
  .grid-list--items-1-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS)
  > span {
  width: 140px;
  height: 140px;
}
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS).services-list__item-image-wrapper--PICTURE
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-1-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS).services-list__item-image-wrapper--PICTURE
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS).services-list__item-image-wrapper--PICTURE
  > span,
.services-list--img-trl
  .grid-list--items-1-wide
  .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ICONS).services-list__item-image-wrapper--PICTURE
  > span {
  width: 120px;
  height: 120px;
}
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES
  .services-list__item-link,
.services-list--img-trl
  .grid-list--items-1
  .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES
  > span {
  width: 300px;
  height: 200px;
}
.bx-ie #main .sticky-block {
  top: 0;
}
@media (min-width: 992px) {
  .grid-list--items-3--wide .services-list__item-image-wrapper--BG,
  .grid-list--items-3 .services-list__item-image-wrapper--BG {
    padding-top: 100%;
  }
  .grid-list--items-2--wide .services-list__item-image-wrapper--BG,
  .grid-list--items-2 .services-list__item-image-wrapper--BG {
    padding-top: 67%;
  }
}
@media (max-width: 991px) {
  .services-list__item-image-wrapper--BG {
    padding-top: 67%;
  }
}
@media (min-width: 601px) {
  .services-list__wrapper--padding .services-list__item-image-wrapper--LEFT .services-list__item-image {
    right: 14px;
  }
  .services-list__wrapper--padding .services-list__item-image-wrapper--RIGHT .services-list__item-image,
  .services-list__wrapper--padding .services-list__item-image-wrapper--SIDE .services-list__item-image {
    left: 14px;
  }
  .services-list--img-side
    .services-list__wrapper--padding:nth-child(even)
    .services-list__item-image-wrapper--SIDE
    .services-list__item-image {
    right: 14px;
    left: 0;
  }
  .services-list--img-trl .services-list__item-image-wrapper--TOP_RIGHT .services-list__item-link,
  .services-list--img-trl .services-list__item-image-wrapper--TOP_RIGHT > span {
    margin-left: 48px;
  }
  .services-list--img-trl .services-list__item-image-wrapper--TOP_LEFT .services-list__item-link,
  .services-list--img-trl .services-list__item-image-wrapper--TOP_LEFT > span {
    margin-right: 32px;
  }
  .services-list--img-trl .grid-list--items-1 .services-list__item-image-wrapper--TOP_LEFT .services-list__item-link,
  .services-list--img-trl
    .grid-list--items-1-wide
    .services-list__item-image-wrapper--TOP_LEFT
    .services-list__item-link,
  .services-list--img-trl .grid-list--items-1 .services-list__item-image-wrapper--TOP_LEFT > span,
  .services-list--img-trl .grid-list--items-1-wide .services-list__item-image-wrapper--TOP_LEFT > span {
    margin-right: 48px;
  }
}
@media (max-width: 600px) {
  #main .services-list__item-image-wrapper--SIDE .sticky-block {
    top: 0;
  }
  .services-list--img-srl .services-list__item-image-wrapper {
    flex-grow: 0;
    flex-basis: auto;
  }
  .services-list--img-srl
    .services-list__item-image-wrapper:not(.services-list__item-image-wrapper--ROUND_PICTURES)
    .services-list__item-image {
    border-radius: 4px;
  }
  .mobile-scrolled .services-list__item-image-wrapper--BG {
    padding-top: 150%;
  }
  .mobile-scrolled .services-list__item-image-wrapper--BG:after {
    top: 40%;
  }
  .services-list--img-trl .services-list__item-image-wrapper {
    margin: 0 0 33px 0;
  }
  .services-list--img-trl .services-list__item-image-wrapper--BIG_PICTURES {
    padding-bottom: 66.6%;
  }

  .services-list--img-trl
    .grid-list--items-1
    .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES
    .services-list__item-link,
  .services-list--img-trl
    .grid-list--items-1
    .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES
    > span {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 424px) {
  .services-list--img-trl
    .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES
    .services-list__item-link,
  .services-list--img-trl .services-list__item-image-wrapper.services-list__item-image-wrapper--BIG_PICTURES > span {
    max-width: 300px;
    padding-top: 67%;
    width: 100%;
    height: auto;
  }
}

/* arrow */
.services-list__item .arrow-all {
  right: 0;
  top: 0;
}
.services-list__item--section .arrow-all__item-line {
  transition-delay: 0.1s;
}
.services-list__item-additional-text-top-part .arrow-all {
  right: -25px;
  top: initial;
  bottom: 16px;
}
.services-list__item-text-top-part .arrow-all {
  right: -25px;
  top: 9px;
}
.services-list--img-trl .services-list__item-text-top-part .arrow-all {
  right: 0;
}

.services-list__item--has-bg .services-list__item-text-top-part .arrow-all {
  right: 0;
}
.services-list__item--has-bg .services-list__item-additional-text-top-part .arrow-all {
  right: 0;
}
.services-list__item--has-bg .services-list__item-text-top-part .services-list__item-title {
  padding-right: 35px;
}
.services-list__item--has-bg .services-list__item-additional-text-top-part .services-list__item-title {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .services-list__item .arrow-all--wide {
    display: none;
  }
}
@media (min-width: 601px) {
  .services-list--img-trl .services-list__item-image-wrapper .arrow-all {
    display: none;
  }
}
@media (max-width: 600px) {
  .services-list--img-trl .services-list__item-text-top-part .arrow-all {
    display: none;
  }
}

/* item sections */
.services-list__item-section {
  margin: 0 0 10px 0;
}

/* title */
.services-list__item-title {
  position: relative;
}
.services-list__item--has-additional-text .services-list__item-text-top-part .services-list__item-title {
  margin: 0 0 33px 0;
}
.services-list__item--has-additional-text
  .services-list__item-text-wrapper--has-bottom-part
  .services-list__item-title {
  margin-bottom: 0;
}
.services-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (min-width: 601px) {
  .services-list--img-trl .services-list__item-title {
    padding-right: 54px;
  }
}
@media (max-width: 600px) {
  .services-list--img-srl .services-list__item-title {
    font-size: 1.6em;
    line-height: calc(1em + 7px);
  }
}

/* preview text */
.services-list__item-text-top-part .services-list__item-title + .services-list__item-preview-wrapper {
  margin: 17px 0 0 0;
}
.services-list__item:not(.services-list__item--has-additional-text)
  .services-list__item-text-top-part
  .services-list__item-childs
  + .services-list__item-preview-wrapper {
  margin: 21px 0 0 0;
}
.services-list__item--has-additional-text
  .services-list__item-text-top-part
  .services-list__item-title
  + .services-list__item-preview-wrapper {
  margin: -15px 0 0 0;
}
.services-list__item--has-additional-text
  .services-list__item-text-top-part
  .services-list__item-childs
  + .services-list__item-preview-wrapper {
  margin-top: -15px;
}
.services-list__item--has-additional-text
  .services-list__item-text-wrapper--has-bottom-part
  .services-list__item-text-top-part
  .services-list__item-title
  + .services-list__item-preview-wrapper {
  margin-top: 18px;
  margin-bottom: 0;
}
.services-list__item:not(.services-list__item--has-additional-text) .services-list__item-preview {
  max-height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
}
.right_block .services-list__item:not(.services-list__item--has-additional-text) .services-list__item-preview {
  max-height: initial;
  display: block;
  -webkit-line-clamp: initial;
  -moz-line-clamp: initial;
}
.bx-ie .services-list__item:not(.services-list__item--has-additional-text) .services-list__item-preview {
  max-height: 104px;
}
@media (max-width: 600px) {
  .services-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

/* properties */
.services-list__item-properties {
  margin: 20px 0 0 0;
}
.services-list__item-properties-item-wraper {
  padding: 0 0 0 15px;
  position: relative;
}
.services-list__item-properties-item-wraper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #9e9e9e;
  background: var(--theme-base-color);
}
.services-list__item-properties-item-wraper + .services-list__item-properties-item-wraper {
  margin-top: 5px;
}
.services-list__item--has-additional-text .services-list__item-properties-item-wraper:before {
  background: #fff;
}

/* section childs */
.services-list__item-childs {
  margin: 17px 0 0 0;
}
.services-list__item--has-additional-text
  .services-list__item-text-top-part
  .services-list__item-title
  + .services-list__item-childs {
  margin: -15px 0 35px 0;
}
.services-list__item-childs > ul {
  margin: 0;
}
.services-list__item-childs > ul > li {
  display: inline;
  line-height: calc(1em + 10px);
} /*25px*/
.services-list__item-childs-item-separator {
  color: #ccc;
  margin: 0 7px 0 4px;
}
.services-list__item--has-additional-text .services-list__item-childs-item-separator {
  color: #fff;
}

/* btn */
.services-list__item-text-bottom-part .services-list__item-price-wrapper + .btn {
  margin: 35px 0 0 0;
}
@media (max-width: 600px) {
  .services-list__item-text-bottom-part .btn.more,
  .services-list__item-text-bottom-part:not(.services-list__item-text-bottom-part--has-price) {
    display: none;
  }

  .grid-list:not(.mobile-scrolled) .services-list__item .services-list__item-additional-text-wrapper {
    bottom: 13px;
    left: 20px;
    right: 20px;
  }
  .services-list__item--no-scrolled.services-list__item--has-additional-text .services-list__item-text-bottom-part {
    padding: 21px 20px 16px 20px;
  }
  .services-list__item--no-scrolled.services-list__item--has-additional-text
    .services-list__item-text-top-part
    .mCSB_container {
    padding: 15px 20px 0 20px;
  }
  .grid-list:not(.mobile-scrolled) .services-list__item .services-list__item-image-wrapper--BG {
    padding-top: 90%;
  }
}
.rounded{
  border-radius: 10px !important;
  width: 250px;
}
.animate-arrow-hover:hover .arrow-all__item-line {
    left: calc(100% - 27px) !important;
}

@media(max-width: 1440px) {
  .services-list .grid-list--items-2 {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/project-list.slider/style.css?177997559512353*/
.staff--list {
    width: 100%;
    max-width: 1500px;
}

.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(max-width: 1440px) {
    .staff--list {
        max-width: 1361px;
    }
    
    .staff--list .prev.slick-arrow {
        left: 0;
    }
    
    .staff--list .next.slick-arrow {
        right: 0;
    }
}

@media(max-width: 1366px) {
    .staff--list {
        max-width: 92vw;
    }
}

@media(max-width: 991px) {
    .staff--list .slick-arrow {
        display: block !important;
    }
}

@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: 120%;
  }

  /*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;
    transition: .5s;
  }
  .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;
  }
}

@media screen and (max-width: 991px) {
.dark-block-hover:hover:before {
    opacity: 0 !important;
}
.dark-block-hover:hover .dark-block-after:after {
       opacity: inherit !important;
}
.project-list__item-content .btn-staff{
  opacity: 1 !important;
}

.project-list__item-content .project-list__item-additional-text{
  bottom: 70px
}
}

.project-list .grid-list--items-3{
  grid-template-columns: repeat(auto-fill,minmax(360px,1fr));
}

.project-list__item-content .btn{
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: .5s;
}


@media screen and (min-width: 991px) {
.project-list__item-content:hover .btn-staff{
  opacity: 1;
}

.project-list__item-content:hover .project-list__item-additional-text{
  bottom: 70px
}
}

.site_s2 .project-list__item-section {
    font-size: 16px;
}

.site_s2 .project-list__item-title {
    font-size: 21px;
}

.project-list__item-years {
    color: #fff;
    margin-top: 10px;
    font-size: 19px !important;
}

.prodoc-sertifikate-wrapp {
    position: absolute;
    left: 10px;
    top: 10px;
    
    max-width: 100px;
    
    z-index: 9;  
}

.prodoc-sertifikate {
    width: 120px;
}
.prodoc-raiting-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    
    max-width: 100px;
    
    background: #fff;
    border-radius: 8px;
    
    padding: 6px;
    
    z-index: 9;
}
.prodoc-logo {
    width: 120px;
}
.prodoc-stars {
    display: flex;
    
    margin-top: 5px;
    
    text-align: center;
}
i.fa.fa-star {
    color: #F6AF00;
}
i.fa-regular.fa-star {
    color: #F6AF00;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-list.ldgtl/style.css?17539556997703*/
.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;
}


.company-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.rev-item {
  max-width: 232px;
  width: 100%;
  padding: 10px;
}

.rev-item img {
  max-width: 100%;
  transition: .5s;
}

.rev-item img:hover {
  transform: scale(1.5);
}

@media(max-width: 810px) {
  .company-rev {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .rev-item {
    max-width: 100%;
    text-align: center;
  }
  
  .rev-item img:hover {
    transform: scale(1.2);
  }
  
  .rev-item img {
    max-width: 240px;
  }
}

.rating_value {
    font-size: 21px;
    text-align: center;
    color: #000;
    margin-top: 17px;
    font-weight: 600;
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.view/map/style.min.css?1701757681552 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/map.yandex.system/map/style.min.css?1701757681421 */
/* /bitrix/templates/.default/components/bitrix/news/services.ldgtl/style.css?17734102404927 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list/style.css?172017975223044 */
/* /bitrix/templates/.default/components/bitrix/news.list/project-list.slider/style.css?177997559512353 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-list.ldgtl/style.css?17539556997703 */
