b,
body,
div,
figure,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

figure,
header,
nav {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f2f2f2;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: #b88b58;
  text-decoration: none;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}

.Body > * {
  font-family: Georgia, serif;
}

.Body:last-child > :last-child {
  margin-bottom: 0;
}

.Body a {
  color: inherit;
}

.Body p {
  margin-bottom: 20px;
}

.Body p:empty {
  display: none;
}

.Body h3 {
  margin-bottom: 20px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}

.Menu {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  height: 45px;
  width: 100%;
  letter-spacing: 1px;
  background-color: #262626;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  transition: color 0.15s ease-out 0s;
  padding: 0 15px;
}

@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: none;
  }
}

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

.red {
  color: red;
}

.Menu-link {
  transition: color 0.15s ease-out 0s;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px;
}

.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}

.Header {
  position: relative;
  height: 45px;
  background-color: #262626;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
  padding: 0 15px;
}

@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}

.Header-center {
  height: 100%;
  display: none;
  flex-grow: 2;
}

.burger {
  display: block;
  width: 30px;
  height: 25px;
  margin-top: 7px;
  margin-left: auto;
}

.burger__line {
  width: 100%;
  height: 4px;
  background: #fff;
  margin-bottom: 7px;
  display: block;
}

.burger__line:last-child {
  margin-bottom: 0;
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  user-select: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: currentcolor;
  border: 0;
  background: 0 0;
  margin: 0;
  cursor: pointer;
}

.HeaderButton:active {
  outline-width: 0;
}

.HeaderButton:hover {
  color: #999;
}

.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767;
}

@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: Georgia, serif;
  font-weight: 600;
  cursor: pointer;
}

.HeaderButton-link::before {
  position: absolute;
  inset: 0;
  content: '';
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  font-family: Georgia, serif;
  color: #b88b58;
  user-select: none;
}

@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .Header-center {
    display: flex;
    justify-content: center;
  }

  .burger {
    display: none;
  }
}

.MaterialTag--solid {
  color: #fff;
  background: #b88b58;
  border-color: #b88b58;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}

.MaterialMeta {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}

.comment-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comment-item--last {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.comment-item p {
  margin-bottom: 0;
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  transition: color 0.25s ease-out 0s;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}

.MediaMaterial {
  background-color: #fff;
  padding: 15px;
}

.footer {
  text-align: center;
}

.Body .footer a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  box-shadow: none;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px;
  }
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0 auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 15px;
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 15px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material {
  padding: 12px 0 0;
}

@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0 0;
  }
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
  top: 0;
}

.Material-container {
  background: #fff;
  position: relative;
}

.Body .lt60 {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}

.MaterialContent .Figure {
  max-width: 650px;
  margin: 30px auto;
}

@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}

.Figure {
  margin: 15px -12px;
}

.Figure img {
  display: block;
  margin: 0 auto 5px;
}

@media only screen and (min-width: 48em) {
  body {
    text-align: justify;
  }

  .Figure {
    margin: 20px auto;
  }
}

@media only screen and (min-width: 75em) {
  .Figure {
    max-width: 650px;
  }
}

.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}

.Figure-caption {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3;
  }
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s,
    -o-transform 0.25s ease-out 0s;
}

