.section1 {
    margin: 24px auto;
    padding: 0 40px;
    max-width: 1760px;
}

.section1__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.section1__item {
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1__block {
    width: calc(20.34vw + 174px);
    margin-left: calc(11.72vw + -56px);
    position: relative;
}

.section1__img {
    /*width: 57vh;*/
    height: 500px;
    border-radius: 0 24px 24px 0;
    object-fit: cover;
    /*margin-left: 120px;*/
}

.section1__img2 {
    border-radius: 24px 0 0 24px;
    width: calc(100% - 32.06vw - 258px);
    height: 500px;
    object-fit: cover;
}

.section1__title {
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.25;
}

.section1__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-height: 104px;
    color: #000;
    opacity: .5;
    letter-spacing: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 24px 0;
}

.section1__price {
    font-size: 18px;
    line-height: 1.375;
    padding-bottom: 40px;
    font-weight: 700;
    word-break: break-all;
    display: block;
    margin: 0 0 8px;
}

.section1__button {
    background-color: transparent;
    border: 2px solid rgba(0,0,0,0.3);
    color: #000;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    border-radius: 40px;
    cursor: pointer;
    transition: .3s ease-out;
    text-decoration: none;
}

.section1__button:hover {
    border-color: #000;
    opacity: 1;
    transition: .3s ease-out;
}

.section1__imgCenter1 {
    position: absolute;
    width: 280px;
    left: -82%;
    top: 0;
}

.section1__blockImg {
    position: relative;
}

.section1__imgCenter {
    position: absolute;
    width: 280px;
    left: -18px;
    top: 20%;
}

@media (max-width: 730px) {
    .section1 {
        margin: 15px auto;
        padding: 0;
    }

    .section1__list {
        gap: 15px;
    }

    .section1__item {
        border-radius: 0;
        flex-direction: column;
    }

    .section1__block {
        width: 312px;
        position: relative;
        margin: 136px auto 40px;
    }

    .section1__img {
        width: 100%;
        height: 67.5vw;
        border-radius: 0;
        margin-left: 0;
    }

    .section1__img2 {
        width: 100%;
        height: 67.5vw;
        border-radius: 0;
    }

    .section1__item:first-child,
    .section1__item:last-child {
        flex-direction: column-reverse;
    }

    .section1__title {
        margin: 0 0 8px;
        font-size: 20px;
		display:none;
    }

    .section1__description {
        font-size: 13px;
        line-height: 21px;
        max-height: 84px;
    }

    .section1__price {
        font-size: 13px;
        padding-bottom: 32px;
    }

    .section1__imgCenter1 {
        position: absolute;
        width: 240px;
        right: 0;
        top: -120%;
        left: 15%;
    }

    .section1__imgCenter {
        position: absolute;
        width: 240px;
        left: 25%;
        top: 65%;
    }
}

@media (max-width: 425px) {
    .section1__imgCenter {
        width: 200px;
    }
}

@media (max-width: 340px) {
    .section1__imgCenter {
        width: 160px;
        top: 85%;
    }
}