

/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/news/projects_actual/style.css?177056187233275*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&display=swap');
/* ------- Стили для каркаса страницы (основная часть и сайдбар) ------- */
@media screen and (max-width: 1200px) {
    .service-1c .left_block {
        display: none;
    }
}
@media screen and (min-width: 980px) {
    .left_block {
        position: sticky;
        top: 80px !important;

    }
}
@media screen and (min-width: 992px) {
    .side_left .service-1c .content-md > .right_block.narrow_Y, .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        float: left;

    }

    .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        padding-left: 15px;
    }
}

@media screen and (max-width: 990px) {
    .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.service-1c .left_block, .service-1c .right_block {
    font-size: 16px;
    border-radius: 16px;
}

.service-1c .right_block {
    background: #ffffff;
    padding: 40px 34px;
}

.service-1c .left_block .sidearea {
    padding: 24px 14px;
    background: #ffffff;
    border-radius: 16px;
}

.service-1c .left_block .sidearea ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    gap: 16px;
    margin-bottom: 0 !important;
}
.service-1c .left_block .sidearea ul li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    cursor: pointer;
}

.service-1c .left_block .sidearea ul li:before {
    display: none;
    padding-left: 0;
}

.service-1c .left_block .sidearea ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    gap: 16px;
    transition: 0.3s;
}
.service-1c .left_block .sidearea ul li a:hover {
    color: #00CA89;
}

.service-1c .left_block .sidearea ul li a .sidearea-arrow {
    transform: rotate(180deg);
}

.service-1c .left_block .sidearea ul li.sidearea-active a .sidearea-arrow {
    transform: rotate(0);
}

.service-1c__mobile-wrapper-content {
    padding-right: 0px;
    padding-left: 0px;
}

.service-1c .left_block .sidearea ul li .submenu {
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-1c .left_block .sidearea ul li .submenu li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
    transition: 0.3s;
}
.service-1c .left_block .sidearea ul li .submenu li a:hover {
    color: #26A47B;
}

.service-1c .left_block .sidearea ul li .submenu li.active a {
    color: #26A47B;
}


@media screen and (max-width: 520px) {
    .service-1c .right_block {
        padding: 16px;
        padding-top: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .service-1c__mobile-wrapper-content {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* ------- // Стили для каркаса страницы ------- */

/* ------- Заголовок ------- */
.right_block h1.service-1c__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125% !important;
    color: #000000;
}

h2#h2-0.service-1c__title, .right_block h2.service-1c__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #000000;
    margin: 48px 0 16px 0;
}

.right_block h3.service-1c__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
}

@media screen and (max-width: 520px) {
    .right_block h2.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        color: #000000;
    }
    .right_block h1.service-1c__title {
        margin-top: 0;
        margin-bottom: 24px;
        font-weight: 700;
        font-size: 21px;
        line-height: 114% !important;
        color: #000000;
    }

    .right_block h2#h2-0.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        margin: 48px 0 16px 0;
        color: #000000;
    }

    .right_block h3.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        margin: 48px 0 16px 0;

    }
}

/* ------- // Заголовок ------- */
/* ------- Главное изображение ------- */
.service-1c__main-photo {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.service-1c__main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 400px) {
    /*.service-1c__main-photo {
        height: 145px;
    }*/
}

/* ------- //Главное изображение ------- */
/* ------- Содержание --------- */
.service-1c__content {
    background: #F2F2F2;
    padding: 32px 40px;
    border-radius: 8px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-1c__content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_block ul.service-1c__content-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 0;
}

.right_block ul li.service-1c__item {
    padding-left: 0;
    margin-bottom: 0;
}

.service-1c__item::before {
    display: none;
}

.right_block a.service-1c__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000000;
    transition: 0.3s;
}

.right_block a.service-1c__link:hover, .right_block .service-1c__item.active > a.service-1c__link {
    color: #00CA89;
}

.service-1c__content-list .service-1c__content-list .service-1c__item {
    padding: 8px 24px;
}

.service-1c__content-list .service-1c__content-list .service-1c__link {
    font-size: 12px;
}

.service-1c__content-toggle {
    display: none;
    cursor: pointer;
    transform: rotate(180deg);
    transition: 0.3s;
}

.service-1c__content-title.active .service-1c__content-toggle {
    transform: rotate(0deg);
}

@media screen and (max-width: 520px) {
    .service-1c__content {
        padding: 16px;
        margin-top: 24px;
    }

    .service-1c__content-title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
    }

    .service-1c__content-toggle {
        display: inline-block;
    }

    .service-1c__content-list .service-1c__content-list .service-1c__item {
        padding: 8px;
    }
}

/* ------- //Содержание --------- */
/* ----- Баннер 1С:Фреш бесплатно на 30 дней! ----- */
.service-1c__banner--blue-gradient {
    background: linear-gradient(90deg, #5a1fe6 0%, #1d0063 90.18%);
}

.service-1c__banner--purple-gradient {
    background: linear-gradient(90deg, #ae00d1 0%, #59006b 100%);
}

.service-1c__banner {
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    margin-top: 40px;
}
.service-1c__banner.service-1c__banner--purple-gradient {
    margin-top: 16px;
}
.service-1c__banner-image {
    height: 145px;
    padding: 0 10px;
}

.service-1c__banner-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.service-1c__banner-column {
    width: calc(50% - 12px);
}
@media screen and (max-width: 520px) {
    .service-1c__banner-column {
        width: 100%;
    }
}
.service-1c__banner-column--between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-1c__banner-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
}

.service-1c__description {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #FFFFFF;
}
.service-1c__banner--blue-gradient .service-1c__description {
    margin-top: 8px;
    margin-bottom: 16px;
}
.right_block ul.service-1c__banner-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style-type: none;
    padding-left: 0;
    margin-top: 24px;
}

.right_block .service-1c__banner-list li {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    padding-left: 25px;
}

.right_block .service-1c__banner-list li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/upload/images/Check-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    padding-right: 10px;
    margin-right: 8px;
}
.service-1c__form {
    margin-top: 53px;
}
.service-1c__form-field {
    position: relative;
    display: flex;
    flex-direction: column;
    color: none;
    margin-bottom: 8px;
}

.service-1c__form-field:not(:last-child) {
    margin-bottom: 8px;
}

.service-1c__form .service-1c__form-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff !important;
}

.service-1c__form-input {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 8px 4px 5px;
    background: transparent;
    color: #ffffff;
}

.service-1c__form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    color: #ffffff;
}

.service-1c__form-input-wrapper {
    position: relative;
}

.service-1c__form-input-required {
    position: absolute;
    top: 0;
    left: -20px;
    line-height: 5px;
}

.service-1c__form-btn {
    width: 100%;
    height: 40px;
}

