p {
    padding: 0;
    margin: 0;
}

.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

.lp-reviews-1__buttons-wrap {
  text-align: center;
}

.lp-reviews-1__button {
  display: block;
  margin: 0 16px 16px 0;
  flex: 1 1 auto;
  width: 100%;
}



.lp-reviews-1__buttons {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 -16px -16px 0;
  flex-wrap: wrap;
}


@media all and (min-width: 600px) {
  .lp-reviews-1__button-wrap {
  }

  .lp-reviews-1__button {
    width: auto;
  }

  .lp-reviews-1__buttons {
    display: inline-flex;
  }
}


@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-reviews-1 {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media all and (min-width: 600px) {
    .lp-reviews-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.lp-reviews-1__title {
    margin-bottom: 24px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-reviews-1__title {
        margin-bottom: 48px;
    }
}

.lp-reviews-1-slider {
    position: relative;
    margin-bottom: 16px;
}

.lp-reviews-1-slider__slides-wrap {
    margin: 0 auto;
}

@media all and (min-width: 600px) {
    .lp-reviews-1-slider__slides-wrap {
        width: 448px;
    }
}

@media all and (min-width: 960px) {
    .lp-reviews-1-slider__slides-wrap {
        width: 832px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-1-slider__slides-wrap {
        width: 1104px;
    }
    
    .lp-reviews-1__title {
		max-width: 848px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (min-width: 1200px) {
    .lp-reviews-1-slider__slides-wrap {
        width: 1176px;
    }
}

@media all and (min-width: 960px) {
    .lp-reviews-1-slider__slide-item {
        display: block !important;
        max-width: 752px;
        margin: 0 auto;
        padding: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-1-slider__slide-item {
        max-width: 800px;
    }
}

.lp-reviews-1-slider__slide-item-text {
    margin-bottom: 8px;
    padding-top: 0;
    letter-spacing: 0.01em;
}

.lp-reviews-1-slider__slide-item-name {
    padding-top: 0;
    letter-spacing: 0.01em;
}

.lp-reviews-1-slider__arrows {
	display: none;
}

@media all and (min-width: 600px) {
    .lp-reviews-1-slider__arrows {
    	display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
    }

    .lp-reviews-1-slider__arrows--left {
        left: -12px;
    }
}

@media all and (min-width: 600px) and (min-width: 960px) {
    .lp-reviews-1-slider__arrows--left {
        left: -24px;
    }
}

@media all and (min-width: 600px) and (min-width: 1200px) {
    .lp-reviews-1-slider__arrows--left {
        left: -22px;
    }
}

@media all and (min-width: 600px) {
    .lp-reviews-1-slider__arrows--right {
        right: -12px;
    }
}

@media all and (min-width: 600px) and (min-width: 960px) {
    .lp-reviews-1-slider__arrows--right {
        right: -24px;
    }
}

@media all and (min-width: 600px) and (min-width: 1200px) {
    .lp-reviews-1-slider__arrows--right {
        right: -22px;
    }
}

.lp-reviews-1-slider__dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin-bottom: 24px;
}

.lp-reviews-1-slider__dots li button {
    width: 12px;
    height: 12px;
    margin: 8px;
    background-color: var(--primary-color-base);
    opacity: 0.3;
    border-radius: 50%;
    border: none;
    outline: none;
}

@media all and (min-width: 600px) {
    .lp-reviews-1-slider__dots li button {
        width: 16px;
        height: 16px;
    }
}

.lp-reviews-1-slider__dots li.slick-active button {
    opacity: 1;
}

@media all and (min-width: 960px) {
    .lp-reviews-1-slider .slick-slide {
        padding: 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-1-slider .lp-reviews-1-two-column {
        width: 880px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-1-slider .lp-reviews-1-three-column {
        width: 1104px;
    }
}

@media all and (min-width: 1380px) {
    .lp-reviews-1-slider .lp-reviews-1-three-column {
        width: 1176px;
    }
}



@media all and (min-width: 600px) {

}