.lpc-gallery-1 {
    position: relative;
}

.lpc-gallery-1__title {
    text-align: center;
    margin: 0 auto;
}

.lpc-gallery-1__controls.disabled {
    display: none;
}

.lpc-gallery-1 .js-prev-item, .lpc-gallery-1 .js-next-item {
    position: absolute;
    top: 50%;
    z-index: 2;
    border: none;
    padding: 0;
    outline: none;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0);
}

.lpc-gallery-1 .js-prev-item span, .lpc-gallery-1 .js-next-item span {
    display: none;
}

.lpc-gallery-1 .js-prev-item {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
}

.lpc-gallery-1 .js-next-item {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    right: 12px;
}

.lpc-gallery-1__slider-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lpc-gallery-1 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lpc-gallery-1__main {
    overflow: hidden;
}

.lpc-gallery-1__main-wrapper {
    position: relative;
}

.lpc-gallery-1__main-image {
    position: relative;
    display: flex;
    height: 480px;
}

.lpc-gallery-1__main-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lpc-gallery-1__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lpc-gallery-1__preview button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.lpc-gallery-1__preview-image {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.lpc-gallery-1__preview-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lpc-gallery-1__preview-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lpc-gallery-1__preview-image.active {
    border: 1px solid #1F50A1;
}

.lpc-gallery-1__preview-more {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    border: 1px solid currentColor;
}


.lpc-gallery-1[data-media-source="mobile"] {
    padding: 32px 0;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1__slider-row {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1__main-image {
    height: 471px;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1-previews {
    overflow-x: hidden;
    margin-top: 24px;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1__preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1__preview-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 99px;
    width: 96px;
    margin-right: 8px;
}

.lpc-gallery-1[data-media-source="mobile"] .lpc-gallery-1__preview-image:last-child {
    margin-right: 0;
}

.lpc-gallery-1[data-media-source="mobile"] .js-prev-item, .lpc-gallery-1[data-media-source="mobile"] .js-next-item {
    width: 40px;
    height: 40px;
}

.lpc-gallery-1[data-media-source="tablet"] {
    padding: 56px 0;
}

.lpc-gallery-1[data-media-source="tablet"] .lpc-gallery-1__slider-row {
    margin-top: 40px;
}

.lpc-gallery-1[data-media-source="tablet"] .lpc-gallery-1__main-image {
    height: 440px;
}

.lpc-gallery-1[data-media-source="tablet"] .lpc-gallery-1-previews {
    height: 440px;
    overflow-y: scroll;
}

.lpc-gallery-1[data-media-source="tablet"] .lpc-gallery-1__preview-image {
    margin-bottom: 8px;
    height: 121px;
}

.lpc-gallery-1[data-media-source="tablet"] .lpc-gallery-1__preview-image:last-child {
    margin-bottom: 0;
}

.lpc-gallery-1[data-media-source="tablet"] .js-prev-item, .lpc-gallery-1[data-media-source="tablet"] .js-next-item {
    width: 44px;
    height: 44px;
}

.lpc-gallery-1[data-media-source="desktop"] {
    padding: 80px 0;
}

.lpc-gallery-1[data-media-source="desktop"] .lpc-gallery-1__slider-row {
    margin-top: 48px;
}

.lpc-gallery-1[data-media-source="desktop"] .lpc-gallery-1__main-image {
    height: 480px;
}

.lpc-gallery-1[data-media-source="desktop"] .lpc-gallery-1__preview-image {
    margin-bottom: 8px;
    height: 73px;
}

.lpc-gallery-1[data-media-source="desktop"] .js-prev-item, .lpc-gallery-1[data-media-source="desktop"] .js-next-item {
    width: 50px;
    height: 50px;
}

.lpc-gallery-1__main .owl-dots {
    display: none;
}