.brands-block .controls{display:flex;justify-content:space-between;margin-top:30px}.brands-block .btns,.brands-block .arrows{display:flex;gap:20px}.brands-block__wrapper{display:flex;flex-direction:column;gap:40px}.brands-swiper{width:100%}.brands-swiper .image__holder{padding:35px;border:1px solid var(--stroke-light);aspect-ratio:1/1}.brands-swiper .image__holder img{width:100%;height:100%;transition:all .3s ease-in-out;object-fit:contain}.brands-block .controls .arw{border:2px solid var(--primary);border-radius:1000px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out;cursor:pointer}.brands-block .controls .arw path{transition:all .3s ease-in-out}.brands-block .controls .arw:last-child{transform:scaleX(-1)}.brands-block .controls .arw:hover{background-color:var(--primary)}.brands-block .controls .arw:hover path{stroke:var(--card)}.brands-block .controls .arw.swiper-button-disabled{background-color:var(--card);border:2px solid var(--stroke-light);cursor:not-allowed}.brands-block .controls .arw.swiper-button-disabled path{stroke:var(--stroke-light)}.swiper-button-lock{display:none !important}@media (max-width:700px){.brands-block .controls .arrows{display:none}.brands-block .btns{flex-direction:column}}