

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news/services/style.css?174910626021388*/
.grid-list.grid-list--items-4 {
    grid-template-columns: 1fr 1fr 1fr;
}
.services-long {
	grid-column: span 3;
}

.banner-taxi  {
    background-image: url("/images/banner-taxi.png");
    padding: 80px 60px;
    background-size: cover;
	    background-position: center;
}

.banner-services {
	margin-bottom: 50px;
}
.banner-taxi__inner {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    align-items: flex-start;
    max-width: 65%;
}
.banner-taxi__subtitle {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 34px;
    color: white;
}
.banner-description {
    padding: 40px 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner-description__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .50);
}
.banner-description__inner {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-description__info {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    max-width: 60%;
    align-items: flex-start;
}
.banner-description__title {
    font-weight: 700;
    line-height: 50px;
    font-size: 48px;
    color: white;
    margin: 0px;
}
.banner-description__subtitle {
    font-size: 24px;
    line-height: 30px;
    color: white;
    margin: 0px;
}
.banner-description__person {
    position: absolute;
    top: -65px;
    left: 50%;
}
.banner-description__person-name {
    position: absolute;
    bottom: 120px;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.banner-description__person-employee {
    position: absolute;
    margin: 0px;
    bottom: 95px;
    font-size: 10px;
    line-height: 12px;
    color: white;
}











.banner {
    padding: 50px 30px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}
.banner__main {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.banner__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}
.banner__main-name {
    margin: 0px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    color: white;
    max-width: 50%;
}
.banner__main-feature {
    display: flex;
    align-items: center;
    gap: 0px 8px;
}
.banner__main-feature-text {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: white;
}
.banner__main-feature-tag {
    border: 1px solid #EE2A2C;
    border-radius: 4px;
    background: #EE2A2C;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 5px;
}
.banner__sale {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    padding: 0px 10px;
    gap: 0px 12px;
    grid-column: 1 / 3;
}
.banner__sale-number {
    margin: 0px;
    font-weight: 800;
    font-size: 46px;
    line-height: 46px;
    color: #EE2A2C;
}
.banner__sale-image {
	height: 100%;
}
.banner__sale-text {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}
.banner__info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(6, 1fr);
    z-index: 2;
    align-items: start;
}
.banner__features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    grid-column: 4 / 7;
}
.banner__feature {
    position: relative;
    background: rgba(255, 255, 255, .75);
    border-radius: 8px;
    padding: 25px 8px;
    display: flex;
}
.banner__feature-image {
    position: absolute;
    left: 16px;
    top: -30px;
}
.banner__feature-text {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0px;
	word-break: break-word;
}
.banner__feature-button {
    width: 100%;
    max-width: 100%;
    grid-column: 1 / 4;
}
.banner__main-image {
    position: absolute;
    top: 0px;
    right: -70px;
    height: 100%;
}
.banner-taxi__title {
    font-size: 34px;
    line-height: 46px;
    color: white;
    font-weight: 700;
	margin-bottom: 0px;
}
.banner-time__name {
	bottom: 60px;
}
.banner-time__employee {
	bottom: 40px;
}
@media(max-width: 1500px) {
.banner-time__person {
    position: absolute;
    top: 0;
    left: 50%;
}
}

@media(max-width: 1400px) {
.banner-taxi__inner {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    align-items: flex-start;
    max-width: 75%;
}
}

@media(max-width: 1366px) {
   .banner__overlay {
    background-size: cover;
    background-position: center;
	}
}
@media(max-width: 1300px) {
.banner__info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(6, 1fr);
    z-index: 2;
    align-items: start;
    gap: 50px 0px;
}
.grid-list.grid-list--items-4 {
    grid-template-columns: 1fr 1fr;
}
.services-long {
    grid-column: span 2;
}
.banner__main-name {
    margin: 0px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    color: white;
    max-width: 60%;
}
.banner__overlay {
    position: absolute;
    width: 130%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner__sale {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    padding: 0px 10px;
    gap: 0px 12px;
    grid-column: 1 / 7;
}
.banner__features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    grid-column: 1 / 7;
}
.banner-description {
    padding: 40px 20px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
}
@media(max-width: 1200px) {
.banner__main-name {
	margin: 0px;
	font-size: 35px;
	line-height: 52px;
	font-weight: 400;
	max-width: 80%;
}
.banner-taxi {
    padding: 40px 20px;
    background-size: cover;
    background-position: right;
	position: relative;
}
.banner-taxi__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
}
    .banner-taxi__inner {
        display: flex;
        flex-direction: column;
        gap: 20px 0px;
        align-items: flex-start;
        max-width: 100%;
        position: relative;
    }
