

/* Start:/local/templates/aes/components/bitrix/catalog.section.list/systems_list_tabs/style.css?17490373935136*/
.sistems-tabs {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 20px;
}

@media (max-width: 991px) {
    .sistems-tabs {
        grid-template-columns: 100%;
        grid-gap: 64px;
    }
}

.sistems-tabs-left {
    display: grid;
    background: #ffffff;
    height: fit-content;
}

@media (max-width: 991px) {
    .sistems-tabs-left {
        display: flex;
        max-width: 100%;
        overflow-x: scroll;
        align-items: center;
    }
}

.sistems-tab {
    border-left: 2px solid #ffffff;
    padding: 20px;
    color: #1a1a1a;
    cursor: pointer;
}

@media (max-width: 991px) {
    .sistems-tab {
        border-left: none;
        border-top: 2px solid #ffffff;
        padding: 20px;
        white-space: nowrap;
    }
}

.sistems-tab:hover {
    background: #f1f1f1;
}

.sistems-tab-active {
    background: #f1f1f1;
    border-left: 2px solid #e41f25;
}

@media (max-width: 991px) {
    .sistems-tab-active {
        background: #f1f1f1;
        border-left: none;
        border-top: 2px solid #e41f25;
    }
}

.sistems-tabs-right {
    background: #ffffff;
    padding: 20px;
}

.sistems-tabs-content {
    display: none;
    padding: 10px;
    position: relative;
}

.sistems-tabs-content._active {
    display: block;
}

.sistems-tabs-content .owl-nav {
    position: absolute;
    display: flex;
    padding: 16px;
    color: #000;
    background: #ffffff;
    top: -78px;
    right: -30px;
}

.sistems-tabs-content .owl-dots {
    display: flex;
    width: fit-content;
    gap: 10px;
    margin: 20px auto 0;
}

.sistems-tabs-content .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e41f2580;
}

.sistems-tabs-content .owl-dots .owl-dot.active {
    background: #e41f25;
}

.sistems-tabs-content .owl-nav .owl-next {
    font-size: 0;
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    background: url('/local/media/transport_and_road_construction/images/sprite.svg#arrow-small') center no-repeat;
}

.sistems-tabs-content .owl-nav .owl-prev {
    font-size: 0;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    background: url('/local/media/transport_and_road_construction/images/sprite.svg#arrow-small') center no-repeat;
}

.sistems-tabs-content .owl-nav .owl-next.disabled, .sistems-tabs-content .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}

.sistems-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #ffff;
    padding: 40px;
    width: 95%;
    max-width: 920px;
    max-height: 88vh;
    overflow-y: auto;
}

@media (max-width: 740px) {
    .sistems-modal {
        padding: 40px 20px;
    }
}

.sistems-modal-content {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-gap: 20px;
    color: #1a1a1a;
}

@media (max-width: 740px) {
    .sistems-modal-content {
        grid-template-columns: 1fr;
    }
}

.sistems-modal-img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

@media (max-width: 740px) {
    .sistems-modal-img {
        max-width: 250px;
        grid-row-start: 3;
    }
}

.sistems-modal-content-rigth {
    display: grid;
    grid-gap: 20px;
    height: fit-content;
    align-items: start;
}

.sistems-modal-title {
    font-weight: bold;
    font-size: 32px;
}

.sistems-modal-text, .sistems-modal-oblast-text {
    line-height: 1.45;
}

.sistems-modal-text p, .sistems-modal-oblast-text p {
    padding-bottom: 8px;
}

.sistems-modal-oblast, .sistems-modal-sostav {
    display: grid;
    grid-gap: 10px;
    grid-column-start: 1;
    grid-column-end: 3;
}

@media (max-width: 740px) {
    .sistems-modal-oblast, .sistems-modal-sostav {
        grid-column-start: auto;
        grid-column-end: auto;
    }
}

.sistems-modal-props-ttl {
    font-weight: bold;
}

.sistems-modal-sostav ul {
    display: grid;
    grid-gap: 10px;
    list-style: none;
    padding-left: 0;

}

.sistems-modal-sostav ul li {
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-gap: 10px;

}

.sistems-modal-sostav ul li span {
    color: #e41f25;
}

.sistems-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.sistems-modal-close::before,
.sistems-modal-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sistems-modal-close::before {
    transform: rotate(45deg) translateX(-50%);
}

.sistems-modal-close::after {
    transform: rotate(-45deg) translateX(-50%);
}

.modal-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000098;
}
/* End */


/* Start:/local/templates/aes/components/bitrix/news.list/sistems_list_tabs/style.css?17490245281222*/
.sistems-tabs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 1829px) {
    .sistems-tabs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .sistems-tabs-grid {
        grid-template-columns: 1fr;
    }
}

.sistems-tabs-item {
    padding: 8px;
    display: grid;
    align-items: center;
    border: 1px solid #f1f1f1;
    grid-template-columns: 1fr 2.5fr;
    grid-gap: 10px;
    cursor: pointer;
}

@media (max-width: 420px) {
    .sistems-tabs-item {
        grid-template-columns: 1fr;
    }
}

.sistems-tabs-item:hover {
    background: #F1F1F1;
}

.sistems-tabs-item:hover .sistems-tabs-item-title {
    color: #e41f25;
}

.sistems-tabs-desc {
    display: grid;
    grid-gap: 10px;
    height: fit-content;
}

.sistems-tabs-item-title, .sistems-tabs-desc p {
    color: #1a1a1a;
}

.sistems-tabs-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

.sistems-tabs-item-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: auto;
}

.sistems-tabs-item-props {
    display: none;
}
/* End */
/* /local/templates/aes/components/bitrix/catalog.section.list/systems_list_tabs/style.css?17490373935136 */
/* /local/templates/aes/components/bitrix/news.list/sistems_list_tabs/style.css?17490245281222 */
