:root{--mono: "Roboto Mono", monospace}[dir="rtl"]{--mono: "Poppins", sans-serif}@media only screen and (max-width:767px){.stuff-tabs .btn{width:100%}}.stuff-tabs .tabs_wrap{display:flex;justify-content:space-between;margin-bottom:30px}@media only screen and (max-width:767px){.stuff-tabs .tabs_wrap{flex-direction:column}.stuff-tabs .tabs_wrap .stuff-tabs__content{max-width:100%}}.stuff-tabs .tabs_wrap .stuff-tabs__content{max-width:60%}.stuff-tabs .tabs_wrap .h2{margin-bottom:24px}.stuff-tabs .tabs_wrap p{font-size:16px;line-height:26px;margin:0;font-family:var(--mono)}.stuff-tabs .tab__controls{margin:0;padding:0;list-style:none;display:flex}@media only screen and (max-width:767px){.stuff-tabs .tab__controls{margin:24px 0 0 auto}}.stuff-tabs .tab__controls li{position:relative}.stuff-tabs .tab__controls li:before{content:"/";position:absolute;left:-18px;top:3px;color:#a6bfd0}[dir="rtl"] .stuff-tabs .tab__controls li:before{right:-18px;width:fit-content}.stuff-tabs .tab__controls li:first-of-type:before{display:none}.stuff-tabs .tab__controls li+li{margin-left:30px}[dir="rtl"] .stuff-tabs .tab__controls li+li{margin-right:30px;margin-left:0}.stuff-tabs .tab__controls a{font-size:16px;line-height:26px;color:#a6bfd0;text-decoration:none}.stuff-tabs .tab__controls a.tab-active{color:#0096ff}.stuff-tabs .tab__body{margin-bottom:30px}.stuff-tabs .tab__body__item{display:none;gap:30px;-ms-grid-columns:repeat(4, 1fr);grid-template-columns:repeat(4, 1fr)}@media only screen and (max-width:767px){.stuff-tabs .tab__body__item{-ms-grid-columns:repeat(2, 1fr);grid-template-columns:repeat(2, 1fr)}}.stuff-tabs .tab__body__item .technology__item{background:rgba(255, 255, 255, 0.05);border-radius:4px;padding:40px 22px 22px;min-height:160px;display:flex;flex-direction:column;align-items:center}.stuff-tabs .tab__body__item.tab-active{display:grid}.stuff-tabs__btn-group{text-align:center;justify-content:center}