.faq{margin-bottom:20px}.faq__buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:35px;margin-top:65px}.faq__buttons a{transition:none}.faq__buttons a:hover{color:#ffffff;background:#8d020a;background:-webkit-linear-gradient(-73deg, #8d020a, #aa030c);background:-moz-linear-gradient(-73deg, #8d020a, #aa030c);background:linear-gradient(-73deg, #8d020a, #aa030c)}@media only screen and (max-width:992px){.faq__buttons{gap:15px;margin-top:25px}}.faq__item{transition:background .3s ease;cursor:pointer;border-top:1px solid #ababab;padding:44px 20px 0 29px}@media only screen and (max-width:992px){.faq__item{padding:24px 10px 0 15px}}.faq__item svg{transition:rotate .3s ease}.faq__item.is-open svg{rotate:90deg}.faq__item.is-open svg path{fill:#b30000}.faq__item:last-child{border-bottom:1px solid #ababab}.faq__item:hover{background:#F2F2F2}.faq__question{margin-top:0;margin-bottom:0;font-size:1.88rem;line-height:1.4;display:flex;justify-content:space-between;align-items:center;font-family:"Montserrat",sans-serif;padding-bottom:46px}.faq__question span{flex-basis:86%}@media only screen and (max-width:992px){.faq__question{font-size:1.1rem}.faq__question span{flex-basis:calc(100% - 50px)}}@media only screen and (max-width:992px){.faq__question{padding-bottom:26px}}.faq__answer{padding-bottom:88px;display:none;font-weight:500;font-family:"Montserrat",sans-serif}@media only screen and (max-width:992px){.faq__answer{padding-bottom:28px}}.faq__answer p{margin-top:0}