

/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news/services/style.css?172655590161*/
.services-list  ~ .text_after_items {
    margin-top: 41px;
}
/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.detail/main_extended_modern/style.css?177564730148766*/
.catalog-detail__top-info {
    padding: 0 0 43px 0;
    border-radius: 5px;
}
.catalog-detail__main {
    flex-basis: calc(50% - 28px);
}
.catalog-detail__info-bc {
    margin: 26px 0 0 0;
    border-top: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    padding: 16px 0 0 0;
}
body .catalog-detail__main-parts {
    align-items: flex-start;
}
.catalog-detail__main-part--right {
    display: none;
}
@media (min-width: 1200px) {
    .catalog-detail__gallery--horizontal .sticker {
        padding-right: 63px;
    }
}
@media (max-width: 1199px) {
    body .catalog-detail {
        display: block;
    }
    .catalog-detail__right-info {
        display: none;
    }
    .catalog-detail .catalog-detail__top-info {
        flex-direction: column;
    }
    .catalog-detail .catalog-detail__main {
        flex-basis: auto;
        padding: 35px 0 0 0;
    }
    .catalog-detail__main-part--right {
        display: block;
    }
}
@media (max-width: 767px) {
    body .catalog-detail__info-bc {
        margin: 26px 0 26px 0;
        padding: 16px 0 16px 0;
        border-bottom: 1px solid #e5e5e5;
        border-bottom-color: var(--stroke_black);
    }
    body .catalog-detail__main-part {
        width: 100%;
    }
    .bx-ie body .catalog-detail__main-part {
        flex-basis: auto;
    }
    body .catalog-detail__main-parts {
        flex-direction: column;
    }
    .catalog-detail__main-part--right {
        max-width: initial;
    }
}

/* sticky panel */
.catalog-detail__sticky-panel {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background-color: var(--card_bg_hover_black);
}
.catalog-detail__sticky-panel .catalog-detail__title {
    opacity: 0;
    position: absolute;
    top: -100000px;
    width: calc(100% - 64px);
}
.catalog-detail__sticky-panel .catalog-detail__title > span {
    padding: 0 0 12px 0;
    display: block;
}
.catalog-detail__sticky-panel .catalog-detail__title.active {
    transition: opacity ease 1.5s, height ease 1s;
    position: relative;
    top: initial;
}
.catalog-detail__sticky-panel .catalog-detail__title.show.active {
    opacity: 1;
}

/* buy block */
.catalog-detail__buy-block {
    position: relative;
    max-width: 376px;
}
.catalog-detail__buy-block .catalog-detail__title {
    display: none;
}
.catalog-detail__sticky-panel .catalog-detail__buy-block {
    padding: 26px 32px 32px 32px;
}
.catalog-detail__sticky-panel .catalog-detail__title {
    display: block;
}

/* price */
.catalog-detail__info-tech {
    margin: 8px 0 0 0;
}

/* cart buttons block */
.catalog-detail__cart .buttons + .info-buttons > .info-buttons__item {
    margin-right: 6px;
    margin-left: 6px;
}

/* garanty */
.catalog-detail__garanty {
    position: relative;
    margin: 18px 0 0 0;
}

/* sales */
.catalog-detail__sale {
    border-top: 1px solid #e5e5e5;
    border-top-color: var(--stroke_black);
    padding: 27px 8px 0 0;
    margin: 16px 0 0 0;
}
.catalog-detail__sticky-panel .catalog-detail__sale {
    opacity: 0;
    padding: 0;
    margin: 0;
    padding: 0 32px 0 32px;
    position: absolute;
    top: -10000000px;
    overflow: hidden;
}
.catalog-detail__sticky-panel .catalog-detail__sale.show {
    transition: opacity 1.5s ease, height 1s ease;
    opacity: 1;
    position: relative;
    top: initial;
}
.catalog-detail__sticky-panel .catalog-detail__sale .sale-linked {
    margin-top: 27px;
    margin-bottom: 32px;
}

/* main slider */
.catalog-detail__gallery.image-list__link {
    position: relative;
}
.catalog-detail__gallery {
    padding: 0 63px;
    margin: 0 auto;
}
.catalog-detail__gallery {
    --paddingRightLeft: 63px + 63px;
}
.catalog-detail__gallery__item > a,
.catalog-detail__gallery__item--no-image > span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}
.detail .catalog-detail__gallery-slider .catalog-detail__gallery__item img {
    width: 100%;
    height: max-content;
}
.bx-ie
    .detail
    .catalog-detail__gallery-slider
    .catalog-detail__gallery__item
    img {
    width: inherit;
}
@media (max-width: 1199px) {
    .catalog-detail .catalog-detail__gallery {
        flex: 0 0 100%;
        width: 100%;
    }
    .bx-ie .catalog-detail .catalog-detail__gallery {
        flex-basis: auto;
    }
    .catalog-detail__gallery {
        padding: 0;
        max-width: var(--sizeImage);
    }
}

