.hero-section{display:grid;gap:64px;grid-template-columns:375px 1fr}@media screen and (max-width:1024px){.hero-section{grid-template-columns:1fr}}@media screen and (max-width:576px){.hero-section{gap:40px}}.hero-section__title{color:var(--c-prime);font-size:16px;font-weight:400;line-height:131%;margin-bottom:30px}@media screen and (max-width:576px){.hero-section__title{font-size:14px;margin-bottom:24px}}.hero-section__subtitle{color:var(--c-black);font-size:48px;line-height:104%;margin-bottom:16px}@media screen and (max-width:576px){.hero-section__subtitle{font-size:32px;margin-bottom:24px}}.hero-section__description{color:#000;font-size:16px;line-height:131%;margin-bottom:64px;opacity:.5}@media screen and (max-width:576px){.hero-section__description{margin-bottom:40px}}@media screen and (max-width:576px) and (max-width:576px){.hero-section__description{font-size:14px;margin-bottom:24px}}.hero-section__contact{display:flex;flex-direction:column;line-height:120%}.hero-section__phone{color:var(--c-black);font-size:18px;font-weight:700}.hero-section__actions{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.hero-section__grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:576px){.hero-section__grid{gap:10px}}.hero-section__card{aspect-ratio:1/1;background:var(--c-gray);overflow:hidden}.hero-section__card--red{background:var(--c-prime)}.hero-section__card--circle{border-radius:50%}.hero-section__card--rounded{border-radius:20px}.hero-section__card-image--hover{opacity:0;transition:.3s}.hero-section__card:hover .hero-section__card-image--hover{opacity:1}.special-offers-slider-card{border-radius:20px;display:block;height:380px;overflow:hidden;position:relative}@media screen and (max-width:780px){.special-offers-slider-card{height:260px}}.special-offers-slider-card__image{height:100%;width:100%}.special-offers-slider-card__content{color:var(--c-white);display:flex;flex-direction:column;gap:8px;justify-content:flex-end;inset:0;padding:40px;position:absolute}@media screen and (max-width:780px){.special-offers-slider-card__content{padding:20px}}.special-offers-slider-card__discount{font-size:80px;font-weight:400;line-height:100%}@media screen and (max-width:780px){.special-offers-slider-card__discount{font-size:50px}}.special-offers-slider-card__title{font-size:26px;font-weight:400;line-height:115%;max-width:calc(100% - 25px);width:450px}@media screen and (max-width:780px){.special-offers-slider-card__title{font-size:20px}}.special-offers-slider-card__icon{bottom:45px;position:absolute;right:40px}@media screen and (max-width:780px){.special-offers-slider-card__icon{bottom:25px;right:20px}}.article-card{display:flex;flex-direction:column}.article-card:hover .article-card__title{color:var(--c-prime)}.article-card__image{aspect-ratio:417/270;border-radius:20px;margin-bottom:30px;overflow:hidden}.article-card__content{display:flex;flex-direction:column;gap:15px}.article-card__title{font-size:26px;line-clamp:3;-webkit-line-clamp:3;line-height:115%;transition:color .3s ease-in-out}.article-card__description,.article-card__title{color:var(--c-black);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.article-card__description{font-size:16px;font-weight:400;line-clamp:4;-webkit-line-clamp:4;line-height:131%;opacity:.45}
