.about{align-items:center;gap:28px;width:100%;max-width:1720px;margin:18px auto 0;display:flex}.about .about__left{align-items:center;gap:18px;width:calc(40% - 14px);display:flex}.about .about__left img{object-fit:cover;border-radius:8px;width:100%;height:auto}.about .about__left .about__images-left{flex-direction:column;gap:18px;display:flex}.about .about__left .about__images-left img{aspect-ratio:5/3}.about .about__right{width:calc(60% - 14px)}.about .about__right h2{text-transform:uppercase;color:#b90000;margin-bottom:16px;font-size:34px;font-weight:700}.about .about__right p{font-size:16px;line-height:1.5}@media screen and (max-width:1080px){.about{flex-direction:column;justify-content:center;align-items:center;gap:16px}.about .about__left,.about .about__right{text-align:center;justify-content:center;width:100%}.about .about__left .footer__links,.about .about__right .footer__links{justify-content:center}}
.banner{justify-content:space-around;align-items:center;gap:2px;width:100%;max-width:1720px;height:65svh;min-height:360px;max-height:680px;margin:0 auto;display:flex}.banner .banner__left h2{white-space:nowrap;font-size:36px}.banner .banner__left .banner__buttons{align-items:center;gap:13px;display:flex}.banner .banner__left .banner__buttons .banner__button{text-transform:uppercase;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#7a1c00 0%,#cf2e2e 100%);border-radius:10px;padding:14px 26px;font-size:17px;font-weight:600;text-decoration:none;transition:all .2s}.banner .banner__left .banner__buttons .banner__button:hover{background:linear-gradient(135deg,#cf2e2e 0%,#7a1c00 100%)}.banner .banner__left .banner__buttons .banner__button--white{color:#7a1c00;background:#fff;border:2px solid #0000;padding:12px 20px}.banner .banner__left .banner__buttons .banner__button--white:hover{color:#fff;background:0 0;border:2px solid #fff}.banner .banner__left .banner__buttons .banner__button--black{background:0 0;border:2px solid #fff;padding:12px 20px}.banner .banner__left .banner__buttons .banner__button--black:hover{color:#7a1c00;background:#fff}.banner img{will-change:filter;animation:2s ease-in-out infinite pulse-red}.banner:after{content:"";z-index:-1;background-image:url(/images/banner-back.png);background-size:100% 100%;width:100%;height:calc(100% + 68px);position:absolute;top:-70px}@media screen and (max-width:1080px){.banner{text-align:center;flex-direction:column;height:auto}.banner .banner__left{order:1}.banner .banner__left h2{font-size:26px}.banner .banner__left .banner__buttons{flex-direction:column;gap:12px}.banner .banner__left .banner__buttons .banner__button{width:calc(100% - 56px)}.banner img{width:100%;max-width:600px;height:auto}.banner:after{height:calc(60% + 68px)}}@keyframes pulse-red{0%{filter:drop-shadow(0 0 1.5px #b90000)}50%{filter:drop-shadow(0 0 10px #b90000)}to{filter:drop-shadow(0 0 1.5px #b90000)}}
.faq{flex-direction:column;align-items:center;gap:18px;width:100%;max-width:1720px;margin:28px auto 0;display:flex}.faq h2{text-align:center;text-transform:uppercase;color:#fff;margin-bottom:16px;font-size:34px;font-weight:700}.faq .faq__questions{flex-direction:column;gap:12px;width:100%;display:flex}.faq .faq__questions details{text-transform:uppercase;cursor:pointer;border:1px solid #b90000;border-radius:10px;width:calc(100% - 24px);padding:12px}.faq .faq__questions details summary{color:#b90000;font-size:18px;font-weight:500;transition:all .3s}.faq .faq__questions details:hover summary{padding-left:8px}.faq .faq__questions details p{color:#969696;text-transform:none;margin-top:8px;font-size:16px}.faq .faq__questions details a{color:#b90000;text-transform:uppercase;font-weight:700;text-decoration:underline}.faq .faq__questions details a:hover{text-decoration:none}
.footer{justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:1720px;margin:28px auto 0;display:flex}.footer__links{align-items:center;gap:12px;display:flex}.footer__links a{transition:all .3s}.footer__links a:hover{scale:1.15}@media screen and (max-width:768px){.footer{flex-direction:column;gap:12px}.footer p{text-align:center}.footer .footer__links{order:-1}}