/* big slider */
.catalog-detail__gallery-slider.big {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.catalog-detail__gallery:not(.catalog-detail__gallery--vertical)
    .catalog-detail__gallery-slider.big {
    bottom: var(--bottomGallery);
}

.catalog-detail__gallery__item--big img {
    /* cursor: zoom-in; */
}
.catalog-detail__gallery__item--big.catalog-detail__gallery__item--no-image
    img {
    cursor: auto;
}
.owl-carousel.catalog-detail__gallery-slider.big .owl-dots {
    position: relative;
    bottom: -8px;
    text-align: center;
}
.catalog-detail__gallery-slider.big .owl-nav .owl-prev {
    left: -35px;
}
.catalog-detail__gallery-slider.big .owl-nav .owl-next {
    right: -35px;
}
@media (max-width: 767px) {
    .catalog-detail__gallery-slider.big {
        bottom: 0;
    }
    .catalog-detail__gallery-wrapper {
        margin-bottom: 28px;
    }
}
@media (min-width: 768px) {
    .catalog-detail__gallery-slider.big .owl-dots {
        display: none;
    }
}

/* thmb slider */
.catalog-detail__gallery__thmb {
    position: relative;
    z-index: 1;
    /* background: #fff; */
}
.catalog-detail__gallery-slider.thmb {
    max-width: 270px;
    max-height: 58px;
    padding: 0 24px;
}
.catalog-detail__gallery-slider.thmb[data-size="0"],
.catalog-detail__gallery-slider.thmb[data-size="1"] {
    display: none;
}
.catalog-detail__gallery__thmb-wrapper {
    justify-content: center;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.catalog-detail__gallery-slider.thmb .owl-stage {
    display: flex;
    flex-direction: row;
}
.catalog-detail__gallery-slider.thmb .owl-item {
    width: 58px;
    height: 58px;
}
.catalog-detail__gallery__item--thmb {
    height: 58px;
    width: 58px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.owl-item.current .catalog-detail__gallery__item--thmb {
    border: 2px solid #9e9e9e;
    border: 2px solid var(--theme-base-color);
}
.detail
    .catalog-detail__gallery-slider
    .catalog-detail__gallery__item--thmb
    img {
    max-width: 50px;
    max-height: 50px;
}
.catalog-detail__gallery-slider.thmb .owl-stage-outer {
    z-index: 1;
}
.catalog-detail__gallery-slider.thmb .owl-nav {
    position: absolute;
    margin: 0;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 20px);
    left: -16px;
    right: -16px;
}
.catalog-detail__gallery-slider.thmb .owl-carousel__button:hover {
    background-color: #fff;
}
.catalog-detail__gallery-slider.thmb .owl-carousel__button:hover svg * {
    stroke: #9e9e9e;
    stroke: var(--theme-base-color);
}
@media (max-width: 767px) {
    .catalog-detail__gallery__thmb {
        display: none;
    }
}

/* vertical slider */
.catalog-detail__gallery--vertical .catalog-detail__gallery-slider.thmb {
    height: 100%;
    max-height: 100%;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: -32px;
    right: 0;
    width: 100%;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb-wrapper {
    justify-content: flex-start;
    padding-top: 0;
}
.catalog-detail__gallery--vertical
    .catalog-detail__gallery-slider.thmb
    .owl-stage {
    min-width: 58px;
}
.catalog-detail__gallery--vertical
    .catalog-detail__gallery-slider.thmb
    .owl-item {
    min-width: 58px;
    min-height: 58px;
}
.catalog-detail__gallery--vertical
    .catalog-detail__gallery-slider.thmb
    .catalog-detail__gallery__picture {
    transform: rotate(-90deg);
}
.catalog-detail__gallery.catalog-detail__gallery--vertical {
    --paddingRightLeft: 63px + 90px;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery-slider.big {
    z-index: 2;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__item--thmb {
    margin-left: 1px;
}
@media (max-width: 1199px) {
    .catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
        left: calc(50% + 58px - 50vw + 32px + 8px);
    }
}
@media (max-width: 991px) {
    .catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
        left: calc(50% + 58px - 50vw + 24px + 8px);
    }
}

/* popup video */
.catalog-detail__gallery__thmb .popup_video {
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 0;
    margin-left: 30px;
    display: none;
    z-index: 1;
}
.catalog-detail__gallery-slider.owl-loaded + .popup_video {
    display: block;
}
.catalog-detail__gallery--vertical .video-block__play {
    transform: rotate(-90deg);
}

/* more link */
.catalog-detail .more-char-link {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: #9e9e9e;
    color: var(--fill_dark_light_white_hover);
    line-height: calc(1em + 10px);
}
.catalog-detail .more-char-link:hover,
.catalog-detail .more-char-link:focus {
    color: #222;
    color: var(--fill_dark_light_ccc);
}

/* preview text */
.catalog-detail__previewtext .text-block {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalog-detail__previewtext .text-block,
.catalog-detail__previewtext .more-char-link {
    line-height: calc(1em + 10px);
}
.catalog-detail__previewtext .text-block > p {
    display: inline;
}

/* chars */
.catalog-detail .char-side {
    margin: 20px 0 0 0;
}
.detail .catalog-detail .properties {
    margin-top: 13px;
}
.catalog-detail .properties__item {
    margin-top: 6px;
}
.catalog-detail .char-side .more-char-link {
    margin: 13px 0 2px 0;
}

/* brand info */
.catalog-detail .brand-detail {
    margin: 0 0 22px 0;
}
.catalog-detail .brand-detail-info__image {
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.catalog-detail .brand-detail-info__image a {
    max-width: 100%;
    max-height: 100%;
}
.catalog-detail .price_txt {
    margin: 5px 0 0 0;
}

/* bottom */
.catalog-detail__bottom-info .ordered-block.tabs-block {
    margin: 3.25rem 0px -0.55rem;
}
@media (max-width: 1199px) {
    .ordered-block:first-of-type {
        margin-top: 0;
    }
}

.topic__heading,
.catalog-detail__right-info {
    display: none;
}

.catalog-detail__top-info {
    box-shadow: 0px 3px 12px 0px #00569c3d;
    padding: clamp(24px, -0.1667rem + 3.4722vw, 4rem);
    background-size: auto 100%;
    display: grid;
    grid-template-columns: 166px 1fr;
    max-width: 1500px;
    gap: 25px;
}
.catalog-detail__gallery__item {
    background-color: transparent;
}
.catalog-detail__buttons-container {
    display: flex;
    gap: 24px;
}
.catalog-detail__banner {
    max-width: 586px;
}
.catalog-detail__gallery {
    margin: 0;
    padding: 0;
}
.buy_block .btn {
    width: min(100%, 157px) !important;
}
.btn-actions__inner {
    flex: unset;
}
.catalog-detail__previewtext h4 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 1.26932px + 1.0256vw, 2.5rem);
    font-weight: 700;
    line-height: 133%;
    color: #333333;
    margin: 0 0 16px 0;
}
.catalog-detail__previewtext__text {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(18px, 1.0385rem + 0.3846vw, 24px);
    font-weight: 400;
    line-height: 133%;
    text-align: left;
    color: #333333;
    margin: 0 0 8px 0;
}
.catalog-detail__previewtext__subtext {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 0.7917rem + 0.1736vw, 16px);
    font-weight: 400;
    line-height: 21.28px;
    text-align: left;
    color: #333333;
    margin: 0 0 24px 0;
}
.catalog-detail__previewtext__subtext-line {
    margin: 0 0 0.75em 0;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 0.7917rem + 0.1736vw, 16px);
    font-weight: 400;
    line-height: 133%;
}
.catalog-detail__previewtext__subtext-line:last-child {
    margin-bottom: 0;
}
.btn-free-extended {
    background-color: #ffffff;
    border: 2px solid #00569c;
    color: #00569c;
}
.advantages-container_limit {
    padding: 56px 0px 64px;
    margin: auto;
}
.advantages-container_title,
.work-in-programm_title,
.ask-container_title,
.tizerd-list__anouns__title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.advantages-container_title,
.ask-container_title {
    color: #00569c;
}
.possibilities-container--wrapper {
    display: flex;
    justify-content: center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.56) 0.02%,
        rgba(151, 167, 191, 0.24) 36.68%,
        rgba(151, 167, 191, 0.56) 96.49%
    );
    padding: 56px 0 64px 0;
    width: 100%;
    max-width: 100%;
}
.possibilities-container_limit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1564px;
    width: 100%;
    padding: 0 32px;
}
.possibilities-container--wrapper .possibilities-container_title {
    margin: 0;
    color: #00569c;
    font-weight: 700;
    font-size: clamp(24px, 1.3889rem + 0.4938vw, 32px);
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.work-in-programm_title,
.tizerd-list__anouns__title {
    color: #ffffff;
}
.advantages-card_limit {
    padding: 24px 24px 32px;
    background-color: #97a7bf3d;
    box-shadow: 0px 3px 12px 0px rgba(0, 86, 156, 0.16);
    border-radius: 8px;
    text-align: center;
}
.possibilities-card_limit {
    display: grid;
    grid-template-rows: 80px auto 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    box-shadow: 0px 3px 12px 0px #00569c29;
    border-radius: 8px;
    background: #97a7bf3d;
    padding: 24px;
    min-height: 291px;
}
.possibilities-card_limit .possibilities-card_img {
    width: 80px;
    max-width: none !important;
    height: 80px;
    max-height: none !important;
    object-fit: contain;
    padding-bottom: 0;
}
.possibilities-card_title {
    margin: 0;
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.possibilities-card_description {
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.possibilities-sections_wrap {
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: 100%;
}
.possibilities-section_limit {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}
.possibilities-section_title {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    margin: 0;
    color: #00569c;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}
.advantages-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 357px);
    gap: 24px;
    justify-content: center;
}
.possibilities-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}
.advantages-card_img {
    width: max-content;
    padding-bottom: 8px;
}
.advantages-card_descroption {
    font-family: "Montserrat", sans-serif;
    padding-top: 8px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.work-in-programm-container_limit {
    background-color: #97a7bf;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.work-in-programm_container {
    max-width: 1500px;
    margin: auto;
    padding: 56px 0 64px;
}

.work-in-programm_cards {
    overflow: hidden; /* Скрываем карточки, которые выходят за пределы контейнера */
    width: 100%; /* Ширина контейнера */
    position: relative;
}

.work-in-programm_cards-inner {
    display: flex; /* Используем flex для горизонтального размещения карточек */
    transition: transform 0.5s ease; /* Анимация при переключении */
    gap: 17px; /* Расстояние между карточками */
    padding-top: 15px;
    padding-bottom: 15px;
}

.work-in-programm_cards-inner .work-in-programm_card {
    flex: 0 0 calc(20% - 16px); /* Каждая карточка занимает 20% ширины контейнера минус отступ */
    box-sizing: border-box; /* Учитываем отступы и границы в ширине */
}

.work-in-programm_card {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.88) 48.75%,
        rgba(255, 255, 255, 0.4) 100%
    );
    padding: 24px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 3px 12px 0px #00569c29;
    transition: transform 0.5s ease; /* Анимация сдвига */
}

