.service-slider{background:var(--bs-white)}.service-slider .swiper-wrapper{display:flex}.service-slider .swiper-slide{width:auto}.card-service{position:relative;height:250px;max-width:360px;min-width:360px;width:100%;user-select:none}.card-service a{color:#63b7ff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.card-service a:hover{color:#77ecf0}.card-service .image{--ratio: 1;--height: 300px;position:relative;padding-bottom:calc(100%*var(--ratio));width:100%;min-width:100%;max-height:var(--height);overflow:hidden}.card-service .image img{position:absolute;top:-100%;bottom:-100%;left:-100%;right:-100%;width:100%;height:100%;object-fit:cover;margin:auto}.card-service .body{width:80%;height:auto;position:absolute;top:50%;left:50%;text-align:center;border-radius:1rem;transform:translate(-50%, -50%);background-color:rgba(8,28,38,.68);padding:20px}.promo{display:grid;grid-template-columns:1fr;gap:2rem}.promo>*{position:relative;display:block;text-align:center}.promo>*::after{content:"";display:block;position:absolute;top:180px;width:100%;border-bottom:1px solid var(--theme-yellow)}.promo>*::before{--width: 165px;--x-pos: 0;content:"";display:block;width:var(--width);height:165px;background:url("../sprite-promo.svg") calc(var(--x-pos)*var(--width)*-1) 0 no-repeat;margin:0 auto 26px;background-size:auto 100%}.promo .bg-1::before{--x-pos: 0}.promo .bg-2::before{--x-pos: 1}.promo .bg-3::before{--x-pos: 2}.promo .bg-4::before{--x-pos: 3}.promo .bg-5::before{--x-pos: 4}@media(min-width: 400px){.promo{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 760px){.promo{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.promo{grid-template-columns:repeat(5, 1fr)}}
