html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

[dir="rtl"] input[type="tel"] {
  text-align: right;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 90%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

svg {
  vertical-align: middle;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html[lang="hu"] {
  --line-height: 1.4;
}

:root {
  --font-size: 18px;
  --line-height: 1.3;
  --image-width: calc(500px - var(--image-step));
  --image-width-md: calc(400px - var(--image-step));
  --image-width-xs: calc(300px - var(--image-step));
  --image-step: 0px;
  --product-width: 300px;
  --product-wide: calc(var(--product-width) - var(--image-step));
  --product-narrow: calc(var(--product-width) - 100px - var(--image-step));
  --h1: 32px;
  --h2: 28px;
  --h3: 24px;
  --h4: 20px;
  --h5: 18px;
  --h6: 16px;
}

@media screen and (max-width: 1023px) {
  :root {
    --image-step: 25px;

    --h1: 30px;
    --h2: 26px;
    --h3: 22px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --image-step: 50px;
    --font-size: 16px;

    --h1: 28px;
    --h2: 24px;
    --h3: 20px;
  }
}

@media screen and (max-width: 479px) {
  :root {
    --image-step: 75px;

    --h1: 22px;
    --h2: 20px;
    --h3: 18px;
    --h4: 17px;
  }
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: calc(var(--line-height) - 0.1);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #222;
  margin: 0;
  overflow-x: hidden;
}

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

.container-lg {
  max-width: 700px;
}

.container-md {
  max-width: 450px;
}

.container-xs {
  max-width: 320px;
}

.row {
  --offset-x: 10px;
  --offset-y: 10px;
  display: flex;
  margin-left: calc(var(--offset-x) * -1);
  margin-right: calc(var(--offset-x) * -1);
  margin-top: calc(var(--offset-y) * -1);
}

.flex-wrap {
  flex-wrap: wrap;
}

.row+.row {
  margin-top: 0;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

@media screen and (max-width: 479px) {
  .d-xs-none {
    display: none;
  }

  .flex-xs-wrap {
    flex-wrap: wrap;
  }
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.row .col {
  padding-left: var(--offset-x);
  padding-right: var(--offset-x);
  margin-top: calc(var(--offset-y) * 2);
  flex-grow: 1;
  width: 100%;
}

.row .col-auto {
  width: auto;
  flex-grow: 0;
}

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

.row .col-75 {
  width: 75%;
}

.row .col-50 {
  width: 50%;
}

.row .col-33 {
  width: 33%;
}

.row .col-25 {
  width: 25%;
}

@media screen and (max-width: 479px) {
  .row .col-xs-auto {
    width: auto;
    flex-grow: 0;
  }

  .row .col-xs-100 {
    width: 100%;
  }

  .row .col-xs-75 {
    width: 75%;
  }

  .row .col-xs-50 {
    width: 50%;
  }

  .row .col-xs-33 {
    width: 33%;
  }

  .row .col-xs-25 {
    width: 25%;
  }
}

.flex-grow {
  flex-grow: 1;
}

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

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

@media screen and (max-width: 1023px) {
  .direction-lg-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .direction-md-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .direction-sm-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .direction-xs-column {
    flex-direction: column;
  }
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media screen and (max-width: 479px) {
  .justify-content-xs-center {
    justify-content: center;
  }

  .justify-content-xs-between {
    justify-content: space-between;
  }

  .justify-content-xs-around {
    justify-content: space-around;
  }
}

.col--sidebar {
  max-width: 300px;
  flex-shrink: 0;
}

.sidebar {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 1023px) {
  .col--sidebar {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .col--content:has(+ .col--sidebar) {
    max-width: calc(100% - 300px);
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 ol,
ul {
  margin: 1rem 0;
}

li:not(:last-child) {
  margin-bottom: 0.25rem;
}

ol,
ul {
  padding-left: 25px;
}

.section {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .section--wide {
    padding: 1rem 2rem;
  }
}

.section>*:not(.row):first-child,
.col>*:not(.row):first-child {
  margin-top: 0;
}

.section>*:not(.row):last-child,
.col>*:not(.row):last-child {
  margin-bottom: 0;
}

.content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.bg--white {
  background: white;
}

.bg--green {
  background: #d8ead3;
}

.bg--lightgreen {
  background: #cdf15d8a
}

.bg--yellow {
  background: rgb(255, 242, 186);
}

.bg--blue {
  background: #b7e0ff;
}

.bg--gray {
  background: #ededed;
}

.bg--lightgrey {
  background: #efefef;
}

.bg--lightblue {
  background: #0385c3;
}

.bg--orange {
  background: orange;
}

.bg--darkblue {
  background: #016b93;
  color: #fff;
}

.bg--success {
  background: #1fb55d;
  color: #fff;
}

.bg--danger {
  background: #b5403d;
  color: #fff;
}

.bg--border-black {
  border-width: 1px;
  border-color: #000;
}

.bg--border-gray {
  border-width: 1px;
  border-color: gray;
}

.bg--border-red {
  border-width: 1px;
  border-color: red;
}

.bg--border-green {
  border-width: 1px;
  border-color: green;
}

.bg--border-lightgrey {
  border-width: 1px;
  border-color: #efefef;
}

.bg--border-solid {
  border-style: solid;
}

.bg--border-dashed {
  border-style: dashed;
}

.blue {
  color: #349dee;
}

.red {
  color: red;
}

.orange {
  color: #f65757;
}

.darkred {
  color: darkred;
}

.gray {
  color: gray;
}

.green {
  color: green;
}

.yellow {
  color: #caca54;
}

.gold {
  color: #b88b59;
}

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

.text-right {
  text-align: inline-end !important;
}

.image-content {
  max-width: var(--image-width);
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 0;
}

.image-content img {
  width: 100%;
}

.image-content--md {
  max-width: var(--image-width-md);
}

.image-content--xs {
  max-width: var(--image-width-xs);
}

.overflow-content:before {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='32' height='32' style='transform: rotate(180deg);'%3E%3Cpath d='M118,5.9c-12.2,2.7-23.2,11.4-28.1,22.3l-1.5,3.4l-29.2,0.1H29.9l9.1-9.2c8-8.1,9.1-9.4,9.1-11c0-3.7-2.3-6-6-6.1h-2.5L25.1,20c-9.6,9.6-14.8,15.2-15,16.1c-0.2,0.9-0.2,2.2,0.1,3c0.2,1,5.4,6.6,14.9,16.1l14.6,14.6h2.5c3.7-0.1,6-2.3,6-6.1c0-1.6-1.1-2.9-9.1-11l-9.1-9.2h27.8h27.9l0.1,3.8c0.2,6.9,2.6,14.2,6.5,20.3l1.6,2.5l0.3-13.1C94.4,47,94.7,43.3,95.4,41c3.2-10.2,11.1-18.1,21.6-21.6c4.7-1.6,14.3-1.5,19.6,0.3c7.3,2.4,13.9,7.6,17.6,14c3.4,5.9,3.9,8.5,4.2,23.4l0.2,13.6l2.1-3.2c3.9-6.2,7.1-16.8,6.4-21.9l-0.2-1.8h29.5H226l-9.1,9.2c-8,8.1-9.1,9.4-9.1,11c0,3.7,2.3,6,6,6.1h2.4l14.4-14.3c15.5-15.4,16.3-16.6,15-20c-0.4-0.9-7.1-8-15-15.9C216.3,5.6,216.1,5.4,213.8,5.4c-1.3,0-2.8,0.3-3.4,0.5c-1.4,0.8-2.7,3.4-2.7,5.5c0,1.6,1.1,2.9,9.1,11l9.1,9.2l-30.7,0.1L164.6,32l-0.9-2.2c-3.3-8.3-10.9-16.3-19.7-20.7C136.6,5.4,126.3,4.1,118,5.9z'/%3E%3Cpath d='M120.3,30.8c-5.7,1.6-10.8,5.9-13.4,11.2c-2.2,4.4-2.3,9.1-2.2,62.9c0,25.9-0.1,47.3-0.2,47.4c-0.5,0.5-4-4.8-8.4-12.6c-4.9-9-7.1-11.7-10.9-14.2c-4.1-2.7-8.2-3.7-14.2-3.4c-4.3,0.1-5.6,0.4-8.6,1.9c-7.2,3.4-11.2,8.9-11.1,15.3c0,3.3,0.2,3.7,27.2,54.9c21.6,41.2,27.5,52,29.2,53.5c3.9,3.5,2.6,3.4,54.6,3.4c29.8,0,48.2-0.2,50.1-0.5c4.4-0.9,9.5-3.4,12.2-6.3c2.9-3,5.8-8.4,7.1-13.1c2.3-8.9,3.8-36.7,3.5-67.2l-0.2-23l-1.8-3.7c-3.1-6.7-8.7-10.7-16.5-12c-3.2-0.5-4.4-0.5-7.4,0.2l-3.6,0.8l-0.6-1.8c-2.4-7.2-12-12.7-21.2-12.1c-2.3,0.1-4.6,0.4-5.1,0.6c-0.6,0.3-1.1-0.4-2.1-2.8c-1.4-3.4-4.6-7.3-7.8-9.2c-4.8-3-12-4.3-18.3-3.3l-2.8,0.5l-0.2-26.5l-0.2-26.4l-1.8-3.7c-3.4-6.8-9.8-10.8-18-11.2C124.7,30.2,121.8,30.3,120.3,30.8z M131.1,44.8c0.9,0.5,2.1,1.6,2.5,2.3c0.5,1,0.8,10.3,1,45.1l0.3,43.9l1.4,1.4c1.9,1.9,5.6,2.3,8,1.1c3-1.5,3.4-3.1,3.4-13.3c0-8.1,0.1-9.4,1.1-10.9c0.5-1,1.6-2.1,2.3-2.6c3.4-2.2,9.1-1.4,11.9,1.8l1.6,1.9v14.5c0,15.6,0.2,16.6,3,18.5c1.7,1.1,5.5,1.1,7.4,0c2.7-1.6,3-2.7,3.3-10.9c0.3-8.2,0.6-9.3,3.3-10.9c3-1.7,9-0.6,10.5,2.1c0.4,0.8,0.8,5.4,0.9,13.9l0.3,12.8l2.1,1.9c1.9,1.8,2.3,1.9,4.8,1.7c4.9-0.5,6.5-3.2,6.5-10.8c0-3.3,0.3-5.5,0.8-6.5c0.9-1.8,3.8-3.3,6.3-3.3c2.5,0,5.8,2,6.8,4c1.9,4,1.6,46.6-0.5,71.4c-1.1,13.2-2.1,17.2-4.8,20.1c-2.7,3-0.6,2.8-51.2,3.1c-33.6,0.1-47.2,0-47.5-0.4c-0.8-1-51.3-96.8-51.5-97.6c-0.2-1.1,3-3.2,5.5-3.6c3-0.5,6.6,0.6,8.5,2.7c0.9,1,3.2,4.7,5.1,8.3c4.3,7.9,7.1,12.1,10.4,15.6c6.5,6.6,17.7,5.1,22.1-3.1c1.2-2.2,1.2-2.2,1.5-56.3c0.3-50.9,0.3-54.2,1.3-55.5C121.5,43.8,127.6,42.7,131.1,44.8z'/%3E%3C/svg%3E");
  animation: moving 2s infinite;
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  left: calc(50% - 16px);
  top: 0;
  font-size: 0;
  line-height: 0;
  margin-top: -10px;
}

@media screen and (max-width: 479px) {
  .overflow-content-xs {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .overflow-content-xs>* {
    min-width: 500px;
  }

  .overflow-content-xs:before {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .overflow-content-md {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .overflow-content-md>* {
    min-width: 800px;
  }

  .overflow-content-md:before {
    display: inline-block;
  }
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}

.image-product {
  width: 100%;
  display: inline-block;
  line-height: 1;
}

.image-caption {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  max-width: var(--image-width);
  width: 100%;
  padding: 5px;
  line-height: var(--line-height);
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.75rem 1rem;
  background: rgb(229, 0, 38);
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  border-radius: 50rem;
  transition: all 400ms;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  color: #fff;
  background: rgb(123, 27, 43);
}

.btn--warning {
  background: #ffc107;
  color: #fff;
}

.btn--warning:hover {
  background: #d39e00;
}

.btn--success {
  background: #388e3c;
  color: #fff;
}

.btn--success:hover {
  background: #49bd4f;
}

.btn--outline-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn--outline-white:hover {
  background: #fff;
  color: #000;
}

.btn--orange {
  background: #ff5900;
  color: #fff;
}

.btn--orange:hover {
  background: #ff6328;
}

.input {
  background: #f2f2f2;
  font-family: inherit;
  font-size: 16px;
  padding: 0.75rem 1rem;
  border: 2px solid #ddd;
  border-radius: 50rem;
  display: inline-block;
  resize: none;
  appearance: none;
  min-height: 46px;
}

a.input {
  color: gray;
  text-decoration: none;
  line-height: 1;
}

a.input svg {
  color: #000;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.lastpack-wrap {
  display: inline-block;
  text-align: center;
  padding: 1rem;
  background: red;
  color: #fff;
  text-shadow:
    0 -1px 0 #000000,
    0 -1px 0 #000000,
    0 1px 0 #000000,
    0 1px 0 #000000,
    -1px 0 0 #000000,
    1px 0 0 #000000,
    -1px 0 0 #000000,
    1px 0 0 #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
  border-radius: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.footnote {
  text-align: center;
}

body {
  background: #f2f2f2;
}

.header {
  color: #fff;
  padding: 15px;
  font-size: 0.9em;
  background: linear-gradient(-180deg,
      #e00300 2%,
      #e20300 7%,
      #c10300 47%,
      #9c0200 100%);
}

.footer {
  background: linear-gradient(-180deg,
      #e00300 2%,
      #e20300 7%,
      #c10300 47%,
      #9c0200 100%);
  color: #fff;
}

.header__logo a {
  color: #fff;
}

@media screen and (min-width: 1024px) {

  .footer,
  .bel-footer-block {
    margin-top: 1rem;
  }

  .header {
    margin-bottom: 1rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}










.header-link {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 400ms;
}

.header-link:hover {
  opacity: 0.7;
}

.header__submenu {
  flex-shrink: 0;
}







.menu__item {
  padding: 0.5rem;
}


.header__menu {
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

.header__subscribe {
  text-align: end;
}

@media screen and (max-width: 1023px) {
  .header__menu {
    display: none;
  }

  .header__logo {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu__item:nth-child(4) {
    display: none;
  }
}



.order__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order__form {
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .order__inner {
    flex-direction: column;
  }
}

.form {
  max-width: 400px;
}

.form__label {
  display: inline-block;
  margin-bottom: 5px;
}

.form__input {
  width: 100%;
  margin-bottom: 1rem;
}

.form__btn {
  width: 100%;
}

.form__footnote:not(:last-child) {
  margin-bottom: 1rem;
}

.form__btn+.form__footnote {
  margin-top: 0.5rem;
}

.price {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  border-radius: 10px;
  margin-bottom: 1rem;
  color: #000;

  background: #f2f2f2;
  border: 2px solid #ddd;
}

.price__item {
  padding: 0 10px;
  text-align: center;
  width: 50%;
}

.price__item-title {
  font-weight: 700;
  font-size: 0.9em;
}

.price__item--old {
  border-right: 1px solid #ddd;
}

.price__item-value--old {
  text-decoration: line-through;
  font-size: 22px;
  color: gray;
}

.price__item-value--new {
  color: red;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 1px darkred;
}

@media screen and (max-width: 375px) {
  .price__item-value--old {
    font-size: 18px;
  }

  .price__item-value--new {
    font-size: 22px;
  }
}

#order {
  margin-top: 1rem;
}

/*Comment styles*/

.ev-answer__img {
  display: block;
  max-width: 600px;
  margin-bottom: 5px;
}

.ev-answer__name,
.ev-answer__town,
.ev-answer__comment {
  word-break: break-all;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
  margin: 15px auto;
  border: 4px solid #f2f3f7;
  border-radius: 15px;
}

.ev-feedback__title {
  color: black;
}

.ev-feedback__field {
  color: black;
  border: 1px solid #ececed;
  border-radius: 10px;
}

.ev-feedback__field:focus {
  border-color: #34909b;
}

.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #34909b;
  opacity: 0.5;
}

.ev-feedback__svg {
  fill: #34909b;
  transition: all 0.3s ease-in-out;
}

.ev-feedback__comment {
  border-radius: 15px;
}

.ev-feedback__file {
  color: #34909b;
  border: 1px solid #34909b;
  border-radius: 10px;
}

.ev-feedback__file:hover {
  color: white;
  background: #34909b;
}

.ev-feedback__file:hover .ev-feedback__svg {
  fill: white;
}

.ev-feedback__profile--error .ev-feedback__field {
  border-color: red;
}

.ev-feedback__profile--error .ev-feedback__field:focus {
  border-color: red;
}

.ev-feedback__profile--error .ev-feedback__svg {
  fill: red;
}

.ev-feedback__file--loaded {
  color: #fff;
  background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
  border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
  color: white;
  background: #57cf02;
}

.ev-feedback__file--error {
  background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
  color: #fff;
  border-color: red;
}

.ev-feedback__file--error:hover {
  color: white;
  background: red;
  border-color: red;
}

.ev-feedback__file--loaded .ev-feedback__svg,
.ev-feedback__file--error .ev-feedback__svg {
  fill: white;
}

.ev-feedback__btn {
  color: white;
  border: none;
  border-radius: 10px;
  background: #4CAF50;
}

.ev-feedback__btn:hover {
  background: #67ee6c;
}

.ev-modal {
  background: rgba(0, 0, 0, 0.5);
}

.ev-modal__wrapper {
  background: #fff;
  border-radius: 8px;
}

.ev-modal__close::before,
.ev-modal__close::after {
  background: #474646;
}

.ev-modal__close:hover::before,
.ev-modal__close:hover::after {
  background-color: #34909b;
}

.ev-modal__title,
.ev-modal__subtitle {
  color: black;
}

.ev-modal__btn {
  color: white;
  background: #34909b;
  border: none;
  border-radius: 5px;
}

.ev-modal__btn:hover {
  background: rgb(26, 87, 94);
}

/*Color | End | Choose styles for feedback form*/

/*Default | Keyframes*/
@keyframes fileLoaded {
  0% {
    background: white linear-gradient(to left,
        transparent,
        transparent 50%,
        #57cf02 50%,
        #57cf02) 100% 0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

@keyframes fileError {
  0% {
    background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  /* max-width: 500px; */
}

.ev-feedback.none {
  display: none !important;
}

.ev-feedback__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px 0;
}

.ev-feedback__section {
  display: flex;
  width: 100%;
}

.ev-feedback__section--data {
  margin-bottom: 15px;
}

.ev-feedback__section--files {
  margin-bottom: 30px;
}

.ev-feedback__profile {
  position: relative;
  width: calc(100% / 3);
}

.ev-feedback__profile:not(:last-of-type) {
  margin: 0 15px 0 0;
}

.ev-feedback__comment {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}

.ev-feedback__field {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  resize: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: 10px;
  padding-inline-start: 30px;
  box-sizing: border-box;
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  /*hide scrollbar IE*/
  scrollbar-width: none;
  /*hide scrollbar FF*/
  overflow: auto;
  border-radius: 15px;
}

.ev-feedback__svg {
  position: absolute;
  top: calc(50% - 8px);
  inset-inline-start: 10px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.ev-feedback__svg--comment {
  top: 12px;
}

.ev-feedback__svg--file {
  position: static;
  margin-inline-end: 5px;
  transition: all 0.3s ease-in-out;
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 50%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.ev-feedback__file:not(:last-of-type) {
  margin-inline-end: 15px;
}

.ev-feedback__file--loaded {
  background-size: 200% 100%;
  animation: fileLoaded 0.5s ease-in;
}

.ev-feedback__file--loaded:hover {
  transition: none;
}

.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError 0.5s ease-in;
}

.ev-feedback__file--error:hover {
  transition: none;
}

.ev-feedback__file--loaded .ev-feedback__svg--file,
.ev-feedback__file--error .ev-feedback__svg--file {
  fill: white;
}

.ev-feedback__label {
  font-size: 16px;
  font-weight: 400;
}

.ev-feedback__label br {
  display: none;
}

.ev-feedback__chooser {
  display: none;
}

.ev-feedback__btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
  max-width: 100%;
  width: 200px;
  padding: 13px;
}

/*Default | End feedback styles*/

/*Default | JS feedback styles*/
.ev-feedback__section--two .ev-feedback__profile {
  width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
  width: 100%;
}

.ev-feedback__section--one .ev-feedback__file {
  width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
  width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
  order: -1;
}

.ev-feedback--structure .ev-feedback__section {
  order: -1;
  margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
  margin-bottom: 30px;
}

/*Default | End JS feedback styles*/

/*Default | Modal*/
.ev-modal {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
}

.ev-modal--active {
  display: flex;
}

.ev-modal__wrapper {
  position: relative;
  cursor: auto;
  padding: 40px 30px 30px;
  margin: 0 20px;
}

.ev-modal__close {
  position: absolute;
  top: 6px;
  inset-inline-end: 6px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ev-modal__close::before,
.ev-modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  transition: background-color 0.3s ease-in-out;
}

.ev-modal__close::before {
  transform-origin: left;
  transform: rotate(45deg);
  left: 2px;
}

.ev-modal__close::after {
  transform-origin: right;
  transform: rotate(-45deg);
  right: 4px;
}

.ev-modal__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.ev-modal__subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.ev-modal__btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 130px;
  width: 100%;
  word-break: break-all;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

/*Default | End modal*/

/*Default | Feedback media queries*/
@media (max-width: 639px) {
  .ev-feedback {
    padding: 20px;
  }

  .ev-feedback__title {
    font-size: 21px;
  }

  .ev-feedback__title,
  .ev-feedback__section--files {
    margin-bottom: 20px;
  }

  .ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {

  .ev-feedback__section--data,
  .ev-feedback__section--files {
    flex-direction: column;
  }

  .ev-feedback__section--data {
    margin-bottom: 10px;
  }

  .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__file {
    width: 100%;
  }

  .ev-feedback__file:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__comment {
    margin-bottom: 10px;
  }

  .ev-feedback__section--two {
    flex-direction: row;
  }

  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0;
  }

  .ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--one .ev-feedback__file {
    width: 100%;
  }

  .ev-modal__wrapper {
    padding: 30px 20px 20px;
  }
}

/*Default | End feedback media queries*/

/*Errors*/
.ev-input-error {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: white;
  border: 1px solid #34909b;
  border-radius: 5px;
  padding: 5px;
}

.ev-input-error::before {
  content: "";
  position: absolute;
  top: -7px;
  inset-inline-start: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border-top: 1px solid #34909b;
  border-right: 1px solid #34909b;
  transform: rotate(-45deg);
}

.ev-input-error--hidden {
  display: none;
}

/*End error*/

.image-product {
  max-width: var(--product-wide);
}

.comment:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.comment__ava {
  margin-inline-end: 10px;
  width: 50px;
  height: 50px;
  float: inline-start;
  border-radius: 50%;
  overflow: hidden;
}


.comment__name {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 1.1em;
}

.comment__date {
  margin-inline-start: 60px;
  color: gray;
  font-size: 0.9em;
}

.comment__text {
  margin-inline-start: 60px;
  margin-top: 0;
  margin-bottom: 10px;
}

.comment__img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.answer {
  margin-inline-start: 30px;
}

@media screen and (max-width: 479px) {
  .answer {
    margin-inline-start: 30px;
  }

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

.footer {
  text-align: center;
  font-size: 1rem;
}

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




.label {
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  background: red;
  color: #fff;
  padding: 0.5rem;
  line-height: 1;
}

.text-uppercase {
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}




.image-content:has(>.image-chyron) {
  position: relative;
}

.image-chyron {
  background: #d0d0d0;
  text-transform: uppercase;
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 15px;
  height: 50px;
  display: flex;
  pointer-events: none;
  line-height: var(--line-height);


}

.image-chyron-logo {
  width: 50px;
  max-width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.image-chyron-text {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 10px;
  line-height: 1.2;
  flex-grow: 1;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .image-chyron {
    min-width: calc(500px - 20px);
  }
}

.image-content:has(>.image-sign) {
  position: relative;
}


.image-sign {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 8px;
  line-height: var(--line-height);
  white-space: nowrap;
  font-size: 12px;
  max-width: 100%;
}

.image-sign-left {
  left: 0;
}

.image-sign-right {
  right: 0;
}

@media screen and (max-width: 1000px) {
  .content {
    border: 0;
    border-radius: 0;
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  .top-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .image-sign {
    font-size: 12px;
  }
}