:root {
  --main-text-color: #4b4b4b;
  --main-hover-color: #3b8067;
  --main-pressed-color: #276c53;
  --main-bg-color: #fff3ef;
  --main-blue-color: #3b8067;
  --main-blue-color: #4e4e4c;
}
body.stop-scroll-and-blur .marquiz__bg,
body.stop-scroll-and-blur .marquiz-pops,
body.stop-scroll-and-blur .marquiz-widget__container {
  z-index: 1 !important;
}

.marQuizBttW {
  display: none;
  position: relative;
  z-index: 1;
  height: 0px;
}
.marQuizBtt {
  position: absolute;
  z-index: 2;
  left: 0;
  width: auto !important;
  top: 20px;
}
.about-section.news .marQuizBtt {
  top: 0px;
}
.marquiz-pops__content,
.marquiz-pops__content * {
  color: #fff3ef !important;
}
.header__bottom-navigation-container .cartNv {
  position: relative;
  z-index: 1;
}
.header__bottom-navigation-container .cartNv .quantity {
  position: absolute;
  z-index: 2;
  color: #fff3ef;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 5px;
}

@font-face {
  font-family: "Comfortaa", sans-serif, Arial, Helvetica;
  font-display: swap;
  src: url("../fonts/Comfortaa-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Comfortaa";
  font-display: swap;
  src: url("../fonts/Comfortaa-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Comfortaa";
  font-display: swap;
  src: url("../fonts/Comfortaa-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Comfortaa";
  font-display: swap;
  src: url("../fonts/Comfortaa-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?cgj9eq");
  src:
    url("../fonts/icons.eot?cgj9eq#iefix") format("embedded-opentype"),
    url("../fonts/icons.woff?cgj9eq") format("woff"),
    url("../fonts/icons.svg?cgj9eq#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fffdfc;
  position: relative;
  font-family: "Montserrat", sans-serif, Arial, Helvetica;
  font-weight: 400;
}

body.stop-scroll-and-blur {
  height: 100vh;
  overflow: hidden;
}

body.stop-scroll-and-blur
  > *:not(.header):not(.c-modal):not(.modal):not(.modal-auth) {
  filter: blur(3.5px);
  pointer-events: none;
}
.c-center {
  text-align: center;
}
.c-h1,
.c-h2,
.c-h3,
.c-h4,
.c-h5,
.c-h6 {
  color: var(--main-text-color);
  font-family: "Comfortaa", sans-serif, Arial, Helvetica;
  font-weight: 700;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
label,
a,
li,
button,
p,
span {
  color: var(--main-text-color);
}

a:not(.btn):hover {
  color: var(--main-hover-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input {
  border: none;
  outline: none;
}

.container {
  width: 1400px;
  margin: auto;
  padding: 0;
}

.fullWidthContainer {
  width: 100%;
}

.c-h1 {
  font-size: 50px;
  line-height: 130%;
}

.c-h2 {
  font-size: 35px;
  line-height: 130%;
}

.c-h3 {
  font-size: 30px;
  line-height: 130%;
}

.c-h4 {
  font-size: 25px;
  line-height: 130%;
}

.c-p1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 150%;
}

.c-p2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
}

.c-p3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.c-p4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.c-p5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.c-p6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.c-p7 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.c-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
}

.c-bread {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.c-tags {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
}

.c-link {
  color: var(--main-blue-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-link:hover {
  color: var(--main-hover-color);
}

.c-link:active {
  color: var(--main-pressed-color);
}

.c-factoid {
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif, Arial, Helvetica;
}

.c-factoid-description {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif, Arial, Helvetica;
}

.btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  padding: 15px 30px;
  border-radius: 1px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif, Arial, Helvetica;
}

.btn-blue {
  color: #fff3ef;
  background: #4e4e4c;
}

.btn-blue:hover {
  background: #3b8067;
  border-radius: 1px;
}

.btn-blue:active {
  background: #276c53;
  border-radius: 1px;
}

.btn-blue.disabled {
  pointer-events: none;
  background: #bfded6;
  border-radius: 1px;
}

.btn-gray {
  background: #ffeae7;
  border-radius: 1px;
  color: #4e4e4c;
}

.btn-gray:hover {
  background: #ebd8d4;
}

.btn-gray:active {
  background: #e8cdc8;
}

span .icon {
  cursor: pointer;
}

span:hover .icon::before {
  color: #3b8067;
}
span:hover .icon:active {
  color: #276c53;
}

.bold {
  font-weight: 700;
}

.customInputWrap {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customInputWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark,
.radio {
  position: relative;
  height: 20px;
  width: 20px;
  background: #fff3ef;
  border: 1px solid #4b4b4b;
  cursor: pointer;
}

.checkmark {
  border-radius: 1px;
}

.radio {
  border-radius: 50%;
}

input:checked ~ .checkmark {
  background: url(../icons/checkbox.svg) no-repeat !important;
  background-size: 100% 100% !important;
}

input:checked ~ .radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  background: #3b8067;
  border-radius: 50%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 30px 0 30px;
}

.breadcrumbs .breadcrumbs__divider {
  width: 2px;
  height: 2px;
  background: #4b4b4b;
  border-radius: 50%;
}

.breadcrumbs *:not(:last-child) {
  opacity: 0.68;
}

.breadcrumbs .c-bread:last-child {
  cursor: default;
  color: var(--main-text-color) !important;
}

.mdi-arrow-down {
  transition: transform 0.3s ease;
}

.open .mdi-arrow-down,
.active .mdi-arrow-down {
  transform: rotate(180deg);
}

.mdi-arrow-down path {
  stroke: currentColor;
}

.map {
  height: 817px;
  width: 100%;
  background: #000;
  border-radius: 1px;
}

.map-tooltip {
  position: relative;
  width: fit-content;
}

.map-tooltip__body {
  padding: 30px 40px;
  background: #fffdfc;
  border-radius: 1px;
}

.map-tooltip__body > .c-p4 {
  margin-bottom: 10px;
}

.map-tooltip__body > .c-bread:not(:last-child) {
  margin-bottom: 5px;
}

ul.socials__links {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

ul.socials__links > li {
  width: 60px;
  height: 60px;
  border-radius: 1px;
  flex-shrink: 0;
}

ul.socials__links > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

ul.socials__links > li > a svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

ul.socials__links > li > a:hover svg {
  fill: #ebd8d4;
}

.shippetDiscountLabelW {
  height: 0px;
  position: relative;
  z-index: 1;
}

.shippetDiscountLabel {
  color: #4b4b4b;
  background-color: #ffeae7;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: -20px;
  text-align: center;
  border-radius: 50%;
  white-space: nowrap;
  line-height: 100%;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.det .shippetDiscountLabelCnt {
  display: block;
  height: 100%;
  position: relative;
  line-height: 78px;
}

.shippetSeasonLabelW {
  position: relative;
  z-index: 1;
  height: 0;
}
.shippetSeasonLabel,
.shippetColorLabel {
  color: #4b4b4b;
  background-color: #bfded6;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -20px;
  text-align: center;
  padding: 20px 30px;
  font-weight: 500;
  border-radius: 40px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.shippetColorLabel {
  background-color: #ffeae7;
}

.shippetSeasonLabelW.det {
  max-width: 604px;
}
.det .shippetSeasonLabel {
}
.det .shippetColorLabel {
  right: 130px;
}
.det .shippetSeasonLabel br {
}

.snippet-desc__price .snippet-desc__old-price {
  font-size: 16px;
  font-weight: normal;
  line-height: 130%;
  font-family: "Comfortaa", sans-serif;
  text-decoration: line-through;
  opacity: 0.68;
}

.snippet-desc__price .newP {
  color: var(--main-hover-color);
  margin-right: 10px;
}

.card__mainInfoBlock-price .snippet-desc__old-price {
  display: inline-block;
  font-size: 25px;
  text-decoration: line-through;
  margin-right: 20px;
}

.card__mainInfoBlock-price .newP {
  color: #3b8067;
}

.emptySection {
  text-align: center;
  display: block;
  width: 100%;
  padding: 75px 0 150px;
}

.emptySection .bttnW {
  padding-top: 30px;
}

@media (hover: hover) {
  .c-link:hover {
    color: var(--main-hover-color);
  }
  .btn-blue:hover {
    background: #3b8067;
    border-radius: 1px;
  }
  .btn-gray:hover {
    background: #ffd4cd;
  }
  span:hover .icon::before {
    color: #3b8067;
  }

  span:hover .icon:active {
    color: #276c53;
  }
  ul.socials__links > li > a:hover svg {
    fill: #ffd4cd;
  }

  a:not(.btn):hover {
    color: var(--main-hover-color);
  }
}

@media (max-width: 1439px) {
  .shippetSeasonLabelW.det {
    max-width: 575px;
  }
  .shippetSeasonLabel {
    top: -20px;
    right: 10px;
    padding: 17px 23px;
    font-size: 18px;
    line-height: 18px;
  }
  .container {
    width: 1200px;
  }

  .c-h1 {
    font-size: 40px;
    line-height: 130%;
  }

  .c-h2 {
    font-size: 30px;
    line-height: 130%;
  }

  .c-h3 {
    font-size: 25px;
    line-height: 130%;
  }

  .c-h4 {
    font-size: 20px;
    line-height: 130%;
  }

  .c-p1 {
    font-size: 30px;
    line-height: 150%;
  }

  .c-p3,
  .c-p2 {
    font-size: 20px;
    line-height: 150%;
  }

  .c-p4,
  .c-p5 {
    font-size: 16px;
    line-height: 150%;
  }

  .c-p6,
  .c-p7 {
    font-size: 14px;
    line-height: 150%;
  }

  .c-factoid {
    font-size: 44px;
    line-height: 110%;
  }

  .c-tags {
    font-size: 12px;
    line-height: 120%;
  }

  .c-bread {
    font-size: 12px;
    line-height: 120%;
  }

  .c-factoid-description {
    font-size: 16px;
  }

  .radio,
  .checkmark {
    height: 16px;
    width: 16px;
  }

  .customInputWrap input:checked ~ .radio:after {
    height: 10px;
    width: 10px;
  }

  .breadcrumbs {
    padding: 20px 0 20px;
  }

  .map {
    height: 700px;
  }

  ul.socials__links > li {
    width: 50px;
    height: 50px;
  }

  .shippetDiscountLabel {
    left: 10px;
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .det .shippetDiscountLabelCnt {
    line-height: 58px;
  }

  .emptySection {
    text-align: center;
    display: block;
    width: 100%;
    padding: 50px 0 120px;
  }

  .map-tooltip__body {
    padding: 20px 30px;
  }
}

@media (max-width: 1279px) {
  .map-tooltip__body {
    padding: 15px 20px;
  }
  .shippetSeasonLabelW.det {
    max-width: 330px;
  }
  .shippetSeasonLabel {
    font-size: 16px;
    line-height: 16px;
    top: -15px;
    padding: 14px 20px;
  }
  .snippet-desc__price .snippet-desc__old-price {
    font-size: 9px;
  }

  .snippet-desc__price .newP {
    margin-right: 5px;
  }
  .container {
    width: 700px;
  }

  .c-h1 {
    font-size: 25px;
  }

  .c-h2 {
    font-size: 18px;
  }

  .c-h3,
  .c-h4 {
    font-size: 14px;
  }

  .c-p1 {
    font-size: 18px;
  }

  .c-p3,
  .c-p2 {
    font-size: 14px;
  }

  .c-p4,
  .c-p5 {
    font-size: 12px;
  }

  .c-p6,
  .c-p7 {
    font-size: 12px;
  }

  .c-tags {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
  }

  .c-bread {
    font-size: 12px;
    line-height: 150%;
  }

  .c-btn {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
  }

  .c-p7 {
    font-size: 12px;
    line-height: 150%;
  }

  .c-factoid-description {
    font-size: 14px;
  }

  .btn {
    padding: 17px 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .c-factoid {
    font-size: 38px;
    line-height: 105%;
  }

  .breadcrumbs {
    padding: 10px 0 10px;
  }

  .map {
    height: 408px;
  }

  ul.socials__links > li {
    width: 48px;
    height: 48px;
  }

  .shippetDiscountLabel {
    top: -15px;
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  .emptySection {
    text-align: center;
    display: block;
    width: 100%;
    padding: 40px 0 60px;
  }
}

@media (max-width: 767px) {
  .map-tooltip__body {
    padding: 10px 15px;
  }
  .shippetSeasonLabel {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 15px;
  }
  .shippetSeasonLabel,
  .shippetColorLabel {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 15px;
  }

  .card__mainContentLabels {
    margin-top: 0;
  }

  .card__mainContentLabels .shippetSeasonLabel {
    right: -15px;
  }
  .snippet .shippetSeasonLabel {
    right: 10px;
  }
  .container {
    width: 370px;
  }

  .c-p3,
  .c-p2 {
    font-size: 12px;
  }

  .breadcrumbs {
    display: block;
    padding: 10px 0 10px;
  }

  .breadcrumbs .breadcrumbs__divider {
    display: inline-flex;
    align-items: center;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .map {
    height: 330px;
  }

  .shippetDiscountLabel {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .emptySection {
    text-align: center;
    display: block;
    width: 100%;
    padding: 30px 0 40px;
  }
}
.breadContainer > .container {
  display: flex;
}

.breadContainer > .container img {
  margin: 0 10px;
}

.breadContainer > .container .breadItem {
  font-size: 14px;
  line-height: 150%;
  color: #4b4b4b;
}

.breadItem:last-child {
  cursor: initial;
}

.breadItem.c-link {
  color: var(--main-text-color);
}

.breadContainer > .container .breadItem:last-child {
  color: #4b4b4b;
}

.breadContainer > .container .breadItem:not(:last-child) {
  opacity: 0.68;
}

.breadContainer {
  padding-top: 20px;
  padding-bottom: 50px;
}

#edemLoadIcon {
  border: 16px solid #ffeae7;
  border-top: 16px solid #3b8067;
  border-bottom: 16px solid #3b8067;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
  z-index: 20000;
  display: none;
  filter: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.errMess {
  margin-left: 13px;
  color: #f04438;
  margin-top: 15px;
  font-size: 18px;
  line-height: 150%;
  opacity: 0.68;
}
.errMess.myOrder {
}
