

/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/news/projects_new/style.css?177056187233953*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&display=swap');
/* ------- Стили для каркаса страницы (основная часть и сайдбар) ------- */
p {
    font-weight: 400;
}
@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;
    top:3px;
}
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;
}
.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 #C9CAD1;
}
.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: 635px) {
    .service-1c__prices--mobile {
        display: block;
        margin-top: 24px;
    }
    .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;
    }
}
@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;
    }
}

/* ------------- Аккордеон ------------ */
.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;
    border-radius: 16px;*/
    background: url("/upload/images/new-form2.png") !important;
    /*background-position:right !important;*/
    padding: 64px 90px;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 16px;
    background-color: #dfdfdf !important;
    background-position-x: 480px !important;
}

.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 .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;
}
@media (min-width: 992px) {
    .side_left .content-md > .right_block.narrow_Y, .side_left .content-md > .right_block.narrow_Y + .left_block {
        float: left!important;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/news.detail/projects/style.css?177056187139275*/
@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.service-1c__list {
    padding-left: 0 !important;
    list-style-type: none;
    margin-top: 10px;
}

.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__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.service-1c__list li::before {
    content: "";
    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;
    }
}

@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;
    display:block;
}

.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 #C9CAD1;
}

.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: 635px) {
    .service-1c__prices--mobile {
        display: block;
        margin-top: 24px;
    }
    .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;
    }
}
@media screen and (max-width: 520px) {
    .service-1c__prices-footer {
        margin-top: 0;
    }

    .service-1c__prices {
        display: none;
    }

    .service-1c-price-description {
        margin-top: 0;
        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;
    }
}
.right_block iframe{
    width: 919px;
    height: 557px;
}
@media (max-width: 1392px) {
    .right_block iframe{
        width: 100%;
        height: calc(75vw/2);
    }
}
@media (max-width: 1200px) {
    .right_block iframe{
        height: 50vw;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/news.list/front-reviews_custom_3/style.css?177056187211782*/
/* 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-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.reviews-slider {
    list-style: none;
}
.reviews-slider li {
    padding-left: 0px;
}
.reviews-slider li:before {
    display: none;
}

.reviews-slider .reviews-slider__item {
    padding: 10px 15px;
}
.reviews-slider .reviews-slider__item .reviews-slider__el {
    margin: 0px;
    padding: 30px 35px 43px 70px;
    background: #fff;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
}
.reviews-slider .reviews-slider__item .reviews-slider__el:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.reviews-slider .reviews-slider__item .table_block {
    display: flex;
}
.reviews-slider .reviews-slider__item .table_block .image {
    width: 50px;
    margin-right: 20px;
}
.reviews-slider .reviews-slider__item .table_block .image .image-wrapper {
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
}
.reviews-slider .reviews-slider__item .table_block .image .image-inner {
    overflow: hidden;
    border-radius: 100%;
    height: 50px;
}
.reviews-slider .reviews-slider__item .table_block .image img {
    width: auto;
    display: inline-block;
}
.reviews-slider .reviews-slider__item .table_block .text {
    width: calc(100% - 70px);
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0px;
}
.reviews-slider .reviews-slider__item .table_block .text .title {
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 1.067em;
}
.reviews-slider .reviews-slider__item .table_block .text .company {
    color: #777;
    font-size: 13px;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper {
    position: relative;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper .quote {
    position: absolute;
    top: 18px;
    left: -40px;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper .quote svg path {
    fill: #9ed111;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper .preview-text {
    padding-top: 19px;
    padding-bottom: 0px;
    position: relative;
    color: #555555;
    font-size: 1.067em;
    max-height: 300px;
    overflow: hidden;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper .preview-text img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.reviews-slider .reviews-slider__item .preview-text-wrapper .link-block-more {
    margin-top: 17px;
    display: inline-block;
}

.reviews-slider .slick-dots {
    display: flex !important;
    justify-content: center;
}
.reviews-slider .slick-dots li {
    margin: 0px 5px;
}
.reviews-slider .slick-dots button {
    background: #cad2d6;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border: none;
    display: block;
    font-size: 0px;
    padding: 0px;
    border-radius: 50%;
    transition: ease 0.3s all;
}
.reviews-slider .slick-dots li.slick-active button {
    background: #9ed111;
}
.reviews-slider .slick-dots li:hover button {
    background: #9ed111;
}
.reviews-slider .slick-list {
    margin: -20px -25px 0px;
    padding: 10px 10px;
}

.reviews-slider .slick-list .slick-slide > div {
    height: 100%;
}
.reviews-slider .slick-list .slick-slide .reviews-slider__item {
    height: 100%;
}
.reviews-slider .slick-list .slick-slide .reviews-slider__item .reviews-slider__el{
    height: 100%;
}

.nav-reviews {
    margin-left: 25px;
    display: flex;
}
.nav-reviews .slick-arrow {
    background: #9ed111;
    width: 33px;
    height: 33px;
    display: block;
    padding: 0px;
    font-size: 0px;
    border-radius: 50%;
    position: relative;
    border: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.nav-reviews .slick-arrow:before {
    content: "";
    left: -2px;
    position: absolute;
    top: 0px;
    background: url(/bitrix/templates/aspro-allcorp2/images/svg/Arrow_left_sm.svg) no-repeat center;
    width: 33px;
    height: 33px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.nav-reviews .slick-arrow:hover {
    background-color: #b3ec15;
}
.nav-reviews .slick-arrow:hover:before {
    opacity: 1;
}
.nav-reviews .slick-arrow.slick-next {
    transform: rotate(-180deg);
    margin-left: 10px;
}


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

    .reviews-slider .reviews-slider__item .reviews-slider__el {
        padding: 20px 20px 10px 20px;
    }
    .reviews-slider .reviews-slider__item .preview-text-wrapper {
        padding-top: 20px;
    }
    .reviews-slider .reviews-slider__item .preview-text-wrapper .quote {
        left: 0px;
        top: 9px;
    }

    .reviews-slider .slick-dots li {
        margin: 0px 3px;
    }
}
/* fix for catalog page*/
.right_block ul.reviews-slider.slick-initialized.slick-slider.slick-dotted, .right_block ul.slick-dots  {
    max-width: unset !important;
}
.review_frame.jqmWindow {
    max-width: 90vw;
    margin: 0 auto;
}
/*---------------Блок Отзывы-------------*/
.main-reviews__block {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 24px;
    width: 100%;
    max-height: 530px;
    padding-bottom: 10px;
}
.main-reviews__block::-webkit-scrollbar {
    height: 5px;
}
.main-reviews__block::-webkit-scrollbar-thumb {
    background: #00ca89;
    border-radius: 5px;
    border: none;
}
.main-reviews__block::-webkit-scrollbar-track {
    background-color: #C9CAD1;
    border: none;
}
@media screen and (max-width: 400px) {
    .main-reviews__block {
        margin-top: 10px;
    }
}
.main-reviews__block-item {
    cursor: pointer;
    min-width: 300px;
    flex-shrink: 0;
    /*width: calc(33.33% - 16px);
    max-width: 90vw;*/
    border-radius: 16px;
    background: #ffffff;
    padding: 24px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    border: 1px solid #C9CAD1;
    overflow: hidden;
    /*gap: 23px;*/
}
@media screen and (max-width: 520px) {
    .main-reviews__block-item {
        border: none;
    }
}
.main-reviews__block-item:hover {
    box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.15);
}
.main-reviews__title {
    min-height: 70px !important;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.main-reviews__quote {
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
}
.main-reviews__quote img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-reviews__review-text {
    height: 260px;
    position: relative;
    border-radius: 10px;
    padding: 12px;
    background: #ddf8e5;
}
@media screen and (max-width: 768px) {
    .main-reviews__review-text {
        height: auto;
        margin-bottom: 20px;
    }
}
.main-reviews__review-text .btn{
    margin: 8px 0px 0px 0px;
    line-height: 20px;
    padding-left: 5px !important;
}
.main-reviews__review-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}
.main-reviews__review-text-inner-wrapper{
    width: 100%;
    height: 179px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-text-owerflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.main-reviews__review-text-inner-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-reviews__review-text-more,
.main-reviews__review-text-more:hover {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #00ca89;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    /*margin-top: 8px;*/
}
.main-reviews__review-text-more{
    margin-top: 8px;
}
@media screen and (max-width: 400px) {
    .main-reviews__review-text-more {
        text-align: left !important;
        justify-content: flex-start !important;
        padding-left: 0 !important;
    }
}
.main-reviews__triangle {
    position: absolute;
    bottom: -9px;
    left: 10px;
}
.main-reviews__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    min-height: 70px;
}
.main-reviews__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.main-reviews__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-reviews__author-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}
@media screen and (max-width: 1290px) {
    .main-reviews__block-item {
        min-width: 280px;
    }
}
@media screen and (max-width: 991px) {
    .main-reviews__block-item {
        width: 100%;
    }
    .main-reviews__block {
        overflow-x: scroll;
    }
    .main-reviews__review-text-inner-wrapper{
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }
}
@media screen and (max-width: 400px) {
    .main-reviews__block-item {
        min-width: 100%;
    }
}
.main-reviews .btn.mobile-show {
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 400px) {
    .main-reviews .btn.mobile-show {
        max-width: 100%;
    }
}
.main-reviews__block.slick-initialized.slick-slider {
    max-height: 590px;
    display: block !important;
}
.main-reviews__block.slick-initialized .slick-list {
    max-height: 580px;
    background: white;
}
@media screen and (max-width: 400px) {
    .main-reviews__block.slick-initialized .slick-list {
        background: transparent;
    }
}
.reviews .item-views .item .btn {
    max-width: calc(100% - 20px);
}
/*--------------//Блок Отзывы-------------*/
.h4_for_rew{
    margin-bottom: 15px !important;
    font-size: 32px !important;
    padding-left: 0 !important;
}
@media (max-width: 530px) {
    .h4_for_rew{
        padding-left: 24px!important;
    }
}
@media (max-width: 440px) {
    .h4_for_rew{
        font-size: 22px !important;
    }
}
.slick-initialized .slick-slide {
    width: 356px;
    margin-left: 8px;
    margin-right: 8px;
}