.App-content {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s,
    -o-transform 0.25s ease-out 0s;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f2f2f2;
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.App--isMaterial .App-content {
  background-color: #e6e6e6;
}

.logo {
  display: block;
  margin-top: 10px;
}

.comment-item picture {
  flex-shrink: 0;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}

.Body a {
  color: #00f;
}

.Body a:hover,
.Body a:focus {
  text-decoration: underline;
}

.lf__holder-left,
.lf__holder-right {
  position: fixed;
  z-index: 500;
}

.lf__holder-left {
  bottom: 140px;
  left: 30px;
}

.lf__holder-right {
  top: 75px;
  right: 30px;
}

.input {
  display: block;
  width: 100%;
  height: 31px;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: #fff 0 0 1px 1px inset;
  font-size: 15px;
  font-family: Georgia, serif;
  color: #353535;
  line-height: 2;
  background: none 0 0 repeat scroll #fff;
  margin-bottom: 0;
}

.order-form * {
  padding: 0 !important;
  margin: 0;
  width: unset !important;
  height: unset !important;
  background: unset !important;
  font-family: Georgia, serif;
}

.order-form .order-form-field-label {
  display: block !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: left !important;
  padding: 0 !important;
  line-height: 20px !important;
  margin: 0 0 0.25em !important;
  color: #212121 !important;
  transition: 0.25s !important;
  font-style: normal !important;
}

.order-form .order-form-old-price {
  font-size: 14px !important;
  color: #d7d7d7 !important;
  font-weight: 400 !important;
  line-height: 10px !important;
  font-style: italic !important;
  text-align: right !important;
  text-decoration: line-through !important;
}

.order-form .order-form-wrapper {
  max-width: 400px !important;
  margin: 0 auto !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
  opacity: 100 !important;
  position: relative !important;
  padding: 25px !important;
  border: 1px solid #dee2e6 !important;
}

.order-form .order-form-header {
  margin: 0 0 20px !important;
  position: relative !important;
  opacity: 1 !important;
}

.order-form .order-form-field-wrapper {
  margin-bottom: 15px !important;
}

.order-form .order-form-product-price-wrapper:after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: -5px !important;
  border-right: 10px solid #ffffff00 !important;
  border-bottom: 5px solid #b16869 !important;
}

.order-form .order-form-product-price-wrapper:before {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -5px !important;
  border-right: 10px solid #ffffff00 !important;
  border-top: 5px solid #b16869 !important;
}

.order-form .order-form-product-price {
  display: block !important;
  position: relative !important;
  border-radius: 5px 0 0 5px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center !important;
  text-transform: none !important;
  line-height: 25px !important;
  text-shadow: 0 0 2px #000 !important;
}

.order-form .order-form-product-price-wrapper {
  display: block !important;
  padding: 10px 15px !important;
  text-align: center !important;
  background: #e6373a !important;
  position: absolute !important;
  top: 0 !important;
  right: -35px !important;
  border-radius: 5px 0 0 5px !important;
}

