.tab-content__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.tab-content__tabs{column-gap:20px;display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%}.tab-content__tabs[data-items="1"]{display:none}.tab-content__intro{margin-bottom:30px}.tab-content__items{background-color:#fff;border-radius:0 0 10px 10px;padding:15px 0;width:100%}.tab-content__item-content{display:none;padding:25px 50px}.tab-content__item-content--active{display:block}.tab-content__desc-text{grid-area:content}.tab-content__desc-text__description{margin-bottom:30px}.tab-content__desc-text__columns-wrapper{display:grid;gap:50px;row-gap:30px}.tab-content__desc-text__columns-wrapper--1{grid-template-columns:repeat(1,1fr)}.tab-content__desc-text__columns-wrapper--2{grid-template-columns:repeat(2,1fr)}.tab-content__desc-text__columns-wrapper--3{grid-template-columns:repeat(3,1fr)}.tab-content__item{background-color:#fff;border:none;border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:700;padding:10px;transition:all .3s ease-in-out}.tab-content__item.tablink.active,.tab-content__item.tablink:hover{background-color:var(--secondary);border-radius:5px 5px 0 0;box-shadow:var(--shadow);color:#fff}.tab-content__desc-img__popup{background:rgba(0,0,0,.9);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.tab-content__desc-text__description-img{margin:0 auto}.tab-content__desc-text__description-img__popup{max-height:305px;max-width:653px}.tab-content__desc-img__popup .tab-content__desc-img{border-radius:5px;left:50%;max-height:90vh;max-width:90vw;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%)}.tab-content__desc-img__popup span{color:#fff;cursor:pointer;font-size:10rem;position:absolute;right:30px;top:30px}.tab-content__desc-img{cursor:pointer}.tab-content__desc-img__icon{align-items:center;column-gap:10px;display:flex;font-size:1.2rem;justify-content:center;margin-top:15px}.tab-content__desc-img__icon svg{max-height:20px}.tab-content__header{border-top:2px solid rgba(22,53,91,.1);padding-top:30px}.tab-content__downloads{border-top:2px solid rgba(22,53,91,.1);display:flex;flex-direction:column;margin-top:50px;padding-top:50px;row-gap:15px}.tab-content__downloads-wrapper{align-items:center;border-top:1px solid rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:space-between;line-height:1.4;padding-top:20px}@media (max-width:992px){.tab-content__downloads .btn.primary.download{background-position:50%;overflow:hidden;padding-inline:28px;text-indent:-999px}.tab-content__desc-text__columns-wrapper--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tab-content__items{margin-top:30px;padding:0}.tab-content__tabs{align-items:center;border-radius:5px;display:flex;flex-direction:column;overflow:hidden}.tab-content__item,.tab-content__item.tablink.active,.tab-content__item.tablink:hover{border-radius:0;width:100%}.tab-content__desc-text__columns-wrapper--2,.tab-content__desc-text__columns-wrapper--3{grid-template-columns:repeat(1,1fr)}}