@charset "utf-8";.Section__services{display:block;margin:-10px;padding:0;column-count:4;list-style-type:none}.Section__service{display:grid;grid-template-columns:30px 1fr;grid-column-gap:10px;align-items:start;padding:10px;box-sizing:border-box;break-inside:avoid-column}.Section__service-letter{font-weight:700;font-size:20px;line-height:20px;color:#000}.Section__service-list{width:fit-content;max-width:100%;overflow:hidden}.Section__service-item{display:flex;flex-direction:row;align-items:center;font-weight:500;font-size:14px;line-height:22px;color:#000;width:fit-content;max-width:100%;cursor:pointer;transition:color .2s}.Section__service-item__title{width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1}.Section__service-item__counter{color:#9399a1;width:fit-content;flex-shrink:0}.Section__service-item+.Section__service-item{margin-top:2px}.Section__service-item:active,.Section__service-item:hover{color:#4f4f4f}@media (max-width:1400px){.Section__services{column-count:3}}@media (max-width:1024px){.Section__services{column-count:2}}@media (max-width:768px){.Section__services{column-count:1}}