.selectingDevice__header{align-items:center;display:flex;gap:10px;max-width:600px}.selectingDevice__header--filter{align-items:center;backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);border-radius:40px;display:flex;height:57px;justify-content:center;position:relative;width:57px}.selectingDevice__header--input{height:-webkit-fill-available;width:100%}.selectingDevice__header--input input{height:100%}.selectingDevice__content{display:grid;gap:clamp(10px,2vw,30px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:30px}.selectingDevice__item{display:flex;flex-direction:column;gap:6px;height:250px}.selectingDevice__item__wrapper{backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);border-radius:40px;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-between;padding:30px 21px;position:relative}.selectingDevice__item--image{display:flex;justify-content:center;max-height:130px}.selectingDevice__item--image img{object-fit:contain}.selectingDevice__item--description{font-size:16px;text-align:center}.selectingDevice__item--btn{background:rgba(0,0,0,.5);border:1px solid rgba(250,40,40,.7);border-radius:30px;font-size:24px;font-weight:500;line-height:110%;padding-bottom:18px;padding-top:18px}.selectingDevice__item--btn:hover{backdrop-filter:blur(10px);border:1px solid #fa2828;box-shadow:0 0 30px 0 rgba(250,40,40,.7)}.selectingDevice__item:hover .selectingDevice__item__wrapper{border-color:#fa2828;box-shadow:0 0 28.09px 0 rgba(250,40,40,.5)}.selectingDevice{text-align:center}.selectingDevice--btn-more{margin:15px auto 0;padding:10px 15px;width:fit-content}@media(max-width:768px){.selectingDevice__header input,.selectingDevice__header--input{height:auto}}