.main-banner{display:flex;gap:12px;height:320px}.main-banner__item{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;border:1px solid transparent;background-clip:padding-box}.main-banner__item::before{content:'';position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(139deg,#b07045 0,rgba(215,177,152,.24) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.main-banner__item--large{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:24px 32px 32px;box-shadow:0 16px 56px 0 rgba(0,0,0,.2)}.main-banner__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.main-banner__item--large .main-banner__image{object-position:left}.main-banner__item--large::after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(44,36,37,.8) 50%,rgba(11,9,10,0) 61%);pointer-events:none;z-index:0}.main-banner__button{position:relative;z-index:1;width:160px}.main-banner__item--small{width:25.91%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:32px 24px}.main-banner__item--small .main-banner__title{font-size:48px;line-height:1.17;letter-spacing:-.01em;text-align:center;text-shadow:0 0 24px rgba(255,200,147,.24),0 0 12px rgba(12,10,7,.6)}.main-banner__item--small .main-banner__button{width:auto;margin-top:auto}.main-banner__slide{height:100%;width:100%;border-radius:16px;overflow:hidden}@media (max-width:959px){.main-banner{height:280px}.main-banner__item--large{padding:12px 24px 24px}.main-banner__item--small{width:40%;padding:12px 24px 24px}}@media (max-width:599px){.main-banner{height:200px}.main-banner__item--large{padding:12px 16px 16px}.main-banner__item--small{display:none}}