

/* Start:/bitrix/templates/.default/components/bitrix/news.list/choice_list/style.css?17851620221665*/
.list_numbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 45px;
}
.image_lnmb {
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: 50%;
    border-radius: 12px;
}
.number_lnmb {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(0%, -50%);
    color: #222;
    font-family: "Russo One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    width: 90px;
    background-color: #fff;
    border-radius: 50%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_numbs_item {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.title_lnmb {
    color: #222;
    font-family: "Russo One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.container_list_numbers_text{
    margin-bottom: 25px;
}
.list_choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.list_choices_item {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.image_lncs {
    width: 100%;
    height: 248px;
    background-size: cover;
    border-radius: 12px;
    background-position: 50%;
}
.title_lncs {
    color: #555;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.container_list_numbers {
    margin-bottom: 30px;
}
.list_choices.list_choices_4 {
    grid-template-columns: repeat(4,1fr);
}
.list_choices.list_choices_4 .image_lncs {
    height: 119px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/choice_list/style.css?17851620221665 */
