
/*-----------------------*/

.landing-sparring {
    overflow-x: hidden;
}

.landing-title-big {
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
    .landing-title-big {
        text-align: left;
    }
}
@media (max-width: 600px) {
  .landing-title-big {
    font-size: 26px;
    line-height: 32px;
  }
}

.landing-title-m {
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
    .landing-title-m {
        text-align: left;
    }
}
@media (max-width: 600px) {
  .landing-title-m {
    font-size: 22px;
    line-height: 28px;
  }
}

.landing-title-extra-big {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 72px;
}
@media (max-width: 600px) {
  .landing-title-extra-big {
    font-size: 30px;
    line-height: 36px;
  }
}

.bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-wrapper img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bordered-txt {
  padding: 5px;
  border: 1px solid #990099;
  margin-left: -5px;
  box-shadow: 0 0 10px #990099;
  position: relative;
}
.bordered-txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 10px #990099;
}
@media (max-width: 767px) {
  .bordered-txt {
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
  }
  .bordered-txt:before {
    display: none;
  }
}

.purple-text {
  color: #ac18ac;
}

.ls-main {
  position: relative;
  padding: 70px 0 130px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-main {
    padding: 25px 0 80px;
  }
}
.ls-main .container {
  position: static;
}
.ls-main__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
}
.ls-main__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .ls-main__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.ls-main .landing-title-big {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .ls-main .landing-title-big {
    margin-bottom: 20px;
  }
}
.ls-main__box {
  display: flex;
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .ls-main__box {
    margin-bottom: 250px;
  }
}
.ls-main__box-item {
  display: flex;
  align-items: flex-start;
  max-width: 270px;
  margin-right: 35px;
}
.ls-main__box-item:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .ls-main__box-item {
    margin-right: 15px;
    max-width: 160px;
  }
}
.ls-main__check {
  width: 40px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  top: 5px;
}
@media (max-width: 600px) {
  .ls-main__check {
    width: 20px;
    height: 15px;
    margin-right: 5px;
  }
}
.ls-main__check:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 15px;
  left: 0;
  top: 0;
  border-bottom: 3px solid #928992;
  border-left: 3px solid #928992;
  transform: rotate(-45deg);
  border-radius: 2px;
}
@media (max-width: 600px) {
  .ls-main__check:before {
    width: 20px;
    height: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 1px;
  }
}
.ls-main__check-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .ls-main__check-text {
    font-size: 12px;
    line-height: 20px;
  }
  .ls-main__check-text br {
    display: none;
  }
}
.ls-main__videolink {
  display: flex;
  align-items: center;
  padding: 15px 35px;
  background: linear-gradient(90deg, #990099 0%, #990099 70%, #383ea6 100%);
  min-width: 250px;
}
@media (max-width: 600px) {
  .ls-main__videolink {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
      width: 100%;
  }
}
.ls-main__videolink-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .ls-main__videolink-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.ls-main__videolink-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-main__videolink-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.ls-main__videolink-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-main__videolink-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.ls-banner {
  background-color: #222222;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}
@media (max-width: 600px) {
  .ls-banner {
    padding-top: 30px;
  }
}
.ls-banner .video-banner-mma {
  margin-bottom: 0;
}
.ls-banner .video-banner-mma .video-banner__content-inner {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .ls-banner .video-banner-mma .video-banner__content-inner {
    margin-left: 0;
  }
}
.ls-banner .video-banner-mma .video-banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.ls-banner .video-banner-mma .video-banner__video-pic {
  max-width: 470px;
}

.ls-banner .video-banner-mma .video-banner__video-pic img {
  width: 470px;
}

.ls-banner .video-banner-mma .video-banner__content {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .ls-banner .video-banner-mma .video-banner__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.ls-banner .video-banner-mma .video-banner__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.ls-banner .video-banner-mma .video-banner__video-pic::before {
  background-color: #990099;
}
.ls-banner .video-banner-mma .video-banner__video-pic::after {
  background-color: #990099;
}

.ls-advant-block {
  background-color: #222222;
  height: 420px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ls-advant-block {
    height: auto;
  }
}
.ls-advant-block .container {
  z-index: 1;
  height: 100%;
}
.ls-advant-block .bg-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ls-advant-block .bg-wrapper {
    display: block;
  }
}
.ls-advant-block .bg-wrapper img {
  width: auto;
  height: auto;
  max-height: 100%;
}
@media (max-width: 991px) {
  .ls-advant-block .bg-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.ls-advant-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .ls-advant-block__inner {
    flex-direction: column;
    padding: 50px 0 20px;
  }
}
.ls-advant-block__left {
  max-width: 480px;
  flex-basis: 480px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .ls-advant-block__left {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
      width: 100%;
  }
}
.ls-advant-block__right {
  max-width: 370px;
  flex-basis: 370px;
  padding: 30px;
  border: 1px solid #ac18ac;
}
@media (max-width: 767px) {
  .ls-advant-block__right {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .ls-advant-block__right {
    padding: 20px 10px;
  }
}
.ls-advant-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ls-advant-block__title:last-child {
  margin-bottom: 0;
}
.ls-advant-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.ls-video-section {
  background-color: #222222;
  padding-bottom: 90px;
}
@media (max-width: 600px) {
  .ls-video-section {
    padding-bottom: 30px;
  }
}
.ls-video-section-2 {
  padding-bottom: 90px;
}
@media (max-width: 600px) {
  .ls-video-section-2 {
    padding-bottom: 30px;
  }
}

.ls-video {
  height: 600px;
  position: relative;
}
@media (max-width: 1199px) {
  .ls-video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ls-video {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .ls-video {
    height: 200px;
  }
}
.ls-video .ytp-show-cards-title {
  display: none !important;
}
.ls-video .bg-wrapper {
  z-index: 0;
}
.ls-video .video-container {
  position: relative;
  z-index: 1;
}

.ls-features {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 600px) {
  .ls-features {
    padding: 30px 0;
  }
}
.ls-features .bg-wrapper {
  z-index: 1;
}
.ls-features .bg-wrapper img {
  object-fit: cover;
  filter: brightness(1.015);
}
.ls-features__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ls-features__left {
  flex-basis: 385px;
  max-width: 385px;
  margin-right: 30px;
  z-index: 3;
}
.ls-features__left .landing-title-big {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ls-features__left .landing-title-big {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .ls-features__left {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.ls-features__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media (max-width: 991px) {
    .ls-features__center {
        position: static;
        transform:  none;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .ls-features__center video {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .ls-features__center video {
        max-width: 300px;
    }
}
.ls-features__box {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .ls-features__box {
    padding: 25px 15px;
    margin: 0 -15px;
  }
}
.ls-features__box:last-child {
  margin-bottom: 0;
}
.ls-features__box--bordered {
  padding: 30px;
  border: 1px solid #990099;
}
@media (max-width: 991px) {
  .ls-features__box--bg-mob {
    background: #ead7ea;
  }
}
.ls-features__box-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ls-features__box-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.ls-features__right {
  flex-basis: 385px;
  max-width: 385px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 3;
}
.ls-features__right .landing-title-big {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ls-features__right {
    display: none;
  }
}
.ls-features__subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
    margin-bottom: 70px;
}
@media (max-width: 991px) {
  .ls-features__subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ls-features__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

.ls-text-creamy {
    color: #ac18ac44;
}

.ls-advant-single {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .ls-advant-single {
    margin-bottom: 30px;
  }
}
.ls-advant-single__inner {
  background-color: #000000;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ls-advant-single__inner {
    flex-direction: column;
  }
  .ls-advant-single__inner br {
    display: none;
  }
}
@media (max-width: 600px) {
  .ls-advant-single__inner {
    padding: 20px 15px;
    margin: 0 -15px;
  }
}
.ls-advant-single__left {
  flex-basis: 670px;
  max-width: 670px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ls-advant-single__left {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ls-advant-single .landing-title-big {
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .ls-advant-single .landing-title-big {
    margin-bottom: 20px;
  }
}
.ls-advant-single__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 540px;
}
.ls-advant-single__right {
  max-width: 350px;
  flex-basis: 350px;
}
@media (max-width: 767px) {
  .ls-advant-single__right {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.purple-ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 35px;
}
.purple-ul li:last-child {
  margin-bottom: 0;
}
.purple-ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #990099;
  left: 0;
  top: 3px;
}

.ls-slider-wrapper {
  position: relative;
}
@media (max-width: 991px) {
    .ls-testimonials-slider-section .ls-slider__arrow,  .ls-slider-wrapper .ls-slider__arrow {
    display: flex !important;
  }
}
.ls-slider__slide {
  margin: 0 50px;
  position: relative;
}
.ls-slider__slide:hover .ls-slider__zoom-icon {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .ls-slider__slide {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .ls-slider__slide img {
    margin: 0 auto;
  }
}
.ls-slider__zoom-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #990099;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
@media (min-width: 991px) {
  .ls-slider__zoom-icon {
    opacity: 0;
  }
}
.ls-slider__zoom-icon img {
  width: 25px;
  height: 25px;
}
.ls-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #990099;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  display: flex;
}
@media (max-width: 767px) {
  .ls-slider__arrow {
    width: 30px;
    height: 30px;
  }
}
.ls-slider__arrow img {
  width: 16px;
  height: 32px;
}

@media (max-width: 600px) {
    .ls-slider__arrow img {
        width: 8px;
        height: 16px;
    }
}
.ls-slider__arrow--prev {
  left: 40px;
}
@media (max-width: 767px) {
  .ls-slider__arrow--prev {
    left: 15px;
  }
}
.ls-slider__arrow--prev img {
  transform: scale(-1);
}
.ls-slider__arrow--next {
  right: 40px;
}
@media (max-width: 767px) {
  .ls-slider__arrow--next {
    right: 15px;
  }
}

.ls-models {
  background-color: #000000;
  padding: 100px 0;
}
@media (max-width: 600px) {
  .ls-models {
    padding: 30px 0;
  }
}
.ls-models .landing-title-m {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 600px) {
  .ls-models .landing-title-m {
    margin-bottom: 20px;
  }
}
.ls-models__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 600px) {
  .ls-models__inner {
    margin: -15px 0;
  }
}
.ls-models__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 570px;
  max-width: 570px;
  margin: 15px;
  padding: 50px 15px;
  border: 1px solid #3d3d3d;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-models__item {
    flex-direction: column;
    margin: 15px 0;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 25px 15px;
  }
}
.ls-models__item-left {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .ls-models__item-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ls-models__item-left img {
    max-height: 280px;
    position: relative;
    right: 20px;
  }
}
.ls-models__item-right {
  flex-basis: 260px;
  max-width: 260px;
  flex-shrink: 0;
}
.ls-models__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .ls-models__item-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.ls-models__item-size {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .ls-models__item-size {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.ls-models__item-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ls-models__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  margin-bottom: 25px;
}
.ls-models__item-box {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.ls-models__item-box .ls-models__item-subtitle {
  margin-right: 10px;
  line-height: 1;
  margin-bottom: 0;
}
.ls-models__item-colors {
  display: flex;
  align-items: center;
}
.ls-models__item-color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 2px;
}
.ls-models__item-color--white {
  background-color: #ffffff;
}
.ls-models__item-color--red {
  background-color: #f84040;
}
.ls-models__item-color--black {
  background-color: #222222;
}
.ls-models__item-color--camo {
  background-color: #a49c8c;
}
.ls-models__item-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .ls-models__item-price {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .ls-models .ls-button {
    width: 100%;
    max-width: 100%;
  }
}

.ls-button {
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  max-width: 230px;
  display: block;
  cursor: pointer;
}
.ls-button--purple {
  background-color: #990099;
}
.ls-button--purple:hover {
  background-color: transparent;
  border-color: #990099;
  transition: 0.2s ease-in-out;
}

.ls-callback {
  position: relative;
  padding: 90px 0;
  height: 620px;
}
@media (max-width: 600px) {
  .ls-callback {
    padding: 30px 0;
    height: 600px;
  }
}
.ls-callback__inner {
  color: #ffffff;
  max-width: 580px;
}
.ls-callback .landing-title-big {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .ls-callback .landing-title-big {
    margin-bottom: 20px;
  }
}
.ls-callback__box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .ls-callback__box {
    flex-direction: column;
  }
}
.ls-callback__box .ls-button {
  margin-right: 25px;
  flex-shrink: 0;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .ls-callback__box .ls-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ls-callback__phone {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}


@media (max-width: 600px) {
  .ls-callback__phone {
    text-decoration: underline;
  }
}

.ls-callback__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-decoration: underline;
  margin-bottom: 10px;
}

.ls-callback__link:last-child {
  margin-bottom: 0;
}

.ls-callback__wa {
  display: none;
}

@media (max-width: 1199px) {
  .ls-callback__wa {
    display: block;
  }
}

.ls-callback__link img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.ls-infoblock {
  background-color: #222222;
  padding: 90px 0 30px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-infoblock {
    padding: 30px 0;
  }
}
.ls-infoblock .landing-title-extra-big {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .ls-infoblock .landing-title-extra-big {
    margin-bottom: 20px;
  }
}
.ls-infoblock__box {
  display: flex;
}
@media (max-width: 991px) {
  .ls-infoblock__box {
    flex-direction: column;
  }
}
.ls-infoblock__left {
  flex-basis: 420px;
  max-width: 420px;
  margin-right: 90px;
}
@media (max-width: 991px) {
  .ls-infoblock__left {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ls-infoblock__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .ls-infoblock__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.ls-infoblock__right {
  flex-basis: 670px;
  max-width: 670px;
}
@media (max-width: 991px) {
  .ls-infoblock__right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ls-infoblock__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .ls-infoblock__text p {
    font-size: 16px;
    line-height: 22px;
  }
}
.ls-infoblock__text p:last-child {
  margin-bottom: 0;
}

.ls-advant-section {
  position: relative;
  padding: 90px 0;
  color: #ffffff;
}
@media (max-width: 600px) {
  .ls-advant-section {
    padding: 30px 0 50px;
  }
}
.ls-advant-section__inner {
  display: flex;
  justify-content: center;
}
.ls-advant-section__left {
  flex-basis: 486px;
  max-width: 486px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .ls-advant-section__left {
    flex-basis: 700px;
    max-width: 100%;
    width: 700px;
    margin-right: 0;
    flex-shrink: 1;
  }
}
.ls-advant-section__left .landing-title-m {
  margin-bottom: 30px;
}
.ls-advant-section__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ls-advant-section__subtitle--no-caps {
    text-transform: none;
}
@media (max-width: 600px) {
  .ls-advant-section__subtitle {
    font-size: 14px;
  }
}
.ls-advant-section__bordered {
  padding: 25px 30px;
  border: 1px solid #990099;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .ls-advant-section__bordered {
    padding: 15px;
  }
}
.ls-advant-section__right {
  flex-basis: 585px;
  max-width: 585px;
}
@media (max-width: 991px) {
  .ls-advant-section__right {
    display: none;
  }
}
.ls-advant-section .purple-ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}
.ls-advant-section .purple-ul li:before {
  top: 6px;
}
.ls-advant-section__slider {
  position: relative;
}
@media (max-width: 991px) {
  .ls-advant-section__slider {
    margin-bottom: 40px;
  }
}
.ls-advant-section__slider .slick-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 70px;
  background: transparent;
  position: absolute;
  z-index: 99;
  transition: 0.3s ease 0s;
}
.ls-advant-section__slider .slick-arrow svg {
  fill: #ffffff;
}
.ls-advant-section__slider .slick-arrow.slick-next {
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
  border: 1px solid #990099;
  right: 10px;
  top: 10px;
}
.ls-advant-section__slider .slick-arrow.slick-next svg {
  transform: scale(-1);
}
.ls-advant-section__slider .slick-arrow.slick-prev {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  border: 1px solid #990099;
  right: 45px;
  top: 10px;
}
.ls-advant-section__slide img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ls-advant-section__slide img {
    height: 420px;
    position: relative;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .ls-advant-section .read-more-wrapper {
    height: 80px;
    overflow-y: hidden;
  }
}

.read-more-toggle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px dashed #990099;
  display: none;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .read-more-toggle {
    display: inline-block;
  }
}

.ls-table-wrapper {
  background-color: #222222;
  padding: 90px 0;
}
@media (max-width: 600px) {
  .ls-table-wrapper {
    padding: 30px 0;
  }
}
.ls-table-wrapper .landing-title-m {
  margin-bottom: 40px;
}
.ls-table-wrapper__mobile-table-img {
  margin-bottom: 20px;
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  .ls-table-wrapper__mobile-table-img {
    display: block;
  }
}
@media (max-width: 991px) {
  .ls-table-wrapper__mobile-table-img .ls-slider__zoom-icon {
    display: flex;
  }
}
.ls-table-wrapper__mobile-table-link {
  padding: 15px;
  border: 1px solid #990099;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  display: none;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ls-table-wrapper__mobile-table-link {
    display: block;
  }
}

.ls-grid-table {
  display: grid;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ls-grid-table {
    display: none;
  }
}
.ls-grid-table__head {
  display: contents;
}
.ls-grid-table__body {
  display: contents;
}
.ls-grid-table__th {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px;
}
.ls-grid-table__th:nth-child(2) {
  background-color: #990099;
    position: relative;
}
.ls-grid-table__tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
}
.ls-grid-table__tr:before {
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ffffff44;
    z-index: 2;
}
.ls-grid-table__tr:last-child {
  border-bottom: none;
}
.ls-grid-table__tr:last-child:before {
  display: none;
}
.ls-grid-table__td {
  padding: 25px 15px;

}
.ls-grid-table__td:nth-child(2) {
  background-color: #990099;
}
.ls-grid-table__td p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.ls-grid-table__td a {
  color: #ffffff;
    text-decoration: underline;
}

.ls-grid-table__th-inner {
    display: flex;
}

.ls-grid-table__th-img {
    flex-shrink: 0;
    margin-right: 10px;
}

.ls-grid-table__abs-img {
    position: absolute;
    top: 25px;
    pointer-events: none;
    z-index: 1;
}

.products-widget.products-widget--landing-ls {
    padding: 90px 0 10px;
}
.products-widget.products-widget--landing-ls:last-child {
    padding: 90px 0;
}

@media (max-width: 600px) {
    .products-widget.products-widget--landing-ls {
        padding: 30px 0;
    }
    .products-widget.products-widget--landing-ls:last-child  {
        padding: 30px 0;
    }
}

.icon.icon-delivery {
    width: 40px;
    height: 40px;
}

.landing-sparring .btn.btn--add-to-cart {
    background-color: #ac18ac;
    border-color: #ac18ac;
}
.landing-sparring .btn.btn--add-to-cart:hover {
    color: #ac18ac;
}

.contacts-tab .purple-ul {
    margin-bottom: 20px;
}

.contacts-tab .purple-ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.ls-testimonials-slider-section .landing-title-big {
        text-align: center;
        margin-bottom: 40px;

}

.ls-testimonials-slider-section .testimonial__answer {
    background-color: #222222;
}
@media (max-width: 767px) {
    .products-widget__title.landing-title-big {
        text-align: center;
    }
    .testimonial__top-avatar {
        display: none;
    }
    .ls-testimonials-slider .testimonial__body {
        background-color: #eee;
    }
    .ls-text-mob-hide {
        display: none;
    }
    .ls-mob-hide {
        display: none;
    }
    .ls-infoblock__box .ls-video {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .ls-features__left .landing-title-big {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

.water-pear-menu .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.water-pear-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.water-pear-menu ul li a {
    font-size: 16px;
    padding: 13px 0 0;
    margin: 0 25px 13px;
    border-bottom: 1px dashed #990099;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1199px) {
   .water-pear-menu ul li a {
        margin-left: 15px;
        margin-right: 15px;
   }
}

@media (max-width: 991px) {
   .water-pear-menu ul li a {
        font-size: 12px;
        margin-left: 12px;
        margin-right: 12px;
   }
}

.water-pear-menu ul li a::after {
    display: none;
}

.water-pear-menu ul li a:hover,
.water-pear-menu ul li a:focus {
    border-color: transparent;
}

nav.water-pear-menu .water-pear__order-btn.water-pear__order-btn--violet {
    background: #990099;
    border-color: #990099;
}

nav.water-pear-menu .water-pear__order-btn.water-pear__order-btn--violet:hover {
    background: #fff;
    color: #990099;
    border-color: #990099;
}

.water-pear-menu__order-btn-m {
    display: none;
}

@media (max-width: 767px) {
    .water-pear-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

   .water-pear-menu__order-btn-m {
        display: block;
   }

   nav.water-pear-menu .water-pear__order-btn.water-pear__order-btn--violet {
        display: none;
   }
}

.water-pear__order-btn.fixed {
  top: 80px;
}

.ls-grid-table.hidden {
    position: relative;
    height: 600px;
    overflow: hidden;
    -webkit-transition: height 0.6s ease-in-out;
    -o-transition: height 0.6s ease-in-out;
    transition: height 0.6s ease-in-out;
}

.ls-show-more {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
    background: #222222;
}


.ls-show-more::before {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, #222 100%);
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
    content: "";
}

.ls-table-wrapper .container {
    position: relative;
}

@media (max-width: 991px) {
    .ls-show-more {
        display: none;
    }
}

@media (max-width: 767px) {
  .ls-banner .video-banner-mma .video-banner__video-pic {
    order: 0;
  }
  .ls-banner .video-banner-mma .video-banner__title {
    order: -1;
  }
  .ls-banner .video-banner-mma .video-banner__text {
    display: none;
  }
}

.products-widget--landing-ls .product__line {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .products-widget--landing-ls .product__line {
     padding: 0 15px;
  }
}

.landing-sparring .video-review {
  padding-top: 0;
  padding-bottom: 60px;
}

.ls-testimonials-slider-section {
  padding-top: 90px;
}


.ls-main__price {
  font-size: 24px;
  line-height: 36px;
  padding: 20px 42px;
  border: 1px solid #990099;
  box-shadow: 0 0 15px -2px #990099, 0 0 15px -2px #990099 inset;
  margin-bottom: 15px;
}

.ls-main__price b {
  font-size: 29px;
  line-height: 36px;
}

@media (max-width: 600px) {
  .ls-main__price {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 310px;
  }

  .ls-main__price b {
    font-size: 22px;
    line-height: 28px;
  }
}

.patent-holder-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.patent-holder {
  display: flex;
  align-items: center;
  border: 1px solid #8C1A94;
  padding: 0 60px;
  height: 275px;
}

.patent-holder__img {
  flex-basis: 335px;
  margin-right: 55px;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25));
  flex-shrink: 0;
}

.patent-holder__text {
  padding: 45px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  flex-basis: 660px;
}

@media (max-width: 991px) {
  .patent-holder {
    flex-direction: column;
    height: auto;
    padding: 40px 25px;
  }
  .patent-holder__img {
    flex-basis: auto;
    margin-right: 0;
    order: 1;
  }
  .patent-holder__text {
    flex-basis: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .patent-holder-section {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .patent-holder {
    padding: 30px 15px;
  }
  .patent-holder__text {
    font-size: 22px;
    line-height: 28px;
  }

  .patent-holder__img {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .patent-holder__img img{
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}