.lp-gallery-18 {
    position: relative;
}

.lp-gallery-18__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-gallery-18__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.lp-gallery-18__wrap {
    padding: 32px 0;
}

.lp-gallery-18__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.lp-gallery-18-arrow--left {
    margin-right: 8px;
}

.lp-gallery-18__content {
    margin-top: 40px;
}

.lp-gallery-18__content .owl-dots {
	display: none;
}

.lp-gallery-18__slider:hover .lp-gallery-18__gallery-item-inner {
    will-change: transform;
}

.lp-gallery-18__gallery-item {
    display: block;
    min-width: 289px;
    height: 289px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    box-sizing:border-box;
}



.lp-gallery-18__gallery-item-inner {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.lp-gallery-18__gallery-item-inner:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*.lp-gallery-18__gallery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}*/

.lp-gallery-18__text {
    margin-top: 24px;
}

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

    .lp-gallery-18__controls {
        margin-top: 24px;
    }

    .lp-gallery-18__slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lp-gallery-18__gallery-item {
        min-width: 276px;
        height: 276px;
        margin-right: 24px;
        margin-bottom: 0;
    }

    .lp-gallery-18__gallery-item:last-child {
        margin-right: 0;
    }

    .lp-gallery-18__text {
        margin-top: 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-18__wrap {
        padding: 56px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lp-gallery-18__header {
        -ms-flex-item-align: center;
        align-self: center;
        width: 272px;
    }

    .lp-gallery-18__content {
        margin-top: 0;
        width: 592px;
    }

    .lp-gallery-18__gallery-item {
        min-width: 284px;
        height: 284px;
    }

    .lp-gallery-18__text {
        margin-top: 24px;
    }

    .lp-gallery-18._reverse .lp-gallery-18__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

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

    .lp-gallery-18__header {
        width: 368px;
    }

    .lp-gallery-18__controls {
        margin-top: 32px;
    }

    .lp-gallery-18__content {
        width: 760px;
    }

    .lp-gallery-18__gallery-item {
        min-width: 368px;
        height: 368px;
    }

    .lp-gallery-18__text {
        margin-top: 40px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-18__header {
        width: 408px;
    }

    .lp-gallery-18__content {
        width: 848px;
    }

    .lp-gallery-18__gallery-item {
        min-width: 412px;
        height: 412px;
    }
}

.lp-gallery-18__slider {
	display: block;
}