/* roboto-regular - 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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v48-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v48-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
::before,
::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  display: block;
  width: 100%;
}
a,
button {
  cursor: pointer;
}
@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  100% {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 15px;
  }
}
.center {
  text-align: center;
}
body {
  background: rgb(255, 255, 255);
  font-family: Roboto, sans-serif;
  color: rgb(0, 0, 0);
  min-width: 320px;
  letter-spacing: 0.05em;
}
.content {
  padding: 20px 0px;
}
@media screen and (max-width: 600px) {
  .content {
    padding-top: 15px;
  }
}
.header-head {
  background: rgb(225, 217, 255);
  padding: 16px 15px;
}
.header-head .header-head--desk {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
.header-head .header-head--desk .header-head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 60px;
}
.header-head .header-head--desk .header-head-text {
  color: rgb(108, 28, 209);
  font-weight: 700;
  letter-spacing: 0.005em;
  text-align: left;
  font-size: 37px;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  .header-head {
    padding: 6px 15px;
  }
  .header-head .header-head--desk {
    column-gap: 10px;
  }
  .header-head .header-head--desk .header-head-logo {
    max-width: 40px;
  }
  .header-head .header-head--desk .header-head-text {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 19px;
    line-height: 1;
  }
}
.container {
  padding: 0px 15px;
  margin: 0px auto;
  max-width: 1230px;
}
.container.container--large {
  max-width: 1230px;
}
h1 {
  font-weight: 700;
  text-align: center;
  color: rgb(47, 1, 106);
  margin: 0px 0px 16px;
  letter-spacing: 0.005em;
  font-size: 37px;
  line-height: 1.25;
}
h2 {
  font-weight: 700;
  text-align: center;
  margin: 16px 0px;
  font-size: 24px;
  line-height: 1.5;
}
h3 {
  font-style: italic;
  font-weight: 900;
  text-align: center;
  margin: 16px 0px;
  color: rgb(47, 1, 106);
  font-size: 24px;
  line-height: 1.5;
}
p {
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}
p b {
  font-weight: 700;
}
.post-date {
  font-weight: 500;
  text-align: center;
  color: rgb(149, 149, 149);
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  h1 {
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
    margin: 0px 0px 10px;
  }
  h2 {
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0px;
  }
  .post-date {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 1;
  }
  h3 {
    text-align: left;
 
    font-size: 24px;
    line-height: 1.5;
  }
  p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.image {
  margin: 16px auto;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
  background: rgb(225, 217, 255);
}
.image img {
  position: relative;
  border-radius: 7px;
}
.image .image-description {
  font-weight: 400;
  text-align: center;
  margin: 0px;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.image--horizontal {
  max-width: 450px;
}
.image--vertical {
  max-width: 280px;
}
@media screen and (max-width: 600px) {
  .image {
    margin: 30px auto;
  }
  .image--first {
    margin-top: 20px;
  }
  .image .image-description {
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.information {
  background: rgb(225, 217, 255);
  padding: 30px 0px;
  margin: 30px 0px;
}
.information p {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}
.information p:last-child {
  margin: 0px;
}
@media screen and (max-width: 600px) {
  .information {
    background: rgb(225, 217, 255);
    padding: 20px 0px;
    margin: 30px 0px;
  }
  .information p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.button {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 30px auto;
  background: linear-gradient(rgb(185, 166, 255) 0%, rgb(108, 28, 209) 100%);
  font-weight: 700;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 7.9px 0px;
  border-radius: 85px;
  padding: 10px 35px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .button {
    margin: 30px auto;
    padding: 10px 30px;
  }
}
.comments-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
  margin: 30px 0px;
  font-weight: 700;
  text-align: left;
  color: rgb(47, 1, 106);
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
}
.comments-title .comments-title-icon {
  width: 100%;
  max-width: 40px;
  height: 42px;
  background: rgb(47, 1, 106);
  background: url("../images/comments-icon.png") center center / contain no-repeat;
}
.comments-wrap > div:nth-child(3n-2) {
  background: rgb(255, 232, 249);
}
.comments-wrap > div:nth-child(3n + 2) {
  background: rgb(232, 232, 255);
}
.comments-wrap > div:nth-child(3n) {
  background: rgb(229, 255, 247);
}
.comments-item {
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 7px;
}
.comments-item:last-child {
  margin-bottom: 0px;
}
.comments-item-content,
.comments-item-info,
.comments-item .answer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 16px;
}
.comments-item-content .spacer,
.comments-item-info .ava,
.comments-item .answer .spacer {
  width: 100%;
  max-width: 60px;
}
.comments-item .answer {
  padding-top: 25px;
}
.comments-item .answer .comments-item {
  padding: 0px;
  border-radius: 0px;
}
.comments-item-info {
  align-items: center;
}
.comments-item-info .ava {
  height: 60px;
}
.comments-item-info .ava img {
  border-radius: 50%;
}
.comments-item-info .name {
  font-weight: 700;
  text-align: left;
  color: rgb(108, 28, 209);
  font-size: 16px;
  line-height: 1.5;
}
.comments-item-info .date {
  font-weight: 400;
  text-align: left;
  color: rgb(149, 149, 149);
  font-size: 14px;
  line-height: 1.5;
}
.comments-item-content {
  align-items: flex-start;
}
.comments-item-content .text p {
  margin: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
.comments-item-content .text .comment-image {
  width: auto;
  max-width: 100%;
  max-height: 354px;
  border-radius: 7px;
  margin: 20px 0px 0px;
}
@media screen and (max-width: 600px) {
  .comments-title {
    column-gap: 15px;
    margin: 30px 0px;
    font-size: 24px;
    line-height: 1.5;
  }
  .comments-title .comments-title-icon {
    max-width: 34px;
    height: 36px;
  }
  .comments-item {
    padding: 10px;
  }
  .comments-item-content,
  .comments-item-info,
  .comments-item .answer {
    column-gap: 10px;
  }
  .comments-item-info .ava,
  .comments-item .answer .spacer {
    width: 100%;
    max-width: 45px;
  }
  .comments-item .answer {
    padding-top: 15px;
  }
  .comments-item-info {
    margin-bottom: 10px;
  }
  .comments-item-info .ava {
    height: 45px;
  }
  .comments-item-info .name {
    font-size: 16px;
    line-height: 1.5;
  }
  .comments-item-info .date {
    font-size: 14px;
    line-height: 1.5;
  }
  .comments-item-content .spacer {
    display: none;
  }
  .comments-item-content .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .comments-item-content .text .comment-image {
    margin: 15px 0px 0px;
  }
}
footer {
  margin-top: 30px;
}
footer p {
  text-align: center;
  margin: 0px 0px 5px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  footer {
    margin-top: 30px;
  }
  footer p {
    margin: 0px 0px 5px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.x_currency {
  font-size: 70%;
}

.order {
  margin: 15px auto !important;
}

.prod-wrapper {
  width: 100%;
  position: relative;
  max-width: 220px;
}

.price__line {
  width: 1px;
  height: 40px;
  background: #c5c5c5;
}

.red-border {
  color: #fff;
  width: 84px;
  height: 84px;
  font-size: 24px;
  position: absolute;
  top: -5px;
  right: -25px;
}

.red-border,
.red-border__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-border__text {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: red;
  border-radius: 50%;
}

.red-border::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid red;
  top: -7px;
  right: -7px;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}

.prod-wrapper img {
  width: 100%;
}

@keyframes load {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.order__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  width: 100%;
  padding: 15px;
  margin-top: 0px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}

.order__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center !important;
  margin: 0 0 10px !important;
  line-height: 1.2;
  display: block;
}

.price {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

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

.price__line {
  width: 1px;
  height: 40px;
  background: #c5c5c5;
}

.price__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}

.price__old {
  font-size: 20px;
  color: #666;
  position: relative;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.price__old::before {
  content: "";
  display: block;
  border-top: 1px solid red;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(-12deg);
}

.price__new {
  font-size: 26px;
  font-weight: 700;
  color: red;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.order__input {
  font-size: 16px;
  max-width: 250px;
  width: 100%;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  padding: 10px 10px 10px 20px;
}

.order__button {
  font-size: 25px;
  color: #fff;
  background: #be0000;
  border: 2px solid #ce4d4d;
  outline: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 40px;
  max-width: 230px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
}

.order__button--content {
  display: block;
  text-decoration: none;
  margin: 16px auto;
  max-width: 270px;
}

.order__button:hover {
  background: #e00707;
}

.order__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
  flex-direction: column;
  background: #f7f7f7;
  box-shadow: 0 0 5px #c5c5c5;
  width: 100%;
  padding: 15px;
  max-width: 450px;
}

@media (min-width: 480px) {
  .prod-wrapper {
    padding-top: 0px;
  }
}

.product {
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.2));
}

@media (min-width: 640px) {
  div.order__wrapper {
    flex-direction: row;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .prod-wrapper {
    width: 100%;
    max-width: 190px !important;

    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  div.order__wrapper {
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 600px;
    margin: 0 auto 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }

  .image--vertical {
    max-width: 400px;
  }

  .image--horizontal {
    max-width: 600px;
  }
}

@media (min-width: 1200px) {
  .red-border {
    right: -17px;
  }
}

@media screen and (max-width: 639px) {
  .order__wrapper {
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .prod-wrapper {
    max-width: 190px;
    margin-bottom: 25px;
  }

  .order__form {
    max-width: 400px;
  }

  label {
    width: 100%;
  }

  .order__input {
    max-width: 400px;
  }
}

@media (max-width: 479px) {
  .prod-wrapper,
  .prod-wrapper img {
    width: 100%;
    max-width: 160px;
  }
  .header-head .header-head--desk .header-head-text {
    font-size: 16px;
  }
}

.spoiler {
  position: relative;
  z-index: 0;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.spoiler img {
  filter: blur(8px);
}
.spoiler:before {
  content: "18+";
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 60px;
  font-weight: 700;
  text-shadow: #fc0 1px 0 10px;
}
.spoiler.spoiler--active:before {
  opacity: 0;
}
.spoiler.spoiler--active img {
  filter: blur(0);
}


.prod-wrapper--bottom {
  margin: 25px auto 0;
}

.x_country_select {
    display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}