.work-in-programm_card__img {
    margin-bottom: 16px;
    width: 72px;
    height: 72px;
}

.work-in-programm_card__descroption {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    margin-top: 16px;
}

.row-element-work-in-programm {
    display: flex;
    align-items: center; /* Выравнивание по центру по вертикали */
    justify-content: space-between; /* Равномерное распределение пространства между стрелками и карточками */
}

.allow-card_work-in-programm {
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer; /* Указатель при наведении на кнопки */
}
@media (max-width: 1241px) {
    .advantages-cards-container {
        grid-template-columns: repeat(3, 357px);
    }
    .vrez-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 24px 36px 482px;
    }
}

@media (max-width: 1024px) {
    .work-in-programm_cards-inner .work-in-programm_card {
        flex: 0 0 calc(33.33% - 16px); /* 3 карточки на экране */
    }
    .possibilities-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 769px) {
    .work-in-programm_cards-inner .work-in-programm_card {
        flex: 0 0 calc(50% - 16px); /* 2 карточки на экране */
    }
}

@media (max-width: 767px) {
    .possibilities-cards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 415px) {
    .work-in-programm_cards-inner .work-in-programm_card {
        flex: 0 0 100%; /* 1 карточка на экране */
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        gap: 16px;
    }
}

.vrez-background-container_limit {
    background-color: #97a7bf;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.vrez-container {
    max-width: 1500px;
    margin: auto;
    padding: 48px 136px 47px 517px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.vrez-container_img {
    margin: 0;
    position: absolute;
    top: -50px;
    max-width: 345px;
    max-height: 210px;
    left: 137px;
}
.vrez-container_title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
    color: #ffffff;
    max-width: 483px;
}
.vrez-container_btn {
    background-color: #00569c;
    border: 1px solid #00569c;
    border-radius: 4px;
    padding: 18px 40px;
    font-size: 16px;
}
.vrez-container_btn__url {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.vrez-container_btn__url:visited {
    color: #ffffff;
}
.vrez-container_btn__url:active {
    color: #ffffff;
}
.index-block--padding-bottom-40 > div {
    padding-bottom: 40px;
}
.tizers-list {
    padding: 56px 0 54px 0;
    background: #00569c;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.tizerd-list__anouns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.maxwidth-theme {
    max-width: 1564px;
}

.tizerd-list__anouns__text {
    font-family: "Montserrat", sans-serif;
    font-size: 1.39rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 738px;
    margin-bottom: 46px;
    color: #ffffff;
}
.tizers-list__items-wrapper {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr; */
    display: flex;
    gap: 150px;
    justify-content: space-evenly;
}
.grid-list__item {
    min-width: 0px;
}
.tizers-list__item-text-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: -0.25em;
    max-width: 274px;
}
.tizers-list__item-name {
    background: linear-gradient(
        178.22deg,
        #97a7bf 4.36%,
        #00569c 50.78%,
        #001e36 84.4%
    );
    background-clip: text;
    color: #bbd1f1;
    font-family: "Montserrat", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 87.77px;
    text-align: left;
}
.tizers-list__item-descr {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: left;
    color: #bbd1f1;
}

