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

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.half-width {
  width: 50%;
}

.full-width {
  width: 100%;
}

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

.green {
  color: green;
}

.color-red {
  color: #CC0000;
}

.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;
}

.m-w-80 {
  max-width: 80% !important;
}

.is-center {
  text-align: center !important;
  -moz-text-align-last: 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;
  -moz-text-align-last: right !important;
       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;
}

.dark-brown {
  background-color: #bc8455;
}

.clear {
  clear: both;
}

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

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

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

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

.dark-yellowbg {
  background-color: #e8a917;
}

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

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

.m-w-240 {
  max-width: 240px !important;
}

.m-w-170 {
  max-width: 170px !important;
}

.b-r-10 {
  border-radius: 10px;
}

.m-w-310 {
  max-width: 310px !important;
}

.m-w-400 {
  max-width: 400px !important;
}

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

.white-text {
  color: #ffffff;
}

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

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

.primary-color {
  color: #888;
}

.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-25 {
  padding-top: 25px !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;
}

.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px !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 !important;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}

@font-face {
  font-family: "Lato-thin";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Lato-thin"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-thin";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Lato-thin"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato-light"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Lato-light"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato-regular"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lato-regular"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato-bold"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lato-bold"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato-black"), url("../fonts/Lato/Lato-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;
}
@font-face {
  font-family: "Lato-black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Lato-black"), url("../fonts/Lato/Lato-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: 1.875rem;
  color: #242424;
  font-family: 'Lato-regular';
  letter-spacing: 0.6px;
  line-height: 2.75rem;
  margin-bottom: 30px;
}

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*/
@-webkit-keyframes cookieAnimate {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
    padding: 0px;
  }
  100% {
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin: 6px;
  }
}
@keyframes cookieAnimate {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
    padding: 0px;
  }
  100% {
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin: 6px;
  }
}
@-webkit-keyframes cookieContentAnimate {
  0% {
    position: relative;
    top: -10px;
    opacity: 0;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
@keyframes cookieContentAnimate {
  0% {
    position: relative;
    top: -10px;
    opacity: 0;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
body,
html {
  margin: 0px;
  padding: 0px;
  font-family: "LatoR", sans-serif;
  background: #f3f3f3;
  line-height: 1.25;
  color: #242424;
  font-size: 0.9375rem;
}

* {
  -webkit-box-sizing: border-box;
          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;
  color: #aaa;
  line-height: 1.1875rem;
  text-align: center;
}

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

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

.fixedButton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #b82011;
  font-weight: 800;
  width: 100%;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.btn {
  padding: 0px 17px;
  line-height: 40px;
  position: relative;
  font-size: 0.75rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: 32px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}

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

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

.ingredient-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.ingredient-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.ingredient-list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f219";
  font-size: 32px;
  font-weight: 900;
  color: #d5ae4a;
}

.stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.stars-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

.arrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.arrow-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.arrow-list li:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
}

.circle-arrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.circle-arrow-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.circle-arrow-list li:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 26px;
  color: #004A04;
}

.circle-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.circle-check-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.circle-check-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 26px;
  color: #004A04;
}

.x-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.x-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.x-list li:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ff0000;
}

.leaf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.leaf-list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leaf-list li:before {
  content: "\f06c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
}

