

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news/my_services1/style.css?17477351037336*/
.services-list  ~ .text_after_items {
    margin-top: 41px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-32 {
	padding-bottom: 32px;
}

.block-delimiter {
border-bottom: 1px solid #e5e5e5;
}

.index-block-fon {
    background: #f8f8f8;
}

.white-fon {
    background: #FFF;
}

.orange_count {
    text-align: center;
    background: #FE4E13;
    padding: 24px;
	margin-bottom: 32px;
    border-radius: 16px;
    font-size: 2em;
    color: #FFF;
    font-weight: 400;
}

.count-text-block {
	margin-bottom: 32px;
}

.tarifs_block {
	padding: 32px;
	background: #FFF;
}

.tarifs-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tarifs-list__item--column {
  flex-direction: column;
}
.tarifs-list__item--column.tarifs-list__item--centered {
  text-align: center;
  align-items: center;
}
.tarifs-list__item--vertical-centered {
  align-items: center;
}

.tarifs-list__item-image-wrapper {
  flex-shrink: 0;
}
.tarifs-list__item-wrapper.bordered {
  border-radius: 4px;
}
.tarifs-list__item-wrapper.tarifs-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .tarifs-list__item {
    flex-direction: column;
  }
  .tarifs-list__item--images-position-LEFT .tarifs-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.tarifs-list__item-image-wrapper--TEXT.tarifs-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.tarifs-list__item-image-wrapper--TEXT.tarifs-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.tarifs-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.tarifs-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.tarifs-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.tarifs-list__item-image-wrapper--PICTURES.tarifs-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.tarifs-list__item-image-wrapper--PICTURES.tarifs-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.tarifs-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tarifs-list__item-image-wrapper--ICONS {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifs-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.tarifs-list__item-image-wrapper--position-TOP.tarifs-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.tarifs-list__item-image-wrapper--position-LEFT.tarifs-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.tarifs-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tarifs-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tarifs-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tarifs-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.tarifs-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.tarifs-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.tarifs-list__item--narrow-with-bg {
  padding: 48px;
}
.tarifs-list__item--wide-with-bg {
  padding: 56px;
}
.tarifs-list__item--with-bg .tarifs-list__item-image-wrapper--TEXT.tarifs-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.tarifs-list__item--with-bg.tarifs-list__item--images-PICTURES.tarifs-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

.solutions_block {
	padding: 32px;
}

.solutions-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.solutions-list__item--column {
  flex-direction: column;
}
.solutions-list__item--column.solutions-list__item--centered {
  text-align: center;
  align-items: center;
}
.solutions-list__item--vertical-centered {
  align-items: center;
}

.solutions-list__item-image-wrapper {
  flex-shrink: 0;
}
.solutions-list__item-wrapper.bordered {
  border-radius: 4px;
}
.solutions-list__item-wrapper.solutions-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .solutions-list__item {
    flex-direction: column;
  }
  .solutions-list__item--images-position-LEFT .solutions-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.solutions-list__item-image-wrapper--TEXT.solutions-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.solutions-list__item-image-wrapper--TEXT.solutions-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.solutions-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.solutions-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.solutions-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.solutions-list__item-image-wrapper--PICTURES.solutions-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.solutions-list__item-image-wrapper--PICTURES.solutions-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.solutions-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.solutions-list__item-image-wrapper--ICONS {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.solutions-list__item-image-wrapper--position-TOP.solutions-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.solutions-list__item-image-wrapper--position-LEFT.solutions-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.solutions-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .solutions-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .solutions-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.solutions-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.solutions-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.solutions-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.solutions-list__item--narrow-with-bg {
  padding: 48px;
}
.solutions-list__item--wide-with-bg {
  padding: 56px;
}
.solutions-list__item--with-bg .solutions-list__item-image-wrapper--TEXT.solutions-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.solutions-list__item--with-bg.solutions-list__item--images-PICTURES.solutions-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list {
  padding: 40px 0 35px 0;
  background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
  width: 60px;
  height: 60px;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.detail/my_services_landing1/style.css?174717118739*/
.banners-big{margin-bottom:0!important}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_main_tizers_list/style.css?17313474683616*/
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tizers-list__item--column {
  flex-direction: column;
}
.tizers-list__item--column.tizers-list__item--centered {
  text-align: center;
  align-items: center;
}
.tizers-list__item--vertical-centered {
  align-items: center;
}

.tizers-list__item-image-wrapper {
  flex-shrink: 0;
}
.tizers-list__item-wrapper.bordered {
  border-radius: 4px;
}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 450px) {
  .tizers-list__item {
    flex-direction: column;
  }
  .tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper {
    margin-bottom: 15px;
  }
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 19px;
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT {
  margin-top: 4px;
  margin-right: 21px;
}
.tizers-list__item-image-text {
  /* font-weight: bold; */
  font-size: 45px;
  line-height: 45px;
}
.tizers-list__item-image-text--size-50 {
  font-size: 50px;
  line-height: 50px;
}

.tizers-list__item-image-wrapper--PICTURES {
  overflow: hidden;
  border-radius: 50%;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP {
  width: 140px;
  height: 140px;
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
  width: 80px;
  height: 80px;
  margin-right: 27px;
}
.tizers-list__item-image-picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.tizers-list__item-image-wrapper--ICONS {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizers-list__item-image-wrapper--ICONS svg {
  max-width: 100%;
  max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
  margin-bottom: 26px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS {
  margin-right: 28px;
}

.tizers-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tizers-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tizers-list__item-descr {
  margin-top: 8px;
}

/* WITH BG */
.tizers-list__item--with-bg {
  background-color: #fff;
  background-color: var(--card_bg_black);
}
.tizers-list__item--with-bg:hover {
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.tizers-list__item--narrow-with-bg {
  padding: 48px;
}
.tizers-list__item--wide-with-bg {
  padding: 56px;
}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP {
  margin-bottom: 13px;
}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP {
  padding: 47px 47px 42px 47px;
}

/* in detail */
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list {
  padding: 40px 0 35px 0;
  background-color: var(--card_bg_black);
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper--ICONS {
  width: 40px;
  height: 40px;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/css/jquery.fancybox.css?173134746717412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_courses/style.css?174791974023007*/
/* item */
.main-popular-services .services-list__item-image-wrapper{margin-bottom:15px}
.main-popular-services .services-list__item-image-wrapper .arrow-all{display:block!important}
.main-popular-services .services-list__wrapper{width:100%}
.main-popular-services .services-list__item-title{padding-right:0!important}
.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: 50px;
  height: 50px;
  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
    .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,
  .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%;
  }
}

.tag {
	font-size: 11px; 
	color: #fff; 
	padding:4px 8px; 
	background:#666;
	border-radius: 4px;
	line-height: 16px;
	margin-top:8px;
	margin-bottom:8px;
	width: fit-content;
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_clients-list/style.css?17558786893500*/
.brand-list-inner__image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.brands-list--with-text .brands-list__items-wrapper {
  margin-top: 64px;
}*/

.brands-list--wide .grid-list--items-5 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.brands-list__items-wrapper--offset {
  position: relative;
  overflow: hidden;
}
.brands-list__items-wrapper--items-offset {
  padding: 0 32px;
}
.brands-list__items-wrapper--offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  background: #fff;
  background: var(--black_bg_black);
  z-index: 1;
  width: 2px;
}
.brands-list__items-wrapper--offset::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  background: #fff;
  background: var(--black_bg_black);
  width: 2px;
}
.index-block--fon .brands-list__items-wrapper--offset::before,
.index-block--fon .brands-list__items-wrapper--offset::after {
  background: #fafafa;
  background: var(--light_bg_black);
}

.brands-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25%;
  border-radius: 4px;
  position: relative;
}
.brands-list__item--padding-SMALL {
  padding: 15%;
}
.brands-list__item--bg-white {
  background: #fff;
  background: var(--black_bg_black);
}
.brands-list__item--no-offset-y {
  padding-top: 0;
  padding-bottom: 0;
}
.brands-list--items-close .brands-list__item.bordered {
  margin: 0 -1px -1px 0;
  border-radius: 0px;
}
.brands-list--items-close .brands-list__items-wrapper--offset .brands-list__item.bordered {
  margin: 0 -1px -2px 0;
  border-top: none;
}

.brands-list__image-wrapper {
    width: 200px;
    height: 100px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;

  /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;

    transition: all 0.3s ease-in-out; */
}
/* .brands-list__item:hover .brands-list__image-wrapper {opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;} */
.brands-list__image {
  max-width: 100%;
  max-height: 100%;
}

/* @DEPRECATED
   owl-gallery 
*/
.brands-list .owl-stage {
  display: flex;
}
.brands-list .owl-item {
  flex-shrink: 0;
}
.brands-list .owl-carousel .owl-item .brands-list__image {
  width: auto;
}
.brands-list .owl-carousel:not(.owl-loaded) {
  min-height: 200px;
}
/**/

/* SLIDER */
.brands-list__slider-wrap{
  position: relative;
}

.brand-list__items--centered {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brands-list__slider-wrap .grid-list__item {
    width: auto;
  }
}

@media (max-width: 991px) {
  .brands-list__items-wrapper--items-offset {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .brands-list--with-text .brands-list__items-wrapper {
    margin-top: 32px;
  }

  .brands-list__item--left-side-adaptive {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .brands-list__item--left-side-adaptive .brands-list__image-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .brands-list__item {
    padding: 40px 0;
  }
}

/* IE */
html.bx-ie .brands-list__item {
  padding: 5%;
}
html.bx-ie .brands-list__item--padding-SMALL {
  padding: 2%;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/vendor/css/carousel/swiper/swiper-bundle.min.css?173134746712838*/
/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 11, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/css/slider.swiper.min.css?17313474671924*/
.swiper-lazy{transition:opacity ease .3s}#main .swiper-lazy:not(.swiper-lazy-loaded){background-size:auto}.swiper-lazy:not(.swiper-lazy-loaded)>div{opacity:0}.swiper-pagination-bullet{width:12px;height:12px;background:rgba(0,0,0,.1);opacity:1;position:relative}.swiper-pagination-bullet:before{content:"";position:absolute;top:50%;left:50%;margin:-4px 0 0 -4px;width:8px;height:8px;background:#fff;border-radius:100%;transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}.swiper-pagination-bullet.swiper-pagination-bullet-active:before,.swiper-pagination-bullet:hover:before{transform:scale(1.5);background-color:#9e9e9e;background-color:var(--theme-base-color)}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:21px}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}.swiper-button-next,.swiper-button-prev{width:40px;height:40px;background:#fff;background:var(--arrows_bg_black);border-radius:3px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#9e9e9e;background-color:var(--theme-base-color)}.swiper-button-next:after,.swiper-button-prev:after{background:url(/bitrix/templates/aspro-allcorp3/css/../images/svg/header_icons.svg) no-repeat;font-size:0;width:7px;height:12px;background-position:var(--light,0 -65px) var(--dark,0 -81px)}.swiper-button-prev:hover:after{background-position:0 -81px}.swiper-button-next:after{background-position:-11px -65px;background-position:var(--light,-11px -65px) var(--dark,-11px -81px)}.swiper-button-next:hover:after{background-position:-11px -81px}.navigation_on_hover:not(:hover) .swiper-button-next,.navigation_on_hover:not(:hover) .swiper-button-prev{opacity:0;visibility:hidden}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/work-stages/style.css?1747812357311*/
.work-stages__slide{height:auto}
.work-stages__item{height:100%}

@media(max-width:575px) {
	.work-stages__item{flex-direction:column!important;}
}
@media(min-width:576px) {
	.work-stages__item > .col-md-4{width:33.33333333333333%!important}
	.work-stages__item > .col-md-8{width:66.66666666666666%!important}
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_team-list-inner/style.css?17313474683463*/
.team-list__image-wrapper {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.brands-list--with-text .brands-list__items-wrapper {
  margin-top: 64px;
}*/

.brands-list--wide .grid-list--items-5 {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.brands-list__items-wrapper--offset {
  position: relative;
  overflow: hidden;
}
.brands-list__items-wrapper--items-offset {
  padding: 0 32px;
}
.brands-list__items-wrapper--offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  background: #fff;
  background: var(--black_bg_black);
  z-index: 1;
  width: 2px;
}
.brands-list__items-wrapper--offset::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  background: #fff;
  background: var(--black_bg_black);
  width: 2px;
}
.index-block--fon .brands-list__items-wrapper--offset::before,
.index-block--fon .brands-list__items-wrapper--offset::after {
  background: #fafafa;
  background: var(--light_bg_black);
}

.brands-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25%;
  border-radius: 4px;
  position: relative;
}
.brands-list__item--padding-SMALL {
  padding: 15%;
}
.brands-list__item--bg-white {
  background: #fff;
  background: var(--black_bg_black);
}
.brands-list__item--no-offset-y {
  padding-top: 0;
  padding-bottom: 0;
}
.brands-list--items-close .brands-list__item.bordered {
  margin: 0 -1px -1px 0;
  border-radius: 0px;
}
.brands-list--items-close .brands-list__items-wrapper--offset .brands-list__item.bordered {
  margin: 0 -1px -2px 0;
  border-top: none;
}

.brands-list__image-wrapper {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;

    transition: all 0.3s ease-in-out; */
}
/* .brands-list__item:hover .brands-list__image-wrapper {opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;} */
.brands-list__image {
  max-width: 100%;
  max-height: 100%;
}

/* @DEPRECATED
   owl-gallery 
*/
.brands-list .owl-stage {
  display: flex;
}
.brands-list .owl-item {
  flex-shrink: 0;
}
.brands-list .owl-carousel .owl-item .brands-list__image {
  width: auto;
}
.brands-list .owl-carousel:not(.owl-loaded) {
  min-height: 200px;
}
/**/

/* SLIDER */
.brands-list__slider-wrap{
  position: relative;
}

.brand-list__items--centered {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brands-list__slider-wrap .grid-list__item {
    width: auto;
  }
}

@media (max-width: 991px) {
  .brands-list__items-wrapper--items-offset {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .brands-list--with-text .brands-list__items-wrapper {
    margin-top: 32px;
  }

  .brands-list__item--left-side-adaptive {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .brands-list__item--left-side-adaptive .brands-list__image-wrapper {
    justify-content: flex-start;
  }

  .grid-list__item  {
	margin-top:32px;
	}
}
@media (max-width: 600px) {
  .brands-list__item {
    padding: 40px 0;
  }

  .grid-list__item  {
	margin-top:32px;
	}
}

/* IE */
html.bx-ie .brands-list__item {
  padding: 5%;
}
html.bx-ie .brands-list__item--padding-SMALL {
  padding: 2%;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_certificates-list/style.css?17477519993233*/
/*.brands-list--with-text .brands-list__items-wrapper {
  margin-top: 64px;
}*/

.brands-list--wide .grid-list--items-5 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.brands-list__items-wrapper--offset {
  position: relative;
  overflow: hidden;
}
.brands-list__items-wrapper--items-offset {
  padding: 0 32px;
}
.brands-list__items-wrapper--offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  background: #fff;
  background: var(--black_bg_black);
  z-index: 1;
  width: 2px;
}
.brands-list__items-wrapper--offset::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  background: #fff;
  background: var(--black_bg_black);
  width: 2px;
}
.index-block--fon .brands-list__items-wrapper--offset::before,
.index-block--fon .brands-list__items-wrapper--offset::after {
  background: #fafafa;
  background: var(--light_bg_black);
}

.brands-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  border-radius: 4px;
  position: relative;
}
.brands-list__item--padding-SMALL {
  padding: 15%;
}
.brands-list__item--bg-white {
  background: #fff;
  background: var(--black_bg_black);
}
.brands-list__item--no-offset-y {
  padding-top: 0;
  padding-bottom: 0;
}
.brands-list--items-close .brands-list__item.bordered {
  margin: 0 -1px -1px 0;
  border-radius: 0px;
}
.brands-list--items-close .brands-list__items-wrapper--offset .brands-list__item.bordered {
  margin: 0 -1px -2px 0;
  border-top: none;
}

.brands-list__image-wrapper {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;

    transition: all 0.3s ease-in-out; */
}
/* .brands-list__item:hover .brands-list__image-wrapper {opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;} */
.brands-list__image {
  max-width: 100%;
  max-height: 100%;
}

/* @DEPRECATED
   owl-gallery 
*/
.brands-list .owl-stage {
  display: flex;
}
.brands-list .owl-item {
  flex-shrink: 0;
}
.brands-list .owl-carousel .owl-item .brands-list__image {
  width: auto;
}
.brands-list .owl-carousel:not(.owl-loaded) {
  min-height: 200px;
}
/**/

/* SLIDER */
.brands-list__slider-wrap{
  position: relative;
}

.brand-list__items--centered {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brands-list__slider-wrap .grid-list__item {
    width: auto;
  }
}

@media (max-width: 991px) {
  .brands-list__items-wrapper--items-offset {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .brands-list--with-text .brands-list__items-wrapper {
    margin-top: 32px;
  }

  .brands-list__item--left-side-adaptive {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .brands-list__item--left-side-adaptive .brands-list__image-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .brands-list__item {
    padding: 40px 0;
  }
}

/* IE */
html.bx-ie .brands-list__item {
  padding: 5%;
}
html.bx-ie .brands-list__item--padding-SMALL {
  padding: 2%;
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news/my_services1/style.css?17477351037336 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.detail/my_services_landing1/style.css?174717118739 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_main_tizers_list/style.css?17313474683616 */
/* /bitrix/templates/aspro-allcorp3/css/jquery.fancybox.css?173134746717412 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_courses/style.css?174791974023007 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_clients-list/style.css?17558786893500 */
/* /bitrix/templates/aspro-allcorp3/vendor/css/carousel/swiper/swiper-bundle.min.css?173134746712838 */
/* /bitrix/templates/aspro-allcorp3/css/slider.swiper.min.css?17313474671924 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/work-stages/style.css?1747812357311 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_team-list-inner/style.css?17313474683463 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/my_certificates-list/style.css?17477519993233 */