.tizers-list__item-descr {
    margin-top: 8px;
}
.ask-part {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.text-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    margin-bottom: 8px;
}
.text-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    display: none;
}
.ask-qoe-card {
    margin-bottom: 32px;
}
.ask-que-limit {
    max-width: 1246px;
    margin: auto;
    padding: 56px 0 64px;
}
.active {
    display: block;
}
.text-title_active {
    color: #00569c;
    font-weight: 700;
}
.active_allow {
    transform: rotate(180deg);
    transition: transform 0.3s ease; /* Анимация поворота */
}

.active_allow path {
    fill: #00569c; /* Цвет, соответствующий заголовку */
    transition: fill 0.3s ease; /* Анимация изменения цвета */
}
.ask-qoe-card {
    cursor: pointer; /* Изменяем курсор на указатель */
}

.text-title:hover {
    color: #00569c;
}
ul li::before {
    content: unset;
}
.for-whom_container-keys {
    padding: 56px 0 64px 0;
    background: #97a7bf;
}
.for-whom_container__card__text ul {
    list-style: disc;
    padding-left: 20px;
}
.for-whom_container__card__text ul li {
    list-style-type: disc;
}
.for-whom_title {
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 1.1667rem + 0.6944vw, 32px);
    font-weight: 700;
    line-height: 52px;
}
.access-container {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.56) 0.02%,
        rgba(151, 167, 191, 0.24) 36.68%,
        rgba(151, 167, 191, 0.56) 96.49%
    );
    max-width: 100%;
    width: 100%;
    padding: 56px 0 64px 0;
}

.access-container__wrapper {
    max-width: 1056px;
    padding: 0 32px;
    width: 100%;
    margin: 0 auto;
}

.access-container_title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: clamp(24px, 1.1667rem + 0.6944vw, 32px);
    font-weight: 700;
    line-height: 52px;
    color: #00569c;
    margin: 0 0 24px 0;
}
.access-container_text,
.access-under-container_text {
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: clamp(16px, 0.9167rem + 0.1736vw, 18px);
    line-height: 133%;
    font-family: "Montserrat", sans-serif;
}
.access-container_text .access-container_text-line,
.access-under-container_text .access-under-container_text-line {
    margin: 0 0 0.4em 0;
    color: inherit;
    font: inherit;
}
.access-container_text .access-container_text-line:last-child,
.access-under-container_text .access-under-container_text-line:last-child {
    margin-bottom: 0;
}
.access-container_text p,
.access-container_text ul,
.access-container_text li {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(16px, 0.9167rem + 0.1736vw, 18px);
    font-weight: 400;
    line-height: 133%;
    margin: 0 0 24px 0;
}
.access-container_text b {
    font-weight: 700;
}
.access-container_text p:last-child,
.access-container_text ul:last-child,
.access-container_text li:last-child {
    margin-bottom: 0;
}
.access-under-container {
    max-width: 100%;
    width: 100%;
    padding: 56px 0 64px 0;
    box-sizing: border-box;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.56) 0.02%,
        rgba(151, 167, 191, 0.24) 50.33%,
        rgba(151, 167, 191, 0.56) 96.49%
    );
}
.access-under-container__wrapper {
    max-width: 1056px;
    padding: 0 32px;
    width: 100%;
    margin: 0 auto;
}
.access-under-container_title {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    color: #00569c;
    margin: 0 0 24px 0;
}
.access-under-container_content {
    width: 100%;
    max-width: 1056px;
    padding: 0 32px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .description-container {
        padding: 24px 20px 64px;
        max-width: 720px !important;
    }
    .description-text {
        font-size: 14px !important;
    }
    .access-container_text,
    .access-container_text .access-container_text-line,
    .access-under-container_text .access-under-container_text-line {
        font-size: 14px !important;
    }
    .access-under-container_title {
        font-size: 24px;
        line-height: 32px;
    }
    .ul-disc li {
        font-size: 14px;
        line-height: 17px;
    }
    .for-whom_container__card__title {
        font-size: 18px;
    }
    .for-whom_container {
        justify-content: center;
    }
    .advantages-card_descroption {
        font-size: 16px;
        line-height: 19px;
    }
    .advantages-card_img {
        width: 56px;
        height: 56px;
    }
    .advantages-card_limit {
        height: 176px;
    }
    .advantages-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 357px);
        gap: 24px;
        justify-content: center;
    }
    .vrez-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 24px 36px 482px;
    }
    .vrez-container_title {
        font-size: 20px;
        line-height: 24px;
    }
    .vrez-container_img {
        top: 24px;
        max-width: 234px;
        max-height: 142px;
        left: 124px;
    }
    .tizers-list__item-name {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 48.76px;
        text-align: center;
    }
    .tizers-list__item-descr {
        font-size: 1rem;
        font-weight: 400;
        line-height: 19.5px;
        text-align: center;
    }
    .tizers-list__items-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .advantages-container_title,
    .work-in-programm_title,
    .ask-container_title,
    .tizerd-list__anouns__title,
    .for-whom_title,
    .description-title,
    .card-tariffs__title,
    .card-detail-title {
        font-size: 24px;
    }
    .text-title {
        font-size: 18px;
    }
    .text-desc {
        max-width: 666px;
        font-size: 14px;
    }
    .advantages-cards-container {
        display: grid;
        grid-template-columns: repeat(2, 352px);
        gap: 24px;
        justify-content: left;
    }
    .vrez-container {
        padding: 24px 24px 36px 282px;
    }
    .vrez-container_img {
        top: 24px;
        max-width: 234px;
        max-height: 142px;
        left: 24px;
    }
}
@media (max-width: 440px) {
    .advantages-container_title,
    .work-in-programm_title,
    .ask-container_title,
    .tizerd-list__anouns__title,
    .description-title {
        line-height: 29px;
    }
    .catalog-detail__top-info {
        grid-template-rows: unset;
        grid-auto-rows: min-content;
    }

    .advantages-cards-container {
        display: grid;
        grid-template-columns: repeat(1, 340px);
        gap: 24px;
        justify-content: center;
    }
    .vrez-container_img {
        top: -20px;
        left: 25%;
    }
    .vrez-container {
        padding: 135px 10px 32px;
        align-items: center;
    }
    .vrez-container_title {
        text-align: center;
    }
    .catalog-detail__gallery__picture {
        width: 118px;
        height: 118px;
    }
    .vrez-container_btn {
        width: 100%;
    }
    .text-desc {
        max-width: 280px;
    }
    .tizers-list__items-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 24px;
    }
    .tizerd-list__anouns__text {
        font-size: 16px;
        text-align: left;
        margin: 0 10px 24px;
    }
    .for-whom_container {
        flex-direction: column;
    }
    .for-whom_container__card {
        min-width: 340px;
        margin: auto;
    }
}
.for-whom_container-limit {
    background: linear-gradient(
        180.03deg,
        rgba(255, 255, 255, 0.56) 0.02%,
        rgba(151, 167, 191, 0.24) 50.33%,
        rgba(255, 255, 255, 0.56) 96.49%
    );
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.description-container--wrapper {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.56) 0.02%,
        rgba(151, 167, 191, 0.24) 50.33%,
        rgba(151, 167, 191, 0.56) 96.49%
    );
    width: 100%;
    max-width: none;
}
.description-container {
    margin: 0 auto;
    padding: 56px 0 64px 0;
    width: 100%;
    max-width: 992px;
}
.description-title {
    margin: 0 0 32px 0;
    color: #00569c;
    font-weight: 700;
    font-size: clamp(24px, 1.3889rem + 0.4938vw, 32px);
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-wrap: balance;
}
.description-text {
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.94px;
    font-family: "Montserrat", sans-serif;
}
.description-text .description-container__text-line {
    margin: 0 0 24px 0;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 0.7083rem + 0.3472vw, 18px);
    font-weight: 400;
    line-height: 133%;
}
.description-text .description-container__text-line:last-child {
    margin-bottom: 0;
}
.content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    justify-items: center;
    padding: 64px 0 32px 0;
}
.content_paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #97a7bf;
    padding: 20px 0;
    width: 100%;
    color: #00569c;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-decoration: none;
}
.radius-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.radius-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content_paragraph:hover {
    background: #00569c;
    color: #fff;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1279.9px) {
    .content:not([style*="grid-template-columns"]) {
        grid-template-columns:
            minmax(135px, 1fr) minmax(136px, 1fr) minmax(176px, 1fr)
            minmax(135px, 1fr) minmax(135px, 1fr);
    }
    .content {
        padding-top: 28px;
    }
    .content_paragraph {
        padding: 12px 0;
        font-size: 14px;
    }
    .description-container {
        padding: 0 0 40px 0;
    }
}

