

/* Start:/local/components/simpleit/services.element/templates/classic/style.css?17071592332108*/
.service-element {
    margin-bottom: 20px;
}

.service-element__banner {
    position: relative;
    margin-bottom: 20px;
}

.service-element__banner-image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-element__banner-info {
    line-height: normal;
    margin-top: 20px;
    display: flex;
    height: 500px;
    justify-content: center;
    flex-direction: column;
}

.service-element__banner-title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 32px;
}

.service-element__banner-text {
    margin-bottom: 25px;
    font-size: 16px;
    color: #777;
}

.service-element__banner-buttons {
    display: flex;
    margin-bottom: 20px;
}

.service-element__banner-button {
    padding: 16px 15px;
    line-height: normal;
    font-size: var(--fs-small);
    border: none;
}

.service-element__banner-button + .service-element__banner-button {
    margin-left: 10px;
}

.service-element__banner-image-container {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.service-element__banner-image {
    animation: show-image 1s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes show-image {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .service-element__banner-info {
        margin-top: 10px;
        height: inherit;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* End */


/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/services.element/templates/classic/style.css?17071592332108 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