.banner__main-image {
    position: absolute;
    top: 0px;
    right: -50px;
}
.banner-description {
        padding: 50px 25px 0px !important;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
.banner-description__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px 0px;
}
.banner-description__info {
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    max-width: 500px;
    align-items: center;
    text-align: center;
}
.banner-description__title {
    font-weight: 700;
    line-height: 40px;
    font-size: 34px;
    color: white;
    margin: 0px;
}
.banner-description__subtitle {
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin: 0px;
}
.banner-description__person {
    position: relative;
    top: -0px;
    left: 0%;
}
.banner-description__person-name {
    position: absolute;
    bottom: 40px;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.banner-description__person-employee {
    position: absolute;
    margin: 0px;
    bottom: 20px;
    font-size: 10px;
    line-height: 12px;
    color: white;
}

}
@media(max-width: 992px) {
    .banner__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: left;
        z-index: 1;
    }
.banner-description {
    padding: 40px 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner__main-name {
        margin: 0px;
        font-size: 28px;
        line-height: 38px;
        font-weight: 400;
        color: white;
        max-width: 100%;
    }
  .banner__main-image {
        position: relative;
        top: 0px;
        right: 0px;
		max-width: 100%;
		z-index: 2;
        margin: 0px 0px 20px 0px !important;
    }
.banner__info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}
.banner__sale {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    padding: 0px 10px;
    gap: 0px 12px;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}