@media (max-width: 767px) {
    .content {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 24px 0 0 0;
    }
    .content_paragraph {
        width: 100% !important;
    }
    .description-text {
        margin: auto !important;
        padding: 0 10px;
    }
    .radius-left {
        border-top-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 0px !important;
    }
    .radius-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
}

.free-btn__sub-text {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.62px;
    text-align: center;
    color: #333333;
    margin-top: 8px;
}
.catalog__gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalog-detail__gallery-swapper-wrapper {
    width: 912px;
    height: 524px;
}
.catalog-detail__gallery__item--big {
    position: relative;
    padding-top: 0;
    width: 100%;
    height: 100%;
}
.catalog-detail__gallery--912px {
    --sizeImage: 912px;
}
.catalog-detail__gallery {
    --sizeImage: 912px;
    --bottomGallery: 10px;
}
.catalog-detail__gallery-wrapper {
    position: relative;
    width: 100%;
    padding-top: 0;
}
.image-list__link {
    position: relative;
}
.catalog-detail__gallery-slider {
    width: 912px;
    padding: 0 44px;
    padding-bottom: 120px;
}
.catalog-gallery__swiper-button-prev {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 4px 0px #00569c14;
}
.catalog-gallery__swiper-button-next {
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 4px 0px #00569c14;
}
.catalog-gallery__swiper-button-prev:hover {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next:hover {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next::after {
    background: url(/include/mainpage/components/gf_popular_products/svg-map-swiper-arrow.svg)
        no-repeat;
    width: 16px;
    height: 24px;
    background-position: 0px 0px;
    rotate: 180deg;
}
.catalog-gallery__swiper-button-prev::after {
    background: url(/include/mainpage/components/gf_popular_products/svg-map-swiper-arrow.svg)
        no-repeat;
    width: 16px;
    height: 24px;
    background-position: 0px 0px;
}
.catalog-gallery__swiper-button-prev:hover::after,
.catalog-gallery__swiper-button-next:hover::after {
    background-position: -16px 0px;
}
.catalog-gallery__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 35px);
}
.catalog-gallery__swiper-button-prev,
.catalog-gallery__swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 35px);
    width: 40px;
    height: 40px;
    background: #fff;
    background: var(--arrows_bg_black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.catalog-gallery__swiper-button-prev {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(151, 167, 191, 0.576) 100%
    );
    box-shadow: 0px 3px 4px 0px #00569c14;
    border-radius: 3px 0 0 3px;
}
.catalog-gallery__swiper-button-next {
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(151, 167, 191, 0.576) 100%
    );
    box-shadow: 0px 3px 4px 0px #00569c14;
    border-radius: 0 3px 3px 0;
}
.catalog-gallery__swiper-button-prev:hover {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next:hover {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.704) 100%
    );
    box-shadow: 0px 3px 6px 0px #00569c66;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0;
}
.catalog-gallery__swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
}
.catalog-gallery__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 55px);
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0, 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: #97a7bf;
    border-radius: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before {
    transform: scale(1.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before {
    transform: scale(1.5);
    background-image: url("/local/templates/aspro-allcorp3_copy/images/svg/active-point-banner.svg");
    background-size: cover;
}
.catalog-detail img {
    margin: 0;
}
.card-tariffs__title {
    color: #00569c;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin: 0 0 54px 0;
}
.card-tariffs__text {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.875rem, 0.7083rem + 0.3472vw, 1.125rem);
    font-weight: 400;
    line-height: 133%;
    text-align: left;
    color: #333333;
    margin: 24px 0;
    padding-left: 40px;
}

.card-tariffs__title-vector {
    display: none;
}
.its-actual-price {
    width: 100%;
    padding: 56px 0;
    background: #97a7bf;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.its-actual-price__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 74px;
    max-width: 1056px;
    padding: 0 32px;
    margin: 0 auto;
    width: 100%;
}
.its-actual-price__img {
    width: min(100%, 181px);
    height: auto;
    margin: 0 !important;
}
.its-actual-price__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}
.its-actual-price__text {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 1.1667rem + 0.6944vw, 32px);
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    margin: 0;
}
.btn.btn-default.its-actual-price__button {
    padding: 18px 0;
    width: min(100%, 294px);
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    border: none;
}
.ask-qoe-conteiner {
    max-width: 1310px;
    padding: 0 32px;
    width: 100%;
    margin: 0 auto;
}
@media (768px <= width <= 1024px) {
    .catalog-detail__top-info {
        grid-auto-rows: min-content;
        align-items: start;
        column-gap: 16px;
        background-size: 145%;
        background-position: bottom right;
        gap: 16px;
        grid-template-columns: 338px minmax(118px, auto);
    }
    .catalog-detail__banner,
    .catalog-detail__info,
    .catalog-detail__previewtext {
        display: contents;
    }
    .catalog-detail__previewtext__title,
    .catalog-detail__previewtext h4.catalog-detail__previewtext__title {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: stretch;
        text-align: center;
        margin: 0;
    }
    .catalog-detail__previewtext__text {
        grid-column: 1;
        margin: 0;
    }
    .catalog-detail__previewtext__subtext {
        grid-column: 1;
        margin: 0;
    }
    .catalog-detail__top-info
        .catalog-detail__cart.catalog-detail__buttons-container {
        grid-column: 1;
        justify-self: start;
        width: 100%;
        max-width: 255px;
    }
    .catalog-detail__gallery__item--big {
        position: absolute;
        padding-top: 0;
        width: 100%;
        height: 100%;
        max-width: 132px;
        max-height: 132px;
    }
    .catalog-detail__top-info
        > .catalog-detail__gallery__item.catalog-detail__gallery__item--big {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        grid-column: 2;
        grid-row: 4 / 4;
        justify-self: flex-end;
        align-self: start;
        width: 132px;
        height: 132px;
        max-width: 132px;
        max-height: 132px;
        padding-top: 0;
        line-height: unset;
    }
    .buy_block .btn {
        width: 100% !important;
    }
    .content {
        padding: 32px 0;
    }
    .description-title,
    .for-whom_title,
    .possibilities-container_title,
    .access-under-container_title,
    .access-container_title {
        line-height: 130% !important;
    }
    .description-title {
        margin: 0 0 16px 0;
    }
    .description-text .description-container__text-line {
        margin: 0 0 12px 0;
    }
    .for-whom_container-keys,
    .possibilities-container--wrapper,
    .access-under-container,
    .access-container,
    .ask-que-limit {
        padding: 32px 0 40px 0;
    }
    .possibilities-container_limit {
        padding: 0 24px;
        gap: 24px;
    }
    .possibilities-section_title {
        text-align: center;
    }
    .possibilities-card_limit {
        padding: 23px 20px;
    }
    .possibilities-sections_wrap {
        gap: 32px;
    }
    .possibilities-section_limit {
        gap: 16px;
    }
    .possibilities-card_title {
        margin: 4px 0 0 0;
    }
    .access-under-container__wrapper {
        padding: 0 24px;
    }
    .access-under-container_title {
        margin: 0 0 35px 0;
    }
    .access-under-container_content {
        padding: 0;
    }
    .access-under-container_text ul {
        margin: 0;
    }
    .access-under-container_text ul li {
        margin: 0 0 24px 0;
        line-height: 133%;
    }
    .access-under-container_text ul li:last-child {
        margin-bottom: 0;
    }
    .access-container_title {
        margin: 0 0 16px 0;
    }
    .access-container_text p {
        margin-bottom: 16px;
    }
    .its-actual-price {
        padding: 32px 0 54px 0;
    }
    .its-actual-price__wrapper {
        padding: 0 24px;
        gap: 16px;
    }
    .ask-qoe-conteiner {
        padding: 0 24px;
    }
    .card-tariffs__text {
        margin: 16px 0 24px 0;
        padding: 0 28px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .catalog-detail__banner {
        max-width: none;
    }
    .catalog-detail__top-info {
        grid-template-columns: 1fr;
        grid-template-rows: fit-content(100%) auto;
        padding: 24px;
        gap: 75px;
    }
    .maxwidth-theme {
        padding: 0 10px !important;
    }
    .catalog-detail__previewtext__title,
    .catalog-detail__previewtext h4.catalog-detail__previewtext__title {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: stretch;
        text-align: center;
        margin: 0 0 12px 0;
    }
    .catalog-detail__top-info
        .catalog-detail__cart.catalog-detail__buttons-container {
        grid-column: 1;
        justify-self: start;
        width: 100%;
        max-width: 392px;
    }
    .catalog-detail__gallery__item--big {
        position: absolute;
        padding-top: 0;
        width: 100%;
        height: 100%;
        max-width: 132px;
        max-height: 132px;
    }
    .catalog-detail__top-info
        > .catalog-detail__gallery__item.catalog-detail__gallery__item--big {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        grid-column: 1;
        grid-row: 2 / 2;
        justify-self: flex-start;
        align-self: start;
        width: 132px;
        height: 132px;
        max-width: 132px;
        max-height: 132px;
        padding-top: 0;
        line-height: unset;
    }
    .catalog-detail__previewtext__subtext-line {
        margin: 0 0 8px 0;
    }
    .buy_block .btn {
        width: 100% !important;
        max-width: 100% !important;
    }
    .description-container,
    .for-whom_container-keys,
    .possibilities-container--wrapper,
    .access-under-container,
    .access-container,
    .its-actual-price,
    .ask-que-limit {
        padding: 32px 0 40px 0;
    }
    .description-title,
    .for-whom_title,
    .possibilities-container_title,
    .access-under-container_title,
    .access-container_title,
    .card-tariffs__title {
        margin: 0 0 16px 0;
        line-height: 130% !important;
        text-wrap: balance;
    }
    .description-text .description-container__text-line {
        margin: 0 0 12px 0;
    }
    .for-whom_title {
        margin: 0 0 16px 0;
    }
    .possibilities-container_limit {
        gap: 24px;
        padding: 0 10px;
    }
    .possibilities-section_limit {
        gap: 16px;
    }
    .possibilities-card_limit {
        padding: 16px;
    }
    .possibilities-card_title {
        margin: 4px 0 0 0;
    }
    .possibilities-sections_wrap {
        gap: 32px;
    }
    .access-under-container__wrapper {
        padding: 0 10px;
    }
    .access-under-container_content {
        padding: 0;
    }
    .access-under-container_title ul {
        margin: 0;
    }
    .access-under-container_text ul li {
        margin: 0 0 12px 0;
    }
    .access-under-container_text ul li:last-child {
        margin-bottom: 0;
    }
    .card-tariffs__text {
        margin: 16px 0 69px 0;
        padding: 0 18px;
        position: relative;
        text-align: left;
    }
    .card-tariffs__title-vector {
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 60px;
        right: 10px;
    }
    .card-tariffs__title-vector svg {
        display: block;
        width: 45px;
        height: 45px;
    }
    .access-container__wrapper {
        padding: 0 10px;
    }
    .access-container_text,
    .access-under-container_text {
        padding: 0;
    }
    .access-container_text p {
        margin-bottom: 16px;
    }
    .access-container_text p:last-child {
        margin-bottom: 0;
    }
    .its-actual-price__wrapper {
        flex-direction: column;
        padding: 0 10px;
        gap: 16px;
    }
    .its-actual-price__text {
        text-align: center;
    }
    .its-actual-price__content {
        gap: 16px;
    }
    .btn.btn-default.its-actual-price__button {
        width: 100%;
    }
    .ask-qoe-conteiner {
        padding: 0 10px !important;
    }
    .ask-qoe-card:last-child {
        margin-bottom: 0;
    }
    .cowl > div:not(.topic):not(#navigation) {
        margin: 3px 0 0 19px !important;
    }
}

@media (600px <= width <= 767px) {
    .possibilities-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (1024px < width <= 1280px) {
    .possibilities-cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.list/for-whom-extended-modern/style.css?17756473012591*/
.ul-disc li {
    text-decoration: dashed;
}
.for-whom_container {
    gap: 24px;
    padding: 32px 32px 0 32px;
    max-width: 1564px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
}
.for-whom_container__card {
    color: #333333;
    display: flex;
    gap: 24px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(
        0deg,
        #fff 0%,
        rgba(255, 255, 255, 0.88) 48.75%,
        rgba(255, 255, 255, 0.16) 100%
    );
    box-shadow: 0 3px 12px 0 rgba(0, 86, 156, 0.16);
}
.for-whom_container__card__title {
    margin: 0 0 8px 0;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(18px, 1.0962rem + 0.1282vw, 20px);
    font-weight: 700;
    line-height: 133%;
}
.for-whom_container__card__body {
    margin: 0;
    font-size: clamp(14px, 0.7917rem + 0.1736vw, 16px);
    font-weight: 400;
    line-height: 133%;
}
.for-whom_container__card__body .for-whom_container__card__preview-line {
    margin: 0 0 0.75em 0;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 0.7917rem + 0.1736vw, 16px);
    font-weight: 400;
    line-height: 133%;
}
.for-whom_container__card__body
    .for-whom_container__card__preview-line:last-child {
    margin-bottom: 0;
}
.for-whom_container__card__img {
    width: max-content;
    height: 132px;
}

@media (max-width: 768px) {
    .for-whom_container {
        padding: 48px 0 24px;
    }
}

@media (768px <= width <= 1024px) {
    .for-whom_container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        padding: 16px 24px 0 24px;
        gap: 16px;
    }
    .for-whom_container__card {
        max-width: 100%;
        max-height: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
    .for-whom_container__card__body .for-whom_container__card__preview-line {
        margin: 0 0 12px 0;
    }
}

@media (max-width: 767px) {
    .for-whom_container {
        grid-template-columns: 1fr;
    }
    .for-whom_container {
        padding: 0 10px;
    }
    .for-whom_container__card {
        padding: 108px 16px 16px 16px;
        position: relative;
        background: linear-gradient(
            90deg,
            #fff 0%,
            rgba(255, 255, 255, 0.88) 48.75%,
            rgba(255, 255, 255, 0) 100%
        );
        box-shadow: 0 3px 12px 0 rgba(0, 86, 156, 0.16);
    }
    .for-whom_container__card__img {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.list/catalog-element-tariffs-modern/style.css?177564730112524*/
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-rows: 104px 1fr 167px;
}
.card__header {
    border-radius: 8px 8px 0 0;
    position: relative;
    padding: 24px 32px 50px 32px;
}
.card__icon {
    position: absolute;
    right: 8px;
    top: -38px;
    z-index: 2;
}

.card__title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    margin: 0;
}
.card__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 15px;
    align-items: center;
    justify-content: center;
}

.content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-first,
.content-second {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: center;
    color: #333333;
}
.content-second {
    font-weight: 700;
}

.card__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 12px 0 32px 0;
}

