* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}

body {
  color: #303030;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: #e040b2;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h5 {
  line-height: normal;
}

h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
}

h5,
.h5 {
  border: 2px solid #bf1111;
  color: #333;
  background: rgb(179, 220, 251);
  font-size: 21px;
  padding: 10px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
}

ul {
  list-style: none;
  margin-bottom: 15px;
}

img {
  margin: 0 auto 15px;
  display: block;
  width: 100%;
  max-width: max-content;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
}

.product__img {
  max-width: 200px;
}

h1 {
  font-size: 35px;
}

p {
  margin: 0 0 15px;
  font-size: 18px;
  text-align: justify;
}

.wrapper {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.header {
  background-color: rgb(149 44 121);
  overflow: auto;
  line-height: 1;
}

.breadcrumbs a,
.header h2,
.header li,
.header ul,
.imgBox div {
  display: inline-block;
  vertical-align: middle;
}

.header h2 {
  background-color: rgb(16 55 126);
  font-size: 20px;
  padding: 17px 15px;
}

.header ul {
  margin-bottom: 0;
}

.header li {
  margin: 0 15px;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.fs18 {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.header a:hover {
  text-decoration: underline;
}

.header h2 a:hover {
  text-decoration: none;
}

.header div {
  float: right;
  padding: 18px 15px;
  text-align: center;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.burger__line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 7px;
  display: block;
}

.burger__line:last-of-type {
  margin-bottom: 0;
}

.header div img {
  margin: 0 0 5px 0;
}

.header div a {
  color: #ffffd8;
  font-size: 11px;
}

.breadcrumbs {
  border-bottom: 1px dotted #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 5px;
  font-size: 14px;
}

.breadcrumbs a {
  color: rgb(16 55 126);
  border-left: 1px solid #ccc;
  padding: 10px;
}

.breadcrumbs a:first-child {
  border-left: none;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px 15px 20px;
}

.content ul {
  list-style-type: decimal;
  padding-left: 30px;
  font-size: 18px;
}

.content li {
  margin: 10px 0;
}

.content li:last-of-type {
  margin-bottom: 0;
}

.content li:first-of-type {
  margin-top: 0;
}

.content i {
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
  max-width: 550px;
}

.button {
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  background-color: #bf1111;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
  width: fit-content;
  padding: 10px 15px;
}

.button:hover {
  background-color: #a50f0f;
}

.imgBox {
  max-width: 805px;
  width: auto;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.imgBox div {
  max-width: 190px;
  width: 100%;
  margin: 0;
  border: 2px solid rgb(16 55 126);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.imgBox picture {
  margin: auto;
}

.imgBox img {
  margin: 0 auto 10px;
}

.imgBox h3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: auto;
}

.imgBox p {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
  text-indent: 0;
  min-height: 2lh;
}

.box {
  background-color: #fdf5fe;
  border: 4px double #deadb3;
  max-width: 940px;
  margin: 0 auto 15px;
  padding: 15px;
}

.box p {
  text-indent: 0;
  margin-bottom: 0;
}

.box h2 {
  background-color: #eab4b4;
  padding: 7px;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
}

.commLabel {
  overflow: auto;
  border-top: 1px solid #ccc;
  margin-bottom: 17px;
  padding-top: 15px;
}

.commLabel p {
  text-indent: inherit;
  display: inline-block;
  font-size: 25px;
  margin: 0;
}

#report_post img {
  display: initial;
  margin: 0;
}

.commentBox {
  display: block;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.commentBox--last {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.commentBox h2 {
  color: #333;
  margin-bottom: 9px;
}

.commentBox h2 span {
  font-size: 18px;
  margin-left: 64px;
  color: #333;
  vertical-align: middle;
}

.commentBox h2 span:nth-of-type(2) {
  background: 0 0;
  border: none;
  color: #333;
  padding: 0;
  margin-left: 10px;
}

.commentBox img {
  float: left;
  margin: -26px 14px 3px 0;
  width: 50px;
  height: 50px;
}

.commentBox .comment__live {
  float: none;
  max-width: 250px;
  width: 100%;
  margin: 15px 0 0 0;
  display: block;
  height: inherit;
}

.commentBox p {
  text-indent: inherit;
  margin-bottom: 0;
  margin-left: 64px;
}

footer {
  padding: 20px;
}

footer p {
  margin: 0;
  text-align: center;
}

@media (max-width: 1023px) {
  .header ul li {
    margin: 0 10px;
  }

  .header ul li:last-of-type {
    display: none;
  }
}

@media (max-width: 840px) {
  .header ul {
    display: none;
  }
}

@media (max-width: 824px) {
  .header ul {
    margin-left: 10px;
  }

  .content {
    padding: 20px 20px 0;
  }

  h1 {
    font-size: 25px;
  }
}

.product__img {
  max-width: 180px;
}

@media screen and (min-width: 480px) {
  .product__img {
    max-width: 200px;
  }
}

@media screen and (min-width: 640px) {
  .product__img {
    max-width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .product__img {
    max-width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .product__img {
    max-width: 250px;
  }
}

@media (max-width: 794px) {
  .commentBox img {
    width: 50px;
    height: 50px;
  }

  .commentBox h2 span {
    margin-left: 64px;
    font-size: 16px;
  }

  .header li {
    margin: 0 10px;
  }

  .breadcrumbs a {
    padding: 5px 10px;
  }

  .commentBox .comment__live {
    max-width: 250px;
  }
}

@media (max-width: 694px) {
  .header ul {
    display: none;
  }

  .breadcrumbs a {
    padding: 0 10px;
  }

  .content {
    padding: 10px 15px 0;
  }

  p,
  .content ul,
  h3 {
    font-size: 16px;
  }

  h1 {
    font-size: 21px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  .button {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  p,
  .content ul,
  h3 {
    text-align: left;
  }
}

@media (max-width: 400px) {
  .commentBox h2 span:nth-of-type(2) {
    display: block;
    margin: 10px 0 0 64px;
  }

  .commentBox img {
    margin-top: -52px;
  }
}

@media (max-width: 385px) {
  .imgBox p {
    min-height: inherit;
  }
}

#report_post {
  cursor: pointer;
}

#report_post:hover {
  box-shadow: 0 0 6px #687379;
}

#report_post {
  background: #3a5797;
  border-radius: 4px;
  padding: 6px 9px 6px 10px;
  cursor: pointer;
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  float: right;
  text-decoration: none;
}

#report_post img {
  vertical-align: middle;
  margin-top: -3px;
}

.inL_518761 {
  font-size: 14px;
  color: grey;
}

.inL_779505 {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 479px) {
  #report_post {
    display: none;
  }

  .breadcrumbs a:first-child {
    display: none;
  }

  .breadcrumbs a:nth-child(2) {
    border-left: 0;
  }
}
:root {
  --carts-gap: 20px;
  --carts-border-color: rgb(228, 228, 228);
  --carts-border-color-hover: rgb(219, 14, 24);
}

.cart-element {
  margin-top: 25px;
  margin-bottom: 25px;
}
/*Bug*/
.rd-order-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

/*.rd-order-container .rd-order {*/
/*  display: none;*/
/*  position: absolute;*/
/*  transform: translateX(100%);*/
/*  opacity: 0;*/
/*}*/

.rd-carts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.rd-carts__item {
  display: flex;
  gap: var(--carts-gap);
  flex: 1 1 calc((100% - 28px) / 3);
  border: 1px solid var(--carts-border-color);
  border-radius: 30px;
  cursor: pointer;
  padding: var(--carts-gap);
  transition: all 0.2s;
  overflow: hidden;
  max-width: 240px;
}

@media screen and (min-width: 1024px) {
  .rd-carts__item {
    max-width: 305px;
  }
}

.rd-carts__item:hover {
  border-color: var(--carts-border-color-hover);
}

.rd-carts__item.active {
  border-color: var(--carts-border-color-hover);
  cursor: pointer;
}

.rd-carts__item.disabled {
  pointer-events: none;
}

.rd-carts__cart {
  display: block;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 250 / 230;
  background: url('../images/cart.webp') no-repeat center center / contain;
  transition:
    all 0.2s,
    transform 1s;
  transform: translateX(calc(-100% - var(--carts-gap)));
}

.rd-carts__cart--sale {
  background: url('../images/cart-sale.webp') no-repeat center center / contain;
}

.rd-carts__item:not(.active):hover .rd-carts__cart {
  background: url('../images/cart-active.webp') no-repeat center center /
    contain;
}

.rd-carts__item.active .rd-carts__cart {
  transform: translateX(0);
}

@media (max-width: 639px) {
  .rd-carts__item {
    flex: 1 1 calc((100% - 14px) / 2);
    max-width: 195px;
  }
}

@media (max-width: 479px) {
  :root {
    --carts-gap: 10px;
  }

  .rd-carts__item {
    border-radius: 10px;
    max-width: 160px;
  }
}

/*Animations*/
.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(20deg);
    transform: translateX(-100%) skewX(20deg);
    opacity: 0;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(20deg);
    transform: translateX(-100%) skewX(20deg);
    opacity: 0;
  }
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }
  100% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(100%) skewX(-20deg);
    transform: translateX(100%) skewX(-20deg);
    opacity: 0;
  }
  100% {
    display: inline-block;
    position: static;
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

:root {
  --primary: rgb(238 9 44);
  --primary-hover: rgb(147, 34, 21);
  --bg-color-light: rgb(51, 103, 164);
  --bg-color-dark: rgb(16 55 126);
}

.rd-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  gap: 20px 30px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    180deg,
    var(--bg-color-light),
    var(--bg-color-dark) 100%
  );
  max-width: 1000px;
  width: 100%;
  padding: 40px 30px;
}

