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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;

	line-height: 133%;
	font-weight: 400;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	display: block;
	outline: none;
	border: 0;
}

ul {
	margin: 0;
	list-style-type: none;
}

.wrapper {
	max-width: 1200px;
	padding: 0 15px;
	margin: auto;
}
header {
	padding: 15px 0;
}
header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 600;
	font-size: 20px;
	color: #535353;
	line-height: 1;
	gap: 5px;
  text-decoration: none;
}
.logo img {
	width: 21px;
	height: 27px;
}
.logo span {
	color: #65c5e4;
}
.logo p {
	font-weight: 400;
	font-size: 12px;
}
.chat__text,
.chat__img-ava,
nav {
	display: none;
}

.content-title {
  margin-bottom: 20px;
}

.chat__text a {
  text-decoration: none;
   	color: #65c5e4;
}
.chat__img-icon {
	background: #65c5e4;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	padding: 6px;
}
h1 {
	font-weight: 600;
	font-size: 28px;

	line-height: 107%;
	text-align: center;
	margin-bottom: 15px;
}
.figure__two {
	display: flex;
	align-items: stretch;
	justify-content: center;
  width: 900px;
  max-width: 100%;
}
figure {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 15px;
}
figure .logo {
	position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px;
  border-radius: 4px;
}
.logo--lb {
	left: 5px;
	bottom: 5px;
	transform-origin: left bottom;
}
.logo--lt {
	left: 5px;
	top: 5px;
	transform-origin: left top;
}
.logo--rb {
	right: 5px;
	bottom: 5px;
	transform-origin: right bottom;
}
.logo--rt {
	right: 5px;
	top: 5px;
	transform-origin: right top;
}
figure img {
	object-fit: cover;
}
.figure__img1 {
	width: 60%;
}
.figure__img2 {
	width: 40%;
}
.logo--w10 {
	transform: scale(0.7);
}
.logo--w5 {
	transform: scale(0.7);
}
figure .logo img {
	width: 31px;
	min-width: 31px;
	height: auto;
}
figure .logo {
	font-size: 24px;
}
figure .logo p {
	font-size: 12px;
}
h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
}
.author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 16px;
	gap: 15px;
	line-height: 125%;
	margin-bottom: 15px;
}
.author img {
	width: 59px;
	min-width: 59px;

	height: 59px;
}
.author b {
	display: block;
}
.p-margin {
	margin-bottom: 15px;
}
.red {
	color: #df1e1e;
}
.logo__top {
	left: 5px;
	top: 5px;
}
.signs {
	background: #eafcff;
	border: 4px dashed #f00;
	padding: 13px 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.signs__title {
	font-weight: 700;

	color: #d00;
	margin-bottom: 15px;
}
.signs li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}
.signs__icon {
	border: 1px solid #ff3b3b;
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;

	justify-content: center;
}
.figcaption {
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}
.reviews {
	margin-bottom: 20px;
}
.review {
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	padding: 8px 12px 20px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.review img {
	width: 76px;
	min-width: 76px;
	height: 76px;
	border-radius: 50px;
}
.review__text b {
	display: block;
	margin: 10px 0;
}
.review__text p {
	font-style: italic;
}
h3 {
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 167%;
}
main a {
	color: #038cb8;
	text-decoration: underline;

}
main a:hover {
	text-decoration: none;
}
.advantages__title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.advantage {
	margin-bottom: 15px;
}

.advantage img {
  width: 440px;
}
.attention {
	border: 7px solid #f00;
	background: #eafcff;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	padding: 15px;
}
.attention b {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.helps__title {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.help {
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}
.help::before {
	content: '';
	width: 37px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://viposidn.com/content/yyvKtBUmaBrjWgF/img/checkbox.svg) no-repeat;
}
.btn {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5), 0 4px 4px 0 rgba(0, 0, 0, 0.9);
	background: linear-gradient(90deg, #009f00 0%, #f80 100%);
	color: #fff;
	font-weight: 900;

	text-transform: uppercase;
	text-align: center;
	display: table;
	margin: auto;
	text-decoration: none;
	border: 3px solid #fff;
	border-radius: 20px;
	padding: 10px 20px;
	cursor: pointer;
	transition: 0.2s;
}
.btn:hover {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
	background: linear-gradient(270deg, #009f00 0%, #f80 100%);
}
.comments {
	margin-top: 25px;
}
.comments__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 20px;
}
.comment {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.comment:last-child {
	padding-bottom: 0;
	border: 0;
}

.comment > img {
	width: 61px;
	min-width: 61px;
	height: 61px;
	border-radius: 50%;
}
.comment__name {
	font-weight: 700;
}
.comment__date {
	font-weight: 300;
	font-size: 14px;
}
.comment figure {
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0px !important;
}

.rd-price__currency {
  font-size: 50%;
}

.wrapper p, h3 {
  text-align: left;
}
@media (min-width: 992px) {
	.chat__text,
	.chat__img-ava,
	nav {
		display: block;
	}

  .advantage img  {
    width: auto;
  }

  .chat__img-ava {
    margin-right: 8px;
  }
  .wrapper p, h3 {
  text-align: justify;
}
	.burger {
		display: none;
	}
	figure .logo img {
		width: 31px;
		height: 41px;
	}
	.logo {
		font-size: 32px;
	}
	.logo p {
		font-size: 15px;
	}
	header {
		padding: 20px 0 18px;
		border-bottom: 1px solid #c7c7c7;
	}
	.chat {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 14px;
		line-height: 130%;
		color: #535353;
		gap: 10px;
	}
	.chat span {
		color: #65c5e4;
		display: block;
	}
	.chat__img {
		position: relative;
	}
	.chat__img-ava {
		border-radius: 50%;
		width: 53px;
		min-width: 53px;
		height: 53px;
	}
	.chat__img-icon {
		position: absolute;
		top: -8px;
		right: 0;
	}.attention {
  font-size: 19px;
  line-height: 1.3;
}

	nav {
		padding: 10px 0;
		border-bottom: 1px solid #c7c7c7;
		margin-bottom: 20px;
	}
	nav ul {
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: space-around;
	}
	nav a {
		display: block;
		transition: 0.2s;
		font-weight: 600;
		font-size: 16px;
		text-decoration: none;
		color: #000;
		text-align: center;
		padding: 3px 15px;
		background: transparent;
	}
	nav a.active,
	nav a:hover {
		color: #fff;
		background: #65c5e4;
		border-radius: 20px;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
	.logo--w10,
	.logo--w5 {
		transform: scale(1);
	}
	.logo--lb {
		left: 20px;
		bottom: 20px;
		transform-origin: left bottom;
	}
	.logo--lt {
		left: 20px;
		top: 20px;
		transform-origin: left top;
	}
	.logo--rb {
		right: 20px;
		bottom: 20px;
		transform-origin: right bottom;
	}
	.logo--rt {
		right: 20px;
		top: 20px;
		transform-origin: right top;
	}
	figure,
	h1 {
		margin-bottom: 15px;
	}
	.signs {
		border-width: 7px;
		padding: 40px 30px;
		margin: 15px 0;
	}
	.signs__title {
		font-size: 24px;
	
	}
	.signs li {
		align-items: center;
	}
	.p-margin {
		margin-bottom: 15px;
	}
	.figcaption,
	h3,
	.advantages__title {
		font-size: 24px;
		line-height: 125%;
	}
	.review {
		padding: 19px 22px 25px;
	}
	.advantages ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom:20px;
	}
	.advantage {
		margin-bottom: 0;
	}
	.advantage .logo--lb {
		left: 10px;
		bottom: 10px;
	}
	.attention {
		padding: 15px;
		font-size: 24px;
		line-height: 130%;
		margin-bottom: 15px;
	}
	.attention b {
		margin-bottom: 15px;
		font-size: 36px;
	}
	.helps__title {
		font-size: 24px;
		text-align: left;
		margin-bottom: 30px;
	}
	.helps ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 15px;
		gap: 70px;
	}
	.btn {
		padding: 30px 40px;

		font-size: 24px;
	}
	.comments__title {
		margin-bottom: 30px;
	}
	.comments figure .logo {
		transform: scale(0.6);
	}
	.comments figure .logo--lb {
		bottom: 10px;
		left: 10px;
	}
	.comments figure .logo--lt {
		top: 10px;
		left: 10px;
	}
}
      .ac_footer {
          position: relative;
          text-align: center;
          overflow: hidden;
          padding: 20px 0;
     
        }
    
        .ac_footer p {
          text-align: center;
        }
        img[height="1"],
        img[width="1"] {
          display: none !important;
        }

:root {
  --carts-gap: 20px;
  --carts-border-color: rgb(228, 228, 228);
  --carts-border-color-hover: rgb(219, 14, 24);
}

				
/*Bug*/
.rd-order-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  max-width: 1000px;
  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: 300px;
}

.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("../img/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("../img/cart-sale.webp") no-repeat center center / contain;
}

.rd-carts__item:not(.active):hover .rd-carts__cart {
  background: url("../img/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: 190px;
  }

    .rd-order-container {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  :root {
    --carts-gap: 10px;
  }

  .rd-carts__item {
    border-radius: 10px;
    max-width: 190px;
  }
  .mob-50 {
    width: 50px;
  }
}

/*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(27, 27, 77);
}

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

.author__text {
  line-height: 1.3;
}


@media (max-width: 767px) {
  .rd-promo {
    flex-direction: column;
    text-align: center;
  }

  .rd-promo__product {
    width: 250px;
  }

  .comm-foto {
    width: 220px;
  }
figure .logo {
    font-size: 21px;
}
  .comment > img {
    width: 50px;
  }
.author img {
      width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .rd-promo__sale {
    margin-bottom: 40px;
  }
}
 .review, .signs {
    padding: 15px;
  }

@media (max-width: 479px) {
  .rd-promo {
    row-gap: 15px;
    padding: 30px 15px;
  }

  .content-title {
    font-size: 24px;
  }

  .review img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

 
  .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;
  /* color: white; */
  border-radius: 20px;
  background: transparent;
  border: 2px solid #252e54;
  /* background: linear-gradient(180deg, rgb(201 68 127), rgb(27 27 27) 100%); */
  padding: 30px 18px 30px;
  max-width: 660px;
  width: 100%;
}

.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;
  /*max-width: 330px;*/
  /*width: 100%;*/
}

.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: -10px;
  right: 0;
}

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

