.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.relative {
  position: relative;
}

.align-items-center {
  align-items: center;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.opinion-has-left-img {
  display: block;
  float: left;
  margin-right: 15px;
}

.half-width {
  width: 50%;
}

.reset-margin {
  margin-left: -20px;
  margin-right: -20px;
}

.u-border-blue {
  background-image: linear-gradient(to top, transparent 0%, transparent 6%, #4fb8e1 6%, #4fb8e1 24%, transparent 24%);
  display: inline;
}

.full-width {
  width: 100%;
}

.lt {
  text-decoration: line-through;
}

.green {
  color: green;
}

.color-red {
  color: #ed2040;
}

.color-orange {
  color: #f07505;
}

.bg-pink {
  background: #f8e9e4;
}

.bg-grey {
  background-color: #dedede;
}

.bg-light-pink {
  background: #fffaf7;
}

.b {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.browser-color {
  color: #1659b4;
}

.uppercase {
  text-transform: uppercase;
}

.bigger {
  font-size: 19px;
  line-height: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.a-center {
  text-align: center !important;
}

.color-green {
  color: #208411;
}

.is-center {
  text-align: center !important;
  text-align-last: center !important;
}

.is-left {
  text-align: left;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none !important;
}

.is-right {
  text-align: right;
  text-align-last: right !important;
}

.is-justify {
  text-align: justify;
}

.is-bold {
  font-weight: bold;
}

.is-italic {
  font-style: italic;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.center-photo {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.border-rad-10 {
  border-radius: 10px;
}

.light-pinkbg {
  background-color: #f3bfce;
}

.dark-pinkbg {
  background-color: #d97390;
}

.has-left-img {
  display: block;
  float: left;
  max-width: 250px;
  padding-right: 15px;
}
.has-left-img img {
  margin-bottom: 5px;
}

.has-center-img {
  display: block;
  max-width: 250px;
}

.white-text {
  color: #ffffff;
}

.p-relative {
  position: relative;
}

.p-t-20 {
  padding-top: 20px !important;
}

.has-right-img {
  display: block;
  float: right;
  max-width: 250px;
  padding-left: 15px;
}
.has-right-img img {
  margin-bottom: 5px;
}

.bg-yellow {
  background: #ffd800;
}

.primary-color {
  color: #888;
}

.w-100 {
  width: 100%;
}

.mw-250 {
  max-width: 250px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-450 {
  max-width: 450px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-650 {
  max-width: 650px;
}

.mw-800 {
  max-width: 800px;
}

.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-0 {
  margin-right: 0px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/poppins/thin-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/poppins/thin-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/poppins/light-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/poppins/extralight-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/poppins/light-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/poppins/light-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/regular-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/regular-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/medium-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/medium-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/semibold-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/semibold-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/poppins/bold-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/poppins/bold-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/poppins/black-le.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/poppins/black-l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #242424;
}

h2 {
  font-size: 27px;
  font-family: "Poppins";
  letter-spacing: 0.6px;
  line-height: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

h3 {
  font-size: 1.625rem;
  line-height: 2.375rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h5 {
  font-size: 0.8125rem;
  line-height: 1.4375rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.25rem;
}

/*KEYFRAMES*/
@keyframes cookieAnimate {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
    padding: 0px;
  }
  100% {
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin: 6px;
  }
}
@keyframes cookieContentAnimate {
  0% {
    position: relative;
    top: -10px;
    opacity: 0;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins";
  background: #fff;
  line-height: 1.25;
  color: black;
  font-size: 0.9375rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.btn-text {
  font-size: 2.1875rem;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding: 0px;
  color: #001aee;
  text-decoration: underline;
  line-height: 1.3;
}

.crossed {
  text-decoration: line-through;
}

.current-info {
  color: #ff0000;
  font-style: italic;
}
hr {
  height: 1px;
  background: #ccc;
  outline: none;
  border: 0px;
}

.small {
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  text-align: center;
}

.btn,
button,
input[type=submit] {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.buttons {
  align-items: center;
}
.buttons > * {
  margin-right: 10px;
}

.btn {
  padding: 0px 17px;
  line-height: 40px;
  position: relative;
  font-size: 0.75rem;
  transition: 0.2s ease-in-out;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  opacity: 0.8;
}
.btn--radius {
  border-radius: 20px;
}
.btn--primary {
  background: #888;
  color: #fff;
}
.btn--primary span:before {
  background-color: #fff !important;
}
.btn--icon i {
  font-size: 0.875rem;
}
.btn--icon span {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  margin-left: 13px;
}
.btn--icon span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.btn--main {
  font-size: 1.875rem;
  margin: 20px 0px;
  padding: 0px;
  color: #1659b4;
}

.promo, .popupText button.promo {
  background: #28a745;
  padding: 15px 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.article ul {
  padding-left: 40px;
  list-style-type: disc;
}
.article ul li {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin: 3px 0px;
}

.arrow-list2 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.arrow-list2 li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.arrow-list2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 21px;
  font-weight: 900;
  color: #69974c;
}

.arrow-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.arrow-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.arrow-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 32px;
  font-weight: 900;
  color: #8058bd;
}

.circle-check-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.circle-check-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  line-height: 24px !important;
}
.circle-check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-size: 20px;
  font-weight: 900;
  color: #ff00a2;
}

.check-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.check-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.check-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 17px;
  font-weight: 500;
  color: #ff7b8a;
}

.check-list2 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 80px !important;
}
.check-list2 li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
  position: relative;
}
.check-list2 li:before {
  content: "";
  background-image: url(../img/icons/check2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #69974c;
  width: 30px;
  height: 31px;
  position: absolute;
  left: -60px;
}

.arrow-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.arrow-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.arrow-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 26px;
  font-weight: 900;
  color: #ff7b8a;
}

.stars-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.stars-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.stars-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f005";
  font-size: 26px;
  font-weight: 900;
  color: #d5ae4a;
}

.playbutton-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.playbutton-list li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 25px;
}
.playbutton-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f152";
  font-size: 25px;
  font-weight: 900;
  color: #d5ae4a;
}

@media screen and (max-width: 500px) {
  .article ul {
    padding-left: 10px;
  }
}
.breadcrumbs {
  padding-top: 10px;
  margin: 0px 0px 20px;
  font-weight: 700;
  font-size: 1rem;
}
.breadcrumbs .sep {
  margin: 0px 8px;
}
.breadcrumbs__item {
  color: #606060;
  transition: 0.2s ease-in-out;
  text-decoration: none !important;
}
.breadcrumbs__item:last-child::after, .breadcrumbs__item:last-of-type::after {
  content: none;
}
.breadcrumbs__item.is-active, .breadcrumbs__item:hover {
  color: #444;
}
.breadcrumbs-addition {
  margin-left: auto;
  color: #808080;
  font-size: 0.8125rem;
}
.breadcrumbs-addition .header-date {
  margin-right: 0px;
  margin-left: 3px;
}

.author {
  align-items: center;
  font-size: 1rem;
  color: #606060;
}
.author .b {
  color: #000000;
}
.author__img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.author__img img {
  width: 100%;
  object-fit: cover;
}
.aboutAuthor {
  background: #88825;
  align-items: center;
  margin-top: 10px;
  padding: 30px;
}
.aboutAuthor__img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
}
.aboutAuthor__content {
  width: calc(100% - 210px);
  margin-left: 40px;
}
.aboutAuthor__content h3 {
  font-size: 1.6875rem;
  line-height: 2.3125rem;
  margin-bottom: 20px;
  margin-top: 0px;
}
.aboutAuthor__content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 650px) {
  .aboutAuthor {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
  .aboutAuthor__content {
    width: 100%;
    margin-left: 0px;
  }
  .aboutAuthor__content h3 {
    margin-top: 15px;
  }
}
.socialMedia {
  margin-top: 30px;
  margin-bottom: 30px;
}
.socialMedia .shareTitle {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  color: #444;
  position: relative;
  line-height: 40px;
  padding: 0px 13px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 15px;
}
.socialMedia .shareTitle:after, .socialMedia .shareTitle:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.socialMedia .shareTitle:before {
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #e9e9e9;
}
.socialMedia .shareTitle:after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
}

.weather-widget {
  align-items: center;
  margin-right: 30px;
}

.weather-icon {
  width: 50px;
}

.weather-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.weather-temp {
  font-size: 20px;
  font-weight: bold;
}

.weather-city {
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags .tag {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #E4E5E6;
  color: #17222B;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.tags .tag:hover {
  background: #E4E5E6;
}
.tags .tag--first {
  background: #E4E5E6;
  letter-spacing: 1px;
}

.thankyou-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.thankyou-main .thank-photo-container {
  display: flex;
  justify-content: center;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff3f3;
  align-items: flex-start;
}
.thankyou-main .thank-photo-container .thank-photo {
  width: 80%;
  object-fit: contain;
  max-height: 100%;
  position: relative;
  top: 20px;
}
.thankyou-main .thank-title {
  font-size: 36px;
  color: #135c1f;
  font-weight: bold;
  letter-spacing: 0.25px;
  padding-top: 30px;
  line-height: 46px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thankyou-main .successMsg {
  font-size: 28px;
  line-height: 38px;
  padding: 0;
}
.thankyou-main .thank-button {
  width: 100%;
  background-color: #367736;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 25px 10px 25px 10px;
  border: none;
  border-radius: 10px;
  letter-spacing: 0.25px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 720px) {
  .sideboxes-order {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .thank-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .successMsg {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .thank-button {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
.order-section {
  background: #fff;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0px;
}

div.form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

div.buyForm.main-site div.form {
  margin-left: auto;
  padding: 15px 30px;
}
div.buyForm.main-site div.form input, div.buyForm.main-site div.form select {
  border: 1px solid #b1aeaf !important;
}
div.buyForm.main-site div.form h2.order-title {
  text-transform: uppercase;
  color: #ff0000;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
}

.verified {
  color: #166534;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 5px;
}
.verified span {
  margin-right: 5px;
  padding: 5px 8px;
  border-radius: 15px;
  background-color: #dcfce7;
}
.verified span i {
  margin-right: 5px;
}

.regulationsBox {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.regulationsBox label {
  padding-left: 15px;
}
.regulationsBox label a {
  color: black;
}
.regulationsBox input[type=checkbox] {
  width: 23px;
  height: 23px;
  border-radius: 5px;
  -webkit-appearance: none;
}
.regulationsBox input[type=checkbox]:checked {
  background-color: #3b82f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
  background-position: center;
  border: 1px solid #3b82f6 !important;
}

.under-regulations-text {
  color: #787878;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  padding-left: 43px;
}
.under-regulations-text a {
  color: #787878;
}

.formGroup-half, .formGroup-3-1 {
  display: flex;
  gap: 20px;
}

.formGroup {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 0px;
}

.formGroup-half .formGroup {
  width: 50%;
}

label {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-left: 5px;
}

.formContent {
  width: 100%;
}
.formContent input {
  width: 100%;
}

input, select {
  border: 1px solid black !important;
  font-size: 15px;
  padding: 8px 10px;
  background: #fff;
  outline: none;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
}

.formGroup-3-1.reverse {
  flex-direction: row-reverse;
}

input:last-of-type {
  margin-right: 0px;
}

.formGroup-3-1 .formGroup:first-child {
  width: 70%;
}
.formGroup-3-1 .formGroup:last-child {
  width: 30%;
}

.col-sm-1 {
  width: 100%;
}

select {
  padding: 8px 10px;
  background: #fff;
  outline: none;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
}

.radio-flex {
  justify-content: left;
  gap: 3px;
  flex-wrap: wrap;
  align-items: left;
  padding-bottom: 15px;
  padding-top: 15px;
  flex-direction: column;
}
.radio-flex .radioGroup {
  flex-direction: row;
  align-items: center;
}

.summary p {
  font-size: 18px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.pullLeft {
  float: left;
}

.radioGroup label {
  width: 100%;
  margin-left: 10px;
}

div.form input[type=submit] {
  width: 100%;
  background: #166534;
  font-weight: bold;
  color: #fff;
  border: inherit !important;
}

input[type=submit] {
  margin: 0 auto;
  display: inline-block;
  border: none;
  padding: 10px 40px;
  font-size: 25px;
}

.form-icons {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.form-icons img {
  width: initial !important;
}
.form-icons .form-single-icon {
  max-height: 30px;
  object-fit: contain;
  margin: 15px;
}

.product-price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
}
.product-price .old-price {
  text-decoration: line-through;
}
.product-price .new-price {
  font-weight: bold;
}
.product-price span {
  margin: 15px;
}
.product-price i {
  color: #c00;
}

@media screen and (max-width: 700px) {
  .formGroup-half, .formGroup-3-1 {
    flex-wrap: wrap;
    gap: 0px;
  }
  .formContent {
    width: 100%;
  }
  .form-group {
    display: block;
  }
  .formGroup-half .formGroup {
    width: 100%;
  }
  .formGroup-3-1 .formGroup:first-child, .formGroup-3-1 .formGroup:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div.buyForm.main-site div.form {
    padding: 15px 0px;
  }
}
/*Cookie communicate*/
.closeCookieBox {
  opacity: 0;
}

.cookieBox {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 100%;
  text-align: center;
  transition: 0.2s linear;
  z-index: 1000;
}
.cookieBox.display {
  display: block;
}
.cookieBox.display.closeCookieBox {
  display: none;
}
.cookieBox .cookieBoxContent {
  background: rgba(0, 0, 0, 0.7607843137);
}
.cookieBox .cookieBoxContent {
  color: #ffffff;
  padding: 20px;
  line-height: 23px;
  animation: cookieContentAnimate 0.5s 1 0.4s;
  animation-fill-mode: forwards;
  position: relative;
  transition: 1s linear;
  opacity: 0;
  display: flex;
  flex-direction: row;
}
.cookieBox .cookieBoxContent p {
  padding: 0px;
  line-height: 19px;
  margin: 0px;
}
.cookieBox .cookieBoxContent p:first-child {
  width: calc(100% - 190px);
}
.cookieBox .cookieBoxContent p:last-child {
  margin-left: auto;
}
.cookieBox .cookieBoxContent a.readMore {
  color: #b9b9b9;
}
.cookieBox .cookieBoxContent a.readMore:hover {
  text-decoration: underline;
}
.cookieBox .cookieBoxContent a.closeCookies {
  background: #888;
  padding: 7px 20px;
  border-radius: 5px;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .cookieBox .cookieBoxContent {
    flex-direction: column;
    align-items: center;
  }
  .cookieBox .cookieBoxContent p:first-child {
    width: 100%;
  }
  .cookieBox .cookieBoxContent p:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
}
blockquote {
  color: #000;
  padding: 20px 30px;
  background: #cfcfcf;
  position: relative;
  margin: 0px;
  border-radius: 10px;
  font-size: 19px;
  line-height: 32px;
  z-index: 10;
  font-style: italic;
}
blockquote:after, blockquote:before {
  font-size: 200px;
  font-family: "Calisto MT";
  line-height: 150px;
  z-index: -1;
  content: '"';
  position: absolute;
  width: 30px;
  height: auto;
  width: 100px;
  height: 80px;
  background-size: contain;
  z-index: 0;
  opacity: 0.06;
}
blockquote:before {
  top: 10px;
  left: 0px;
}
blockquote:after {
  bottom: 0px;
  right: -10px;
}
blockquote .has-left-img {
  overflow: hidden;
  border-radius: 10px;
  max-width: 190px;
  margin-right: 15px;
  margin-bottom: 0px;
}
blockquote img {
  margin-bottom: 0px !important;
  padding-right: 0px !important;
}
blockquote p {
  margin: 0px;
  line-height: 1.6875rem !important;
}

div.main div.mainContainer {
  width: 1050px;
  padding: 0px;
  margin: 0 auto;
  background: #f3f3f3;
}

div.sideBoxes {
  padding: 30px 20px;
}

.sideboxes-order {
  background: #fff;
}

.del {
  text-decoration: line-through;
  color: #ff0000;
}

.productInfoVariant-1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.productInfoVariant-1 > .infoProd {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: #222;
  margin-right: 0px;
}

.productInfoVariant-1 > .infoProd > .oldPrice {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: line-through;
}

.productInfoVariant-1 > .infoProd > p {
  margin-bottom: 8px;
}

.productInfoVariant-1 > .infoProd > .newPrice {
  color: #F44336;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.header {
  position: relative;
}
.header__icons {
  position: absolute;
  top: 15px;
  right: 0px;
}
.header__additional-icons img {
  width: 25px;
  opacity: 0.5;
  max-height: 46px;
  margin: 0px 6px;
  transition: 0.2s ease-in-out;
}
.header__additional-icons img:hover {
  opacity: 1;
}

.header__additional-search {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.header__additional-search input {
  border-radius: 30px;
  padding: 10px 15px;
  margin-right: 0px;
  padding-right: 40px;
  box-sizing: border-box;
  width: 300px;
  border: none;
}
.header__additional-search img {
  height: 20px;
  margin-right: 5px;
}
.header__additional-search a {
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000000;
  background: #cccccc;
  font-weight: bold;
  padding: 8px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-transform: uppercase;
}

.header__additional-menu {
  display: flex;
  margin-left: auto;
}
.header__additional-menu ul {
  margin-top: 25px;
  display: flex;
  margin-left: auto;
  padding: 12px 20px;
}
.header__additional-menu ul li a {
  color: #000000;
  margin: 0px 12px;
  font-size: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 870px) {
  .header__additional-menu ul {
    margin-top: 0px;
  }
}
.layout__center {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.left-side {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.right-side {
  padding-top: 5px;
}

.center-photo {
  display: block;
  margin: 0 auto;
}

.header-layout__center {
  background: #fff;
}
.header-layout__center .layout__center {
  background: #ffffff;
}

.header {
  border-bottom: 2px solid #000;
}
.header__content {
  align-items: center;
  justify-content: center;
}
.header__logo-link {
  margin: 0px;
  display: inline-block;
  position: relative;
}
.header__logo-link img {
  width: 700px;
  max-width: 100%;
  margin: 40px 0px 20px;
}

.main-header {
  position: relative;
}

.header-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header-container .header-content {
  position: relative;
  padding: 100px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  max-width: 900px;
  z-index: 2;
}
.header-container .header-content .header-content-width {
  max-width: 450px;
}
.header-container .header-content h1 {
  font-size: 35px;
  line-height: 45px;
  color: black;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
  margin-top: 20px;
}
.header-container .header-content h2 {
  font-size: 27px;
  line-height: 37px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}
.header-container .header-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}
.header-container .header-content p:nth-of-type(2) {
  margin-bottom: 20px;
}
.header-container .header-content .header-img {
  display: block;
  max-width: 370px;
  width: 100%;
  align-self: flex-end;
}
.header-container .header-content .header-img img {
  width: 100%;
  object-fit: contain;
  display: block;
}

.bg-header {
  position: relative;
}
.bg-header:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.bg-header:after {
  display: none;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  height: 100%;
  background-image: url(../img/background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .bg-header:before {
    left: 160px !important;
  }
}
@media screen and (max-width: 1000px) {
  .header-container .header-content {
    padding-top: 60px;
  }
  .header-container .header-content .header-img {
    max-width: 320px;
  }
}
@media screen and (max-width: 800px) {
  .bg-header-mobile {
    display: block;
  }
  .bg-header {
    background-color: #f5901a;
    overflow: hidden;
  }
  .bg-header:before {
    display: none;
  }
  .bg-header:after {
    display: none;
  }
  .header-container .header-content {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 0px 0px;
    gap: 20px;
  }
  .header-container .header-content .header-content-width {
    max-width: 100%;
  }
  .header-container .header-content h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #fff !important;
  }
  .header-container .header-content h2 {
    text-align: center;
  }
  .header-container .header-content p {
    text-align: center;
  }
  .header-container .header-content p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .header-container .header-content .header-img {
    max-width: 280px;
  }
}
@media screen and (max-width: 550px) {
  .header-container .header-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .header-container .header-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.main-content {
  position: relative;
}
.main-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}
.main-content .flex-photo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
}
.main-content .flex-photo img {
  width: 100%;
  max-width: 200px;
}
.main-content .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
}
.main-content .flex-container img {
  max-width: 390px;
  width: 100%;
}
.main-content .flex-container p {
  text-align: left !important;
  text-align-last: left !important;
}
.main-content .flex-container h2 {
  margin-top: 0;
}
.main-content .flex-container.second-container img {
  max-width: 270px;
}
.main-content .flex-container.second-container ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
}
.main-content .flex-container.second-container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.main-content .flex-container.second-container ul li:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 55px;
  height: 65px;
  display: block;
}
.main-content .flex-container.second-container ul li:nth-of-type(1):before {
  background-image: url(../img/icons/01.svg);
}
.main-content .flex-container.second-container ul li:nth-of-type(2):before {
  background-image: url(../img/icons/02.svg);
}
.main-content .flex-container.second-container ul li:nth-of-type(3):before {
  background-image: url(../img/icons/03.svg);
}
.main-content .flex-container.second-container ul li:nth-of-type(4):before {
  background-image: url(../img/icons/04.svg);
}
.main-content .flex-container.third-container img {
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
}
.main-content .flex-container.third-container .points-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content .flex-container.third-container .points-container > p:last-of-type {
  text-align: center !important;
  text-align-last: center !important;
}
.main-content .flex-container.third-container .points-container .point {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.main-content .flex-container.third-container .points-container .point:before {
  background-color: #f07505;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  content: "";
  color: white;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  font-weight: bold;
}
.main-content .flex-container.third-container .points-container .point:nth-of-type(1):before {
  content: "1";
}
.main-content .flex-container.third-container .points-container .point:nth-of-type(2):before {
  content: "2";
}
.main-content .flex-container.third-container .points-container .point:nth-of-type(3):before {
  content: "3";
}
.main-content .benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.main-content .benefits .benefit {
  width: 100%;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 17px 15px;
}
.main-content .benefits .benefit p {
  text-align: center;
}
.main-content .problem-action-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
}
.main-content .problem-action-container .problem,
.main-content .problem-action-container .action {
  padding: 25px;
  color: #fff;
  min-height: 310px;
  width: 50%;
}
.main-content .problem-action-container .problem p,
.main-content .problem-action-container .action p {
  margin: 20px 0px;
}
.main-content .problem-action-container .problem p:nth-of-type(1),
.main-content .problem-action-container .action p:nth-of-type(1) {
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}
.main-content .problem-action-container .problem {
  background-color: #333333;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-content .problem-action-container .action {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f07505;
}
.main-content .problem-action-container .action a {
  background-color: #fff;
  border-radius: 10px;
  color: #f07505;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 15px;
}
.main-content .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.main-content .timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.main-content .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.main-content .container::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: calc(27% - 9px);
  right: -10px;
  background: #f07505;
  border-radius: 16px;
  z-index: 1;
}
.main-content .container::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 4px;
  top: calc(27% - 2px);
  right: 6px;
  background: #f5f5f5;
  z-index: 1;
}
.main-content .container .content {
  padding: 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.2);
}
.main-content .container .content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.main-content .container .content p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 20px;
}
.main-content .container.left {
  left: 0;
}
.main-content .container.right {
  left: 50%;
}
.main-content .container.right::after {
  left: -9px;
  right: auto;
}
.main-content .container.right::before {
  left: 8px;
  right: auto;
}
.main-content .container.right .content {
  padding: 20px;
}
.main-content .ingredients-container {
  display: flex;
  flex-direction: row;
  gap: 65px;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.main-content .ingredients-container .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: underline;
  text-underline-position: right;
  font-size: 27px;
  line-height: 37px;
  color: #f07505;
  font-weight: bold;
  text-underline-offset: 16px;
  text-decoration-thickness: 4px;
}
.main-content .ingredients-container .ingredients {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-content .ingredients-container .ingredients .ingredient {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.main-content .ingredients-container .ingredients .ingredient .img-holder {
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 79px;
  height: 79px;
}
.main-content .ingredients-container .ingredients .ingredient .img-holder img {
  display: block;
  object-fit: cover;
}
.main-content .four-items-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-content .four-items-container .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
}
.main-content .four-items-container .item:before {
  content: "";
  background-image: url(../img/img_07.png);
  width: 100%;
  max-width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-content .orange-box-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.main-content .orange-box-container .orange-box {
  border-radius: 10px;
  max-width: 375px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .orange-box-container .orange-box p {
  text-align: center;
  padding-top: 20px;
}
.main-content .orange-box-container .orange-box p:nth-of-type(1) {
  font-weight: bold;
  padding-top: 0px !important;
  padding-bottom: 20px;
}
.main-content .orange-box-container .orange-box:nth-of-type(1) {
  background: #fff;
  border: 1px solid #f07505;
  color: #656565;
}
.main-content .orange-box-container .orange-box:nth-of-type(2) {
  background: #f07505;
  color: #fff;
}
.main-content .orange-box-container .orange-box .img-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.main-content .orange-box-container .orange-box .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content h2, .grey-section h2 {
  padding-top: 30px;
  margin-top: 0px;
}

.headline-paragraph {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.headline-paragraph p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: normal;
}
.headline-paragraph p span {
  display: block;
  font-weight: normal;
  margin: 20px 0px 0px;
}

.product-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 20px;
}
.product-flex p {
  font-size: 20px;
  line-height: 30px;
}
.product-flex img {
  max-width: 390px;
  width: 100%;
}
.product-flex .product-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-flex .product-prices p {
  margin: 0 !important;
}
.product-flex .product-prices span {
  font-size: 32px;
  line-height: 42px;
}
.product-flex .product-prices .article-old-price {
  font-weight: bold;
  color: #ed2040;
}
.product-flex .product-prices .article-new-price {
  font-weight: bold;
  color: #1b5700;
}

.full-photo-section {
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 410px;
}
.full-photo-section img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.grey-section {
  background-color: #f5f5f5;
}
.grey-section .three-problems {
  margin-top: 20px;
}
.grey-section .grey-section-content {
  padding-bottom: 30px;
}
.grey-section .grey-section-content img {
  width: 100%;
}
.grey-section .grey-section-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.grey-section .grey-section-content .three-problems li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
.grey-section .grey-section-content .three-problems li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 28px;
  width: 100%;
  height: 28px;
  display: block;
}
.grey-section .grey-section-content .three-problems li:nth-of-type(1):before {
  background-image: url(../img/icons/warning.svg);
}
.grey-section .grey-section-content .three-problems li:nth-of-type(2):before {
  background-image: url(../img/icons/stop-sign.svg);
}
.grey-section .grey-section-content .three-problems li:nth-of-type(3):before {
  background-image: url(../img/icons/heart.svg);
  max-width: 32px;
  height: 32px;
}
.grey-section .grey-section-content .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grey-section .grey-section-content .button-container .orange-button {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background-color: #f07505;
  padding: 12px 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}
.grey-section .grey-section-content .title-orange {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -30px;
}
.grey-section .grey-section-content .title-orange h2 {
  align-self: center;
}
.grey-section .grey-section-content .title-orange .spacer {
  height: 150px;
  min-width: 150px;
  position: relative;
}
.grey-section .grey-section-content .title-orange .spacer .photo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  right: 0;
  top: -80px;
  position: absolute;
}
.grey-section .grey-section-content .title-orange .spacer .photo-container img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding: 22px;
}
.grey-section .profits-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.grey-section .profits-container .profit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
}
.grey-section .profits-container .profit p {
  margin: 0;
}
.grey-section .profits-container .profit span {
  margin-top: 5px;
  font-size: 20px;
}

.article {
  max-width: 100%;
}
.article h2 {
  margin: 0px;
}
.article ul li {
  padding-bottom: 10px;
  line-height: 1.875rem;
}
.article ul li b {
  color: green;
}
.article-Text {
  margin: 0;
  padding-top: 20px;
}
.article-Text:first-of-type {
  padding-top: 0px;
}
.article-line {
  display: block;
  margin: 0 auto;
  height: 3px;
  background-color: #dedede;
  max-width: 400px;
  width: 100%;
  margin-top: 15px;
}
.article-ref_container {
  background-image: url(../img/ref-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 50px 30px 50px;
  margin-top: 25px;
  margin-left: -30px;
  margin-right: -30px;
}
.article-ref_text {
  font-size: 32px;
  font-weight: bold;
  color: #4d6b45;
}
.article-ref {
  background-color: rgba(255, 255, 253, 0.9);
  text-align: center;
  padding: 60px 50px;
  border-radius: 10px;
}
.article-photo {
  margin: 0 auto;
  text-align: center;
  display: inherit;
  border-radius: 10px;
  max-width: 100%;
}
.article-multiple-photo {
  max-width: 100%;
}
.article-multiple-photo img {
  object-fit: cover;
  margin: 5px;
  max-height: 400px;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
}
.article-multiple-photo img:first-child {
  max-width: calc(30% - 9px);
}
.article-multiple-photo img:last-child {
  max-width: calc(70% - 9px);
}
.article-aside-img {
  max-width: 450px;
  width: 45%;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
  max-height: 260px;
  margin: 10px 20px;
  object-fit: cover;
}
.article-aside-img.pull-left {
  margin-left: 0px;
}
.article-aside-img.pull-right {
  margin-right: 0px;
}
.article__border {
  border: 2px solid #444;
  border-radius: 28px;
  -webkit-box-shadow: 0px 0px 10px 0px #444;
  box-shadow: 0px 0px 10px 0px #444;
  padding: 25px;
  font-size: 1.3125rem;
  line-height: 2rem;
  max-width: 90%;
  margin: 30px auto;
}
.article__border-content p {
  margin-top: 0px;
}
.article__border-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
  overflow: hidden;
}
.article__border-image img {
  max-width: 215px;
  display: block;
}
.article__border-author {
  display: flex;
}
.article__border-author span {
  margin-left: auto;
  font-weight: bold;
}
.article__border.next-answer {
  margin: 0px;
  max-width: 100%;
  border: 0px;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px #444;
  box-shadow: 0px 0px 5px 0px #444;
}
.article__border.next-answer p {
  margin-bottom: 0px;
}
.article__border.next-answer .article__border-image {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 0px;
}
.article__border.next-answer .article__border-image img {
  position: absolute;
  top: -9960px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-height: 150px;
}
.article__information {
  background: #cbdcea;
  padding: 20px;
  border-left: 4px solid #1e5585;
  line-height: 34px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 1.25rem;
}
.article .main-photo {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  max-height: 420px;
  object-fit: cover;
}
.article__headline {
  font-family: "Times New Roman", Times, serif;
}
.article .separator-box {
  background: #cbdcea;
  width: 100%;
  align-items: center;
  display: flex;
  padding: 20px 30px;
  border-radius: 10px;
}
.article .separator-box__content {
  font-size: 1.5rem;
  line-height: 2.3125rem;
}
.article .separator-box__link {
  margin-left: auto;
  color: #fff;
  background: #888;
  padding: 12px 40px;
  font-size: 1.125rem;
  border-radius: 35px;
  transition: 0.15s ease-in-out;
}
.article .separator-box__link:hover {
  opacity: 0.8;
}
.article .table-of-contents {
  background: #f3f4f6;
  border-radius: 20px;
  padding: 20px;
}
.article .table-of-contents ul {
  list-style-type: none;
  padding-left: 0px;
}
.article .table-of-contents a {
  display: block;
  margin-bottom: 20px;
}
.article .table-of-contents a:last-of-type {
  margin-bottom: 5px;
}
.article .table-of-contents a:hover li {
  text-decoration: underline;
}
.article .table-of-contents li {
  color: #444;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.article .table-of-contents li:before {
  content: "";
  background: url("../img/icons/down-arrow.svg");
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.article .table-of-contents li:last-of-type {
  margin-bottom: 0px;
}
.article .table-of-contents h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.article .table-of-contents span {
  margin-bottom: 20px;
  display: block;
  font-size: 1.0625rem;
  font-style: italic;
}
.article .custom-right-img {
  width: 435px;
  max-width: initial;
  margin-top: 60px;
}
.article__photo {
  margin: 10px 0px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.article__photo p {
  padding-top: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%;
  padding: 0px;
  margin: 0px;
}
.article__photo .has-left-img {
  max-width: 60%;
  line-height: 0;
}
.article__photo img {
  margin-bottom: 0px;
  width: 100%;
}
.article__short-description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0px;
}
.article p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  -moz-text-align-last: left;
  text-align-last: left;
}
.article p.border {
  background: #e2e0e1;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #1659b4;
}
.article p.has-list {
  margin-bottom: 5px;
}
.article p.answer {
  padding-left: 15px;
  border-left: 3px solid #888;
}
.article__inside-link {
  font-size: 1.25rem;
  color: #1659b4;
  padding: 10px 0px;
  transition: 0.2s linear;
  border-top: 1px solid #1659b4;
  border-bottom: 1px solid #1659b4;
}
.article__inside-link:hover {
  font-size: 1.4375rem;
  border-width: 3px;
}

.h2-line {
  position: relative;
}

.slider-opinion-container {
  max-width: 800px;
  width: calc(100% - 10px);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: -0.872px 1.962px 12px 0px rgba(4, 5, 5, 0.13) !important;
  margin-left: 5px;
  margin-right: 5px;
}

.left-img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.left-img-box img {
  max-width: 65px;
  width: 100%;
}

.additional-info {
  font-size: 14px !important;
  color: #9b9b9b;
  margin-top: 20px;
  margin-bottom: 0;
}

.green-container {
  border-radius: 10px;
  border: 3px solid #4c6b4b;
  padding: 15px;
  margin-top: 20px;
}
.green-container .container-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.green-container .container-content img {
  max-width: 100px;
}

.red-title {
  font-family: "LatoBo";
  font-size: 24px;
  color: #ed2024;
  width: 90%;
  text-align: center;
  padding: 0;
  padding-top: 20px;
  margin: 0 auto;
}

mark {
  background-color: #94c2a0;
}

.headline-title2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #0f6013;
  padding: 0;
  margin-top: 0px;
  width: 90%;
  margin: 0 auto;
}

