.service__develop{padding:60px 0}.service__develop__title{color:#0b1826;margin-bottom:30px}.service__develop__list{gap:50px}.service__develop__item{width:calc(33.33333% - 34px);background:#0b1826;padding:15px 50px;border-radius:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.service__develop__item--active{color:var(--text-color-white);background:var(--brand-color);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.25);box-shadow:0 4px 10px rgba(0,0,0,0.25)}.service__develop__item:hover{-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.25);box-shadow:0 4px 10px rgba(0,0,0,0.25)}.service__steps{padding:60px 0;background:#0b1826}.service__steps__title{color:#FFF;margin-bottom:30px}.service__steps__list{gap:20px;max-width:900px}.service__steps__item{width:calc(20% - 30px)}.service__steps__item__icon{width:100px;height:100px;padding:20px;margin-bottom:20px;background:var(--brand-color);border-radius:50%}.service__steps__item__icon::before{content:'';position:absolute;top:-8px;left:-8px;width:calc(100% + 16px);height:calc(100% + 16px);background:radial-gradient(farthest-side,var(--brand-color) 94%,rgba(0,0,0,0)) top/4px 4px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,var(--brand-color));-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 4px), #000 0);border-radius:50%;-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite}.service__clients{padding:60px 0 120px}.service__clients__title{color:var(--brand-color);margin-bottom:60px}@media(prefers-color-scheme:no-preference){:root{--brand-color:#f27822;--brand-color-light:#f5934e;--brand-color-dark:#d15d0c;--brand-secondary-color:#40f;--bg-color:#fff;--bg-color-dark:#efefef;--bg-color-blur:#fdeee3;--title-color:#000;--text-color:#707070;--text-color-white:#fff}}@media(prefers-color-scheme:light){:root{--brand-color:#f27822;--brand-color-light:#f5934e;--brand-color-dark:#d15d0c;--brand-secondary-color:#40f;--bg-color:#fff;--bg-color-dark:#efefef;--bg-color-blur:#fdeee3;--title-color:#000;--text-color:#707070;--text-color-white:#fff}}@media(prefers-color-scheme:dark){:root{--brand-color:#f27822;--brand-color-light:#f5934e;--brand-color-dark:#d15d0c;--brand-secondary-color:#40f;--bg-color:#fff;--bg-color-dark:#efefef;--bg-color-blur:#fdeee3;--title-color:#000;--text-color:#707070;--text-color-white:#fff}}@media(max-width:768px){.service__develop__item{width:calc(50% - 20px)}.service__steps__item{width:calc(25% - 20px)}}@media(max-width:576px){.service__develop__item{width:100%}.service__steps__item{width:calc(50% - 10px)}}