/* Обязательные стили для контейнера */
#equipment .swiper-container {
    overflow: hidden;
    position: relative;
}

/* Важные стили для wrapper */
#equipment .swiper-wrapper {
    display: flex;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Стили для слайдов */
#equipment .swiper-slide {
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Класс для перетаскивания */
#equipment .swiper-wrapper.grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

/* Фикс для Safari - предотвращение выделения */
#equipment .swiper-container * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



#equipment {
    padding: 8.3cqw 3.1cqw;
    position: relative;
}

#equipment::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url(../images/crumpled-sheet.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    opacity: 0.5; /* Set desired opacity (0.0 to 1.0) */
    z-index: -1;
}

.equipment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.equipment-header__left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.equipment-header__right {
    max-width: 355px;
}

.equipment-header__text-1 {
    font-weight: 400;
    font-size: 16px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.equipment-header__text-2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;

    max-width: 600px;
}

.equipment-header__text-2 span {
    font-style: italic;
    color: #911e45;
}

.equipment-header__text-3 {
    font-weight: 400;
    font-size: 16px;

    line-height: 1.3;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.equipment-header__btn .btn {
    width: 230px;
    height: 54px;
    background-color: #911e45;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 14px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.equipment-header__btn .btn:hover, .equipment-header__btn .btn:focus, .equipment-header__btn .btn:active {
    opacity: 0.7;
}

#equipment-slider {
    padding-top: 3.1cqw;
}

#equipment-slider .swiper-wrapper {
    transition-timing-function: linear;
    /* align-items: center; */
}

.equipment-slide {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    max-width: 585px;
    max-height: 585px;

    position: relative;
    border-radius: 2px;
    overflow: hidden;
    
    /*padding: 0 10px;*/
}

.equipment-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.equipment-slide__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    padding: 30px;
}

.equipment-slide__body .type {
    font-weight: 400;
    font-size: 14px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
}

.equipment-slide__body .name {
    font-weight: 500;
    font-size: 20px;

    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #fff;

    margin-top: 10px;
}

.equipment-slide__body .name a, .equipment-slide__body .name a:visited {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1060px) {
    .equipment-header {
        column-gap: 40px;
    }

    .equipment-header__right {
        width: 50%;
    }

    .equipment-header__text-1 {
        font-size: 12px;
    }

    .equipment-header__text-2 {
        font-size: 3.1cqw;
        max-width: 435px;
    }

    .equipment-header__text-3 {
        font-size: 14px;
    }

    .equipment-header__btn .btn {
        font-size: 12px;

        width: 180px;
        height: 44px;
    }
}

.equipment-header-mobile {
    display: none;
}

.equipment-conversion {
    /* display: none; */

    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;

    max-width: 1230px;
/* 
    background-color: #ECEAE9;*/
    background-image: url(../images/equipment-conversion-bg--desktop.png);
    background-repeat: no-repeat;
    background-size: cover; 

    background-color: #911e45;

    padding: 135px 0;
}

.equipment-conversion__text-1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    /* color: #252525; */
    color: #fff;
}

.equipment-conversion__text-2 {
    margin-top: 18px;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    text-align: center;
    /* color: rgba(37, 37, 37, 0.6); */
    color: #fff;
}

.equipment-conversion__btns {
    margin-top: 50px;

    display: flex;
    justify-content: center;
}

.equipment-conversion__btns .btn {
    width: 240px;
    height: 54px;
    border-radius: 2px;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #911e45;
}

.equipment-conversion__btns .btn:hover, .equipment-conversion__btns .btn:focus, .equipment-conversion__btns .btn:active {
    opacity: 0.7;
}

@media (max-width: 960px) {
    .equipment-conversion {
        margin-top: 5.2cqw; /*50px*/
        max-width: 76.1cqw; /*730px*/
        padding: 6.3cqw 0; /*60px 0*/
    }

    .equipment-conversion__text-1 {
        font-size: 3.3cqw; /*32px*/
    }

    .equipment-conversion__text-2 {
        margin-top: 1.5cqw; /*15px*/
        font-size: 1.5cqw; /*14px*/
    }

    .equipment-conversion__btns {
        margin-top: 3.7cqw; /*35px*/
    }

    .equipment-conversion__btns .btn {
        width: 20.8cqw; /*200px*/
        height: 5.2cqw; /*50px*/
        font-size: 1.3cqw; /*12px*/
    }
}

@media (max-width: 575px) {
    #equipment {
        padding: 18.7cqw 2.9cqw 16cqw 2.9cqw; /*70px 10px 60px 10px*/
    }

    #equipment::before {
        opacity: 0.25;
    }

    .equipment-header {
        display: none;
    }

    .equipment-header-mobile {
        display: block;
    }

    .equipment-header-mobile__text-1 {
        font-weight: 400;
        font-size: 3.2cqw; /*12px*/
        line-height: 1.1;
        letter-spacing: -0.06em;
        text-align: center;
        color: rgba(37, 37, 37, 0.6);
    }
    
    .equipment-header-mobile__text-2 {
        font-weight: 500;
        font-size: 7cqw; /*26px*/
        line-height: 1.1;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #252525;

        margin-top: 3.7cqw; /*14px*/
    }

    .equipment-header-mobile__text-2 span {
        font-style: italic;
        color: #911e45;
    }

    .equipment-header-mobile__text-3 {
        font-weight: 400;
        font-size: 3.7cqw; /*14px*/
        line-height: 1.2;
        letter-spacing: -0.06em;
        text-align: center;
        color: rgba(37, 37, 37, 0.6);

        max-width: 65.8cqw; /*280px*/
        margin: 8cqw auto 0 auto; /*30px auto 0 auto*/
    }

    #equipment-slider {
        padding-top: 10.7cqw; /*40px*/
    }

    .equipment-conversion {
        display: block;
        margin-top: 10.7cqw; /*40px*/
        max-width: none;
/* 
        background-color: #eceae9;
        background-image: url(../images/equipment-conversion-bg.png);
        background-size: cover; */

        width: 100%;
        aspect-ratio: 355 / 268;

        padding: 15.8cqw 0;
    }

    .equipment-conversion__text-1 {
        /* font-weight: 500; */
        font-size: 4.3cqw;
        /* line-height: 1.1;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        text-align: center;
        color: #252525; */
    }

    .equipment-conversion__text-2 {
        /* font-weight: 400; */
        font-size: 3.2cqw;
        /* line-height: 1.3;
        letter-spacing: -0.06em;
        text-align: center;
        color: rgba(37, 37, 37, 0.6); */

        margin-top: 2.9cqw; /*10px*/
    }

    .equipment-conversion__btns {
        margin-top: 6.7cqw; /*25px*/
        display: flex;
        justify-content: center;
    }

    .equipment-conversion__btns .btn {
        width: 48cqw;
        height: 11.8cqw;
        /* border-radius: 2px;
        background: #911e45;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;

        font-weight: 500; */
        font-size: 3.2cqw;
        /* line-height: 1.1;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #fff; */
    }

    .equipment-conversion__btns .btn:hover, .equipment-conversion__btns .btn:focus, .equipment-conversion__btns .btn:active {
        opacity: 0.7;
    }
}