.about-new{overflow:hidden}.about-new .container{display:flex;flex-direction:column;row-gap:32px}@media (max-width:1024px){.about-new .container{row-gap:24px}}.about-new__top{display:flex;gap:16px;justify-content:space-between}.about-new__top h2{max-width:620px}@media (max-width:768px){.about-new__top{flex-direction:column}}.about-new__container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;height:527px;transition:height .4s ease}@media (max-width:1024px){.about-new__container{height:auto}}@media (max-width:768px){.about-new__container{display:flex;flex-direction:column;row-gap:8px}}.about-new__block{grid-column:span 4;display:flex;flex-direction:column;row-gap:16px;overflow:hidden;position:relative}.about-new__block:first-of-type{justify-content:flex-start}.about-new__block:last-of-type{justify-content:flex-end}@media (max-width:1024px){.about-new__block:nth-of-type(2) {display:none}.about-new__block{grid-column:span 6}.about-new__block:last-of-type{justify-content:flex-start}}@media (max-width:768px){.about-new__block{grid-column: 1 / -1}}.about-new__item{position:relative;border-radius:8px;background-color:var(--white);min-height:142px;padding:32px;height:auto;cursor:pointer;overflow:hidden}.about-new__item.active>.about-new__item-count{color:var(--primary-color)}.about-new__item-description{height:0;overflow:hidden;transition:height .4s ease;font-size:14px;line-height:24px;font-weight:400}.about-new__item-count{font-size:74px;line-height:53px;font-weight:700;color:var(--disabled-color);margin-bottom:-20px}.about-new__item-top{display:flex;justify-content:space-between;gap:8px;overflow:hidden;transition:height .4s ease}.about-new__item-top h3{font-size:18px;line-height:24px;font-weight:600}.about-new__item-top svg{flex-shrink:0}.about-new__image-wrapper{display:flex;width:100%;height:100%;border-radius:10px;overflow:hidden}.about-new__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.about-new__button{height:fit-content}