.rd-promo__product {
  flex-shrink: 0;
  width: 300px;
  max-width: 100%;
}

.rd-promo__pack {
  display: block;
  width: 100%;
}

.rd-promo__sale {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 30px;
}

.rd-promo__title {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.rd-promo__title span {
  color: var(--primary);
  white-space: nowrap;
}

.rd-promo__text {
  font-size: 16px;
  margin-bottom: 30px;
}

.rd-promo__button {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: black;
  background-color: var(--primary);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 16px 40px;
  transition: 0.2s ease-in-out;
}

.rd-promo__button:hover {
  background-color: var(--primary-hover);
}

@media (max-width: 767px) {
  .rd-promo {
    flex-direction: column;
    text-align: center;
  }

  .rd-promo__product {
    width: 250px;
  }

  .rd-promo__sale {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .rd-promo {
    row-gap: 15px;
    padding: 30px 15px;
  }

  .rd-promo__product {
    width: 200px;
  }

  .rd-promo__sale {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .rd-promo__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .rd-promo__text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .rd-promo__button {
    font-size: 16px;
    padding-inline: 30px;
  }
}

/*Modal*/
.rd-modal {
  z-index: 999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

.rd-modal.open {
  opacity: 1;
  visibility: visible;
}

.rd-order {
  position: relative;
  border-radius: 10px;
  background: transparent;
  border: 2px solid var(--bg-color-dark);
  padding: 50px 15px 30px;
  max-width: 660px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .rd-order {
    padding-top: 60px;
  }
}

.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;
  gap: 18px;
  width: 100%;
}

.rd-order__content {
  flex-basis: 330px;
  flex-grow: 1;
}

.rd-order__sale {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  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: 12px 12px;
  position: absolute;
  top: -41px;
  right: -35px;
}

.rd-order__product {
  position: relative;
  flex-basis: 150px;
}

.rd-order__pack {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 640px) {
  .rd-order__pack {
    margin-bottom: 0;
  }
  .rd-order__product {
    flex-basis: 210px;
  }
  .rd-order__wrapper {
    gap: 35px;
  }
}

@media screen and (min-width: 768px) {
  .rd-order__product {
    flex-basis: 220px;
  }
}

.rd-order .rd-price {
  margin-bottom: 22px;
}

/*Price*/
.rd-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .rd-price {
    gap: 20px;
  }
}

.rd-price__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.rd-price__line {
  display: block;
  flex-shrink: 0;
  width: 1px;
  background-color: var(--bg-color-dark);
}

.rd-price__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px !important;
  text-align: center !important;
}

@media screen and (min-width: 640px) {
  .rd-price__title {
    font-size: 20px;
  }
  .rd-price {
    gap: 30px;
  }
}

@media screen and (min-width: 640px) {
  .rd-price__title {
    font-size: 22px;
  }
}

.rd-price__title--old {
  font-weight: 300;
  color: #636a7b;
}

.rd-price__title--new {
  font-weight: 700;
  color: var(--bg-color-dark);
}

p.rd-price__value {
  font-size: 29px;
  font-weight: 400;
  margin: 0;
  color: red;
  text-align: center !important;
}

@media screen and (min-width: 640px) {
  p.rd-price__value {
    font-size: 35px;
  }
}

p.rd-price__new {
  font-weight: 700;
}

.rd-price__value--old {
  font-weight: 300;
  color: #636a7b !important;
}

.rd-price__value--old span:first-child {
  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-form__button:hover,
.rd-form__button:focus {
  color: var(--bg-color-dark);
  background-color: white;
}

.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: 1px solid var(--bg-color-dark);
  outline: none;
  padding: 15px 24px;
}

.rd-form__input::placeholder {
  color: var(--bg-color-dark);
}

.rd-form__button {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--bg-color-dark);
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 15px 24px;
  transition: all 0.35s ease-in-out;
  border: 1px solid var(--bg-color-dark);
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .rd-form__button {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .rd-order {
    width: 100%;
    max-width: 450px;
  }

  .rd-order__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .rd-order__sale {
    font-size: 38px;
  }

  .rd-order__product {
    flex-basis: auto;
    width: 200px;
  }

  .rd-order__content {
    flex-basis: auto;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .rd-order__product {
    width: 180px;
  }
}

@media screen and (min-width: 768px) {
  .rd-price {
    gap: 30px;
  }
}
.name-link:hover strong {
  color: rgb(131, 1, 59);
}

.rd-form__button--content {
  max-width: 300px;
  margin: 20px auto 0;
  display: block;
}

.note {
  text-align: center;
  font-style: italic;
}