.card__price {
    position: relative;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: center;
    color: #333333;
}

.card__limit {
    width: 100%;
    position: absolute;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: center;
    color: #333333;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.card-tariffs {
    background: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.card-tariffs__container {
    max-width: 1564px;
    margin: 0 auto;
    padding: 56px 0 64px 0;
}
.card__for-whom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 15px;
    z-index: 1;
}
.card__for-whom__span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;
    padding: 7px 24px 8px 24px;
    color: #ffffff;
    display: inline-block;
}
.bez-b:hover {
    color: #ffffff !important;
}
.card-btn-order {
    padding: 18px 107px !important;
}
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
    .cards-grid {
        padding: 0 142px;
    }
}

@media (max-width: 767px) {
    .cards-grid {
        grid-template-columns: 350px;
        padding: 0;
        justify-items: center;
        justify-content: center;
        gap: 40px;
    }
    .card__icon {
        width: 88px;
        height: max-content;
        position: absolute;
        right: 16px;
        top: -25px;
        z-index: 2;
    }
    .card__title {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.38px;
        text-align: left;
        padding: 16px 85px 16px 16px;
    }
    .card__header {
        padding: 0;
    }
    .card__for-whom {
        position: relative;
        min-height: 8px;
    }
    .card-tariffs__title {
        margin: 0 0 32px 0;
    }
}

