.equipPage__info-img-slider-wrap {
position: relative;
overflow: hidden;
height: 450px;
}
.equipPage__info-img-slider-inner {
height: inherit;
width: 470px;
}
.equipPage__info-img-slider-btns .swiper-button-next {
margin-right: auto !important;
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_2919_27278)"%3E%3Ccircle cx="18" cy="18" r="18" fill="%23B62D35" /%3E%3Cpath d="M16.3633 14.1816L20.1815 17.9998L16.3633 21.818" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_2919_27278"%3E%3Crect width="36" height="36" fill="white" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
.equipPage__info-img-slider-btns .swiper-button-prev {
background-image: url('data:image/svg+xml,<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_198_7135)"><circle cx="18" cy="18" r="18" transform="matrix(-1 0 0 1 36 0.5)" fill="%23B62D35"/><path d="M19.6362 14.6819L15.818 18.5001L19.6362 22.3182" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_198_7135"><rect width="36" height="36" fill="white" transform="matrix(-1 0 0 1 36 0.5)"/></clipPath></defs></svg>');
}
.equipPage__info-img-slider-btns .swiper-button-prev {
margin-left: auto !important;
}
.equipPage__info-img-slide {
object-fit: cover;
height: 100%;
width: 100%;
}
.procedury__indications-list-wrap {
margin-top: 100px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.procedury__indications-list-title {
color: var(--title-color);
font-size: var(--title-font-size);
font-weight: 400;
margin-top: 0;
margin-bottom: 24px;
}
.procedury__indications-list {
margin: 0;
padding-inline-start: 0;
list-style: none;
}
.procedury__indications-list > li::before {
content: "";
display: block;
min-width: 20px;
height: 20px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="20" height="20" fill="%2341A279"/><path d="M13.5 7L8.86239 13L6.5 9.9468" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-repeat: no-repeat;
background-size: contain;
}
.procedury__indications-list > li {
display: flex;
gap: 10px;
}
.procedury__indications-list-red > li::before {
content: "";
display: block;
min-width: 20px;
height: 20px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="20" height="20" fill="%23C35259"/><path d="M13.5 6.5L6.49996 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 6.5L13.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-repeat: no-repeat;
background-size: contain;
}
.procedury__indications-list > li:not(:last-child) {
margin-bottom: 10px;
}
.oboruedovaniePage__descr-inner h2 {
margin-top: 80px;
}
@media (max-width: 1010px) {
.equipPage__info-img-slider-btns .swiper-button-prev {
position: absolute !important;
left: var(--swiper-navigation-sides-offset, 10px) !important;
right: auto !important;
top: var(--swiper-navigation-top-offset, 50%) !important;
width: 28px !important;
height: 28px !important;
}
.equipPage__info-img-slider-btns .swiper-button-next {
position: absolute !important;
top: var(--swiper-navigation-top-offset, 50%) !important;
right: var(--swiper-navigation-sides-offset, 10px) !important;
left: auto !important;
width: 28px !important;
height: 28px !important;
}
}
@media(max-width: 992px) {
.equipPage__info-img-slider-wrap {
height: 344px;
}
.equipPage__info-img-slider-inner {
max-width: 320px;
}
.procedury__indications-list-wrap {
gap: 30px;
}
}
@media(max-width: 670px) {
.equipPage__info-img-slider-wrap {
width: 320px;
}
}
@media(max-width: 600px) {
.procedury__indications-list-wrap {
grid-template-columns: 1fr;
gap: 50px;
}
}
@media(max-width: 380px) {
.equipPage__info-img-slider-wrap {
width: 260px;
}
}