.service-1c__form-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.service-1c__form-checkbox-input {
    position: absolute;
    top: 0; left: 0;
    width: 1px;
    height: 1px;
    appearance: none;
    opacity: 0;
}
.service-1c__form-checkbox-label  {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff;
}
.service-1c__form-checkbox-label a {
    font-weight: 500 !important;
}
.service-1c__form-check {
    width: 20px;
    heighT: 20px;
    padding: 5px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.service-1c__form-checkbox-input:checked + .service-1c__form-check {
    background-color: #00CA89;
    border-color: #00CA89;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/upload/images/form-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 13px;
}
@media screen and (max-width: 700px) {
    .service-1c__form {
        margin-top: 16px;
    }
    .right_block ul.service-1c__banner-list {
        margin-bottom: 0 !important;
    }
    .service-1c__banner {
        flex-direction: column;
        align-items: center;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .service-1c__banner-title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
    }


    .service-1c__description {
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
    }

    .service-1c__banner-button {
        width: 100%;
    }

    .right_block .service-1c__banner-list li {
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
        color: #ffffff;
    }
}

/* ----- //Баннер 1С:Фреш бесплатно на 30 дней! ----- */
/* ----- Список ----- */
.right_block ul.service-1c__list {
    padding-left: 0 !important;
    list-style-type: none;
}

.right_block ul.service-1c__list li {
    margin-bottom: 0;
    padding-left: 32px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
}
.right_block ul.service-1c__list li:not(:last-of-type) {
    margin-bottom: 12px;
}
.right_block ul.service-1c__list li::before {
    content: "";
	left:2px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
    background: url("/upload/images/check-circle.svg");
    background-position: center;
    background-size: contain;
}
ul.service-1c__list li span {
    font-weight: 700;
    line-height: 143%;
}
ul.service-1c__list li a {
    cursor: pointer;
    color: #00CA89;
    font-weight: 500;
    line-height: 171%;
}
@media screen and (max-width: 520px) {
    ul.service-1c__list li span {
        font-size: 16px;
    }
}
/* ----- //Список ----- */
/* ----- Полезные публикации ----- */
.service-1c-publications {
    margin-top: 40px;
}
.service-1c-publications__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
}
.service-1c-publications__items {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-top: 16px;
}
.service-1c-publications__item {
    min-width: 261px;
    width: calc(33.33% - 10px);
    height: 216px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #C9CAD1;
    flex-shrink: 0;
}
.right_block .service-1c-publications__content {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000000;
}
.right_block .service-1c-publications__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00CA89;
    border-radius: 4px;
    padding: 7px 16px 9px 16px;
    max-width: 111px;
    max-height: 32px;
    font-weight: 500;
    font-size: 13px;
    color: #00CA89;
    transition: 0.3s;
}

.right_block .service-1c-publications__button:hover {
    color: #ffffff;
    background: #00CA89;
}

.slick-initialized .slick-slide.service-1c-publications__item
{
    width: 100%;
    max-width: 260px;
    /*height: 100%;*/
    max-height: 215px;
}

.slick-initialized .service-1c-publications__item.slick-slide:not(:last-of-type) {
    margin-right: 16px;
}
@media screen and (max-width: 1200px) {
    .service-1c-publications__item {
        width: calc(33.33% - 8px);
        min-width: unset;
    }
}
@media screen and (max-width: 778px) {
    .service-1c-publications__items {
        align-items: inherit;
    }
    .service-1c-publications__item {
        height: auto;
    }
}
@media screen and (max-width: 668px) {
    .service-1c-publications__items {
        flex-wrap: wrap;
    }
    .service-1c-publications__item {
        width: 100%;
        min-width: unset;
        height: auto;
    }
}
@media screen and (max-width: 520px) {
    .service-1c-publications {
        margin-top: 48px;
    }
    .service-1c-publications, .service-1c-program {
        padding-left: 16px;
        margin-top: 48px;
        margin-bottom: 0;
    }
    .service-1c-publications__items {
        margin-top: 16px;
        padding-bottom: 0;
    }
    .service-1c-publications__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }
    .service-1c-publications__content {
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        color: #000000;
    }
}
/* ----- //Полезные публикации ----- */

/* ----- Программы ----- */
.service-1c-program {
    margin-bottom: 24px;
}
.service-1c-program__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
}
.service-1c-program__items {
    width: 100%;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-top: 16px;
}
.service-1c-program__item {
    height: 190px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #C9CAD1;
}
.service-1c-program__item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    margin-bottom: 8px;
}
.service-1c-program__content {
    font-weight: 500;
    color: #000000;
    font-size: 12px;
    line-height: 133%;
}
.right_block .service-1c-program__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00CA89;
    border-radius: 4px;
    padding: 7px 16px 9px 16px;
    max-width: 111px;
    max-height: 32px;
    font-weight: 500;
    font-size: 13px;
    color: #00CA89;
    transition: 0.3s;
}

.right_block .service-1c-program__button:hover {
    color: #ffffff;
    background: #00CA89;
}

.slick-initialized .slick-slide.service-1c-program__item
{
    display: flex;
    justify-content: space-between;
    max-width: 261px !important;
    width: 100%;
    height: 216px !important;
}

.slick-initialized .service-1c-program__item.slick-slide:not(:last-of-type) {
    margin-right: 16px;
}
@media screen and (max-width: 1135px) {
    .service-1c-program__items {
        align-items: inherit;
    }
    .service-1c-program__item {
        height: auto;
    }
}
@media screen and (max-width: 890px) {
    /*.service-1c-program__item {*/
    /*    width: calc(33.33% - 8px);*/
    /*}*/
}
@media screen and (max-width: 668px) {
    .service-1c-program__items {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .service-1c-program__item {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 520px) {
    .service-1c-program {
        padding-left: 16px;
    }
    .service-1c-program__items {
        margin-top: 16px;
    }
    .service-1c-program__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }
    .service-1c-program__content {
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        color: #000000;
    }
}
/* ----- //Программы ----- */

/* ----- Стили для slick slider ----- */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ----- //Стили для slick slider ----- */

/* ----------Баннер Совет------------*/
.advice-block {
    background: #DDF8E5;
    border-radius: 8px;
    padding: 32px 40px;
}
.advice-block__title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.right_block .advice-block__title p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
}
.right_block .advice-block a {
    font-weight: 500;
}
.advice-block__icon {
    width: 24px;
    height: 24px;
}
.advice-block__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advice-block__content {
    margin-bottom: 24px !important;
}
.advice-block .btn {
    margin-bottom: 0;
}
@media screen and (max-width: 520px) {
    .advice-block {
        padding: 16px;
    }
}
/* ----------//Баннер Совет----------*/

/* --------- Таблица ------------*/
.service-1c__table {
    display: block;
}

