

/* Start:/local/templates/main/components/bitrix/news/project_services/style.css?17799548883049*/
.sign-up {
    display: grid;
    background: #fff;
    padding: 20px 0px 20px;

}

.sign-up__right {
    background: #fff;
}
.sign-up__details {
    display: none;
}
.sign-up__details.sign-up__details--bottom {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
    background: #F4F4F4;

}

.sign-up__title {
    color: #222;
    font-weight: 800;

    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.21;

}
.sign-up__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #999;


}

.sign-up__dest {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.sign-up__term {
    color: #999;
    line-height: 1.42;
    font-weight: 400;
    font-size: 14px;
}

.sign-up__subtitle {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 800;
    margin-bottom: 20px;

}
.sign-up__option {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: #555;
    gap: 14px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}
@media (any-hover: hover){
    .sign-up__option:hover .sign-up__image img{
        transform: scale(1.1);

    }
}
.sign-up__name {
    color: #343434;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 6px;
}
.sign-up__content {
    padding: 0px 14px 14px 14px;

}
.sign-up__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    line-height: 1.71;
    color: #555;

}

.sign-up__list li {
    padding-left: 20px;
    position: relative;
}
.sign-up__list li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #164281;

}
.sign-up__image {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.sign-up__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;

}


@media (min-width: 1279.98px) {
    .sign-up {
        grid-template-columns: 1fr 780px;
        background: none;
    }
    .sign-up__right {
        padding: 40px;
    }
    .sign-up__subtitle {
        margin-bottom: 32px;
    }
    .sign-up__item {
        gap: 6px;
    }
    .sign-up__details.sign-up__details--bottom {
        display: none;
    }
    .sign-up__details {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .sign-up__title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 1.18;
    }
}
@media (min-width: 767.98px) {

    .sign-up__option {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 24px;

    }
    .sign-up__name {
        margin-bottom: 10px;
    }
    .sign-up__content {
        padding: 24px 24px 24px 0px;


    }
    .sign-up__list  {
        gap: 8px;

    }
    .sign-up__image {
        aspect-ratio: 195/197;
        flex: 0 0 197px;
        overflow: hidden;
        display: block;
        height: 100%;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/project_services/style.css?17799548883049 */