.headline-title3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  color: #0f6013;
  padding: 0;
  margin-top: 0px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.7rem !important;
}

.headline-p {
  text-align: left;
  font-size: 16px !important;
  color: #c9c9c9;
  width: 100%;
  margin: 0 !important;
  text-align-last: left !important;
}

.headline-flex {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.product {
  margin-bottom: 20px;
}

.product-container {
  padding: 20px;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 660px;
  margin: 0 auto;
}
.product-container p {
  margin: 12px 0px;
}

.stars-values {
  align-items: center;
  margin: 12px 0px;
  gap: 15px;
}
.stars-values p {
  margin: 0px;
}

.stars .star {
  background: url("../img/star-solid.svg") no-repeat;
  width: 26px;
  height: 26px;
}
.stars .star.star-half, .stars .star.star-empty {
  background: url("../img/star-solid-gray.svg") no-repeat;
  position: relative;
}
.stars .star.star-half:after {
  background: url("../img/star-half-solid.svg") no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  width: 26px;
  height: 26px;
}

.sources {
  padding-left: 0px !important;
  padding-top: 20px;
}
.sources li {
  list-style-type: none;
  overflow-wrap: break-word;
  font-size: 14px !important;
}

.over-form {
  padding: 0px 20px;
}
.over-form p {
  font-size: 1.375rem;
  line-height: 1.8125rem;
}

.title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.mainProd {
  width: 18%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.span-line {
  width: 100%;
  content: "";
  position: relative;
  display: block;
  height: 7px;
  left: 0px;
  background: #d8df20;
  z-index: 0;
  bottom: 15px;
}

.item-button {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  color: black;
  background-color: #93c73e;
  border-radius: 10px;
  margin-left: 10px;
  position: relative;
  letter-spacing: 1.25px;
}

.text-button {
  width: 520px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 100%;
}

.h2-line-short:before {
  width: 110px;
}

.h2-line-short:after {
  width: 110px;
}

.before-mark {
  position: relative;
}

.before-mark:before {
  content: "";
  background: url("../img/check.svg");
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.comment {
  padding: 10px 15px 15px 15px;
  margin: 0 !important;
}

.aside {
  width: 310px;
  margin-left: auto;
}
.aside__item {
  margin-bottom: 20px;
}
.aside__item h3 {
  letter-spacing: 1px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aside a {
  transition: 0.2s ease-in-out;
}
.aside a:hover {
  opacity: 0.8;
}

.asideBgElement {
  padding: 15px;
  background-color: #fff;
}
.asideBgElement h3 {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 5px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #4c6b4b;
  text-underline-offset: 5px;
}

.scrollable {
  position: sticky;
  top: 10px;
}

.topicFlex {
  display: flex;
  flex-direction: row;
}

.aside-categories {
  font-size: 20px;
  line-height: 30px;
}
.aside-categories li {
  margin-bottom: 5px;
}
.aside-categories li a {
  color: #000;
  font-weight: 300;
}

.aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-size: 22px;
}
.aside-tags li a {
  color: #000;
}

.opinion-star p {
  color: #fff;
}

.aside-opinion {
  padding: 0px 20px 20px 20px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffe1f4;
}
.aside-opinion .img-holder {
  margin: 0 -20px 15px -20px;
}
.aside-opinion p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 25px;
  text-align: left;
}

.aside__articles-item {
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}
.aside__articles-item:first-child {
  margin-top: 0px;
}
.aside__articles-img {
  display: block;
  overflow: hidden;
  width: 110px;
}
.aside__articles-img img {
  width: 90px;
  height: auto;
  border-radius: 5px;
}
.aside__articles-text {
  width: 180px;
}
.aside__articles-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #606060;
}
.aside__articles-tag {
  padding: 4px 10px;
  background: #fff;
  color: #888;
  font-weight: bold;
  border-radius: 5px;
  font-size: 0.625rem;
  display: inline-block;
  margin: 5px 0px;
  text-transform: uppercase;
}

/*ASIDE POPULAR TOPICS*/
.popularTopics .singleTopic {
  padding-bottom: 10px;
  margin-top: 20px;
  padding: 0px 0px;
  flex-direction: column;
  background-color: #eee7f9;
  overflow: hidden;
  color: black;
  border-radius: 10px;
}
.popularTopics .singleTopic .topicContent:hover {
  background-color: #8058bd;
  transition: 0.3s all ease-in-out;
}
.popularTopics .singleTopic .topicContent:hover h4 {
  transition: 0.3s all ease-in-out;
  color: white;
}
.popularTopics .singleTopic .topicContent h4 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  padding: 7px 10px;
}
.popularTopics .singleTopic .topicContent > span {
  display: block;
}
.popularTopics .singleTopic .topicContent .topicTag {
  padding: 4px 0px;
  color: #888;
  font-weight: bold;
  border-radius: 5px;
  font-size: 10px;
  display: inline-block;
  margin: 5px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}