@keyframes formHighlight {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 86, 156, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 86, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 86, 156, 0);
    }
}

.highlight-form {
    animation: formHighlight 2s ease-out;
}
.table-container {
    width: 100%;
    overflow-x: visible;
}

.table-trafic {
    margin: auto;
    border-collapse: separate;
    border-spacing: 8px;
    border: none;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}

.table-trafic__col--period {
    width: calc(267 * 100% / 1485);
}

.table-trafic__col--content {
    width: calc(999 * 100% / 1485);
}

.table-trafic__col--price {
    width: calc(219 * 100% / 1485);
}

.table-title td {
    background-color: #00569c;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 0.6667rem + 0.6944vw, 24px);
    line-height: 133%;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 19px 13px;
}

.categoty-traffic td {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.38px;
    text-align: center;
    background-color: #00569c;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.title-traffic {
    background: #bbd1f1;
    box-shadow: 0 3px 12px 0 rgba(0, 86, 156, 0.16);
    color: #00569c;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 0.7083rem + 0.3472vw, 18px);
    line-height: 133%;
    padding: 25px 16px;
    overflow-wrap: break-word;
}

.content-traffic {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0 3px 12px 0 rgba(0, 86, 156, 0.16);
    color: #333333;
    padding: 25px 16px;
    overflow-wrap: break-word;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 0.7917rem + 0.1736vw, 16px);
    font-weight: 400;
    line-height: 133%;
}