@media screen and (max-width: 500px) {
  article ul {
    padding-left: 20px;
    margin-left: 0px;
  }
}
.breadcrumbs {
  padding-top: 10px;
  margin: 0px 0px 20px;
  font-weight: 700;
  font-size: 1rem;
}
.breadcrumbs .sep {
  margin: 0px 8px;
}
.breadcrumbs__item {
  color: #606060;
  -webkit-transition: 0.2s ease-in-out;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutAuthor {
  background: #88825;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.weather-icon {
  width: 50px;
}

.weather-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.tags .tag:hover {
  background: #E4E5E6;
}
.tags .tag--first {
  background: #E4E5E6;
  letter-spacing: 1px;
}

.order-secton {
  background: #fff;
  margin-top: 20px;
}

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

div.buyForm.main-site div.form {
  margin-left: auto;
  border: 2px solid #006405;
  padding: 20px;
  background: #fff;
}
div.buyForm.main-site div.form h2.order-title {
  text-transform: uppercase;
  color: #ff0000;
  letter-spacing: 0px;
  font-family: verdana;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

.verified {
  color: #444;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.verified i {
  display: inline-block;
  background: url(../img/verified.png) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

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

.formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0px;
}

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

label {
  width: 100%;
  text-align: left;
}

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

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

.formGroup-3-1.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-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: 5px;
}

.radio-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.radio-flex .radioGroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pullLeft {
  float: left;
}

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

div.form input[type=submit] {
  max-width: 430px;
  width: 100%;
  background: green;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

input[type=submit] {
  margin: 0 auto;
  display: inline-block;
  border: none;
  padding: 20px 80px;
}

.form-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0px 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.form-icons img {
  width: initial !important;
}
.form-icons .form-single-icon {
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 15px;
}

.summary {
  width: 100%;
}
.summary p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px !important;
}

.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;
  font-family: "LatoR", sans-serif;
}
.product-price .old-price {
  text-decoration: line-through;
}
.product-price .new-price {
  font-weight: bold;
}
.product-price span {
  margin: 15px;
  letter-spacing: -3px;
}
.product-price i {
  color: #c00;
}

@media screen and (max-width: 700px) {
  .formGroup-half, .formGroup-3-1 {
    -ms-flex-wrap: wrap;
        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: 480px) {
  input[type=submit] {
    padding: 15px 25px;
    font-size: 30px;
    line-height: 40px;
  }
}
/*Cookie communicate*/
.closeCookieBox {
  opacity: 0;
}

.cookieBox {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 100%;
  text-align: center;
  -webkit-transition: 0.2s linear;
  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;
  -webkit-animation: cookieContentAnimate 0.5s 1 0.4s;
          animation: cookieContentAnimate 0.5s 1 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
  max-width: 1050px;
  padding: 15px;
  margin: 0 auto;
  background: #f3f3f3;
}
div.main div.mainContainer .sideBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.sideBoxes {
  width: 100%;
}

.sideboxes-order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

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

.successMsg {
  color: green;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.productInfoVariant-1 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: 0.2s ease-in-out;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  border: none;
}
.header__additional-search img {
  height: 20px;
  margin-right: 5px;
}
.header__additional-search a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header__additional-menu ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 1050px;
  margin: 0 auto;
  width: 100%;
}

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

.right-side {
  background: #fff;
}

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

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

