.faq-container .above-content{display:flex;justify-content:space-between;margin-bottom:20px}.faq-questions{display:flex;gap:15px;justify-content:space-between}.faq-questions img{cursor:pointer;max-width:300px!important;transition:.35s ease;width:100%}.faq-questions img:hover{filter:drop-shadow(24px 24px 52px #00000026);transform:rotate(-7deg) translate(-10px) scale(1.05)}.faq-questions .pop-up-faq.active{display:flex}.faq-questions .pop-up-faq{align-items:center;background-color:#211b2766;bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999999}.faq-questions .pop-up-faq .pop-up{background:transparent linear-gradient(151deg,#f3fbfa,#f7f8f8) 0 0 no-repeat padding-box;border-radius:20px;padding:clamp(30px,3.75vw,60px) clamp(30px,3.125vw,50px);position:relative;text-align:center;width:min(460px,95%)}.faq-questions .pop-up-faq .pop-up .pop-up__inner{overflow:auto}.faq-questions .pop-up-faq .pop-up h3{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#211b27;color:#308ec5;font-size:clamp(32px,2.875vw,46px)!important;font-weight:900;letter-spacing:0;line-height:1.1em;margin-bottom:20px;text-transform:uppercase}.faq-questions .pop-up-faq .close{cursor:pointer;opacity:1;position:absolute;right:10px;top:10px;transition:.35s ease-out}@media screen and (max-width:800px){.faq-questions{flex-wrap:wrap}.faq-questions>div{flex-basis:100%}}