section.equipment {
    overflow-y: unset;
    overflow-x: unset;
}
.equipment-wrapper {
    display: flex;
    justify-content: space-between;
}
.equipment-wrapper > .view-more {
	display:none;
}
.equipment-ls {
    width: 553px;
    display: flex;
    flex-direction: column;
}
.equipment-ls > .title {
    margin-bottom: 40px;
    line-height: 100%;
}
.equipment-content-item-cats {
    display: flex;
    flex-wrap: wrap;
    gap:8px;
    width: 100%;
    margin-bottom: 32px;
}
.equipment-content-item-cats .cat-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333742;
    backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -1%;
    color:#ffffffcc;
    text-align: center;
    margin: 0;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}
.equipment-content-item-cats .cat-item.active {
    background-color: #1F5FFF;
    box-shadow: 0px 0px 15px 0px #1F5FFF80;
    color:#fff;
}
.equipment-content-item_full-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    margin: 0;
    margin-bottom: 10px;
    color:#ffffff99;
}
.equipment-content-item .title {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 32px;
}
.equipment-content-item .link {
    font-weight: 500;
    line-height: 100%;
    padding-right: 15px;
    position: relative;
    margin-bottom: 48px;
}
.equipment-content-item .link::after {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 9.5L9.5 0.5M9.5 9.5V0.5H0.5' stroke='%23F5F5F5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.equipment-content-item .link:hover::after {
    transform: translateY(-50%) rotate(45deg);
}
.equipment-content-slider-arrows {
    display: flex;
    align-items: center;
    gap:12px;
    margin-top: auto;
}
.equipment-content-slider-arrows .sl-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    width: 34px;
}
.equipment-content-slider-arrows .slick-arrow {
	width:56px;
	height:56px;
}
.equipment-content-slider-arrows .view-more {
	order:4;
}
/* Обёртка — обязательно position: relative */
.equipment-rs {
    width: 700px;
    height: 400px;
    margin-top: 24px;
    position: relative;
}
.equipment-rs::after {
    content: '';
    display: block;
    width: 1297px;
    height: 1297px;
    position: absolute;
    right: calc(50% - 126px);
    top: calc(50% - 139px);
    transform: translate(50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='1297' height='1297' viewBox='0 0 1297 1297' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6' filter='url(%23filter0_f_2001_825)'%3E%3Ccircle cx='648.5' cy='648.5' r='248.5' fill='%231F5FFF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2001_825' x='0' y='0' width='1297' height='1297' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_2001_825'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.equipment-shema.slider {
    width: 100%;
    height: 100%;
    overflow: unset!important;
}
.equipment-shema.slider .slick-list {
    overflow: unset;
    width: 100%;
    height: 100%;
}
.equipment-shema.slider .slick-track {
    /* width: 100%!important; */
    height: 100%;
}
.equipment-shema.slider .slick-slide {
    width: 100%;
    height: 100%;
}
.equipment-shema.slider .slick-slide > div {
    width: 100%;
    height: 100%;
}
.equipment-image-wrapper {
    position: relative;
    display: inline-block;
    width: 700px!important;
    height: 400px;
}
.equipment-main-image {
    width: 100%;
    height: 100%;
    display: block;
}
/* Метка */
.equipment-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
/* Точка */
.marker-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px #101D3E66;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /* Пульсирующая анимация */
    animation: pulse 2s infinite;
}
/* Подпись */
.marker-label-wrap {
    position: absolute;
    bottom: 43px;
    left:-9px;
    width: 312px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.marker-label {    
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    color:#ffffff99;
    text-align: start;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid #333742;
    background-color: #262A35;
    border-radius: 24px;
    padding: 19px;
    transition: .3s;
}
.marker-label:hover {
    background-color: #1F5FFF;
    border-color:#1F5FFF;
    color:#fff;
}
/* Пульсация */
@keyframes pulse {
    0%   { box-shadow: 0 0 0 0   rgba(31, 95, 255, 0.8); }
    70%  { box-shadow: 0 0 0 9px rgba(31, 95, 255, 0.8);   }
    100% { box-shadow: 0 0 0 0   rgba(31, 95, 255, 0.8);   }
}
.equipment-image-wrapper .equipment-marker:nth-child(2) .marker-label-wrap {
    /* width: 240px; */
    left: unset;
    bottom: unset;
    top: calc(100% + 19px);
    right: -9px;
    justify-content: flex-end;
}
.equipment-image-wrapper .equipment-marker:nth-child(3) .marker-label-wrap {
    /* width: 240px; */
    left: -9px;
    bottom: calc(100% + 19px);
    top: unset;
    right: unset;
}
.equipment-image-wrapper .equipment-marker:nth-child(4) .marker-label-wrap {
    /* width: 190px; */
    left: calc(100% + 19px);
    bottom: unset;
    top: -9px;
    right: unset;
}
@media(max-width:1400px) {
    .equipment-ls {
        width: 453px;
    }
    .equipment-rs {
        width: 500px;
    }
    .equipment-image-wrapper {
        width: 500px !important;
        height: 400px;  
    }
    .equipment-image-wrapper .equipment-marker:nth-child(4) .marker-label-wrap {
        left: unset;
        bottom: unset;
        top: calc(100% + 19px);
        right: -9px;
        justify-content: flex-end;
    }
}
@media(max-width:1200px) {
    .equipment-content-item_full-name {
        max-width: 300px;
    }
    .equipment-content-item .title {
        max-width: 300px;
    }
    .marker-label {
        padding: 15px 20px;
        border-radius: 24px;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -1%;
    }
}
@media(max-width:992px) {
    .equipment-wrapper {
        flex-direction: column;
    }
    .equipment-ls {
        width: 100%;
        position: relative;
    }
    .equipment-rs {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
    }
    .equipment-content-item-cats .cat-item {
        padding:12px 14px;
    }
    .equipment-content-item_full-name {
        max-width: 100%;
        font-size: 14px;
    }
    .equipment-content-item .title {
        max-width: 100%;
        font-size: 24px;
        margin-bottom: 32px;
        padding-right: 86px;
    }
    .equipment-content-item .link {
        margin-bottom: 32px;
    }
    .equipment-content-slider-arrows {
        gap:8px;
        position: absolute;
        right: 0;
        bottom: 85px;
    }
    .equipment-content-slider-arrows .slick-next:not(.link) {
        width: 24px;
        height: 24px;
        border-radius: 10px;
        background-size: 5px 9px;
    }    
    .equipment-content-slider-arrows .slick-prev:not(.link) {
        width: 24px;
        height: 24px;
        border-radius: 10px;
        background-size: 5px 9px;
    }
    .equipment-content-slider-arrows .sl-count {
        font-size: 14px;
        width: 22px;
    }
    .equipment-image-wrapper {
        width: 100% !important;
        height: auto;
    } 
    .equipment-image-wrapper img {
        height: 216px;
        width: 100%;
        margin-bottom: 32px;
        object-fit: contain;
        object-position: center;
    }
    .equipment-marker {
        position: unset;
        transform: unset;
        margin-bottom: 8px;
    }
    .equipment-marker .marker-dot {
        display: none;
    }
    .marker-label-wrap {
        position: unset;
        width: 100%;
        justify-content: flex-start!important;
    }
    .equipment-image-wrapper > *:last-child {
        margin-bottom: 0;
    }
    .marker-label {
        width: 100%;
        justify-content: flex-start;
    }
    .equipment-shema:not(.slider) {
        width: 100%;
    }
    .equipment-shema.slider {
        height: auto;
        display: flex;
    }
    .equipment-shema.slider .slick-list {
        height: auto;
    }
    .equipment-shema.slider .slick-track {
        height: auto;
    }
    .equipment-shema.slider .slick-slide {
        height: auto;
    }
    .equipment-shema.slider .slick-slide > div {
        height: auto;
    }
	.equipment-content-slider-arrows .view-more {
		display:none;
	}
	.equipment-wrapper > .view-more {
		display:flex;
		width:100%;
	}
}