.home-events{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:3}@media(max-width:640px){.home-events{flex-direction:column-reverse;gap:23rem}}.home-events>*{position:relative;z-index:2}.home-events__block-text{padding-left:var(--p-x);display:flex;flex-direction:column;align-items:flex-start;gap:15rem;width:340rem;position:relative}@media(min-width:2560px){.home-events__block-text{width:calc(579*100vw/2560)}}@media(max-width:640px){.home-events__block-text{width:100%;padding-right:var(--p-x)}}.home-events h2{color:var(--c-red);font-size:23rem;font-weight:500}@media(min-width:1920px){.home-events h2{font-size:calc(45*100vw/1920)}}@media(min-width:2560px){.home-events h2{font-size:calc(55*100vw/2560)}}@media(max-width:1024px){.home-events h2{font-size:calc(22*100vw/768)}}@media(max-width:640px){.home-events h2{font-size:calc(24*100vw/390)}}.home-events p{font-weight:300;font-size:17rem}@media(min-width:1920px){.home-events p{font-size:calc(30*100vw/1920)}}@media(min-width:2560px){.home-events p{font-size:calc(35*100vw/2560)}}@media(max-width:1024px){.home-events p{font-size:calc(15*100vw/768)}}@media(max-width:640px){.home-events p{font-size:calc(15*100vw/390)}}.home-events p:last-child{font-weight:400;font-size:13rem}@media(min-width:1920px){.home-events p:last-child{font-size:calc(25*100vw/1920)}}@media(min-width:2560px){.home-events p:last-child{font-size:calc(27*100vw/2560)}}@media(max-width:1024px){.home-events p:last-child{font-size:calc(11*100vw/768)}}@media(max-width:640px){.home-events p:last-child{font-size:calc(13*100vw/390);position:absolute;bottom:0;right:var(--p-x)}}.home-events__slider{width:calc(100% - 340rem);border-top:max(3px,3rem) solid #e5e5e5}@media(min-width:2560px){.home-events__slider{width:calc(100% - 579*100vw/2560)}}@media(max-width:640px){.home-events__slider{width:100%}}.home-events__slider-pagination{display:flex;justify-content:center;gap:1rem;position:static;margin-top:5rem}.home-events__slider-pagination-item{background:#d9d9d9;width:5rem;height:5rem;border-radius:50%}@media(max-width:640px){.home-events__slider-pagination-item{width:7rem;height:7rem}}.home-events__slider-pagination-item--active{background:#6e7a64}.home-events img{width:100%}