@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?") format("eot"), url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?") format("eot"), url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ProximaNova/ProximaNova-Extrabld.eot?") format("eot"), url("../fonts/ProximaNova/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Extrabld.svg#ProximaNova") format("svg");
  font-display: swap;
}

.bg-dark-gray {
  background-color: #1b1b1b;
}

.bg-black {
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .water-pear .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.water-pear img {
  height: auto;
}

.water-pear__order-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1732bc;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 62px;
  letter-spacing: .025em;
  transition: .4s ease 0s;
}

.water-pear__order-btn.fixed {
  position: fixed;
  right: 20px;
  top: 85px;
  z-index: 999;
  width: auto !important;
}

@media only screen and (max-width: 480px) {
  .water-pear__order-btn.fixed {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .water-pear__order-btn {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .water-pear__order-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .water-pear__order-btn:hover {
    background-color: #fff;
    color: #1732bc;
  }
}

.water-pear .products-widget {
  padding-top: 80px;
  padding-bottom: 60px;
}

.water-pear .products-widget .title--base {
  margin-top: 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .water-pear .products-widget {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .water-pear .products-widget .container {
    padding: 0;
  }
}

.water-pear-first {
  color: #fff;
  padding-bottom: 45px;
  position: relative;
  background-color: #000;
}
.water-pear-first .breadcrumb {
  margin-bottom: 70px;
}

.water-pear-first:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: url("../img/water-pear/bg-first.png") no-repeat center center/cover;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.water-pear-first:after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/water-pear/logo-bg.png") no-repeat center center/100%;
  height: 264px;
  width: 1130px;
  z-index: 8;
}

@media only screen and (max-width: 1199px) {
  .water-pear-first:after {
    width: auto;
    max-width: 100%;
    left: 15px;
    right: 15px;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first:after {
    display: none;
  }
}

.water-pear-first .container {
  display: flex;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .water-pear-first .container {
    align-items: center;
  }
}

@media only screen and (max-width: 566px) {
  .water-pear-first .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.water-pear-first__content {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .water-pear-first__content {
    padding-left: 15px;
  }
}

.water-pear-first__img {
  position: relative;
  z-index: 10;
  margin-left: 30px;
  flex-shrink: 0;
  top: -23px;
}

@media (max-width: 1230px) {
  .water-pear-first__img {
    margin-left: 0;
    flex-shrink: 1;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first__img {
    top: 0;
    text-align: center;
  }
}

.water-pear-first__top {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .water-pear-first__top {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first__top {
    font-size: 18px;
    line-height: 30px;
  }
}

.water-pear-first__highlight {
  display: inline-block;
  text-align: center;
  background-color: #1732bc;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 12px 24px;
}

@media only screen and (max-width: 991px) {
  .water-pear-first__highlight {
    font-size: 16.66667px;
    margin-top: 36.66667px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first__highlight {
    font-size: 13px;
    line-height: 16px;
    margin-top: 16px;
    padding: 10px;
  }
}

.water-pear-first__title {
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 60px;
  margin-top: 35px;
}

@media only screen and (max-width: 991px) {
  .water-pear-first__title {
    font-size: 41.66667px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first__title {
    font-size: 30px;
    margin-top: 16px;
    line-height: 38px;
  }
}

.water-pear-first__desc {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 24px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 991px) {
  .water-pear-first__desc {
    font-size: 21.66667px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-first__desc {
    font-size: 16px;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }
}

.water-pear-menu {
  background: #000;
}

.water-pear-menu .container {
  display: flex;
}

@media only screen and (max-width: 480px) {
  .water-pear-menu .container {
    padding: 0;
  }
}

.water-pear-menu ul {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .water-pear-menu ul {
    display: none;
  }
}

.water-pear-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 18px 40px;
  letter-spacing: .025em;
}

@media only screen and (max-width: 1199px) {
  .water-pear-menu ul li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .water-pear-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .water-pear-menu ul li a:hover:after {
    transform: scale(1);
  }
}

.water-pear-menu ul li a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #1732bc;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: .4s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
  .water-pear-menu .water-pear__order-btn {
    width: 100%;
    max-width: 480px;
    margin: auto;
    font-size: 14px;
    height: 50px;
  }
}

.water-pear-second {
  background-color: #1b1b1b;
  padding-top: 93px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .water-pear-second {
    padding-top: 18px;
  }
}

.edge-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;
  padding: 38px 85px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .edge-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-box {
    padding: 0;
    margin-bottom: 50px;
  }
}

.edge-item {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  padding: 40px 15px;
}

@media only screen and (max-width: 767px) {
  .edge-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 566px) {
  .edge-item {
    flex-direction: column;
    padding: 15px 20px;
  }
}

.edge-item__img {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
  padding-right: 20px;
}

@media only screen and (max-width: 566px) {
  .edge-item__img {
    padding-right: 0;
    text-align: left;
    width: 55px;
    margin-bottom: 10px;
  }
}

.edge-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .edge-item__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-item__title br {
    display: none;
  }
}

.edge-item__text {
  font-size: 15px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .edge-item__text br {
    display: none;
  }
}

.water-pear-title {
  color: #fff;
}

.water-pear-title.water-pear-title--lg {
  font-size: 48px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .water-pear-title.water-pear-title--lg {
    font-size: 30px;
  }
}

.water-pear-title.water-pear-title--sm {
  font-size: 15px;
  margin-bottom: 10px;
}

.water-pear-title.water-pear-title--center {
  text-align: center;
}

.edge-anchors {
  display: flex;
  border: 5px solid #1732bc;
  border-bottom-width: 0;
  padding: 15px 95px 0;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .edge-anchors {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-anchors {
    flex-direction: column;
  }
}

.edge-anchors:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -35px;
  width: calc(50% + 8px);
  height: 5px;
  transform: rotate(7deg);
  background: #1732bc;
}

@media only screen and (max-width: 767px) {
  .edge-anchors:before {
    bottom: -18px;
    transform: rotate(11deg);
  }
}

.edge-anchors:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -35px;
  width: calc(50% + 8px);
  height: 5px;
  transform: rotate(-7deg);
  background: #1732bc;
}

@media only screen and (max-width: 767px) {
  .edge-anchors:after {
    bottom: -18px;
    transform: rotate(-11deg);
  }
}

.edge-anchors__left {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding-right: 90px;
  padding-top: 60px;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 1199px) {
  .edge-anchors__left {
    padding-right: 15px;
  }
  .edge-anchors__left .edge-anchor {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-anchors__left {
    order: 1;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0;
  }
}

.edge-anchors__right {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 60px;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 1199px) {
  .edge-anchors__right {
    padding-left: 15px;
    padding-right: 0;
  }
  .edge-anchors__right .edge-anchor {
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-anchors__right {
    order: 2;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0;
  }
}

.edge-anchors__img {
  flex-shrink: 0;
  position: relative;
  left: -15px;
}

@media only screen and (max-width: 1199px) {
  .edge-anchors__img {
    left: 0;
    width: 380px;
  }
}

@media only screen and (max-width: 991px) {
  .edge-anchors__img {
    left: 0;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .edge-anchors__img {
    position: absolute;
    right: 0;
    left: auto;
    width: 80vw;
    overflow: hidden;
    top: 50px;
    bottom: 0;
    z-index: 5;
  }
  .edge-anchors__img picture {
    display: block;
    transform: translateX(50%);
  }
}

.edge-anchor {
  position: relative;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .edge-anchor {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .edge-anchor:last-child {
    margin-bottom: 0;
  }
}

.edge-anchor__point {
  display: none;
}

@media only screen and (min-width: 992px) {
  .edge-anchor__point {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: 9;
    background: #1732bc;
  }
  .edge-anchor__point:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #1732bc;
  }
  .edge-anchor__point.point-1 {
    right: -129px;
    top: 152px;
  }
  .edge-anchor__point.point-1:before {
    width: 160px;
    right: 5px;
    bottom: 5px;
    transform: rotate(53deg);
    transform-origin: 100% 100%;
  }
  .edge-anchor__point.point-1:after {
    content: "";
    height: 1px;
    background-color: #1732bc;
    width: 40px;
    left: -135px;
    top: -127px;
    position: absolute;
  }
  .edge-anchor__point.point-2 {
    right: -259px;
    top: -76px;
  }
  .edge-anchor__point.point-2:before {
    width: 170px;
    transform: rotate(138deg);
    left: 2px;
    top: 5px;
    transform-origin: 0 0;
  }
  .edge-anchor__point.point-2:after {
    content: "";
    height: 1px;
    background-color: #1732bc;
    width: 115px;
    left: -239px;
    bottom: -113px;
    position: absolute;
  }
  .edge-anchor__point.point-3 {
    right: -116px;
    top: -40px;
  }
  .edge-anchor__point.point-3:before {
    width: 100px;
    transform: rotate(143deg);
    left: 1px;
    top: 5px;
    transform-origin: 0 0;
  }
  .edge-anchor__point.point-3:after {
    content: "";
    height: 1px;
    background-color: #1732bc;
    width: 40px;
    left: -118px;
    top: 64px;
    position: absolute;
  }
  .edge-anchor__point.point-4 {
    left: -152px;
    top: 43px;
  }
  .edge-anchor__point.point-4:before {
    width: 111px;
    transform: rotate(0);
    left: 0px;
    top: 3px;
    transform-origin: 0 0;
  }
  .edge-anchor__point.point-5 {
    left: -247px;
    top: 106px;
  }
  .edge-anchor__point.point-5:before {
    width: 157px;
    transform: rotate(-38deg);
    left: 2px;
    top: 3px;
    transform-origin: 0 0;
  }
  .edge-anchor__point.point-5:after {
    content: "";
    height: 1px;
    background-color: #1732bc;
    width: 100px;
    right: -220px;
    top: -93px;
    position: absolute;
  }
  .edge-anchor__point.point-6 {
    display: none;
  }
}

.edge-anchor__title {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 0 3px;
  border-bottom: 1px dashed #fff;
  transition: background-color .3s ease 0s;
}

@media only screen and (max-width: 991px) {
  .edge-anchor__title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .edge-anchor__title:hover {
    background-color: #1732bc;
    border-bottom-color: transparent;
  }
}

.edge-anchor__desc {
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
  line-height: 24px;
  padding: 0 3px;
}

@media only screen and (max-width: 991px) {
  .edge-anchor__desc {
    font-size: 14px;
    line-height: 20px;
  }
}

.feature-block {
  display: flex;
  color: #fff;
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .feature-block {
    flex-direction: column;
    padding-top: 60px;
  }
}

.feature-block .feature-slider .slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100px;
  background: transparent;
  position: absolute;
  z-index: 99;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider .slick-arrow {
    width: 35px;
    height: 70px;
  }
}

.feature-block .feature-slider .slick-arrow .icon {
  font-size: 16px;
  fill: #fff;
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider .slick-arrow .icon {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .feature-block .feature-slider .slick-arrow:hover {
    background-color: #1732bc;
  }
}

.feature-block .feature-slider .slick-arrow.slick-prev {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  border: 1px solid #1732bc;
  right: 35px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -35px;
  }
}

.feature-block .feature-slider .slick-arrow.slick-next {
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
  border: 1px solid #1732bc;
  right: -14px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider .slick-arrow.slick-next {
    right: 0;
    top: 50%;
    margin-top: -35px;
  }
}

.feature-block .feature-slider .slick-arrow.slick-next .icon {
  transform: scale(-1, -1);
}

.feature-block .feature-slider-wrapper {
  position: relative;
  width: 620px;
  align-self: flex-end;
}

@media only screen and (max-width: 1199px) {
  .feature-block .feature-slider-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider-wrapper {
    width: 100%;
    order: 2;
  }
  .feature-block .feature-slider-wrapper .slick-list {
    margin: 0 -10px;
  }
}

.feature-block .feature-slider-label {
  display: inline-flex;
  align-items: center;
  position: absolute;
  background-color: #1732bc;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.18);
  width: 220px;
  height: 220px;
  bottom: 32px;
  right: 0;
  z-index: 10;
  padding: 0 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .feature-block .feature-slider-label {
    position: relative;
    border-radius: 0;
    bottom: 0;
    height: auto;
    margin-top: 36px;
    padding: 8px 16px;
    width: auto;
  }
}

.feature-info {
  margin-left: 80px;
  padding-top: 10px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .feature-info {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-info {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.feature-info__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .feature-info__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.feature-info__text p {
  font-size: 15px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .feature-info__text p br {
    display: none;
  }
}

.feature-info__text .lead {
  margin-top: 0;
}

.feature-info__text .lead p {
  font-size: 16px;
  font-weight: 700;
}

.feature-info__text ul {
  margin-bottom: 25px;
}

.feature-info__text ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  margin-bottom: 3px;
}

.feature-info__text ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #1732bc;
}

.feature-info__text.hidden {
  display: none;
}

.feature-info__collapse {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  transition: .3s ease 0s;
  color: #fff;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .feature-info__collapse:hover {
    border-bottom-color: transparent;
  }
}

.feature-info__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1732bc;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  text-align: center;
}

@media only screen and (max-width: 566px) {
  .feature-info__label {
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-info__label-caption {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.feature-info__label-big {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.water-pear-third {
  background-color: #000;
  padding-top: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .water-pear-third {
    padding-top: 45px;
  }
}

.water-pear-third .container {
  z-index: 10;
}

.water-pear-third:after {
  content: "water pear";
  position: absolute;
  font-weight: 800;
  font-size: 210px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: .09;
  color: #1732bc;
  top: 263px;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .water-pear-third:after {
    font-size: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .water-pear-third:after {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-third:after {
    display: none;
  }
}

.water-pear-row {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .water-pear-row {
    flex-wrap: wrap;
  }
}

.water-pear-col {
  padding: 0 15px;
}

.water-pear-col .feature-info {
  margin-left: 0;
  margin-bottom: 36px;
}

.water-pear-col.water-pear-col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .water-pear-col.water-pear-col-5 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-col.water-pear-col-5 {
    flex-basis: 100%;
    max-width: 100%;
    flex-shrink: 1;
  }
}

.water-pear-col.water-pear-col--image {
  flex-shrink: 0;
  position: relative;
  left: -67px;
  top: -73px;
}

@media only screen and (max-width: 1199px) {
  .water-pear-col.water-pear-col--image {
    flex-basis: 75%;
    max-width: 75%;
    left: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .water-pear-col.water-pear-col--image {
    flex-basis: 100%;
    max-width: 100%;
    flex-shrink: 1;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
  }
  .water-pear-col.water-pear-col--image picture {
    width: 340px;
    display: block;
  }
  .water-pear-col.water-pear-col--image + .feature-info {
    margin-top: -36px;
  }
}

.cover-section {
  margin-top: -160px;
  padding-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cover-section {
    padding-bottom: 50px;
  }
}

.cover-section:after {
  content: '';
  position: absolute;
  left: calc(50% - 777px);
  top: 123px;
  width: 318px;
  height: 470px;
  background: url("../img/water-pear/bg-element.png") no-repeat center center/contain;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .cover-section:after {
    display: none;
  }
}

.cover-section .container {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .cover-section {
    margin-top: 0;
  }
}

.cover-section .feature-block {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .cover-section .feature-block {
    padding-top: 70px;
  }
}

.cover-section .feature-block .feature-slider .slick-slide img {
  margin: auto;
}

.cover-section .feature-block .feature-slider .slick-arrow.slick-prev, .cover-section .feature-block .feature-slider .slick-arrow.slick-next {
  top: 100px;
}

.cover-section .feature-block .feature-info {
  margin-top: 88px;
}

@media only screen and (max-width: 767px) {
  .cover-section .feature-block .feature-info {
    margin-top: 0;
  }
}

.insert-section {
  padding-top: 120px;
  padding-bottom: 36px;
  position: relative;
  height: 650px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .insert-section {
    height: auto;
    padding-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .insert-section .container {
    position: relative;
    z-index: 10;
    max-width: 600px;
  }
}

.insert-section__img {
  position: absolute;
  right: calc(50% - 883px);
  top: 38%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .insert-section__img {
    opacity: .4;
  }
}

@media only screen and (max-width: 566px) {
  .insert-section__img {
    width: 600px;
    left: 0;
    top: 0;
    transform: translate(150px, -150px);
  }
}

.insert-section__img-circle {
  border-radius: 50%;
  box-shadow: 0 10px 76px rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 50%;
  transform: translateY(-23%);
  left: -112px;
  width: 274px;
  height: 274px;
}

@media only screen and (max-width: 767px) {
  .insert-section__img-circle {
    left: 0;
    transform: translateY(0);
    top: 0;
    position: relative;
    margin: auto;
  }
}

.insert-section__img-circle img {
  border-radius: 50%;
}

.video-instruction {
  padding-top: 150px;
  padding-bottom: 170px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .video-instruction {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.video-instruction .container {
  position: static;
}

.video-instruction__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
  .video-instruction__row {
    margin: 0 -10px;
  }
}

.video-instruction__col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .video-instruction__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

.video-instruction__col .feature-info {
  margin-left: 0;
  padding-top: 0;
}

.video-instruction__video {
  position: absolute;
  left: calc(50% - 500px);
}

@media only screen and (max-width: 991px) {
  .video-instruction__video {
    position: relative;
    left: -15px;
    display: block;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .video-instruction__video:hover .icon-play {
    transform: scale(0.8);
  }
}

.icon-play {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: .3s ease 0s;
}

.icon-play:after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
}

.icon-play .icon-play-fill {
  width: 82px;
  height: 82px;
  fill: #1732bc;
  border: 6px solid rgba(88, 110, 223, 0.2);
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.product__control {
  padding: 0 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .product__control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product__control {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product__control .btn {
  width: 100%;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .product__control .btn {
    padding: 0;
  }
}

.pear-help {
  background: linear-gradient(0deg, #1755e6 0%, #063b87 100%);
  height: 495px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .pear-help {
    height: 395px;
  }
}

@media only screen and (max-width: 566px) {
  .pear-help {
    height: 550px;
  }
}

.pear-help__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.pear-help__content {
  flex-basis: 50%;
  max-width: 50%;
  padding: 125px 15px 0;
}

@media only screen and (max-width: 991px) {
  .pear-help__content {
    flex-basis: 60%;
    max-width: 60%;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .pear-help__content {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 566px) {
  .pear-help__content {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

.pear-help__img {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .pear-help__img {
    flex-basis: 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .pear-help__img {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 566px) {
  .pear-help__img {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.pear-help__img img {
  position: absolute;
  top: -70px;
  width: auto;
  max-width: none;
  left: -88px;
}

@media only screen and (max-width: 991px) {
  .pear-help__img img {
    max-width: 500px;
    top: 50%;
    transform: translateY(-20%);
  }
}

@media only screen and (max-width: 566px) {
  .pear-help__img img {
    max-width: none;
    top: 0;
    transform: translateY(10%);
    position: relative;
    left: 0;
    width: 100vw;
  }
}

.pear-help__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .pear-help__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.pear-help__phone {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .pear-help__phone {
    font-size: 24px;
  }
}

@media only screen and (max-width: 566px) {
  .pear-help__phone {
    font-size: 30px;
  }
}

.pear-help__action {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 566px) {
  .pear-help__action {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}

.pear-help__action .btn {
  font-size: 16px;
  padding: 15px 40px;
}

.pear-help__action .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .pear-help__action .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 566px) {
  .pear-help__action .btn {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 26px;
  }
}

.video-review {
  overflow: hidden;
  background-color: #1b1b1b;
  padding-top: 90px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .video-review {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.video-review__title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .video-review__title {
    font-size: 24px;
    padding: 0 10px;
  }
}



@media only screen and (max-width: 991px) {
  .video-review-slider {
    margin-bottom: 40px;
  }
}

.video-review-slider ul:before, .video-review-slider ul:after {
  content: " ";
  display: table;
}

.video-review-slider ul:after {
  clear: both;
}

.video-review-slide {
  margin: 0 15px;
  position: relative;
  max-width: 470px;
}

@media only screen and (max-width: 991px) {
  .video-review-slide {
    max-width: 330px;
  }
}

@media only screen and (max-width: 566px) {
  .video-review-slide {
    max-width: 280px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 992px) {
  .video-review-slide:hover .icon-play {
    transform: scale(0.8);
  }
}

.video-review .scrollbar {
  height: 8px;
  width: 100%;
  max-width: 1170px;
  background-color: transparent;
  transition: .4s ease 0s;
  overflow: visible;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .video-review .scrollbar {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .video-review .scrollbar {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.video-review .scrollbar .handle {
  width: 100px;
  height: 8px;
  background-color: #1732bc;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.video-review .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.coaching-discounts {
  background: #000;
  height: 536px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts {
    height: 395px;
  }
}

@media only screen and (max-width: 767px) {
  .coaching-discounts {
    height: auto;
    padding-bottom: 50px;
  }
}

.coaching-discounts__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.coaching-discounts__content {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 125px 15px 0;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts__content {
    flex-basis: 60%;
    max-width: 60%;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .coaching-discounts__content {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}

.coaching-discounts__img {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts__img {
    flex-basis: 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .coaching-discounts__img {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    max-height: 180px;
    overflow: hidden;
  }
}

.coaching-discounts__img img {
  position: absolute;
  top: -180px;
  width: auto;
  max-width: none;
  left: -200px;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts__img img {
    max-width: 500px;
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .coaching-discounts__img img {
    max-width: 100%;
    top: 0;
    transform: translateY(-40%);
    position: relative;
    left: 0;
  }
}

.coaching-discounts__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}

.coaching-discounts__title span {
  text-transform: uppercase;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.coaching-discounts__phone {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .coaching-discounts__phone {
    font-size: 24px;
  }
}

@media only screen and (max-width: 566px) {
  .coaching-discounts__phone {
    font-size: 30px;
  }
}

.coaching-discounts__action {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-right: 100px;
}

@media only screen and (max-width: 991px) {
  .coaching-discounts__action {
    margin-right: 0;
  }
}

@media only screen and (max-width: 566px) {
  .coaching-discounts__action {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}

.coaching-discounts__action .btn {
  font-size: 16px;
  padding: 15px 40px;
}

@media only screen and (max-width: 1199px) {
  .coaching-discounts__action .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 566px) {
  .coaching-discounts__action .btn {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 26px;
  }
}

.testimonials-section {
  padding-top: 120px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .testimonials-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.testimonials-section .testimonial-row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .testimonials-section .testimonial-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.testimonials-section .testimonial-row .testimonial-slider {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  .testimonials-section .testimonial-row .testimonial-slider {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.testimonials-section .testimonial-row .testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease 0s;
  z-index: 99;
}

.testimonials-section .testimonial-row .testimonial-slider .slick-arrow .icon {
  width: 13px;
  height: 13px;
  fill: #141c4d;
  transition: .4s ease 0s;
}

@media only screen and (min-width: 992px) {
  .testimonials-section .testimonial-row .testimonial-slider .slick-arrow:hover {
    background-color: #1732bc;
  }
  .testimonials-section .testimonial-row .testimonial-slider .slick-arrow:hover .icon {
    fill: #fff;
  }
}

.testimonials-section .testimonial-row .testimonial-slider .slick-prev {
  left: 15px;
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-slider .slick-prev {
    left: 5px;
  }
}

.testimonials-section .testimonial-row .testimonial-slider .slick-next {
  right: 15px;
  transform: translateY(-50%) scale(-1, -1);
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-slider .slick-next {
    right: 5px;
  }
}

.testimonials-section .testimonial-row .testimonial-form {
  flex-basis: 50%;
  max-width: 50%;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonials-section .testimonial-row .testimonial-form {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonials-section .testimonial-row .testimonial-form .title.title--sm {
    font-size: 24px;
  }
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-form__row {
    flex-direction: column;
    margin: 0;
  }
}

.testimonials-section .testimonial-row .testimonial-form-col-input {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-form-col-input {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.testimonials-section .testimonial-row .testimonial-form-col-input .form-group {
  width: 100%;
  margin-right: 0;
}

.testimonials-section .testimonial-row .testimonial-form-col-stars {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 566px) {
  .testimonials-section .testimonial-row .testimonial-form-col-stars {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.testimonials-section .testimonial-row__item {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .testimonials-section .testimonial-row__item {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.testimonials-section .title {
  text-align: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 480px) {
  .product-slider .product {
    border: 0;
  }
  .product-slider .product .product__img--general, .product-slider .product .product__img--detail {
    margin: 0 auto;
  }
}

.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #1732bc;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease 0s;
  z-index: 99;
}

.product-slider .slick-arrow .icon {
  width: 13px;
  height: 13px;
  fill: #fff;
  transition: .4s ease 0s;
}

@media only screen and (min-width: 992px) {
  .product-slider .slick-arrow:hover {
    background: #f1f1f1;
  }
  .product-slider .slick-arrow:hover .icon {
    fill: #141c4d;
  }
}

.product-slider .slick-prev {
  left: 100px;
}

@media only screen and (max-width: 991px) {
  .product-slider .slick-prev {
    left: 15px;
  }
}

.product-slider .slick-next {
  right: 100px;
  transform: translateY(-50%) scale(-1, -1);
}

@media only screen and (max-width: 991px) {
  .product-slider .slick-next {
    right: 15px;
  }
}

.testimonials-section .testimonial-row .testimonial-form-col-input .form-group .select-styled {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.testimonials-section .testimonial-row .testimonial-form-col-input .form-group .select-options li {
  padding: 6px 15px;
  line-height: 1.2;
}

.modal.modal-card {
  align-items: flex-start;
  z-index: 9999;
}

.modal.modal-card .modal-dialog {
  width: 100%;
  margin: 30px;
}

@media only screen and (max-width: 767px) {
  .modal.modal-card .modal-dialog {
    margin: 0;
  }
  .modal.modal-card .modal-dialog .product-card {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .modal.modal-card .modal-dialog .product-info__controls .btn.btn--one-click {
    width: 190px;
  }
}

.modal.modal-card .modal-dialog.scroll-content {
  margin: 0;
}






/********************/

.water-pear__order-btn.fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: relative; */
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.water-pear__order-btn.fixed:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

.product-row {
    justify-content: center;
}

.coaching-discounts__phone,
.pear-help__phone {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.coaching-discounts__phone:hover {
    text-decoration: none;
    color: #1732bc;
    transition: 0.3s ease-in-out;
}

.pear-help__phone:hover {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease-in-out;
}

.edge-anchor__title--no-link {
  border: none;
}

.edge-anchor__title--no-link:hover {
  background-color: inherit;
}

@media only screen and (max-width: 480px) {
  .insert-section__img {
    display: none;
  }
}


