.lp-gallery-22 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-gallery-22 {
    padding: 48px 16px;
    text-align: center;
}

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

@media all and (min-width: 960px) {
    .lp-gallery-22 {
        padding: 64px 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-22 {
        padding: 64px 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-22 {
        padding: 80px 16px;
    }
}

.lp-gallery-22-title {
    padding: 0;
    margin: 0;
}

.lp-gallery-22-subtitle {
    padding: 0;
    margin: 8px 0 0;
}

.lp-gallery-22-gallery-wrap {
    position: relative;
    margin-top: 32px;
}

@media all and (min-width: 1200px) {
    .lp-gallery-22-gallery-wrap {
        margin-top: 48px;
    }
}

.lp-gallery-22-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.lp-gallery-22-arrow-prev {
    left: 0;
}

.lp-gallery-22-arrow-next {
    right: 0;
}

.lp-gallery-22-gallery {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lp-gallery-22 .owl-loaded {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-gallery-22-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px -8px -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (min-width: 1200px) {
    .lp-gallery-22-dots {
        margin-top: 24px;
    }
}

.lp-gallery-22-dots .owl-dot {
    display: block;
    margin: 0 8px 16px;
    background-color: var(--primary-color-base);
    opacity: 0.3;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
}

@media all and (min-width: 600px) {
    .lp-gallery-22-dots .owl-dot {
        width: 16px;
        height: 16px;
    }
}

.lp-gallery-22-dots .owl-dot.active {
    opacity: 1;
}

.lp-gallery-22 .owl-stage {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.lp-gallery-22 .owl-item {
    display: block;
    font-size: 0;
}

.lp-gallery-22-gallery-item-wrap {
    position: relative;
    height: 100%;
    padding-top: 200%;
}

.lp-gallery-22-gallery-item {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.lp-gallery-22-gallery-item:last-child {
    top: 50%;
}

.lp-gallery-22-gallery-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media all and (min-width: 1200px) {
    .lp-gallery-22-title, .lp-gallery-22-subtitle {
       	max-width: 848px;
       	margin-left: auto;
       	margin-right: auto;
    }
}

.lp-gallery-22__buttons {
	margin: 32px -8px -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.lp-gallery-22__button {
 	width: 100%;
  letter-spacing: 0.01em;
  margin: 0 8px 16px;

}

@media all and (min-width: 600px) {
    .lp-gallery-22__button {
	 	width: auto;
	}
}

.lp-gallery-22 .lp-gallery-22-gallery-item-wrap .lp-gallery-22-gallery-item.lone_elem {
    height: auto;
    top: 0;
    bottom: 0;
}