.rd-order__pack {
  display: block;
  width: 100%;
  max-width: 100%;
}

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

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

.rd-price__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

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

.rd-price__title {
  font-size: 18px;
  font-weight: 400;
  /* color: white; */
  margin: 0 0 10px !important;
  text-align: center !important;
} 

.rd-price__title--old {
  font-weight: 300;
}

p.rd-price__value {
  font-size: 31px;
  font-weight: 400;
  margin: 0;
  color: rgb(131, 1, 59);
  text-align: center !important;
}

.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-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: #303030;
  border-radius: 100px;
  box-shadow: 0 5px 20px 0 rgba(50, 118, 71, 0.1);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(105 52 100);
  outline: none;
  padding: 15px 24px;
}

.rd-form__input::placeholder {
  color: #303030;
}

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

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

@media (max-width: 767px) {
  .rd-order {
    width: 100%;
    max-width: 450px;
  }

  body { 
    font-size: 16px;
  }

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

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

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

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

@media screen and (min-width: 768px) {
  .rd-order__sale {
    top: -20px;
  }
  .rd-price {
    gap: 30px;
  }
}
.name-link:hover strong {
  color: rgb(131, 1, 59);
}
.cart-element {
  margin-top: 25px;
}

.rd-form__button--content {
	max-width: 300px;
	margin: 20px auto 0;
	display: block;
}