.product__block-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product {
  position: relative;
  padding-bottom: 165px;
  background-color: #f6f5f2;
}

.product .breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

[dir='rtl'] .product__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product__wrapper-left,
.product__wrapper-right {
  position: relative;
}

.product__wrapper-right {
  width: 60%;
}

.product__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
  max-height: 900px;
  padding-left: 50px;
  width: 40%;
}

.product__wrapper-left:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f6f5f2));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
}

.product__wrapper-left .producers {
  z-index: 10;
  position: relative;
  bottom: 30px;
}

.product__wrapper-right {
  padding-top: 85px;
  padding-right: 50px;
  text-align: center;
}

.product__coverwrap {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

.product__coverwrap img.product__cover {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  width: 100%;
}

.product__coverwrap:before {
  background: url(../images/single-shape.png);
  position: absolute;
  content: "";
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.product__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 247px;
  text-align: center;
  padding-bottom: 15px;
}

.product__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 247px;
  height: 59px;
  border-radius: 30px;
  background-color: #313131;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.product__btn:hover {
  background-color: #55265a;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.product__content-manu {
  margin-bottom: 40px;
}

.product__content-manu_logos {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}

.product__content-manu_logos a {
  margin: 10px;
}

.product__content h1 {
  margin: 0;
  padding-bottom: 40px;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000;
  text-align: right;
}

.product__content p {
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 42px;
  color: #515151;
}

.product__content p + p {
  padding-top: 15px;
}

.product__content p:last-of-type {
  padding-bottom: 40px;
}

.product__subtitle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.11px;
  text-align: center;
  color: #171717;
}

.product__row-1 .product__subtitle {
  padding-bottom: 40px;
}

.product__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__box:hover .product__box-body p {
  color: #32bdb9;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.product__box-cover {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.product__box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 30px;
}

.product__box-wrapper > div {
  width: calc(25% - 60px);
  margin: 0 20px 40px 20px;
}

.product__box-head {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0 -7px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -7px 6px 0 rgba(0, 0, 0, 0.1);
}

.product__box-head img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product__box-body {
  padding-top: 5px;
}

.product__box-body p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 19px;
  text-align: center;
  color: #55265a;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.product__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__block:hover .product__block-head {
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.product__block:hover .product__block-body p {
  color: #55265a;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.product__block-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 188px;
  border-radius: 19px;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.38);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.38);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.product__block-body {
  padding-top: 25px;
}

.product__block-body p {
  display: block;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.41px;
  text-align: center;
  color: #131313;
  word-break: break-all;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.product__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

[dir='rtl'] .product__slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product__slider-left,
.product__slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  width: 50px;
  height: 228px;
}

.product__slider-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product__slider-middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

.product__slider-prev,
.product__slider-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__slider-prev img,
.product__slider-next img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product__slider-next img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product__slider-wrapper {
  overflow: hidden;
  position: relative;
  right: -20px;
  width: calc(100% + 40px);
  padding: 40px 20px;
}

.product_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 40px 0;
}

.product_grid .product_grid_item {
  max-width: 157px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .product__wrapper-left {
    width: 45%;
    max-height: 700px;
  }

  .product__wrapper-right {
    width: 55%;
  }
}

@media screen and (max-width: 1535px) {
  .product__content p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1439px) {
  .product__wrapper-left {
    max-height: 550px;
  }

  .product__content p {
    font-size: 19px;
  }

  .product__slider-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1365px) {
  .product {
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 1279px) {
  .product__wrapper-right {
    padding-top: 50px;
    padding-right: 30px;
  }

  .product__content h1 {
    padding-bottom: 30px;
  }

  .product__content p {
    font-size: 18px;
  }

  .product__box-wrapper > div {
    width: calc(33.333% - 60px);
  }

  .product__slider-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .product {
    padding-bottom: 75px;
  }

  .product .breadcrumbs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product__wrapper-left,
  .product__wrapper-right {
    width: 100%;
  }

  .product__wrapper-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 300px;
  }

  .product__wrapper-left .producers {
    top: 0;
  }

  .product__wrapper-right {
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product__content h1 {
    font-size: 52px;
  }

  .product__content p {
    font-size: 17px;
    line-height: 1.88;
  }
}

@media screen and (max-width: 767px) {
  .product {
    padding-bottom: 40px;
  }

  .product__wrapper-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 250px;
    padding-top: 33px;
    padding-right: 15px;
  }

  .product__wrapper-right {
    position: relative;
    top: -30px;
  }

  .product__logo {
    max-width: 135px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .product__btn {
    min-width: 190px;
    height: 45px;
    font-size: 16px;
  }

  .product__content h1 {
    padding-bottom: 20px;
    font-size: 42px;
  }

  .product__box-wrapper > div {
    width: calc(50% - 60px);
  }

  .product__block {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .product__block-head {
    height: 210px;
  }

  .product__slider-left,
  .product__slider-right {
    display: none;
  }

  .product__slider-wrapper {
    overflow: unset;
    right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product #productSwiper .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product #productSwiper .swiper-slide {
    width: 100%;
    max-width: calc((100% - 15px) / 2);
    padding-bottom: 30px;
  }

  .product_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .product__content-manu_logos a {
    width: calc(50% - 20px);
  }
}