.lp-gallery-23 {
    padding: 48px 0;
    text-align: center;
}

.lp-gallery-23-items {
    margin-top: 32px;
}

.lp-gallery-23-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-gallery-23-item {
    text-decoration: none;
    display: block;
    line-height: 0;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.lp-gallery-23-item:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.lp-gallery-23-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .7s;
}

.lp-gallery-23-item:hover img {
    transform: scale(1.2);
}

.lp-gallery-23__button {
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.lp-gallery-23__button._opened .lp-gallery-23__button-arrow {
    transform: rotate(180deg);
    margin: 0 0 0 16px;
}

.lp-gallery-23__button svg {
    position: absolute;
    top: 7px;
    right: 45px;
    transition: .5s;
}

.lp-gallery-23__button._opened svg {
    transform: scaleY(-1);
}

.lp-gallery-23__button-arrow {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-left: 16px;
}

.arrow-line {
    width: 8px;
    height: 2px;
    transform: rotate(40deg);
    border-radius: 500px;
    position: absolute;
    left: 5px;
}

.arrow-line:last-child {
    transform: rotate(-40deg);
    left: auto;
    right: 5px;
}

@media all and (min-width: 600px) {
    .lp-gallery-23 {
        padding: 64px 0;
    }

    .lp-gallery-23-items {
        margin: 48px -12px 0;
    }

    .lp-gallery-23-item {
        margin-bottom: 24px;
        margin-left: 12px !important;
        margin-right: 12px !important;
        width: 276px;
    }

    .lp-gallery-23__button {
        margin-top: 24px;
        padding: 22px 30px;
        width: 214px;
    }

    .lp-gallery-23__button svg {
        right: 40px;
        top: 19px;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-23-items {
        margin: 48px -24px 0;
    }

    .lp-gallery-23-item {
        margin-bottom: 48px;
        margin-left: 24px !important;
        margin-right: 24px !important;
        width: 272px;
    }

    .lp-gallery-23__button {
        margin-top: 0;
    }

    .lp-gallery-23._2 .lp-gallery-23-item {
        width: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-23 {
        padding: 80px 0;
    }

    .lp-gallery-23__title {
        max-width: 912px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-gallery-23-items {
        margin: 64px -12px 0;
    }

    .lp-gallery-23-item {
        margin-bottom: 24px;
        margin-left: 12px !important;
        margin-right: 12px !important;
        width: 368px;
    }

    .lp-gallery-23__button {
        margin-top: 24px;
        padding: 30px 60px;
        width: 274px;
    }

    .lp-gallery-23__button svg {
        right: 76px;
        top: 28px;
    }

    .lp-gallery-23._2 .lp-gallery-23-item {
        width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-23-items {
        margin: 64px -16px 0;
    }

    .lp-gallery-23-item {
        margin-bottom: 32px;
        margin-left: 16px !important;
        margin-right: 16px !important;
        width: 408px;
    }

    .lp-gallery-23__button {
        margin-top: 16px;
    }

    .lp-gallery-23._2 .lp-gallery-23-item {
        width: 628px;
    }
}

.lp-gallery-23__button-in._close-text {
    display: none;
}

.lp-gallery-23__button-in {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    flex: 0 0 auto;
}