.service-1c__table table {
    width: 100%;
    border-spacing: 0 24px; /* Расстояние между ячейками */
    border-collapse: collapse;
}

.service-1c__table table tbody tr {
    border-bottom: 1px solid #E3E7EC;
}

.service-1c__table table th, .service-1c__table table td {
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 1.5; /* Для текста в 2 строки */
    color: #000000;
}
.service-1c__table table td {
    padding: 16px;
    width: 25%;
}
.service-1c__table table thead tr {
    border-radius: 4px;
    background: #f2f2f2;
}
.service-1c__table table thead th {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
}

.service-1c__table table td {
    background-color: #fff;
}

.service-1c__table table td:not(:first-child), .service-1c__table table th:not(:first-child) {
    text-align: center;
}

.service-1c__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.service-1c__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-1c__table table thead tr th.popular span.popular-sticker {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    height: 20px;
    width: 100%;
    background: #00CA89;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service-1c__table table tfoot th {
    padding-left: 16px;
    padding-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
    border-radius: 4px;
}
.service-1c__table table tfoot td {
    padding: 0;
    padding-top: 16px;
}
.service-1c__table .btn {
    margin: 0 !important;
    width: auto;
}
.service-1c__table table tfoot td .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #000000;
}
.service-1c__table table tfoot td .subtitle {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%
}
.service-1c__prices.service-1c__table {
    margin-top: 45px;
}
/* Адаптивность */
@media screen and (max-width: 600px) {
    .service-1c__table table th, .service-1c__table table td {
        padding: 8px 12px; /* Снижаем отступы на меньших экранах */
    }
}
/* -------- Цены -------- */
.service-1c__prices--mobile {
    display: none;
    /*padding-left: 16px;*/
}
.slick-initialized.service-1c__prices--mobile .slick-dots, .slick-initialized.service-1c-program__items .slick-dots, .slick-initialized.service-1c-publications__items .slick-dots {
    margin-bottom: 0 !important;
}
.slick-initialized.service-1c__prices--mobile .slick-slide.service-1c__prices-item {
    width: 263px;
    margin-right: 16px;
    box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 0);
    transition: 0.3s ease-in-out;
}
.slick-initialized.service-1c__prices--mobile .service-1c__prices-item.slick-slide.slick-current.slick-active {
    box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 0.15);
}
.slick-initialized.service-1c__prices--mobile .slick-list {
    padding-left: 16px;
    overflow-y: visible;
    overflow-x: visible;
}
.service-1c__prices-item {
    position: relative;
    border-radius: 16px;
    padding: 32px 16px 24px 16px;
    background: #FFFFFF;
    border: 1px solid transparent;
}
.service-1c__prices-item.popular {
    background: #DDF8E5;
    border-color: #00CA89;
}
.service-1c__prices-item.popular .popular-sticker {
    position: absolute;
    top: 0;
    left: 24px;
    border-radius: 0 0 4px 4px;
    padding: 2px 6px;
    min-width: 94px;
    height: 20px;
    background: #00CA89;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff;
}
.service-1c__prices-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 126%;
    color: #000000;
}
.service-1c__prices-list {
    list-style: none;
}
.service-1c__prices-list li {
    padding-left: 26px !important;
    margin-bottom: 12px !important;
    color: #000000;
}
.right_block ul.service-1c__prices-list li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/upload/images/Check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    padding-right: 10px;
    margin-right: 8px;
}
.service-1c__prices-list li:last-child {
    margin-bottom: 0 !important;
}

tr:first-child th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

tr:first-child th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.service-1c__prices-footer {
    margin-top: 24px;
}
.service-1c__prices-footer p {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #757B8A;
}

.service-1c__prices-footer p:last-child {
    margin-bottom: 0;
}

