@media (min-width: 768px) {
  .personal_area-title {
    display: none;
  }
  .half-section.doctor-half .content h2 br {
    display: none;
  }
  .visible-device {
    display: none !important;
  }
  .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  .personal_area-sidebar {
    display: none;
  }
  .personal_area .personal_area-sidebar {
    display: block;
  }
  .mobile-open-panel-trigger, .close-sidebar-btn {
    display: none;
  }
  .modal.custom-modal.large-modal .modal-dialog {
    width: 100%;
    max-width: 720px;
  }
  .reviews.minimal-reviews .swiper-slide {
    width: 100%;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .nutritiolog-about-right-tablet {
    display: none;
  }
  .modal.custom-modal.large-modal .modal-dialog {
    width: 100%;
    max-width: 960px;
  }
  .reviews.minimal-reviews .swiper-slide {
    width: 100%;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal.custom-modal.large-modal .modal-dialog {
    width: 100%;
    max-width: 1140px;
  }
  .additional-group .gift-icon span {
    display: none;
  }
  .reviews.minimal-reviews .swiper-slide {
    width: 100%;
    max-width: 1000px;
  }
}
@media (min-width: 1500px) {
  .modal.custom-modal.large-modal .modal-dialog {
    width: 100%;
    max-width: 1140px;
  }
  .reviews.minimal-reviews .swiper-slide {
    width: 100%;
    max-width: 1000px;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 2100px) {
  .modal.custom-modal.large-modal .modal-dialog {
    width: 100%;
    max-width: 1360px;
  }
  .reviews.minimal-reviews .swiper-slide {
    width: 100%;
    max-width: 1360px;
  }
  .container {
    max-width: 1400px;
  }
}
html, body {
  margin: 0;
}
a,
button,
input,
textarea {
  outline: none !important;
}
textarea {
  resize: none;
}
textarea.form-control.custom-input {
  height: 120px;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
select:focus {
  outline: none !important;
}
select {
  outline: none !important;
}
textarea {
  resize: none;
}
main {
  margin: auto;
  padding-top: 189px;
  position: relative;
}
html, body {
  margin: 0;
}
.login-large-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 70px 20px;
}
body {
  overflow-x: hidden;
  font-size: 18px;
  line-height: 29px;
  background-color: #ffffff;
  color: #171717;
  position: relative;
  font-family: 'Evolventa-Regular';
}
body.no-scroll {
  overflow: hidden;
}
ol {
  padding-left: 15px;
  margin-bottom: 15px;
}
ol li {
  line-height: 24px;
  margin-bottom: 6px;
}
p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}
a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #171717;
}
a:hover {
  color: #171717;
  text-decoration: none;
}
.no-uppercase {
  text-transform: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: normal;
  font-weight: normal;
}
h2, .h2 {
  font-family: 'Gilroy-Medium';
  font-size: 50px;
  line-height: 60px;
  color: #171717;
  position: relative;
  z-index: 5;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0px;
  text-transform: uppercase;
}
h2.smallest, .h2.smallest {
  text-transform: none;
  line-height: 48px;
  font-size: 42px;
  margin-bottom: 20px;
}
h2 span, .h2 span {
  font-family: 'Gilroy-Bold';
}
h1 {
  font-family: 'Gilroy-Regular';
  font-size: 70px;
  line-height: 75px;
  color: #171717;
  margin-top: 0;
  margin-bottom: 55px;
}
h1 span {
  font-family: 'Gilroy-SemiBold';
}
h3, .h3 {
  color: #171717;
  font-family: 'Gilroy-SemiBold';
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}
h3.default-h3, .h3.default-h3 {
  margin-top: 35px;
  margin-bottom: 20px;
}
h4, .h4 {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: 'Gilroy-SemiBold';
  line-height: 32px;
  margin-bottom: 15px;
}
h5, .h5 {
  font-size: 20px;
  font-family: 'Evolventa-Bold';
  line-height: 24px;
  margin-bottom: 10px;
}
h6, .h6 {
  font-size: 17px;
  font-family: 'Gilroy-SemiBold';
  line-height: 28px;
  margin-bottom: 10px;
}
.italic {
  font-style: italic;
}
.quotes-holder {
  margin-bottom: 110px;
}
.content-bold {
  font-family: 'Evolventa-Bold';
}
.green-color {
  color: #009931;
}
@-webkit-keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.light-green {
  background-color: #cff187;
}
.no-padding {
  padding: 0px !important;
}
.plant-wrapper {
  height: 470px;
  overflow-y: auto;
}
.plant-wrapper .plant-item {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
}
.plant-wrapper .plant-item .image {
  min-width: 150px;
  width: 150px;
  height: 150px;
  margin-right: 50px;
}
.icon {
  font-size: 36px;
}
.monochrome {
  background: linear-gradient(270deg, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(270deg, #efefef 0%, #ffffff 100%);
}
.nutritiolog-about {
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 160px;
}
.nutritiolog-about .circles {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  width: 760px;
  height: 760px;
  bottom: -78px;
  left: 50%;
  padding: 38px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.nutritiolog-about .circles span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 38px;
}
.nutritiolog-about h2 {
  margin-bottom: 15px;
  font-family: 'Gilroy-Bold';
}
.nutritiolog-about .nutritiolog-about-left {
  padding-top: 70px;
  padding-right: 90px;
}
.nutritiolog-about .nutritiolog-about-left .quote {
  border: 2px solid #dddedf;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 60px 20px 30px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.nutritiolog-about .nutritiolog-about-left .quote img {
  position: absolute;
  right: 60px;
  bottom: -15px;
}
.nutritiolog-about .nutritiolog-about-left .caption {
  margin-bottom: 40px;
}
.nutritiolog-about .nutritiolog-about-left .caption span {
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.17);
  border-radius: 7px;
  font-family: 'Evolventa-Bold';
  line-height: 34px;
  padding: 0px 10px;
}
.nutritiolog-about .nutritiolog-about-left .subtitle {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
  font-family: 'Gilroy-Regular';
}
.nutritiolog-about .nutritiolog-about-right {
  position: relative;
}
.nutritiolog-about .nutritiolog-about-right .image {
  width: 604px;
  height: 868px;
  position: relative;
  z-index: 3;
}
.full-percent .full-percent-item {
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #dddedf;
  padding: 35px 30px 40px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.full-percent .full-percent-item .icon-complex {
  font-size: 55px;
  position: absolute;
  right: 30px;
  top: 45px;
}
.full-percent .full-percent-item .num {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}
.full-percent .full-percent-item .num span {
  font-size: 30px;
}
.full-percent .full-percent-item h3 {
  margin-bottom: 15px;
}
.full-percent .full-percent-item .total-text {
  font-family: 'Evolventa-Bold';
}
.full-percent .full-percent-item .total {
  margin-bottom: 7px;
  margin-top: 25px;
}
.full-percent .full-percent-item .total span {
  display: inline-block;
  text-transform: uppercase;
  line-height: 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Gilroy-Bold';
  padding: 0px 10px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.complex-advantages {
  overflow: hidden;
  position: relative;
}
.complex-advantages h2 {
  margin-bottom: 15px;
}
.complex-advantages .image-holder {
  height: 100%;
  position: relative;
}
.complex-advantages .image-holder .large-image {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.complex-advantages .complex-advantage-content {
  position: relative;
  padding-top: 105px;
  padding-bottom: 95px;
  z-index: 3;
}
.complex-advantages .note {
  margin-top: 20px;
  font-style: italic;
  opacity: 0.5;
  font-size: 16px;
  line-height: 20px;
}
.complex-advantages .advantage-items {
  margin-top: 35px;
  margin-bottom: 50px;
  position: relative;
}
.complex-advantages .advantage-items .item {
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.77);
  box-shadow: 2px 1px 7px rgba(185, 188, 193, 0.28);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 0px 35px 0 15px;
}
.complex-advantages .advantage-items .item .icons-holder {
  margin-right: 15px;
  min-width: 30px;
}
.complex-advantages .advantage-items .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Evolventa-Bold';
  margin-bottom: 15px;
}
.formulas-list .button-holder .default-btn {
  margin: auto;
}
.formulas-list .formulas-list-item {
  position: relative;
  z-index: 3;
}
.formulas-list .formulas-list-item .item-info {
  padding-left: 65px;
  padding-top: 50px;
}
.formulas-list .formulas-list-item .item-info .info-paragraph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.formulas-list .formulas-list-item .item-info .info-paragraph h5 {
  margin-bottom: 5px;
}
.formulas-list .formulas-list-item .item-info .info-paragraph p {
  font-style: italic;
}
.formulas-list .formulas-list-item .item-info .info-paragraph .icons-holder {
  width: 57px;
  min-width: 57px;
  margin-right: 15px;
}
.formulas-list .formulas-list-item .item-info .info-paragraph .icon-complex {
  font-size: 55px;
}
.formulas-list .formulas-list-item .item-info .info-paragraph .icon-complex.icon-complex-liver2 {
  font-size: 38px;
}
.formulas-list .formulas-list-item .item-info .info-label {
  margin-bottom: 30px;
}
.formulas-list .formulas-list-item .item-info .info-label span {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.formulas-list .formulas-list-item .item-info .info-label span.name {
  font-family: 'Gilroy-SemiBold';
  font-size: 28px;
  line-height: 46px;
  padding: 0px 22px;
}
.formulas-list .formulas-list-item .image-group {
  position: relative;
}
.formulas-list .formulas-list-item .image-group .image {
  position: relative;
  width: 550px;
}
.infographic {
  padding-bottom: 110px;
}
.infographic .infographic-item h3 {
  margin-bottom: 10px;
}
.infographic .infographic-item .image {
  padding-right: 50px;
  height: 230px;
  margin-bottom: 30px;
}
.infographic .infographic-item img {
  display: block;
  margin: 0 auto ;
}
.breadcrumb-holder {
  margin-bottom: 20px;
}
.breadcrumb {
  margin-top: 20px;
  padding: 15px 0 0;
  margin-bottom: 5px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
}
.breadcrumb a {
  color: #797979;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #797979;
  padding: 0 10px;
}
#quick_card_trigger {
  position: relative;
}
#quick_card_trigger a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 36px;
  height: 36px;
}
#quick_card_trigger a .notification {
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #00d74b;
  border: 2px solid #ffffff;
  color: #171717;
  font-family: 'Gilroy-SemiBold';
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 16px;
}
#quick_card_trigger.stickytop {
  opacity: 1;
  visibility: visible;
}
nav {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dddedf;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 110;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
nav #search-trigger {
  position: relative;
}
nav #search-trigger.is-active .icon.icon-search {
  opacity: 0;
  visibility: hidden;
}
nav #search-trigger.is-active .icon.icon-close {
  opacity: 1;
  visibility: visible;
}
nav #search-trigger .icon {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
nav #search-trigger .icon.icon-close {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
nav.sticked {
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.sign_in ul li.sign-trigger-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.sign_in ul li.sign-trigger-holder .sign-trigger {
  display: none;
}
nav.sign_in ul li.sign-trigger-holder .icon-user {
  display: none;
}
nav.sign_in ul li.sign-trigger-holder .icon-user-fill {
  display: block;
}
nav.sign_in ul li.sign-trigger-holder .link:before {
  opacity: 1;
  visibility: visible;
}
nav.sign_in ul li.sign-trigger-holder .text-holder {
  width: 135px;
}
nav.sign_in ul li.sign-trigger-holder .text {
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
nav .nav-holder {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
nav .right-nav li {
  margin-left: 45px;
}
nav .left-nav li {
  margin-right: 45px;
}
nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
nav ul li {
  display: inline-block;
  position: relative;
}
nav ul li.sign-trigger-holder .icon-user {
  display: block;
  position: relative;
  z-index: 1;
}
nav ul li.sign-trigger-holder .icon-user-fill {
  display: none;
  position: relative;
  z-index: 1;
}
nav ul li.sign-trigger-holder .text {
  display: none;
  margin-right: 20px;
}
nav ul li.sign-trigger-holder .link {
  position: relative;
}
nav ul li.sign-trigger-holder .link:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-color: #CFF187;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
nav ul li.sign-trigger-holder .sign-trigger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
nav .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .logo img {
  height: 40px;
}
.blog-preview-item.item-wide {
  margin-bottom: 30px;
}
.blog-preview-item.item-wide .preview-title {
  width: 95%;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: inherit;
}
.blog-preview-item.item-wide .blog-preview-holder {
  border: none;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-preview-item.item-wide .content {
  width: 65%;
  align-self: center;
  -webkit-align-self: center;
  padding: 25px 15% 25px 60px;
}
.blog-preview-item.item-wide .image {
  border-radius: 14px;
  height: auto;
  width: 35%;
}
.blog-preview-item.item-alt {
  height: 100%;
}
.blog-preview-item.item-alt .content {
  height: 40%;
  width: 100%;
  padding-right: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.blog-preview-item.item-alt .blog-preview-holder {
  height: 100%;
}
.blog-preview-item.item-alt .image {
  border-radius: 0px 0px 20px 20px;
  height: 60%;
}
.blog-preview-item .default-link {
  margin-top: 20px;
}
.blog-preview-item .time-label {
  opacity: 0.6;
  font-family: 'Gilroy-Regular';
  margin-bottom: 15px;
}
.blog-preview-item .time-label .icon {
  font-size: 32px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.blog-preview-item .preview-title {
  margin-bottom: 15px;
  display: block;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
}
.blog-preview-item .preview-title:hover {
  text-decoration: underline;
}
.blog-preview-item .image {
  display: block;
  border-radius: 20px 20px 0px 0px;
  height: 300px;
}
.blog-preview-item .content {
  padding: 30px 30px 35px;
}
.blog-preview-item .blog-preview-holder {
  border-radius: 20px;
  border: 1px solid #dddedf;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blog-preview-item .blog-preview-holder:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.home-blog .title-heading {
  margin-bottom: 40px;
}
.home-blog .blog-preview-item {
  margin-right: 30px;
  margin-bottom: 30px;
}
.home-blog .blog-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: inherit;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
}
.quote-box.ceo-text {
  margin-bottom: 105px;
}
.quote-box.ceo-text .quote-holder {
  padding: 100px 30px;
  background-color: #F8F8F8;
}
.quote-box.blog-quote {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 35px;
}
.quote-box.blog-quote .quote-holder {
  padding: 50px 30px;
  background-color: #FEF0BF;
}
.quote-box.blog-quote span {
  font-family: 'Evolventa-Bold';
}
.quote-box.about-quote {
  margin-top: 105px;
}
.quote-box.about-quote .quote-holder {
  padding: 100px 0;
  background-color: #E0FBA6;
}
.quote-box.about-quote h2 {
  margin: 0;
}
.quote-box.home-quote .quote-holder {
  padding: 100px 0;
  background-color: #E0FBA6;
}
.quote-box.home-quote h2 {
  margin: 0;
}
.quote-box .quote-holder {
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.swiper-btns {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  border-color: #00d74b;
  background-color: #00d74b;
}
.swiper-button-next, .swiper-button-prev {
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #dddedf;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ffffff;
  -moz-box-shadow: none;
  opacity: 1;
  left: 0;
  right: 0;
  margin-top: 0;
  position: relative;
  color: #171717;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:before {
  content: "\e903";
}
.swiper-button-next:before {
  content: "\e904";
}
.swiper-button-next:before, .swiper-button-prev:before {
  font-family: 'icomoon';
  font-size: 36px;
  position: relative;
  top: 0px;
}
.product-info {
  margin-top: 20px;
}
.custom-tabs .nav {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  width: 100%;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link:after, .custom-tabs .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #171717;
  position: absolute;
  left: 0;
  bottom: 0;
}
.custom-tabs .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #171717;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link, .custom-tabs .nav-tabs .nav-link.active {
  color: #171717;
  background-color: transparent;
  font-family: 'Evolventa-Bold';
  border: none;
}
.custom-tabs .nav-tabs .nav-link {
  padding: 0;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  display: block;
  font-size: 20px;
  color: rgba(23, 23, 23, 0.7);
  line-height: 40px;
  text-transform: uppercase;
}
.page-not-found {
  padding-top: 200px;
  padding-bottom: 200px;
}
.page-not-found .caption {
  margin-bottom: 40px;
}
.page-not-found .num {
  font-size: 200px;
  line-height: 0.8;
}
.page-not-found .default-btn {
  margin: auto;
}
.price-old {
  color: #eb1d67;
  text-decoration: line-through;
}
.preloader-page {
  opacity: 0;
  visibility: hidden;
  z-index: 11111111111;
  position: fixed;
  background: rgba(255, 255, 255, 0.30000000000000004);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.preloader-page .preloader-spinner {
  opacity: 0.3;
  -webkit-animation: rotateSpinner 800ms linear infinite;
  animation: rotateSpinner 800ms linear infinite;
}
.preloader-page.proccess-load {
  opacity: 1;
  visibility: visible;
}
.bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.free-stroke {
  z-index: 100;
  transform: translatey(0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  background: linear-gradient(90deg, #fcff58 0%, #53d25b 100%);
  font-family: 'Gilroy-Medium';
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
.free-stroke.sticked {
  transform: translatey(-100%);
}
.free-stroke span {
  font-family: 'Gilroy-Bold';
}
.overlay-menu {
  left: 0;
  top: 0;
  position: fixed;
  background-color: #ffffff;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
  width: 400px;
  text-align: left;
  z-index: 11111111111;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -moz-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-transform: translate3d(-50px, 0, -50px);
  transform: translate3d(-50px, 0, -50px);
}
.overlay-menu .menu-side {
  background-color: #ffffff;
  -webkit-transform: translate3d(-50px, 0, -50px);
  transform: translate3d(-50px, 0, -50px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}
.overlay-menu .menu-side .content {
  padding: 140px 45px;
}
.overlay-menu .menu-side .content .list a {
  display: block;
  position: relative;
  line-height: 46px;
  font-size: 24px;
}
.overlay-menu .menu-side .content .list a:hover {
  text-decoration: underline;
}
.overlay-menu .menu-side .back_sub_trigger {
  position: absolute;
  left: 30px;
  top: 30px;
}
.overlay-menu .menu-side .back_sub_trigger .icon {
  font-size: 36px;
}
.overlay-menu .menu-side .menu-top-panel {
  padding: 35px 45px;
  border-bottom: 1px solid #dddedf;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #ffffff;
  text-align: right;
}
.overlay-menu .menu-side .menu-top-panel .name {
  text-transform: uppercase;
  font-size: 14px;
}
.overlay-menu .menu-side .menu-side-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-menu .menu-side.open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: visible;
  z-index: 111;
}
.overlay-menu .overlay-top {
  padding: 35px 45px;
  border-bottom: 1px solid #dddedf;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #ffffff;
}
.overlay-menu .close-menu-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 40px;
  height: 40px;
  right: 30px;
  position: absolute;
  top: 27px;
  z-index: 5;
}
.overlay-menu .logo img {
  height: 25px;
}
.overlay-menu .menu-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dddedf;
  background-color: #ffffff;
  padding: 30px 45px;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.overlay-menu .menu-bottom .phone {
  font-family: 'Gilroy-Medium';
  font-size: 26px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.overlay-menu .menu-bottom .small-text {
  font-size: 14px;
  line-height: 18px;
  color: #565656;
}
.overlay-menu .category-menu-trigger .icon {
  vertical-align: middle;
  top: 4px;
  position: absolute;
  right: 35px;
  font-size: 36px;
}
.overlay-menu .menu-list {
  padding-left: 45px;
  padding-bottom: 200px;
  padding-top: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.overlay-menu .menu-list li:last-child {
  margin-bottom: 0;
}
.overlay-menu .menu-list li a {
  display: block;
  position: relative;
  line-height: 46px;
  font-size: 24px;
}
.overlay-menu .menu-list li a.active {
  font-family: 'Evolventa-Bold';
  text-decoration: underline;
}
.overlay-menu .menu-list li a:hover {
  text-decoration: underline;
}
.overlay-menu .overlay-menu-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  transform: translate3d(-15px, 0, 0);
}
.overlay-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-menu.active .overlay-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.catalog-item {
  margin-bottom: 30px;
  margin-right: 30px;
}
.catalog-item.minimal-catalog-item {
  text-align: center;
  margin-bottom: 0;
}
.catalog-item.minimal-catalog-item .price-box {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.catalog-item.minimal-catalog-item .price-box .price-element.price-old {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.catalog-item.minimal-catalog-item .options {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.catalog-item.minimal-catalog-item .item-holder {
  background-color: transparent;
  border: 1px solid transparent;
}
.catalog-item.minimal-catalog-item .item-holder:hover {
  box-shadow: none;
  border-color: #dddedf;
}
.catalog-item.minimal-catalog-item .product-name {
  margin-bottom: 5px;
}
.catalog-item.minimal-catalog-item .product-desc {
  font-size: 16px;
  position: relative;
  color: #565656;
  line-height: 1;
}
.catalog-item.minimal-catalog-item .product-desc:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background-color: #171717;
  margin: 15px auto 0;
}
.catalog-item .options {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.catalog-item .options .right-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-item .product-name {
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-item .product-name:hover {
  text-decoration: underline;
}
.catalog-item .item-content {
  width: 100%;
  z-index: 5;
}
.catalog-item .image {
  height: 335px;
  position: relative;
  display: block;
  margin: 0 auto 20px;
}
.catalog-item .image img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.catalog-item .price-box .price-old {
  align-self: flex-end;
  line-height: 1;
  text-decoration: line-through;
  white-space: nowrap;
}
.catalog-item .item-holder {
  position: relative;
  color: #171717;
  background-color: #f2f2f2;
  padding: 20px 30px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.catalog-item .item-holder:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.product-label {
  position: absolute;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Gilroy-SemiBold';
  line-height: 30px;
  font-size: 18px;
  left: 30px;
  top: 30px;
  z-index: 3;
  color: #ffffff;
  padding: 0px 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.product-label.label-count {
  top: 15px;
  right: 15px;
  left: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid #171717;
  font-size: 30px;
  padding: 0;
  color: #171717;
}
.product-label.label-count span span {
  font-size: 11px;
  display: block;
  line-height: 1;
}
.product-label.large-label {
  border-radius: 50%;
  left: auto;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  font-family: 'Evolventa-Bold';
}
.product-label.large-label.label-plants {
  color: #171717;
  top: 0;
  right: 0;
  font-family: 'Gilroy-Bold';
  font-size: 40px;
  background-color: #FCFF58;
}
.product-label.large-label.label-plants span span {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-family: 'Gilroy-SemiBold';
}
.product-label.label-sale {
  background-color: #ff9ebf;
  color: #171717;
}
.product-label.label-new {
  background-color: #FF8A00;
}
.product-label.label-important {
  background-color: #171717;
}
.price-element {
  white-space: nowrap;
  font-family: 'Gilroy-SemiBold';
  font-size: 32px;
  line-height: 1;
}
.price-element.price-old {
  text-decoration: line-through;
  font-size: 18px;
  font-family: 'Gilroy-Regular';
  line-height: 1;
  color: #CB034B;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 15px;
  margin-top: 10px;
}
.swiper-pagination-bullet {
  background-color: #CECECE;
  opacity: 1;
  width: 9px;
  height: 9px;
  transform: scale(0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0px 2px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CECECE;
  transform: scale(1);
}
.b-wrapper {
  margin-bottom: 30px;
}
.b-wrapper .b-scroll {
  margin-top: 15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}
.b-wrapper .b-slide {
  margin-right: 15px;
}
.b-wrapper .b-item-body {
  position: relative;
  height: 335px;
  width: 290px !important;
}
.b-wrapper .b-item-body .price-element {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.b-wrapper .b-item-body a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}
.b-wrapper .b-item-body .text {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  z-index: 5;
}
.b-wrapper .b-item-body .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.custom-header .header-content {
  height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.custom-header .header-content .empty {
  width: 44%;
}
.custom-header .header-content .text {
  width: 56%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.custom-header.delivery-header {
  background-color: #f6eaff;
}
.custom-header.blog-header .caption {
  font-family: 'Evolventa-Bold';
  font-size: 32px;
  line-height: 43px;
}
.custom-header.blog-header h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.custom-header.blog-header .text {
  padding-bottom: 60px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.custom-header.home-header h1 {
  text-transform: uppercase;
  margin: 0;
}
.custom-header.home-header .header-content {
  height: 740px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.custom-header.home-header .header-content .text {
  width: 56%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.custom-header.home-header .header-content .text .button-holder {
  margin-top: 35px;
}
.custom-header.home-header .header-content .empty {
  width: 44%;
}
.custom-header.home-header .header-content .image {
  width: 44%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
header {
  left: 0;
  position: fixed;
  width: 100%;
  top: 142px;
  z-index: 111;
  box-shadow: none;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
header.gray {
  background-color: #f6f6f6;
}
header.sticked {
  top: 67px;
  box-shadow: 0px 3px 3px rgba(23, 23, 23, 0.06999999999999995);
}
header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
header ul li {
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 0;
}
header ul li a {
  font-size: 20px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
  position: relative;
}
header ul li a.active {
  font-family: 'Evolventa-Bold';
}
header ul li a.active:after {
  opacity: 1;
  visibility: visible;
}
header ul li a:after {
  content: "";
  display: block;
  background-color: #171717;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  visibility: hidden;
  opacity: 0;
}
.default-wrapper {
  padding-bottom: 105px;
}
.section {
  position: relative;
  padding-top: 105px;
  padding-bottom: 105px;
}
.section.insta-widget {
  padding-top: 0;
}
.modal.custom-modal {
  z-index: 11111111;
}
.modal.custom-modal form {
  padding: 0px 50px;
}
.modal.custom-modal.large-modal .product-header .product-header-holder .product-header-info h1 span {
  display: inline;
}
.modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image {
  width: 680px;
}
.modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image .image {
  height: 640px;
}
.modal.custom-modal.large-modal .modal-content {
  background: linear-gradient(270deg, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(270deg, #efefef 0%, #ffffff 100%);
}
.modal.custom-modal.large-modal .product-header {
  padding-bottom: 0;
}
.modal.custom-modal.large-modal .modal-body {
  padding: 40px 60px 60px;
  text-align: left;
}
.modal.custom-modal.default-modal .modal-dialog {
  max-width: 750px;
}
.modal.custom-modal.default-modal .modal-body {
  text-align: left;
  padding-top: 40px;
}
.modal.custom-modal .attention-apply {
  font-family: 'Conv_Evolventa-Oblique';
  width: 70%;
  margin: 15px auto 0;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.modal.custom-modal .attention-apply a {
  margin-left: 5px;
  color: #009931;
  text-decoration: underline;
}
.modal.custom-modal .modal-content {
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.modal.custom-modal h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: 'Gilroy-SemiBold';
}
.modal.custom-modal .form-control.custom-input {
  text-align: left;
}
.modal.custom-modal .default-btn {
  font-size: 16px;
  line-height: 54px;
  margin: auto;
  width: 100%;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.modal.custom-modal .modal-body {
  text-align: center;
  padding: 40px 30px 30px;
}
.modal.custom-modal .modal-header {
  padding: 15px 15px 0px;
  border: none;
}
.modal.custom-modal .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.06s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: none;
}
.modal.custom-modal .close {
  z-index: 3;
  padding: 0;
  margin: 0;
  font-size: 36px;
  position: absolute;
  opacity: 1;
  right: 20px;
  top: 20px;
  text-shadow: none;
}
.fade {
  transition: opacity .06s linear;
}
.modal-backdrop {
  background: rgba(3, 3, 3, 0.5);
  z-index: 1111111;
}
.modal-backdrop.show {
  opacity: 1;
}
.lang-panel {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.lang-panel .dropdown {
  margin-top: 10px;
}
.lang-panel .dropdown-item {
  padding: 10px 10px 7px 10px;
  font-size: 13px;
  border-bottom: 1px solid #dddedf;
}
.lang-panel .dropdown-item:last-child {
  border: none;
}
.lang-panel .dropdown-item.active, .lang-panel .dropdown-item:active {
  background-color: #eaeaea;
  color: #171717;
}
.lang-panel .dropdown-menu {
  border-radius: 6px;
  left: auto;
  min-width: 85px;
  right: 0 !important;
  margin: -5px 0;
  padding: 0;
  border: none;
  box-shadow: 0px 5px 10px rgba(23, 23, 23, 0.15000000000000002);
}
.lang-panel a {
  position: relative;
}
.lang-panel a.dropdown-toggle {
  line-height: 45px;
  padding-right: 30px;
  border: 1px solid #dddedf;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: block;
  width: 100px;
  padding-left: 15px;
}
.lang-panel a.dropdown-toggle:after {
  content: "\e902";
  font-family: icomoon;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 36px;
  position: absolute;
  right: 45px;
  top: 0px;
}
.btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 32px;
  box-shadow: none;
  background-color: #F2F2F2;
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #171717;
}
.btn-icon:hover, .btn-icon.active {
  background-color: #CFF187;
}
.default-btn {
  position: relative;
  letter-spacing: 0.03em;
  font-size: 20px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  background: -webkit-linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  background: -moz-linear-gradient(0deg, #7fe800 2.77%, #00d74b 40%, #7fe800 100%);
  width: fit-content;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 1px 40px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  background-size: 200% auto;
  border: none;
  font-family: 'Evolventa-Bold';
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  white-space: nowrap;
  padding: 0 55px;
  line-height: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 33;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
}
.default-btn .icon {
  filter: drop-shadow(1px 1px 2px rgba(85, 101, 124, 0.35));
  -webkit-filter: drop-shadow(1px 1px 2px rgba(85, 101, 124, 0.35));
  font-size: 36px;
}
.default-btn .btn-text {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
  text-shadow: 1px 1px 2px rgba(85, 101, 124, 0.35);
}
.default-btn:hover {
  background-position: right center;
  box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 1px 20px rgba(110, 252, 43, 0.65), 6px 6px 8px rgba(175, 183, 188, 0.45);
}
.default-btn.btn-small {
  padding: 0px 20px;
  min-width: 100px;
}
.default-btn.btn-with-icon-alt .btn-text {
  margin-right: 0;
  margin-left: 10px;
}
.default-btn.no-uppercase {
  text-transform: none;
}
.default-btn.no-uppercase .btn-text {
  text-shadow: none;
}
.default-btn.btn-white-outline {
  line-height: 44px;
  text-transform: none;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #DDDDDD;
  padding: 0 30px 0px 25px;
  font-size: 18px;
  letter-spacing: normal;
  font-family: 'Gilroy-Medium';
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.default-btn.btn-white-outline .icon {
  filter: none;
  -webkit-filter: none;
  font-size: 24px;
}
.default-btn.btn-white-outline .btn-text {
  text-shadow: none;
  top: 0;
}
.default-btn.btn-white-outline:hover {
  box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
}
.default-btn.btn-gray {
  padding: 0 30px 0px 25px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #f3f3f3;
  background: #f3f3f3;
  line-height: 46px;
  font-size: 18px;
  letter-spacing: normal;
  font-family: 'Gilroy-Medium';
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.default-btn.btn-gray .btn-text {
  text-shadow: none;
  top: 0;
}
.default-btn.btn-gray .icon {
  font-size: 24px;
}
.default-btn.btn-gray:hover {
  box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
  -moz-box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
  -webkit-box-shadow: 0px 6px 8px rgba(175, 183, 188, 0.45);
}
.default-btn.btn-no-icon {
  justify-content: center !important;
  -moz-justify-content: center !important;
  -webkit-justify-content: center !important;
}
.default-btn.btn-no-icon .btn-text {
  margin-right: 0;
  top: 0;
}
.default-btn.color-btn {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-btn.color-btn.violet-btn {
  background-color: #DEC4FF;
  background: #DEC4FF;
}
.default-btn.color-btn.yellow-btn {
  background-color: #F1F269;
  background: #F1F269;
  box-shadow: 0px 13px 27px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 13px 27px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 13px 27px rgba(0, 0, 0, 0.15);
}
.default-btn.color-btn.yellow-btn:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
}
.default-btn.btn-dark {
  color: #ffffff;
  background-color: #171717;
  background: #171717;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-transform: none;
}
.default-btn.btn-dark:hover {
  background-color: #262626;
  background: #262626;
}
.default-btn.btn-dark .icon {
  filter: none;
  -webkit-filter: none;
}
.default-btn.btn-dark .btn-text {
  text-shadow: none;
}
.default-btn.light-btn {
  color: #171717;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  text-transform: none;
  line-height: 46px;
  padding: 0px 20px 0px 30px;
  font-family: 'Gilroy-Medium';
}
.default-btn.light-btn .btn-text {
  text-shadow: none;
  top: 0;
  margin-right: 0;
}
.default-btn.btn-outline {
  line-height: 56px;
  text-transform: none;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #171717;
}
.default-btn.btn-outline.btn-small {
  padding: 0px 30px;
  min-width: 100px;
  line-height: 42px;
  font-size: 16px;
}
.default-btn.btn-outline .icon {
  filter: none;
  -webkit-filter: none;
}
.default-btn.btn-outline .btn-text {
  text-shadow: none;
}
.default-btn.btn-outline:hover {
  color: #ffffff;
  background-color: #171717;
  background: #171717;
}
.custom-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-family: 'Gilroy-SemiBold';
}
.sorting-panel {
  margin-bottom: 50px;
  width: 65%;
}
.sorting-panel .custom-label {
  margin-bottom: 10px;
}
.catalog-wrapper.article-catalog.section {
  padding-top: 0;
}
.catalog-wrapper.article-catalog .title-heading, .catalog-wrapper.about-catalog .title-heading {
  margin-bottom: 40px;
}
.catalog-wrapper h2 {
  margin-bottom: 20px;
}
.sorting-checkbox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sorting-checkbox:last-child {
  margin-right: 0;
}
.sorting-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.sorting-checkbox input[type="checkbox"]:checked  + label {
  color: #ffffff;
  font-family: 'Gilroy-SemiBold';
  background-color: #171717;
  border-color: #171717;
}
.sorting-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  line-height: 40px;
  border-radius: 8px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'Gilroy-Medium';
  border: 1px solid #dddedf;
}
.size-radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 2px;
  padding: 3px;
}
.size-radio {
  display: inline-block;
  position: relative;
}
.size-radio:last-child {
  margin-right: 0;
}
.size-radio input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.size-radio input[type="radio"]:checked  + label {
  color: #ffffff;
  font-weight: 700;
  background-color: #00d74b;
}
.size-radio label {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  border-radius: 2px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
}
.production {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
}
.production h3 {
  margin-bottom: 25px;
}
.production .content {
  padding-right: 15%;
}
.production-gallery {
  position: absolute;
  right: -20%;
  top: 105px;
  width: 70%;
}
.production-gallery .swiper-pagination {
  display: block;
  text-align: left;
}
.production-gallery .swiper-slide {
  object-fit: cover;
  width: fit-content;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.production-gallery .swiper-slide.swiper-slide-active {
  box-shadow: 0px 10px 20px rgba(74, 79, 97, 0.15);
}
.production-gallery .swiper-slide .image {
  width: 100%;
  height: 445px;
}
.product-support-info .holder {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  padding: 0px 100px 0 70px;
  position: relative;
}
.product-support-info .holder:after {
  left: 66.666666%;
}
.product-support-info .holder:before {
  left: 33.333333%;
}
.product-support-info .holder:before, .product-support-info .holder:after {
  content: "";
  display: block;
  height: 90px;
  top: 20px;
  width: 1px;
  background-color: #dddedf;
  position: absolute;
}
.product-support-info .holder .item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.product-support-info .holder .item p {
  margin: 0;
}
.product-support-info .holder .item .image {
  margin-right: 25px;
}
.plant-wrapper {
  height: 470px;
  overflow-y: auto;
}
.plant-wrapper .plant-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 20px;
}
.plant-wrapper .plant-item .image {
  min-width: 150px;
  width: 150px;
  height: 150px;
  margin-right: 50px;
}
.product-slider {
  width: 900px;
  position: relative;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  top: 50px;
}
.product-slider .swiper-btns {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.product-slider .swiper-btns-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.product-slider .image {
  height: 800px;
  width: 100%;
}
.product-header {
  padding-bottom: 100px;
  padding-top: 30px;
}
.product-header .options {
  margin-top: 50px;
}
.product-header .options .nt-spinner {
  margin-right: 35px;
}
.product-header .price-box {
  text-align: right;
}
.product-header .price-element {
  font-family: 'Gilroy-SemiBold';
  font-size: 46px;
  line-height: 1;
}
.product-header .price-element.price-old {
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  line-height: 23px;
}
.product-header .quick-info {
  border: 1px solid #171717;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.product-header .quick-info .left-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.product-header .quick-info .left-content .image {
  margin-right: 15px;
}
.product-header .quick-info .left-content .label span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Gilroy-Medium';
  line-height: 21px;
  border-radius: 30px;
  padding: 0px 10px;
  border: 1px solid #171717;
}
.product-header .quick-info .left-content small {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gilroy-Medium';
  line-height: 14px;
  margin-bottom: 5px;
}
.product-header .quick-info .left-content p {
  margin: 0;
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
  line-height: 24px;
}
.product-header .product-header-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-header .product-header-holder .product-header-info {
  width: 51%;
}
.product-header .product-header-holder .product-header-info .custom-tabs .tab-content ul {
  display: table;
}
.product-header .product-header-holder .product-header-info .custom-tabs .tab-content ul li {
  float: left;
  list-style: disc;
  margin-right: 30px;
}
.product-header .product-header-holder .product-header-info h1 {
  margin-bottom: 20px;
}
.product-header .product-header-holder .product-header-info h1 span {
  display: block;
}
.product-header .product-header-holder .product-header-imgs {
  width: 49%;
}
.product-header .product-header-holder .product-header-imgs .single-image {
  width: 900px;
}
.product-header .product-header-holder .product-header-imgs .single-image .image {
  height: 800px;
  width: 100%;
}
.volume-group {
  margin-top: 40px;
}
.volume-group .volume-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-family: 'Gilroy-Bold';
}
.volume-group .volume-radio {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.volume-group .volume-radio:last-child {
  margin-right: 0;
}
.volume-group .volume-radio input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.volume-group .volume-radio input[type="radio"]:checked  + label {
  box-shadow: 0px 6px 10px rgba(74, 79, 97, 0.15);
  background-color: #ffffff;
  border: 2px solid #00d74b;
}
.volume-group .volume-radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  position: relative;
  padding: 0 30px 0 5px;
  height: 68px;
  border-radius: 11px;
  font-size: 14px;
  margin-bottom: 0;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'Evolventa-Regular';
  border: 2px solid #ffffff;
}
.volume-group .volume-radio label .text {
  width: 70%;
}
.volume-group .volume-radio label .text .price-element {
  font-size: 16px;
}
.volume-group .volume-radio label .text .price-element.price-old {
  color: #CB034B;
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
  font-family: 'Gilroy-Medium';
}
.volume-group .volume-radio label .text span {
  display: block;
}
.volume-group .volume-radio label .text span.volume-name {
  font-family: 'Gilroy-SemiBold';
  line-height: 1;
}
.volume-group .volume-radio label .text span.volume-price {
  margin-top: 5px;
  font-family: 'Evolventa-Bold';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.volume-group .volume-radio label .image {
  border-radius: 9px;
  width: 56px;
  height: 56px;
  background-color: #f2f2f2;
  display: block;
  min-width: 56px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.volume-group .volume-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
footer.energy .disclaymer {
  background-color: #ffd3f0;
}
footer.energy .copyright-footer {
  background-color: #ffd3f0;
}
footer.energy .top-footer {
  background: -webkit-linear-gradient(360deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 100%);
}
footer.heart .disclaymer {
  background-color: #eadaff;
}
footer.heart .copyright-footer {
  background-color: #eadaff;
}
footer.heart .top-footer {
  background: -webkit-linear-gradient(360deg, #f4ecff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #f4ecff 0%, rgba(255, 255, 255, 0) 100%);
}
footer.pancreas .disclaymer {
  background-color: #dae9ff;
}
footer.pancreas .copyright-footer {
  background-color: #dae9ff;
}
footer.pancreas .top-footer {
  background: -webkit-linear-gradient(360deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 100%);
}
footer.liver .disclaymer {
  background-color: #fdedb5;
}
footer.liver .copyright-footer {
  background-color: #fdedb5;
}
footer.liver .top-footer {
  background: -webkit-linear-gradient(360deg, #fcf4df 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #fcf4df 0%, rgba(255, 255, 255, 0) 100%);
}
footer.vascular .disclaymer {
  background-color: #ffd8d8;
}
footer.vascular .copyright-footer {
  background-color: #ffd8d8;
}
footer.vascular .top-footer {
  background: -webkit-linear-gradient(360deg, #ffeded 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ffeded 0%, rgba(255, 255, 255, 0) 100%);
}
footer.detox .disclaymer {
  background-color: #f8e0fd;
}
footer.detox .copyright-footer {
  background-color: #f8e0fd;
}
footer.detox .top-footer {
  background: -webkit-linear-gradient(360deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 100%);
}
footer.stomach .disclaymer {
  background-color: #ffdeb8;
}
footer.stomach .copyright-footer {
  background-color: #ffdeb8;
}
footer.stomach .top-footer {
  background: -webkit-linear-gradient(360deg, #ffefdd 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ffefdd 0%, rgba(255, 255, 255, 0) 100%);
}
footer.kidney .disclaymer {
  background-color: #f5eacd;
}
footer.kidney .copyright-footer {
  background-color: #f5eacd;
}
footer.kidney .top-footer {
  background: -webkit-linear-gradient(360deg, #faf6ec 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #faf6ec 0%, rgba(255, 255, 255, 0) 100%);
}
footer.sedative .disclaymer {
  background-color: #e0fba6;
}
footer.sedative .copyright-footer {
  background-color: #e0fba6;
}
footer.sedative .top-footer {
  background: -webkit-linear-gradient(360deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 100%);
}
footer .logos img {
  display: inline-block;
  margin-right: 10px;
  max-width: 60px;
}
footer .disclaymer {
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: Oswald-Light;
  background-color: #ebebeb;
  border-radius: 10px;
  margin-top: 25px;
  width: fit-content;
}
footer .disclaymer p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #353535;
}
footer .disclaymer p:last-child {
  font-size: 25px;
  margin-top: 10px;
}
footer.product-footer {
  margin-bottom: 90px;
}
footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
footer .footer-bottom .menus {
  width: 48%;
  padding-left: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .footer-bottom .menus a {
  font-size: 24px;
  line-height: 46px;
  font-family: 'Gilroy-Medium';
}
footer .footer-bottom .menus a:hover {
  text-decoration: underline;
}
footer .socials {
  border-bottom: 4px solid #171717;
  padding-bottom: 20px;
}
footer .socials a {
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-right: 100px;
}
footer .socials a:hover {
  text-decoration: underline;
}
footer .socials li {
  display: inline-block;
}
footer .socials .icon {
  display: none;
}
footer .subscribe {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .subscribe h2 {
  margin-bottom: 0;
}
footer .subscribe .text {
  width: 58%;
}
footer .subscribe .subscribe-form {
  padding-left: 90px;
  width: 42%;
}
footer .subscribe .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
}
footer .subscribe .subscribe-form .form-group .default-btn {
  position: absolute;
  right: 9px;
  top: 9px;
  box-shadow: 6px 6px 16px rgba(175, 183, 188, 0.45);
}
footer .subscribe .subscribe-form .form-control.custom-input {
  border-radius: 50px;
  height: 78px;
  line-height: 74px;
  border: 2px solid #171717;
  padding-left: 30px;
}
footer .subscribe .subscribe-form .form-control.custom-input:focus {
  border-color: #00d74b;
}
footer .top-footer {
  background: linear-gradient(360deg, #efefef 0%, #ffffff 100%);
}
footer .copyright-footer {
  border-top: 1px solid #dddedf;
  background-color: #E9E9E9;
  padding: 15px 0;
}
footer .copyright-footer .copy-holder {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
footer .copyright-footer .copyright {
  font-size: 16px;
}
footer .copyright-footer .bottom-links a {
  display: inline-block;
  margin-left: 95px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Gilroy-Regular';
  text-decoration: underline;
}
footer .copyright-footer .bottom-links a:first-child {
  margin-left: 0;
}
.fixed-options-panel {
  position: fixed;
  z-index: 111;
  width: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translatey(100%);
  background-color: #ffffff;
}
.fixed-options-panel .product-buy-options {
  max-width: 100%;
  padding: 8px 15px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.13);
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.fixed-options-panel .product-buy-options .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.fixed-options-panel .product-buy-options .price-element {
  line-height: 1;
  position: relative;
  font-size: 26px;
}
.fixed-options-panel .product-buy-options .price-old {
  text-decoration: line-through;
  font-size: 12px;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-left: 10px;
  position: relative;
  top: 0px;
}
.fixed-options-panel .product-buy-options .btn-icon {
  margin-left: 10px;
}
.fixed-options-panel.stickybottom {
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
}
.thanks-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 15px;
  z-index: 1111111;
  opacity: 0;
  visibility: hidden;
  background: rgba(3, 3, 3, 0.5);
}
.thanks-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.thanks-modal .thanks-body {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
}
.frame-modal-wrapper.search-modal-wrapper h3, .frame-modal-wrapper.search-modal-wrapper .h3 {
  margin-top: 5px;
}
.frame-modal-wrapper.search-modal-wrapper .close-cart {
  z-index: 3;
  padding: 0;
  margin: 0;
  font-size: 30px;
  position: absolute;
  opacity: 1;
  right: 20px;
  top: 27px;
  left: auto;
}
.frame-modal-wrapper.search-modal-wrapper .search-list {
  margin-top: 25px;
  overflow-y: auto;
  height: 450px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #dddedf;
  position: relative;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li:last-child {
  border: none;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-holder {
  width: 100%;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .option-box {
  margin-top: 5px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .name {
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
  display: -webkit-box;
  width: 95%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .price-element:after {
  content: "грн";
  margin-left: 4px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info .right-side {
  width: 75%;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li .item-info .image {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0px 15px;
  position: relative;
  border-radius: 9px;
}
.frame-modal-wrapper.search-modal-wrapper .search-list li a:hover {
  background-color: #f9f9f9;
}
.frame-modal-wrapper.search-modal-wrapper .search-input {
  position: relative;
  margin-top: 100px;
}
.frame-modal-wrapper.search-modal-wrapper .search-input .icon {
  width: 30px;
  position: absolute;
  z-index: 3;
  left: 5px;
  top: 10px;
}
.frame-modal-wrapper.search-modal-wrapper .search-input .form-control.custom-input {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .frame-modal-wrapper.search-modal-wrapper {
    transform: none;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    top: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .frame-modal-header {
    text-align: left;
  }
  .frame-modal-wrapper.search-modal-wrapper .modal-wrapper-holder {
    height: 650px;
    width: 500px;
    display: block;
    border-radius: 20px;
  }
  .frame-modal-wrapper.search-modal-wrapper.opened {
    transform: translatey(0%) translatex(0);
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list {
    height: 375px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li {
    border: none;
    margin: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li:last-child {
    border: none;
  }
  .frame-modal-wrapper.search-modal-wrapper .frame-modal-body {
    padding: 15px;
  }
  .frame-modal-wrapper {
    top: 0;
    width: 440px;
    height: 100%;
    right: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translatex(100%);
  }
  .frame-modal-wrapper .modal-wrapper-holder {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .frame-modal-wrapper.opened {
    transform: translatex(0);
    opacity: 1;
    visibility: visible;
  }
}
.frame-modal-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1111111;
}
.frame-modal-wrapper .inner_holder {
  margin-top: 5px;
}
.frame-modal-wrapper .inner_holder span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Gilroy-SemiBold';
  line-height: 18px;
  border-radius: 30px;
  padding: 0 10px;
  background: #e9e9e9;
}
.frame-modal-wrapper .nt-spinner {
  height: 38px;
  width: 100px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.frame-modal-wrapper .nt-spinner .nt-btn {
  background-size: 24px;
}
.frame-modal-wrapper .nt-spinner .nt-btn.btn_less {
  left: 3px;
}
.frame-modal-wrapper .nt-spinner .nt-btn.btn_more {
  right: 3px;
}
.frame-modal-wrapper .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.frame-modal-wrapper .price-element {
  font-size: 18px;
  line-height: 1;
  font-family: 'Gilroy-Bold';
}
.frame-modal-wrapper .price-element.price-old {
  font-size: 14px;
  margin-right: 8px;
}
.frame-modal-wrapper .close-cart {
  position: absolute;
  left: 30px;
  top: 31px;
  z-index: 6;
}
.frame-modal-wrapper .modal-wrapper-holder {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.frame-modal-wrapper.quick-cart .frame-modal-list {
  height: 510px;
  overflow-y: auto;
  padding: 0px 30px;
}
.frame-modal-wrapper.quick-cart .frame-modal-body {
  padding-top: 130px;
  overflow: hidden;
}
.frame-modal-wrapper.quick-cart .cart-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddedf;
}
.frame-modal-wrapper.quick-cart .cart-item:last-child {
  border: none;
}
.frame-modal-wrapper.quick-cart .cart-item .option-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin-top: 15px;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.frame-modal-wrapper.quick-cart .cart-item .remove {
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.frame-modal-wrapper.quick-cart .cart-item .name {
  width: 85%;
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
}
.frame-modal-wrapper.quick-cart .cart-item .subname {
  font-size: 12px;
  line-height: 1;
  color: #565656;
  margin-top: 10px;
}
.frame-modal-wrapper.quick-cart .cart-item .subtotal {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  font-family: 'Evolventa-Bold';
}
.frame-modal-wrapper.quick-cart .cart-item .price-element:after {
  content: "грн";
  margin-left: 4px;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info .right-side {
  width: 75%;
  padding-top: 10px;
}
.frame-modal-wrapper.quick-cart .cart-item .item-info .image {
  width: 115px;
  min-width: 115px;
  height: 115px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.frame-modal-wrapper .frame-modal-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.frame-modal-wrapper .frame-modal-bottom .button-holder {
  padding: 35px 30px 45px;
}
.frame-modal-wrapper .frame-modal-bottom .default-btn.btn-dark {
  width: 100%;
}
.frame-modal-wrapper .frame-modal-bottom .promocode-panel {
  padding: 15px 30px;
  position: relative;
  height: 76px;
  background-color: #f2f2f2;
}
.frame-modal-wrapper .frame-modal-bottom .promocode-panel .default-btn {
  margin-left: auto;
}
.frame-modal-wrapper .frame-modal-bottom .promocode-panel .form-control.custom-input {
  border-radius: 50px;
  position: absolute;
  height: 47px;
  left: 30px;
  top: 15px;
  background-color: #ffffff;
  border: 1px solid #dddedf;
  width: inherit;
  right: 30px;
}
.frame-modal-wrapper .frame-modal-bottom .promocode-panel .promocode-name {
  font-family: 'Gilroy-Regular';
  position: absolute;
  top: 26px;
  left: 30px;
}
.frame-modal-wrapper .frame-modal-bottom .total {
  padding: 15px 30px 10px;
  border-bottom: 1px solid #dddedf;
}
.frame-modal-wrapper .frame-modal-bottom .total .total-line {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.frame-modal-wrapper .frame-modal-bottom .total .total-line .total-name {
  font-family: 'Gilroy-Regular';
  color: #565656;
}
.frame-modal-wrapper .frame-modal-header {
  position: absolute;
  padding: 32px 15px 10px;
  height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddedf;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
}
.frame-modal-wrapper .frame-modal-body {
  width: 100%;
}
.frame-modal-wrapper-bg {
  background: rgba(3, 3, 3, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 111111;
}
.frame-modal-wrapper-bg.is-visible {
  opacity: 1;
  visibility: visible;
}
.open-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 111111;
  background-color: rgba(0, 0, 0, 0.5);
}
.open-nav.is-visible {
  opacity: 1;
  visibility: visible;
}
.show-more-label {
  margin-top: 10px;
  position: relative;
  margin-bottom: 0;
}
.show-more-label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -22px;
  top: 0px;
  background-image: url(../images/icons/down.svg);
}
.show-more-label span {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.custom-option-more .collapse-link[aria-expanded="true"] span:after {
  background-image: url(../images/icons/up.svg);
}
.custom-option-more .collapse-link[aria-expanded="false"] span:after {
  background-image: url(../images/icons/down.svg);
}
.custom-option-more .collapse-link {
  text-align: right;
  position: relative;
  display: block;
  padding-right: 25px;
  margin-top: 10px;
}
.custom-option-more .collapse-link span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.custom-option-more .collapse-link span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: -22px;
  top: 0px;
}
.custom-option-group {
  margin-top: 15px;
}
.custom-option-group .custom-option-checkbox {
  display: inline-block;
  padding-right: 10px;
  margin-top: 10px;
  width: 50%;
  position: relative;
}
.custom-option-group .custom-option-checkbox.check-single-price label .text span.price-old {
  display: none;
}
.custom-option-group .custom-option-checkbox:last-child {
  margin-right: 0;
}
.custom-option-group .custom-option-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
  font-size: inherit;
}
.custom-option-group .custom-option-checkbox input[type="checkbox"]:checked  + label {
  background-color: #ffffff;
  border-color: #00d74b;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.custom-option-group .custom-option-checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 0 0 3px;
  height: 43px;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 400;
  border: 2px solid #dddedf;
}
.custom-option-group .custom-option-checkbox label .text {
  width: 70%;
  margin-left: 10px;
}
.custom-option-group .custom-option-checkbox label .text span {
  display: block;
}
.custom-option-group .custom-option-checkbox label .text span.price {
  display: inline-block;
  right: 0;
  top: 0;
  font-weight: 700;
}
.custom-option-group .custom-option-checkbox label .text span.price-old {
  display: inline-block;
  text-decoration: line-through;
  font-size: 10px;
  margin-left: 5px;
  font-weight: 400;
}
.custom-option-group .custom-option-checkbox label .text span.custom-option-name {
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 16px;
  font-weight: 400;
}
.custom-option-group .custom-option-checkbox label .text span.custom-option-price {
  position: relative;
}
.custom-option-group .custom-option-checkbox label .pick {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  display: block;
  min-width: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.custom-option-group .custom-option-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -10px;
}
.advantages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -10px;
}
.advantages .advantage-item {
  display: inline-block;
  padding-right: 10px;
  margin-top: 10px;
  width: 50%;
  position: relative;
}
.advantages .advantage-item .content {
  border: 1px solid #dddedf;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  height: 125px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.advantages .advantage-item .content p {
  color: #171717;
  margin-bottom: 0;
}
.advantages .advantage-item .content img {
  margin-bottom: 10px;
}
.catalog-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: inherit;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
}
.related-products {
  padding-left: 15px;
  margin-bottom: 20px;
}
.related-products .catalog-grid {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  padding-right: 5px;
  padding-bottom: 10px;
}
.related-products .catalog-item {
  margin-right: 10px;
  margin-bottom: 0;
}
.related-products .catalog-item .image {
  height: 240px;
  width: 100%;
}
.related-products .catalog-item .item-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  padding: 0px 0px 0px 15px;
}
.related-products .catalog-item .options {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0px 15px;
  left: 0;
  -webkit-align-items: center;
  align-items: center;
}
.related-products .catalog-item .price-box .price-element {
  font-size: 20px;
}
.related-products .catalog-item .price-box .price-old {
  font-size: 12px;
}
.related-products .catalog-item .product-name {
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.related-products .catalog-item .item-holder {
  margin-bottom: 0;
  width: 240px;
  height: 330px;
}
.nt-spinner {
  position: relative;
  height: 60px;
  width: 155px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  border: 1px solid #dddedf;
  background-color: #ffffff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}
.nt-spinner .form-control {
  text-align: center;
  font-size: 18px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0;
  font-family: 'Gilroy-Medium';
  border: none;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #171717;
}
.nt-spinner .nt-btn {
  width: 32px;
  height: 36px;
  background-color: transparent;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  padding: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  color: #171717;
}
.nt-spinner .nt-btn.btn_less {
  left: 10px;
  background-image: url(../images/icons/minus.svg);
}
.nt-spinner .nt-btn.btn_more {
  right: 10px;
  background-image: url(../images/icons/plus.svg);
}
ul li {
  position: relative;
  line-height: 21px;
  margin-bottom: 6px;
}
ul.custom-list {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.custom-list a {
  font-family: 'Evolventa-Bold';
  text-decoration: underline;
}
ul.custom-list li {
  position: relative;
  line-height: 23px;
  margin-bottom: 6px;
}
ul.custom-list li ul {
  padding-left: 15px;
  margin-top: 10px;
  list-style: disc;
}
.link-more a[aria-expanded="false"]:after {
  content: "\e902";
}
.link-more a[aria-expanded="true"]:after {
  content: "\e905";
}
.link-more a {
  display: inline-block;
  position: relative;
}
.link-more a:after {
  font-size: 36px;
  font-family: 'icomoon';
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 3;
}
.link-more .text {
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
}
.accordion .btn-link[aria-expanded="false"] .icons:before {
  content: "\e902";
}
.accordion .btn-link[aria-expanded="true"] .icons:before {
  content: "\e905";
}
.accordion .btn-link[aria-expanded="true"] .icons:after {
  opacity: 1;
}
.accordion .btn-link[aria-expanded="true"] .text {
  text-decoration: underline;
}
.accordion {
  position: relative;
  z-index: 3;
}
.accordion.bordered-accordion .card {
  border: 1px solid #dddedf !important;
  box-shadow: none;
}
.accordion .card-body {
  padding: 0px 10% 35px 80px;
}
.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.accordion .card {
  border: none;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  margin-bottom: 15px;
}
.accordion .btn-link {
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 24px;
  line-height: 35px;
  padding: 35px 35px 38px;
}
.accordion .btn-link .text {
  color: #171717;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'Gilroy-Medium';
}
.accordion .btn-link .icons {
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border-radius: 16px;
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #dddedf;
  color: #171717;
}
.accordion .btn-link .icons:before {
  font-size: 36px;
  font-family: 'icomoon';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}
.accordion .btn-link .icons:after {
  content: "";
  display: block;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background: linear-gradient(139.37deg, #7fe800 1.36%, #00d74b 92.3%);
  box-shadow: 0px 15px 20px rgba(74, 79, 97, 0.13);
  position: absolute;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 0;
  opacity: 0;
}
.accordion .btn-link .num {
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 36px;
  line-height: 1;
  position: relative;
  margin-right: 23px;
  color: #171717;
  margin-top: -3px;
  top: 3px;
}
.default-content-area h3 {
  margin-bottom: 20px;
}
.default-content-area a {
  text-decoration: underline;
  color: #009b2c;
  font-family: 'Evolventa-Bold';
}
.default-content-area .back-link {
  margin-bottom: 30px;
}
.default-content-area .back-link a {
  text-decoration: none;
  color: #171717;
}
.back-link {
  margin-top: 25px;
}
.back-link a:hover .icon {
  left: -5px;
}
.back-link a .icon {
  position: relative;
  top: -4px;
  left: 0;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.back-link a .text {
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
}
.default-link {
  margin-top: 25px;
}
.default-link a:hover .icon {
  right: -5px;
}
.default-link a .icon {
  position: relative;
  top: -4px;
  right: 0;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.default-link a .text {
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
}
.panel {
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px 0 30px;
}
.panel-bordered {
  border: 1px solid #dddedf;
  padding: 15px 15px 5px;
  border-radius: 10px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.error .form-control.custom-input {
  border-color: red;
}
.form-group.error .help-text {
  display: block;
}
.form-group .help-text {
  color: red;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  display: none;
}
label.label-custom {
  font-size: 16px;
  font-weight: normal;
  color: #686868;
  line-height: 1;
  font-family: 'Evolventa-Regular';
  margin-bottom: 15px;
}
label.label-custom span {
  color: red;
}
.row.form-row {
  margin: 0 -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row.form-row .form-group {
  padding: 0px 5px;
}
.row.form-row .form-group.number-house {
  width: 40%;
}
.row.form-row .form-group.street {
  width: 60%;
}
select {
  appearance: none;
  background: url(../images/icons/down.svg) no-repeat right;
  background-position-x: 96%;
}
.form-row .form-group {
  position: relative;
}
.form-row ul {
  margin-top: 10px;
  border: 1px solid rgba(221, 222, 223, 0.9);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding-top: 10px;
  max-height: 200px !important;
  width: 97% !important;
  box-shadow: 6px 6px 10px rgba(175, 183, 188, 0.45);
}
.form-row ul li {
  font-size: 12px;
  padding: 7px 15px 8px;
  border-bottom: 1px solid #dddedf;
}
.form-row ul li:last-child {
  border: none;
}
.payment-data {
  margin-top: 10px;
}
.comment-data {
  margin-top: 20px;
}
.comment-data .comment-group {
  margin-top: 10px;
}
.panel {
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px 0 30px;
}
.card.custom-card {
  border-radius: 20px;
  border: 1px solid #dddedf;
  padding: 30px;
}
.card.custom-card.no-border {
  border: none;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
}
.card.custom-card .form-group {
  margin-bottom: 20px;
}
.form-inline {
  margin: 0 -15px;
}
.delivery-data .option-group .option-item {
  width: 100%;
}
.option-group {
  position: relative;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.option-group .option-item {
  margin-bottom: 15px;
  margin-right: 15px;
}
.option-group .option-item.active .option-item-body {
  border-color: #00d74b;
  box-shadow: 11px 20px 25px rgba(74, 79, 97, 0.13), 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.option-group .option-item p {
  margin: 0;
}
.option-group .option-item .option-item-body {
  padding: 0px 25px;
  height: 65px;
  border-radius: 11px;
  background-color: #ffffff;
  border: 1px solid #dddedf;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.option-group .option-item .icons-holder {
  margin-right: 15px;
}
.option-group .option-item .icons-holder img {
  width: 36px;
}
.option-group .option-item img {
  max-width: 100%;
  max-height: 35px;
}
.order-info {
  margin-top: 55px;
  position: sticky;
  top: 130px;
}
.order-info .cart-list .cart-item .item-info .right-side {
  padding-top: 0;
}
.order-info .cart-list .cart-item .subname {
  width: 90%;
}
.order-info .cart-list .cart-item .option-box {
  margin-top: 5px;
}
.order-info .cart-list .cart-item .remove {
  top: 8px;
}
.order-info .cart-list .cart-item .name {
  width: 80%;
  font-size: 15px;
  line-height: 1.2;
}
.order-info .cart-list.empty {
  padding: 20px 30px 20px;
}
.order-info .cart-list .item-holder {
  position: relative;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dddedf;
}
.order-info .cart-list .item-holder:first-child {
  border: none;
}
.order-info .attention-apply {
  font-family: 'Conv_Evolventa-Oblique';
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  text-align: center;
}
.order-info .attention-apply a {
  margin-left: 5px;
  color: #009931;
  text-decoration: underline;
}
.order-info .button-holder {
  padding: 20px 30px 0;
}
.order-info .button-holder .default-btn {
  width: 100%;
}
.order-info .price-element {
  font-size: 18px;
  line-height: 1;
  font-family: 'Gilroy-Bold';
}
.order-info .price-element.price-old {
  font-size: 14px;
  margin-right: 8px;
}
.order-info .promocode-panel {
  padding: 15px 30px;
  position: relative;
  height: 76px;
  background-color: #f2f2f2;
}
.order-info .promocode-panel .default-btn {
  margin-left: auto;
}
.order-info .promocode-panel .form-control.custom-input {
  border-radius: 50px;
  position: absolute;
  height: 47px;
  left: 30px;
  top: 15px;
  background-color: #ffffff;
  border: 1px solid #dddedf;
  width: inherit;
  right: 30px;
}
.order-info .promocode-panel .promocode-name {
  font-family: 'Gilroy-Regular';
  position: absolute;
  top: 26px;
  left: 30px;
}
.order-info .total {
  padding: 15px 30px 10px;
  border-bottom: 1px solid #dddedf;
}
.order-info .total .total-line {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.order-info .total .total-line .total-name {
  font-family: 'Gilroy-Regular';
  color: #565656;
}
.order-info .order-info-top {
  padding: 0 30px;
}
.order-info .cart-list {
  padding: 0px 30px 20px;
}
.order-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin-bottom: 20px;
  position: relative;
}
.order-total .name {
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 10px;
}
.order-total .value {
  padding-left: 10px;
}
.order-total .price-element {
  font-size: 22px;
}
.order-total .name, .order-total .value {
  background-color: #ffffff;
  position: relative;
}
.form-inline .form-group {
  width: 50%;
  padding: 0px 15px;
}
.order-success-info {
  position: sticky;
  top: 130px;
  margin-top: 55px;
}
.order-success-info .total-price {
  font-family: 'Gilroy-SemiBold';
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  padding: 0px 30px;
}
.order-success-info .total {
  padding: 20px 30px;
}
.order-success-info .total .total-title {
  text-transform: uppercase;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 10px;
}
.order-success-info .total .total-line {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.order-success-info .total .total-name {
  color: #565656;
}
.order-success-info .total .price {
  font-family: 'Gilroy-SemiBold';
  font-size: 18px;
  line-height: 1;
}
.order-success-info .success-info-list .item {
  border-bottom: 1px solid #dddedf;
  padding: 20px 30px;
}
.order-success-info .success-info-list .item:first-child {
  padding-top: 0;
}
.order-success-info .success-info-list .item .value {
  font-family: 'Gilroy-SemiBold';
}
.order-success-info .success-info-list .item .value p {
  margin-bottom: 0;
}
.order-success-info .success-info-list .item .name {
  color: #565656;
  margin-bottom: 5px;
}
.order-success-list .cart-list .cart-item {
  border: none;
  background-color: #ffffff;
  padding: 10px 40px 10px 15px;
  margin-bottom: 15px;
  border-radius: 20px;
}
.order-success-list .cart-list .cart-item .option-box {
  margin-top: 0;
  width: 33%;
}
.order-success-list .cart-list .cart-item .option-box .item .item-name {
  font-size: 12px;
  color: #565656;
  margin-bottom: 5px;
}
.order-success-list .cart-list .cart-item .option-box .item .value {
  font-family: 'Evolventa-Bold';
}
.order-success-list .cart-list .cart-item .item-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.order-success-list .cart-list .cart-item .item-info {
  width: 66%;
}
.order-success-list .cart-list .cart-item .item-info .right-side {
  padding-top: 10px;
}
.order-success-list .cart-list .cart-item .item-info .image {
  width: 115px;
  min-width: 115px;
  height: 115px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.cart-list .cart-item {
  margin-bottom: 0;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddedf;
}
.cart-list .cart-item:last-child {
  border: none;
}
.cart-list .cart-item .option-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin-top: 10px;
}
.cart-list .cart-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cart-list .cart-item .remove {
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.cart-list .cart-item .name {
  width: 85%;
  text-decoration: underline;
  font-family: 'Gilroy-SemiBold';
}
.cart-list .cart-item .subname {
  font-size: 12px;
  line-height: 1;
  color: #565656;
  margin-top: 10px;
}
.cart-list .cart-item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.cart-list .cart-item .nt-spinner {
  height: 38px;
  width: 100px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.cart-list .cart-item .nt-spinner .nt-btn {
  background-size: 24px;
}
.cart-list .cart-item .nt-spinner .nt-btn.btn_more {
  right: 3px;
}
.cart-list .cart-item .nt-spinner .nt-btn.btn_less {
  left: 3px;
}
.cart-list .cart-item .inner_holder {
  margin-top: 5px;
}
.cart-list .cart-item .inner_holder span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Gilroy-SemiBold';
  line-height: 18px;
  border-radius: 30px;
  padding: 0 10px;
  background: #e9e9e9;
}
.cart-list .cart-item .subtotal {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  font-family: 'Evolventa-Bold';
}
.cart-list .cart-item .price-element:after {
  content: "грн";
  margin-left: 4px;
}
.cart-list .cart-item .item-info .right-side {
  width: 75%;
  padding-top: 10px;
}
.cart-list .cart-item .item-info .image {
  width: 115px;
  min-width: 115px;
  height: 115px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.order-success-buttons {
  margin-top: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.order-success-buttons .button-holder {
  margin: 0 15px;
}
#quotes-container {
  position: relative;
  padding: 18px 0 17px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #DEC4FF;
}
.quotes {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  animation: begin 0.15s ease forwards, scroll 30s linear 0.15s infinite;
}
.quotes li {
  display: inline-block;
  margin: 1em 70px 1em 0;
  list-style: none;
}
.quotes li img {
  width: 40px;
}
.quotes li img, .quotes li .icon {
  margin-right: 20px;
  font-size: 55px;
  vertical-align: middle;
}
.quotes li .text {
  margin: 0 10px;
  font-family: 'Evolventa-Bold';
  font-size: 20px;
  vertical-align: middle;
}
@keyframes scroll {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(-50%);
  }
}
@keyframes begin {
  0% {
    transform: scaley(0);
  }
  100% {
    transform: scaley(1);
  }
}
.form-control.custom-input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #171717;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.custom-input::-webkit-input-placeholder {
  color: #171717;
}
.form-control.custom-input::-moz-placeholder {
  color: #171717;
}
.form-control.custom-input:focus {
  border-color: #00d74b;
}
.form-control.custom-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.custom-input:focus::-moz-placeholder {
  color: transparent;
}
.form-control.custom-input:focus {
  border-color: #00d74b;
}
.special-offer {
  margin-top: 30px;
}
.special-offer.catalog-special {
  margin-top: 0;
}
.special-offer .special-item-body {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.special-offer .text {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.special-offer img {
  max-width: 100%;
}
.special-gallery {
  margin-top: 30px;
}
.special-gallery.catalog-special {
  margin-top: 0;
}
.special-gallery .swiper-slide {
  width: 730px;
}
.special-gallery .swiper-slide .carousel-item-body {
  position: relative;
  width: 100%;
}
.special-gallery .swiper-slide .carousel-item-body .text {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.special-gallery .swiper-slide .image {
  height: 620px;
  border-radius: 20px;
  position: relative;
}
.special-gallery .swiper-slide .image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.half-section {
  position: relative;
}
.half-section.about-preview p {
  width: 85%;
}
.half-section.about-preview .subtitle span {
  display: inline-block;
  border-radius: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Evolventa-Bold';
  padding: 10px 22px 5px;
  background-color: #cff187;
  margin-bottom: 30px;
}
.half-section.about-preview .bg-side {
  background: linear-gradient(-360deg, #f3f3f3 0.01%, #ffffff 100%);
  background: -webkit-linear-gradient(-360deg, #f3f3f3 0.01%, #ffffff 100%);
}
.half-section.alt-half .content {
  padding: 105px 110px 105px 0px;
}
.half-section.alt-half .image-side {
  left: auto;
  right: 0;
}
.half-section.alt-half .bg-side {
  right: auto;
  left: 0;
}
.half-section .bg-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.half-section .image-side {
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.half-section .content-holder {
  position: relative;
  z-index: 3;
}
.half-section .content {
  z-index: 3;
  padding: 105px 0px 105px 110px;
}
.half-section h2 {
  margin-bottom: 30px;
}
.accent-box {
  border-radius: 20px;
  padding: 20px 45px;
  position: relative;
  margin-top: 20px;
  font-style: italic;
  font-family: 'Evolventa-Bold';
}
.doctor-section.section {
  padding-top: 50px;
  padding-bottom: 130px;
}
.doctor-section .info {
  border-radius: 11px;
  padding: 12px 30px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: 'Gilroy-SemiBold';
  margin-bottom: 45px;
}
.doctor-section .subtitle {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 24px;
  font-family: 'Gilroy-Medium';
  margin-bottom: 5px;
}
.doctor-section h2 {
  margin-bottom: 15px;
  font-family: 'Gilroy-Bold';
}
.doctor-section .circles {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  width: 670px;
  height: 670px;
  border-width: 1px;
  border-style: solid;
  bottom: -69px;
  left: 47%;
  padding: 33px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.doctor-section .circles span {
  display: block;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 33px;
}
.doctor-section .doctor-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.doctor-section .doctor-holder .content-side {
  width: 58%;
  padding-left: 155px;
}
.doctor-section .doctor-holder .image-side {
  width: 42%;
  position: relative;
  align-self: flex-start;
}
.doctor-section .doctor-holder .image-side .image {
  width: 540px;
  height: 535px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.cryox-tech .accent-box {
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-style: normal;
}
.cryox-tech .cryox-tech-holder {
  max-width: 1145px;
  margin: auto;
  position: relative;
}
.cryox-tech .cryox-tech-holder .illustration {
  position: relative;
  margin-top: 35px;
}
.cryox-tech .cryox-tech-holder img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.cryox-tech .cryox-tech-holder .bullets {
  position: absolute;
  width: 100%;
  top: 27%;
  text-align: center;
}
.cryox-tech .cryox-tech-holder .bullets p {
  margin: 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  line-height: 22px;
}
.cryox-tech .cryox-tech-holder .bullets p:nth-child(1) {
  left: 9.5%;
}
.cryox-tech .cryox-tech-holder .bullets p:nth-child(2) {
  left: 25.5%;
}
.cryox-tech .cryox-tech-holder .bullets p:nth-child(3) {
  right: 30.5%;
}
.cryox-tech .cryox-tech-holder .bullets p:nth-child(4) {
  right: 6.5%;
}
.cryox-tech h2 {
  margin-bottom: 15px;
}
.product-videos {
  padding-bottom: 105px;
}
.product-videos h2 {
  margin-bottom: 15px;
}
.product-videos .subtitle {
  margin-bottom: 55px;
  text-align: center;
}
.product-videos .subtitle span {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  line-height: 37px;
  border-radius: 50px;
  padding: 0px 25px;
}
.product-videos .review-image {
  height: 790px;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}
.product-videos video {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  display: block;
}
.product-videos .swiper-slide {
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-videos .swiper-slide.swiper-slide-active {
  border-color: transparent;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
}
.product-videos .swiper-slide.swiper-slide-active:before {
  opacity: 1;
}
.product-videos .carousel-item-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-videos .carousel-item-body a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 100px;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffff;
  color: #171717;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 111;
  opacity: 0.5;
}
.product-videos .carousel-item-body a:hover {
  opacity: 1;
}
.product-videos .carousel-item-body .bottom-review-frame {
  border-radius: 0px 0px 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 15px;
}
.product-videos .carousel-item-body .nickname {
  font-family: 'Gilroy-Regular';
}
.product-videos .carousel-item-body .review-avatar {
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
.flickity-prev-next-button {
  top: auto;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #dddedf;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ffffff;
  -moz-box-shadow: none;
  opacity: 1;
  position: absolute;
  transform: translate(-50%, 0);
  color: #171717;
  bottom: -75px;
  right: auto;
}
.flickity-prev-next-button:hover {
  border-color: #00d74b;
  background-color: #00d74b;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.previous:before {
  content: "\e903";
}
.flickity-prev-next-button.next:before {
  content: "\e904";
}
.flickity-prev-next-button:before {
  font-family: 'icomoon';
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flickity-button:focus {
  box-shadow: none;
}
.review-section {
  margin-bottom: 45px;
}
.review-section .carousel {
  position: relative;
  z-index: 3;
  margin: 0 -15px;
}
.review-section .no-padding {
  padding: 0 !important;
}
.review-section .carousel-cell {
  width: 33%;
  padding: 0px 15px 5px;
}
.review-section .carousel-cell.is-selected .review-item {
  border: 1px solid #00d74b;
}
.review-section .carousel-cell.is-selected .review-item .review-top .text {
  border-bottom: 1px solid #00d74b;
}
.review-section .carousel-cell .review-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(23, 23, 23, 0.09999999999999998);
  padding: 20px 30px 50px;
}
.review-section .carousel-cell .review-item .review-body {
  position: relative;
  overflow-y: auto;
  padding-right: 15px;
  height: 245px;
}
.review-section .carousel-cell .review-item .review-top {
  margin-bottom: 25px;
}
.review-section .carousel-cell .review-item .review-top .text {
  width: 100%;
  border-bottom: 1px solid #dddedf;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 15px;
}
.review-section .carousel-cell .review-item .review-top .text .name {
  text-transform: uppercase;
  font-family: 'Gilroy-SemiBold';
  font-size: 14px;
}
.review-section .carousel-cell .review-item .review-top .text span {
  text-transform: uppercase;
  opacity: 0.4;
  display: block;
  font-size: 14px;
}
.review-section .carousel-cell .review-item .review-top .avatar {
  width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.review-section .flickity-page-dots {
  bottom: -53px;
  text-align: left;
  padding-left: 5px;
  display: none;
}
.review-section .flickity-page-dots .dot {
  background-color: #CECECE;
  opacity: 1;
  width: 9px;
  height: 9px;
  transform: scale(0.6);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0px 2px !important;
}
.review-section .flickity-page-dots .dot.is-selected {
  background-color: #CECECE;
  transform: scale(1);
}
.review-section .flickity-prev-next-button {
  z-index: 5;
  left: 50%;
  right: auto;
}
.review-section .flickity-prev-next-button.previous {
  margin-left: -35px;
}
.review-section .flickity-prev-next-button.next {
  margin-left: 35px;
}
.review-item .review-body::-webkit-scrollbar {
  width: 4px;
}
.review-item .review-body::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.review-item .review-body::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.review-item .review-body::-webkit-scrollbar-thumb:window-inactive {
  background: #c7c7c7;
}
.text-with-border {
  position: relative;
  margin-top: 10px;
  width: 75%;
}
.text-with-border p {
  margin-bottom: 0;
  padding-left: 25px;
  border-left: 4px solid #171717;
}
.fixed-quick-panel {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0px -3px 3px rgba(23, 23, 23, 0.06999999999999995);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  z-index: 111;
  transform: translatey(100%);
}
.fixed-quick-panel.sticked {
  transform: translatey(0);
}
.fixed-quick-panel .name {
  font-family: 'Gilroy-SemiBold';
}
.fixed-quick-panel .subname {
  font-size: 12px;
  line-height: 1;
  color: #565656;
}
.fixed-quick-panel .options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-quick-panel .price-box {
  margin-right: 30px;
  text-align: right;
}
.fixed-quick-panel .option-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-quick-panel .option-box .nt-spinner {
  margin-right: 30px;
}
.fixed-quick-panel .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fixed-quick-panel .item-info .right-side {
  width: 75%;
}
.fixed-quick-panel .item-info .image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}
.fixed-quick-panel .quick-panel-holder {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.reasons {
  padding-top: 105px;
  position: relative;
}
.reasons .half-image {
  position: absolute;
  width: 39%;
  height: 100%;
  top: 0;
  right: 0;
}
.reasons h2 {
  margin-bottom: 25px;
}
.reasons .icons-holder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 15px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.reasons .icons-holder img {
  height: 55px;
}
.reasons .text span {
  font-family: 'Evolventa-Bold';
}
.reasons .subtitle {
  margin: 0 auto 50px;
  border-radius: 14px;
  padding: 15px 30px;
  text-align: center;
}
.reasons .subtitle p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}
.reasons .subtitle p span {
  font-family: 'Evolventa-Bold';
}
.reasons .reason-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.reasons .reason-item {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 20px 20px 30px;
  margin-bottom: 30px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #ffffff;
  width: 100%;
  position: relative;
}
.reasons .reason-item.reason-wide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.reasons .reason-item.reason-wide .icons-holder {
  margin-right: 25px;
  min-width: 100px;
  margin-bottom: 0;
}
.reasons .reason-item.reason-last-item {
  box-shadow: 11px 20px 25px rgba(74, 79, 97, 0.13);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.reasons .reason-item.reason-last-item:hover {
  border-color: #ffffff;
}
.reasons .reason-item.reason-last-item .icon {
  font-size: 32px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.reasons .reason-item.reason-last-item img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 230px;
}
.digestion-cleansing h4 {
  margin-bottom: 55px;
}
.digestion-cleansing h2 {
  margin-bottom: 30px;
}
.digestion-cleansing .digestion-cleansing-bottom {
  text-align: center;
}
.digestion-cleansing .digestion-cleansing-bottom span {
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  text-transform: uppercase;
  line-height: 37px;
  border-radius: 50px;
  padding: 0px 25px;
}
.digestion-cleansing .pain {
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  border-radius: 13px;
  position: absolute;
  padding: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.digestion-cleansing .pain h4 {
  margin-bottom: 0;
}
.digestion-cleansing .pain:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #C1C1C1;
  position: absolute;
}
.digestion-cleansing .pain.pain-alt {
  text-align: right;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.digestion-cleansing .pain.pain-alt .icons {
  margin-right: 0;
  margin-left: 20px;
  order: 1;
  -webkit-order: 1;
}
.digestion-cleansing .pain .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: none;
}
.digestion-cleansing .pain .dot.in-right {
  right: -5px;
}
.digestion-cleansing .pain .dot.in-left {
  left: -5px;
}
.digestion-cleansing .pain .text {
  position: relative;
  line-height: 24px;
}
.digestion-cleansing .pain .icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  background-color: #f4f4f4;
  margin-right: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.digestion-cleansing .pain .icons img {
  max-width: 100%;
  padding: 10px;
}
.digestion-cleansing .pains {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.digestion-cleansing .female-body {
  height: 700px;
  position: relative;
  margin: auto;
}
.digestion-cleansing .female-body img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.digestion-cleansing .female-body img.pain-dots {
  z-index: 2;
}
.sedative .doctor-section {
  background: -webkit-linear-gradient(360deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 75%);
}
.sedative .doctor-section .circles {
  border-color: rgba(192, 232, 34, 0.37);
}
.sedative .doctor-section .circles span {
  border-color: rgba(192, 232, 34, 0.6);
}
.sedative .doctor-section .circles span span {
  border-color: #C0E822;
}
.sedative .doctor-section .content-side .info {
  background-color: #CAF12F;
}
.sedative.reasons {
  background-color: #f8fcdf;
}
.sedative.reasons .reason-item.reason-last-item {
  color: #A7CE0A;
}
.sedative.reasons .reason-item.reason-last-item img {
  max-height: 280px;
}
.sedative.reasons .reason-item:hover {
  border-color: #e0fba6;
}
.sedative.reasons .icons-holder {
  background-color: #e0fba6;
}
.sedative.reasons .subtitle {
  background-color: #e0fba6;
  max-width: 1005px;
}
.sedative .product-videos .subtitle span {
  background-color: #CAF12F;
}
.sedative .product-reviews-and-faq {
  background: linear-gradient(270deg, #f8fcdf 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #f8fcdf 26.15%, rgba(255, 255, 255, 0) 100%);
}
.sedative .digestion-cleansing {
  background: linear-gradient(-90deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #f8fcdf 0%, rgba(255, 255, 255, 0) 100%);
}
.sedative .digestion-cleansing .female-body {
  height: 840px;
}
.sedative .digestion-cleansing .female-body img {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.sedative .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #e0fba6;
}
.sedative .digestion-cleansing .pain {
  width: 795px;
  padding-right: 20px;
  left: 0;
}
.sedative .digestion-cleansing .pain h4 {
  margin-bottom: 5px;
}
.sedative .digestion-cleansing .pain:nth-child(1) {
  top: 0px;
}
.sedative .digestion-cleansing .pain:nth-child(1):before {
  right: -360px;
  width: 360px;
  top: 91px;
  transform: skew(-181deg, 181deg);
}
.sedative .digestion-cleansing .pain:nth-child(2) {
  top: 200px;
}
.sedative .digestion-cleansing .pain:nth-child(2):before {
  right: -370px;
  width: 370px;
  top: -10px;
  transform: skew(28deg, -28deg);
}
.sedative .digestion-cleansing .pain:nth-child(3) {
  bottom: 243px;
}
.sedative .digestion-cleansing .pain:nth-child(3):before {
  right: -390px;
  width: 390px;
  top: -121px;
  transform: skew(47deg, -47deg);
}
.sedative .digestion-cleansing .pain:nth-child(4) {
  bottom: 43px;
}
.sedative .digestion-cleansing .pain:nth-child(4):before {
  right: -380px;
  width: 380px;
  top: -204px;
  transform: skew(57deg, -57deg);
}
.sedative .digestion-cleansing .pain .icons {
  width: 165px;
  min-width: 165px;
  height: 165px;
}
.sedative .digestion-cleansing .pain .dot {
  background-color: #CAF12F;
}
.sedative .accent-box {
  background-color: #e0fba6;
}
.sedative .half-section .bg-side {
  background-color: #f8fcdf;
}
.sedative .product-info-wrapper {
  background: linear-gradient(-90deg, #f8fcdf 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #f8fcdf 47.1%, rgba(255, 255, 255, 0) 100%);
}
.liver .doctor-section {
  background: -webkit-linear-gradient(360deg, #fcf4df 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #fcf4df 0%, rgba(255, 255, 255, 0) 75%);
}
.liver .doctor-section .circles {
  border-color: rgba(248, 216, 106, 0.37);
}
.liver .doctor-section .circles span {
  border-color: rgba(248, 216, 106, 0.6);
}
.liver .doctor-section .circles span span {
  border-color: #F8D86A;
}
.liver .doctor-section .content-side .info {
  background-color: #DCFD5A;
}
.liver.reasons {
  background-color: #fcf4df;
}
.liver.reasons .reason-item:hover {
  border-color: #fdedb5;
}
.liver.reasons .icons-holder {
  background-color: #fdedb5;
}
.liver.reasons .subtitle {
  background-color: #fdedb5;
  max-width: 1260px;
}
.liver.reasons .subtitle p:last-child {
  margin-top: 15px;
}
.liver .product-videos .subtitle span {
  background-color: #CAF12F;
}
.liver .product-reviews-and-faq {
  background: linear-gradient(270deg, #fcf4df 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #fcf4df 26.15%, rgba(255, 255, 255, 0) 100%);
}
.liver .digestion-cleansing {
  background: linear-gradient(-90deg, #fcf4df 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #fcf4df 0%, rgba(255, 255, 255, 0) 100%);
}
.liver .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #fdedb5;
}
.liver .digestion-cleansing .pain {
  width: 360px;
  padding-right: 20px;
}
.liver .digestion-cleansing .pain.pain-alt {
  width: 445px;
  padding-right: 6px;
}
.liver .digestion-cleansing .pain:nth-child(1) {
  left: 130px;
  top: 110px;
}
.liver .digestion-cleansing .pain:nth-child(1):before {
  right: -165px;
  width: 165px;
  top: 142px;
  transform: skew(-227deg, 227deg);
}
.liver .digestion-cleansing .pain:nth-child(2) {
  left: 45px;
  top: 255px;
}
.liver .digestion-cleansing .pain:nth-child(2):before {
  right: -245px;
  width: 245px;
  top: 75px;
  transform: skew(-10deg, 10deg);
}
.liver .digestion-cleansing .pain:nth-child(3) {
  left: 70px;
  bottom: 190px;
}
.liver .digestion-cleansing .pain:nth-child(3):before {
  right: -220px;
  width: 220px;
  top: 6px;
  transform: skew(24deg, -24deg);
}
.liver .digestion-cleansing .pain:nth-child(4) {
  right: 50px;
  top: 160px;
}
.liver .digestion-cleansing .pain:nth-child(4):before {
  left: -220px;
  width: 220px;
  top: 122px;
  transform: skew(32deg, -32deg);
}
.liver .digestion-cleansing .pain:nth-child(5) {
  right: 30px;
  top: 305px;
}
.liver .digestion-cleansing .pain:nth-child(5):before {
  left: -230px;
  width: 230px;
  top: 50px;
  transform: skew(-2deg, 2deg);
}
.liver .digestion-cleansing .pain:nth-child(6) {
  right: 55px;
  bottom: 140px;
}
.liver .digestion-cleansing .pain:nth-child(6):before {
  left: -235px;
  width: 235px;
  top: -25px;
  transform: skew(-34deg, 34deg);
}
.liver .digestion-cleansing .pain .icons {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.liver .digestion-cleansing .pain .dot {
  background-color: #fdedb5;
}
.liver .accent-box {
  background-color: #fdedb5;
}
.liver .half-section .bg-side {
  background-color: #fcf4df;
}
.liver .product-info-wrapper {
  background: linear-gradient(-90deg, #fcf4df 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #fcf4df 47.1%, rgba(255, 255, 255, 0) 100%);
}
.vascular .doctor-section {
  background: -webkit-linear-gradient(360deg, #ffeded 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #ffeded 0%, rgba(255, 255, 255, 0) 75%);
}
.vascular .doctor-section .circles {
  border-color: rgba(252, 188, 188, 0.37);
}
.vascular .doctor-section .circles span {
  border-color: rgba(252, 188, 188, 0.6);
}
.vascular .doctor-section .circles span span {
  border-color: #fcbcbc;
}
.vascular .doctor-section .content-side .info {
  background-color: #FFADAD;
}
.vascular.reasons {
  background-color: #ffeded;
}
.vascular.reasons .reason-item.reason-last-item {
  color: #FFA8A8;
}
.vascular.reasons .reason-item:hover {
  border-color: #ffd8d8;
}
.vascular.reasons .icons-holder {
  background-color: #ffd8d8;
}
.vascular.reasons .subtitle {
  background-color: #ffd8d8;
  max-width: 1010px;
}
.vascular .product-videos .subtitle span {
  background-color: #FF8C8C;
  color: #ffffff;
}
.vascular .product-reviews-and-faq {
  background: linear-gradient(270deg, #ffeded 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #ffeded 26.15%, rgba(255, 255, 255, 0) 100%);
}
.vascular .digestion-cleansing {
  background: linear-gradient(-90deg, #ffeded 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffeded 0%, rgba(255, 255, 255, 0) 100%);
}
.vascular .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #ffd8d8;
}
.vascular .digestion-cleansing .pain {
  width: 360px;
  padding-right: 20px;
}
.vascular .digestion-cleansing .pain.pain-alt {
  width: 445px;
  padding-right: 6px;
}
.vascular .digestion-cleansing .pain:nth-child(1) {
  left: 130px;
  top: 180px;
}
.vascular .digestion-cleansing .pain:nth-child(1):before {
  right: -165px;
  width: 165px;
  top: 29px;
  transform: skew(-164deg, 164deg);
}
.vascular .digestion-cleansing .pain:nth-child(2) {
  left: 45px;
  top: 320px;
}
.vascular .digestion-cleansing .pain:nth-child(2):before {
  right: -278px;
  width: 278px;
  top: 3px;
  transform: skew(20deg, -20deg);
}
.vascular .digestion-cleansing .pain:nth-child(3) {
  left: 70px;
  bottom: 110px;
}
.vascular .digestion-cleansing .pain:nth-child(3):before {
  right: -200px;
  width: 200px;
  top: 102px;
  transform: skew(-27deg, 27deg);
}
.vascular .digestion-cleansing .pain:nth-child(4) {
  right: 50px;
  top: 230px;
}
.vascular .digestion-cleansing .pain:nth-child(4):before {
  left: -190px;
  width: 190px;
  top: -39px;
  transform: skew(-40deg, 45deg);
}
.vascular .digestion-cleansing .pain:nth-child(5) {
  right: 30px;
  bottom: 180px;
}
.vascular .digestion-cleansing .pain:nth-child(5):before {
  left: -100px;
  width: 100px;
  top: 28px;
  transform: skew(-28deg, 28deg);
}
.vascular .digestion-cleansing .pain .icons {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.vascular .digestion-cleansing .pain .dot {
  background-color: #ffd8d8;
}
.vascular .accent-box {
  background-color: #ffd8d8;
}
.vascular .half-section .bg-side {
  background-color: #ffeded;
}
.vascular .product-info-wrapper {
  background: linear-gradient(-90deg, #ffeded 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffeded 47.1%, rgba(255, 255, 255, 0) 100%);
}
.detox .doctor-section {
  background: -webkit-linear-gradient(360deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 75%);
}
.detox .doctor-section .circles {
  border-color: rgba(238, 176, 251, 0.37);
}
.detox .doctor-section .circles span {
  border-color: rgba(238, 176, 251, 0.6);
}
.detox .doctor-section .circles span span {
  border-color: #EEB0FB;
}
.detox .doctor-section .content-side .info {
  background-color: #FCFF58;
}
.detox .product-videos .subtitle span {
  background-color: #FCFF58;
}
.detox .product-reviews-and-faq {
  background: linear-gradient(270deg, #fdf3ff 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #fdf3ff 26.15%, rgba(255, 255, 255, 0) 100%);
}
.detox .digestion-cleansing {
  background: linear-gradient(-90deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 55.52%);
  background: -webkit-linear-gradient(-90deg, #fdf3ff 0%, rgba(255, 255, 255, 0) 55.52%);
}
.detox .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #f8e0fd;
}
.detox .digestion-cleansing .pain {
  width: 260px;
}
.detox .digestion-cleansing .pain:nth-child(1) {
  left: 210px;
  top: 140px;
}
.detox .digestion-cleansing .pain:nth-child(1):before {
  right: -231px;
  width: 231px;
  top: 108px;
  transform: skew(-30deg, 30deg);
}
.detox .digestion-cleansing .pain:nth-child(2) {
  left: 130px;
  top: 265px;
}
.detox .digestion-cleansing .pain:nth-child(2):before {
  right: -330px;
  width: 330px;
  top: 82px;
  transform: skew(14deg, 14deg);
}
.detox .digestion-cleansing .pain:nth-child(3) {
  left: 80px;
  bottom: 230px;
}
.detox .digestion-cleansing .pain:nth-child(3):before {
  right: -385px;
  width: 385px;
  top: 26px;
  transform: skew(-5deg, -5deg);
}
.detox .digestion-cleansing .pain:nth-child(4) {
  left: 130px;
  bottom: 105px;
}
.detox .digestion-cleansing .pain:nth-child(4):before {
  right: -300px;
  width: 300px;
  top: 10px;
  transform: skew(-12deg, -12deg);
}
.detox .digestion-cleansing .pain:nth-child(5) {
  right: 255px;
  top: 175px;
}
.detox .digestion-cleansing .pain:nth-child(5):before {
  left: -175px;
  width: 175px;
  top: 114px;
  transform: skew(-140deg, 140deg);
}
.detox .digestion-cleansing .pain:nth-child(6) {
  right: 175px;
  top: 300px;
}
.detox .digestion-cleansing .pain:nth-child(6):before {
  left: -215px;
  width: 215px;
  top: 67px;
  transform: skew(-167deg, 167deg);
}
.detox .digestion-cleansing .pain:nth-child(7) {
  right: 140px;
  bottom: 195px;
}
.detox .digestion-cleansing .pain:nth-child(7):before {
  left: -230px;
  width: 230px;
  top: 63px;
  transform: skew(-169deg, 169deg);
}
.detox .digestion-cleansing .pain:nth-child(8) {
  right: 250px;
  bottom: 70px;
}
.detox .digestion-cleansing .pain:nth-child(8):before {
  left: -140px;
  width: 140px;
  top: 1px;
  transform: skew(-210deg, 210deg);
}
.detox .digestion-cleansing .pain .icons {
  width: 71px;
  min-width: 71px;
  height: 71px;
}
.detox .digestion-cleansing .pain .dot {
  background-color: #f8e0fd;
}
.detox .digestion-cleansing .pain .text {
  font-family: 'Evolventa-Bold';
  text-transform: uppercase;
}
.detox .accent-box {
  background-color: #f8e0fd;
}
.detox .half-section .bg-side {
  background-color: #fdf3ff;
}
.detox .product-info-wrapper {
  background: linear-gradient(-90deg, #fdf3ff 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #fdf3ff 47.1%, rgba(255, 255, 255, 0) 100%);
}
.complex .product-header .product-header-holder .product-header-info h1 span {
  display: inline;
}
.product-header .product-header-holder .product-header-imgs .single-image .image {
  height: 730px;
}
.global-complex .nutritiolog-about {
  background: -webkit-linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
}
.global-complex .nutritiolog-about .circles {
  border: 1px solid rgba(206, 209, 40, 0.37);
}
.global-complex .nutritiolog-about .circles span {
  border: 1px solid rgba(206, 209, 40, 0.7);
}
.global-complex .nutritiolog-about .circles span span {
  border-color: #ced128;
}
.global-complex .formulas-list .formulas-list-item .item-info .info-label span.name {
  background-color: #edf136;
}
.global-complex .full-percent .full-percent-item:hover {
  border-color: #edf136;
}
.global-complex .full-percent .full-percent-item .total span {
  background-color: #edf136;
}
.global-complex .about-complex {
  background: -webkit-linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
}
.global-complex.reasons {
  background-color: #efefef;
}
.global-complex.reasons img {
  max-width: 65px;
}
.global-complex.reasons .reason-item:hover {
  border-color: #edf136;
}
.global-complex.reasons .icons-holder {
  background-color: #edf136;
}
.global-complex .doctor-section {
  background: -webkit-linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #efefef 0%, rgba(255, 255, 255, 0) 75%);
}
.global-complex .doctor-section .circles {
  border-color: rgba(237, 241, 54, 0.37);
}
.global-complex .doctor-section .circles span {
  border-color: rgba(237, 241, 54, 0.6);
}
.global-complex .doctor-section .circles span span {
  border-color: #edf136;
}
.global-complex .doctor-section .content-side .info {
  background-color: #edf136;
}
.global-complex .product-videos .subtitle span {
  background-color: #FCFF58;
}
.global-complex .product-reviews-and-faq {
  background: linear-gradient(270deg, #efefef 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #efefef 26.15%, rgba(255, 255, 255, 0) 100%);
  padding-top: 0;
}
.global-complex .digestion-cleansing {
  background: linear-gradient(270deg, #efefef 0%, #ffffff 100%);
  background: -webkit-linear-gradient(270deg, #efefef 0%, #ffffff 100%);
}
.global-complex .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #edf136;
}
.global-complex .digestion-cleansing .pain {
  width: 260px;
}
.global-complex .digestion-cleansing .pain:nth-child(1) {
  left: 210px;
  top: 140px;
}
.global-complex .digestion-cleansing .pain:nth-child(1):before {
  right: -231px;
  width: 231px;
  top: 108px;
  transform: skew(-30deg, 30deg);
}
.global-complex .digestion-cleansing .pain:nth-child(2) {
  left: 130px;
  top: 265px;
}
.global-complex .digestion-cleansing .pain:nth-child(2):before {
  right: -330px;
  width: 330px;
  top: 82px;
  transform: skew(14deg, 14deg);
}
.global-complex .digestion-cleansing .pain:nth-child(3) {
  left: 80px;
  bottom: 230px;
}
.global-complex .digestion-cleansing .pain:nth-child(3):before {
  right: -385px;
  width: 385px;
  top: 26px;
  transform: skew(-5deg, -5deg);
}
.global-complex .digestion-cleansing .pain:nth-child(4) {
  left: 130px;
  bottom: 105px;
}
.global-complex .digestion-cleansing .pain:nth-child(4):before {
  right: -300px;
  width: 300px;
  top: 10px;
  transform: skew(-12deg, -12deg);
}
.global-complex .digestion-cleansing .pain:nth-child(5) {
  right: 255px;
  top: 175px;
}
.global-complex .digestion-cleansing .pain:nth-child(5):before {
  left: -175px;
  width: 175px;
  top: 114px;
  transform: skew(-140deg, 140deg);
}
.global-complex .digestion-cleansing .pain:nth-child(6) {
  right: 175px;
  top: 300px;
}
.global-complex .digestion-cleansing .pain:nth-child(6):before {
  left: -215px;
  width: 215px;
  top: 67px;
  transform: skew(-167deg, 167deg);
}
.global-complex .digestion-cleansing .pain:nth-child(7) {
  right: 140px;
  bottom: 195px;
}
.global-complex .digestion-cleansing .pain:nth-child(7):before {
  left: -230px;
  width: 230px;
  top: 63px;
  transform: skew(-169deg, 169deg);
}
.global-complex .digestion-cleansing .pain:nth-child(8) {
  right: 250px;
  bottom: 70px;
}
.global-complex .digestion-cleansing .pain:nth-child(8):before {
  left: -140px;
  width: 140px;
  top: 1px;
  transform: skew(-210deg, 210deg);
}
.global-complex .digestion-cleansing .pain .icons {
  width: 71px;
  min-width: 71px;
  height: 71px;
}
.global-complex .digestion-cleansing .pain .dot {
  background-color: #edf136;
}
.global-complex .digestion-cleansing .pain .text {
  font-family: 'Evolventa-Bold';
  text-transform: uppercase;
}
.global-complex .accent-box {
  background-color: #edf136;
}
.global-complex .half-section .bg-side {
  background-color: #efefef;
}
.global-complex .product-info-wrapper {
  background: linear-gradient(-90deg, #efefef 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #efefef 47.1%, rgba(255, 255, 255, 0) 100%);
}
.pancreas .doctor-section {
  background: -webkit-linear-gradient(360deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 75%);
}
.pancreas .doctor-section .circles {
  border-color: rgba(172, 195, 255, 0.37);
}
.pancreas .doctor-section .circles span {
  border-color: rgba(172, 195, 255, 0.6);
}
.pancreas .doctor-section .circles span span {
  border-color: #acc3ff;
}
.pancreas .doctor-section .content-side .info {
  background-color: #779DFF;
  color: #ffffff;
}
.pancreas.reasons {
  background-color: #ebf3fc;
}
.pancreas.reasons .reason-item.reason-last-item {
  color: #779DFF;
}
.pancreas.reasons .reason-item:hover {
  border-color: #dae9ff;
}
.pancreas.reasons .icons-holder {
  background-color: #dae9ff;
}
.pancreas.reasons .subtitle {
  background-color: #dae9ff;
}
.pancreas.reasons .subtitle p:last-child {
  margin-top: 15px;
}
.pancreas .product-videos .subtitle span {
  background-color: #779DFF;
}
.pancreas .product-reviews-and-faq {
  background: linear-gradient(270deg, #ebf3fc 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #ebf3fc 26.15%, rgba(255, 255, 255, 0) 100%);
}
.pancreas .digestion-cleansing {
  background: linear-gradient(-90deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ebf3fc 0%, rgba(255, 255, 255, 0) 100%);
}
.pancreas .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #dae9ff;
}
.pancreas .digestion-cleansing .pain {
  padding-right: 20px;
}
.pancreas .digestion-cleansing .pain.pain-alt {
  padding-right: 6px;
}
.pancreas .digestion-cleansing .pain:nth-child(1) {
  left: 0px;
  top: 95px;
  width: 520px;
}
.pancreas .digestion-cleansing .pain:nth-child(1):before {
  right: -165px;
  width: 165px;
  top: 187px;
  transform: skew(-234deg, 234deg);
}
.pancreas .digestion-cleansing .pain:nth-child(2) {
  left: 30px;
  bottom: 270px;
  width: 460px;
}
.pancreas .digestion-cleansing .pain:nth-child(2):before {
  right: -220px;
  width: 220px;
  top: 104px;
  transform: skew(-14deg, 14deg);
}
.pancreas .digestion-cleansing .pain:nth-child(3) {
  left: 80px;
  bottom: 85px;
  width: 435px;
}
.pancreas .digestion-cleansing .pain:nth-child(3):before {
  right: -195px;
  width: 195px;
  top: 6px;
  transform: skew(36deg, -36deg);
}
.pancreas .digestion-cleansing .pain:nth-child(4) {
  right: 40px;
  top: 120px;
  width: 495px;
}
.pancreas .digestion-cleansing .pain:nth-child(4):before {
  left: -185px;
  width: 185px;
  top: 190px;
  transform: skew(50deg, -50deg);
}
.pancreas .digestion-cleansing .pain:nth-child(5) {
  right: 15px;
  bottom: 240px;
  width: 450px;
}
.pancreas .digestion-cleansing .pain:nth-child(5):before {
  left: -230px;
  width: 230px;
  top: 92px;
  transform: skew(-5deg, -5deg);
}
.pancreas .digestion-cleansing .pain:nth-child(6) {
  right: 115px;
  bottom: 60px;
  width: 380px;
}
.pancreas .digestion-cleansing .pain:nth-child(6):before {
  left: -190px;
  width: 190px;
  top: 4px;
  transform: skew(-34deg, 41deg);
}
.pancreas .digestion-cleansing .pain .icons {
  width: 145px;
  min-width: 145px;
  height: 145px;
}
.pancreas .digestion-cleansing .pain .dot {
  background-color: #dae9ff;
}
.pancreas .accent-box {
  background-color: #dae9ff;
}
.pancreas .half-section .bg-side {
  background-color: #ebf3fc;
}
.pancreas .product-info-wrapper {
  background: linear-gradient(-90deg, #ebf3fc 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ebf3fc 47.1%, rgba(255, 255, 255, 0) 100%);
}
.stomach .doctor-section {
  background: -webkit-linear-gradient(180deg, #ffefdd 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(180deg, #ffefdd 0%, rgba(255, 255, 255, 0) 75%);
}
.stomach .doctor-section.section {
  padding-bottom: 10px;
}
.stomach .doctor-section .circles {
  border-color: rgba(243, 197, 128, 0.37);
}
.stomach .doctor-section .circles span {
  border-color: rgba(243, 197, 128, 0.6);
}
.stomach .doctor-section .circles span span {
  border-color: #f3c580;
}
.stomach .doctor-section .content-side .info {
  background-color: #F0940B;
  color: #ffffff;
}
.stomach.reasons {
  background-color: #ffefdd;
}
.stomach.reasons .reason-item {
  padding: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.stomach.reasons .reason-item:hover {
  border-color: #ffdeb8;
}
.stomach.reasons .icons-holder {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 0;
  background-color: #ffdeb8;
}
.stomach.reasons .icons-holder img {
  height: 42px;
}
.stomach.reasons .subtitle {
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.stomach.reasons .subtitle p {
  font-size: 18px;
  font-family: 'Evolventa-Bold';
}
.stomach .product-videos .subtitle span {
  background-color: #F0940B;
  color: #ffffff;
}
.stomach .product-reviews-and-faq {
  background: linear-gradient(270deg, #ffefdd 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #ffefdd 26.15%, rgba(255, 255, 255, 0) 100%);
}
.stomach .digestion-cleansing {
  background: linear-gradient(90deg, #ffefdd 0%, rgba(255, 255, 255, 0) 55.52%);
  background: -webkit-linear-gradient(90deg, #ffefdd 0%, rgba(255, 255, 255, 0) 55.52%);
}
.stomach .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #ffdeb8;
}
.stomach .digestion-cleansing .pain {
  width: 360px;
}
.stomach .digestion-cleansing .pain:nth-child(1) {
  left: 150px;
  top: 0;
}
.stomach .digestion-cleansing .pain:nth-child(1):before {
  right: -230px;
  width: 230px;
  top: 220px;
  transform: skew(-30deg, 57deg);
}
.stomach .digestion-cleansing .pain:nth-child(2) {
  left: 110px;
  top: 110px;
}
.stomach .digestion-cleansing .pain:nth-child(2):before {
  right: -270px;
  width: 270px;
  top: 160px;
  transform: skew(-22deg, 43deg);
}
.stomach .digestion-cleansing .pain:nth-child(3) {
  left: 70px;
  top: 215px;
}
.stomach .digestion-cleansing .pain:nth-child(3):before {
  right: -280px;
  width: 280px;
  top: 95px;
  transform: skew(-36deg, 27deg);
}
.stomach .digestion-cleansing .pain:nth-child(4) {
  left: 40px;
  top: 320px;
}
.stomach .digestion-cleansing .pain:nth-child(4):before {
  right: -300px;
  width: 300px;
  top: 54px;
  transform: skew(-12deg, 5deg);
}
.stomach .digestion-cleansing .pain:nth-child(5) {
  left: 60px;
  bottom: 195px;
}
.stomach .digestion-cleansing .pain:nth-child(5):before {
  right: -290px;
  width: 290px;
  top: 9px;
  transform: skew(-140deg, 168deg);
}
.stomach .digestion-cleansing .pain:nth-child(6) {
  left: 130px;
  bottom: 95px;
}
.stomach .digestion-cleansing .pain:nth-child(6):before {
  right: -215px;
  width: 215px;
  top: -31px;
  transform: skew(-167deg, 145deg);
}
.stomach .digestion-cleansing .pain:nth-child(7) {
  right: 140px;
  top: -30px;
}
.stomach .digestion-cleansing .pain:nth-child(7):before {
  left: -195px;
  width: 195px;
  top: 245px;
  transform: skew(-151deg, 115deg);
}
.stomach .digestion-cleansing .pain:nth-child(8) {
  right: 105px;
  top: 70px;
}
.stomach .digestion-cleansing .pain:nth-child(8):before {
  left: -200px;
  width: 200px;
  top: 174px;
  transform: skew(-146deg, 127deg);
}
.stomach .digestion-cleansing .pain:nth-child(9) {
  right: 70px;
  top: 170px;
}
.stomach .digestion-cleansing .pain:nth-child(9):before {
  left: -230px;
  width: 230px;
  top: 132px;
  transform: skew(-131deg, 143deg);
}
.stomach .digestion-cleansing .pain:nth-child(10) {
  right: 40px;
  top: 270px;
}
.stomach .digestion-cleansing .pain:nth-child(10):before {
  left: -240px;
  width: 240px;
  top: 75px;
  transform: skew(-125deg, 162deg);
}
.stomach .digestion-cleansing .pain:nth-child(11) {
  right: 25px;
  bottom: 245px;
}
.stomach .digestion-cleansing .pain:nth-child(11):before {
  left: -260px;
  width: 260px;
  top: 31px;
  transform: skew(-160deg, 185deg);
}
.stomach .digestion-cleansing .pain:nth-child(12) {
  right: 60px;
  bottom: 145px;
}
.stomach .digestion-cleansing .pain:nth-child(12):before {
  left: -230px;
  width: 230px;
  top: -20px;
  transform: skew(-210deg, 203deg);
}
.stomach .digestion-cleansing .pain:nth-child(13) {
  right: 95px;
  bottom: 45px;
}
.stomach .digestion-cleansing .pain:nth-child(13):before {
  left: -200px;
  width: 200px;
  top: -60px;
  transform: skew(-210deg, 225deg);
}
.stomach .digestion-cleansing .pain .icons {
  width: 71px;
  min-width: 71px;
  height: 71px;
}
.stomach .digestion-cleansing .pain .dot {
  background-color: #ffdeb8;
}
.stomach .accent-box {
  background-color: #ffdeb8;
}
.stomach .half-section .bg-side {
  background-color: #ffefdd;
}
.stomach .product-info-wrapper {
  background: linear-gradient(-90deg, #ffefdd 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffefdd 47.1%, rgba(255, 255, 255, 0) 100%);
}
.kidney .doctor-section {
  background: -webkit-linear-gradient(180deg, #faf6ec 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(180deg, #faf6ec 0%, rgba(255, 255, 255, 0) 75%);
}
.kidney .doctor-section.section {
  padding-bottom: 10px;
}
.kidney .doctor-section .circles {
  border-color: rgba(220, 206, 170, 0.37);
}
.kidney .doctor-section .circles span {
  border-color: rgba(220, 206, 170, 0.6);
}
.kidney .doctor-section .circles span span {
  border-color: #DCCEAA;
}
.kidney .doctor-section .content-side .info {
  background-color: #9BE3B8;
}
.kidney.reasons {
  background-color: #faf6ec;
}
.kidney.reasons .reason-item {
  padding: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.kidney.reasons .reason-item:hover {
  border-color: #f5eacd;
}
.kidney.reasons .icons-holder {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 0;
  background-color: #f5eacd;
}
.kidney.reasons .icons-holder img {
  height: 42px;
}
.kidney.reasons .icons-holder img.car {
  height: 30px;
}
.kidney.reasons .subtitle {
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.kidney.reasons .subtitle p {
  font-size: 18px;
  font-family: 'Evolventa-Bold';
}
.kidney .product-videos .subtitle span {
  background-color: #9BE3B8;
}
.kidney .product-reviews-and-faq {
  background: linear-gradient(270deg, #faf6ec 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #faf6ec 26.15%, rgba(255, 255, 255, 0) 100%);
}
.kidney .digestion-cleansing {
  background: linear-gradient(90deg, #faf6ec 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, #faf6ec 0%, rgba(255, 255, 255, 0) 100%);
}
.kidney .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #f5eacd;
}
.kidney .digestion-cleansing .pain {
  width: 360px;
  padding-right: 20px;
}
.kidney .digestion-cleansing .pain.pain-alt {
  width: 445px;
  padding-right: 6px;
}
.kidney .digestion-cleansing .pain:nth-child(1) {
  width: 355px;
  left: 220px;
  top: 30px;
}
.kidney .digestion-cleansing .pain:nth-child(1) .icons {
  width: 74px;
  min-width: 74px;
  height: 74px;
}
.kidney .digestion-cleansing .pain:nth-child(1):before {
  right: -90px;
  width: 90px;
  top: 239px;
  transform: skew(-115deg, 77deg);
}
.kidney .digestion-cleansing .pain:nth-child(2) {
  width: 550px;
  left: 0px;
  top: 150px;
}
.kidney .digestion-cleansing .pain:nth-child(2) .icons {
  width: 160px;
  min-width: 160px;
  height: 160px;
}
.kidney .digestion-cleansing .pain:nth-child(2):before {
  right: -115px;
  width: 115px;
  top: 192px;
  transform: skew(69deg, 67deg);
}
.kidney .digestion-cleansing .pain:nth-child(3) {
  width: 450px;
  left: 30px;
  top: 345px;
}
.kidney .digestion-cleansing .pain:nth-child(3):before {
  right: -200px;
  width: 200px;
  top: 88px;
  transform: skew(-27deg, 21deg);
}
.kidney .digestion-cleansing .pain:nth-child(4) {
  width: 450px;
  right: 75px;
  top: 120px;
}
.kidney .digestion-cleansing .pain:nth-child(4) .icons {
  width: 108px;
  min-width: 108px;
  height: 108px;
}
.kidney .digestion-cleansing .pain:nth-child(4):before {
  left: -210px;
  width: 210px;
  top: 175px;
  transform: skew(40deg, -52deg);
}
.kidney .digestion-cleansing .pain:nth-child(5) {
  width: 550px;
  right: 0px;
  top: 270px;
}
.kidney .digestion-cleansing .pain:nth-child(5) .icons {
  width: 160px;
  min-width: 160px;
  height: 160px;
}
.kidney .digestion-cleansing .pain:nth-child(5):before {
  left: -175px;
  width: 175px;
  top: 125px;
  transform: skew(38deg, -27deg);
}
.kidney .digestion-cleansing .pain:nth-child(6) {
  width: 450px;
  right: 50px;
  bottom: 120px;
}
.kidney .digestion-cleansing .pain:nth-child(6) .icons {
  width: 108px;
  min-width: 108px;
  height: 108px;
}
.kidney .digestion-cleansing .pain:nth-child(6):before {
  left: -225px;
  width: 225px;
  top: 30px;
  transform: skew(-40deg, 15deg);
}
.kidney .digestion-cleansing .pain .icons {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.kidney .digestion-cleansing .pain .dot {
  background-color: #f5eacd;
}
.kidney .accent-box {
  background-color: #f5eacd;
}
.kidney .half-section .bg-side {
  background-color: #faf6ec;
}
.kidney .product-info-wrapper {
  background: linear-gradient(-90deg, #faf6ec 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #faf6ec 47.1%, rgba(255, 255, 255, 0) 100%);
}
.heart .doctor-section {
  background: -webkit-linear-gradient(360deg, #f4ecff 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #f4ecff 0%, rgba(255, 255, 255, 0) 75%);
}
.heart .doctor-section .circles {
  border-color: rgba(224, 200, 255, 0.37);
}
.heart .doctor-section .circles span {
  border-color: rgba(224, 200, 255, 0.6);
}
.heart .doctor-section .circles span span {
  border-color: #e0c8ff;
}
.heart .doctor-section .content-side .info {
  background-color: #F87CFB;
  color: #ffffff;
}
.heart.reasons {
  background-color: #f4ecff;
}
.heart.reasons .reason-item:hover {
  border-color: #eadaff;
}
.heart.reasons .icons-holder {
  background-color: #eadaff;
}
.heart.reasons .subtitle {
  background-color: #eadaff;
  max-width: 1020px;
}
.heart.reasons .subtitle p:last-child {
  margin-top: 15px;
}
.heart .product-videos .subtitle span {
  background-color: #F87CFB;
  color: #ffffff;
}
.heart .product-reviews-and-faq {
  background: linear-gradient(270deg, #f4ecff 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #f4ecff 26.15%, rgba(255, 255, 255, 0) 100%);
}
.heart .digestion-cleansing {
  background: linear-gradient(-90deg, #f4ecff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #f4ecff 0%, rgba(255, 255, 255, 0) 100%);
}
.heart .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #eadaff;
}
.heart .digestion-cleansing .pain {
  width: 435px;
  padding-right: 20px;
}
.heart .digestion-cleansing .pain.pain-alt {
  width: 470px;
  padding-right: 6px;
}
.heart .digestion-cleansing .pain:nth-child(1) {
  left: 70px;
  top: 20px;
}
.heart .digestion-cleansing .pain:nth-child(1):before {
  right: -210px;
  width: 210px;
  top: 160px;
  transform: skew(-227deg, 227deg);
}
.heart .digestion-cleansing .pain:nth-child(2) {
  left: 0px;
  top: 145px;
}
.heart .digestion-cleansing .pain:nth-child(2):before {
  right: -265px;
  width: 265px;
  top: 95px;
  transform: skew(-10deg, 20deg);
}
.heart .digestion-cleansing .pain:nth-child(3) {
  left: 30px;
  top: 270px;
}
.heart .digestion-cleansing .pain:nth-child(3):before {
  right: -235px;
  width: 235px;
  top: 40px;
  transform: skew(24deg, -5deg);
}
.heart .digestion-cleansing .pain:nth-child(4) {
  left: 65px;
  bottom: 195px;
}
.heart .digestion-cleansing .pain:nth-child(4):before {
  right: -220px;
  width: 220px;
  top: -20px;
  transform: skew(32deg, -32deg);
}
.heart .digestion-cleansing .pain:nth-child(5) {
  left: 100px;
  bottom: 70px;
}
.heart .digestion-cleansing .pain:nth-child(5):before {
  right: -200px;
  width: 200px;
  top: -100px;
  transform: skew(36deg, -54deg);
}
.heart .digestion-cleansing .pain:nth-child(6) {
  right: 35px;
  top: 0;
}
.heart .digestion-cleansing .pain:nth-child(6) .icons {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.heart .digestion-cleansing .pain:nth-child(6):before {
  left: -175px;
  width: 175px;
  top: 180px;
  transform: skew(34deg, -55deg);
}
.heart .digestion-cleansing .pain:nth-child(7) {
  right: 0px;
  top: 145px;
}
.heart .digestion-cleansing .pain:nth-child(7) .icons {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.heart .digestion-cleansing .pain:nth-child(7):before {
  left: -235px;
  width: 235px;
  top: 120px;
  transform: skew(34deg, -24deg);
}
.heart .digestion-cleansing .pain:nth-child(8) {
  right: 20px;
  top: 290px;
}
.heart .digestion-cleansing .pain:nth-child(8):before {
  left: -215px;
  width: 215px;
  top: 35px;
  transform: skew(-34deg, 15deg);
}
.heart .digestion-cleansing .pain:nth-child(9) {
  right: 50px;
  bottom: 175px;
}
.heart .digestion-cleansing .pain:nth-child(9):before {
  left: -180px;
  width: 180px;
  top: -45px;
  transform: skew(-34deg, 45deg);
}
.heart .digestion-cleansing .pain:nth-child(10) {
  right: 90px;
  bottom: 25px;
}
.heart .digestion-cleansing .pain:nth-child(10) .icons {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.heart .digestion-cleansing .pain:nth-child(10):before {
  left: -120px;
  width: 120px;
  top: -65px;
  transform: skew(-53deg, 70deg);
}
.heart .digestion-cleansing .pain .icons {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.heart .digestion-cleansing .pain .dot {
  background-color: #eadaff;
}
.heart .accent-box {
  background-color: #eadaff;
}
.heart .half-section .bg-side {
  background-color: #f4ecff;
}
.heart .product-info-wrapper {
  background: linear-gradient(-90deg, #f4ecff 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #f4ecff 47.1%, rgba(255, 255, 255, 0) 100%);
}
.energy .doctor-section {
  background: -webkit-linear-gradient(360deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(360deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 75%);
}
.energy .doctor-section .circles {
  border-color: rgba(252, 164, 254, 0.37);
}
.energy .doctor-section .circles span {
  border-color: rgba(252, 164, 254, 0.6);
}
.energy .doctor-section .circles span span {
  border-color: #FCA4FE;
}
.energy .doctor-section .content-side .info {
  background-color: #7C89FB;
  color: #ffffff;
}
.energy.reasons {
  background-color: #ffe7f7;
}
.energy.reasons .reason-item:hover {
  border-color: #ffd3f0;
}
.energy.reasons .icons-holder {
  background-color: #ffd3f0;
}
.energy.reasons .subtitle {
  background-color: #ffd3f0;
  max-width: 1020px;
}
.energy.reasons .subtitle p:last-child {
  margin-top: 15px;
}
.energy .product-videos .subtitle span {
  background-color: #7C89FB;
  color: #ffffff;
}
.energy .product-reviews-and-faq {
  background: linear-gradient(270deg, #ffe7f7 26.15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, #ffe7f7 26.15%, rgba(255, 255, 255, 0) 100%);
}
.energy .digestion-cleansing {
  background: linear-gradient(-90deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffe7f7 0%, rgba(255, 255, 255, 0) 100%);
}
.energy .digestion-cleansing .digestion-cleansing-bottom span {
  background-color: #ffd3f0;
}
.energy .digestion-cleansing .pain {
  padding-right: 20px;
}
.energy .digestion-cleansing .pain.pain-alt {
  width: 470px;
  padding-right: 6px;
}
.energy .digestion-cleansing .pain:nth-child(1) {
  width: 505px;
  left: 20px;
  top: 0px;
}
.energy .digestion-cleansing .pain:nth-child(1) .icons {
  width: 190px;
  min-width: 190px;
  height: 190px;
}
.energy .digestion-cleansing .pain:nth-child(1):before {
  right: -185px;
  width: 185px;
  top: 75px;
  transform: skew(-180deg, 191deg);
}
.energy .digestion-cleansing .pain:nth-child(2) {
  left: 0px;
  top: 230px;
  width: 460px;
}
.energy .digestion-cleansing .pain:nth-child(2) .icons {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.energy .digestion-cleansing .pain:nth-child(2):before {
  right: -230px;
  width: 230px;
  top: -31px;
  transform: skew(44deg, -43deg);
}
.energy .digestion-cleansing .pain:nth-child(3) {
  left: 30px;
  bottom: 210px;
  width: 440px;
}
.energy .digestion-cleansing .pain:nth-child(3):before {
  right: -235px;
  width: 235px;
  top: 40px;
  transform: skew(24deg, -15deg);
}
.energy .digestion-cleansing .pain:nth-child(4) {
  left: 60px;
  bottom: 80px;
  width: 440px;
}
.energy .digestion-cleansing .pain:nth-child(4):before {
  right: -110px;
  width: 110px;
  top: 5px;
  transform: skew(32deg, -32deg);
}
.energy .digestion-cleansing .pain:nth-child(5) {
  right: 0;
  top: 40px;
  width: 445px;
}
.energy .digestion-cleansing .pain:nth-child(5) .icons {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.energy .digestion-cleansing .pain:nth-child(5):before {
  left: -240px;
  width: 240px;
  top: 66px;
  transform: skew(-36deg, 6deg);
}
.energy .digestion-cleansing .pain:nth-child(6) {
  right: 0px;
  top: 220px;
  width: 475px;
}
.energy .digestion-cleansing .pain:nth-child(6) .icons {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.energy .digestion-cleansing .pain:nth-child(6):before {
  left: -140px;
  width: 140px;
  top: 69px;
  transform: skew(11deg, 1deg);
}
.energy .digestion-cleansing .pain:nth-child(7) {
  right: 30px;
  bottom: 145px;
  width: 515px;
}
.energy .digestion-cleansing .pain:nth-child(7) .icons {
  width: 145px;
  min-width: 145px;
  height: 145px;
}
.energy .digestion-cleansing .pain:nth-child(7):before {
  left: -65px;
  width: 65px;
  top: -20px;
  transform: skew(-45deg, 71deg);
}
.energy .digestion-cleansing .pain:nth-child(8) {
  right: 80px;
  bottom: 15px;
}
.energy .digestion-cleansing .pain:nth-child(8):before {
  left: -160px;
  width: 160px;
  top: 10px;
  transform: skew(-34deg, 27deg);
}
.energy .digestion-cleansing .pain .icons {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.energy .digestion-cleansing .pain .dot {
  background-color: #ffd3f0;
}
.energy .accent-box {
  background-color: #ffd3f0;
}
.energy .half-section .bg-side {
  background-color: #ffe7f7;
}
.energy .product-info-wrapper {
  background: linear-gradient(-90deg, #ffe7f7 47.1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #ffe7f7 47.1%, rgba(255, 255, 255, 0) 100%);
}
.about-info {
  margin-top: -85px;
  padding-top: 100px;
}
.half-about-info {
  margin-top: -80px;
  -webkit-align-items: center;
  align-items: center;
}
.half-about-info.first-about-info {
  margin-top: -30px;
}
.half-about-info h3 {
  font-family: 'Gilroy-Medium';
}
.half-about-info.info-alt h3 {
  margin-bottom: 25px;
}
.half-about-info.info-alt .text {
  padding-right: 0;
  padding-left: 8%;
}
.half-about-info .image {
  width: 50%;
}
.half-about-info .image img {
  display: block;
  margin: auto;
}
.half-about-info .text {
  width: 50%;
  padding-right: 8%;
}
.support-of-nature {
  margin-top: 100px;
  position: relative;
  background-color: #f2f2f2;
  padding-top: 180px;
  padding-bottom: 180px;
}
.support-of-nature .content {
  padding: 0px 9% 0 30px;
}
.support-of-nature h3 {
  margin-bottom: 20px;
}
.support-of-nature img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 50%;
}
.about-header {
  max-width: 1140px;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
}
.about-header h1 {
  text-transform: capitalize;
  font-family: 'Gilroy-Medium';
  font-size: 65px;
  line-height: 1;
  margin-bottom: 20px;
}
.about-header .image {
  width: 50%;
  position: relative;
}
.about-header .image img {
  display: block;
  position: relative;
  top: 35px;
  margin: auto;
}
.about-header .content {
  padding: 0px 5%;
  width: 50%;
  position: relative;
}
.sertificates.section {
  padding-bottom: 0;
}
.sertificates .sertificate-item {
  padding: 25px 35px;
  border-radius: 20px;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  margin-bottom: 15px;
}
.sertificates .sertificate-item:hover {
  box-shadow: 0px 11px 12px rgba(70, 64, 72, 0.12);
}
.sertificates .sertificate-item:hover .caption {
  opacity: 1;
}
.sertificates .sertificate-item:hover .link .link-text {
  text-decoration: underline;
}
.sertificates .sertificate-item:hover .icon {
  color: #009931;
}
.sertificates .sertificate-item .link .link-text {
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
}
.sertificates .sertificate-item .icon {
  font-size: 46px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #171717;
}
.sertificates .sertificate-item .caption {
  margin-top: 10px;
  font-family: 'Gilroy-Medium';
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.7;
  line-height: 1.3;
  font-size: 14px;
  text-transform: uppercase;
}
.auth-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.auth-modal .button-holder {
  margin-top: 25px;
}
.auth-modal .forgot {
  padding: 10px 30px 0;
}
.auth-modal .forgot-password {
  font-family: 'Gilroy-Bold';
  text-decoration: underline;
  font-size: 20px;
}
.auth-modal .auth-bottom {
  text-align: center;
  border-top: 1px solid #dddedf;
  padding: 20px 30px;
}
.auth-modal .auth-bottom a {
  font-family: 'Gilroy-Bold';
  text-decoration: underline;
  font-size: 20px;
}
.auth-modal .soc-auth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  padding: 20px 30px;
}
.auth-modal .soc-auth .label-custom {
  margin-bottom: 0;
}
.auth-modal .soc-auth .soc-auth-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.auth-modal .soc-auth .soc-auth-btns .btn-icon {
  margin-left: 25px;
}
.auth-modal .password-group {
  position: relative;
  padding-right: 50px;
}
.auth-modal .password-group .show-password-trigger {
  position: absolute;
  right: 0;
  top: 8px;
}
.auth-modal .password-group .show-password-trigger .icons-eye {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/eye-closed.svg);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: contain;
  background-position: center center;
}
.auth-modal .password-group .show-password-trigger .icons-eye:hover {
  background-image: url(../images/icons/eye.svg);
}
.auth-modal .auth-modal-wrapper {
  position: relative;
  z-index: 10;
}
.auth-modal .auth-modal-wrapper .default-btn {
  min-width: 200px;
  margin: 15px auto 0;
}
.auth-modal .auth-modal-wrapper .button-holder {
  padding: 0px 30px;
  text-align: center;
}
.auth-modal .auth-modal-wrapper .button-holder a {
  font-family: 'Gilroy-Bold';
  text-decoration: underline;
  margin-top: 15px;
  font-size: 20px;
  margin-bottom: 25px;
  display: inline-block;
}
.auth-modal .auth-modal-wrapper .form-group {
  padding-left: 30px;
  padding-right: 30px;
}
.auth-modal .modal-body {
  padding: 0;
}
.auth-modal .modal-header {
  position: relative;
  padding: 50px 30px 20px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  text-align: center;
}
.auth-modal .modal-header .remove-auth-modal {
  position: absolute;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  top: 25px;
  right: 25px;
  font-size: 36px;
}
.auth-modal .modal-header h3 {
  margin: 0;
  font-size: 32px;
  text-align: center;
}
.auth-modal .modal-wrapper {
  width: 550px;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
  opacity: 0;
  visibility: hidden;
}
.auth-modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.30000000000000004);
}
.auth-modal .auth_content {
  text-align: center;
  padding: 30px;
}
.auth-modal.is-opened {
  z-index: 1111111;
  opacity: 1;
  visibility: visible;
}
.auth-modal.is-opened .modal-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
}
.delivery-panel {
  margin-top: 45px;
}
.delivery-col {
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid #dddedf;
  padding: 25px 30px;
}
.delivery-col.quote-col {
  border: none;
  background-color: #E0FBA6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 'Gilroy-Medium';
  font-size: 30px;
  line-height: 36px;
}
.delivery-col.quote-col span {
  font-family: 'Gilroy-Bold';
}
.delivery-col .delivery-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.delivery-col .delivery-item.address-item {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.delivery-col .delivery-item.address-item .icons-holder {
  margin-bottom: 15px;
}
.delivery-col .delivery-item:last-child {
  margin-bottom: 0;
}
.delivery-col .delivery-item .text span {
  display: block;
  font-family: 'Gilroy-SemiBold';
  line-height: 1;
  font-size: 24px;
}
.delivery-col .delivery-item .icons-holder {
  text-align: center;
  margin-right: 20px;
  width: 56px;
  min-width: 56px;
}
.delivery-accordion {
  margin-top: 90px;
}
.delivery-wrapper.section {
  padding-bottom: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .icon-caret-down:before {
  content: "\e905";
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .product-previews, .personal_area .personal-order-list-table .personal-order-list-item .list-item-top[aria-expanded="true"] .price-box {
  opacity: 0;
}
.personal_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.personal_area .input-line {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.personal_area .input-line .street-input {
  width: 60%;
}
.personal_area .input-line .building-input {
  width: 32%;
}
.personal_area .default-btn {
  min-width: 310px;
}
.personal_area .button-holder {
  margin-top: 40px;
}
.personal_area .auth-setting-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  border-bottom: 2px solid #171717;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.personal_area .auth-setting-title .default-link {
  margin-top: 0;
}
.personal_area .auth-setting-title .default-link .text {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: -2px;
  font-family: 'Gilroy-SemiBold';
}
.personal_area .auth-setting-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}
.personal_area .auth-setting-holder {
  border: 1px solid #dddedf;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}
.personal_area .title-heading {
  margin-top: 85px;
  margin-bottom: 30px;
}
.personal_area .personal-settings .form-group {
  margin-bottom: 20px;
}
.personal_area .personal-settings .form-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  padding: 30px;
}
.personal_area .personal-settings .form-row {
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-settings .show-password-trigger {
  position: absolute;
  right: 0;
  top: -8px;
}
.personal_area .personal-settings .show-password-trigger .icons-eye {
  width: 36px;
  height: 36px;
  background-image: url(../images/icons/eye-closed.svg);
  background-size: contain;
  background-position: center center;
}
.personal_area .personal-settings .show-password-trigger .icons-eye:hover {
  background-image: url(../images/icons/eye.svg);
}
.personal_area .personal-settings .form-control.custom-input.password-input:disabled {
  cursor: text;
}
.personal_area .personal-settings .form-control.custom-input.password-input[type="password"] {
  letter-spacing: 0.2em;
}
.personal_area .personal-settings .form-control.custom-input.password-input {
  border: none;
  color: #171717;
  background: transparent;
  padding: 0;
  height: 32px;
  font-size: 18px;
  position: relative;
  top: -5px;
}
.personal_area .personal-settings .password-group {
  position: relative;
  width: 250px;
}
.personal_area .personal-settings .auth-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-settings .auth-row .default-link {
  margin-top: 20px;
  display: block;
}
.personal_area .personal-settings .auth-row .label-custom {
  margin-bottom: 10px;
}
.personal_area .personal-settings .personal-setting-holder {
  padding-bottom: 0;
}
.personal_area .personal-settings .setting-title {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.personal_area .personal-settings h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.personal_area .personal-settings .auth-setting-holder {
  margin-top: 30px;
}
.personal_area .personal-settings .form-group.auth-item {
  width: 50%;
}
.personal_area .personal-settings .form-group.auth-item .value {
  font-size: 20px;
}
.personal_area .personal-settings .form-group.setting-group {
  margin-right: 20px;
}
.personal_area .personal-settings .form-group.setting-group.house-number {
  width: 30%;
  margin-right: 0;
}
.personal_area .personal-settings .form-group.setting-group.address {
  width: 70%;
}
.personal_area .personal-area-body {
  position: relative;
  width: 73%;
  padding-left: 55px;
}
.personal_area .personal-order-list-table .personal-order-list-item {
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #ffffff;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom {
  padding-top: 20px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .lines {
  width: 35%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .default-btn {
  width: 100%;
  min-width: 200px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .button-holder {
  width: 65%;
  padding-left: 30px;
  margin-top: 0;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .price-element {
  font-size: 18px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .total .name {
  font-family: 'Gilroy-Bold';
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .delivery, .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  position: relative;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .delivery:before, .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .total:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  background-image: url(../images/dots.png);
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .name {
  font-size: 14px;
  font-family: 'Evolventa-Regular';
  padding-right: 5px;
  line-height: 24px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .value {
  padding-left: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .name, .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .value {
  background-color: #ffffff;
  position: relative;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-data-list {
  list-style: disc;
  font-size: 14px;
  line-height: 20px;
  width: 28%;
  padding-left: 33px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-right: 1px solid #dddedf;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-data-list li {
  margin-bottom: 6px;
  padding-left: 7px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
  width: 72%;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #dddedf;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box {
  margin-top: 0;
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box .item {
  width: 33.3333%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box .item .item-name {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  color: #565656;
  margin-bottom: 5px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box .item .value {
  font-family: 'Gilroy-Bold';
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .price-element {
  font-size: 24px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-align-items: center;
  align-items: center;
  width: 40%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .small-label {
  font-size: 14px;
  line-height: 1;
  font-family: 'Evolventa-Regular';
  margin-bottom: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .price-box {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: baseline;
  -webkit-align-items: baseline;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .price-box.subtotal {
  text-align: right;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .price-box.subtotal .price-element {
  text-align: right;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
  padding-right: 8%;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .text {
  font-size: 18px;
  line-height: 28px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .text .subname {
  line-height: 1;
  color: #565656;
  font-size: 12px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .text a {
  font-family: 'Gilroy-SemiBold';
  color: #171717;
  text-decoration: underline;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .img-holder {
  display: block;
  margin-right: 15px;
}
.personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .img-holder .image {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f2f2f2;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .icons-holder {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date {
  opacity: 0.6;
  font-family: 'Evolventa-Regular';
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status {
  line-height: 1;
  margin-top: 7px;
  display: block;
  font-size: 20px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box {
  width: 25%;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box .price-element {
  font-size: 24px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews {
  width: 29%;
  padding-right: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .preview-count {
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 65px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview {
  width: 78px;
  min-width: 78px;
  height: 78px;
  background-color: #f2f2f2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-right: 10px;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status {
  position: relative;
  padding-left: 20px;
  width: 46%;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status .price-element {
  display: none;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_canceled:before {
  background-color: #ff3566;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_send:before {
  background-color: #00ACF6;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status.order_success:before {
  background-color: #27AF6E;
}
.personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status:before {
  content: '';
  display: block;
  width: 3px;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.personal_area .personal-order-list-table .personal-order-list-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0px 20px 0px;
  font-family: 'Gilroy-SemiBold';
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-date_status {
  width: 46%;
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-price {
  text-align: center;
  width: 25%;
}
.personal_area .personal-order-list-table .personal-order-list-top .name.name-product {
  padding-right: 60px;
  width: 29%;
  text-align: right;
}
.personal_area-sidebar {
  border-right: 1px solid #dddedf;
  width: 27%;
  position: relative;
  padding-right: 30px;
}
.personal_area-sidebar .logout {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 63px;
}
.personal_area-sidebar .logout a {
  color: #171717;
  opacity: 0.6;
}
.personal_area-sidebar .personal_area-menu {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddedf;
}
.personal_area-sidebar .personal_area-menu li {
  margin-bottom: 0;
}
.personal_area-sidebar .personal_area-menu a {
  color: #171717;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 55px;
  position: relative;
}
.personal_area-sidebar .personal_area-menu a .icons-holder {
  width: 46px;
  height: 46px;
  margin-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background-color: transparent;
}
.personal_area-sidebar .personal_area-menu a:hover .text {
  text-decoration: underline;
}
.personal_area-sidebar .personal_area-menu a .notification {
  right: 0;
  top: 46%;
  transform: translate(0, -50%);
  position: absolute;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #e4e4e4;
  color: #171717;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  margin-left: auto;
  padding: 0px 13px;
  font-family: 'Gilroy-Medium';
}
.personal_area-sidebar .personal_area-menu a.active {
  color: #171717;
}
.personal_area-sidebar .personal_area-menu a.active .text {
  text-decoration: underline;
}
.personal_area-sidebar .personal_area-menu a.active .icons-holder {
  background-color: #CFF187;
}
.personal_area-sidebar .personal_area-menu a.active .notification {
  background: #f6d500;
  color: #171717;
}
.personal_area-sidebar .logged-in {
  display: block;
  letter-spacing: normal;
  padding-top: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddedf;
}
.personal_area-sidebar .logged-in .logged-in-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.personal_area-sidebar .logged-in .logged-in-body a {
  color: #171717;
}
.personal_area-sidebar .logged-in .logged-in-body a span {
  display: block;
}
.personal_area-sidebar .logged-in .logged-in-body a span.mail {
  color: #171717;
  opacity: 0.6;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.personal_area-sidebar .logged-in .logged-in-body a span.name {
  line-height: 1;
}
.personal_area-sidebar .logged-in .logged-in-body .user-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0px 2px 6px rgba(70, 64, 72, 0.15);
  background-color: #ffffff;
  margin-right: 15px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1499px) {
  .quotes-holder {
    margin-bottom: 80px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-input {
    margin-top: 80px;
  }
  .plant-wrapper {
    height: 400px;
  }
  .plant-wrapper .plant-item .image {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }
  .product-label.label-count {
    width: 73px;
    height: 73px;
    font-size: 24px;
  }
  .product-label.large-label.label-plants {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .product-label.large-label.label-plants span span {
    font-size: 10px;
  }
  .product-label.large-label.label-plants {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .frame-modal-wrapper.search-modal-wrapper .search-list {
    padding: 15px;
    margin-top: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-list li a {
    padding: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .close-cart {
    right: 7px;
    top: 13px;
    left: auto;
    font-size: 23px;
  }
  .frame-modal-wrapper.search-modal-wrapper h3, .frame-modal-wrapper.search-modal-wrapper .h3 {
    margin-top: 0;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-input {
    position: relative;
    margin-top: 10px;
    padding: 0px 15px;
  }
  .frame-modal-wrapper.search-modal-wrapper .search-input .icon {
    left: 25px;
    top: 12px;
  }
  .review-section .flickity-page-dots {
    bottom: -25px;
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .review-section .flickity-prev-next-button {
    display: none;
  }
  .review-section .carousel-cell .review-item .review-body {
    height: 197px;
  }
  .sertificates .sertificate-item .link .icon {
    display: none;
  }
  footer .disclaymer {
    padding: 10px 25px;
    border-radius: 0px;
    margin: 0;
    text-align: center;
  }
  footer .disclaymer p br {
    display: none;
  }
  footer .disclaymer p {
    font-size: 11px;
  }
  footer .disclaymer p:last-child {
    font-size: 18px;
  }
  footer .disclaymer {
    background-color: #e4e4e4;
    padding: 10px;
  }
  .stomach.reasons .icons-holder img, .kidney.reasons .icons-holder img {
    height: 32px;
  }
  .stomach.reasons .icons-holder, .kidney.reasons .icons-holder {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .reviews.minimal-reviews .review-item .review-content p .content-bold {
    display: inline-block;
    margin-bottom: 5px;
  }
  .reviews.minimal-reviews .review-item .review-content .link-more {
    margin-top: 10px;
  }
  .frame-modal-wrapper .inner_holder span {
    font-size: 11px;
  }
  .frame-modal-wrapper.quick-cart .cart-item .subname {
    font-size: 11px;
    margin-top: 7px;
  }
  .product-label.label-count {
    width: 60px;
    height: 60px;
    font-size: 19px;
    padding: 0;
    top: 8px;
    right: 8px;
  }
  .product-label.label-count span span {
    font-size: 9px;
  }
}
.contacts-wrapper {
  margin-bottom: 105px;
}
.contacts-holder .business-contacts {
  margin-top: 20px;
}
.contacts-holder .business-contacts ul {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  border-top: 2px solid #171717;
  border-bottom: 2px solid #171717;
}
.contacts-holder .business-contacts ul li {
  margin: 0;
}
.contacts-holder .business-contacts ul a {
  line-height: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.contacts-holder .business-contacts ul a .text {
  margin-left: 10px;
  display: block;
  font-family: 'Gilroy-Medium';
}
.contacts-holder .contacts-label {
  text-transform: uppercase;
  font-family: 'Gilroy-SemiBold';
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.contacts-holder .just-address {
  margin-top: 20px;
}
.contacts-holder .just-address address {
  margin-top: 0;
}
.contacts-holder address {
  margin-top: 40px;
}
.contacts-holder .default-btn {
  margin-bottom: 10px;
}
.contacts-holder .email-box {
  margin-top: 70px;
}
.contacts-holder .email-box .default-btn {
  width: 100%;
}
.contacts-holder .phones.social-btns .default-btn {
  width: 100%;
}
.contacts-holder .large-phone {
  margin-bottom: 30px;
}
.contacts-holder .large-phone small {
  color: #565656;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
}
.contacts-holder .large-phone a {
  display: block;
  font-size: 32px;
  font-family: 'Gilroy-Medium';
}
.contacts-holder .times {
  margin-bottom: 40px;
}
.contacts-holder .times .time {
  margin-top: 5px;
}
.contacts-holder .times .time .value {
  font-family: 'Gilroy-SemiBold';
}
.contacts-holder .times .time .icon {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contacts-holder .times p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  font-family: 'Gilroy-Medium';
}
.contacts-holder .contacts-rows {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}
.contacts-wrapper {
  position: relative;
  margin-top: 40px;
}
.contacts-wrapper .half-image {
  width: 40%;
  position: absolute;
  height: 100%;
  right: 5%;
  top: 0;
  border-radius: 20px;
}
.intrusive-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 11111;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.intrusive-popup .popup-bottom {
  padding: 30px;
}
.intrusive-popup .popup-bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin: 0 -10px;
  position: relative;
}
.intrusive-popup .popup-bottom ul .icons-holder {
  margin-right: 15px;
}
.intrusive-popup .popup-bottom ul .d-flex {
  border: 1px solid #dddedf;
  border-radius: 12px;
  padding: 20px 15px;
}
.intrusive-popup .popup-bottom ul span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.intrusive-popup .popup-bottom ul p {
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Gilroy-SemiBold';
}
.intrusive-popup .popup-bottom ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px;
}
.intrusive-popup .popup-bottom .label-custom {
  margin-bottom: 10px;
  font-family: 'Gilroy-SemiBold';
}
.intrusive-popup .default-btn {
  width: 100%;
}
.intrusive-popup form {
  padding-right: 30px;
}
.intrusive-popup .caption {
  margin-bottom: 30px;
}
.intrusive-popup .caption span {
  text-transform: uppercase;
  font-family: 'Evolventa-Bold';
}
.intrusive-popup h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
}
.intrusive-popup h2 span {
  font-family: 'Gilroy-Bold';
}
.intrusive-popup.is-opened {
  z-index: 1111111;
  opacity: 1;
  visibility: visible;
}
.intrusive-popup.is-opened .popup-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
}
.intrusive-popup .popup-top {
  position: relative;
  padding: 50px 30px 40px;
}
.intrusive-popup .popup-top .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0px 0px;
}
.intrusive-popup .popup-top-content {
  z-index: 3;
  position: relative;
  width: 50%;
}
.intrusive-popup .remove-intrusive-popup {
  position: absolute;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  top: 25px;
  right: 25px;
  z-index: 3;
  font-size: 36px;
}
.intrusive-popup .popup-wrapper {
  width: 880px;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
  opacity: 0;
  visibility: hidden;
}
.intrusive-popup .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.30000000000000004);
}
@media (max-width: 2099px) {
  .nutritiolog-about .nutritiolog-about-left {
    padding-top: 70px;
    padding-right: 130px;
  }
  .nutritiolog-about .circles span {
    padding: 25px;
  }
  .nutritiolog-about .circles {
    bottom: -54px;
    padding: 25px;
    margin-left: 43px;
    width: 700px;
    height: 700px;
  }
  .formulas-list .formulas-list-item .item-info .info-label span.name {
    font-size: 24px;
    line-height: 40px;
  }
  .formulas-list .formulas-list-item .image-group .image {
    width: 485px;
  }
  .complex-advantages .image-holder .large-image {
    width: 500px;
  }
  .full-percent .full-percent-item .icon-complex {
    font-size: 50px;
    top: 30px;
  }
  .full-percent .full-percent-item {
    padding: 25px 30px 25px;
  }
  .full-percent .full-percent-item .num {
    font-size: 60px;
  }
  .quotes-holder {
    margin-bottom: 80px;
  }
  .default-btn .icon {
    font-size: 30px;
  }
  .contacts-holder .business-contacts ul a .icon {
    font-size: 24px;
  }
  .personal_area-sidebar .personal_area-menu a .icons-holder {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
    width: 65%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-data-list {
    width: 35%;
    padding-right: 10px;
  }
  .personal_area .personal-area-body {
    padding-left: 30px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews {
    padding-right: 25px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .icons-holder {
    right: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box .price-element {
    font-size: 18px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date {
    margin-bottom: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status {
    font-size: 18px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview, .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .img-holder .image {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .auth-modal .password-group .show-password-trigger {
    top: 11px;
  }
  .auth-modal .modal-header .remove-auth-modal {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .auth-modal .password-group .show-password-trigger .icons-eye {
    width: 30px;
    height: 30px;
  }
  nav ul li.sign-trigger-holder .link:before {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .order-success-info {
    margin-top: 45px;
  }
  .order-success-info .success-info-list .item {
    padding: 15px 20px;
  }
  .order-info {
    margin-top: 45px;
  }
  .order-info .cart-list {
    padding: 0 20px 20px;
  }
  .cart-list .cart-item .price-box {
    display: block;
  }
  .cart-list .cart-item .item-info .image {
    width: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
  .default-btn.btn-outline {
    line-height: 50px;
  }
  .blog-preview-item.item-wide .content {
    padding: 25px 15% 25px 40px;
  }
  .blog-preview-item.item-wide .blog-preview-holder {
    padding: 6px;
  }
  .quote-box.blog-quote {
    font-size: 18px;
    line-height: 28px;
  }
  .kidney .doctor-section.section, .stomach .doctor-section.section {
    padding-bottom: 60px;
  }
  .doctor-section .info {
    padding: 9px 20px;
    margin-bottom: 35px;
  }
  .doctor-section .doctor-holder .content-side {
    padding-left: 120px;
  }
  .doctor-section .circles span {
    padding: 25px;
  }
  .doctor-section .circles {
    width: 580px;
    height: 580px;
    bottom: -54px;
    left: 51%;
    padding: 25px;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 500px;
    height: 480px;
  }
  .energy .digestion-cleansing .pain:nth-child(6) {
    right: 0;
    top: 165px;
    width: 475px;
  }
  .energy .digestion-cleansing .pain:nth-child(6) .icons {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
  .energy .digestion-cleansing .pain:nth-child(6):before {
    left: -50px;
    width: 50px;
    top: 69px;
    transform: skew(11deg, 1deg);
  }
  .energy .digestion-cleansing .pain:nth-child(7) .icons {
    width: 109px;
    min-width: 109px;
    height: 109px;
  }
  .energy .digestion-cleansing .pain:nth-child(7) {
    right: 0;
    bottom: 130px;
    width: 470px;
  }
  .energy .digestion-cleansing .pain:nth-child(7):before {
    left: -50px;
    width: 50px;
    top: -5px;
    transform: skew(-45deg, 71deg);
  }
  .energy .digestion-cleansing .pain:nth-child(8) {
    right: 40px;
    bottom: 15px;
  }
  .energy .digestion-cleansing .pain:nth-child(8):before {
    left: -105px;
    width: 105px;
    top: 22px;
    transform: skew(-34deg, 27deg);
  }
  .energy .digestion-cleansing .pain:nth-child(2) {
    left: 0;
    top: 147px;
    width: 446px;
  }
  .energy .digestion-cleansing .pain:nth-child(4):before {
    right: -75px;
    width: 75px;
    top: 18px;
    transform: skew(32deg, -32deg);
  }
  .energy .digestion-cleansing .pain:nth-child(5) .icons {
    width: 125px;
    min-width: 125px;
    height: 125px;
  }
  .energy .digestion-cleansing .pain:nth-child(5) {
    right: 0;
    top: 13px;
    width: 445px;
  }
  .energy .digestion-cleansing .pain:nth-child(5):before {
    left: -165px;
    width: 165px;
    top: 66px;
    transform: skew(-36deg, 6deg);
  }
  .energy .digestion-cleansing .pain:nth-child(3) {
    left: 30px;
    bottom: 185px;
    width: 410px;
  }
  .energy .digestion-cleansing .pain:nth-child(4) {
    left: 60px;
    bottom: 60px;
    width: 395px;
  }
  .energy .digestion-cleansing .pain:nth-child(3):before {
    right: -170px;
    width: 170px;
    top: 65px;
    transform: skew(24deg, -15deg);
  }
  .energy .digestion-cleansing .pain:nth-child(1):before {
    right: -85px;
    width: 85px;
    top: 69px;
    transform: skew(-180deg, 191deg);
  }
  .energy .digestion-cleansing .pain:nth-child(2) .icons {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .energy .digestion-cleansing .pain:nth-child(2):before {
    right: -160px;
    width: 160px;
    top: -5px;
    transform: skew(44deg, -43deg);
  }
  .energy .digestion-cleansing .pain:nth-child(1) .icons {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .heart .digestion-cleansing .pain:nth-child(1):before {
    right: -170px;
    width: 170px;
    top: 180px;
    transform: skew(-227deg, 234deg);
  }
  .heart .digestion-cleansing .pain:nth-child(2):before {
    right: -265px;
    width: 265px;
    top: 106px;
    transform: skew(-20deg, 25deg);
  }
  .heart .digestion-cleansing .pain:nth-child(4):before {
    right: -185px;
    width: 185px;
    top: -20px;
    transform: skew(32deg, -43deg);
  }
  .heart .digestion-cleansing .pain:nth-child(5):before {
    right: -150px;
    width: 150px;
    top: -92px;
    transform: skew(45deg, -63deg);
  }
  .heart .digestion-cleansing .pain:nth-child(6):before {
    left: -155px;
    width: 155px;
    top: 189px;
    transform: skew(44deg, -60deg);
  }
  .heart .digestion-cleansing .pain:nth-child(7):before {
    left: -190px;
    width: 190px;
    top: 120px;
    transform: skew(34deg, -31deg);
  }
  .heart .digestion-cleansing .pain:nth-child(8):before {
    left: -160px;
    width: 160px;
    top: 35px;
    transform: skew(-34deg, 15deg);
  }
  .heart .digestion-cleansing .pain:nth-child(9):before {
    left: -150px;
    width: 150px;
    top: -45px;
    transform: skew(-34deg, 50deg);
  }
  .heart .digestion-cleansing .pain:nth-child(10):before {
    left: -100px;
    width: 100px;
    top: -97px;
    transform: skew(-53deg, 73deg);
  }
  .heart .digestion-cleansing .pain.pain-alt {
    width: 415px;
  }
  .heart .digestion-cleansing .pain {
    width: 380px;
  }
  .heart .digestion-cleansing .female-body {
    height: 700px;
  }
  .heart .digestion-cleansing .female-body img {
    width: 340px;
  }
  .reasons .reason-item.reason-wide .icons-holder {
    margin-right: 20px;
    min-width: 85px;
  }
  .product-label.large-label.label-plants {
    font-size: 32px;
    line-height: 0.8;
  }
  footer .disclaymer p:last-child {
    font-size: 23px;
    margin-top: 6px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1) {
    width: 355px;
    left: 145px;
    top: 30px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1):before {
    right: -70px;
    width: 70px;
    top: 190px;
    transform: skew(-124deg, 77deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(3) {
    width: 380px;
    left: 30px;
    top: 290px;
  }
  .kidney .digestion-cleansing .pain:nth-child(4) {
    width: 367px;
    right: 55px;
    top: 70px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) .icons {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) {
    width: 510px;
    right: 0;
    top: 210px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5):before {
    left: -145px;
    width: 145px;
    top: 135px;
    transform: skew(38deg, -27deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(6) {
    width: 385px;
    right: 50px;
    bottom: 75px;
  }
  .kidney .digestion-cleansing .pain:nth-child(6):before {
    left: -215px;
    width: 215px;
    top: 30px;
    transform: skew(-40deg, 15deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(3):before {
    right: -165px;
    width: 165px;
    top: 75px;
    transform: skew(-27deg, 3deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(2) {
    width: 460px;
    left: 0;
    top: 130px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2) .icons {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2):before {
    top: 172px;
    transform: skew(69deg, 53deg);
  }
  .contacts-wrapper {
    margin-bottom: 80px;
  }
  .stomach .digestion-cleansing .pain:nth-child(12) {
    right: 60px;
    bottom: 105px;
  }
  .stomach .digestion-cleansing .pain:nth-child(12):before {
    left: -230px;
    width: 230px;
    top: -25px;
    transform: skew(-210deg, 206deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(13) {
    right: 84px;
    bottom: 22px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11) {
    right: 25px;
    bottom: 187px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11):before {
    left: -260px;
    width: 260px;
    top: 21px;
    transform: skew(-160deg, 190deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(10):before {
    top: 66px;
    transform: skew(-125deg, 170deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(9):before {
    left: -200px;
    width: 200px;
    top: 106px;
    transform: skew(-131deg, 148deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(10) {
    right: 40px;
    top: 225px;
  }
  .stomach .digestion-cleansing .pain:nth-child(9) {
    top: 144px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8):before {
    left: -170px;
    width: 170px;
    top: 145px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8) {
    right: 95px;
    top: 57px;
  }
  .stomach .digestion-cleansing .pain:nth-child(7) {
    right: 126px;
    top: -30px;
  }
  .stomach .digestion-cleansing .pain:nth-child(7):before {
    left: -145px;
    width: 145px;
    top: 190px;
  }
  .stomach .digestion-cleansing .pain:nth-child(6) {
    left: 100px;
    bottom: 68px;
  }
  .stomach .digestion-cleansing .pain:nth-child(5):before {
    right: -265px;
    width: 265px;
  }
  .stomach .digestion-cleansing .pain:nth-child(4) {
    left: 40px;
    top: 254px;
  }
  .stomach .digestion-cleansing .pain:nth-child(5) {
    left: 60px;
    bottom: 154px;
  }
  .stomach .digestion-cleansing .pain:nth-child(3) {
    left: 70px;
    top: 170px;
  }
  .stomach .digestion-cleansing .pain:nth-child(3):before {
    right: -260px;
    width: 260px;
    top: 87px;
    transform: skew(-36deg, 27deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(2) {
    left: 90px;
    top: 85px;
  }
  .stomach .digestion-cleansing .pain:nth-child(2):before {
    right: -225px;
    width: 225px;
    top: 130px;
    transform: skew(-22deg, 39deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(1) {
    left: 120px;
    top: 0;
  }
  .stomach .digestion-cleansing .pain:nth-child(1):before {
    right: -200px;
    width: 200px;
    top: 177px;
    transform: skew(-30deg, 54deg);
  }
  .stomach .digestion-cleansing .pain .icons {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .stomach .digestion-cleansing .pain {
    width: 305px;
  }
  .stomach.reasons .icons-holder {
    min-width: 65px;
    height: 65px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(5):before {
    left: -200px;
    width: 200px;
    top: 75px;
    transform: skew(-5deg, -4deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(3):before {
    right: -170px;
    width: 170px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(1):before {
    right: -125px;
    width: 125px;
    top: 156px;
    transform: skew(-234deg, 234deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(2):before {
    right: -178px;
    width: 178px;
    top: 86px;
    transform: skew(-9deg, 9deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(4):before {
    left: -145px;
    width: 145px;
    top: 150px;
    transform: skew(50deg, -50deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(6) {
    right: 80px;
    bottom: 20px;
    width: 340px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(5) {
    bottom: 175px;
    width: 390px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(4) {
    top: 98px;
    width: 430px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(3) {
    bottom: 45px;
    width: 365px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(1) {
    top: 70px;
    width: 465px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(2) {
    bottom: 200px;
    width: 400px;
  }
  .pancreas .digestion-cleansing .pain .icons {
    width: 125px;
    min-width: 125px;
    height: 125px;
  }
  .digestion-cleansing .pain .icons img {
    max-height: 100%;
  }
  .about-header h1 {
    font-size: 52px;
  }
  .sertificates .sertificate-item .caption {
    font-size: 12px;
  }
  .sertificates .sertificate-item {
    padding: 20px 25px;
  }
  .sertificates .sertificate-item .icon {
    font-size: 36px;
  }
  .sertificates .sertificate-item .link .link-text {
    margin-right: 10px;
    font-size: 18px;
  }
  .production {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .production-gallery {
    right: -30%;
    top: 90px;
    width: 80%;
  }
  .support-of-nature img {
    max-width: 55%;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 570px;
  }
  .modal.custom-modal.large-modal .modal-body {
    padding: 40px 40px 40px;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image {
    width: 560px;
  }
  .delivery-accordion {
    margin-top: 55px;
  }
  .custom-header .header-content {
    height: 480px;
  }
  footer .copyright-footer {
    padding: 10px 0;
  }
  footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .back-link a .text, .default-link a .text {
    font-size: 18px;
  }
  .blog-preview-item .content {
    padding: 20px 20px 25px;
  }
  .blog-preview-item .time-label .icon {
    font-size: 28px;
  }
  .blog-preview-item .preview-title {
    margin-bottom: 10px;
    min-height: 50px;
  }
  .quote-box.ceo-text {
    margin-bottom: 90px;
  }
  .quote-box.ceo-text .quote-holder {
    padding: 70px 30px;
  }
  .quote-box.about-quote {
    margin-top: 90px;
  }
  .quote-box.about-quote .quote-holder, .quote-box.home-quote .quote-holder {
    padding: 70px 0;
  }
  .insta-widget .insta-counts .value {
    font-size: 20px;
  }
  .insta-widget .insta-avatar-wrapper .nickname {
    font-size: 15px;
  }
  .insta-widget .insta-avatar-wrapper .insta-name {
    font-size: 20px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar img {
    max-width: 65px;
  }
  .swiper-btns {
    margin-top: 30px;
  }
  .reviews.minimal-reviews .review-item .avatar {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
  .reviews.minimal-reviews .review-item .avatar-holder {
    margin-right: 30px;
  }
  .default-btn.light-btn {
    line-height: 40px;
    padding: 0 10px 0 25px;
  }
  .special-gallery .swiper-slide {
    width: 640px;
  }
  .special-gallery .swiper-slide .image {
    height: 540px;
  }
  .quotes li .text {
    margin: 0;
    font-size: 18px;
  }
  .quotes li .icon, .quotes li img {
    font-size: 42px;
  }
  .quotes li img {
    width: 31px;
  }
  .custom-header.home-header .header-content {
    height: 600px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(8) {
    right: 220px;
    bottom: 80px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(8):before {
    top: 8px;
    transform: skew(-201deg, 201deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(7):before {
    top: 63px;
    transform: skew(-165deg, 165deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(6):before {
    left: -215px;
    width: 215px;
    top: 71px;
    transform: skew(-161deg, 161deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(7) {
    bottom: 187px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(6) {
    right: 160px;
    top: 209px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(3):before {
    right: -385px;
    width: 385px;
    top: 34px;
    transform: skew(0deg, 0deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(4):before {
    right: -260px;
    width: 260px;
    top: 15px;
    transform: skew(-8deg, -8deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(5) {
    right: 220px;
    top: 105px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(5):before {
    top: 107px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(2) {
    left: 106px;
    top: 185px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(2):before {
    right: -330px;
    width: 330px;
    top: 81px;
    transform: skew(16deg, 16deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(3) {
    left: 66px;
    bottom: 210px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(1):before {
    top: 100px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(1) {
    left: 170px;
    top: 80px;
  }
  .global-complex .digestion-cleansing .pain {
    width: 195px;
  }
  .global-complex .digestion-cleansing .pain .icons img {
    max-height: 100%;
  }
  .global-complex .digestion-cleansing .pain .icons {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4):before {
    right: -300px;
    width: 300px;
    top: -204px;
    transform: skew(38deg, -62deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(3):before {
    right: -300px;
    width: 300px;
    top: -104px;
    transform: skew(51deg, -51deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(2):before {
    right: -315px;
    width: 315px;
    top: -10px;
    transform: skew(28deg, -30deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(1):before {
    right: -310px;
    width: 310px;
    top: 91px;
    transform: skew(-184deg, 184deg);
  }
  .sedative .digestion-cleansing .pain .icons {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .sedative .digestion-cleansing .pain:nth-child(3) {
    bottom: 285px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4) {
    bottom: 92px;
  }
  .sedative .digestion-cleansing .pain:nth-child(2) {
    top: 200px;
  }
  .sedative .digestion-cleansing .pain:nth-child(1) {
    top: 10px;
  }
  .sedative .digestion-cleansing .pain {
    width: 680px;
  }
  .sedative .digestion-cleansing .female-body img {
    width: 400px;
  }
  .detox .digestion-cleansing .pain:nth-child(8) {
    right: 220px;
    bottom: 80px;
  }
  .detox .digestion-cleansing .pain:nth-child(8):before {
    top: 8px;
    transform: skew(-201deg, 201deg);
  }
  .detox .digestion-cleansing .pain:nth-child(7):before {
    top: 63px;
    transform: skew(-165deg, 165deg);
  }
  .detox .digestion-cleansing .pain:nth-child(6):before {
    left: -215px;
    width: 215px;
    top: 71px;
    transform: skew(-161deg, 161deg);
  }
  .detox .digestion-cleansing .pain:nth-child(7) {
    bottom: 187px;
  }
  .detox .digestion-cleansing .pain:nth-child(6) {
    right: 160px;
    top: 209px;
  }
  .detox .digestion-cleansing .pain:nth-child(3):before {
    right: -385px;
    width: 385px;
    top: 34px;
    transform: skew(0deg, 0deg);
  }
  .detox .digestion-cleansing .pain:nth-child(4):before {
    right: -260px;
    width: 260px;
    top: 15px;
    transform: skew(-8deg, -8deg);
  }
  .detox .digestion-cleansing .pain:nth-child(5) {
    right: 220px;
    top: 105px;
  }
  .detox .digestion-cleansing .pain:nth-child(5):before {
    top: 107px;
  }
  .detox .digestion-cleansing .pain:nth-child(2) {
    left: 106px;
    top: 185px;
  }
  .detox .digestion-cleansing .pain:nth-child(2):before {
    right: -330px;
    width: 330px;
    top: 81px;
    transform: skew(16deg, 16deg);
  }
  .detox .digestion-cleansing .pain:nth-child(3) {
    left: 66px;
    bottom: 210px;
  }
  .detox .digestion-cleansing .pain:nth-child(1):before {
    top: 100px;
  }
  .detox .digestion-cleansing .pain:nth-child(1) {
    left: 170px;
    top: 80px;
  }
  .detox .digestion-cleansing .pain {
    width: 195px;
  }
  .detox .digestion-cleansing .pain .icons img {
    max-height: 100%;
  }
  .half-section.alt-half .content {
    padding: 80px 80px 80px 0;
  }
  .detox .digestion-cleansing .pain .icons {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .vascular .digestion-cleansing .pain:nth-child(5) {
    right: 23px;
    bottom: 139px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3):before {
    right: -174px;
    width: 174px;
    top: 89px;
    transform: skew(-27deg, 25deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(4) {
    right: 0;
    top: 209px;
  }
  .vascular .digestion-cleansing .pain:nth-child(4):before {
    top: -43px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1) {
    left: 105px;
    top: 140px;
  }
  .vascular .digestion-cleansing .pain:nth-child(2) {
    left: 13px;
    top: 265px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3) {
    left: 49px;
    bottom: 85px;
  }
  .vascular .digestion-cleansing .pain.pain-alt {
    width: 390px;
  }
  .vascular .digestion-cleansing .pain .icons {
    width: 85px;
    min-width: 85px;
    height: 85px;
  }
  .vascular .digestion-cleansing .pain {
    width: 315px;
  }
  .reasons .reason-item.reason-last-item .icon {
    font-size: 30px;
    left: 20px;
    top: 20px;
  }
  .vascular.reasons .subtitle {
    max-width: 910px;
  }
  .reasons .subtitle {
    margin: 0 auto 35px;
  }
  .link-more a:after {
    font-size: 30px;
  }
  .link-more .text {
    font-size: 18px;
  }
  .liver .digestion-cleansing .pain:nth-child(3):before {
    top: -1px;
  }
  .liver .digestion-cleansing .pain:nth-child(5) {
    right: 30px;
    top: 235px;
  }
  .liver .digestion-cleansing .pain:nth-child(6) {
    right: 55px;
    bottom: 98px;
  }
  .liver .digestion-cleansing .pain:nth-child(6):before {
    top: -31px;
  }
  .liver .digestion-cleansing .pain:nth-child(4) {
    right: 50px;
    top: 95px;
  }
  .liver .digestion-cleansing .pain:nth-child(3) {
    left: 55px;
    bottom: 145px;
  }
  .liver .digestion-cleansing .pain:nth-child(1) {
    left: 105px;
    top: 63px;
  }
  .liver .digestion-cleansing .pain:nth-child(2) {
    left: 30px;
    top: 190px;
  }
  .liver .digestion-cleansing .pain.pain-alt {
    width: 355px;
  }
  .liver .digestion-cleansing .pain .icons {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .liver .digestion-cleansing .pain {
    width: 310px;
  }
  .digestion-cleansing .female-body {
    height: 565px;
  }
  .digestion-cleansing .female-body img {
    width: 270px;
  }
  footer.product-footer {
    margin-bottom: 81px;
  }
  footer .copyright-footer .bottom-links a {
    font-size: 20px;
    line-height: 25px;
  }
  footer .logo-holder img {
    width: 300px;
  }
  footer .footer-bottom .menus a {
    font-size: 20px;
    line-height: 38px;
  }
  footer .socials {
    padding-bottom: 10px;
  }
  footer .socials a {
    font-size: 26px;
    line-height: 1;
  }
  footer .subscribe .subscribe-form .form-control.custom-input {
    height: 72px;
    line-height: 66px;
  }
  .h2.smallest, h2.smallest {
    line-height: 40px;
    font-size: 33px;
    margin-bottom: 15px;
  }
  .accordion .btn-link .num {
    font-size: 30px;
    margin-right: 15px;
    top: 4px;
  }
  .accordion .btn-link {
    font-size: 20px;
    line-height: 28px;
    padding: 25px 25px 30px;
  }
  .accordion .btn-link .icons:after {
    border-radius: 11px;
  }
  .accordion .btn-link .icons:before {
    font-size: 30px;
  }
  .accordion .btn-link .icons {
    right: 25px;
    border-radius: 11px;
    width: 46px;
    height: 46px;
  }
  .product-videos .subtitle span {
    font-size: 20px;
    line-height: 32px;
    padding: 0 20px;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(4) {
    right: 7.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p {
    font-size: 14px;
    line-height: 20px;
  }
  .cryox-tech .accent-box {
    padding-top: 15px;
    padding-bottom: 15px;
    font-style: normal;
  }
  .accent-box {
    padding: 15px 30px;
  }
  .h4, h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .half-section .content {
    padding: 80px 0 80px 70px;
  }
  .half-section h2 {
    margin-bottom: 20px;
  }
  .reasons {
    padding-top: 80px;
  }
  .digestion-cleansing h2 {
    margin-bottom: 20px;
  }
  .product-videos {
    padding-bottom: 80px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-support-info .holder .item .image img {
    height: 48px;
  }
  .product-support-info .holder:after, .product-support-info .holder:before {
    height: 71px;
    top: 20px;
  }
  .product-support-info .holder {
    height: 110px;
  }
  nav ul li {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  nav a {
    display: block;
  }
  .product-header .options {
    margin-top: 35px;
  }
  .additional-group .gift-icon img {
    width: 32px;
  }
  .swiper-button-next:before, .swiper-button-prev:before {
    font-size: 30px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 11px;
  }
  .product-slider .image {
    height: 595px;
  }
  .product-slider {
    width: 670px;
    top: 0;
  }
  .product-header .product-header-holder .product-header-imgs .single-image {
    width: 670px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 595px;
  }
  .product-slider .image {
    height: 640px;
  }
  .product-header .quick-info .left-content .image {
    margin-right: 10px;
  }
  .product-header .quick-info .left-content .label span {
    font-size: 11px;
    line-height: 17px;
  }
  .product-header .quick-info .left-content p {
    font-size: 17px;
    line-height: 22px;
  }
  .nt-spinner {
    position: relative;
    height: 54px;
    width: 140px;
  }
  .product-header .options .nt-spinner {
    margin-right: 30px;
  }
  .product-header {
    padding-bottom: 70px;
    padding-top: 15px;
  }
  .volume-group .volume-radio label {
    padding: 0 30px 0 3px;
    height: 58px;
    font-size: 14px;
  }
  .volume-group .volume-radio label .image {
    width: 49px;
    height: 49px;
    min-width: 49px;
  }
  .volume-group {
    margin-top: 25px;
  }
  .additional-group .additional-checkbox label {
    padding: 0 30px 0 3px;
    height: 58px;
    font-size: 14px;
  }
  .additional-group .additional-checkbox label .image {
    width: 49px;
    height: 49px;
    min-width: 49px;
  }
  .additional-group {
    margin-top: 25px;
  }
  .product-header .quick-info {
    padding: 10px 20px;
  }
  .breadcrumb-holder {
    margin-bottom: 10px;
  }
  .product-header .price-element.price-old {
    font-size: 16px;
    line-height: 20px;
  }
  .product-header .price-element {
    font-size: 36px;
    line-height: 1;
  }
  .breadcrumb {
    margin-top: 10px;
    padding: 10px 0 0;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .product-header .product-header-holder .product-header-info h1 {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .h3, h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .h2, h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 35px;
  }
  .fixed-quick-panel .item-info .image {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .custom-tabs .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 32px;
  }
  .catalog-item .item-holder {
    padding: 20px;
  }
  .catalog-item.minimal-catalog-item .product-desc {
    font-size: 14px;
  }
  .catalog-item.minimal-catalog-item .product-desc:after {
    margin: 12px auto 0;
  }
  .price-element {
    font-size: 28px;
  }
  .default-btn {
    font-size: 17px;
    padding: 0 35px;
    line-height: 54px;
  }
  .catalog-item .image {
    height: 280px;
    margin: 0 auto 15px;
  }
  .reasons .icons-holder img {
    height: 45px;
  }
  .reasons .subtitle p {
    margin: 0;
    font-size: 21px;
    line-height: 32px;
  }
  .reasons .icons-holder {
    width: 85px;
    height: 85px;
  }
  .reasons .reason-item {
    padding: 20px 15px 20px 20px;
    margin-bottom: 30px;
  }
  body, p {
    font-size: 15px;
    line-height: 23px;
  }
  main {
    margin: auto;
    padding-top: 160px;
    position: relative;
  }
  header.sticked {
    top: 55px;
  }
  header {
    top: 115px;
  }
  header ul li {
    margin-right: 45px;
    margin-left: 45px;
    margin-bottom: 0;
  }
  nav .logo img {
    height: 32px;
  }
  header ul li a {
    font-size: 17px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    position: relative;
  }
  #quick_card_trigger a .notification {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 14px;
  }
  .icon {
    font-size: 30px;
  }
  #quick_card_trigger a {
    width: 30px;
    height: 30px;
  }
  nav {
    top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .free-stroke {
    line-height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .nutritiolog-about .nutritiolog-about-right .image {
    width: 430px;
    height: 645px;
  }
  .nutritiolog-about h2 {
    margin-bottom: 0;
  }
  .nutritiolog-about .nutritiolog-about-left {
    padding-top: 70px;
    padding-right: 60px;
  }
  .nutritiolog-about {
    padding-bottom: 110px;
  }
  .nutritiolog-about .nutritiolog-about-left .caption {
    margin-bottom: 30px;
  }
  .nutritiolog-about .circles {
    width: 486px;
    height: 486px;
    margin-left: -25px;
    bottom: -42px;
  }
  .nutritiolog-about .nutritiolog-about-left .quote {
    font-size: 14px;
    line-height: 23px;
  }
  .nutritiolog-about .nutritiolog-about-left .caption span {
    line-height: 25px;
  }
  .nutritiolog-about .nutritiolog-about-left .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .infographic {
    padding-bottom: 70px;
  }
  .complex-advantages .complex-advantage-content {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .complex-advantages .advantage-items {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  .complex-advantages .note {
    margin-top: 10px;
    font-size: 13px;
  }
  .complex-advantages .advantage-items .item {
    height: 60px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
  }
  .overlay-menu .menu-side .back_sub_trigger {
    position: absolute;
    left: 22px;
    top: 17px;
  }
  .overlay-menu .menu-side .menu-top-panel {
    padding: 25px 35px;
  }
  .overlay-menu .menu-side .content .list a {
    line-height: 40px;
    font-size: 20px;
  }
  .overlay-menu .category-menu-trigger .icon {
    right: 22px;
  }
  .overlay-menu .menu-side .content {
    padding: 100px 35px;
  }
  .personal_area .personal-settings .form-group.auth-item .value {
    font-size: 18px;
  }
  .personal_area .auth-setting-title h3 {
    font-size: 16px;
  }
  .personal_area .title-heading {
    margin-top: 60px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .button-holder {
    width: 100%;
    padding-left: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .lines {
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .order-success-list .cart-list .cart-item {
    padding: 10px 30px 10px 15px;
  }
  .order-success-list .cart-list .cart-item .item-info .image {
    width: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
  .post-area .link-panel li {
    margin-bottom: 13px;
  }
  .post-area .expert-panel .expert-content .expert-label span {
    line-height: 18px;
  }
  .post-sidebar .note-preview a .text {
    font-size: 20px;
  }
  .post-sidebar .sidebar-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .post-sidebar .sidebar-list li {
    margin-top: 10px;
  }
  .post-sidebar .sidebar-list a .image {
    display: block;
    width: 95px;
    min-width: 95px;
    height: 60px;
    margin-right: 15px;
  }
  .post-sidebar .note-preview a .image {
    height: 130px;
    margin-bottom: 10px;
  }
  .blog-preview-item .preview-title {
    min-height: 45px;
  }
  .custom-header.blog-header .caption {
    font-size: 24px;
    line-height: 36px;
  }
  .review-section {
    margin-bottom: 30px;
  }
  .kidney .doctor-section.section, .stomach .doctor-section.section {
    padding-bottom: 30px;
  }
  .doctor-section.section {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .doctor-section .doctor-holder .content-side {
    padding-left: 85px;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 460px;
    height: 445px;
    background-size: 89%;
  }
  .doctor-section .circles {
    width: 525px;
    height: 525px;
    bottom: -32px;
    left: 49.5%;
    padding: 25px;
  }
  .doctor-section .subtitle {
    font-size: 20px;
  }
  .energy .digestion-cleansing .pain:nth-child(3) {
    left: 30px;
    bottom: 195px;
    width: 410px;
  }
  .energy .digestion-cleansing .pain:nth-child(3):before {
    right: -145px;
    width: 145px;
    top: 65px;
    transform: skew(24deg, -15deg);
  }
  .energy .digestion-cleansing .pain:nth-child(4) {
    left: 50px;
    bottom: 60px;
    width: 370px;
  }
  .energy .digestion-cleansing .pain:nth-child(5) {
    right: 0;
    top: 13px;
    width: 415px;
  }
  .energy .digestion-cleansing .pain:nth-child(6) {
    right: 0;
    top: 165px;
    width: 440px;
  }
  .energy .digestion-cleansing .pain:nth-child(7) {
    right: 0;
    bottom: 130px;
    width: 445px;
  }
  .energy .digestion-cleansing .pain.pain-alt {
    width: 430px;
  }
  .energy .digestion-cleansing .pain:nth-child(1) .icons {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .energy .digestion-cleansing .pain:nth-child(1) {
    width: 475px;
    left: 0;
    top: 0;
  }
  .energy .digestion-cleansing .pain:nth-child(2) {
    left: 0;
    top: 130px;
    width: 430px;
  }
  .energy .digestion-cleansing .pain:nth-child(2):before {
    right: -140px;
    width: 140px;
    top: 5px;
    transform: skew(44deg, -43deg);
  }
  .heart .digestion-cleansing .pain:nth-child(1):before {
    right: -140px;
    width: 140px;
    top: 175px;
    transform: skew(-227deg, 240deg);
  }
  .heart .digestion-cleansing .pain:nth-child(2):before {
    right: -220px;
    width: 220px;
    top: 105px;
    transform: skew(-20deg, 31deg);
  }
  .heart .digestion-cleansing .pain:nth-child(3):before {
    right: -190px;
    width: 190px;
    top: 40px;
    transform: skew(24deg, -5deg);
  }
  .heart .digestion-cleansing .pain:nth-child(4):before {
    right: -140px;
    width: 140px;
    top: -20px;
    transform: skew(32deg, -43deg);
  }
  .heart .digestion-cleansing .pain:nth-child(5):before {
    right: -120px;
    width: 120px;
    top: -92px;
    transform: skew(45deg, -67deg);
  }
  .heart .digestion-cleansing .pain:nth-child(6):before {
    left: -110px;
    width: 110px;
    top: 189px;
    transform: skew(44deg, -65deg);
  }
  .heart .digestion-cleansing .pain:nth-child(7):before {
    left: -155px;
    width: 155px;
    top: 120px;
    transform: skew(34deg, -31deg);
  }
  .heart .digestion-cleansing .pain:nth-child(8):before {
    left: -140px;
    width: 140px;
    top: 35px;
    transform: skew(-34deg, 22deg);
  }
  .heart .digestion-cleansing .pain:nth-child(9):before {
    left: -100px;
    width: 100px;
    top: -45px;
    transform: skew(-34deg, 60deg);
  }
  .heart .digestion-cleansing .pain:nth-child(10):before {
    left: -50px;
    width: 50px;
    top: -95px;
    transform: skew(-53deg, 80deg);
  }
  .reasons .reason-item.reason-wide .icons-holder {
    min-width: 80px;
  }
  footer .disclaymer {
    width: fit-content;
  }
  .default-wrapper.page-not-found {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5):before {
    left: -110px;
    width: 110px;
  }
  .kidney .digestion-cleansing .pain:nth-child(6) {
    right: 30px;
  }
  .kidney .digestion-cleansing .pain:nth-child(4) {
    right: 39px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2):before {
    top: 158px;
    transform: skew(66deg, 63deg);
    right: -90px;
    width: 90px;
  }
  .kidney .digestion-cleansing .pain:nth-child(3):before {
    right: -135px;
    width: 135px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1) {
    left: 120px;
  }
  .contacts-wrapper .half-image {
    right: 4%;
  }
  .contacts-holder .times {
    margin-bottom: 25px;
  }
  .contacts-holder .large-phone a {
    font-size: 28px;
  }
  .default-btn.btn-white-outline {
    line-height: 40px;
    padding: 0 20px 0 20px;
    font-size: 16px;
  }
  .default-btn.btn-gray {
    padding: 0 20px 0 20px;
    line-height: 42px;
    font-size: 16px;
  }
  .contacts-holder .contacts-rows {
    grid-template-columns: 1fr 1fr;
  }
  .stomach .digestion-cleansing .pain {
    width: 266px;
  }
  .stomach.reasons .icons-holder {
    min-width: 60px;
    height: 60px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(3):before {
    right: -145px;
    width: 145px;
    top: 6px;
    transform: skew(36deg, -44deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(2):before {
    right: -160px;
    width: 160px;
    top: 86px;
    transform: skew(-9deg, 9deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(1):before {
    right: -105px;
    width: 105px;
    top: 156px;
    transform: skew(-234deg, 239deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(4):before {
    left: -100px;
    width: 100px;
    top: 150px;
    transform: skew(38deg, -60deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(6):before {
    left: -155px;
    width: 155px;
    top: -8px;
    transform: skew(-38deg, 46deg);
  }
  .default-btn .btn-text {
    margin-right: 10px;
    top: 1px;
  }
  .default-btn .icon {
    font-size: 28px;
  }
  .sorting-checkbox label {
    padding: 0 18px;
    line-height: 33px;
  }
  .custom-header .header-content {
    height: 450px;
  }
  .custom-header.delivery-header {
    background-size: contain;
  }
  .delivery-accordion {
    margin-top: 70px;
  }
  header {
    top: 103px;
  }
  header.sticked {
    top: 53px;
  }
  .reasons {
    padding-top: 80px;
  }
  .default-wrapper {
    padding-bottom: 80px;
  }
  .modal.custom-modal .close {
    right: 20px;
    top: 20px;
  }
  .liver .digestion-cleansing .pain:nth-child(3) {
    left: 20px;
  }
  .liver .digestion-cleansing .pain:nth-child(1) {
    left: 60px;
  }
  .liver .digestion-cleansing .pain:nth-child(2) {
    left: 0;
  }
  .liver .digestion-cleansing .pain {
    width: 310px;
  }
  .liver .digestion-cleansing .pain.pain-alt {
    width: 320px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(8) {
    right: 145px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(7) {
    right: 55px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(6) {
    right: 95px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(5) {
    right: 155px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(4) {
    left: 45px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(3) {
    left: 0;
  }
  .global-complex .digestion-cleansing .pain:nth-child(2) {
    left: 55px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(1) {
    left: 120px;
  }
  .global-complex .digestion-cleansing .pain {
    width: 225px;
  }
  .detox .digestion-cleansing .pain:nth-child(8) {
    right: 145px;
  }
  .detox .digestion-cleansing .pain:nth-child(7) {
    right: 55px;
  }
  .detox .digestion-cleansing .pain:nth-child(6) {
    right: 95px;
  }
  .detox .digestion-cleansing .pain:nth-child(5) {
    right: 155px;
  }
  .detox .digestion-cleansing .pain:nth-child(4) {
    left: 45px;
  }
  .detox .digestion-cleansing .pain:nth-child(3) {
    left: 0;
  }
  .detox .digestion-cleansing .pain:nth-child(2) {
    left: 55px;
  }
  .detox .digestion-cleansing .pain:nth-child(1) {
    left: 120px;
  }
  .detox .digestion-cleansing .pain {
    width: 225px;
  }
  .half-section.alt-half .content {
    padding: 80px 60px 80px 0;
  }
  .accent-box {
    padding: 15px 25px;
  }
  .cryox-tech .accent-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .vascular .digestion-cleansing .pain:nth-child(2):before {
    right: -240px;
    width: 240px;
    top: 3px;
    transform: skew(33deg, -16deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(3):before {
    right: -160px;
    width: 160px;
    top: 102px;
    transform: skew(-56deg, 28deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(4):before {
    left: -190px;
    width: 190px;
    top: -33px;
    transform: skew(-56deg, 48deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(5):before {
    left: -80px;
    width: 80px;
    top: 39px;
    transform: skew(-45deg, 37deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(2) {
    left: 13px;
    top: 255px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1):before {
    right: -160px;
    width: 160px;
    top: 22px;
    transform: skew(-150deg, 172deg);
  }
  .vascular .digestion-cleansing .pain.pain-alt {
    width: 370px;
    padding-left: 20px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1) {
    left: 80px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3) {
    bottom: 95px;
  }
  .link-more .text {
    font-size: 18px;
  }
  .accordion .btn-link .icons {
    right: 25px;
  }
  .accordion .btn-link .num {
    font-size: 26px;
    margin-right: 15px;
  }
  .accordion .btn-link {
    font-size: 20px;
    line-height: 35px;
    padding: 25px 25px 30px;
  }
  .product-videos .subtitle span {
    font-size: 20px;
    line-height: 32px;
  }
  .h4, h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4):before {
    right: -275px;
    width: 275px;
    top: -206px;
    transform: skew(-130deg, 115deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(3):before {
    right: -275px;
    width: 275px;
    top: -103px;
    transform: skew(54deg, -54deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(3) {
    bottom: 260px;
  }
  .sedative .digestion-cleansing .pain:nth-child(2):before {
    right: -285px;
    width: 285px;
    transform: skew(34deg, -34deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(1):before {
    right: -290px;
    width: 290px;
  }
  .sedative .digestion-cleansing .pain br {
    display: none;
  }
  .sedative .digestion-cleansing .pain {
    width: 645px;
  }
  .reasons .icons-holder {
    width: 80px;
    height: 80px;
  }
  .reasons .icons-holder img {
    height: 46px;
  }
  .reasons .reason-item {
    padding: 15px 15px 15px 20px;
  }
  .reasons .subtitle p {
    font-size: 20px;
    line-height: 32px;
  }
  .product-support-info .holder:after {
    left: 68.666666%;
  }
  .product-support-info .holder:before {
    left: 31.333333%;
  }
  .product-support-info .holder .item .image img {
    height: 42px;
  }
  .product-support-info .holder .item .image {
    margin-right: 15px;
  }
  .product-support-info .holder {
    padding: 0 50px 0 30px;
  }
  .product-header {
    padding-bottom: 80px;
    padding-top: 10px;
  }
  .product-header .options {
    margin-top: 35px;
  }
  .volume-group {
    margin-top: 30px;
  }
  .additional-group {
    margin-top: 30px;
  }
  .product-header .price-element {
    font-size: 36px;
  }
  .product-header .quick-info {
    padding: 15px 20px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image, .product-slider .image {
    height: 480px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image, .product-slider {
    width: 510px;
    top: 0px;
  }
  .custom-tabs .nav-tabs .nav-link {
    font-size: 15px;
    line-height: 35px;
  }
  .frame-modal-wrapper .frame-modal-bottom .button-holder {
    padding: 25px 30px 30px;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-body {
    padding-top: 95px;
  }
  .frame-modal-wrapper .close-cart {
    left: 20px;
    top: 22px;
  }
  .frame-modal-wrapper .frame-modal-header {
    padding: 24px 15px 10px;
    height: 80px;
  }
  .overlay-menu .menu-list {
    padding-left: 35px;
    padding-bottom: 165px;
    padding-top: 100px;
  }
  .overlay-menu .menu-bottom .phone {
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .overlay-menu .menu-bottom .small-text {
    font-size: 12px;
    line-height: 16px;
  }
  .overlay-menu .menu-bottom {
    padding: 20px 35px;
  }
  .overlay-menu .close-menu-btn {
    right: 20px;
    top: 19px;
  }
  .overlay-menu .overlay-top {
    padding: 25px 35px;
  }
  .overlay-menu .menu-list li a {
    line-height: 40px;
    font-size: 20px;
  }
  .blog-preview-item .time-label .icon {
    font-size: 24px;
  }
  footer .subscribe .text {
    width: 56%;
  }
  footer .subscribe .subscribe-form {
    padding-left: 55px;
    width: 44%;
  }
  footer .copyright-footer .bottom-links a {
    font-size: 20px;
  }
  footer .footer-bottom .menus a {
    font-size: 20px;
    line-height: 36px;
  }
  footer .socials {
    padding-bottom: 15px;
  }
  footer .socials a {
    font-size: 26px;
    margin-right: 85px;
  }
  .back-link a .text, .default-link a .text {
    font-size: 18px;
  }
  .blog-preview-item .image {
    height: 230px;
  }
  .quote-box.about-quote .quote-holder, .quote-box.home-quote .quote-holder {
    padding: 60px 0;
  }
  .quote-box.ceo-text {
    margin-bottom: 80px;
  }
  .quote-box.ceo-text .quote-holder {
    padding: 60px 30px;
  }
  .quote-box.about-quote {
    margin-top: 80px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .insta-widget .insta-avatar-wrapper .nickname {
    font-size: 16px;
  }
  .sorting-panel {
    margin-bottom: 40px;
    width: 75%;
  }
  .insta-widget .insta-avatar-wrapper .insta-name {
    font-size: 20px;
  }
  .half-section.about-preview p {
    width: 90%;
  }
  .quotes li .text {
    font-size: 18px;
  }
  ul li {
    line-height: 16px;
  }
  .blog-preview-item .content {
    padding: 20px 20px 25px;
  }
  .blog-preview-item .preview-title {
    min-height: 64px;
  }
  .default-btn {
    padding: 0px 40px;
  }
  .insta-widget .insta-info {
    width: 75%;
  }
  .reviews.minimal-reviews .review-item .review-content .name {
    margin-bottom: 10px;
  }
  main {
    padding-top: 146px;
  }
  nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h2, h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .h2.smallest, h2.smallest {
    line-height: 40px;
    font-size: 33px;
  }
  h1 {
    font-size: 50px;
    line-height: 52px;
  }
  .half-section .content {
    padding: 80px 0 80px 60px;
  }
  .catalog-item .item-holder {
    padding: 15px 20px 20px;
  }
  .catalog-item .image {
    height: 260px;
  }
  .default-btn.btn-small {
    font-size: 16px;
    line-height: 46px;
  }
  .default-btn.btn-small .btn-text {
    margin-right: 5px;
  }
  .catalog-item.minimal-catalog-item .default-btn {
    font-size: 16px;
    line-height: 46px;
  }
  .half-about-info.info-alt .image img {
    max-width: 120%;
  }
  .half-about-info .image img {
    max-width: 75%;
  }
  .half-about-info {
    margin-top: -55px;
  }
  .support-of-nature {
    margin-top: 80px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .about-info {
    margin-top: -80px;
  }
}
@media (max-width: 1399px) {
  .frame-modal-wrapper.quick-cart .frame-modal-list {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .quotes-holder {
    margin-bottom: 70px;
  }
  .nutritiolog-about .nutritiolog-about-left {
    padding-top: 50px;
    padding-right: 0;
  }
  .nutritiolog-about .nutritiolog-about-left .quote img {
    position: absolute;
    right: 30px;
    bottom: -15px;
    width: 40px;
  }
  .nutritiolog-about .nutritiolog-about-left .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .nutritiolog-about .nutritiolog-about-left .caption span {
    line-height: 24px;
  }
  .nutritiolog-about .nutritiolog-about-right .image {
    width: 365px;
    height: 560px;
  }
  .nutritiolog-aboutul.custom-list li {
    margin-bottom: 4px;
  }
  .nutritiolog-about .circles {
    width: 430px;
    height: 430px;
    padding: 15px;
    bottom: -16px;
    margin-left: -17px;
  }
  .nutritiolog-about .circles span {
    padding: 15px;
  }
  .nutritiolog-about .nutritiolog-about-left .quote {
    padding: 15px 55px 15px 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
  }
  .infographic .infographic-item .image {
    padding-right: 40px;
    height: 190px;
    margin-bottom: 20px;
  }
  .infographic .infographic-item img {
    max-width: 100%;
    max-height: 195px;
  }
  .formulas-list .formulas-list-item .item-info .info-label span.name {
    font-size: 20px;
    line-height: 35px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .formulas-list .formulas-list-item .image-group .image {
    width: 350px;
    top: 15px;
  }
  .formulas-list .formulas-list-item {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph .icons-holder {
    margin-right: 5px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph p {
    font-style: italic;
    margin: 0;
  }
  .formulas-list .formulas-list-item .item-info {
    padding-left: 30px;
    padding-top: 20px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph .icon-complex {
    font-size: 45px;
  }
  .full-percent .full-percent-item p {
    height: 150px;
  }
  .full-percent .full-percent-item p br {
    display: none;
  }
  .full-percent .full-percent-item .num {
    font-size: 50px;
  }
  .full-percent .full-percent-item {
    padding: 20px 15px 15px;
  }
  .full-percent .full-percent-item .icon-complex {
    font-size: 45px;
    top: 20px;
    right: 15px;
  }
  .complex-advantages .image-holder .large-image {
    width: 400px;
    left: -60px;
  }
  .complex-advantages .advantage-items .item {
    margin-right: 10px;
    padding: 0px 20px 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .overlay-menu .menu-side .content .list a {
    line-height: 32px;
    font-size: 18px;
  }
  .intrusive-popup {
    display: none;
  }
  .contacts-holder .business-contacts ul a {
    font-size: 16px;
  }
  .personal_area .button-holder {
    margin-top: 30px;
  }
  .personal_area .personal-settings .auth-setting-holder {
    margin-top: 15px;
  }
  .personal_area .personal-settings .form-group.auth-item {
    width: 100%;
  }
  .personal_area .personal-settings .auth-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .price-element {
    font-size: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-bottom .lines {
    margin-bottom: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box .item .item-name {
    line-height: 1;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .option-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddedf;
    width: 100%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name {
    width: 100%;
    padding-right: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .text {
    font-size: 16px;
    line-height: 24px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
    width: 57%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-data-list {
    width: 43%;
  }
  .personal_area-sidebar .logout {
    padding-left: 45px;
  }
  .personal_area-sidebar .logged-in {
    padding-top: 20px;
  }
  .personal_area .title-heading {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date {
    font-size: 12px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status {
    font-size: 16px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status {
    padding-left: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top {
    padding: 10px 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-top {
    font-size: 12px;
    padding: 0 0 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
  }
  .personal_area .personal-area-body {
    width: 65%;
    padding-left: 15px;
  }
  .personal_area-sidebar {
    width: 35%;
    padding-right: 15px;
  }
  .personal_area-sidebar .personal_area-menu a {
    line-height: 42px;
  }
  .personal_area-sidebar .personal_area-menu a .icons-holder {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .auth-modal .auth-modal-wrapper .button-holder a {
    font-size: 18px;
  }
  .auth-modal .forgot-password {
    font-size: 18px;
  }
  .auth-modal .forgot {
    padding: 10px 20px 0;
  }
  .icons {
    width: 30px;
    height: 30px;
  }
  .auth-modal .modal-header .remove-auth-modal {
    font-size: 24px;
  }
  .auth-modal .auth-bottom a {
    font-size: 16px;
  }
  .auth-modal .auth-bottom {
    padding: 15px 20px;
  }
  .auth-modal .soc-auth {
    padding: 15px 20px;
  }
  .auth-modal .soc-auth .soc-auth-btns .btn-icon {
    margin-left: 15px;
  }
  .auth-modal .modal-wrapper {
    width: 500px;
  }
  .auth-modal .password-group .show-password-trigger .icons-eye {
    width: 24px;
    height: 24px;
  }
  .auth-modal .password-group {
    padding-right: 40px;
  }
  .auth-modal .auth-modal-wrapper .form-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .auth-modal .auth-modal-wrapper .button-holder {
    padding: 0 20px;
    text-align: center;
  }
  .auth-modal .modal-header {
    padding: 55px 20px 20px;
  }
  .auth-modal .modal-header h3 {
    font-size: 24px;
  }
  nav.sign_in ul li.sign-trigger-holder .text-holder {
    width: 100px;
  }
  nav ul li.sign-trigger-holder .text {
    margin-right: 10px;
  }
  nav.sign_in ul li.sign-trigger-holder .text {
    font-size: 12px;
  }
  nav ul li.sign-trigger-holder .link:before {
    width: 36px;
    height: 36px;
  }
  .about-header .image img {
    top: 30px;
  }
  .order-success-info .total {
    padding: 20px;
  }
  .order-success-info .total-price {
    padding: 0 20px;
  }
  .order-success-buttons .default-btn.btn-outline {
    margin-top: 15px;
  }
  .order-success-buttons .default-btn {
    margin: auto;
    width: 300px;
  }
  .order-success-buttons {
    text-align: center;
    margin-top: 35px;
    display: block;
  }
  .order-success-list .cart-list .cart-item {
    padding: 10px 15px;
  }
  .order-success-list .cart-list .cart-item .item-info {
    width: 100%;
  }
  .order-success-list .cart-list .cart-item .option-box {
    border-top: 1px solid #dddedf;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .order-success-list .cart-list .cart-item .item-holder {
    display: block;
  }
  .order-success-info, .order-info {
    top: 115px;
  }
  .option-group .option-item .option-item-body {
    padding: 0 15px;
    border-radius: 6px;
  }
  .option-group .option-item .icons-holder img {
    width: 22px;
    max-width: 100%;
  }
  .option-group .option-item img {
    max-width: 90%;
  }
  .form-inline .form-group {
    width: 100%;
  }
  .post-area .text-with-border {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .share-panel {
    padding-bottom: 10px;
  }
  .post-area h2, .post-area h3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .post-area {
    padding-right: 30px;
  }
  .post-sidebar .sidebar-holder {
    padding: 25px 15px;
  }
  .blog-preview-item.item-alt .content {
    padding-right: 15%;
  }
  .quote-box.blog-quote .quote-holder {
    padding: 35px 15px;
  }
  .review-section .carousel-cell .review-item .review-top .avatar {
    width: 55px;
    min-width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .review-section .carousel-cell .review-item {
    padding: 20px 15px 35px;
  }
  .kidney .doctor-section.section, .stomach .doctor-section.section {
    padding-bottom: 0;
  }
  .doctor-section.section {
    padding-top: 15px;
    padding-bottom: 70px;
  }
  .doctor-section .doctor-holder .image-side {
    margin-top: 50px;
  }
  .doctor-section .subtitle {
    font-size: 16px;
  }
  .doctor-section .circles {
    width: 470px;
    height: 470px;
    bottom: -49px;
    left: 52.5%;
    padding: 25px;
  }
  .doctor-section .info {
    padding: 7px 15px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 410px;
    height: 365px;
  }
  .energy .digestion-cleansing .pain:nth-child(7):before {
    left: auto;
    width: 300px;
    top: -110px;
    transform: skew(45deg, -40deg);
    right: -300px;
  }
  .energy .digestion-cleansing .pain:nth-child(8):before {
    left: auto;
    width: 225px;
    top: -14px;
    transform: skew(34deg, -25deg);
    right: -225px;
  }
  .energy .digestion-cleansing .pain:nth-child(7) {
    bottom: 103px;
  }
  .energy .digestion-cleansing .pain:nth-child(6):before {
    left: auto;
    width: 310px;
    top: -50px;
    transform: skew(11deg, -34deg);
    right: -310px;
  }
  .energy .digestion-cleansing .pain:nth-child(5):before {
    left: auto;
    width: 240px;
    top: -120px;
    transform: skew(36deg, -52deg);
    right: -240px;
  }
  .energy .digestion-cleansing .pain:nth-child(6) {
    top: 450px;
  }
  .energy .digestion-cleansing .pain:nth-child(4):before {
    right: -140px;
    width: 140px;
    top: 145px;
    transform: skew(-32deg, 50deg);
  }
  .energy .digestion-cleansing .pain:nth-child(5) {
    top: 360px;
  }
  .energy .digestion-cleansing .pain:nth-child(5) {
    width: 415px;
  }
  .energy .digestion-cleansing .pain:nth-child(4) {
    bottom: auto;
    top: 270px;
  }
  .energy .digestion-cleansing .pain:nth-child(3):before {
    right: -240px;
    width: 240px;
    top: 125px;
    transform: skew(8deg, 34deg);
  }
  .energy .digestion-cleansing .pain .icons {
    width: 65px !important;
    min-width: 65px !important;
    height: 65px !important;
  }
  .energy .digestion-cleansing .pain:nth-child(3) {
    bottom: auto;
    top: 180px;
  }
  .energy .digestion-cleansing .pain:nth-child(2):before {
    right: -230px;
    width: 230px;
    top: 25px;
    transform: skew(44deg, -10deg);
  }
  .energy .digestion-cleansing .pain:nth-child(2) {
    top: 90px;
  }
  .energy .digestion-cleansing .pain:nth-child(1):before {
    right: -230px;
    width: 230px;
  }
  .energy .digestion-cleansing .pain:nth-child(7) .icons, .energy .digestion-cleansing .pain:nth-child(6) .icons, .energy .digestion-cleansing .pain:nth-child(5) .icons {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .energy .digestion-cleansing .female-body img {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .energy .digestion-cleansing .female-body img {
    width: 330px;
  }
  .energy .digestion-cleansing .female-body {
    height: 720px;
  }
  .energy .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 15px;
    margin-left: 0;
    order: 0;
    -webkit-order: 0;
  }
  .energy .digestion-cleansing .pain {
    width: 550px !important;
    left: 0 !important;
  }
  .energy .digestion-cleansing .pain.pain-alt {
    width: 550px !important;
    text-align: left;
    right: auto !important;
    left: 0 !important;
  }
  .heart .digestion-cleansing .pain:nth-child(1):before {
    right: -155px;
    width: 155px;
    top: 160px;
    transform: skew(-227deg, 233deg);
  }
  .heart .digestion-cleansing .pain:nth-child(2):before {
    right: -195px;
    width: 195px;
    top: 115px;
    transform: skew(-20deg, 31deg);
  }
  .heart .digestion-cleansing .pain:nth-child(4):before {
    right: -150px;
    width: 150px;
    top: -20px;
    transform: skew(32deg, -43deg);
  }
  .heart .digestion-cleansing .pain:nth-child(5):before {
    right: -170px;
    width: 170px;
    top: -80px;
    transform: skew(45deg, -61deg);
  }
  .heart .digestion-cleansing .pain:nth-child(6):before {
    left: -65px;
    width: 65px;
    top: 189px;
    transform: skew(44deg, -76deg);
  }
  .heart .digestion-cleansing .pain:nth-child(7):before {
    left: -65px;
    width: 65px;
    top: 110px;
    transform: skew(34deg, -65deg);
  }
  .heart .digestion-cleansing .pain:nth-child(8):before {
    left: -80px;
    width: 80px;
    top: 65px;
    transform: skew(-34deg, 22deg);
  }
  .heart .digestion-cleansing .pain:nth-child(9):before {
    left: -75px;
    width: 75px;
    top: -20px;
    transform: skew(-34deg, 60deg);
  }
  .heart .digestion-cleansing .pain:nth-child(10):before {
    left: -80px;
    width: 80px;
    top: -70px;
    transform: skew(-53deg, 74deg);
  }
  .heart .digestion-cleansing .pain:nth-child(9) {
    right: 50px;
    bottom: 215px;
  }
  .heart .digestion-cleansing .pain:nth-child(10) {
    bottom: 90px;
  }
  .heart .digestion-cleansing .pain:nth-child(7) {
    top: 125px;
  }
  .heart .digestion-cleansing .pain:nth-child(8) {
    top: 250px;
  }
  .heart .digestion-cleansing .pain:nth-child(10) .icons, .heart .digestion-cleansing .pain:nth-child(7) .icons, .heart .digestion-cleansing .pain:nth-child(6) .icons {
    width: 95px;
    min-width: 95px;
    height: 95px;
  }
  .heart .digestion-cleansing .pain {
    width: 330px;
    left: 0 !important;
  }
  .heart .digestion-cleansing .pain.pain-alt {
    width: 395px;
    right: 0 !important;
    left: auto !important;
  }
  .reasons .reason-item.reason-wide .icons-holder {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .reasons .reason-item.reason-wide {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .reasons .reason-item.reason-wide .icons-holder {
    min-width: 65px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1):before {
    right: -115px;
    width: 115px;
    top: 22px;
    transform: skew(-150deg, 149deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(2):before {
    right: -160px;
    width: 160px;
    top: 3px;
    transform: skew(33deg, -34deg);
  }
  footer .disclaymer p {
    line-height: 1.2;
    font-size: 11px;
  }
  footer .disclaymer {
    padding: 10px 25px;
  }
  footer .disclaymer p:last-child {
    font-size: 22px;
  }
  footer .disclaymer p {
    font-size: 14px;
  }
  .page-not-found .num {
    font-size: 150px;
  }
  .default-wrapper.page-not-found {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) .icons {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) {
    width: 445px;
    right: 0;
    top: 145px;
  }
  .kidney .digestion-cleansing .pain:nth-child(6) {
    width: 340px;
    bottom: 15px;
  }
  .kidney .digestion-cleansing .pain:nth-child(6):before {
    left: -200px;
    width: 200px;
    top: 30px;
    transform: skew(-40deg, 21deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(4) {
    width: 315px;
    top: 9px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5):before {
    left: -80px;
    width: 80px;
    top: 130px;
    transform: skew(38deg, -50deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(3):before {
    right: -90px;
    width: 90px;
    transform: skew(27deg, -44deg);
    top: 35px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2):before {
    top: 129px;
    transform: skew(66deg, 63deg);
    right: -55px;
    width: 55px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1):before {
    right: -145px;
    width: 145px;
    top: 150px;
    transform: skew(-115deg, 57deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(6):before {
    left: -150px;
    width: 150px;
    top: 20px;
    transform: skew(-40deg, 31deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(4):before {
    left: -160px;
    width: 160px;
    top: 175px;
    transform: skew(40deg, -56deg);
  }
  .kidney .digestion-cleansing .pain:nth-child(2) .icons {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2) {
    width: 405px;
    left: 0;
    top: 130px;
  }
  .kidney .digestion-cleansing .pain:nth-child(3) {
    width: 330px;
    left: 30px;
    top: 305px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1) {
    width: 295px;
    left: 0;
    top: 30px;
  }
  .contacts-wrapper {
    margin-bottom: 70px;
  }
  .contacts-wrapper .half-image {
    right: 3%;
    width: 35%;
  }
  .stomach .digestion-cleansing .pain:nth-child(1):before {
    right: -160px;
    width: 160px;
    top: 143px;
    transform: skew(-30deg, 54deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(2) {
    left: 90px;
    top: 71px;
  }
  .stomach .digestion-cleansing .pain:nth-child(2):before {
    right: -180px;
    width: 180px;
    top: 110px;
    transform: skew(-22deg, 43deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(3) {
    left: 70px;
    top: 140px;
  }
  .stomach .digestion-cleansing .pain:nth-child(3):before {
    right: -210px;
    width: 210px;
    top: 72px;
    transform: skew(-36deg, 27deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(4) {
    left: 40px;
    top: 208px;
  }
  .stomach .digestion-cleansing .pain:nth-child(4):before {
    right: -240px;
    width: 240px;
    top: 44px;
    transform: skew(-12deg, 5deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(5) {
    left: 60px;
    bottom: 134px;
  }
  .stomach .digestion-cleansing .pain:nth-child(5):before {
    right: -220px;
    width: 220px;
  }
  .stomach .digestion-cleansing .pain:nth-child(6):before {
    right: -170px;
    width: 170px;
    top: -31px;
    transform: skew(-167deg, 145deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(7) {
    right: 110px;
    top: -30px;
  }
  .stomach .digestion-cleansing .pain:nth-child(7):before {
    left: -110px;
    width: 110px;
    top: 155px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8) {
    right: 95px;
    top: 38px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8):before {
    left: -135px;
    width: 135px;
    top: 124px;
  }
  .stomach .digestion-cleansing .pain:nth-child(9) {
    top: 105px;
  }
  .stomach .digestion-cleansing .pain:nth-child(9):before {
    left: -170px;
    width: 170px;
    top: 92px;
    transform: skew(-131deg, 141deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(10) {
    right: 40px;
    top: 170px;
  }
  .stomach .digestion-cleansing .pain:nth-child(10):before {
    top: 61px;
    transform: skew(-125deg, 164deg);
    left: -200px;
    width: 200px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11) {
    right: 25px;
    bottom: 170px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11):before {
    left: -190px;
    width: 190px;
    top: 21px;
    transform: skew(-160deg, 181deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(12) {
    right: 60px;
    bottom: 100px;
  }
  .stomach .digestion-cleansing .pain:nth-child(12):before {
    left: -180px;
    width: 180px;
    top: -18px;
    transform: skew(-210deg, 206deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(13) {
    right: 84px;
    bottom: 35px;
  }
  .stomach .digestion-cleansing .pain:nth-child(13):before {
    left: -150px;
    width: 150px;
    top: -50px;
    transform: skew(-210deg, 225deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(1) {
    left: 105px;
    top: 0;
  }
  .digestion-cleansing .pain .icons {
    margin-right: 15px;
  }
  .stomach .digestion-cleansing .pain .icons {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .stomach .digestion-cleansing .pain {
    width: 235px;
  }
  .stomach.reasons .icons-holder {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .stomach.reasons .icons-holder img {
    height: 36px;
  }
  .reasons .half-image {
    width: 31%;
  }
  .stomach.reasons .reason-item {
    padding: 10px 15px;
  }
  .about-header .image img {
    max-width: 90%;
  }
  .pancreas .digestion-cleansing .pain:nth-child(6):before {
    left: auto;
    width: 220px;
    top: -52px;
    transform: skew(38deg, -41deg);
    right: -220px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(5):before {
    left: auto;
    width: 215px;
    top: 10px;
    transform: skew(22deg, -22deg);
    right: -215px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(1):before {
    right: -250px;
    width: 250px;
    top: 207px;
    transform: skew(-234deg, 231deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(2):before {
    right: -230px;
    width: 230px;
    top: 151px;
    transform: skew(-45deg, 40deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(3):before {
    right: -230px;
    width: 230px;
    top: 97px;
    transform: skew(-42deg, 25deg);
  }
  .pancreas .digestion-cleansing .pain:nth-child(4):before {
    left: auto;
    width: 230px;
    top: 57px;
    transform: skew(0deg, 0deg);
    right: -230px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(6) {
    bottom: 15px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(5) {
    bottom: 125px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(4) {
    top: 315px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(3) {
    bottom: auto;
    top: 210px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(2) {
    bottom: auto;
    top: 105px;
  }
  .pancreas .digestion-cleansing .pain:nth-child(1) {
    top: 0;
  }
  .pancreas .digestion-cleansing .pain {
    left: 0 !important;
    width: 550px !important;
  }
  .pancreas .digestion-cleansing .female-body {
    height: 640px;
  }
  .pancreas .digestion-cleansing .female-body img {
    width: 320px;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .pancreas .digestion-cleansing .pain.pain-alt {
    left: 0 !important;
    right: auto !important;
    text-align: left;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .pancreas .digestion-cleansing .pain .icons {
    margin-right: 15px;
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .pancreas .digestion-cleansing .pain.pain-alt .icons {
    margin-left: 0;
    order: 0;
    -webkit-order: 0;
    margin-right: 15px;
  }
  .catalog-wrapper.article-catalog .title-heading, .catalog-wrapper.about-catalog .title-heading {
    margin-bottom: 20px;
  }
  .production {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .sertificates .sertificate-item {
    padding: 20px 15px;
  }
  .sertificates .sertificate-item .icon {
    font-size: 32px;
  }
  .sertificates .sertificate-item .caption {
    margin-top: 5px;
  }
  .production-gallery .swiper-slide .image {
    width: 100%;
    height: 310px;
  }
  .support-of-nature .content {
    padding: 0 4% 0 0px;
  }
  .support-of-nature {
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .half-about-info.info-alt .text {
    padding-left: 4%;
  }
  .half-about-info .text {
    padding-right: 3%;
  }
  .about-header h1 {
    font-size: 36px;
  }
  .half-about-info {
    margin-top: 0;
  }
  .product-label.large-label {
    right: 40px;
    width: 90px;
    height: 90px;
    font-size: 24px;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image {
    width: 440px;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 530px;
  }
  .price-element.price-old {
    font-size: 14px;
  }
  .fixed-quick-panel .option-box .nt-spinner {
    margin-right: 20px;
    width: 110px;
  }
  h1 {
    margin-bottom: 30px;
  }
  .default-wrapper {
    padding-bottom: 70px;
  }
  .delivery-col {
    padding: 25px 15px;
  }
  .delivery-col.quote-col {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
  }
  footer.product-footer {
    margin-bottom: 80px;
  }
  .digestion-cleansing .pain.pain-alt .icons {
    margin-left: 15px;
  }
  .liver .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 0;
  }
  .sedative .digestion-cleansing .pain:nth-child(4):before {
    right: -240px;
    width: 240px;
    top: -167px;
    transform: skew(-130deg, 117deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(3):before {
    right: -235px;
    width: 235px;
    top: -86px;
    transform: skew(52deg, -52deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(2):before {
    right: -245px;
    width: 245px;
    transform: skew(34deg, -34deg);
    top: -16px;
  }
  .sedative .digestion-cleansing .pain:nth-child(1):before {
    right: -240px;
    width: 240px;
    top: 69px;
  }
  .sedative .digestion-cleansing .female-body {
    height: 640px;
  }
  .sedative .digestion-cleansing .pain {
    width: 550px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4) {
    bottom: 45px;
  }
  .sedative .digestion-cleansing .pain:nth-child(3) {
    bottom: 200px;
  }
  .sedative .digestion-cleansing .pain:nth-child(2) {
    top: 153px;
  }
  .sedative .digestion-cleansing .female-body img {
    width: 320px;
  }
  .sedative .digestion-cleansing .pain .icons {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .car {
    height: 30px !important;
  }
  .product-label {
    line-height: 26px;
    font-size: 14px;
  }
  .vascular .digestion-cleansing .pain.pain-alt {
    width: 360px;
    padding-left: 10px;
  }
  .vascular .digestion-cleansing .pain:nth-child(4):before {
    left: -56px;
    width: 56px;
    top: -17px;
    transform: skew(-66deg, 66deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(5):before {
    left: -40px;
    width: 40px;
    top: 25px;
    transform: skew(-45deg, 45deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(5) {
    right: 0;
    bottom: 100px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1) {
    left: 45px;
    top: 120px;
  }
  .vascular .digestion-cleansing .pain:nth-child(2) {
    left: 8px;
    top: 226px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3) {
    bottom: 39px;
    left: 34px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3):before {
    right: -90px;
    width: 90px;
    top: 65px;
    transform: skew(-25deg, 25deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(4) {
    right: 50px;
    top: 145px;
  }
  .vascular .digestion-cleansing .pain {
    width: 310px;
  }
  .vascular .digestion-cleansing .pain .icons {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .vascular.reasons .subtitle {
    max-width: 760px;
  }
  .reasons .subtitle {
    margin: 0 auto 35px;
    padding: 10px 20px;
    text-align: center;
  }
  .detox .digestion-cleansing .pain:nth-child(8):before {
    top: 6px;
    transform: skew(-203deg, 203deg);
  }
  .detox .digestion-cleansing .pain:nth-child(8) {
    right: 100px;
    bottom: 38px;
  }
  .detox .digestion-cleansing .pain:nth-child(7):before {
    left: -190px;
    width: 190px;
    top: 55px;
    transform: skew(-167deg, 167deg);
  }
  .detox .digestion-cleansing .pain:nth-child(7) {
    bottom: 138px;
  }
  .detox .digestion-cleansing .pain:nth-child(6):before {
    left: -200px;
    width: 200px;
    top: 71px;
    transform: skew(-159deg, 159deg);
  }
  .detox .digestion-cleansing .pain:nth-child(6) {
    right: 65px;
    top: 155px;
  }
  .detox .digestion-cleansing .pain:nth-child(5) {
    right: 105px;
    top: 60px;
  }
  .detox .digestion-cleansing .pain:nth-child(5):before {
    left: -155px;
    width: 155px;
    top: 95px;
  }
  .detox .digestion-cleansing .pain:nth-child(4):before {
    right: -235px;
    width: 235px;
    top: 13px;
    transform: skew(-10deg, -10deg);
  }
  .detox .digestion-cleansing .pain:nth-child(4) {
    bottom: 60px;
  }
  .detox .digestion-cleansing .pain:nth-child(3):before {
    right: -310px;
    width: 310px;
    top: 29px;
    transform: skew(-2deg, -2deg);
  }
  .detox .digestion-cleansing .pain:nth-child(3) {
    bottom: 160px;
  }
  .detox .digestion-cleansing .pain:nth-child(2) {
    left: 40px;
    top: 135px;
  }
  .detox .digestion-cleansing .pain:nth-child(1):before {
    top: 98px;
    transform: skew(-32deg, 32deg);
    right: -210px;
    width: 210px;
  }
  .detox .digestion-cleansing .pain:nth-child(2):before {
    right: -270px;
    width: 270px;
    top: 82px;
    transform: skew(20deg, 20deg);
  }
  .detox .digestion-cleansing .pain:nth-child(1) {
    left: 70px;
    top: 40px;
  }
  .detox .digestion-cleansing .pain .icons {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .detox .digestion-cleansing .pain {
    width: 200px;
  }
  .half-section.alt-half .content {
    padding: 70px 30px 70px 0;
  }
  .volume-group {
    margin-top: 15px;
  }
  .additional-group {
    margin-top: 15px;
  }
  .product-header .options {
    margin-top: 20px;
  }
  .volume-group .volume-list {
    margin-left: 0;
  }
  .additional-group .additional-list {
    margin-left: 0;
  }
  .product-header .product-header-holder .product-header-imgs .single-image {
    width: 100%;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 360px;
  }
  .accordion .card {
    margin-bottom: 10px;
  }
  .accordion .card-body {
    padding: 0 5% 15px 60px;
  }
  .accordion .btn-link .num {
    font-size: 20px;
    margin-right: 10px;
  }
  .accordion .btn-link .icons:before {
    font-size: 24px;
  }
  .accordion .btn-link .icons:after {
    border-radius: 11px;
  }
  .accordion .btn-link {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 15px 24px;
  }
  .accordion .btn-link .icons {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(1) {
    left: 2.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(2) {
    left: 22.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(3) {
    right: 27.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(4) {
    right: 0.5%;
  }
  .h4, h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .product-videos .subtitle span {
    font-size: 16px;
    line-height: 30px;
  }
  .product-videos .subtitle {
    margin-bottom: 35px;
    text-align: center;
  }
  .cryox-tech .cryox-tech-holder .bullets p {
    font-size: 14px;
    line-height: 20px;
  }
  .digestion-cleansing .digestion-cleansing-bottom span {
    line-height: 30px;
  }
  .liver .digestion-cleansing .pain:nth-child(6):before {
    left: -165px;
    width: 165px;
    top: -20px;
    transform: skew(-38deg, 38deg);
  }
  .liver .digestion-cleansing .pain:nth-child(5):before {
    left: -185px;
    width: 185px;
    top: 41px;
  }
  .liver .digestion-cleansing .pain:nth-child(4):before {
    left: -165px;
    width: 165px;
    top: 96px;
  }
  .liver .digestion-cleansing .pain:nth-child(6) {
    bottom: 60px;
  }
  .liver .digestion-cleansing .pain:nth-child(5) {
    top: 195px;
  }
  .liver .digestion-cleansing .pain:nth-child(4) {
    top: 80px;
  }
  .liver .digestion-cleansing .pain.pain-alt {
    width: 285px;
  }
  .liver .digestion-cleansing .pain:nth-child(3):before {
    right: -175px;
    width: 175px;
    top: 5px;
  }
  .liver .digestion-cleansing .pain:nth-child(2):before {
    right: -185px;
    width: 185px;
    top: 61px;
  }
  .liver .digestion-cleansing .pain:nth-child(3) {
    bottom: 105px;
  }
  .liver .digestion-cleansing .pain:nth-child(2) {
    top: 150px;
  }
  .liver .digestion-cleansing .pain:nth-child(1) {
    left: 55px;
    top: 35px;
  }
  .liver .digestion-cleansing .pain:nth-child(1):before {
    right: -135px;
    width: 135px;
    top: 123px;
    transform: skew(-231deg, 231deg);
  }
  .liver .digestion-cleansing .pain {
    width: 280px;
    padding-right: 15px;
  }
  .digestion-cleansing .female-body {
    height: 460px;
  }
  .digestion-cleansing .pain .icons img {
    max-width: 100%;
    padding: 5px;
    max-height: 100%;
  }
  .liver .digestion-cleansing .pain .icons {
    margin-right: 15px;
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .digestion-cleansing .pain .text {
    position: relative;
    line-height: 21px;
  }
  .digestion-cleansing .female-body img {
    width: 230px;
  }
  .digestion-cleansing h2 {
    margin-bottom: 15px;
  }
  .reasons .icons-holder img {
    height: 35px;
  }
  .liver.reasons .subtitle {
    background-color: #fdedb5;
    max-width: 810px;
  }
  .reasons .subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
  .reasons .icons-holder {
    width: 65px;
    height: 65px;
  }
  .reasons {
    padding-top: 70px;
  }
  .catalog-item.minimal-catalog-item .default-btn {
    font-size: 15px;
    line-height: 46px;
    padding: 0px 20px;
  }
  .catalog-item.minimal-catalog-item .product-desc {
    font-size: 13px;
  }
  .product-support-info .holder:before {
    left: 30.333333%;
  }
  .product-support-info .holder:after {
    left: 70.666666%;
  }
  .fixed-quick-panel .item-info .image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .product-support-info .holder .item .image img {
    height: 36px;
  }
  .product-support-info .holder {
    padding: 0 20px 0 15px;
  }
  .nt-spinner {
    position: relative;
    height: 46px;
    width: 135px;
  }
  .nt-spinner .nt-btn {
    background-size: 24px;
  }
  .product-header .product-header-holder .product-header-imgs .swiper-button-next, .product-header .product-header-holder .product-header-imgs .swiper-button-prev {
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .swiper-button-next:before, .swiper-button-prev:before {
    font-size: 24px;
  }
  .swiper-pagination {
    display: block;
  }
  .product-header .product-header-holder .product-header-imgs .single-image, .product-slider .image {
    height: 360px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image, .product-slider {
    width: 100%;
  }
  .product-header .product-header-holder .product-header-info {
    width: 55%;
  }
  .product-header .product-header-holder .product-header-imgs {
    width: 45%;
  }
  .volume-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .volume-group .volume-radio label {
    padding: 0 15px 0 3px;
    height: 64px;
    border-radius: 11px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .volume-group .volume-radio label .image {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 10px;
  }
  .additional-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: baseline;
    -webkit-align-items: baseline;
  }
  .additional-group .gift-icon span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    font-family: 'Gilroy-Bold';
  }
  .additional-group .gift-icon img {
    display: none;
  }
  .additional-group .additional-checkbox label {
    padding: 0 15px 0 3px;
    height: 64px;
    border-radius: 11px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .additional-group .additional-checkbox label .image {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 10px;
  }
  .product-header .quick-info {
    padding: 10px 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
  }
  .product-header .price-element.price-old {
    font-size: 14px;
    line-height: 1;
  }
  .product-header .price-element {
    font-size: 28px;
  }
  .product-header .quick-info .left-content .label span {
    line-height: 18px;
  }
  .product-header .quick-info .left-content .image img {
    width: 45px;
  }
  .product-header .quick-info .left-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-tabs .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 35px;
  }
  body, p {
    font-size: 15px;
    line-height: 24px;
  }
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
  .breadcrumb-holder {
    margin-bottom: 10px;
  }
  .breadcrumb {
    margin-top: 10px;
    padding: 10px 0 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .frame-modal-wrapper, .overlay-menu {
    width: 360px;
  }
  .cart-list .cart-item .option-box {
    margin-top: 8px;
  }
  .cart-list .cart-item .item-info .image {
    width: 80px;
    min-width: 80px;
    height: 100px;
    margin-right: 15px;
  }
  .frame-modal-wrapper.quick-cart .cart-item .option-box {
    margin-top: 8px;
  }
  .frame-modal-wrapper .frame-modal-bottom .button-holder {
    padding: 15px 30px 15px;
  }
  .frame-modal-wrapper.quick-cart .cart-item .item-info .image {
    width: 80px;
    min-width: 80px;
    height: 100px;
    margin-right: 15px;
  }
  .frame-modal-wrapper .close-cart .icon {
    font-size: 36px;
  }
  .overlay-menu .menu-list li a {
    line-height: 32px;
    font-size: 18px;
  }
  .quote-box.about-quote .quote-holder h2.smallest,
  .quote-box.about-quote .quote-holder .h2.smallest,
  .quote-box.home-quote .quote-holder h2.smallest,
  .quote-box.home-quote .quote-holder .h2.smallest {
    margin-bottom: 0;
  }
  footer .copyright-footer {
    padding: 10px 0;
  }
  footer .copyright-footer .copyright {
    font-size: 14px;
  }
  footer .copyright-footer .bottom-links a {
    font-size: 18px;
    margin-left: 0;
    display: block;
  }
  footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .socials {
    border-bottom: 2px solid #171717;
  }
  footer .footer-bottom .menus a {
    font-size: 18px;
    line-height: 30px;
  }
  .blog-preview-item .content {
    padding: 20px 15px 20px;
  }
  .blog-preview-item .image {
    height: 200px;
  }
  .default-link a .icon {
    top: -1px;
  }
  footer .logo-holder img {
    width: 300px;
  }
  footer .socials a {
    font-size: 18px;
    margin-right: 60px;
  }
  .blog-preview-item .preview-title {
    min-height: 53px;
  }
  .blog-preview-item .time-label {
    margin-bottom: 5px;
  }
  footer .subscribe .subscribe-form .form-control.custom-input {
    height: 64px;
    line-height: 60px;
    padding-left: 20px;
  }
  .insta-widget .insta-info {
    width: 90%;
  }
  .default-btn.btn-outline {
    line-height: 42px;
  }
  .default-btn {
    padding: 0 30px;
    font-size: 15px;
    line-height: 46px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar img {
    max-width: 50px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .insta-widget .insta-counts .item {
    margin-right: 30px;
  }
  .swiper-btns {
    margin-top: 20px;
  }
  .reviews.minimal-reviews .review-item .review-content .name {
    margin-bottom: 5px;
  }
  .reviews.minimal-reviews .review-item .avatar {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
  .reviews.minimal-reviews .review-item .avatar-holder {
    margin-right: 30px;
  }
  .reviews.minimal-reviews .review-item .review-content p {
    margin-bottom: 0;
  }
  .reviews.minimal-reviews .swiper-slide {
    padding: 30px 20px;
  }
  .h2.smallest, h2.smallest {
    line-height: 32px;
    font-size: 28px;
  }
  .half-section .content {
    padding: 70px 0 70px 30px;
  }
  .product-videos {
    padding-bottom: 70px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .h2, h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .sorting-panel {
    margin-bottom: 25px;
  }
  .catalog-item .item-holder {
    padding: 15px;
  }
  .catalog-item .product-name {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .catalog-item .image {
    margin: 0 auto 10px;
    height: 230px;
  }
  .price-element {
    font-size: 21px;
  }
  .catalog-item .default-btn.btn-small {
    font-size: 15px;
  }
  .default-btn .icon {
    font-size: 24px;
  }
  .special-offer .text {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .special-gallery .swiper-slide .carousel-item-body .text {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .default-btn.btn-small {
    font-size: 15px;
    line-height: 36px;
  }
  .default-btn.light-btn {
    line-height: 36px;
    padding: 0 5px 0 20px;
  }
  .sorting-checkbox label {
    padding: 0 20px;
    line-height: 30px;
  }
  .special-gallery .swiper-slide .image {
    height: 530px;
  }
  .special-gallery .swiper-slide {
    width: 630px;
  }
  .quotes li .text {
    font-size: 16px;
  }
  header.sticked {
    top: 47px;
  }
  .custom-header.home-header .header-content .empty {
    width: 33%;
  }
  .custom-header.home-header .header-content .text {
    width: 67%;
  }
  nav .right-nav li {
    margin-left: 40px;
  }
  nav .left-nav li {
    margin-right: 40px;
  }
  nav ul li {
    margin-bottom: 0;
  }
  .quotes li {
    margin: 0.5em 60px 0.5em 0;
  }
  .quotes li img {
    width: 28px;
  }
  .quotes li .icon, .quotes li img {
    margin-right: 10px;
    font-size: 42px;
  }
  .custom-header.home-header .header-content {
    height: 560px;
  }
  main {
    padding-top: 137px;
  }
  header ul li a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
  header {
    top: 97px;
  }
  nav {
    top: 40px;
  }
  .free-stroke {
    line-height: 40px;
    font-size: 18px;
  }
  nav .logo img {
    height: 30px;
  }
  #quick_card_trigger a .notification {
    width: 17px;
    height: 17px;
    font-size: 11px;
    right: -4px;
    top: -3px;
    line-height: 14px;
  }
  #quick_card_trigger a {
    width: 26px;
    height: 26px;
  }
  .icon {
    font-size: 24px;
  }
  header ul li {
    margin-right: 25px;
    margin-left: 25px;
  }
  .special-gallery, .special-offer {
    margin-top: 70px;
  }
  .product-header {
    padding-bottom: 70px;
  }
  .blog-preview-item.item-wide .content {
    padding: 25px 15% 25px 15px;
  }
  .order-info .promocode-panel {
    padding: 10px 15px;
    height: 65px;
  }
  .order-info .promocode-panel .promocode-name {
    top: 22px;
    left: 15px;
  }
  .order-info .promocode-panel .form-control.custom-input {
    left: 15px;
    top: 10px;
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .production-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .production-gallery .swiper-slide {
    width: 360px;
  }
  .production-gallery .swiper-slide .image {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .order-info .order-info-top {
    padding: 0 15px;
  }
  .order-info .cart-list {
    padding: 0px 15px 20px;
  }
  .order-info .cart-list.empty {
    padding: 20px 15px 20px;
  }
  .nutritiolog-about .nutritiolog-about-left {
    padding-top: 35px;
  }
  .nutritiolog-about {
    padding-bottom: 60px;
  }
  .nutritiolog-about .circles {
    width: 258px;
    height: 258px;
    padding: 15px;
    bottom: -16px;
    margin-left: 0;
  }
  .nutritiolog-about .nutritiolog-about-right .image {
    width: 220px;
    height: 285px;
    position: absolute;
    left: 51%;
    transform: translate(-50%, 0);
    top: -2px;
  }
  .nutritiolog-about .nutritiolog-about-left .subtitle, .nutritiolog-about h2, .nutritiolog-about .nutritiolog-about-left .caption {
    padding-right: 0;
    text-align: center;
  }
  .nutritiolog-about .nutritiolog-about-right.nutritiolog-about-right-tablet {
    display: block;
    height: 300px;
  }
  .nutritiolog-about .nutritiolog-about-right {
    display: none;
  }
  .nutritiolog-about .nutritiolog-about-left .caption span {
    line-height: 19px;
    padding: 5px 10px;
  }
  .nutritiolog-about .nutritiolog-about-left .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .complex-advantages .complex-advantage-content {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph .icons-holder {
    width: 42px;
    min-width: 42px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph .icon-complex {
    font-size: 35px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph .icon-complex.icon-complex-liver2 {
    font-size: 25px;
  }
  .formulas-list .formulas-list-item .item-info .info-paragraph p br {
    display: none;
  }
  .formulas-list .formulas-list-item .item-info .info-label {
    margin-bottom: 20px;
    text-align: center;
  }
  .formulas-list .formulas-list-item .image-group .image {
    width: 265px;
    top: 0;
    margin: auto;
    display: block;
  }
  .formulas-list .formulas-list-item .item-info {
    padding-left: 0;
  }
  .formulas-list .formulas-list-item {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #dddedf;
    margin-bottom: 15px;
    padding: 15px;
  }
  .full-percent .full-percent-item {
    margin-bottom: 15px;
  }
  .full-percent .full-percent-item .num {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .full-percent .full-percent-item .total-text br {
    display: none;
  }
  .full-percent .full-percent-item p {
    height: auto;
  }
  .global-complex.reasons h2 br {
    display: none;
  }
  .complex-advantages .note {
    margin-top: 15px;
    width: 60%;
  }
  .complex-advantages .image-holder .large-image {
    width: 360px;
    top: -180px;
    left: auto;
    right: -70px;
    transform: none;
    -webkit-transform: none;
  }
  .complex-advantages .image-holder {
    height: 105px;
    position: relative;
  }
  .complex-advantages {
    overflow: inherit;
    position: relative;
  }
  .overlay-menu .category-menu-trigger .icon {
    top: 0px;
  }
  .personal_area .personal-settings .form-group {
    margin-bottom: 15px;
  }
  .personal_area .auth-setting-title {
    margin-bottom: 25px;
  }
  .personal_area .auth-setting-holder, .personal-area-body .card.custom-card {
    padding-bottom: 0;
    border-radius: 10px;
  }
  .personal_area .auth-setting-holder, .card.custom-card {
    padding: 20px 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview {
    margin-right: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews .product-preview, .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper .product-item .item-name .img-holder .image {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .personal_area .personal-area-body {
    width: 60%;
  }
  .personal_area-sidebar {
    width: 40%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-order-product-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder .personal-data-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dddedf;
    border-right: none;
    width: 100%;
    padding-right: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .personal-order-list-item-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status {
    width: 50%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .product-previews {
    padding-right: 15px;
    width: 50%;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .status {
    margin-top: 0;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date {
    margin-bottom: 5px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .date_status .price-element {
    display: block;
    font-size: 18px;
    margin-top: 15px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .price-box, .personal_area .personal-order-list-table .personal-order-list-top .name.name-price {
    display: none;
  }
  nav ul li.sign-trigger-holder .text-holder {
    display: none;
  }
  .post-area .post-title-heading {
    width: 100%;
    margin-top: 15px;
  }
  .post-sidebar {
    display: none;
  }
  .blog-preview-item.item-wide .content {
    padding: 25px 40px 25px 15px;
  }
  .blog-preview-item.item-alt .content {
    padding-right: 15px;
  }
  .quote-box.blog-quote {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-preview-item.item-alt .content {
    height: 50%;
  }
  .blog-preview-item.item-alt .image {
    height: 50%;
  }
  .review-section .carousel-cell {
    width: 50%;
  }
  .doctor-section .info {
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .doctor-section .circles span {
    padding: 15px;
  }
  .doctor-section .doctor-holder .image-side {
    margin-top: 0;
  }
  .doctor-section .doctor-holder .content-side {
    padding-left: 25px;
    width: 67%;
  }
  .doctor-section .doctor-holder .image-side {
    width: 33%;
  }
  .doctor-section .circles {
    width: 258px;
    height: 258px;
    bottom: -30px;
    left: 48.5%;
    padding: 15px;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 220px;
    height: 200px;
  }
  .energy .digestion-cleansing .pains {
    z-index: 5;
  }
  .energy .digestion-cleansing .pain:before {
    display: none;
  }
  .heart .digestion-cleansing .pain:nth-child(10) {
    bottom: 20px;
  }
  .heart .digestion-cleansing .pain:nth-child(9) {
    bottom: 105px;
  }
  .heart .digestion-cleansing .pain:nth-child(8) {
    top: 615px;
  }
  .heart .digestion-cleansing .pain:nth-child(7) {
    top: 530px;
  }
  .heart .digestion-cleansing .pain:nth-child(6) {
    top: 445px;
  }
  .heart .digestion-cleansing .pain.pain-alt:before, .heart .digestion-cleansing .pain:before {
    display: none;
  }
  .heart .digestion-cleansing .pain:nth-child(10) .icons, .heart .digestion-cleansing .pain:nth-child(6) .icons, .heart .digestion-cleansing .pain:nth-child(7) .icons {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .heart .digestion-cleansing .female-body {
    height: 885px;
  }
  .heart .digestion-cleansing .pain:nth-child(5) {
    bottom: auto;
    top: 360px;
  }
  .heart .digestion-cleansing .pain:nth-child(4) {
    bottom: auto;
    top: 275px;
  }
  .heart .digestion-cleansing .pain .icons {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .heart .digestion-cleansing .pain:nth-child(2) {
    top: 105px;
  }
  .heart .digestion-cleansing .pain:nth-child(3) {
    top: 190px;
  }
  .heart .digestion-cleansing .pain-alt {
    text-align: left;
  }
  .heart .digestion-cleansing .pain.pain-alt, .heart .digestion-cleansing .pain {
    width: 455px;
  }
  .heart .digestion-cleansing .pain.pain-alt .icons {
    margin-left: 0;
    order: 0;
    -webkit-order: 0;
    margin-right: 15px;
  }
  .heart .digestion-cleansing .pain.pain-alt {
    right: auto !important;
    left: 0 !important;
  }
  .heart .digestion-cleansing .female-body img {
    left: auto;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
  }
  .product-videos .carousel-item-body a {
    width: 45px;
    height: 45px;
  }
  footer .logos img {
    width: 45px;
  }
  footer .footer-bottom .menus {
    padding-left: 30px;
  }
  .kidney .digestion-cleansing .pain .icons {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1) .icons {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2) .icons {
    width: 105px;
    min-width: 105px;
    height: 105px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) {
    top: 395px;
  }
  .kidney .digestion-cleansing .pain:nth-child(5) .icons {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
  .kidney .digestion-cleansing .pain:nth-child(6) {
    width: 340px;
    bottom: 44px;
  }
  .kidney .digestion-cleansing .pain:nth-child(4) {
    top: 300px;
  }
  .kidney .digestion-cleansing .pain:nth-child(3) {
    top: 203px;
  }
  .kidney .digestion-cleansing .pain:nth-child(2) {
    top: 75px;
  }
  .kidney .digestion-cleansing .pain:nth-child(1) {
    top: 0;
  }
  .kidney .digestion-cleansing .pain:nth-child(6) .icons {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .kidney .digestion-cleansing .pain:nth-child(4) .icons {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .kidney .digestion-cleansing .pain.pain-alt {
    text-align: left;
    padding-left: 6px;
  }
  .kidney .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 15px;
    margin-left: 0;
    order: 0;
    -webkit-order: 0;
  }
  .kidney .digestion-cleansing .female-body {
    height: 650px;
  }
  .kidney .digestion-cleansing .pain {
    width: 480px !important;
  }
  .kidney .digestion-cleansing .pain:before {
    display: none;
  }
  .kidney .digestion-cleansing .pain:nth-child(4), .kidney .digestion-cleansing .pain:nth-child(6), .kidney .digestion-cleansing .pain:nth-child(5) {
    right: auto;
    left: 0;
  }
  .kidney .digestion-cleansing .pain:nth-child(1), .kidney .digestion-cleansing .pain:nth-child(2), .kidney .digestion-cleansing .pain:nth-child(3) {
    left: 0;
  }
  .kidney .digestion-cleansing .female-body img {
    left: auto;
    width: 300px;
    right: 0;
    transform: translate(0, -50%);
  }
  .contacts-wrapper {
    margin-bottom: 0;
  }
  .contacts-holder .email-box .default-btn, .contacts-holder .phones.social-btns .default-btn, .contacts-holder .phones .default-btn {
    width: 245px;
  }
  .contacts-wrapper.section {
    padding-top: 0;
    margin-top: 0;
  }
  .contacts-wrapper .half-image {
    right: 0;
    border-radius: 0;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    height: 400px;
    background-position-y: top;
  }
  .stomach .digestion-cleansing .pain:nth-child(13):before {
    left: -115px;
    width: 115px;
    top: -50px;
    transform: skew(-210deg, 228deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(12):before {
    left: -120px;
    width: 120px;
    top: -18px;
    transform: skew(-210deg, 206deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(13) {
    bottom: 55px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11):before {
    left: -120px;
    width: 120px;
    top: 21px;
    transform: skew(-160deg, 181deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(12) {
    bottom: 120px;
  }
  .stomach .digestion-cleansing .pain:nth-child(11) {
    bottom: 184px;
  }
  .stomach .digestion-cleansing .pain:nth-child(9) {
    top: 113px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8) {
    top: 49px;
  }
  .stomach .digestion-cleansing .pain:nth-child(7) {
    top: -15px;
  }
  .stomach .digestion-cleansing .pain:nth-child(8):before {
    left: -95px;
    width: 95px;
    top: 115px;
    transform: skew(-146deg, 119deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(10) {
    top: 177px;
  }
  .stomach .digestion-cleansing .pain:nth-child(10):before {
    top: 55px;
    transform: skew(-125deg, 147deg);
    left: -100px;
    width: 100px;
  }
  .stomach .digestion-cleansing .pain:nth-child(9):before {
    left: -110px;
    width: 110px;
    top: 95px;
    transform: skew(-139deg, 128deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(1):before {
    right: -145px;
    width: 145px;
    top: 149px;
    transform: skew(-30deg, 59deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(7):before {
    transform: skew(-151deg, 112deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(4):before {
    right: -155px;
    width: 155px;
    top: 44px;
    transform: skew(-12deg, 11deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(3):before {
    right: -160px;
    width: 160px;
    top: 82px;
    transform: skew(-36deg, 34deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(2):before {
    right: -150px;
    width: 150px;
    top: 110px;
    transform: skew(-22deg, 47deg);
  }
  .stomach .digestion-cleansing .pain:nth-child(5):before {
    right: -160px;
    width: 160px;
  }
  .stomach .digestion-cleansing .pain:nth-child(6):before {
    right: -140px;
    width: 140px;
  }
  .stomach .digestion-cleansing .pain:nth-child(6) {
    bottom: 90px;
  }
  .stomach .digestion-cleansing .pain:nth-child(5) {
    bottom: 153px;
  }
  .stomach .digestion-cleansing .female-body {
    height: 480px;
  }
  .stomach .digestion-cleansing .pain {
    left: 0 !important;
  }
  .stomach .digestion-cleansing .pain.pain-alt {
    left: auto !important;
    right: 0 !important;
  }
  body, p {
    font-size: 15px;
    line-height: 22px;
  }
  .stomach.reasons h2 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .pancreas .digestion-cleansing .pain {
    width: 465px !important;
  }
  .pancreas .digestion-cleansing .pain:before {
    display: none;
  }
  .production {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .production .content {
    padding-right: 0;
  }
  .production-gallery .swiper-pagination {
    display: block;
    text-align: center;
  }
  .production-gallery {
    right: 0;
    margin-top: 20px;
    top: 0px;
    width: 100%;
    position: relative;
  }
  .support-of-nature {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .half-about-info {
    margin-top: 40px;
  }
  .support-of-nature img {
    max-width: 41%;
  }
  .half-about-info.first-about-info {
    margin-top: 40px;
  }
  .modal.custom-modal.large-modal .product-header {
    padding-top: 0;
  }
  .product-label.large-label {
    top: 70px;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image {
    width: 100%;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 400px;
  }
  .default-wrapper {
    padding-bottom: 60px;
  }
  .custom-header .header-content {
    height: 350px;
  }
  .sedative .digestion-cleansing .pain {
    width: 455px;
  }
  .sedative .digestion-cleansing .pain:nth-child(2) {
    top: 160px;
  }
  .sedative .digestion-cleansing .pain:nth-child(3) {
    bottom: 205px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4) {
    bottom: 24px;
  }
  .sedative .digestion-cleansing .pain:nth-child(4):before {
    right: -80px;
    width: 80px;
    top: -147px;
    transform: skew(-130deg, 100deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(3):before {
    right: -80px;
    width: 80px;
    top: -86px;
    transform: skew(47deg, -75deg);
  }
  .sedative .digestion-cleansing .pain:nth-child(2):before {
    right: -75px;
    width: 75px;
    transform: skew(34deg, -64deg);
    top: -14px;
  }
  .sedative .digestion-cleansing .pain:nth-child(1):before {
    right: -70px;
    width: 70px;
    top: 74px;
  }
  .liver .digestion-cleansing .pain:nth-child(1):before {
    right: -60px;
    width: 60px;
    top: 119px;
    transform: skew(-233deg, 248deg);
  }
  .liver .digestion-cleansing .pain:nth-child(2):before {
    right: -75px;
    width: 75px;
    top: 69px;
    transform: skew(-35deg, 35deg);
  }
  .liver .digestion-cleansing .pain:nth-child(3):before {
    right: -55px;
    width: 55px;
    top: -1px;
    transform: skew(40deg, -57deg);
  }
  .liver .digestion-cleansing .pain:nth-child(4):before {
    left: -100px;
    width: 100px;
    top: 102px;
    transform: skew(50deg, -50deg);
  }
  .liver .digestion-cleansing .pain:nth-child(5):before {
    left: -90px;
    width: 90px;
    top: 41px;
  }
  .liver .digestion-cleansing .pain:nth-child(6):before {
    left: -90px;
    width: 90px;
    top: -14px;
    transform: skew(-45deg, 52deg);
  }
  .liver .digestion-cleansing .pain:nth-child(4), .liver .digestion-cleansing .pain:nth-child(5), .liver .digestion-cleansing .pain:nth-child(6) {
    right: 0;
  }
  .liver .digestion-cleansing .pain:nth-child(1), .liver .digestion-cleansing .pain:nth-child(2), .liver .digestion-cleansing .pain:nth-child(3) {
    left: 0;
  }
  .vascular .digestion-cleansing .pain:nth-child(3):before {
    right: -140px;
    width: 140px;
    top: 59px;
    transform: skew(-13deg, 13deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(4):before {
    left: auto;
    width: 300px;
    top: -28px;
    transform: skew(-12deg, 12deg);
    right: -300px;
  }
  .vascular .digestion-cleansing .pain:nth-child(5):before {
    left: auto;
    width: 215px;
    top: -5px;
    transform: skew(-145deg, 125deg);
    right: -215px;
  }
  .vascular .digestion-cleansing .pain:nth-child(1):before {
    right: -180px;
    width: 180px;
    top: 79px;
    transform: skew(-202deg, 202deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(2):before {
    right: -220px;
    width: 220px;
    top: 66px;
    transform: skew(-12deg, 12deg);
  }
  .vascular .digestion-cleansing .pain:nth-child(1) {
    top: 30px;
  }
  .vascular .digestion-cleansing .pain:nth-child(2) {
    top: 130px;
  }
  .vascular .digestion-cleansing .pain:nth-child(5) {
    bottom: auto;
    top: 230px;
  }
  .vascular .digestion-cleansing .pain:nth-child(4) {
    top: auto;
    bottom: 140px;
  }
  .vascular .digestion-cleansing .pain:nth-child(3) {
    bottom: 35px;
  }
  .vascular .digestion-cleansing .pain {
    width: 360px;
  }
  .vascular .digestion-cleansing .pain.pain-alt {
    padding-left: 6px;
  }
  .vascular .digestion-cleansing .female-body {
    height: 560px;
  }
  .digestion-cleansing h4 {
    margin-bottom: 30px;
  }
  .vascular .digestion-cleansing .pain .dot.in-left {
    left: auto;
    right: -5px;
  }
  .vascular .digestion-cleansing .pain.pain-alt {
    text-align: left;
  }
  .vascular .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 20px;
    margin-left: 0;
    order: 0;
    -webkit-order: 0;
  }
  .vascular .digestion-cleansing .female-body img {
    left: auto;
    width: 280px;
    right: 0;
    transform: translate(0, -50%);
  }
  .vascular .digestion-cleansing .pain:nth-child(5), .vascular .digestion-cleansing .pain:nth-child(4) {
    right: auto;
    left: 0;
  }
  .vascular .digestion-cleansing .pain:nth-child(1), .vascular .digestion-cleansing .pain:nth-child(2), .vascular .digestion-cleansing .pain:nth-child(3) {
    left: 0;
  }
  .digestion-cleansing .digestion-cleansing-bottom span {
    padding: 0 15px;
    line-height: 27px;
    font-size: 13px;
  }
  .text-with-border {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .text-with-border p {
    padding-left: 15px;
  }
  .vascular.reasons .subtitle {
    width: 90%;
  }
  .product-header {
    padding-bottom: 60px;
  }
  .product-header .product-header-holder .product-header-info h1 {
    text-align: center;
    width: 100%;
  }
  .product-header .swiper-horizontal > .swiper-pagination-bullets,
  .product-header .swiper-pagination-bullets.swiper-pagination-horizontal,
  .product-header .swiper-pagination-custom,
  .product-header .swiper-pagination-fraction {
    margin-top: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    padding-right: 0;
  }
  .product-reviews-gallery .swiper-btns {
    display: none;
  }
  .product-header .product-header-holder .product-header-imgs .single-image, .product-slider .image {
    height: 400px;
  }
  .product-header .product-header-holder .product-header-imgs {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-header .product-header-holder .product-header-info {
    width: 100%;
  }
  .product-header .product-header-holder {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .global-complex .digestion-cleansing .pain:nth-child(1):before {
    top: 101px;
    transform: skew(-38deg, 38deg);
    right: -170px;
    width: 170px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(2):before {
    right: -185px;
    width: 185px;
    top: 79px;
    transform: skew(-27deg, 27deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(3):before {
    right: -180px;
    width: 180px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(4):before {
    right: -165px;
    width: 165px;
    top: 12px;
    transform: skew(-15deg, -15deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(5):before {
    left: -155px;
    width: 155px;
    top: 105px;
    transform: skew(-138deg, 138deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(6):before {
    left: -145px;
    width: 145px;
    top: 73px;
    transform: skew(-151deg, 151deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(7):before {
    left: -130px;
    width: 130px;
    top: 55px;
    transform: skew(-160deg, 160deg);
  }
  .global-complex .digestion-cleansing .pain:nth-child(8),
  .global-complex .digestion-cleansing .pain:nth-child(7),
  .global-complex .digestion-cleansing .pain:nth-child(6),
  .global-complex .digestion-cleansing .pain:nth-child(5) {
    right: 0;
  }
  .global-complex .digestion-cleansing .pain:nth-child(4),
  .global-complex .digestion-cleansing .pain:nth-child(3),
  .global-complex .digestion-cleansing .pain:nth-child(2),
  .global-complex .digestion-cleansing .pain:nth-child(1) {
    left: 0;
  }
  .detox .digestion-cleansing .pain:nth-child(1):before {
    top: 101px;
    transform: skew(-38deg, 38deg);
    right: -170px;
    width: 170px;
  }
  .detox .digestion-cleansing .pain:nth-child(2):before {
    right: -185px;
    width: 185px;
    top: 79px;
    transform: skew(-27deg, 27deg);
  }
  .detox .digestion-cleansing .pain:nth-child(3):before {
    right: -180px;
    width: 180px;
  }
  .detox .digestion-cleansing .pain:nth-child(4):before {
    right: -165px;
    width: 165px;
    top: 12px;
    transform: skew(-15deg, -15deg);
  }
  .detox .digestion-cleansing .pain:nth-child(5):before {
    left: -155px;
    width: 155px;
    top: 105px;
    transform: skew(-138deg, 138deg);
  }
  .detox .digestion-cleansing .pain:nth-child(6):before {
    left: -145px;
    width: 145px;
    top: 73px;
    transform: skew(-151deg, 151deg);
  }
  .detox .digestion-cleansing .pain:nth-child(7):before {
    left: -130px;
    width: 130px;
    top: 55px;
    transform: skew(-160deg, 160deg);
  }
  .detox .digestion-cleansing .pain:nth-child(8),
  .detox .digestion-cleansing .pain:nth-child(7),
  .detox .digestion-cleansing .pain:nth-child(6),
  .detox .digestion-cleansing .pain:nth-child(5) {
    right: 0;
  }
  .detox .digestion-cleansing .pain:nth-child(4),
  .detox .digestion-cleansing .pain:nth-child(3),
  .detox .digestion-cleansing .pain:nth-child(2),
  .detox .digestion-cleansing .pain:nth-child(1) {
    left: 0;
  }
  .product-catalog h2, .product-catalog .h2 {
    margin-bottom: 15px;
  }
  .product-support-info .holder .item .image {
    margin-bottom: 10px;
  }
  .product-support-info .holder .item {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .accent-box {
    font-size: 13px;
  }
  .cryox-tech .accent-box {
    line-height: 20px;
  }
  .cryox-tech .cryox-tech-holder .bullets p {
    font-size: 13px;
    line-height: 18px;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(4) {
    right: 0;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(3) {
    right: 24.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(2) {
    left: 20.5%;
  }
  .cryox-tech .cryox-tech-holder .bullets p:nth-child(1) {
    left: 1.5%;
  }
  h4 br {
    display: none;
  }
  .breadcrumb-holder {
    margin-bottom: 10px;
  }
  header ul li {
    margin-right: 20px;
    margin-left: 20px;
  }
  header ul li a {
    font-size: 16px;
  }
  footer .copyright-footer .copyright {
    font-size: 12px;
  }
  footer .subscribe .text {
    width: 100%;
  }
  footer .subscribe .subscribe-form {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  footer .logo-holder img {
    width: 200px;
  }
  footer .footer-bottom .menus {
    width: 66%;
  }
  footer .subscribe {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .home-blog .title-heading {
    -webkit-align-items: center;
    align-items: center;
  }
  .home-blog .title-heading h2 {
    width: 60%;
  }
  .insta-widget .insta-info {
    width: 100%;
  }
  .quote-box.about-quote .quote-holder, .quote-box.home-quote .quote-holder {
    padding: 60px 0;
  }
  .quote-box.ceo-text {
    margin-bottom: 60px;
  }
  .quote-box.ceo-text .quote-holder {
    padding: 60px 15px;
  }
  .quote-box.about-quote {
    margin-top: 60px;
  }
  .insta-widget .insta-counts .value {
    font-size: 18px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .insta-widget .insta-counts {
    margin-left: 30px;
  }
  .half-section .content {
    padding: 60px 0 60px 30px;
  }
  .half-section .image-side {
    width: 42%;
  }
  .half-section .bg-side {
    width: 58%;
  }
  .catalog-item .image {
    height: 245px;
  }
  .container.blog-container .col, .container.catalog-container .col {
    padding: 0;
  }
  .container.blog-container .row, .container.catalog-container .row {
    margin: 0;
  }
  .container.blog-container, .container.catalog-container {
    max-width: 100%;
    padding-left: 0;
  }
  .home-blog .blog-preview-item {
    width: 300px;
    display: block;
    min-width: 300px;
  }
  .home-blog .blog-grid {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-right: -15px;
    padding-left: 15px;
  }
  .catalog-grid.home-catalog .catalog-item {
    margin-bottom: 10px;
  }
  .product-catalog .catalog-item.minimal-catalog-item, .catalog-grid.home-catalog .catalog-item {
    width: 300px;
    display: block;
    min-width: 300px;
  }
  .product-catalog .catalog-grid {
    padding-right: 15px;
  }
  .product-catalog .catalog-grid, .catalog-grid.home-catalog {
    padding-bottom: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-right: -15px;
    padding-left: 15px;
  }
  .default-btn {
    box-shadow: 0 1px 10px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
    -moz-box-shadow: 0 1px 10px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
    -webkit-box-shadow: 0 1px 10px rgba(110, 252, 43, 0.65), 6px 6px 16px rgba(175, 183, 188, 0.45);
  }
  .half-section.alt-half .content {
    padding: 60px 30px 60px 0;
  }
  .product-videos {
    padding-bottom: 60px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sorting-panel {
    width: 100%;
  }
  .special-gallery .swiper-slide {
    width: 505px;
  }
  .special-gallery .swiper-slide .image {
    height: 430px;
  }
  .custom-header.home-header .header-content {
    height: 500px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 400px;
  }
  .reasons h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  .reasons .subtitle p {
    font-size: 15px;
    line-height: 24px;
  }
  .reasons {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .order-info .cart-list .cart-item {
    padding: 0;
  }
  .default-btn.btn-no-icon .btn-text {
    margin: auto;
  }
  .infographic .infographic-item .image {
    padding-right: 0;
    height: auto;
    margin-bottom: 5px;
  }
  .infographic .infographic-item {
    text-align: center;
  }
  .full-percent .full-percent-item {
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
  }
  .complex-advantages .default-btn {
    margin: auto;
  }
  .complex-advantages .note {
    width: 75%;
    margin: 15px auto 0;
  }
  .complex-advantages .complex-advantage-content {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .complex-advantages .image-holder {
    height: auto;
    position: relative;
  }
  .complex-advantages .image-holder .large-image {
    width: 75%;
    top: 0;
    left: auto;
    right: 0;
    position: relative;
    display: block;
    margin: auto;
  }
  .complex-advantages .advantage-items .item .icons-holder {
    margin: 0;
    order: 2;
    -webkit-order: 2;
  }
  .complex-advantages .advantage-items .item:last-child {
    border: none;
  }
  .complex-advantages .advantage-items .item .text br {
    display: none;
  }
  .complex-advantages .advantage-items .item {
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    height: 42px;
    border-bottom: 1px solid #dddedf;
    width: 100%;
  }
  .complex-advantages .advantage-items .d-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .complex-advantages .advantage-items {
    box-shadow: 2px 1px 7px rgba(185, 188, 193, 0.28);
    -moz-box-shadow: 2px 1px 7px rgba(185, 188, 193, 0.28);
    -webkit-box-shadow: 2px 1px 7px rgba(185, 188, 193, 0.28);
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    text-align: left;
  }
  .complex-advantages .advantage-items .name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .complex-advantages .complex-advantage-content {
    text-align: center;
  }
  footer .footer-llc b {
    display: none;
  }
  footer .footer-llc span {
    line-height: 1.3;
    display: block;
  }
  .personal_area-title {
    padding: 30px 15px 25px;
    height: fit-content;
    border: none;
    position: relative;
    text-align: left;
    background-color: transparent;
  }
  .overlay-menu .menu-side .content {
    padding: 80px 25px;
  }
  .overlay-menu .menu-side .back_sub_trigger {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .overlay-menu .menu-side .back_sub_trigger .icon {
    font-size: 30px;
  }
  .overlay-menu .category-menu-trigger .icon {
    top: 0px;
    font-size: 30px;
  }
  .overlay-menu .menu-side .content .list a {
    line-height: 33px;
    font-size: 17px;
  }
  .overlay-menu .menu-side .menu-top-panel {
    padding: 18px 30px 20px;
  }
  .frame-modal-wrapper .frame-modal-bottom {
    position: relative;
    bottom: auto;
  }
  .personal_area .personal-settings .password-group {
    position: relative;
    width: 100%;
  }
  .personal_area .personal-settings .auth-row {
    width: 100%;
    margin: 0;
  }
  .personal_area .default-btn {
    margin: auto;
  }
  .personal_area .auth-setting-title .default-link .text {
    margin-right: 5px;
    font-size: 16px;
  }
  .personal_area-sidebar .logout {
    padding-left: 75px;
    padding-top: 15px;
  }
  .personal_area-sidebar .personal_area-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .personal_area-sidebar .logged-in .logged-in-body .user-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #dddedf;
    box-shadow: none;
  }
  .personal_area-sidebar .logged-in .logged-in-body a span.mail {
    font-size: 12px;
    line-height: 1;
    margin-top: 7px;
  }
  .personal_area-sidebar .logged-in {
    border-top: 1px solid #dddedf;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item {
    margin-bottom: 10px;
  }
  .personal_area .personal-order-list-table .personal-order-list-item .list-item-top .icons-holder {
    right: 10px;
  }
  .personal_area .title-heading {
    margin-top: 40px;
  }
  .personal_area .h2, .personal_area h2 {
    text-align: left;
  }
  .personal_area .personal-area-body {
    width: 100%;
    padding-left: 0;
  }
  .personal_area-sidebar.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .close-sidebar-btn {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    width: 40px;
    height: 40px;
    right: 4px;
    top: 19px;
    z-index: 5;
  }
  .personal_area-sidebar {
    width: 100%;
    padding-right: 0;
    left: 0;
    top: auto;
    position: fixed;
    background-color: #ffffff;
    min-height: auto;
    overflow: hidden;
    height: auto;
    text-align: left;
    z-index: 11111111111;
    visibility: hidden;
    opacity: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
    -moz-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
    -webkit-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translatey(100%);
    bottom: 0;
  }
  .mobile-open-panel-trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .auth-modal .auth-modal-wrapper .button-holder a {
    font-size: 16px;
  }
  .auth-modal .button-holder {
    margin-top: 20px;
  }
  .auth-modal .forgot-password {
    font-size: 16px;
  }
  .auth-modal .forgot {
    padding: 0px 15px;
  }
  .auth-modal .modal-header .remove-auth-modal {
    top: 20px;
    right: 20px;
  }
  .auth-modal .modal-wrapper {
    width: 400px;
  }
  .btn-icon {
    width: 42px;
    height: 42px;
  }
  nav ul li.sign-trigger-holder .link:before {
    width: 32px;
    height: 32px;
  }
  nav.sign_in ul li.sign-trigger-holder {
    margin-left: 20px;
  }
  .custom-header.blog-header .header-content {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .custom-header.blog-header .text {
    padding-bottom: 30px;
  }
  .custom-header.blog-header .caption {
    font-size: 16px;
    line-height: 24px;
  }
  .order-success-info .total {
    padding: 15px;
  }
  .order-success-info .total-price {
    padding: 0 15px;
  }
  .order-info .cart-list {
    padding: 0 15px 15px;
  }
  .order-success-info .success-info-list .item {
    padding: 15px;
  }
  label.label-custom {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .option-group .option-item .option-item-body {
    height: 55px;
  }
  .option-group .option-item.active .option-item-body {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }
  .h3.default-h3, h3.default-h3 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .card.custom-card {
    padding: 30px 15px 15px;
    border-radius: 10px;
  }
  .panel {
    border-radius: 10px;
    padding: 30px 0 20px;
  }
  .order-success-info, .order-info {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  p {
    margin-bottom: 10px;
  }
  .post-area .expert-panel .expert-content .expert-label span {
    font-size: 11px;
  }
  .post-area .expert-panel .avatar {
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-right: 10px;
  }
  .post-area .post-title-heading {
    margin-top: 5px;
  }
  .post-area .post-image {
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .share-panel {
    border-bottom: 2px solid #171717;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .share-panel ul {
    margin-top: 15px;
  }
  .share-panel ul li {
    margin-right: 20px;
    margin-left: 20px;
  }
  .post-area .date .icon {
    font-size: 22px;
  }
  .post-area .expert-panel .expert-content .name {
    margin-top: 0;
  }
  .post-area {
    padding-right: 0;
  }
  .post-area .expert-panel .avatar {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
  .post-area .post-title-heading h1, .post-area .post-title-heading h2, .post-area .post-title-heading .h2 {
    text-align: left;
  }
  .blog-preview-item.item-wide .blog-preview-holder {
    padding: 3px;
  }
  .blog-preview-item.item-wide .image {
    border-radius: 8px;
  }
  .blog-preview-item.item-wide {
    margin-bottom: 15px;
  }
  .blog-section-wide.section {
    padding-top: 55px;
  }
  .quote-box.blog-quote {
    margin-bottom: 15px;
  }
  .blog-section .blog-preview-item {
    margin-bottom: 15px;
  }
  .blog-preview-item .preview-title {
    min-height: 10px;
  }
  .blog-preview-item .preview-title.h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .blog-preview-item .preview-title {
    text-align: left;
  }
  .blog-preview-item.item-alt .content {
    height: fit-content;
    display: block;
  }
  .blog-preview-item.item-alt .blog-preview-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .blog-preview-item.item-alt .blog-preview-holder, .blog-preview-item.item-alt {
    height: fit-content;
  }
  .blog-preview-item.item-alt .image {
    height: 190px;
    border-radius: 10px 10px 0 0;
  }
  .modal.custom-modal .product-label.large-label {
    top: 20px;
  }
  .review-section .carousel-cell {
    width: 100%;
  }
  .doctor-section.section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .doctor-section h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .doctor-section .subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .doctor-section .info {
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 220px;
    height: 200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
  }
  .doctor-section .circles {
    width: 258px;
    height: 258px;
    bottom: auto;
    left: 50%;
    padding: 15px;
    top: 43%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .doctor-section .doctor-holder .image-side {
    height: 230px;
    margin-bottom: 20px;
  }
  .doctor-section .doctor-holder .content-side {
    padding-left: 0;
  }
  .doctor-section .doctor-holder .content-side, .doctor-section .doctor-holder .image-side {
    width: 100%;
  }
  .doctor-section .doctor-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .product-label.large-label.label-plants {
    font-size: 26px;
  }
  footer .logos {
    grid-column-start: 2;
  }
  .page-not-found .caption {
    margin-bottom: 25px;
  }
  .default-wrapper.page-not-found {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-not-found .num {
    line-height: 1;
    font-size: 100px;
  }
  .contacts-holder address {
    margin-top: 20px;
  }
  .contacts-holder .phones .default-btn {
    width: 220px;
  }
  .stomach.reasons h2 {
    margin-bottom: 15px;
  }
  .stomach.reasons .subtitle {
    text-align: center;
  }
  .reasons .half-image {
    display: none;
  }
  .sertificates .sertificate-item .icon {
    font-size: 20px;
  }
  .sertificates .sertificate-item .name {
    padding-right: 100px;
  }
  .sertificates .sertificate-item {
    position: relative;
  }
  .sertificates .sertificate-item .icon {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .sertificates .sertificate-item .link {
    margin-top: 15px;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .sertificates .sertificate-item {
    border-radius: 10px;
    margin-bottom: 10px;
    display: block !important;
  }
  .modal.custom-modal.large-modal .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 300px;
  }
  .modal.custom-modal.large-modal .modal-body {
    padding: 0 15px 15px;
  }
  .product-label.large-label {
    top: 0;
    right: 15px;
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  .product-label.large-label.label-plants {
    right: 15px;
  }
  .modal.custom-modal form {
    padding: 0 20px;
  }
  .product-header .product-header-holder .product-header-info .custom-tabs .custom-list {
    display: block;
  }
  .product-header .product-header-holder .product-header-info .custom-tabs .custom-list li {
    float: none;
    margin-right: 0;
  }
  .half-section.about-preview .h2, .half-section.about-preview h2 {
    text-align: left;
  }
  .breadcrumb {
    padding-right: 15px;
  }
  .default-btn.light-btn {
    line-height: 32px;
  }
  .catalog-wrapper .catalog-grid.home-catalog {
    margin-right: -15px;
  }
  .product-label {
    line-height: 24px;
    font-size: 13px;
    left: 15px;
    top: 15px;
    padding: 0px 10px;
  }
  .price-element.price-old {
    font-size: 14px;
  }
  .price-element {
    font-size: 21px;
  }
  .nt-spinner .nt-btn {
    background-size: 20px;
  }
  .fixed-quick-panel .option-box .nt-spinner {
    margin-right: 10px;
    width: 90px;
  }
  .default-btn {
    font-size: 14px;
    padding: 0 20px;
  }
  .default-content-area .back-link {
    margin-bottom: 10px;
    text-align: center;
  }
  nav.sticked {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 3px 3px rgba(23, 23, 23, 0.07);
  }
  .default-wrapper {
    padding-bottom: 40px;
  }
  .delivery-panel {
    margin-top: 0;
  }
  .custom-header.delivery-header {
    background-size: 405px;
    background-position-y: 25px;
  }
  .custom-header .header-content .empty {
    display: none;
  }
  .custom-header.delivery-header {
    background-image: url(../images/delivery-header-mobile.webp) !important;
  }
  .custom-header.delivery-header .header-content {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-bottom: 30px;
  }
  .custom-header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .custom-header .header-content .text {
    width: 70%;
    text-align: center;
  }
  .custom-header h1 {
    text-transform: uppercase;
  }
  .custom-header {
    border-radius: 10px;
  }
  .delivery-accordion {
    margin-top: 40px;
  }
  .delivery-col .delivery-item.address-item .icons-holder {
    margin-bottom: 0;
  }
  .delivery-col .delivery-item:last-child {
    margin-bottom: 15px;
  }
  .delivery-col .delivery-item img {
    max-width: 50px;
  }
  .delivery-col .delivery-item.address-item {
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
  }
  .delivery-col .delivery-item .text span {
    font-size: 18px;
  }
  .delivery-col .delivery-item {
    border-radius: 10px;
    border: 1px solid #dddedf;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .delivery-col.quote-col {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
  .delivery-col {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: auto;
    border: none;
    padding: 0;
  }
  footer.product-footer {
    margin-bottom: 62px;
  }
  .modal.custom-modal .default-btn {
    font-size: 15px;
    line-height: 46px;
  }
  .form-control.custom-input {
    height: 46px;
    font-size: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  .modal.custom-modal h2 {
    font-size: 24px;
  }
  .modal.custom-modal .modal-body {
    padding: 15px 15px 30px;
  }
  .modal.custom-modal.default-modal .modal-body {
    text-align: left;
    padding-top: 30px;
  }
  .digestion-cleansing .pain {
    border-radius: 10px;
  }
  .liver .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 0;
    margin-left: 20px;
    order: 0;
    -webkit-order: 0;
    margin-left: 0;
  }
  .liver .digestion-cleansing .pain.pain-alt .icons, .vascular .digestion-cleansing .pain.pain-alt .icons {
    margin-right: 15px;
  }
  .text-with-border {
    margin-top: 20px;
  }
  .stomach .digestion-cleansing .pain:before {
    display: none;
  }
  .stomach .digestion-cleansing.section {
    padding-top: 40px;
  }
  .stomach .digestion-cleansing .pain {
    bottom: auto !important;
    top: auto !important;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .stomach .digestion-cleansing .pain.pain-alt .icons {
    margin-left: 0;
    margin-right: 15px;
    order: 0;
    -webkit-order: 0;
  }
  .stomach .digestion-cleansing .pains {
    width: auto;
    padding: 0;
    height: auto;
    position: relative;
  }
  .liver .digestion-cleansing .pain .icons, .vascular .digestion-cleansing .pain .icons {
    margin-right: 15px;
    min-height: 75px;
  }
  .liver .digestion-cleansing .pains, .vascular .digestion-cleansing .pains {
    position: relative;
    height: auto;
    padding: 0;
  }
  .liver .digestion-cleansing .pain .dot, .vascular .digestion-cleansing .pain .dot {
    display: none;
  }
  .liver .digestion-cleansing .pain, .vascular .digestion-cleansing .pain {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .liver .digestion-cleansing .pain:before, .vascular .digestion-cleansing .pain:before {
    display: none;
  }
  .product-reviews-gallery {
    margin-right: -15px;
  }
  .product-slider .swiper-btns-holder {
    display: none;
  }
  .pains-holder {
    position: relative;
  }
  .digestion-cleansing .female-body {
    opacity: 0.4;
  }
  .kidney .digestion-cleansing .female-body,
  .stomach .digestion-cleansing .female-body,
  .pancreas .digestion-cleansing .female-body,
  .liver .digestion-cleansing .female-body,
  .vascular .digestion-cleansing .female-body,
  .sedative .digestion-cleansing .female-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
  }
  .kidney .digestion-cleansing .female-body img,
  .stomach .digestion-cleansing .female-body img,
  .pancreas .digestion-cleansing .female-body img,
  .liver .digestion-cleansing .female-body img,
  .vascular .digestion-cleansing .female-body img,
  .sedative .digestion-cleansing .female-body img {
    width: 175px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .reasons {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sedative .reasons .accordion .btn-link[aria-expanded="true"] .icons-holder {
    background-color: #C3EE67;
  }
  .reasons .accordion .btn-link[aria-expanded=true] .text {
    text-decoration: none;
  }
  .reasons .icons-holder {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .reasons .accordion .card-body {
    padding: 10px 40px 10px 15px;
  }
  .reasons .accordion .btn-link .text span {
    font-family: 'Gilroy-SemiBold';
  }
  .reasons .accordion .btn-link .text {
    font-size: 18px;
    font-family: 'Gilroy-SemiBold';
  }
  .reasons .reason-item.reason-last-item {
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(74, 79, 97, 0.13);
  }
  .reasons .accordion .btn-link {
    height: 75px;
  }
  .digestion-cleansing .accordion .btn-link {
    height: 85px;
    padding: 10px 40px 10px 15px;
  }
  .digestion-cleansing .accordion .icons-holder img {
    max-width: 48px;
    max-height: 45px;
  }
  .digestion-cleansing .accordion .icons-holder {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    background-color: #F4F4F4;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .digestion-cleansing .accordion .btn-link[aria-expanded=true] .text {
    text-decoration: none;
  }
  .digestion-cleansing .accordion .btn-link[aria-expanded="true"] .icons-holder {
    background-color: #EEEEEE;
  }
  .digestion-cleansing .accordion .card-body {
    padding: 10px 60px 10px 15px;
  }
  .digestion-cleansing .accordion .btn-link .text {
    font-size: 18px;
    font-family: 'Gilroy-SemiBold';
  }
  ul.custom-list li {
    margin-bottom: 6px;
  }
  .fixed-quick-panel .price-box {
    margin-right: 0;
    text-align: left;
  }
  .fixed-quick-panel .options {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    width: 100%;
  }
  .fixed-quick-panel .item-info {
    display: none;
  }
  body, p {
    font-size: 14px;
    line-height: 22px;
  }
  .accordion .card-body {
    padding: 0px 15px 10px;
  }
  .accordion .btn-link {
    padding: 15px 65px 15px 15px;
    line-height: 19px;
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    font-size: 16px;
    font-family: 'Gilroy-SemiBold';
  }
  .accordion .btn-link .num {
    top: 1px;
  }
  .accordion .btn-link .icons:after {
    display: none;
  }
  .accordion .btn-link .icons {
    border: none;
    right: 0px;
  }
  .accordion .card {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    margin-bottom: 10px;
  }
  .product-videos .carousel-item-body .bottom-review-frame {
    border-radius: 0 0 10px 10px;
  }
  .product-videos .carousel-item-body .nickname {
    font-size: 13px;
  }
  .product-videos .carousel-item-body .review-avatar {
    height: 52px;
    width: 52px;
    min-width: 52px;
  }
  .product-videos .swiper-slide {
    width: fit-content;
  }
  .product-videos video {
    border-radius: 10px 10px 0 0;
    width: 300px !important;
    height: 535px;
  }
  h2 br, .h2 br {
    display: none;
  }
  .product-videos .subtitle span {
    font-size: 13px;
    line-height: 26px;
    padding: 2px 15px 0;
  }
  .cryox-tech .cryox-tech-holder .illustration {
    margin-top: 15px;
  }
  .cryox-tech .cryox-tech-holder .bullets p span {
    font-family: 'Gilroy-Medium';
    display: inline-block;
    margin-right: 15px;
  }
  .cryox-tech .cryox-tech-holder .bullets p br {
    display: none;
  }
  .cryox-tech .cryox-tech-holder .bullets p:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
  }
  .cryox-tech .cryox-tech-holder .bullets p sup {
    display: none;
    line-height: 1;
  }
  .cryox-tech .cryox-tech-holder .bullets p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 30px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddedf;
    text-align: left;
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
  }
  .cryox-tech .cryox-tech-holder .bullets {
    position: relative;
    top: 0;
  }
  .h4, h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .accent-box {
    border-radius: 10px;
  }
  .default-link {
    margin-top: 15px;
  }
  .digestion-cleansing .digestion-cleansing-bottom {
    margin-top: 20px;
  }
  .digestion-cleansing .pains {
    padding: 10px 15px 0;
  }
  .digestion-cleansing .female-body {
    height: 370px;
  }
  .digestion-cleansing .pain .dot {
    display: none;
  }
  .global-complex .digestion-cleansing .pain:before {
    display: none;
  }
  .global-complex .digestion-cleansing .pain {
    border-radius: 8px;
    padding: 2px;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 5px;
  }
  .global-complex .digestion-cleansing .pain .icons {
    border-radius: 7px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    order: 0;
    margin-left: 0;
    margin-right: 15px;
  }
  .global-complex .digestion-cleansing .pain:nth-child(5),
  .global-complex .digestion-cleansing .pain:nth-child(6),
  .global-complex .digestion-cleansing .pain:nth-child(7),
  .global-complex .digestion-cleansing .pain:nth-child(8) {
    right: auto;
    left: 0;
  }
  .global-complex .digestion-cleansing .female-body img {
    width: 175px;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
  .detox .digestion-cleansing .pain:before {
    display: none;
  }
  .digestion-cleansing .pain.pain-alt {
    text-align: left;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .detox .digestion-cleansing .pain {
    border-radius: 8px;
    padding: 2px;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 5px;
  }
  .detox .digestion-cleansing .pain .icons {
    border-radius: 7px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    order: 0;
    margin-left: 0;
    margin-right: 15px;
  }
  .detox .digestion-cleansing .pain:nth-child(5),
  .detox .digestion-cleansing .pain:nth-child(6),
  .detox .digestion-cleansing .pain:nth-child(7),
  .detox .digestion-cleansing .pain:nth-child(8) {
    right: auto;
    left: 0;
  }
  .detox .digestion-cleansing .female-body img {
    width: 175px;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
  .digestion-cleansing .digestion-cleansing-bottom span {
    padding: 10px 15px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 10px;
  }
  .digestion-cleansing.section {
    padding-top: 0;
  }
  .accent-box {
    padding: 15px 20px;
  }
  .half-section .bg-side {
    width: 100%;
  }
  .half-section.alt-half .content {
    padding: 340px 0 40px 0;
  }
  .half-section.alt-half .bg-side {
    top: 300px;
  }
  .half-section.alt-half .content {
    padding: 340px 0px 40px 0;
  }
  .product-support-info .holder .item p {
    padding-right: 50px;
  }
  .product-support-info .holder .item p br {
    display: none;
  }
  .product-support-info .holder .item:last-child {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }
  .product-support-info .holder .item {
    width: 100%;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddedf;
  }
  .product-support-info .holder .item .image img {
    height: 42px;
  }
  .product-support-info .holder .item .image {
    text-align: center;
    margin-bottom: 0;
    width: 60px;
    min-width: 60px;
  }
  .product-support-info .holder:before, .product-support-info .holder:after {
    display: none;
  }
  .product-support-info .holder {
    padding: 30px 15px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .product-header {
    padding-bottom: 35px;
  }
  .product-header .options {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    margin-top: 10px;
  }
  .nt-spinner {
    position: relative;
    height: 42px;
    width: 110px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
  }
  .product-header .options .nt-spinner {
    margin-right: 20px;
  }
  .nt-spinner .nt-btn.btn_more {
    right: 2px;
  }
  .nt-spinner .nt-btn.btn_less {
    left: 2px;
  }
  .volume-group {
    display: block;
  }
  .volume-group .volume-list {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
  }
  .volume-group .volume-checkbox label {
    border-radius: 10px;
    min-width: 210px;
    white-space: nowrap;
  }
  .volume-group .gift-icon span {
    font-size: 11px;
  }
  .additional-group {
    display: block;
  }
  .additional-group .additional-list {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
  }
  .additional-group .additional-checkbox label {
    border-radius: 10px;
    min-width: 210px;
    white-space: nowrap;
  }
  .additional-group .gift-icon span {
    font-size: 11px;
  }
  .product-header .quick-info .left-content .image {
    margin-right: 10px;
  }
  .product-header .quick-info {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .custom-tabs .nav-tabs .nav-link {
    font-size: 10px;
    line-height: 32px;
  }
  .breadcrumb {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-right: -15px;
  }
  .breadcrumb li {
    display: inline;
    white-space: nowrap;
  }
  .product-header .product-header-holder .product-header-imgs .single-image .image {
    height: 300px;
  }
  .product-header .product-header-holder .product-header-imgs .single-image, .product-slider .image {
    height: 300px;
  }
  .catalog-grid.home-catalog .catalog-item {
    margin-right: 15px;
  }
  .catalog-item .image img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .catalog-wrapper .catalog-grid {
    margin-right: 0;
  }
  .catalog-wrapper .catalog-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .overlay-menu .menu-list ul {
    margin-bottom: 6px;
  }
  .overlay-menu .menu-list {
    padding-left: 30px;
    padding-bottom: 130px;
    padding-top: 80px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .overlay-menu .menu-bottom {
    padding: 15px 30px;
  }
  .overlay-menu {
    width: 350px;
  }
  .overlay-menu .menu-list li a {
    line-height: 33px;
    font-size: 17px;
  }
  .overlay-menu .overlay-top {
    padding: 20px 30px;
  }
  .overlay-menu .close-menu-btn {
    right: 20px;
    top: 12px;
  }
  .overlay-menu .logo img {
    height: 19px;
  }
  .overlay-menu .overlay-top {
    padding: 18px 30px 20px;
  }
  footer .copyright-footer .bottom-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    width: 100%;
  }
  footer .copyright-footer .bottom-links a {
    font-size: 13px;
    margin-left: 0;
    display: inline-block;
  }
  nav.sticked {
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reviews.minimal-reviews .swiper-slide.swiper-slide-active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  nav .logo {
    top: 46%;
  }
  nav .logo a {
    display: block;
  }
  footer .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .footer-bottom .menus {
    width: 100%;
    padding: 0;
  }
  footer .logo-holder {
    display: none;
  }
  footer .subscribe {
    margin-bottom: 25px;
  }
  footer .socials a {
    margin-right: 20px;
    margin-left: 20px;
  }
  footer .socials {
    text-align: center;
  }
  footer .socials .soc-text {
    display: none;
  }
  footer .socials .icon {
    display: block;
  }
  footer .subscribe .subscribe-form .form-group .default-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    box-shadow: 2px 2px 8px rgba(175, 183, 188, 0.35);
  }
  footer .subscribe .subscribe-form .form-control.custom-input {
    height: 51px;
    line-height: 49px;
    padding-left: 15px;
    font-size: 14px;
    border-width: 1px;
  }
  footer .footer-bottom .menus a {
    font-size: 14px;
    line-height: 26px;
  }
  footer .copyright-footer .copy-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  footer .copyright-footer .copyright {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.09999999999999998);
  }
  .blog-preview-item .blog-preview-holder:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .product-catalog .catalog-grid::-webkit-scrollbar-track {
    background: transparent;
  }
  .product-catalog .catalog-grid::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .product-catalog .catalog-grid::-webkit-scrollbar {
    height: 0px;
  }
  .additional-group .additional-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .additional-group .additional-list::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .additional-group .additional-list::-webkit-scrollbar {
    height: 0px;
  }
  .breadcrumb::-webkit-scrollbar-track {
    background: transparent;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .breadcrumb::-webkit-scrollbar {
    height: 0px;
  }
  .home-blog .blog-grid::-webkit-scrollbar-track {
    background: transparent;
  }
  .home-blog .blog-grid::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .home-blog .blog-grid::-webkit-scrollbar {
    height: 0px;
  }
  .catalog-grid.home-catalog {
    padding-bottom: 0;
  }
  .catalog-grid.home-catalog::-webkit-scrollbar-track {
    background: transparent;
  }
  .catalog-grid.home-catalog::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .catalog-grid.home-catalog::-webkit-scrollbar {
    height: 0px;
  }
  .home-blog .default-btn {
    margin: auto;
  }
  .home-blog .button-holder {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-blog .blog-preview-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .home-blog .title-heading h2 {
    width: 100%;
  }
  .home-blog .title-heading {
    margin-bottom: 20px;
  }
  h1 br {
    display: none;
  }
  .insta-widget .insta-grid ul {
    margin-right: -10px;
  }
  .insta-widget .insta-grid li {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .insta-widget .insta-info {
    text-align: center;
    margin-top: 20px;
  }
  .default-btn {
    line-height: 42px;
  }
  .default-btn.btn-no-icon .btn-text {
    margin-right: 0;
    top: 1px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar {
    width: 110px;
    min-width: 110px;
    height: 110px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .insta-widget .insta-avatar-wrapper .insta-avatar img {
    max-width: 85px;
  }
  .insta-widget .insta-counts {
    margin-bottom: 15px;
    margin-left: auto;
    margin-top: 15px;
  }
  .insta-widget .insta-counts .item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .insta-widget .insta-avatar-wrapper {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .insta-widget .insta-top {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .reviews.minimal-reviews .swiper-btns {
    display: none;
  }
  .reviews.minimal-reviews .reviews-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reviews.minimal-reviews .review-item .review-content p {
    margin-bottom: 0;
  }
  .reviews.minimal-reviews .review-item .avatar {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin-right: 15px;
  }
  .reviews.minimal-reviews .review-item .avatar-holder .name {
    font-family: 'Evolventa-Bold';
  }
  .reviews.minimal-reviews .swiper-horizontal > .swiper-pagination-bullets,
  .reviews.minimal-reviews .swiper-pagination-bullets.swiper-pagination-horizontal,
  .reviews.minimal-reviews .swiper-pagination-custom,
  .reviews.minimal-reviews .swiper-pagination-fraction {
    margin-top: 0;
  }
  .reviews.minimal-reviews .review-item .avatar-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .reviews.minimal-reviews .review-item {
    display: block;
  }
  .quote-box.home-quote .quote-holder {
    margin-bottom: 0;
  }
  .quote-box .quote-holder {
    padding: 40px 15px !important;
  }
  .quote-box.ceo-text {
    margin-bottom: 40px;
  }
  .quote-box.ceo-text h2 {
    text-align: left;
  }
  .quote-box.ceo-text .quote-holder {
    padding: 40px 15px;
  }
  .quote-box.about-quote {
    margin-top: 40px;
  }
  .blog-preview-item .image {
    border-radius: 10px 10px 0 0;
  }
  .blog-preview-item .image {
    height: 190px;
  }
  .h3, h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .blog-preview-item .preview-title {
    margin-bottom: 10px;
  }
  .special-offer .special-item-body,
  .blog-preview-item .blog-preview-holder,
  .quote-box .quote-holder,
  .reviews.minimal-reviews .swiper-slide,
  .special-gallery .swiper-slide .image,
  .catalog-item .item-holder,
  .reviews.minimal-reviews .swiper-slide:before {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .reviews.minimal-reviews .swiper-slide {
    padding: 30px 15px;
    width: 100%;
  }
  .half-section.about-preview .default-link {
    margin-top: 15px;
  }
  .half-section.about-preview p {
    width: 100%;
  }
  .half-section.about-preview .subtitle span {
    padding: 7px 15px 2px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .half-section h2 {
    margin-bottom: 15px;
  }
  .h2.smallest, h2.smallest {
    line-height: 28px;
    font-size: 24px;
  }
  .half-section .content {
    padding: 340px 0 40px 0px;
  }
  .half-section.about-preview .bg-side {
    background: #F3F3F3;
    background-color: #F3F3F3;
    top: 300px;
    width: 100%;
  }
  .half-section .image-side {
    width: 100%;
    height: 300px;
  }
  .catalog-wrapper.section {
    padding-bottom: 30px;
  }
  .sorting-panel {
    margin-bottom: 15px;
  }
  .catalog-item .default-btn.btn-small {
    font-size: 14px;
  }
  .default-btn.btn-small {
    padding: 0 15px;
    min-width: 100px;
  }
  .catalog-item .image {
    height: 225px;
  }
  .default-btn .icon {
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -1px;
  }
  .default-btn .btn-text {
    top: 1px;
  }
  .catalog-grid.home-catalog .catalog-item {
    width: 290px;
    display: block;
    min-width: 290px;
  }
  .default-btn .btn-text {
    margin-right: 5px;
  }
  .catalog-item.minimal-catalog-item .price-box {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .default-btn {
    box-shadow: 0 1px 6px rgba(110, 252, 43, 0.65), 0px 2px 10px rgba(175, 183, 188, 0.45);
    -moz-box-shadow: 0 1px 6px rgba(110, 252, 43, 0.65), 0px 2px 10px rgba(175, 183, 188, 0.45);
    -webkit-box-shadow: 0 1px 6px rgba(110, 252, 43, 0.65), 0px 2px 10px rgba(175, 183, 188, 0.45);
  }
  .catalog-item.minimal-catalog-item .product-desc:after {
    margin: 10px auto 0;
  }
  .catalog-item.minimal-catalog-item .default-btn {
    line-height: 36px;
  }
  .product-catalog .catalog-item.minimal-catalog-item .image {
    height: 215px;
  }
  .product-catalog .catalog-item.minimal-catalog-item {
    width: 245px;
    display: block;
    min-width: 245px;
  }
  .catalog-item.minimal-catalog-item .item-holder:hover {
    border: none;
  }
  .catalog-item.minimal-catalog-item .item-holder {
    padding: 0;
    border: none;
  }
  .catalog-item {
    margin-right: 15px;
  }
  .product-videos {
    padding-bottom: 40px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h2, h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gilroy-SemiBold';
  }
  .sorting-checkbox label {
    padding: 0 12px;
    line-height: 27px;
  }
  .sorting-checkbox {
    margin-right: 7px;
    margin-bottom: 8px;
  }
  .special-offer {
    margin-top: 15px;
  }
  .special-gallery {
    margin-top: 15px;
    padding-left: 15px;
  }
  .special-gallery .swiper-slide .image {
    height: 290px;
  }
  .hidden-device {
    display: none !important;
  }
  .special-gallery .swiper-slide {
    width: 330px;
  }
  .quotes li .icon, .quotes li img {
    margin-right: 6px;
    font-size: 30px;
  }
  .quotes li img {
    width: 22px;
  }
  .quotes li .text {
    font-size: 15px;
  }
  #quotes-container {
    border-radius: 10px;
    padding: 12px 0 11px;
  }
  .quotes-holder {
    padding: 0px 15px;
    overflow: hidden;
  }
  .custom-header.home-header .header-content .text .button-holder {
    margin-top: 20px;
  }
  .custom-header.home-header .header-content .default-btn {
    margin: auto;
  }
  .custom-header.home-header .header-content {
    height: 465px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 60px;
  }
  .header-wrapper {
    padding: 15px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .custom-header.home-header .header-content .text {
    width: 90%;
  }
  .custom-header.home-header h1 {
    color: #ffffff;
  }
  .custom-header.home-header:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.46%, rgba(0, 0, 0, 0.4) 84.28%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 91%;
  }
  .custom-header.home-header {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    text-align: center;
    background-position-x: 22%;
  }
  .custom-header.home-header .header-content .empty {
    display: none;
  }
  main {
    padding-top: 85px;
  }
  .free-stroke {
    line-height: 30px;
    font-size: 15px;
  }
  nav {
    top: 30px;
  }
  header {
    display: none;
  }
  nav .right-nav li {
    margin-left: 16px;
  }
  .icon {
    font-size: 22px;
  }
  nav .logo img {
    height: 19px;
  }
  nav ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  nav ul a {
    display: block;
  }
  nav .left-nav li {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .quotes-holder {
    margin-bottom: 15px;
  }
  .production {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .support-of-nature img {
    margin-top: -40px;
    max-width: 100%;
    position: relative;
    transform: none;
    top: 0;
    margin-bottom: 30px;
  }
  .support-of-nature h3 br {
    display: none;
  }
  .support-of-nature h2 {
    text-align: left;
  }
  .support-of-nature {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .half-about-info .text {
    margin-top: 10px;
    padding-right: 0;
  }
  .half-about-info {
    margin-top: 0;
  }
  .half-about-info.info-alt h3 {
    margin-bottom: 15px;
  }
  .half-about-info h3 {
    font-size: 16px;
  }
  .half-about-info .image img {
    max-width: 70%;
  }
  .half-about-info.info-alt .image img {
    max-width: 100%;
  }
  .half-about-info.info-alt {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .half-about-info.info-alt .text {
    padding-left: 0;
  }
  .half-about-info .text, .half-about-info .image {
    width: 100%;
  }
  .half-about-info {
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .about-header .image img {
    max-width: 85%;
    position: relative;
    left: 8%;
    top: 0;
  }
  .about-header .content {
    width: 100%;
  }
  .about-header .image {
    width: 100%;
  }
  .about-header {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
  }
  .sertificates .sertificate-item .link .link-text {
    font-size: 15px;
  }
  .quotes li {
    margin: 0.5em 40px 0.5em 0;
  }
  .modal.custom-modal .modal-header {
    padding: 30px 15px 0;
  }
  .modal.custom-modal .close {
    top: 10px;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-bottom .button-holder {
    padding: 0;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-bottom .default-btn.btn-dark {
    width: 100%;
    border-radius: 0px;
    line-height: 60px;
  }
  .frame-modal-wrapper .frame-modal-bottom .total {
    padding: 10px 15px 5px;
  }
  .frame-modal-wrapper .frame-modal-bottom .promocode-panel .form-control.custom-input {
    height: 46px;
    left: 15px;
    top: 10px;
    right: 15px;
  }
  .frame-modal-wrapper .frame-modal-bottom .promocode-panel .promocode-name {
    top: 20px;
    left: 15px;
  }
  .default-btn.btn-outline.btn-small {
    padding: 0 20px;
    font-size: 15px;
  }
  .frame-modal-wrapper .frame-modal-bottom .promocode-panel {
    padding: 10px 15px;
    position: relative;
    height: 65px;
  }
  .cart-item .cart-item, .frame-modal-wrapper.quick-cart .cart-item {
    position: relative;
    padding: 10px 0;
    margin: 0;
  }
  .frame-modal-wrapper .close-cart .icon {
    font-size: 22px;
  }
  .cart-list .cart-item .item-info .right-side, .frame-modal-wrapper.quick-cart .cart-item .item-info .right-side {
    width: 83%;
  }
  .frame-modal-wrapper .frame-modal-header {
    padding: 30px 15px 10px;
    height: fit-content;
    border: none;
    position: relative;
    text-align: left;
    background-color: transparent;
  }
  .frame-modal-wrapper .close-cart {
    right: 15px;
    top: 13px;
    left: auto;
  }
  .frame-modal-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translatey(100%);
  }
  .frame-modal-wrapper.quick-cart .frame-modal-list {
    height: 325px;
    overflow-y: auto;
    padding: 0 15px;
  }
  .frame-modal-wrapper.quick-cart .frame-modal-body {
    overflow: hidden;
    padding: 0;
  }
  .frame-modal-wrapper .modal-wrapper-holder {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
  .frame-modal-wrapper.opened {
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .auth-modal .auth-modal-wrapper .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auth-modal .auth-modal-wrapper .button-holder {
    padding: 0 15px;
    text-align: center;
  }
  .auth-modal .auth-bottom, .auth-modal .soc-auth {
    padding: 15px;
  }
  .auth-modal .soc-auth .soc-auth-btns .btn-icon:first-child {
    margin-left: 0;
  }
  .auth-modal .soc-auth .soc-auth-btns .btn-icon {
    margin-left: 15px;
  }
  .auth-modal .modal-wrapper {
    width: 315px;
  }
  .btn-icon {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
  }
  .auth-modal .modal-header h3 {
    font-size: 18px;
  }
  .auth-modal .modal-header {
    padding: 20px 15px 15px;
  }
  .auth-modal .auth_content {
    padding: 0px 15px 15px;
  }
  .auth-modal .modal-header .remove-auth-modal {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .price-element {
    font-size: 18px;
  }
  .modal.custom-modal.default-modal.plant-modal .modal-body {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .plant-wrapper .plant-item h4 {
    text-align: center;
    font-size: 18px;
  }
  .plant-wrapper .plant-item .image {
    min-width: 180px;
    width: 180px;
    height: 180px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .plant-wrapper {
    height: 460px;
  }
  .plant-wrapper .plant-item {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #dddedf;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .contacts-holder .business-contacts {
    margin-top: 30px;
  }
  .contacts-holder .business-contacts ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .label-custom, label.label-custom {
    margin-bottom: 10px;
  }
  .blog-preview-item.item-wide .content {
    padding: 20px 15px;
  }
  .blog-preview-item.item-wide .image {
    height: 190px;
  }
  .blog-preview-item.item-wide .content, .blog-preview-item.item-wide .image {
    width: 100%;
  }
  .blog-preview-item.item-wide .blog-preview-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .doctor-section .doctor-holder .image-side {
    height: 160px;
    margin-bottom: 20px;
  }
  .doctor-section .info {
    padding: 7px 25px;
  }
  .doctor-section .circles {
    width: 188px;
    height: 188px;
    bottom: auto;
    left: 50.5%;
    padding: 10px;
    top: 42.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .doctor-section .circles span {
    padding: 9px;
  }
  .doctor-section .doctor-holder .image-side .image {
    width: 150px;
    height: 150px;
  }
  .contacts-holder .times {
    margin-bottom: 15px;
  }
  .contacts-holder .email-box {
    margin-top: 30px;
  }
  .contact-column {
    border: 1px solid #dddedf;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 20px 15px;
  }
  .contacts-wrapper h1 {
    text-align: center;
  }
  .contacts-holder {
    text-align: center;
  }
  .contacts-holder .default-btn {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .contacts-holder .email-box .default-btn, .contacts-holder .phones .default-btn, .contacts-holder .phones.social-btns .default-btn {
    width: 100%;
  }
  .contacts-holder .contacts-rows {
    display: block;
  }
  .support-of-nature img {
    max-width: 85%;
    position: relative;
    transform: none;
    top: -35px;
    margin: 0px auto;
    display: block;
  }
  .about-header .image img {
    margin: 0 auto 20px;
    max-width: 90%;
    position: relative;
    left: 7%;
  }
  .half-about-info .image img {
    max-width: 62%;
    position: relative;
    left: -5%;
  }
  .half-about-info.info-alt .image img {
    max-width: 88%;
    position: relative;
    left: 7%;
  }
  .production-gallery .swiper-slide {
    width: 280px;
    border-radius: 10px;
  }
  .production-gallery .swiper-slide .image {
    width: 100%;
    height: 190px;
  }
  .custom-header.delivery-header {
    background-size: 310px;
    background-position-y: 40px;
  }
  .custom-header .header-content .text {
    width: 100%;
    text-align: center;
  }
}
@media (max-height: 680px) {
  .overlay-menu .menu-list {
    overflow-y: scroll;
  }
}
