

/* Start:/local/templates/egm/components/bitrix/system.pagenavigation/.default/style.css?17635539041718*/
.modern-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.modern-nav a, .modern-page-current {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B2B2B;
}

.modern-page-current {
    border-radius: 6px;
    background: #FFF;
}

.modern-nav a:hover {
    color: var(--main-color);
}

.modern-page-next {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4297 13.9302L28.4997 20.0002L22.4297 26.0702' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 20H28.33' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.modern-page-previous {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5703 26.0703L11.5003 20.0003L17.5703 13.9303' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.5 20L11.67 20' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* End */


/* Start:/local/templates/egm/components/bitrix/news.list/service/style.css?17635539061780*/
/* .service__item-title {
    font-size: 28px !important;
    width: 280px !important;
} */

.service__item-detail-title {
    font-size: 32px !important;
}

.service__item-detail-text {
    max-width: 1200px;
}

/* 
.fade-slide-enter-active,
.fade-slide-leave-active {
    transition: all 0.3s ease;
}

.fade-slide-enter-from,
.fade-slide-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}

.fade-slide-enter-to,
.fade-slide-leave-from {
    opacity: 1;
    transform: translateY(0);
} */
.fade-slide-enter-active,
.fade-slide-leave-active {
    overflow: hidden;
}

.fade-slide-enter-active,
.fade-slide-leave-active {
    overflow: hidden;
    transition: all 0.4s ease;
}
.fade-slide-enter-from,
.fade-slide-leave-to {
    opacity: 0;
}
.fade-slide-enter-to,
.fade-slide-leave-from {
    opacity: 1;
}




/* .service__item {
    position: relative;
}

.service__item-bot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

/* @media screen and (max-width: 1200px) {
    .service__item-title {
        font-size: 14px !important;
    }
} */

@media screen and (min-width: 992px) {
    .service__item-preview-text {
        font-size: 20px !important;
    }

    .service__item-detail-text, .service__item-preview-textdetail {
        font-size: 20px !important;
        line-height: 130%;
    }
}

@media screen and (max-width: 992px) {
    .service__item-bot .service__item-head {
        margin-bottom: 40px !important;
    }

    .service__item-detail-text {
        margin-bottom: 40px !important;
    }

    .service__item-detail-title {
        margin-bottom: 40px !important;
    }

    .service__item-title {
        width: 215px;
    }
}
/* End */
/* /local/templates/egm/components/bitrix/system.pagenavigation/.default/style.css?17635539041718 */
/* /local/templates/egm/components/bitrix/news.list/service/style.css?17635539061780 */