.popularTopics .singleTopic .topicContent .sep {
  margin: 0px 5px;
}
.popularTopics .singleTopic .topicContent .header-date {
  margin: 0px;
  font-weight: normal;
  font-size: 0.875rem;
}
.popularTopics .singleTopic .topicContent .topicTime {
  font-size: 13px;
  text-transform: uppercase;
}
.popularTopics .singleTopic img.topicImage {
  width: 100%;
  height: 100%;
}
.popularTopics .topicTitle2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 26px;
  display: block;
  padding: 10px;
}
.popularTopics .topicImg {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%;
}
.popularTopics .topicTextImg {
  display: flex;
  flex-direction: column;
  border: 1px solid #c5c5c5;
  margin-bottom: 25px;
}

.section {
  padding: 35px 15px;
  z-index: 10 !important;
  position: relative;
}
.section .section-box {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section .section-box .comments {
  margin-bottom: 10px;
}
.section .section-box .comments .comment-photo {
  width: 55px;
  height: 55px;
}
.section .section-box .comments__header {
  margin-bottom: 10px;
}
.section .section-box .comments__header > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.section .section-box .comments__header-title {
  padding: 15px 0px;
  font-size: 2.1875rem;
  margin-top: 20px;
  text-transform: uppercase;
}
.section .section-box .comments__header-button {
  margin-left: auto;
  color: #385898;
  cursor: pointer;
  background: none;
}
.section .section-box .comments__form {
  margin-top: 20px;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  max-width: 100% !important;
}
.section .section-box .comments__form-avatar {
  margin-right: 15px;
}
.section .section-box .comments__form-fields {
  flex-direction: column;
  margin-left: auto;
  width: 100%;
}
.section .section-box .comments__form-fields > * {
  margin-bottom: 10px;
}
.section .section-box .comments__form-submit {
  max-width: 150px;
}
.section .section-box .comments__items-last {
  font-size: 1rem;
  color: #385898;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 10px;
  background: #f5f5f5;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
}
.section .section-box .comments__items-element {
  min-height: 55px;
}
.section .section-box .comments__items-element.sub-comment {
  padding-left: 30px;
}
.section .section-box .comments .comment {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
  width: 100%;
  transition: 0.1s ease-in-out;
  font-family: "Times New Roman", Times, serif;
}
.section .section-box .comments .comment:hover {
  background: #efefef;
}
.section .section-box .comments .comment__author {
  font-size: 1.25rem;
  color: rgb(78, 78, 78);
  font-weight: bold;
  margin: 0px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.section .section-box .comments .comment__time {
  color: #aaa;
  margin-right: 10px;
  font-size: 0.8125rem;
  margin-left: 0px;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 5px;
}
.section .section-box .comments .comment__content {
  position: relative;
  margin: 5px 10px;
  line-height: 27px;
  font-size: 17px;
}
.section .section-box .comments .comment_image {
  max-width: 400px;
}
.section .section-box .comments__form-name {
  margin-right: 0px;
  padding: 18px 10px;
  outline: none;
  border-radius: 0px;
  background-color: #f2f3f5;
  border: 1px solid #ccd0d5;
  font-family: Tahoma, sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section .section-box .comments__form-comment {
  margin-right: 0px;
  padding: 18px 10px;
  outline: none;
  border-radius: 0px;
  background-color: #f2f3f5;
  border: 1px solid #ccd0d5;
  font-family: Tahoma, sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section .section-box .comments__form-submit {
  margin-top: 0px;
  border-radius: 16px;
  background-color: #4e4e4e;
  border-radius: unset;
  padding: 10px 15px !important;
  color: #fff;
  width: 100%;
  max-width: initial;
}
footer {
  padding-bottom: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}

.footerMenu {
  text-align: center;
}

ul.footerMenuContent {
  list-style-type: none;
}

ul.footerMenuContent li {
  display: inline-block;
  margin: 5px;
}
ul.footerMenuContent li a {
  color: #666;
  font-size: 12px;
}

.effects-slides {
  width: calc(100% - 70px);
  margin: 20px auto;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 70px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  margin-left: -35px;
  margin-right: -35px;
  z-index: -1;
}

.owl-nav button {
  margin: 0px;
}

.owl-nav button i {
  font-size: 50px;
}

.opinion-pages {
  width: calc(100% - 70px);
  margin: 0 auto;
}

.owl-nav button:last-child {
  margin-left: auto;
}

.owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 1200px) {
  div.mainContainer {
    width: calc(100% - 20px);
    margin: 10px;
    margin-top: 0px;
  }
  .blue-section .blue-section-content {
    gap: 100px;
  }
  .flex-container {
    gap: 60px !important;
  }
}
@media screen and (max-width: 1160px) {
  .header__additional-search input {
    width: 240px;
  }
  .header__content .header__search {
    min-width: initial;
    width: calc((100% - 432px) / 2);
  }
}
@media screen and (max-width: 1050px) {
  div.main div.mainContainer {
    width: 100%;
  }
  .flex-container img {
    max-width: 400px !important;
  }
  .second-container img {
    max-width: 270px !important;
  }
  .profits-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 1000px) {
  .grey-section .grey-section-content .flex-container img {
    max-width: 340px;
  }
  .under-header-container .under-header-content {
    padding: 40px 20px 40px 40px;
    gap: 80px;
  }
  .under-header-container .under-header-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .under-header-container .under-header-content h1 br {
    display: none;
  }
  .under-header-container .under-header-content img {
    max-width: 280px;
  }
  .img-left-container {
    gap: 30px !important;
  }
  .img-left-container img {
    max-width: 300px !important;
  }
  .mobile-mw-500 {
    max-width: 500px;
  }
  .aside {
    display: none;
  }
  .article {
    max-width: 100%;
    width: 100%;
  }
  .mobile-mw-600 {
    max-width: 600px;
  }
}
@media screen and (max-width: 970px) {
  .article-Text br {
    display: none;
  }
  .main-header {
    height: 160px;
  }
  .main-header img {
    width: 100%;
  }
  .main-header:before {
    left: -20px;
  }
  .main-header:after {
    right: -30px;
  }
  .navbar {
    display: none;
  }
  .header__additional-box {
    margin-right: 0px;
  }
  .logo {
    height: 65px;
  }
}
@media screen and (max-width: 920px) {
  .grey-section .grey-section-content .flex-photos {
    gap: 20px;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper {
    gap: 20px;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper .photo {
    width: 150px;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper .photo img {
    height: 230px;
  }
}
@media screen and (max-width: 900px) {
  .header__search {
    display: none;
  }
  .header__logo {
    border: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
  .product-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .header-middle .header-title {
    margin-right: 0px;
    font-size: 1.5625rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 870px) {
  .header__logo-link {
    margin: 0px;
  }
  .header__additional {
    margin-left: initial;
  }
  .header__additional-box {
    display: none;
  }
  .header__content {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 820px) {
  .blue-section .blue-section-content {
    padding-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .blue-section .blue-section-content .blue-section-text {
    width: 100%;
    max-width: 100%;
  }
  .blue-section .blue-section-content .blue-section-text h2 {
    text-align: center;
  }
  .flex-container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .flex-container h2 {
    text-align: center !important;
    text-align-last: center !important;
    padding-top: 0px !important;
  }
  .orange-box-container {
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  .is-hidden-mobile {
    display: none;
  }
  .header-container .header-content .header-img {
    align-self: initial !important;
  }
  .custom-right-img {
    max-width: 435px !important;
    padding: 0px;
    width: auto !important;
    margin-top: 0px !important;
    float: none !important;
    margin: 0 auto;
  }
  .separator-box {
    flex-direction: column;
  }
  .separator-box__content {
    text-align: center;
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
  .separator-box__link {
    margin: 10px auto 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .timeline::after {
    left: 90px;
  }
  .container.right {
    left: 0%;
    padding: 15px 0px 15px 30px;
  }
  .container.left {
    padding: 15px 30px 15px 0px;
  }
}
@media screen and (max-width: 750px) {
  .article__photo {
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 0px;
  }
  .article__photo .has-left-img {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
  }
  .article__photo .has-left-img img {
    padding: 0px !important;
    margin-bottom: 10px;
  }
  .article__photo p {
    width: 100%;
    padding: 0px 15px 15px;
  }
  .images-half {
    flex-direction: column;
  }
  .images-half img {
    min-width: initial;
    max-width: 100%;
  }
  .first-orange {
    margin-bottom: -20px !important;
  }
}
@media screen and (max-width: 720px) {
  .grey-section .grey-section-content .flex-photos {
    flex-direction: column;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper {
    justify-content: center;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper .photo {
    width: 190px;
  }
  .grey-section .grey-section-content .flex-photos .two-photos-wraper .photo img {
    height: 270px;
  }
}
@media screen and (max-width: 700px) {
  .reset-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: -15px !important;
    padding-right: -15px !important;
  }
  .product-container .item {
    flex-direction: column;
  }
  .product-container .item p {
    text-align: center;
    text-align-last: center;
  }
  .product-container .item .stars-values {
    justify-content: center;
  }
  .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-container {
    padding: 10px;
  }
  .product-container .item {
    padding: 10px;
  }
  div.search {
    display: none;
  }
  .nav {
    margin-right: initial;
  }
  .header-box {
    padding: 50px 15px 100px 15px;
  }
}
@media screen and (max-width: 680px) {
  .half-width {
    width: 100%;
  }
  .headline-paragraph .article-aside-img.pull-right {
    margin-left: inherit;
    float: none;
    margin: 10px 0px;
  }
  .pull-right {
    float: inherit;
  }
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block !important;
  }
  .headline-paragraph p {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    text-align-last: left;
  }
  .headline-paragraph {
    flex-direction: column;
  }
  .image-box {
    text-align: center;
  }
  .image-box .none {
    display: none;
  }
  .article-aside-img {
    float: none;
    margin: 10px auto !important;
    width: 100%;
    display: inherit;
    max-height: 100% !important;
  }
  .article-multiple-photo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .article-multiple-photo img {
    width: auto !important;
    max-width: 100% !important;
  }
  .article__border {
    text-align: center;
  }
  .article__border-image {
    float: none;
    margin: 0 auto 10px;
    width: 210px;
  }
  .article__border-author span {
    margin-left: initial;
    margin: 0 auto;
  }
  .article__border.next-answer .article__border-image {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 650px) {
  .main-content .problem-action-container {
    flex-direction: column;
  }
  .main-content .problem-action-container .problem,
  .main-content .problem-action-container .action {
    width: 100%;
  }
  .main-content .problem-action-container .problem {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }
  .main-content .problem-action-container .action {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .four-items-container .item {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .four-items-container .item p {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .under-header-container .under-header-content {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-header .main-header {
    padding-left: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 620px) {
  .opinion-has-left-img {
    float: none;
    display: block;
    margin: auto auto 20px auto;
  }
  .sign-border {
    float: none;
    margin-left: 0px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .has-right-img,
  .has-left-img {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .has-right-img img,
  .has-left-img img {
    padding: 0px;
  }
  .header__logo {
    padding: 0px !important;
  }
  .yellow-box {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-ref {
    padding: 15px 20px;
  }
  .article-ref_container {
    padding: 15px 25px 15px 25px;
  }
  .article-ref_text {
    font-size: 26px;
  }
  .stars-list {
    padding-left: 0px !important;
  }
  .playbutton-list {
    padding-left: 0px !important;
  }
  .check-list2 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 600px) {
  .first-orange {
    margin-bottom: -10px !important;
    padding-top: 10px !important;
  }
  .first-orange .spacer .photo-container {
    top: -90px !important;
  }
  .first-orange,
  .title-orange {
    margin-bottom: 0px !important;
  }
  .first-orange h2,
  .title-orange h2 {
    text-align: center !important;
    padding-top: 0px !important;
  }
  .title-orange {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 20px !important;
    margin-top: -100px !important;
  }
  .title-orange .spacer .photo-container {
    position: initial !important;
  }
}
@media screen and (max-width: 600px) and (max-width: 550px) {
  .comments__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .green-container .container-content {
    flex-direction: column;
  }
  .comments__header-button {
    display: none;
  }
  .weather-widget {
    display: none;
  }
  .product-info-list {
    margin-left: 10px;
  }
  .breadcrumbs-addition {
    padding-left: 10px;
  }
  .alert-box {
    flex-direction: column;
    gap: 0px;
  }
  .alert-box .red-title {
    text-align: center !important;
  }
  .timeline::after {
    left: 10px !important;
  }
  .container {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    left: 0 !important;
  }
  .container::after {
    left: 0 !important;
    right: auto !important;
  }
  .container::before {
    left: 19px !important;
    right: auto !important;
  }
  .ingredients-container {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .ingredients-container .vertical-text {
    text-orientation: inherit !important;
    writing-mode: inherit !important;
    text-underline-position: inherit !important;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .four-items-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .four-items-container .item {
    width: 100% !important;
    max-width: 350px !important;
  }
  .flex-container.third-container .points-container > p:last-of-type {
    padding-left: 0px !important;
    text-align: center !important;
    text-align-last: center !important;
  }
  .profits-container {
    grid-template-columns: 1fr !important;
  }
  .profits-container .profit {
    width: 100% !important;
  }
}
@media screen and (min-width: 500px) {
  .desktopContent {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .header-box {
    padding: 15px 15px 100px 15px;
  }
  .header-middle .banner {
    display: none;
  }
  .mainProd {
    width: 55%;
  }
  .main-header {
    height: 130px;
  }
  .main-header img {
    width: 100%;
  }
  .mainProdDiv {
    width: 100% !important;
  }
  .stars-values {
    flex-direction: column;
    gap: 5px;
  }
  .socialMedia {
    display: none;
  }
  .author {
    margin-bottom: 25px;
  }
  .header__additional {
    display: none;
  }
  .darkpink-container {
    padding: 10px 5px 10px 5px;
  }
  .lightpink-container {
    padding: 10px 10px 10px 10px;
  }
  .breadcrumbs__item:last-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 470px) {
  .main-content .flex-container.second-container ul {
    gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .ingredients-container .ingredient {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .ingredients-container .ingredient p {
    text-align: center !important;
  }
}
@media screen and (max-width: 360px) {
  .left-img-box {
    gap: 10px;
  }
}/*# sourceMappingURL=styles.css.map */