@media (max-width: 520px) {
    .main-reviews .slick-initialized .slick-slide{
        width: 80vw!important;
        min-width: 85vw!important;
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp2_main/components/bitrix/form.result.new/service_footer/style.css?1770561871713*/
.form.inline .col-md-12 {
    width: 100%;
}
.captcha-row {
    max-width: unset !important;
}
.form .form-body {
    padding-bottom: 15px !important;
}
.form .inputtext.captcha {
    position: static;
}
.form .inputtext.captcha, .form .captcha_input {
    position: static !important;
    max-width: initial !important;
}
@media (min-width: 580px) {
    .form.inline .form-control.captcha-row.clearfix {
        display: flex;
        flex-wrap: wrap;
    }
    .form.inline .captcha_image {
        margin-right: 15px;
    }
}
.form.inline label.captcha.inline, .form.inline .form-control.captcha-row.clearfix {
    padding-left: 25px;
}
.stat-form .form.inline .form-control {
    height: initial !important;
}
/* End */
/* /local/templates/aspro-allcorp2_main/components/bitrix/news/projects_new/style.css?177056187233953 */
/* /local/templates/aspro-allcorp2_main/components/bitrix/news.detail/projects/style.css?177056187139275 */
/* /local/templates/aspro-allcorp2_main/components/bitrix/news.list/front-reviews_custom_3/style.css?177056187211782 */
/* /local/templates/aspro-allcorp2_main/components/bitrix/form.result.new/service_footer/style.css?1770561871713 */
