/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin_latin-ext-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v22-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v22-latin_latin-ext-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v22-latin_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-serif-v22-latin_latin-ext-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

.text-bold {
  font-weight: 700;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



.slick-loading .slick-list {
  background: #FFFFFF;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slide {
  outline: none;
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}


header,
main {
  display: block;
}


progress {
  vertical-align: baseline;
  display: inline-block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-6 {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

.w-slider {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 60px;
  /*background: white;*/
  /* height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative; */
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #151515;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Serif, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Noto Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Noto Serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

a {
  color: #a71962;
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 27px;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #9fbf73;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.input {
  height: 48px;
  background-color: #f6f6f6;
  border-style: none;
  margin-bottom: 24px;
  padding: 11px 24px 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: #d1d1d1;
}

.input:focus {
  border-color: #9fbf73;
}

.input::-ms-input-placeholder {
  color: #888;
}

.input::placeholder {
  color: #888;
}

.link {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px #d1d1d1;
}

.top {
  height: 0;
}

.tab {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab:hover {
  opacity: .8;
}

.tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab.w--current:hover {
  opacity: .8;
}

.tabs-content {
  padding-top: 20px;
}

.divider-new-black {
  width: 150px;
  height: 1px;
  background-color: #151515;
  margin: 8px auto 40px 0;
}

.divider-new-black.white {
  background-color: #fff;
}

.divider-new-black.sredina {
  margin-left: auto;
}

.image-259,
.image-260 {
  flex: 0 auto;
}

.image-276 {
  /*max-height: 35px;*/
  /*margin-bottom: 15px;*/
}

.divider-new-white {
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 40px 0;
}

.div-block-1869 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.divider-new-black-sredina {
  width: 150px;
  height: 1px;
  background-color: #151515;
  margin: 8px auto 20px;
}

.divider-new-black-sredina--white {
  background-color: white;
}

.accordion-item-trigger-meno {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-180 {
  background-color: #2a493a;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-content-2 {
  max-height: 0;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}

.fb-comment {
  margin-bottom: 15px;
  display: flex;
}

.fb-comment-bubble {
  background-color: #f0f2f5;
  border-radius: 20px;
  flex: 1;
  padding: 15px 15px 15px 20px;
}

.fb-comment-bubble.white {
  background-color: #fff;
}

.social-proof {
  padding: 0 20px 100px;
}

.fb-comment-text {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4;
}

.fb-comment-name {
  filter: blur(4px);
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.4;
}

.ig-haze {
  color: white;
  background-color: #957BB7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ig-haze.white {
  background-color: rgba(0, 0, 0, 0);
}

.fb-avatar-2 {
  max-width: 50px;
  filter: blur(3px);
  mix-blend-mode: normal;
  margin-right: 1%;
}

.fb-avatar-2.bw {
  mix-blend-mode: luminosity;
}

.walsh-center-col-2 {
  width: 100%;
  height: 100%;
  grid-row-gap: 1em;
  text-align: center;
  /*background-image: url("../images/644a2e5aa662d34b270bdd3e_heart6.webp");*/
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 35px 0;
  display: flex;
}

.walsh-center-col-2.meno {
  background-image: url("../images/heart.png");
  padding-left: 0;
  padding-right: 0;
}

.walsh-stats-number-large-2 {
  color: #151515;
  white-space: normal;
  font-family: Open Sans, sans-serif;
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-stats-number-large-2.meno {
  font-size: 5.7em;
}

.walsh-inner-wrap-gap-2 {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-main-grid-2-meno {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: stretch;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-regular-2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
}

.divider-half {
  width: 150px;
  height: 1px;
  background-color: #151515;
  margin: 8px auto 20px 0;
}

.divider-half.white {
  background-color: #fff;
}

.sestavine-in-opozorilo {
  text-align: left;
  margin-bottom: 0;
}

.sestavine-in-opozorilo.active .accordion-item-content-2 {
  max-height: 700px !important;
}

.sestavine-in-opozorilo.active .vec-bel {
  transform: rotate(90deg) !important;
}

.sestavine-in-opozorilo.space {
  margin-bottom: 20px;
}

.gumb-sticky-naroci {
  z-index: 99;
  max-width: 1800px;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.button-4 {
  min-width: 150px;
  letter-spacing: 2px;
  background-color: #a71962;
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: static;
  top: 0;
}

.button-4:active {
  border-style: solid;
}

.button-4.w--current {
  cursor: pointer;
  outline-color: #d383ab;
}

.button-4.w--current:hover {
  border: 1px #000;
}

.petra {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.slider-4a {
  /* height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 72px 80px;
  display: block;
  overflow: auto; */
}

.heading-menowell-1 {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 26px;
  padding-left: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
  display: block;
  position: static;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.button-new {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  background-color: #aa1a66;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-new:hover {
  opacity: .81;
}

.ponudba {
  padding: 100px 72px;
}

.ponudba.trebuscek {
  background-image: linear-gradient(#f9cdbc, rgba(0, 0, 0, 0));
}

.container-363c {
  max-width: 1080px;
  color: #fff;
}

.vec-bel {
  width: 20px;
  filter: invert();
  transition: all 0.3s;
}

.container-5005 {
  max-width: 1080px;
}

.divider-12 {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 26px;
}

.divider-12.thin {
  width: 150px;
  height: 1px;
}

.image-443 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-2034 {
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 7px;
  display: flex;
}

.section-123a {
  /*background-image: linear-gradient(#fff, #f1d8d1 88%);*/
  /*padding: 100px 60px;*/
  padding: 0 20px;
  display: block;
}

.image-444 {
  display: none;
}

.peach-marker {
  background-color: #f2d9d1;
}

.container-433a {
  max-width: 1080px;
  text-align: center;
}

.section-179p {
  background: white;
  padding: 100px 60px;
  display: block;
}

.paket-adijo-trebuscek {
  z-index: 1;
  background-color: white;
  /*background-image: linear-gradient(#f2d9d1, #f6f4f1);*/
  margin-bottom: 0;
  padding: 100px 60px;
  font-size: 22px;
  position: relative;
}

.div-block-167a {
  padding-top: 20px;
  padding-bottom: 0;
}

.container-5028 {
  max-width: 1180px;
}

.heading-1484 {
  text-align: center;
}

.section-172m {
  background-color: white;
  /*background-image: radial-gradient(circle at 50% 70%, #ffeaea, #f2d9d1 36%);*/
  padding: 100px 60px;
  position: relative;
}

.section-172m__subtitle {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 40px;
}

.section-172m__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section-172m__picture {
  flex-shrink: 0;
}

.section-172m__img {
  width: 500px;
}

.image-15a {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-1516 {
  text-align: center;
}

.divider-16 {
  width: 100px;
  height: 2px;
  background-color: #151515;
  margin: 8px auto 40px 0;
}

.divider-16.sredina {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.divider-16.sredina.thin {
  width: 150px;
  height: 1px;
}

.div-block-2036 {
  padding-right: 0;
}

.paragraph-84b-1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 29px;
}

.heading-1518 {
  text-align: center;
  padding-bottom: 0;
}

.image-446 {
  display: none;
}

.div-block-2037 {
  padding-top: 100px;
}

.heading-1519 {
  text-align: center;
  margin-bottom: 30px;
}

.container-401o {
  max-width: 1180px;
  color: #fff;
  background-color: #daa1a0;
  padding: 50px;
}

.container-401o.meno {
  background-color: #957BB7;
}

.estrogenski-trebuscek-hero {
  width: 100%;
  min-height: 100vh;
  color: #151515;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url("../images/intro.jpg");
  background-position: 0 0, 0 0, 85%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.webp .estrogenski-trebuscek-hero {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url("../images/intro.webp");
}

.paragraph-118 {
  margin-bottom: 0;
}

.image-447 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-448 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-156 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.paragraph-288 {
  text-align: center;
  margin-bottom: 0;
}

.heading-1520 {
  margin-bottom: 0;
}

.paragraph-289 {
  margin-bottom: 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-175 {
  text-align: left;
  margin-bottom: 0;
  /*margin-bottom: 20px;*/
}

.paragraph-175:last-of-type {
  /*margin-bottom: 60px;*/
}

.text-span-86 {
  font-size: .7em;
}

.text-span-87 {
  color: #aa1a66;
  font-size: 29px;
}

.div-petra-proizvodnja-2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/doc.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.webp .div-petra-proizvodnja-2 {
  background-image: url("../images/doc.webp");
}

.div-block-2041 {
  align-items: flex-start;
  display: flex;
}

.container-menowell {
  max-width: 1180px;
  color: #fff;
  background-color: #835688;
  padding: 50px;
}

.container-menowell.trebuscek {
  background-color: #957BB7;
}

.container-5029 {
  max-width: 1200px;
}

.bold-text-26a {
  display: inline-block;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.text-block-65 {
  margin: 0 10px 6px 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}

.paragraph-122 {
  text-align: center;
}

.div-block-2043 {
  width: 70%;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.div-block-2043.mm {
  width: 80%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.text-block-66 {
  font-size: 15px;
  font-weight: 400;
}

.text-block-66._2 {
  margin-bottom: 17px;
}

.container-5030 {
  max-width: 1080px;
  object-fit: fill;
  flex: 1;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container-5030.shape {
  color: #fff;
  padding-bottom: 0;
}

.grid-157 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.grid-157.marg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.25fr 1fr;
  /*margin-bottom: 60px;*/
}

.heading-1482 {
  text-align: center;
}

.image-454 {
  width: 200px;
  border-radius: 50%;
}

.container-376 {
  max-width: 1080px;
  text-align: center;
  margin-bottom: auto;
  color: white;
  background: #957BB7;
  padding: 50px;
}

.div-block-2045 {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.podnaslov-obroc {
  background-color: #957BB7;
  width: 100%;
  padding: 60px;
}

.text-block-68 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}

.text-block-68._2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-223 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-223.pinkish {
  background-color: white;
}

.heading-1329 {
  text-align: center;
}

.div-block-2046 {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-1521 {
  margin-bottom: 5px;
}

.container-382c {
  max-width: 1080px;
}

.heading-1481 {
  text-align: center;
  margin-bottom: 0;
  /*margin-top: 20px;*/
}

.paragraph-290 {
  margin-bottom: 25px;
  font-size: 20px;
}

.w-slide-content {
  display: flex;
  align-items: center;
}

.w-slide-content>div:nth-child(1) {
  margin-right: 25px;
  flex-shrink: 0;
}

.heading-1522 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 25px;
}

.section-111c {
  color: white;
  background-color: #957BB7;
  padding: 100px 15px;
  display: block;
}

.heading-1483 {
  margin-bottom: 20px;
}

.div-block-2049 {
  background-color: #a71962;
  border-radius: 30px;
  padding: 4px;
}

.div-block-2049:hover {
  opacity: .82;
}

.tabs {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
  }

  .image-259,
  .image-260 {
    /*height: 80px;*/
    /*width: 47%;*/
  }

  .div-block-1869 div {
    max-width: 50%;
  }

  .div-block-1869 {
    flex-wrap: wrap;
  }

  .walsh-main-grid-2-meno {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .heading-menowell-1 {
    width: 90%;
  }


  .ponudba {
    padding-left: 20px;
    padding-right: 20px;
  }


  .section-123a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-444 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-179p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paket-adijo-trebuscek {
    padding: 80px 20px;
  }

  .section-172m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15a {
    display: block;
  }

  .heading-1518 {
    max-width: 720px;
  }

  .estrogenski-trebuscek-hero {
    /*padding-top: 100px;*/
    /*padding-bottom: 80px;*/
    /*padding-left: 25px;*/
  }

  .paragraph-118 {
    margin-bottom: 20px;
  }

  .grid-156 {
    align-items: start;
    display: block;
  }

  .div-petra-proizvodnja-2 {
    height: 700px;
    background-position: top center;
  }

  .container-5029 {
    max-width: 720px;
  }

  .div-block-2043.mm {
    width: 90%;
  }

  .container-5030 {
    flex: 1;
    padding-left: 10px;
  }

  .container-5030.shape {
    /*max-width: none;*/
    /*flex: 0 auto;*/
  }

  .grid-157 {
    grid-template-columns: 1fr 1fr;
    /*align-items: start;*/
  }

  .podnaslov-obroc,
  .container-414mn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }

  li {
    font-size: 18px;
    line-height: 25px;
  }

  .divider-new-black,
  .divider-new-white {
    margin-left: 0;
  }

  .divider-new-black-sredina {
    margin-left: auto;
  }

  .walsh-main-grid-2-meno {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .divider-half {
    margin-left: auto;
  }

  .sestavine-in-opozorilo {
    text-align: left;
  }

  .gumb-sticky-naroci {
    justify-content: center;
    left: 0;
    right: 0;
  }

  .petra, .section-123a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-menowell-1 {
    font-size: 35px;
    line-height: 44px;
  }

  .vec-bel {
    width: 20px;
    flex: none;
  }


  .section-123a {
    /*padding: 60px 20px;*/
  }

  /*.image-444 {*/
  /*  display: block;*/
  /*}*/

  .paket-adijo-trebuscek {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-172m {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /*.image-15a {*/
  /*  display: none;*/
  /*}*/

  .heading-1517 {
    text-align: center;
  }

  .paragraph-84b-1 {
    font-size: 19px;
  }

  .heading-1518 {
    font-size: 30px;
  }

  .container-401o {
    padding-left: 15px;
    padding-right: 15px;
  }

  .estrogenski-trebuscek-hero {
    min-height: auto;
    /*padding-top: 60px;*/
    /*padding-bottom: 60px;*/
    padding-left: 0;
  }

  .paragraph-118 {
    margin-bottom: 40px;
  }

  .grid-156 {
    display: block;
  }

  .heading-1520 {
    padding-right: 40px;
  }

  .paragraph-289 {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .div-petra-proizvodnja-2 {
    height: 600px;
  }

  .div-block-2041 {
    display: block;
  }

  .container-menowell, .container-376 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2043.mm {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-5030 {
    flex: 0 auto;
    padding-left: 10px;
  }

  .grid-157 {
    grid-template-columns: 1fr;
  }

  .grid-157.marg {
    grid-template-columns: 1.25fr;
  }

  .image-454 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pack {
    display: block;
    width: 400px;
    margin: 0 auto;
  }

  .div-block-2044 {
    margin-bottom: 40px;
  }

  .div-block-2045 {
    align-items: center;
    padding-right: 10px;
  }

  .podnaslov-obroc {
    padding: 40px 20px;
  }

  .paragraph-290 {
    font-size: 18px;
  }

  .heading-1522 {
    font-size: 30px;
  }

  .section-111c {
    /*padding-top: 80px;*/
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  p,
  li {
    font-size: 18px;
    line-height: 24px;
  }

  .tab,
  .tab.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .image-259 {
    width: auto;
    height: auto;
    max-height: 80px;
  }

  .image-260 {
    height: auto;
    max-height: 80px;
    margin-bottom: 10px;
  }

  .divider-new-black-sredina {
    margin-left: auto;
  }

  .fb-comment-bubble {
    padding: 10px 7px 10px 15px;
  }

  .column-127 {
    padding-left: 0;
    padding-right: 0;
  }

  .social-proof {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fb-comment-text {
    font-size: 16px;
  }

  .fb-comment-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .ig-haze {
    padding: 60px 10px;
  }

  .fb-avatar-2 {
    max-width: 40px;
    min-width: 20px;
    margin-right: 2%;
  }

  .walsh-center-col-2 {
    background-position: 50%;
    background-size: contain;
    padding: 40px 0 0;
    font-size: 18px;
  }

  .walsh-stats-number-large-2,
  .walsh-stats-number-large-2.meno {
    font-size: 5em;
  }

  .walsh-main-grid-2-meno {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-heading-regular-2 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .sestavine-in-opozorilo.space {
    width: auto;
  }

  .gumb-sticky-naroci {
    bottom: 1%;
  }

  .button-4 {
    min-width: 130px;
    padding: 8px;
  }

  .petra, .section-123a {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-menowell-1 {
    width: 100%;
    font-size: 35px;
    line-height: 43px;
  }

  .ponudba {
    padding: 60px 15px;
  }

  .vec-bel {
    margin-bottom: 5px;
  }


  .section-123a {
    /*padding: 60px 15px;*/
  }

  .section-179p {
    padding: 60px 15px;
  }

  .paket-adijo-trebuscek {
    /*padding-bottom: 0;*/
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-172m {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-84b-1 {
    margin-bottom: 0;
  }

  .image-446 {
    display: block;
  }

  .container-401o {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .estrogenski-trebuscek-hero {
    /*height: auto;*/
    /*min-height: 90vh;*/
    /*padding: 60px 10px;*/
  }

  .image-450 {
    display: none;
  }

  .div-petra-proizvodnja-2 {
    height: 450px;
  }

  .div-block-2041 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-1990 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .container-menowell {
    padding: 60px 15px;
  }

  .div-block-2043 {
    width: auto;
  }

  .div-block-2043.mm {
    width: auto;
    align-items: center;
  }

  .container-5030 {
    /*max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: inline-block;
  }

  .container-5030.shape {
    padding-right: 10px;
  }

  .grid-157.marg {
    grid-template-columns: 1.25fr;
  }

  .div-block-2045 {
    align-items: flex-end;
  }

  .podnaslov-obroc {
    padding: 40px 15px;
  }

  .section-223 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-382c {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-414mn {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-111c {
    /*padding-top: 80px;*/
    /*padding-bottom: 60px;*/
  }
}

#w-node-ed4138ed-7827-e986-ee76-4be982b6300a-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b6301f-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b6302e-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b63040-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b6304f-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b63066-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b63075-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b63084-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b63099-cad83391,
#w-node-ed4138ed-7827-e986-ee76-4be982b630ac-cad83391 {
  justify-self: center;
}

#w-node-ed4138ed-7827-e986-ee76-4be982b630c9-cad83391 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7b10180-68fd-2898-d2c1-b6d1cc1f82de-cc1f82da,
#w-node-e7b10180-68fd-2898-d2c1-b6d1cc1f82e6-cc1f82da,
#w-node-e7b10180-68fd-2898-d2c1-b6d1cc1f82ee-cc1f82da,
#w-node-e7b10180-68fd-2898-d2c1-b6d1cc1f82f8-cc1f82da,
#w-node-e7b10180-68fd-2898-d2c1-b6d1cc1f8300-cc1f82da {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

.slick-dots li {
  background: #d0d0d0;
  border-radius: 90px;
}

.slick-dots li.slick-active {
  background: grey;
}

.slider__arrow {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 30px;
  z-index: 20;
}

.slider__arrow.slick-arrow--left {
  transform: scale(-1);
}

.slider__arrow.slick-arrow--right {
  left: auto;
  right: 30px;
}

.arrow-1 {
  display: none;
}

.arrow-2 {
  display: block;
  cursor: pointer;
  fill: white;
}

.slick-dots {
  bottom: 0;
}

.components {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.components__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.inL_12890 {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  transform-style: preserve-3d
}

.inL_926681 {
  max-height: 0
}

.inL_844216 {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0deg) rotateZ(44.5deg) skew(0, 0);
  transform-style: preserve-3d
}

.inL_311337 {
  max-height: 0
}

.inL_657036 {
  opacity: 0
}

.section-179p__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.section-179p__picture {
  flex-shrink: 0;
}

.section-179p__img {
  width: 500px;
  margin-bottom: 0;
}

.section-179p__img--min {
  width: 350px;
}

.section-179p__text {
  text-align: left;
  margin-bottom: 0;
}

.section-179p__subtitle {
  text-align: center;
  margin-bottom: 0;
}

.feedback {
  margin: 40px 0;
  padding: 0;
}

.feedback__item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0;
}

.feedback__item:not(:last-of-type) {
  margin-bottom: 35px;
}

.feedback__info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
  width: 100%;
  max-width: 300px;
}

.feedback__picture {
  flex-shrink: 0;
}

.feedback__img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.feedback__name {
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.feedback__stars {
  display: block;
  width: 105px;
  height: 20px;
  background: url("../images/star.svg") repeat left / contain;
}

.feedback__text {
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
}

.section-123a__subtitle {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.meno__img {
  display: block;
  width: 550px;
  margin: 0 auto 25px;
}

.list {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .w-slide-content {
    flex-direction: column;
  }

  .w-slide-content>div:nth-child(1) {
    margin: 0 0 20px;
  }

  .section-172m__content, .section-179p__content {
    flex-direction: column;
  }

  .paragraph-175, .section-179p__text {
    text-align: center;
  }

  .feedback__item {
    flex-direction: column;
    gap: 20px;
  }

  .feedback__info {
    width: auto;
  }

  .feedback__text {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .w-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 479px) {
  .heading-menowell-1 {
    font-size: 30px;
  }

  .w-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-444 {
    display: block;
  }

  .image-15a {
    display: none;
  }

  .estrogenski-trebuscek-hero {
    background-image: radial-gradient(circle, rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url("../images/intro_mob.jpg");
  }

  .webp .estrogenski-trebuscek-hero {
    background-image: radial-gradient(circle, rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url("../images/intro_mob.webp");
  }

  .slider__arrow {
    width: 30px;
    left: 5px;
  }

  .slider__arrow.slick-arrow--right {
    left: auto;
    right: 5px;
  }

  .pack {
    width: 300px;
  }
}

/*popup*/
.popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*margin: 0 15px;*/
  border: 3px solid #c5c5c5;
  border-radius: 8px;
  padding: 25px;
  background: #f7f7f7;
  box-shadow: 0 0 12px #c5c5c5;
  max-width: 800px;
  width: 100%;
}

.popup__product {
  flex-shrink: 0;
  width: 300px;
  max-width: 100%;
  margin: 0 40px 0 20px;
}

.popup__img {
  width: 100%;
}

.popup__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}

.popup__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px 0;
}

.price {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

.price__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price__line {
  width: 1px;
  height: 56px;
  background: #c5c5c5;
}

.price__title {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.price__old {
  font-size: 20px;
  color: #666;
  position: relative;
  margin-bottom: 0;
}

.price__old::before {
  content: '';
  display: block;
  border-top: 1px solid red;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(-12deg);
}

.price__old::after {
  content: '';
  display: block;
  border-top: 1px solid red;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(12deg);
}

.price__new {
  font-size: 30px;
  font-weight: 700;
  color: red;
  margin-bottom: 0;
}

.popup__label {
  width: 100%;
}

.popup__input {
  font-size: 16px;
  width: 100%;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  padding: 10px 10px 10px 20px;
}

.popup__button {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: white;
  background: #aa1a66;
  border: 2px solid #aa1a66;
  outline: none;
  cursor: pointer;
  /*border-radius: 12px;*/
  padding: 15px;
  width: 100%;
  transition: all .3s ease-in-out;
}

.popup__button:hover {
  background: transparent;
  color: #aa1a66;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 767px) {
  .popup__product {
    display: none;
  }

  .popup__form {
    border-radius: 0;
  }

  .popup__wrapper {
    max-width: none;
    width: auto;
    padding: 0;
    overflow: hidden;
  }
}