.right_block .service-1c__prices-footer a {
    font-weight: 500;
}
.service-1c-price-description {
    margin-top: 24px;
}
.right_block .service-1c-price-description a {
    font-weight: 500;
    cursor: pointer;
}
@media screen and (max-width: 520px) {
    .service-1c__prices-footer {
        margin-top: 0;
    }
    .service-1c__prices--mobile {
        display: block;
        margin-top: 24px;
    }
    .service-1c__prices {
        display: none;
    }
    .service-1c-price-description {
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .slick-initialized.service-1c__prices--mobile .slick-dots, .slick-initialized.service-1c-program__items .slick-dots, .slick-initialized.service-1c-publications__items .slick-dots {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ------------- Аккордеон ------------ */
.service-1c__accordion {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.service-1c__accordion-item {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: 0.3 ease-in-out;
    padding: 24px;
}

.service-1c__accordion-item.active {
    background-color: #e0f7e9;
    border-color: #4caf50;
}


.service-1c__accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
}

.service-1c__accordion-item .service-1c__accordion-icon {
    transition: transform 0.3s;
    transform: rotate(0deg) !important;
}

.service-1c__accordion-item.active .service-1c__accordion-icon {
    transform: rotate(180deg) !important;
}

.service-1c__accordion-content {
    display: none;
    margin-top: 16px;
}

.service-1c__accordion-item.active .service-1c__accordion-content{
    display: block;
}

.service-1c__accordion-content ul li {
    color: #000000 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}
.service-1c__accordion-content ul li::before {
    background: #09e099 !important;;
}
.service-1c__accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.service-1c__accordion-content a {
    font-weight: 500 !important;
}

@media screen and (max-width: 520px) {
    .service-1c__accordion-item {
        padding: 16px;
    }
    .service-1c__accordion {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
/* ------------- //Аккордеон ------------ */
/* -------- Преимущества (две плашки) -------- */
.service-1c__features {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 32px;
}
.service-1c__features-item {
    width: calc(50% - 4px);
    background: #DDF8E5;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.service-1c__features-image {
    width: 107px;
    height: 80px;
    flex-shrink: 0;
}
.service-1c__features-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right_block .service-1c__features-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 168%;
    color: #000000;
    margin-bottom: 0;

}
@media screen and (max-width: 1080px) {
    .service-1c__features-item {
        flex-direction: column;
        gap: 8px;
    }
    .right_block .service-1c__features-text {
        text-align: center;
    }
}
@media screen and (max-width: 625px) {

    .service-1c__features-item {
        padding: 16px;
    }
    .right_block .service-1c__features-text {
        word-wrap: break-word; /* Разрешает перенести длинные слова */
        word-break: break-word; /* Переносит слова, которые не умещаются */
    }
    .service-1c__features {
        margin-bottom: 16px;
    }
}
/* -------- //Преимущества (две плашки) -------- */
/* ------- Оставить заявку на обслуживание ------ */
.service-1c-application {
    background: url("/upload/images/new-form.png"), linear-gradient(146deg, rgba(242, 242, 242, 0.82) 5%, #e0e0e0 31.51%, rgba(224, 224, 224) 100%) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 64px 90px;
}

.service-1c-application__wrapper {
    position: relative;
    max-width: 449px;
}
.service-1c-application__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #000000;
}
.service-1c-application__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #757B8A;
}

.service-1c-application__form {
    margin-top: 24px;
}

.service-1c-application__form .service-1c__form-label {
    color: #000000 !important;
}

.service-1c-application__form .service-1c__form-input {
    border: 1px solid #757B8A  !important;

}

.service-1c-application__form .service-1c__form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    color: #999EAB;
}

.service-1c-application__form .service-1c__form-checkbox-label  {
    color: #000000;
}
.service-1c-application__form .service-1c__form-check {
    border: 1px solid #C9CAD1;
    background: #ffffff;
}

.service-1c-application__form .service-1c__form-input-required {
    left: -10px ;

}

@media screen and (max-width: 980px) {
    .service-1c-application {
        background: linear-gradient(320deg, #dedede 35.51%, rgba(230, 230, 230, 0) 100%);
    }
}

@media screen and (max-width: 520px) {
    .service-1c-application {
        height: 790px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        padding: 0 !important;
        background: url("/upload/images/form-bg-mobile.png") !important;
        background-position: top !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    }
    .service-1c-application__wrapper {
        padding: 16px;
        padding-bottom: 32px;
        margin-left: 0;
    }
    .service-1c-application__wrapper::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

.accordion-menu-item {

}

.accordion-menu-item.active {

}



.accordion-menu-item .sidearea-arrow {
    transition: transform 0.3s;
    transform: rotate(180deg) !important;
}

.accordion-menu-item.active .sidearea-arrow {
    transform: rotate(0deg) !important;
}


.menu-title{
    color: black;
}
.menu-title:hover {
    color: #00CA89;}


#menu_header{
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.001em;

}
#menu_text{
    font-size: 12px;
    font-weight: 0;
    padding-bottom: 9px;
    padding-top: 1px;



}
.service-1c{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1344px;
    position: relative;
    width: 100%;
}

.narrow_N{
    margin-bottom: 0 !important;
}
.page-top-main{
    display: none;
}

.main.banner-auto{
    padding-bottom: 0px !important;
}
/* End */


/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/news.detail/projects_actual/style.css?177056187138901*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&display=swap');
/* ------- Стили для каркаса страницы (основная часть и сайдбар) ------- */
@media screen and (max-width: 1200px) {
    .service-1c .left_block {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .left_block {
        position: sticky;
        top: 80px !important;

    }
}

@media screen and (min-width: 992px) {
    .side_left .service-1c .content-md > .right_block.narrow_Y, .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        float: left;

    }

    .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        padding-left: 15px;
        padding-right:0!important;
    }
}

@media screen and (max-width: 990px) {
    .side_left .service-1c .content-md > .right_block.narrow_Y + .left_block, .service-1c .left_block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.service-1c .left_block, .service-1c .right_block {
    font-size: 16px;
    border-radius: 16px;
}

.service-1c .right_block {
    background: #ffffff;
    padding: 40px 32px;
    padding-left: 34px;
}

.service-1c .left_block .sidearea {
    padding: 24px 14px;
    background: #ffffff;
    border-radius: 16px;
}

.service-1c .left_block .sidearea ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    gap: 16px;
    margin-bottom: 0 !important;
}

.service-1c .left_block .sidearea ul li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    cursor: pointer;
}

.service-1c .left_block .sidearea ul li:before {
    display: none;
    padding-left: 0;
}

.service-1c .left_block .sidearea ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*font-weight: 700;*/
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    gap: 16px;
    transition: 0.3s;
}

.service-1c .left_block .sidearea ul li a:hover {
    color: #00CA89;
}

.service-1c .left_block .sidearea ul li a .sidearea-arrow {
    transform: rotate(180deg);
}

.service-1c .left_block .sidearea ul li.sidearea-active a .sidearea-arrow {
    transform: rotate(0);
}

.service-1c__mobile-wrapper-content {
    padding-right: 0px;
    padding-left: 0px;
}

.service-1c .left_block .sidearea ul li .submenu {
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-1c .left_block .sidearea ul li .submenu li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
    transition: 0.3s;
}

.service-1c .left_block .sidearea ul li .submenu li a:hover {
    color: #26A47B;
}

.service-1c .left_block .sidearea ul li .submenu li.active a {
    color: #26A47B;
}


@media screen and (max-width: 520px) {
    .service-1c .right_block {
        padding: 16px;
        padding-top: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .right_block > .service-1c__mobile-wrapper-content:first-child {
        padding-right: 16px;
        padding-left: 16px;
    }
    .publication__top {
        margin-top: 24px!important;
    }
}

@media screen and (max-width: 519px) {
    .service-1c__mobile-wrapper-content:has(.service-1c-publications) {
        margin-right: -8px;
    }

    .service-1c__mobile-wrapper-content:has(.service-1c-program) {
        margin-right: -8px;
    }
}

/* ------- // Стили для каркаса страницы ------- */

/* ------- Заголовок ------- */
.right_block h1.service-1c__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125% !important;
    color: #000000;
    margin-bottom: 32px;
}

h2#h2-0.service-1c__title, .right_block h2.service-1c__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #000000;
    margin: 48px 0 16px 0;
}

.right_block h3.service-1c__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
}

@media screen and (max-width: 520px) {
    .right_block h2.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        color: #000000;
    }

    .right_block h1.service-1c__title {
        margin-top: 0;
        margin-bottom: 24px;
        font-weight: 700;
        font-size: 21px;
        line-height: 114% !important;
        color: #000000;
    }

    .right_block h2#h2-0.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        margin: 48px 0 16px 0;
        color: #000000;
    }

    .right_block h3.service-1c__title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
        margin: 48px 0 16px 0;

    }
}

/* ------- // Заголовок ------- */
/* ------- Главное изображение ------- */
.service-1c__main-photo {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.service-1c__main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 400px) {
    /*.service-1c__main-photo {
        height: 145px;
    }*/
}

/* ------- //Главное изображение ------- */
/* ------- Содержание --------- */
.service-1c__content {
    background: #F2F2F2;
    padding: 32px 40px;
    border-radius: 8px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-1c__content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_block ul.service-1c__content-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 0;
}

.right_block ul li.service-1c__item {
    padding-left: 0;
    margin-bottom: 0;
}

.service-1c__item::before {
    display: none;
}

.right_block a.service-1c__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000000;
    transition: 0.3s;
}

.right_block a.service-1c__link:hover, .right_block .service-1c__item.active > a.service-1c__link {
    color: #00CA89;
}

.service-1c__content-list .service-1c__content-list .service-1c__item {
    padding: 8px 24px;
}

