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;
  text-decoration: none;
  background-color: transparent;
}

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: max(14px, 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-lg: calc(450px - var(--image-step));
  --image-width-md: calc(400px - var(--image-step));
  --image-width-sm: calc(350px - var(--image-step));
  --image-width-xs: calc(300px - var(--image-step));
  --image-step: 0px;
  --product-width: 280px;
  --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: #333;
  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-sm {
  max-width: 400px;
}

.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: var(--offset-y);
  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%;
}

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

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

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

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

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

.text-left {
  text-align: inline-start;
}

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

@media screen and (max-width: 1023px) {
  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: inline-end;
  }

  .text-lg-left {
    text-align: inline-start;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: inline-end;
  }

  .text-md-left {
    text-align: inline-start;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 639px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: inline-end;
  }

  .text-sm-left {
    text-align: inline-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xs-right {
    text-align: inline-end;
  }

  .text-xs-left {
    text-align: inline-start;
  }

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

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

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

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

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

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

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

.bg-white {
  background: white;
}

.bg-green {
  background: #d8ead3;
}

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

.bg-blue {
  background: #b7e0ff;
}

.bg-gray {
  background: #ededed;
}

.bg-lightgray {
  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-lightgray {
  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;
}

.darked {
  color: darked;
}

.gray {
  color: gray;
}

.green {
  color: green;
}

.yellow {
  color: #caca54;
}

.gold {
  color: #b88b59;
}

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

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

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

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

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

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

.overflow-content {
  overflow-x: auto;
}

.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: 1023px) {
  .overflow-content-lg>* {
    min-width: 800px;
  }

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

@media screen and (max-width: 767px) {
  .overflow-content-md>* {
    min-width: 800px;
  }

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

@media screen and (max-width: 639px) {
  .overflow-content-sm>* {
    min-width: 800px;
  }

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

@media screen and (max-width: 479px) {
  .overflow-content-xs>* {
    min-width: 420px;
  }

  .overflow-content-xs: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: max(14px, 0.8em);
  text-align: center;
  display: inline-block;
  max-width: var(--image-width);
  width: 100%;
  padding: 5px;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  background: rgb(229, 0, 38);
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  border-radius: 5px;
  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: #3ba027;
  color: #fff;
}

.btn-success:hover {
  background: #4dd532ff;
}

.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: #fff;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  resize: none;
}

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: 0.5rem 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;
}

.footnote {
  text-align: center;
}

body {
  background: #f2f2f2;
}

hr {
  border: none;
  color: #e3e3e3;
  background-color: #e3e3e3;
  height: 1px;
  margin: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .header {
    margin-bottom: 1rem;
  }

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

.header {
  text-align: center;
  font-size: 16px;
}

.header__top,
.footer {
  background: #f72210;
  color: #fff;
}

.header__logo {
  font-weight: 700;
  font-size: 1.5rem;
}

.header__logo a {
  color: #fff;
}

.header__bottom {
  background: #fff;
}

.menu {
  height: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.menu__item {
  display: inline-block;
  padding: 2px 0.5rem;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  font-weight: 500;
}

.menu__item:hover {
  text-decoration: underline;
}

.menu__item:not(:first-child) {
  border-inline-start: 1px solid gray;
}

.tag {
  margin-left: -2px;
  margin-right: -2px;
}

.tag__item {
  display: inline-block;
  background: gray;
  color: #fff;
  text-decoration: none;
  transition: all 400ms;
  padding: 0.25rem 0.5rem;
  margin: 2px;
  line-height: 1;
}

.tag__item.active {
  background: #f72210;
}

.tag__item:hover {
  background: darkred;
}

.social__item {
  display: inline-block;
  width: 30px;
  text-decoration: none;
}

.social__item:not(:last-child) {
  margin-inline-end: 1rem;
}

@media screen and (max-width: 1023px) {
  .header {
    border-bottom: 1px solid #e3e3e3;
  }

  .menu__item:nth-child(8) {
    display: none;
  }
}

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

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

@media screen and (max-width: 479px) {
  .menu__item:nth-child(5) {
    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;
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 1rem;
  color: #000;
}

.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 {
  max-width: 730px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1px;
}

.image-product {
  max-width: 100%;
  width: 200px;
}

.comments__title {
  padding: 1px 5px;
  color: #2b587a;
  background: #dae2e8;
}

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

.comment__ava {
  margin-inline-end: 15px;
  width: 50px;
  float: inline-start;
}

.comment__ava img {
  width: 100%;
}

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

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

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

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

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

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

.fw700 {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .comments__title {
    font-size: 16px;
  }
}

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

  .comment__img {
    max-width: 250px;
  }

  .image-product {
    width: 140px;
  }
}