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

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

.lp-gallery-28__sub-block {
    margin-bottom: 24px;
}

.lp-gallery-28__sub-block:last-child {
    margin-bottom: 0;
}

.lp-gallery-28__text {
    margin-top: 8px;
    color: var(--text-color-a-08);
}

.lp-gallery-28-dots {
	margin-top: 16px;
}

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

.lp-gallery-28__buttons {
	margin: 32px -8px -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-gallery-28__button {
 	width: 100%;
  letter-spacing: 0.01em;
  margin: 0 8px 16px;

}

.lp-gallery-28__slider-wrap {
    position: relative;
    margin-top: 16px;
}

.lp-gallery-28__img {
    width: 100%;
    height: 52vw;
}

.lp-gallery-28__controls.disabled {
    display: none;
}

.lp-gallery-28__slider-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
}

.lp-gallery-28 .js-prev-slide {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.lp-gallery-28 .js-next-slide {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.lp-gallery-28__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

    .lp-gallery-28__sub-block {
        margin-bottom: 40px;
    }

    .lp-gallery-28__text {
        margin-top: 16px;
    }
    
    .lp-gallery-28__button {
	 	width: auto;
	}

    .lp-gallery-28__slider-wrap {
        margin-top: 24px;
    }
    
    .lp-gallery-28__img {
    	height: 324px;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-28__sub-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -24px;
        margin-right: -24px;
    }

    .lp-gallery-28__sub-block:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-gallery-28__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 24px;
        margin-left: 24px;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .lp-gallery-28__slider-wrap {
        width: 592px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 0;
    }

    .lp-gallery-28._reverse .lp-gallery-28__sub-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-gallery-28._reverse .lp-gallery-28__sub-block:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .lp-gallery-28__img {
    	height: 334px;
    }
}

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

    .lp-gallery-28__sub-block {
        margin-bottom: 56px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .lp-gallery-28__content {
        margin-right: 12px;
        margin-left: 12px;
    }

    .lp-gallery-28__slider-wrap {
        width: 760px;
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .lp-gallery-28__img {
    	height: 428px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-28__sub-block {
        margin-left: -16px;
        margin-right: -16px;
    }

    .lp-gallery-28__content {
        margin-right: 16px;
        margin-left: 16px;
    }

    .lp-gallery-28__slider-wrap {
        width: 848px;
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .lp-gallery-28__img {
    	height: 476px;
    }
}