.service-1c__content-list .service-1c__content-list .service-1c__link {
    font-size: 12px;
}

.service-1c__content-toggle {
    display: none;
    cursor: pointer;
    transform: rotate(180deg);
    transition: 0.3s;
}

.service-1c__content-title.active .service-1c__content-toggle {
    transform: rotate(0deg);
}

@media screen and (max-width: 520px) {
    .service-1c__content {
        padding: 16px;
        margin-top: 24px;
    }

    .service-1c__content-title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
    }

    .service-1c__content-toggle {
        display: inline-block;
    }

    .service-1c__content-list .service-1c__content-list .service-1c__item {
        padding: 8px;
    }
}

/* ------- //Содержание --------- */
/* ----- Баннер 1С:Фреш бесплатно на 30 дней! ----- */
.service-1c__banner-button {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

#1c_fresh_form_error {
    font-size: 0.800em;
}

.service-1c__banner--blue-gradient {
    background: linear-gradient(90deg, #5a1fe6 0%, #1d0063 90.18%);
}

.service-1c__banner--purple-gradient {
    background: linear-gradient(90deg, #ae00d1 0%, #59006b 100%);
}

.service-1c__banner {
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.service-1c__banner-image a {
    width: 100%;
}

@media screen and (max-width: 380px) {
    .service-1c__banner {
        /*padding-left: 24px;
        padding-right: 5px;*/
    }
}

.service-1c__banner.service-1c__banner--purple-gradient {
    margin-top: 16px;
}

.service-1c__banner-image {
    width: 287px;
    height: 145px;
    flex-shrink: 0;
}

.service-1c__banner-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.service-1c__banner-image a {
    height: 100%;
}

.service-1c__banner-column {
    width: calc(50% - 12px);
}

@media screen and (max-width: 520px) {
    .service-1c__banner-column {
        width: 100%;
    }
}

.service-1c__banner-column--between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-1c__banner-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
}

.service-1c__description {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #FFFFFF;
}

.service-1c__banner--blue-gradient .service-1c__description {
    margin-top: 8px;
    margin-bottom: 16px;
}

.right_block ul.service-1c__banner-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style-type: none;
    padding-left: 0;
    margin-top: 24px;
}

.right_block .service-1c__banner-list li {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 133%;
    padding-left: 0;
}

.right_block .service-1c__banner-list li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/upload/images/Check-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    padding-right: 10px;
    margin-right: 8px;
}

.service-1c__form {
    margin-top: 53px;
}

.service-1c__form-field {
    position: relative;
    display: flex;
    flex-direction: column;
    color: none;
    margin-bottom: 8px;
}

.service-1c__form-field:not(:last-child) {
    margin-bottom: 8px;
}

.service-1c__form .service-1c__form-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff !important;
}

.service-1c__form-input {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 8px 4px 5px;
    background: transparent;
    color: #C4C4C4;
}

.service-1c__form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    color: #C4C4C4;
}

.service-1c__form-input-wrapper {
    position: relative;
}

.service-1c__form-input-required {
    position: absolute;
    top: 0;
    left: -20px;
    line-height: 5px;
}

.service-1c__form-btn {
    width: 100%;
    height: 40px;
}

.service-1c__form-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.service-1c__form-checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    appearance: none;
    opacity: 0;
}

.service-1c__form-checkbox-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff;
}

.service-1c__form-checkbox-label a {
    font-weight: 500 !important;
}

.service-1c__form-check {
    width: 20px;
    heighT: 20px;
    padding: 5px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #ffffff;
}

.service-1c__form-checkbox-input:checked + .service-1c__form-check {
    background-color: #00CA89;
    border-color: #00CA89;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/upload/images/form-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 13px;
}

@media screen and (max-width: 520px) {
    .service-1c__form {
        margin-top: 16px;
    }

    .right_block ul.service-1c__banner-list {
        margin-bottom: 0 !important;
    }

    .service-1c__banner {
        flex-direction: column;
        align-items: center;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .service-1c__banner-title {
        font-weight: 600;
        font-size: 19px;
        line-height: 126%;
    }


    .service-1c__description {
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
    }

    .service-1c__banner-button {
        width: 100%;
    }

    .right_block .service-1c__banner-list li {
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
        color: #ffffff;
    }
}

/* ----- //Баннер 1С:Фреш бесплатно на 30 дней! ----- */
/* ----- Список ----- */
.right_block ul {
    padding-left: 0 !important;
    list-style-type: none;
}

.right_block ul li {
    margin-bottom: 0;
    padding-left: 32px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
}

.right_block ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.right_block ul.service-1c__banner-lists {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-top: 24px !important;
}

.right_block .service-1c__banner-lists li {
    margin-bottom: 0 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 133% !important;
    padding-left: 25px !important;
}

.right_block .service-1c__banner-lists li:before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background: url(/upload/images/Check-white.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: unset !important;
    padding-right: 10px !important;
    margin-right: 8px !important;
}

.right_block ul:not(.slick-dots) li::before {
    content: "";
    left: 2px;
    top:4px!important;
    position: absolute;
    display: block;
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
    background: url("/upload/images/check-circle.svg");
    background-position: center;
    background-size: contain;
}

ul li span {
    font-weight: 700;
    line-height: 143%;
}

ul li a {
    cursor: pointer;
    color: #00CA89;
    font-weight: 500;
    line-height: 171%;
}

@media screen and (max-width: 520px) {
    ul li span {
        font-size: 16px;
    }
}

@media screen and (max-width: 525px) {
    .service-1c__banner--purple-gradient {
        flex-direction: column !important;
        padding: 10px;
    }

    .service-1c__banner--purple-gradient .service-1c__banner-column .service-1c__banner-image {
        padding: 0 10px !important;
        width: 100%;
        text-align: center;
        /*margin-left: 5%;*/
    }
}

.service-1c__banner--blue-gradient .service-1c__banner-image {
    width: 220px !important;
}

/*.service-1c__banner--purple-gradient {
    flex-direction: row;
    align-items: unset;
}*/

@media screen and (max-width: 660px) and (min-width: 520px) {
    .service-1c__banner--purple-gradient .service-1c__banner-column .service-1c__banner-image {
        padding: 20px 0 !important;
        width: 100%;
        text-align: center;
    }
}

/* ----- //Список ----- */
/* ----- Полезные публикации ----- */
.service-1c-publications {
    margin-top: 40px;
}

.service-1c-publications__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
}

.service-1c-publications__items {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 16px;
}

.service-1c-publications__item {
    min-width: 261px;
    width: calc(33.33% - 10px);
    height: 216px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #C9CAD1;
    flex-shrink: 0;
}

.right_block .service-1c-publications__content {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #000000;
}

