@media (min-width:1024px){.technologies-wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:24px;margin-top:40px}.technologies-nav{display:flex;flex:0 0 302px;flex-direction:column;gap:24px}.technologies-nav-item{font-family:var(--font);font-size:20px;font-weight:700;line-height:32px;margin:0;padding:0}.technologies-nav-item:hover{color:var(--accent-color);cursor:pointer}.technologies-content{display:grid;flex:1;gap:24px;grid-template-columns:repeat(3,1fr)}.technologies-content .tech-block{display:none}.technologies-content .tech-block.active{display:contents}.technologies-nav-item.active{color:var(--accent-color)}.tech-item{align-items:center;border:1px solid var(--grey-color);border-radius:24px;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:auto;max-height:120px;max-width:302px;padding:32px 56px;width:100%}.tech-item img{height:auto;object-fit:contain;width:100%}}@media (max-width:1023px){.technologies-nav{display:flex;gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.technologies-nav::-webkit-scrollbar{display:none}.technologies-nav::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.technologies-nav-item{cursor:pointer;flex:0 0 auto;font-family:var(--font);font-size:16px;margin:0;padding:24px 0;transition:color .3s,transform .2s;white-space:nowrap}.technologies-nav-item.active{color:var(--accent-color)}.technologies-content{display:flex;flex-direction:column}.technologies-content .tech-block{align-items:start;display:none;gap:15px;grid-template-columns:repeat(2,1fr)}.technologies-content .tech-block.active{display:grid}.tech-item{background-color:transparent;border:1px solid var(--grey-color);border-radius:16px;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:13px 23px;text-align:center;width:100%}.tech-item img{max-height:100%;max-width:100%;object-fit:contain}}