.order-form .order-form-product-image-section {
  position: relative !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.order-form .order-form-field-wrapper .order-form-field {
  transition: 0.25s !important;
  outline: 0 !important;
  display: block !important;
  width: 100% !important;
  background-color: #fff !important;
  color: #212121 !important;
  box-sizing: border-box !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: 5px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  margin: 0 !important;
  border: 2px solid #ddd !important;
  line-height: 1em !important;
  text-indent: unset !important;
  height: unset !important;
  appearance: auto !important;
  max-width: unset !important;
  font-weight: 400 !important;
  cursor: text !important;
}

.order-form .order-form-field-wrapper,
.order-form .order-form-field::placeholder {
  font-weight: 400 !important;
}

.order-form .order-form-field::placeholder {
  opacity: unset !important;
  color: #c6c6c6 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.order-form .order-form-field-wrapper .order-form-field:focus {
  border-color: #ababab !important;
}

.order-form .order-form-product-image {
  display: block;
  max-width: 220px;
  width: 100%;
  margin: 0 auto !important;
}

.order-form__title {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.order-form .order-form-product-image-wrapper {
  text-align: center !important;
}

.order-form .order-form-field-wrapper .help-block {
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: left !important;
}

.order-form .order-form-submit-button {
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
  background: #e6373a !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 5px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  height: unset !important;
  transition: 0.25s !important;
}

.order-form .order-form-submit-button:hover {
  background: #cf3134 !important;
}

.order-form .order-form-submit-button:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.order-form form {
  background: 0 0 !important;
}

.order-form {
  background: unset !important;
  max-width: unset !important;
  padding: 40px 0 !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  word-wrap: break-word !important;
  font-size: 1em !important;
  line-height: 2rem !important;
}

.order-form .help-block {
  font-weight: 600 !important;
  font-style: normal !important;
}

.order-form .order-form-information {
  font-size: 14px !important;
  line-height: 14px !important;
  text-align: center !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #555 !important;
}

@keyframes trambling-animation {
  0%,
  100%,
  50% {
    transform: rotate(0);
  }

  10%,
  30% {
    transform: rotate(-1deg);
  }

  20%,
  40% {
    transform: rotate(1deg);
  }
}

.cta-button .cta-button-wrapper {
  text-align: center !important;
}

.cta-button .cta-button-link {
  display: inline-block !important;
  background: var(--primary);
  line-height: 50px !important;
  padding: 0 25px !important;
  color: #fff !important;
  border-radius: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: Georgia, serif;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cta-button .cta-button-link:hover {
  background: var(--primary-hover) !important;
  color: #fff !important;
}

.cta-button .cta-button-link:active {
  background: #9d292b !important;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.cta-button {
  width: 100% !important;
  clear: both !important;
  margin: 25px 0 !important;
}

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

.comment__date {
  display: block;
  margin-top: 15px;
}

@media only screen and (max-width: 32em) {
  .order-form .order-form-product-image {
    max-width: 200px;
  }

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

:root {
  --primary: #ed1f01;
  --primary-hover: #941806;
  --bg-color-light: rgb(225 232 240);
  --bg-color-dark: rgb(27, 27, 77);
}

.rd-order {
  /*display: flex;*/
  /*align-items: center;*/
  /*gap: 18px;*/
  position: relative;
  color: white;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    var(--bg-color-light),
    var(--bg-color-dark) 100%
  );
  padding: 30px 18px 30px;
  max-width: 690px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rd-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.rd-modal__close::before,
.rd-modal__close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 4px;
  background-color: white;
  transform-origin: center;
}

.rd-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.rd-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rd-order__message {
  text-align: center;
  margin-bottom: 20px;
}

.rd-order__message.hidden {
  display: none;
}

.rd-order__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.rd-order__content {
  flex-basis: 330px;
  flex-grow: 1;
  max-width: 326px;
  /*width: 100%;*/
}

.rd-order__sale {
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  color: white;
  background: #ed1f01;
  clip-path: polygon(
    100% 100%,
    100% 100%,
    98.854% 98.62%,
    97.634% 97.311%,
    96.338% 96.091%,
    94.965% 94.978%,
    93.513% 93.988%,
    91.979% 93.138%,
    90.363% 92.448%,
    88.662% 91.933%,
    86.875% 91.611%,
    85% 91.5%,
    33.2% 91.5%,
    33.2% 91.5%,
    29.09% 90.883%,
    25.222% 89.034%,
    21.598% 85.96%,
    18.219% 81.663%,
    15.088% 76.15%,
    12.205% 69.425%,
    9.573% 61.492%,
    7.194% 52.358%,
    5.069% 42.025%,
    3.2% 30.5%,
    3.2% 30.5%,
    2.765% 27.351%,
    2.358% 24.208%,
    1.98% 21.077%,
    1.627% 17.964%,
    1.3% 14.875%,
    0.997% 11.816%,
    0.716% 8.793%,
    0.458% 5.812%,
    0.219% 2.879%,
    0% 0%,
    0% 0%,
    1.468% 2.135%,
    3.053% 4.145%,
    4.759% 6.006%,
    6.59% 7.694%,
    8.55% 9.188%,
    10.642% 10.462%,
    12.869% 11.493%,
    15.235% 12.259%,
    17.744% 12.736%,
    20.4% 12.9%,
    69.9% 12.9%,
    69.9% 12.9%,
    70.821% 13.217%,
    72.42% 13.971%,
    74.571% 15.318%,
    77.148% 17.414%,
    80.025% 20.413%,
    83.076% 24.47%,
    86.175% 29.743%,
    89.196% 36.385%,
    92.013% 44.552%,
    94.5% 54.4%,
    94.5% 54.4%,
    95.569% 59.735%,
    96.502% 64.931%,
    97.307% 69.976%,
    97.991% 74.858%,
    98.563% 79.563%,
    99.029% 84.078%,
    99.398% 88.393%,
    99.678% 92.493%,
    99.876% 96.366%,
    100% 100%
  );
  padding: 22px 12px;
  position: absolute;
  top: -10px;
  right: -1px;
  z-index: 2;
}

.rd-order__product {
  position: relative;
  flex-basis: 180px;
  /*width: 250px;*/
  /*margin: 0 auto 15px;*/
}

@media screen and (min-width: 768px) {
  .rd-order__product {
    position: relative;
    flex-basis: 200px;
  }
}

@media screen and (min-width: 1010px) {
  .rd-order__product {
    flex-shrink: 0;
  }
}

.rd-order__pack {
  display: block;
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.rd-order .rd-price {
  margin-bottom: 22px;
}

/*Price*/
.rd-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .rd-price {
    justify-content: center;
    gap: 19px;
  }
}

@media screen and (min-width: 1010px) {
  .rd-price {
    gap: 30px;
  }
  .rd-order__content {
    max-width: 365px;
  }
}

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

.rd-price__line {
  display: block;
  flex-shrink: 0;
  width: 1px;
  background-color: white;
}

h3.rd-price__title {
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-bottom: 5px;
}

.rd-price__title--old {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.rd-price__value {
  font-size: 40px;
  font-weight: 400;
}

.rd-price__value--old {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  text-decoration-line: line-through;
}

/*light modal theme*/
.rd-modal--light .rd-order {
  background: white;
}

.rd-modal--light .rd-modal__close::before,
.rd-modal--light .rd-modal__close::after {
  background: var(--bg-color-dark);
}

.rd-modal--light .rd-order__message {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-form__button {
  color: white;
  background: rgb(237, 31, 1);
}

.rd-modal--light .rd-form__button:hover {
  background: rgb(182, 24, 1);
}

.rd-modal--light .rd-price__title {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-price__value {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-price__title--old,
.rd-modal--light .rd-price__value--old {
  color: rgba(145, 145, 145, 0.5);
}

.rd-modal--light .rd-price__line {
  background: rgba(145, 145, 145, 0.5);
}

.rd-modal--light .rd-form__input {
  border: 1px solid var(--bg-color-dark);
}

/*Form*/
.rd-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.rd-form__label,
.rd-form__input {
  width: 100%;
}

.rd-form__input {
  font-size: 18px;
  text-align: center;
  color: var(--bg-color-dark);
  border-radius: 100px;
  box-shadow: 0 5px 20px 0 rgba(50, 118, 71, 0.1);
  background: rgb(255, 255, 255);
  border: none;
  outline: none;
  padding: 15px 24px;
}

.rd-form__input::placeholder {
  color: var(--bg-color-dark);
}

.rd-form__button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--primary);
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 15px 24px;
  transition: background-color 0.2s;
  text-transform: uppercase;
}

.rd-form__button:hover {
  background-color: var(--primary-hover);
}

@media (max-width: 639px) {
  .rd-order {
    width: auto;
  }

  .rd-order__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .rd-order__sale {
    font-size: 38px;
  }

  .rd-order__product {
    flex-basis: auto;
    width: 180px;
  }

  .rd-order__content {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .rd-order__product {
    width: 170px;
  }

  .rd-order__sale {
    font-size: 30px;
  }

  .rd-price {
    justify-content: space-evenly;
  }

  .rd-price__title {
    font-size: 14px;
  }

  .rd-price__value {
    font-size: 30px;
  }

  .rd-form__input,
  .rd-form__button {
    font-size: 16px;
  }
}

@media screen and (min-width: 640px) {
  h3.rd-price__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  h3.rd-price__title {
    font-size: 24px;
  }
}

.answer {
  padding-left: 20px;
}