.right_block .service-1c-publications__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00CA89;
    border-radius: 4px;
    padding: 7px 16px 9px 16px;
    max-width: 111px;
    max-height: 32px;
    font-weight: 500;
    font-size: 13px;
    color: #00CA89;
    transition: 0.3s;
}

.right_block .service-1c-publications__button:hover {
    color: #ffffff;
    background: #00CA89;
}

.slick-initialized .slick-slide.service-1c-publications__item {
    width: 100%;
    max-width: 260px;
    /*height: 100%;*/
    max-height: 215px;
}

.slick-initialized .service-1c-publications__item.slick-slide:not(:last-of-type) {
    margin-right: 16px;
}

@media screen and (max-width: 1200px) {
    .service-1c-publications__item {
        width: calc(33.33% - 8px);
        min-width: unset;
    }
}

@media screen and (max-width: 778px) {
    .service-1c-publications__items {
        align-items: inherit;
    }

    .service-1c-publications__item {
        height: auto;
    }
}

@media screen and (max-width: 668px) {
    .service-1c-publications__items {
        flex-wrap: wrap;
    }

    .service-1c-publications__item {
        width: 100%;
        min-width: unset;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .service-1c-publications {
        margin-top: 48px;
    }

    .service-1c-publications, .service-1c-program {
        padding-left: 0;
        margin-top: 48px;
        margin-bottom: 0;
    }

    .service-1c-publications__items {
        margin-top: 16px;
        padding-bottom: 0;
    }

    .service-1c-publications__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .service-1c-publications__content {
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        color: #000000;
    }
}

/* ----- //Полезные публикации ----- */

/* ----- Программы ----- */
.service-1c-program {
    margin-bottom: 24px;
}

.service-1c-program__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
}

.service-1c-program__items {
    width: 100%;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: space-between;
    margin-top: 16px;
}

.service-1c-program__item {
    padding: 24px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #C9CAD1;
}

.service-1c-program__item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000000;
    margin-bottom: 8px;
}

.service-1c-program__content {
    font-weight: 500;
    color: #000000;
    font-size: 12px;
    line-height: 133%;
}

.right_block .service-1c-program__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00CA89;
    border-radius: 4px;
    padding: 7px 16px 9px 16px;
    max-width: 111px;
    max-height: 32px;
    font-weight: 500;
    font-size: 13px;
    color: #00CA89;
    transition: 0.3s;
}

.right_block .service-1c-program__button:hover {
    color: #ffffff;
    background: #00CA89;
}

.slick-initialized .slick-slide.service-1c-program__item {
    display: flex;
    justify-content: space-between;
    max-width: 261px !important;
    width: 100%;
    height: 216px !important;
}

.slick-initialized .service-1c-program__item.slick-slide:not(:last-of-type) {
    margin-right: 16px;
}

@media screen and (max-width: 1135px) {
    .service-1c-program__items {
        align-items: inherit;
    }

    .service-1c-program__item {
        height: auto;
    }
}

@media screen and (max-width: 890px) {
    /*.service-1c-program__item {*/
    /*    width: calc(33.33% - 8px);*/
    /*}*/
}

@media screen and (max-width: 668px) {
    .service-1c-program__items {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service-1c-program__item {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .service-1c-program__items {
        margin-top: 16px;
    }

    .service-1c-program__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .service-1c-program__content {
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        color: #000000;
    }
}

/* ----- //Программы ----- */

/* ----- Стили для slick slider ----- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ----- //Стили для slick slider ----- */

/* ----------Баннер Совет------------*/
.advice-block {
    background: #DDF8E5;
    border-radius: 8px;
    padding: 32px 40px;
}

.advice-block__title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.right_block .advice-block__title p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
}

.right_block .advice-block a {
    font-weight: 500;
}

.advice-block__icon {
    width: 24px;
    height: 24px;
}

.advice-block__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advice-block__content {
    margin-bottom: 24px !important;
}

.advice-block .btn {
    margin-bottom: 0;
}

@media screen and (max-width: 520px) {
    .advice-block {
        padding: 16px;
    }
}

/* ----------//Баннер Совет----------*/

/* --------- Таблица ------------*/
.service-1c__table {
    display: block;
}

.service-1c__table table {
    width: 100%;
    border-spacing: 0 24px; /* Расстояние между ячейками */
    border-collapse: collapse;
}

.service-1c__table table tbody tr {
    border-bottom: 1px solid #E3E7EC;
}

.service-1c__table table th, .service-1c__table table td {
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 1.5; /* Для текста в 2 строки */
    color: #000000;
}

.service-1c__table table td {
    padding: 16px;
    width: 25%;
}

.service-1c__table table thead tr {
    border-radius: 4px;
    background: #f2f2f2;
}

.service-1c__table table thead th {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
}

.service-1c__table table td {
    background-color: #fff;
}

.service-1c__table table td:not(:first-child), .service-1c__table table th:not(:first-child) {
    text-align: center;
}

.service-1c__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.service-1c__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-1c__table table thead tr th.popular span.popular-sticker {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    height: 20px;
    width: 100%;
    max-width: 142px;
    background: #00CA89;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-1c__table table tfoot th {
    padding-left: 16px;
    padding-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #000000;
    border-radius: 4px;
}

.service-1c__table table tfoot td {
    padding: 0;
    padding-top: 16px;
}

.service-1c__table .btn {
    margin: 0 !important;
    width: auto;
}

.service-1c__table table tfoot td .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #000000;
}

.service-1c__table table tfoot td .subtitle {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%
}

.service-1c__prices.service-1c__table {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Адаптивность */
@media screen and (max-width: 600px) {
    .service-1c__table table th, .service-1c__table table td {
        padding: 8px 12px; /* Снижаем отступы на меньших экранах */
    }
}

/* -------- Цены -------- */
.service-1c__prices--mobile {
    display: none;
    /*padding-left: 16px;*/
}

.slick-initialized.service-1c__prices--mobile .slick-dots, .slick-initialized.service-1c-program__items .slick-dots, .slick-initialized.service-1c-publications__items .slick-dots {
    margin-bottom: 0 !important;
}

.slick-initialized.service-1c__prices--mobile .slick-slide.service-1c__prices-item {
    width: 263px;
    margin-right: 16px;
    box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 0);
    transition: 0.3s ease-in-out;
}

.slick-initialized.service-1c__prices--mobile .service-1c__prices-item.slick-slide.slick-current.slick-active {
    box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 0.15);
}

.slick-initialized.service-1c__prices--mobile .slick-list {
    padding-left: 0;
    overflow-y: visible;
    overflow-x: visible;
}

.service-1c__prices--1 .btn.btn-default {
    width: 118px;
}

.service-1c__prices--2 .btn.btn-default {
    width: 160px;
}