.header {
  border-bottom: 2px solid #000;
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header img {
  position: relative;
  max-width: 360px;
  width: 100%;
}

.header-bar {
  background: #fff;
  position: relative;
  z-index: 101;
  border-bottom: 1px solid #d9dcdd;
}
.header-bar > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #006405;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.nav-bar li {
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
  color: white;
  list-style-type: none;
  font-size: 1.25rem;
  line-height: 1.6875rem;
}
.nav-bar li a {
  color: white;
}
.nav-bar li:hover {
  background-color: #fff;
  color: black !important;
  font-weight: bold;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.nav-bar li:hover a {
  color: black;
}

.trending {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trending-title {
  padding: 9px 15px;
  color: #fff;
  background: #888;
  font-family: 'Lato-black';
  letter-spacing: 2px;
}

.header-info {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trending-info {
  margin-left: 20px;
  opacity: 0.7;
  font-size: 15px;
  font-family: 'Lato-bold';
}

.header-date,
.header-socialmedia {
  margin: 0px 10px;
}

.header-date {
  font-weight: bold;
}

.header-socialmedia a {
  margin-left: 10px;
  color: #888;
}
.header-socialmedia a:first-child {
  margin-left: 0px;
}

.header-middle {
  background: #fff;
  padding: 20px 0px;
  position: relative;
  z-index: 101;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-middle .layout__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-middle .banner {
  margin-left: auto;
  max-width: calc(100% - 200px);
}
.header-middle .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  letter-spacing: 2px;
}

.header-addons {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  height: 65px;
}
.logo img {
  height: 100%;
}

.navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #f4f2f7;
}
.navbar ul li {
  border: 2px solid #dedede;
  color: #646464;
  font-size: 28px;
  width: 100%;
  text-align: center;
}

.headline-paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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;
}

.article {
  max-width: 100%;
}
.article h2 {
  margin: 0px;
}
.article ul li {
  padding-bottom: 10px;
}
.article ul li b {
  color: green;
}
.article .dashed-border {
  border: 3px dashed #006405;
  padding: 15px;
  margin-top: 20px;
}
.article .dashed-border p:first-of-type {
  margin-top: 0px;
  text-align: center;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
}
.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-content_container {
  padding-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 {
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__headline {
  font-family: "Times New Roman", Times, serif;
}
.article .separator-box {
  background: #cbdcea;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.15s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.25rem;
  line-height: 1.6875rem;
  -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;
  -webkit-transition: 0.2s linear;
  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;
}

.lightpink-container {
  font-family: "LatoBo";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 10px 20px 10px 20px;
  margin: 20px 0px;
}

.text-right-img {
  margin-top: 20px;
}

.text-left-img {
  margin-left: 50px !important;
}

.img-text-flex {
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-text-flex img {
  max-width: 235px;
}

.img-text-flex2 img {
  max-width: 310px !important;
}

.headline-big-title {
  font-size: 28px;
  font-weight: bold;
  color: #be1e2d;
  padding: 0;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  line-height: 38px;
  letter-spacing: 0.25px;
}

.pink-box {
  background-color: #fee1e9;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.pink-box h3 {
  text-align: center !important;
  width: 100% !important;
}

.pink-box-p {
  font-family: "LatoBo";
  padding: 20px 25px;
}

.pink-box-p2 {
  padding: 30px 20px;
}

.yellow-box {
  border-top: 20px solid #faca57;
  margin-top: 20px;
  background-color: #fff4ce;
  padding: 20px;
}
.yellow-box p {
  font-size: 17px !important;
}
.yellow-box img {
  border: 2px solid black;
  max-width: 400px;
  width: 100%;
}

.ingredient p:nth-of-type(2) {
  padding-top: 12px !important;
}
.ingredient .ingredient-title {
  text-align: center;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
  color: black;
  margin-bottom: 0 !important;
}
.ingredient .ingredient-img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.additional-info {
  font-size: 14px !important;
}

.product-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info img {
  max-width: 330px;
}

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

.vectors-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.vectors-box .vector-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #AEEBB1;
  border-radius: 10px;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vectors-box .vector-text:last-of-type span {
  padding: 46px 10px;
}
.vectors-box .vector-text p {
  padding: 15px;
}
.vectors-box .vector-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #403F3F;
  border-radius: 10px;
  padding: 20px;
  max-width: 60px;
  width: 100%;
}
.vectors-box .vector-text span i {
  color: white;
  font-size: 40px;
}

.article-subtitle {
  font-family: "LatoR";
  font-size: 24px;
  line-height: 34px;
  color: #be1e2d;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.headline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

.img-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 325px;
  width: 100%;
  max-height: 300px;
  margin-top: 20px !important;
  margin-left: 35px !important;
}
.img-box img {
  width: 325px;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alert-box {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-box .red-title {
  text-align: left !important;
}

.sources {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-top: 20px;
}
.sources li {
  list-style-type: none;
  overflow-wrap: break-word;
  padding-bottom: 5px !important;
  font-size: 12px !important;
  line-height: 1.25rem !important;
}

.order-img {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order-img:before {
  content: "";
  background-image: url(../img/promocja.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 137px;
  height: 142px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.order-img:after {
  content: "";
  position: absolute;
  top: -8px;
  background: url(../img/offer-ribbon.png) no-repeat;
  width: 260px;
  height: 100%;
  background-size: contain;
  right: -10px;
}

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

.p-relative {
  position: relative;
}

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

.opinion-container {
  background-color: #f7f8f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  z-index: 1;
}
.opinion-container p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.opinion-container .opinion-background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  opacity: 0.25;
  margin: auto;
}
.opinion-container img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.opinion-container p:first-of-type {
  margin-bottom: 0px;
  margin-top: 0px;
}
.opinion-container p:nth-of-type(2) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.opinion-container p:nth-of-type(3) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.opinion-container p:nth-of-type(4) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.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;
}

.opinion {
  border: 1px solid black;
  border-top: 0;
  margin-top: 15px;
}

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

.aside {
  width: 310px;
  border-left: 3px solid #f3f3f3;
  margin-left: auto;
}
.aside__item {
  margin-bottom: 20px;
}
.aside__item:nth-of-type(2) {
  margin-bottom: 0px;
}
.aside__item h3 {
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aside a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.aside a:hover {
  opacity: 0.8;
}

.asideBgElement {
  margin: 30px 15px 0px 15px;
}
.asideBgElement h3 {
  position: relative;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  font-weight: 500;
}

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

.topicFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.aside-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.aside-categories li {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  background: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
  border-radius: 10px;
  padding-left: 10px;
  padding: 5px 15px;
}
.aside-categories li a {
  color: #fff;
  font-weight: 300;
}

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

.aside-opinion {
  border: 1px solid #6cc143;
  background: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.aside-opinion .aside-opinion-photo {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}
.aside-opinion:last-of-type {
  position: sticky;
  top: 10px;
}
.aside-opinion p {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
}
.aside-opinion p:first-of-type {
  margin-top: 10px;
}
.aside-opinion p:nth-of-type(2) {
  margin-bottom: 0px;
}
.aside-opinion p.name {
  font-style: normal;
}

.aside__articles-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #f3f3f3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5px;
  background-color: #f4f2f7;
  overflow: hidden;
  border-radius: 10px;
}
.popularTopics .singleTopic .topicContent a {
  color: #000000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: inset 0px -2px 0 0 transparent;
          box-shadow: inset 0px -2px 0 0 transparent;
}
.popularTopics .singleTopic .topicContent h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 22px;
  display: block;
}
.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:hover .topicContent a {
  -webkit-box-shadow: inset 0px -2px 0 0 #888;
          box-shadow: inset 0px -2px 0 0 #888;
  opacity: 1;
}
.popularTopics .singleTopic img.topicImage {
  width: 100%;
  height: 100%;
}
.popularTopics .topicTitle {
  padding: 5px 10px 5px 20px;
  font-weight: 400;
}
.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 .topicNumber {
  font-size: 35px;
  color: #c90425;
  font-weight: bold;
  padding-left: 10px;
}
.popularTopics .topicTextImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #c5c5c5;
  margin-bottom: 25px;
}

.comments {
  margin-bottom: 10px;
}
.comments .comment-photo {
  width: 55px;
  height: 55px;
}
.comments__header {
  margin-bottom: 10px;
}
.comments__header > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.comments__header-title {
  padding: 15px 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.1875rem;
  margin-top: 20px;
  text-transform: uppercase;
}
.comments__header-button {
  margin-left: auto;
  color: #385898;
  cursor: pointer;
}
.comments__form {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #ccc;
}
.comments__form-avatar {
  margin-right: 15px;
}
.comments__form-fields {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  width: 100%;
}
.comments__form-fields > * {
  margin-bottom: 10px;
}
.comments__form-submit {
  max-width: 150px;
}
.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;
}
.comments__items-element {
  min-height: 55px;
}
.comments__items-element.sub-comment {
  padding-left: 30px;
}
.comments .comment {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-family: "Times New Roman", Times, serif;
}
.comments .comment:hover {
  background: #efefef;
}
.comments .comment__author {
  font-size: 1.25rem;
  color: rgb(78, 78, 78);
  font-weight: bold;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comments .comment__time {
  color: #aaa;
  margin-right: 10px;
  font-size: 0.8125rem;
  margin-left: 0px;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 5px;
}
.comments .comment__content {
  position: relative;
  margin: 5px 10px;
  line-height: 1.8125rem;
  font-size: 1.1875rem;
  font-family: 'Lato-regular';
}

footer {
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  max-width: 1050px;
  margin: 0 auto;
}

.footerMenu {
  text-align: center;
}

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

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

@media screen and (max-width: 1200px) {
  div.mainContainer {
    width: calc(100% - 20px);
    margin: 10px;
    margin-top: 0px;
  }
}
@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%;
  }
}
@media screen and (max-width: 970px) {
  .aside {
    display: none;
  }
  .article-Text br {
    display: none;
  }
  .ingredient-title {
    margin: 20px auto 20px auto;
    max-width: 660px;
  }
  .navbar {
    display: none;
  }
  .article {
    max-width: 100%;
    width: 100%;
  }
  .header__additional-box {
    margin-right: 0px;
  }
  .logo {
    height: 65px;
  }
}
@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;
  }
  .nav-bar li {
    padding: 10px 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .is-hidden-mobile {
    display: none;
  }
  .custom-right-img {
    max-width: 435px !important;
    padding: 0px;
    width: auto !important;
    margin-top: 0px !important;
    float: none !important;
    margin: 0 auto;
  }
  .separator-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .header-bar {
    display: none;
  }
  .header-middle .layout__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-middle .banner {
    max-width: 100%;
    margin-right: auto;
    margin-top: 15px;
  }
  .header-middle .logo {
    height: 85px;
  }
  .header-middle > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-middle .header-title {
    display: none;
  }
  .nav-bar li:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header__additional-icons a:nth-child(2), .header__additional-icons a:nth-child(4) {
    display: none;
  }
  .article__photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .images-half img {
    min-width: initial;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-container .item p {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .product-container .item .stars-values {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
  }
}
@media screen and (max-width: 680px) {
  .half-width {
    width: 100%;
  }
  .nav-bar li:nth-of-type(3) {
    display: none;
  }
  .img-text-flex2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .headline-paragraph .article-aside-img.pull-right {
    margin-left: inherit;
    float: none;
    margin: 10px 0px;
  }
  .pull-right {
    float: inherit;
  }
  .img-box {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block !important;
  }
  .headline-paragraph p {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .headline-paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: 620px) {
  h2 {
    font-size: 1.6875rem;
    text-align: left;
    font-weight: bold;
  }
  .headline-title {
    width: 100%;
  }
  .vectors-box .vector-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-top: 10px;
  }
  .vectors-box .vector-text p {
    text-align: center;
    -moz-text-align-last: center !important;
         text-align-last: center !important;
    padding: 10px;
  }
  .vectors-box .vector-text span {
    padding: 10px;
  }
  .vectors-box .vector-text span:last-of-type {
    padding: 10px;
  }
  .opinion-container .opinion-has-left-img img {
    max-width: 100%;
    width: 100%;
  }
  .mobile-m-w-375 {
    max-width: 375px;
  }
  .has-right-img,
  .has-left-img {
    float: none;
    display: block;
    margin: 20px auto 0px auto;
  }
  .has-right-img img,
  .has-left-img img {
    padding: 0px;
  }
  .opinion-has-left-img {
    float: none;
    display: block;
    margin: auto auto 20px auto;
  }
  .opinion-has-left-img img {
    padding: 0px;
  }
  .header__logo {
    padding: 0px !important;
  }
  .article-ref {
    padding: 15px 20px;
  }
  .article-ref_container {
    padding: 15px 25px 15px 25px;
  }
  .article-ref_text {
    font-size: 26px;
  }
  .ingredient-list {
    padding-left: 0px !important;
  }
  .stars-list {
    padding-left: 0px !important;
  }
  .circle-arrow-list {
    padding-left: 0px !important;
  }
  .text-left-img {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 550px) {
  .comments__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bar li:nth-of-type(4) {
    display: none;
  }
  .comments__header-button {
    display: none;
  }
  .order-img:after {
    width: 180px;
    right: -7px;
    top: -5px;
  }
  .weather-widget {
    display: none;
  }
  .product-info-list {
    margin-left: 10px;
  }
  h1 {
    font-size: 2.0625rem;
    line-height: 2.6875rem;
  }
  .breadcrumbs-addition {
    padding-left: 10px;
  }
  .alert-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .alert-box .red-title {
    text-align: center !important;
  }
  .order-img:before {
    width: 117px;
    height: 122px;
  }
}
@media screen and (min-width: 500px) {
  .desktopContent {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .header-middle .banner {
    display: none;
  }
  .opinion-container img {
    width: 200px;
    left: inherit;
    right: 15px;
    bottom: inherit;
    top: 15px;
  }
  .img-text-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .number-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainProdDiv {
    width: 100% !important;
  }
  .stars-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  }
  .dark-yellow-list {
    padding-left: 0px !important;
  }
  .leaf-list {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .x-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .arrow-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .circle-arrow-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .order-img:before {
    width: 77px;
    height: 82px;
  }
  .order-img:after {
    width: 140px;
    right: -5px;
    top: -3px;
  }
  .main-header img {
    max-width: 280px;
  }
}
@media screen and (max-width: 450px) {
  .nav-bar {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .opinion-container img {
    width: 160px;
  }
}/*# sourceMappingURL=styles.css.map */