.content-traffic p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    margin: 0;
    padding-bottom: 5px;
}
.content-traffic ul li {
    list-style-type: disc !important;
    list-style-position: inside;
    padding-left: 20px;
    font-size: 18px;
}

.content-traffic > li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 17.07px;
}

.price-traffic {
    color: #333333;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0 3px 12px 0 rgba(0, 86, 156, 0.16);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 0.7083rem + 0.3472vw, 18px);
    line-height: 133%;
    padding: 16px;
    text-align: center;
    overflow-wrap: break-word;
}
.bezm-but {
    text-align: center;
    margin-top: 96px;
}
.bezm-but_text {
    text-align: center;
    margin-top: 36px;
}
.bez-b {
    padding: 18px 107px !important;
}
.title-traffic,
.content-traffic,
.price-traffic {
    box-shadow: 0px 3px 12px 0px #00569c29;
}
.card-text {
    max-width: 992px;
    margin: auto;
}
.card-text p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.94px;
}
.card-text a {
    color: #00569c;
}
.card-text a:hover {
    color: #00569c;
}
.card-text ul li {
    margin-left: 30px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.94px;
}
@media (max-width: 768px) {
    .card-text {
        padding: 5%;
    }
}

@media (max-width: 767px) {
    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-trafic {
        table-layout: fixed;
        width: 720px;
        min-width: 720px;
        max-width: 720px;
    }

    .table-trafic__col--period {
        width: 186px;
        min-width: 186px;
        max-width: 186px;
    }

    .table-trafic__col--content {
        width: 388px;
        min-width: 388px;
        max-width: 388px;
    }

    .table-trafic__col--price {
        width: 130px;
        min-width: 130px;
        max-width: 130px;
    }

    .table-trafic .table-title td:nth-child(1) {
        width: 186px;
        min-width: 186px;
        max-width: 186px;
        box-sizing: border-box;
    }

    .table-trafic .table-title td:nth-child(2) {
        width: 388px;
        min-width: 388px;
        max-width: 388px;
        box-sizing: border-box;
    }

    .table-trafic .table-title td:nth-child(3) {
        width: 130px;
        min-width: 130px;
        max-width: 130px;
        box-sizing: border-box;
    }

    .table-trafic .title-traffic {
        width: 186px;
        min-width: 186px;
        max-width: 186px;
        box-sizing: border-box;
    }

    .table-trafic .content-traffic {
        width: 388px;
        min-width: 388px;
        max-width: 388px;
        box-sizing: border-box;
    }

    .table-trafic .price-traffic {
        width: 130px;
        min-width: 130px;
        max-width: 130px;
        box-sizing: border-box;
    }
}

@media (max-width: 414px) {
    .table-title td {
        font-size: 20px;
        padding: 8px 0px 8px 16px;
    }
    .title-traffic,
    .price-traffic,
    .content-traffic p,
    .categoty-traffic td {
        font-size: 16px;
    }
}

.card-tariffs__title {
    margin: 0 0 16px 0;
    color: #00569c;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 1.1667rem + 0.6944vw, 32px);
    font-weight: 700;
    line-height: 52px;
    text-align: center;
}
.table-container-custom {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-trafic-custom {
    margin: auto;
    border-collapse: separate;
    border-spacing: 8px;
    max-width: 1493px;
    border: none;
    width: 100%;
    table-layout: fixed;
}

.table-title-custom td {
    background-color: #00569c;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table-title-custom td:first-child {
    width: 74.95%;
}

.table-title-custom td:last-child {
    width: 25.05%;
}

.categoty-traffic-custom td {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.38px;
    text-align: center;
    background-color: #00569cb8;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.title-traffic-custom {
    background-color: #bbd1f1;
    color: #00569c;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    padding: 16px;
    width: 74.95%;
}

.content-traffic-custom {
    background-color: #fff;
    color: #333333;
    width: auto;
    padding: 16px;
}

.content-traffic-custom p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.94px;
    margin: 0;
    padding-bottom: 5px;
}

.content-traffic-custom ul li {
    list-style-type: disc !important;
    list-style-position: inside;
    padding-left: 20px;
    font-size: 18px;
}

.content-traffic-custom > li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 17.07px;
}

.price-traffic-custom {
    color: #333333;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.88) 100%
    );
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    width: 25.05%;
    padding: 16px;
    text-align: center;
}

.bezm-but-custom {
    text-align: center;
    margin-top: 96px;
}

.title-traffic-custom,
.content-traffic-custom,
.price-traffic-custom {
    box-shadow: 0px 3px 12px 0px #00569c29;
}

@media (max-width: 768px) {
    .table-container-custom {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .table-trafic-custom {
        table-layout: auto;
    }
}

@media (max-width: 414px) {
    .table-title-custom td {
        font-size: 20px;
        padding: 8px 0px 8px 16px;
    }
    .price-traffic-custom {
        width: 25.05%;
    }
    .title-traffic-custom {
        width: 74.95%;
    }
    .title-traffic-custom,
    .price-traffic-custom,
    .content-traffic-custom p,
    .categoty-traffic-custom td {
        font-size: 16px;
    }
    .table-container-custom {
        overflow-x: auto;
    }
}

.cards-table {
    padding: 0 32px;
}

@media (768px <= width <= 1024px) {
    .card-tariffs__container {
        padding: 32px 0 40px 0;
    }
    .cards-table {
        padding: 0 16px;
    }
    .title-traffic,
    .content-traffic,
    .price-traffic {
        padding: 16px;
    }
    .table-trafic__col--period {
        width: calc(356 * 100% / 1485);
    }
    .table-trafic__col--content {
        width: calc(910 * 100% / 1485);
    }
    .table-trafic__col--price {
        width: calc(300 * 100% / 1485);
    }
}

@media (max-width: 767px) {
    .card-tariffs__container {
        padding: 32px 0 40px 0;
    }
    .card-tariffs__title {
        margin: 0 0 16px 0;
    }
    .cards-table {
        padding: 0 10px;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp3_copy/css/jquery.fancybox.css?172655590217412*/
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 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news/services/style.css?172655590161 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.detail/main_extended_modern/style.css?177564730148766 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.list/for-whom-extended-modern/style.css?17756473012591 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.list/catalog-element-tariffs-modern/style.css?177564730112524 */
/* /local/templates/aspro-allcorp3_copy/css/jquery.fancybox.css?172655590217412 */