.service-1c__prices-item {
    position: relative;
    border-radius: 16px;
    padding: 32px 16px 24px 16px;
    background: #FFFFFF;
    border: 1px solid transparent;
}

.service-1c__prices-item.popular {
    background: #DDF8E5;
    border-color: #00CA89;
}

.service-1c__prices-item.popular .popular-sticker {
    position: absolute;
    top: 0;
    left: 24px;
    border-radius: 0 0 4px 4px;
    padding: 2px 6px;
    min-width: 94px;
    height: 20px;
    background: #00CA89;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ffffff;
}

.service-1c__prices-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 126%;
    color: #000000;
}

.service-1c__prices-list {
    list-style: none;
}

.service-1c__prices-list li {
    padding-left: 26px !important;
    margin-bottom: 12px !important;
    color: #000000;
}

.right_block ul.service-1c__prices-list li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/upload/images/Check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    padding-right: 10px;
    margin-right: 8px;
}

.service-1c__prices-list li:last-child {
    margin-bottom: 0 !important;
}

tr:first-child th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

tr:first-child th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.service-1c__prices-footer {
    margin-top: 24px;
}

.service-1c__prices-footer p {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #757B8A;
}

.service-1c__prices-footer p:last-child {
    margin-bottom: 0;
}

.right_block .service-1c__prices-footer a {
    font-weight: 500;
}

.service-1c-price-description {
    margin-top: 24px;
}

.right_block .service-1c-price-description a {
    font-weight: 500;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .service-1c__prices-footer {
        margin-top: 0;
    }

    .service-1c__prices--mobile {
        display: block;
        margin-top: 24px;
    }

    .service-1c__prices {
        display: none;
    }

    .service-1c-price-description {
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .slick-initialized.service-1c__prices--mobile .slick-dots, .slick-initialized.service-1c-program__items .slick-dots, .slick-initialized.service-1c-publications__items .slick-dots {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ------------- Аккордеон ------------ */
.service-1c__accordion {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.service-1c__accordion-item {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: 0.3 ease-in-out;
    padding: 24px;
}

.service-1c__accordion-item.active {
    background-color: #e0f7e9;
    border-color: #4caf50;
}

.service-1c__accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
}

.service-1c__accordion-item .service-1c__accordion-icon {
    transition: transform 0.3s;
    transform: rotate(0deg) !important;
}

.service-1c__accordion-item.active .service-1c__accordion-icon {
    transform: rotate(180deg) !important;
}

.service-1c__accordion-content {
    display: none;
    margin-top: 16px;
}

.service-1c__accordion-item.active .service-1c__accordion-content {
    display: block;
}

.service-1c__accordion-content ul li {
    color: #000000 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.service-1c__accordion-content ul li::before {
    background: #09e099 !important;
    position: absolute;
    display: block;
    content: "";
    left: -20px;
    border-radius: 5px;
    top: 8px !important;
}

.service-1c__accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.service-1c__accordion-content a {
    font-weight: 500 !important;
}

@media screen and (max-width: 520px) {
    .service-1c__accordion-item {
        padding: 16px;
    }

    .service-1c__accordion {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

/* ------------- //Аккордеон ------------ */
/* -------- Преимущества (две плашки) -------- */
.service-1c__features {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 32px;
}

.service-1c__features-item {
    width: calc(50% - 4px);
    background: #DDF8E5;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.service-1c__features-image {
    width: 107px;
    height: 80px;
    flex-shrink: 0;
}

.service-1c__features-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right_block .service-1c__features-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 168%;
    color: #000000;
    margin-bottom: 0;

}

@media screen and (max-width: 1080px) {
    .service-1c__features-item {
        flex-direction: column;
        gap: 8px;
    }

    .right_block .service-1c__features-text {
        text-align: center;
    }
}

@media screen and (max-width: 625px) {

    .service-1c__features-item {
        padding: 16px;
    }

    .right_block .service-1c__features-text {
        word-wrap: break-word; /* Разрешает перенести длинные слова */
        word-break: break-word; /* Переносит слова, которые не умещаются */
    }

    .service-1c__features {
        margin-bottom: 16px;
    }
}

/* -------- //Преимущества (две плашки) -------- */
/* ------- Оставить заявку на обслуживание ------ */
.service-1c-application {
    background: url("/images/new/ImageАpplication.png"), linear-gradient(146deg, rgba(242, 242, 242, 0.82) 5%, #e0e0e0 31.51%, rgba(224, 224, 224) 100%);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 47px 90px;
}

.service-1c-application__wrapper {
    position: relative;
    max-width: 449px;
    margin-left: 5%;
}

.service-1c-application__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #000000;
}
@media screen and (max-width: 520px) {
    .service-1c-application__title {
        font-weight: 700;
        font-size: 21px;
        line-height: 24px!important;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
}
.service-1c-application__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #757B8A;
}

.service-1c-application__form {
    margin-top: 24px;
}

.service-1c-application__form .service-1c__form-label {
    color: #000000 !important;
}

.service-1c-application__form .service-1c__form-input {
    border: 1px solid #757B8A !important;
    color: #000000 !important;
}

.service-1c-application__form .service-1c__form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: justify;
    color: #999EAB;
}

.service-1c-application__form .service-1c__form-checkbox-label {
    color: #000000;
}

.service-1c-application__form .service-1c__form-check {
    border: 1px solid #C9CAD1;
    background: #ffffff;
}

.service-1c-application__form .service-1c__form-input-required {
    left: -10px;
    color: black;
}

@media screen and (max-width: 980px) {
    .service-1c-application {
        background: linear-gradient(320deg, #dedede 35.51%, rgba(230, 230, 230, 0) 100%);
    }
}

@media screen and (max-width: 520px) {
    .service-1c-application {
        height: 790px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
        background: url("/upload/images/form-bg-mobile.png");
        background-position: top;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .service-1c-application__wrapper {
        padding: 16px;
        padding-bottom: 32px;
        margin-left: 0;
    }

    .service-1c-application__wrapper::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

.accordion-menu-item {

}

.accordion-menu-item.active {

}

.accordion-menu-item .sidearea-arrow {
    transition: transform 0.3s;
    transform: rotate(180deg) !important;
}

.accordion-menu-item.active .sidearea-arrow {
    transform: rotate(0deg) !important;
}


.menu-title {
    color: black;
}

.menu-title:hover {
    color: #00CA89;
}


#menu_header {
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.001em;

}

#menu_text {
    font-size: 12px;
    font-weight: 0;
    padding-bottom: 9px;
    padding-top: 1px;


}

.service-1c {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1344px;
    position: relative;
    width: 100%;
}

.narrow_N {
    margin-bottom: 0 !important;
}

.page-top-main {
    display: none;
}

.main.banner-auto {
    padding-bottom: 0px !important;
}

.service-1c-program__item-right-vertical {
    text-decoration: bold;
    color: black;
    display: inline-block;
    float: right;
    margin-top: 1%;
}

.service-1c-program__item-vertical {
    padding: 24px;
    padding-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #C9CAD1;
    width: 100%;
    margin-bottom: 2%;
}

.right_block--blog > .left_block {
    display: none;
}

.right_block--blog {
    margin-bottom: 0 !important;
}

@media (max-width: 520px) {
    .service-1c {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .content-md > .right_block.narrow_Y {
        width: 100% !important;
    }
}

.service-1c-staff {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #C9CAD1;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
    overflow: hidden;
}

.service-1c-staff__image {
    width: 249px;
    height: 160px;
    background-size: cover !important;
    min-width: 160px;
}

.service-1c-staff__desc-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 16px 20px;
    gap: 16px;
}

.service-1c-staff__dc-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
}

.service-1c-staff__dc-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.service-1c-staff__dc-staff {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
}

.service-1c-staff__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

@media (max-width: 768px) {
    .service-1c-staff {
        height: 100%;
    }

    .service-1c-staff__button {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .service-1c-staff {
        flex-direction: column;
    }

    .service-1c-staff__image {
        width: 100%;
        min-width: 100%;
        max-height: 100%;
        height: 80vw;
    }
}

.service-1c__main-photo a {
    width: 100%;
}

.publication__top {
    margin-bottom: 32px !important;
}
@media (max-width: 1000px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .page-top-main {
        display: none!important;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp2_main/components/itg/form.result.new/inline_service/style.css?1770561871223*/
.form_service_inline{
    border: 1px solid #26A47B;
    margin-top: 40px;
    padding: 34px;
    border-radius: 16px;
}
.form-header-for-service{
    padding-top: 20px!important;
    padding-left: 0!important;
}

/* End */


/* Start:/local/components/itg/form.result.new/templates/ser/style.css?17562912185357*/
#popup1CUT .popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    overflow-y: auto;
}

#popup1CUT .popup-form__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#popup1CUT .popup-form__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 12px;
    max-width: 812px;
    width: 100%;
    display: flex;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);

    /* Фоновое изображение */
    background-image: url("/upload/images/yuliya-mohova.webp");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #464A4F;
}

@media (max-height: 700px) {
    #popup1CUT .popup-form__content {
        top: 5%;
        transform: translate(-50%, 0);
        max-height: 90vh;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #popup1CUT .popup-form__content {
        background-image: none;
        background-color: #464A4F;
        width: 90%;
    }
}

#popup1CUT .popup-form__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1051;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#popup1CUT .popup-form__body {
    display: flex;
    width: 100%;
}

#popup1CUT .popup-form__form {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    max-width: 50%;
}

