.qa{background-color:var(--bg-blue);padding:4.2rem 0 5.2rem;z-index:2}.qa__title{color:var(--light-10);text-align:center}.qa__descr{color:var(--light-10);margin-top:1.6rem}.qa__descr li,.qa__descr p,.qa__descr span,.qa__descr strong{color:var(--light-10)}.qa__wrap-bttns{margin-top:4.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.2rem}.qa__content{width:100%}.qa__content .qa__categories-title{margin-bottom:2.4rem}.qa__items{margin:4.2rem auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.6rem;width:100%}.qa__item{border-radius:1rem;background-color:var(--light-10);-webkit-transition:background-color .35s ease-in-out;-o-transition:background-color .35s ease-in-out;transition:background-color .35s ease-in-out}.qa__item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;cursor:pointer;padding:1.2rem}.qa__item-icon{width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1.2rem;-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.qa__item-icon svg{-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out,-webkit-transform .35s ease-in-out;width:100%;height:auto;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.qa__item-icon svg path{-webkit-transition:fill .35s ease-in-out;-o-transition:fill .35s ease-in-out;transition:fill .35s ease-in-out}.qa__item-question{max-width:106.4rem;margin-right:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600;font-size:1.6rem;line-height:120%;letter-spacing:0;color:var(--dark-90);-webkit-transition:color .35s ease-in-out;-o-transition:color .35s ease-in-out;transition:color .35s ease-in-out}.qa__item-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:none;margin:-.4rem 1.2rem 1.2rem}.qa__item-answer__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.qa__item-answer__text .fs-extend,.qa__item-answer__text a,.qa__item-answer__text del,.qa__item-answer__text em,.qa__item-answer__text ol li,.qa__item-answer__text p,.qa__item-answer__text span,.qa__item-answer__text strong,.qa__item-answer__text ul li{font-weight:400;font-size:1.6rem;line-height:120%;letter-spacing:0;color:var(--white)}.qa__item-answer__text ol,.qa__item-answer__text ul{padding:0 2rem;margin:1.2rem 0}.qa__item-answer__text ul li{list-style:disc}.qa__item-answer__text a{text-decoration:underline;-webkit-transition:color .35s ease-in-out;-o-transition:color .35s ease-in-out;transition:color .35s ease-in-out}.qa__item-answer__text a:hover{color:var(--orange-80)}.qa__item-answer__text strong{font-weight:600}.qa__item-answer[style*="display: block"]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.qa__item.show{background:var(--dark)}.qa__item.show .qa__item-question{color:var(--white)}.qa__item.show .qa__item-icon svg{-webkit-transform:matrix(1,0,0,-1,0,0);-ms-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0)}.qa__item.show .qa__item-icon svg path{fill:var(--white)}.qa__categories-title{color:var(--dark-90);text-align:center}.qa__categories-descr{color:var(--light-10);text-align:center;margin-top:2.4rem;font-size:1.6rem;line-height:140%}.qa__categories{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:3.6rem}.qa__categories__wrap{max-width:48.5rem;margin:0 auto}.qa__categories__wrap+.qa__items{max-width:100%;margin:3.6rem auto 0}.qa__categories__wrap+.qa__items .qa__item{background-color:var(--light-30)}.qa__categories__wrap+.qa__items .qa__item.show{background:var(--dark)}.qa__category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1.4rem 1.6rem 1.6rem;-webkit-box-shadow:4px 4px 0 0 var(--dark-90);box-shadow:4px 4px 0 0 var(--dark-90);border:1px solid var(--dark-90);border-radius:8px;background-color:var(--light-10);cursor:pointer;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.qa__category.active{background-color:var(--orange-80);color:var(--light-10)}.qa__category.active .qa__category-icon svg path{fill:var(--light-10)}.qa__category.active .qa__category-icon svg circle,.qa__category.active .qa__category-icon svg line{stroke:var(--light-10)}.qa__category.active .qa__category-name{color:var(--light-10)}.qa__category-icon{width:2.4rem;height:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qa__category-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.qa__category-icon svg circle,.qa__category-icon svg line,.qa__category-icon svg path{-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.qa__category-name{text-align:left}@media only screen and (min-width:768px){.qa{padding:5.2rem 0 6.2rem}}@media only screen and (min-width:992px){.qa{padding:0 0 7rem}.qa__title{text-align:left;max-width:50rem}.qa__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.6rem}.qa__wrap-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qa__wrap-head-wrap{position:sticky;top:10rem}.qa__wrap-bttns{margin-top:3.2rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qa__content{max-width:65.2rem}.qa__content .qa__categories-title{margin-bottom:3.2rem}.qa__items{margin:0;max-width:65.2rem}.qa__item-head{padding:1.8rem}.qa__item-head:hover .qa__item-question{color:var(--orange-90)}.qa__item-question{font-size:1.8rem}.qa__item-answer{margin:-.6rem 1.8rem 1.8rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qa__categories-title{text-align:left}.qa--image-left .qa__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.qa--image-right .qa__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.qa__categories-descr{text-align:left;margin-top:3.2rem;font-size:1.8rem}.qa__categories{margin-top:4.2rem}.qa__categories__wrap{margin:0}.qa__category{gap:3.2rem}.qa__category:hover{background-color:var(--orange-80);color:var(--light-10)}.qa__category:hover .qa__category-icon svg path{fill:var(--light-10)}.qa__category:hover .qa__category-icon svg circle,.qa__category:hover .qa__category-icon svg line{stroke:var(--light-10)}}@media only screen and (min-width:1600px){.qa__items{max-width:83.2rem}}@media only screen and (min-width:1900px){.qa{padding:0 0 8rem}.qa__content{max-width:83.2rem}.qa__item-question{font-weight:400;font-size:2rem;line-height:130%}.qa__item-answer__text .fs-extend,.qa__item-answer__text a,.qa__item-answer__text del,.qa__item-answer__text em,.qa__item-answer__text ol li,.qa__item-answer__text p,.qa__item-answer__text span,.qa__item-answer__text strong,.qa__item-answer__text ul li{font-size:1.8rem}.qa__categories-descr{font-size:2rem;margin-top:4.2rem}.qa__categories__wrap{max-width:54.5rem}}