

/* Start:/local/templates/store/components/bitrix/news.list/market_services_front/style.css?17564960572622*/
.services__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services__item {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 20px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0000;
    transition: border-color .3s ease;
}

.services__item a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.services__text {
    width: 65%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 0 20px 30px;
}

.services__image {
    width: 35%;
}

.services__image img {
    width: 100%;
}

.services__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.services__desc {
    font-size: 18px;
    color: #939393;
    margin-bottom: 30px;
}

.services__icons {
    display: flex;
    margin-top: auto;
    align-items: center;
    flex-wrap: wrap;
}

.services__icon img {
    width: 38px;
}

.services__icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-right: 16px;
    margin-bottom: 16px;
}

.services__icon span {
    font-weight: 400;
    font-size: 14px;
    padding-left: 8px;
    width: calc(100% - 38px);
}




@media (any-hover: hover), (hover: hover) and (pointer: fine) {
    .services__item:hover {
        border-color: #fd0140;
    }
}

@media (max-width: 1400px) {
    .services__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .services__image {
        width: 20%;
    }

    .services__text {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .services__image {
        width: 30%;
    }

    .services__text {
        width: 70%;
    }

    .services__text {
        padding: 30px 0 20px 30px;
    }

    .services__title {
        font-size: 24px;
    }

    .services__desc {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .services__text,
    .services__image {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .services__image {
        order: 1;
    }

    .services__image img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .services__text {
        order: 2;
    }

    .services__item {
        padding: 20px;
        flex-direction: column;
    }

    .services__icons {
        margin-top: 0;
    }

    .services__icon span br {
        display: none;
    }

    .services__icon img {
        width: 24px;
    }

    .services__icon span {
        width: calc(100% - 24px);
    }
}
/* End */
/* /local/templates/store/components/bitrix/news.list/market_services_front/style.css?17564960572622 */