#popup1CUT .popup-form__title {
    margin: 0;
    padding-left: 0 !important;
    font-size: 27px;
    line-height: normal !important;
    font-weight: 700;
    color: #fff;
}

#popup1CUT .popup-form__text {
    margin: 0 ;
    font-size: 21px;
    color: #fff;
}
#popup1CUT .popup-form__sub-text{
    font-size: 16px;
}

#popup1CUT .popup-form__input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    width: 100%;
}

#popup1CUT .popup-form__submit {
    background-color: #00cb93;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 0 !important;
}

#popup1CUT .popup-form__submit:hover {
    background-color: #1e8665;
}

#popup1CUT .popup-form__agreement {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

#popup1CUT .popup-form__agreement input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

#popup1CUT .popup-form__agreement a {
    color: #26a47b;
    text-decoration: underline;
}

#popup1CUT .input-error {
    border: 2px solid #e28129 !important;
    background-color: #fff7f0;
}

#popup1CUT .checkbox-error {
    background-color: #fff7f0;
    border-left: 3px solid #e28129;
    padding-left: 8px;
}

#popup1CUT label.error {
    top: -15px;
    left: 0;
    font-size: 10px;
}

@media (max-width: 768px) {
    #popup1CUT label.error {
        top: -19px;
    }
}

/*#popupSupport1C .form .error {
    margin-bottom: 10px;
}*/

#popup1CUT .form .licence_block label.error {
    top: 4px;
}

#popup1CUT .licence_block.bx_filter a {
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    #popup1CUT .form .licence_block label.error {
        top: -3px;
    }
}

#popup1CUT .form .licence_block.bx_filter input[type="checkbox"] {
    margin-top: 5px;
}

#popup1CUT .form .licence_block.bx_filter {
    padding: 0;
}

#popup1CUT .form .licence_block.bx_filter label {
    display: flex;
    color: #fff;
}

#popup1CUT .form .licence_block.bx_filter label span{
    line-height: 14px;
}

#popup1CUT .popup-form__form--complete {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    #popup1CUT .popup-form__content {
        overflow-y: auto;
        padding: 20px;
        margin: 0 auto;
        width: 80%;
    }

    #popup1CUT .popup-form__form {
        padding: 16px;
        gap: 12px;
        max-width: 70%;
    }

    #popup1CUT .popup-form__title {
        font-size: 20px;
    }

    #popup1CUT .popup-form__text {
        font-size: 16px;
    }
    #popup1CUT .popup-form__sub-text{
        font-size: 12px;
    }

    #popup1CUT .popup-form__input,
    #popup1CUT .popup-form__submit {
        font-size: 16px;
    }

    #popup1CUT .popup-form__agreement {
        font-size: 11px;
        gap: 4px;
    }

    #popup1CUT .popup-form__close {
        top: 4%;
        right: 4%;
        font-size: 20px;
    }
}

@media (max-width: 668px) {
    #popup1CUT .popup-form__body {
        justify-content: center;
    }
    /*#popup1CUT .popup-form__content {
        background-image: none;
        background-color: #464A4F;
        width: 90%;
    }*/

    #popup1CUT .popup-form__close {
        right: 5vw;
    }

    #popup1CUT .popup-form__form {
        max-width: 100%;
    }
}
#popup1CUT .form-control.captcha-row{
    background: transparent;
}
#popup1CUT .inputtext.captcha
{
    width: 100%;
}

#popup1CUT .captcha-row .captcha_image,
#popup1CUT .captcha-row .captcha_input {
    height: 40px;
}
/* End */
/* /local/templates/aspro-allcorp2_main/components/bitrix/news/projects_actual/style.css?177056187233275 */
/* /local/templates/aspro-allcorp2_main/components/bitrix/news.detail/projects_actual/style.css?177056187138901 */
/* /local/templates/aspro-allcorp2_main/components/itg/form.result.new/inline_service/style.css?1770561871223 */
/* /local/components/itg/form.result.new/templates/ser/style.css?17562912185357 */