.banner__features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    grid-column: 1 / 4;
}
.banner__info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0px;
}
}
@media(max-width: 768px) {
.banner-description__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .10);
}
.banner {
    padding: 15px 20px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.grid-list.grid-list--items-4 {
        grid-template-columns: 1fr !important;
    }
.services-long {
	grid-column: span 1;
}
.banner__main {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.banner__main-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px 0px;
    flex-direction: column;
}
.banner__feature-text {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin: 0px;
}
.banner__feature-button {
    font-size: 11px !important;
}
.banner-description {
        padding: 50px 25px 0px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
.banner-description__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px 0px;
}
.banner-description__info {
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    max-width: 500px;
    align-items: center;
    text-align: center;
}
.banner-description__title {
    font-weight: 700;
    line-height: 40px;
    font-size: 34px;
    color: white;
    margin: 0px;
}
.banner-description__subtitle {
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin: 0px;
}
.banner-description__person {
    position: relative;
    top: -0px;
    left: 0%;
}
.banner-description__person-name {
    position: absolute;
    bottom: 40px;
    margin: 0px;
	left: 60px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.banner-description__person-employee {
    position: absolute;
    margin: 0px;
    bottom: 20px;
	left: 60px;
    font-size: 10px;
    line-height: 12px;
    color: white;
}

}




.btn-actions__inner {
    flex: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    align-self: end;
}
.line-block--align-normal {
    align-items: center !important;
}
.line-block {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 -16px;
    flex-direction: row;
    flex-wrap: wrap;
}
.gallery-big .owl-carousel .owl-dots {
    position: relative;
    right: initial;
    top: initial;
    text-align: center;
    bottom: 20px !important;
}
.feature-item {
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-top: 20px;
}
.detail img.feature-item__img {
    margin-right: 20px;
    margin-left: 0px;
}
.feature-item__text {
   font-size: 1.2em;
   margin-bottom: 0px;
}
.detail-info-wrapper {
  margin-bottom: 48px;
}
.detail-info-wrapper--with-img {
  margin-top: -48px;
}
.has-top-banner .detail-info-wrapper--with-img {
  margin-top: -64px;
}
.detail-info-wrapper--with-img .maxwidth-theme > .detail-info {
  padding-left: 0px;
  padding-right: 0px;
}
.detail-info {
  padding: 47px;
}
.detail-info__inner {
  margin-top: -6px;
}
.detail-info__date {
  margin-bottom: 8px;
}
.detail-info__chars {
  margin-top: 26px;
}
.detail-info__chars-inner {
  margin-bottom: -20px;
}
.detail-info__chars-item {
  margin-bottom: 20px;
}
.detail-info__chars .line-block {
  flex-wrap: wrap;
}
.detail-info .more-char-link {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .detail-info__btns {
    width: 289px;
  }

}
@media(max-width: 600px) {
.banner-taxi  {
    background-image: url("/images/banner-taxi_mobile.png");
    background-size: cover;
	    background-position: right;
}
}

@media (max-width: 767px) {
  .detail-info .line-block {
    display: block;
  }
  .detail-info__btns {
    padding-top: 20px;
  }
.btn-actions__inner {
    flex: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    align-self: baseline;
}
}
@media (max-width: 600px) {
  .detail-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail-info-wrapper--with-img {
    margin-top: 0px;
  }
}

.top-info {
  margin-bottom: 48px;
  overflow: hidden;
}

.top-info__picture {
  width: 50%;
}
.top-info__picture .owl-carousel:not(.owl-loaded) {
  min-height: 500px;
}
.top-info__picture-item {
  padding-top: 67%;
}
.top-info__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
}
.top-info__img {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.top-info__text-inner {
  padding: 49px 55px 56px;
}
.top-info__task-value {
  margin-top: 8px;
}
.top-info__task + .top-info__bottom {
  margin-top: 40px;
}
.top-info__bottom .properties {
  margin-top: -5px;
}
.top-info__bottom .properties__item {
  margin-bottom: 14px;
}
.buttons-block > div + div {
  margin-top: 12px;
}

.tizers-top-side {
  margin: -49px 0px 48px;
}
@media (max-width: 991px) {
  .top-info .flexbox {
    flex-wrap: wrap;
  }
  body .top-info__picture,
  body .top-info__text {
    width: 100%;
    flex: auto;
  }
.detail img.feature-item__img {
   margin-right: 20px;
	display: none;
}
.feature-item {
    padding-left: 0px;
    margin-top: 20px;
}
}
@media (max-width: 600px) {
  .top-info__bottom {
    flex-wrap: wrap;
  }
  .top-info__bottom .line-block__item {
    width: 100%;
    flex: auto;
  }
  .top-info__text-inner {
    padding: 25px;
  }
}

.top-meta {
  margin-bottom: 33px;
}
.top-meta__section {
  background-color: #fafafa;
  background-color: var(--darkerblack_bg_black);
  padding: 1px 8px 2px;
}
.top-meta__date .svg-inline-sale {
  margin-right: 6px;
}

.order-info-block__price {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.order-info-block__price > span {
	margin-right: 15px;
}
.order-info-block .order-info-block__price .line-block__item:not(.order-info-btns) {
		margin: 0;
}
@media (max-width: 991px) {
	.order-info-block__price {
		margin-top: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 523px) {
	.order-info-block__price {
		padding: 0 20px;
	}
}

.bg-fix {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.company-item__info > div:first-of-type {
  margin-top: 0px;
}
.company-item__info--mt-n6 {
  margin-top: -6px;
}
.company-item__tizers {
  margin-top: 28px;
}
.company-item--mt-49 {
  margin-top: 49px;
}
.company-item__picture-wrapper {
  position: relative;
}
.company-item__picture--BOTTOM {
  height: 500px;
  position: relative;
}
.company-item__picture--mt-89 {
  margin-top: 89px;
}
.company-item__picture--no-fon {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  border-radius: 0px;
}
.company-item--IMG_SIDE .company-item__heading {
  align-self: center;
}
.company-item__text p:last-of-type {
  margin-bottom: 0px;
}
.company-item__picture-wrapper .video-block iframe,
.company-item__picture .video-block iframe  {
  display: none;
}

/*tizers*/
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .company-item__heading--RIGHT > div {
    padding-right: 100px;
  }
  .company-item__heading--LEFT > div {
    padding-left: 100px;
  }
  .company-item__heading--LEFT .maxwidth-theme--half {
    padding-right: 32px;
  }
  .company-item__heading--RIGHT .maxwidth-theme--half {
    padding-left: 32px;
    margin-left: auto;
  }
  .company-item__picture--static {
    position: static;
    height: 100vh;
    max-height: 500px;
    border-radius: 4px;
  }
  .company-item__picture-wrapper--wide {
    max-height: 100vh;
    height: 100%;
    padding-top: 67%;
  }
}
@media (max-width: 991px) {
  .company-item__picture--BOTTOM {
    height: auto;
    padding-top: 50%;
  }
  #main .company-item__picture-wrapper {
    padding-top: 50%;
    margin-top: 0px;
  }
  .maxwidth-theme--half {
    padding: 0px 24px;
    max-width: none;
  }
}









.how__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 130px !important;
    flex-shrink: 0;
    font-size: 16px;
    position: relative;
}
.form .captcha-row .captcha_image {
    height: 48px;
    position: relative;
    width: 55% !important;
}
.captcha-row .captcha__input {
    bottom: 0;
    height: 48px;
    left: 0;
    max-width: 100%;
    width: 45% !important;
    margin-left: 15px;
    position: relative;
    right: auto;
}
.circle-big {
    display: flex;
    align-self: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #DADADA;
    padding: 15px !important;
    margin-right: 15px;
}
.how__item::after {
    content: url(/images/how/arrow.png);
    position: absolute;
    right: -50% !important;
    top: 12% !important;
    transform: translate(35%, 0%);
}
.how__item p {
    font-size: 14px !important;
    margin-top: 25px;
}
.services-list  ~ .text_after_items {
    margin-top: 41px;
}
.section-how {
  margin: 80px 0px;
}
.form-section {
    background: url("/bitrix/templates/aspro-allcorp3/components/aspro/form.allcorp3/main_new/images/background_2.png");
    padding: 40px 0 40px 50px;
    padding-left: 50px !important;
    background-color: #002469;
    text-align: center;
    color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}
.top-banner {
   padding: 50px 100px;
   background-position: center;
    background-size: cover;
    border-radius: 12px;
margin-bottom: 50px;
}
.top-banner__info {
    max-width: 50%;
}
.top-banner__header {
   font-family: Roboto;
   font-weight: 700;
   font-size: 42px;
   line-height: 57px;
   color: #333;
   margin-bottom: 30px;
}
.top-banner__features {
   margin-bottom: 50px;
}
.top-banner__subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: 'Montserrat';
}
.top-banner__feature {
   font-family: Montserrat;
   font-weight: 600;
   font-size: 22px;
   line-height: 29px;
   color: #333;
   margin-bottom: 25px;
}
.top-banner__feature:last-child {
   margin-bottom: 0;
}
.top-banner__text {
	margin-bottom: 80px;
}
.top-banner__feature:before {
   content: "";
   position: relative;
   left: 0;
   top: 0;
   background: #D12421;
   width: 12px;
   height: 12px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 14px;
   border-radius: 50%;
}
@media (max-width: 1400px) {
.how__item::after {
    content: url(/images/how/arrow.png);
    position: absolute;
    right: -40% !important;
    top: 12% !important;
    transform: translate(35%, 0%);
}
}
@media (max-width: 1366px) {
.features__item {
    padding: 40px 20px;
    border-radius: 4px;
    background: #F8F8F8;
    grid-column: span 3;
    display: flex;
    align-items: center;
}

}
@media (max-width: 1305px) {
.how__item::after {
    content: "" !important;
}
	}

	@media (max-width: 1200px) {
.top-banner {
    padding: 20px 50px;
    background-position: left;
    background-size: 600%;
    border-radius: 12px;
}
.top-banner__info {
    max-width: 100%;
}
.services-how {
    margin: 70px 0px 70px;
}
.section-how {
  margin: 30px 0px;
}
	}
