

/* Start:/local/components/simpleit/services.sections/templates/classic/style.css?17071592302186*/
.services {
    cursor: default;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services__description {
    color: #555;
    margin-bottom: 40px;
}

.services__item {
    padding: 40px;
    border: 1px solid #eee;
    display: flex;
    transition: all .3s;
}

.services__item:hover {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}

.services__item-picture {
    max-width: 250px;
    margin-right: 35px;
    object-fit: cover;
    object-position: center;
}

.services__item-title {
    display: flex;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    transition: all .3s;
    text-decoration: none;
}

.services__item-title:hover {
    cursor: pointer;
    color: var(--main-color);
}

.services__item-text {
    display: flex;
    color: #777;
    padding-right: 15px;
}

.services__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s;
}

.services__item-link:hover {
    background-color: var(--main-color);
    border-color: transparent;
}

.services__item-link:hover .services__item-link-svg {
    fill: #fff;
}

.services__item-link-svg {
    fill: #999;
    border-radius: 3px;
}

/* 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) {
    .services__item {
        flex-direction: column;
        padding: 20px;
    }

    .services__item + .services__item {
        margin-top: 15px;
    }

    .services__item-picture {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .services__item-text {
        margin-bottom: 10px;
    }

    .services__item-link {
        display: none;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .services__item {
        padding: 10px;
    }
}
/* 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.sections/templates/classic/style.css?17071592302186 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