@media (max-width: 800px) {
.form .captcha-row .captcha_image {
    height: 48px;
    position: relative;
    width: 40% !important;
}
.captcha-row .captcha__input {
    bottom: 0;
    height: 48px;
    left: 0;
    max-width: 100%;
    width: 60% !important;
    margin-left: 15px;
    position: relative;
    right: auto;
}
}
@media (max-width: 600px) {
.top-banner__header {
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #333;
    margin-bottom: 20px;
}
.top-banner {
    padding: 20px 20px;
    background-position: left;
    background-size: 600%;
    border-radius: 12px;
}
.top-banner__features {
    margin-bottom: 20px;
}
.top-banner__text {
    margin-bottom: 20px;
}
.top-banner__feature {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    margin-bottom: 15px;
}
.form .captcha-row .captcha_image {
    height: 48px;
    position: relative;
    width: 60% !important;
}
.captcha-row .captcha__input {
    bottom: 0;
    height: 48px;
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-left: 15px;
    position: relative;
    right: auto;
}
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list/style.css?172656650423244*/
.grid-list__item {
	position: relative;
}
.favorite-button {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    width: 28px;
    height: 28px;
}
.favorite-button svg:hover path:first-child {
	fill: #ee2a2c;
}

.favorite-button_active svg path {
	fill: #ee2a2c;
}

/* 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;
}
@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 40px 0 40px;
  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 40px 23px 40px;
  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;
    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:not(.services-list__item-text-bottom-part--has-price) {
    display: none;
  }

  .services-list__item-text-bottom-part .services-list__item-price-wrapper + .btn {
    margin-top: 15px;
  }

  .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%;
  }
}

.services-list__item-additional-text-wrapper > .btn {
	width: 100%;
	margin-top: 15px;
}
.services-list__item-text-bottom-part .btn {
	width: 100%;
}

@media (min-width: 601px) {
	.services-list__item-additional-text-wrapper > .btn {
		display: none;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news/services/style.css?174910626021388 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/services-list/style.css?172656650423244 */
