@media screen and (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
.container--main {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .container--main {
    padding: 3rem 4.375rem;
    box-shadow: 0 15px 50px #0000000d;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1440px) {
  .container--main {
    max-width: 1070px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 15px;
  background-color: #ffffff;
  text-align: center;
  z-index: 2;
}

.fixed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #521593;
}

.content {
  display: block;
  padding-top: 100px;
}

.article {
  padding: 30px 0;
}

.article__attention {
  margin-top: 30px;
}

.attention {
  padding: 15px;
  border: 1px solid #000000;
  text-align: center;
}

.attention__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #e12216;
}

.attention__text {
  margin-top: 10px;
  font-weight: 700;
}

.order__paragraph {
  text-align: center;
}

.order__product {
  position: relative;
  max-width: 500px;
  margin: 15px auto 0;
  font-size: 0;
  text-align: center;
}

.order__product::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/stamp.jpg")
    no-repeat;
}

.order__prices {
  font-size: 0;
}

.order__price {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}

.order__price--old {
  text-decoration: line-through;
}

.order__price--new {
  margin-top: 5px;
  font-size: 32px;
  color: #e12216;
}

.order__form {
  max-width: 320px;
  margin: 10px auto 0;
}

.order__label {
  display: block;
  width: 100%;
}

.order__label:not(:first-of-type) {
  margin-top: 15px;
}

.order__field {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border: 2px solid #521593;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
}

.order__field:focus {
  box-shadow: 0 0 5px 0 rgba(82, 21, 147, 0.8);
}

.order__button {
  display: block;
  width: 100%;
  padding: 12px 15px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background-color: #521593;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
}

.order__button:hover {
  background-color: #39c9e7;
}

.order__timing {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.order__date {
  font-weight: 700;
  color: #e12216;
}

@media (min-width: 992px) {
  .fixed {
    padding: 10px 0 15px;
  }

  .content {
    font-size: 0;
    padding-top: 110px;
  }

  .article {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
  }

  .article {
    max-width: calc(100% - 320px);
    padding-right: 30px;
    padding-top: 0;
  }
}

/*!
    * Bootstrap v4.5.2 (https://getbootstrap.com/)
    * Copyright 2011-2020 The Bootstrap Authors
    * Copyright 2011-2020 Twitter, Inc.
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
    */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h2,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.h2,
.h4,
h2,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 2rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h2,
  p {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }
}

*::after,
*::before {
  box-sizing: border-box;
}

.form-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100px;  padding-bottom:20px;

}

.mod-red {
  color: red;
}

.form {
  border: 2px solid #dbdbdb;
  background: #f7f7f7;
  box-shadow: 0 0 12px #c5c5c5;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto 20px;
}

.form__image {
  margin: 0 auto 15px;
  position: relative;
}
.form__date {
  text-align: center;
  margin-bottom: 10px;
}
.form__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 10px;
}
.red-border__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  top: 10px;
  right: 0;
}
.red-border__text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid red;
  top: -14px;
  right: -14px;
  -webkit-animation: load 2s linear infinite;
  animation: load 2s linear infinite;
}

/* @media screen and (max-width: 575px) {
  .red-border__text {
    top: -20px;
    left: 0;
  }
} */

.form__title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.form__price {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  text-align: center;
}
.form__price-title {
  margin-bottom: 5px;
}

.form__price-lines {
  position: relative;
}
.form__price-lines::after {
  content: "";
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(-12deg);
}
.form__price-lines::before {
  content: "";
  position: absolute;
  border-top: 1px solid red;
  width: 100%;
  top: 50%;
  left: 0;
  transform: rotate(12deg);
}
.form__price-value {
  font-size: 22px;
}
.form__price-value.mod-red {
  font-weight: 700;
}
.form__input {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  padding: 10px 10px 10px 20px;
  outline: 0;
  font-size: 16px;
}
.form__btn {
  font-size: 25px;
  color: #fff;
  background: red;
  border: 2px solid red;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 40px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  animation: btnScale 1.2s linear infinite;
}
.form__btn:hover {
  background: 0 0;
  color: red;
}
.form__inner {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .attention {
    padding: 20px 25px;
    margin: 0 -25px 20px -25px;
  }
  .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto 20px;
  }
  .form__image {
    margin: 0;
  }
  .form__inner {
    margin: 0;
  }
}

.show-form {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .form {
    flex-direction: column !important;
  }
}

@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes btnScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.comments {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 38px;
}
.comments__title {
  font-family: "Tahoma", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 41px;
}
.like-count-wrap {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.6);
}
.comments__title img {
  margin-left: 10px;
}

.comment-wrap {
  position: relative;
  width: 100%;
}

.answer-inc .comment:not(.comment--answer):before {
  content: "";
  position: absolute;
  height: calc(100% + 40px);
  border-left: 1px dashed rgba(61, 61, 61, 0.29);
  width: 100%;
  border-radius: 26px;
  left: 25px;
  z-index: -1;
  transform: scale(1);
  opacity: 1;
  transform-origin: top;
  /*transition: 0.7s;*/
}
.comment__wrap {
  /*min-width: 230px;*/
  border-radius: 20px;
  background: #f0f2f5;
  padding: 10px 12px;
}
.like-btn {
  background: none;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  align-self: center;
  margin-left: 4px;
  cursor: pointer;
}
.like-btn.active svg {
  fill: #1e1e1e80;
}
/*.comment--answer:not(:last-child):before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: calc(100% + 40px);*/
/*    border-left: 1px dashed rgba(61, 61, 61, 0.29);*/
/*    width: 100%;*/
/*    border-radius: 0;*/
/*    left: 14px;*/
/*    z-index: -1;*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*    transform-origin: top;*/
/*    !*transition: 0.7s;*!*/
/*}*/
/*.answer-inc .comment:not(.comment--answer):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: 53px;*/
/*    width: 53px;*/
/*    background: transparent;*/
/*    z-index: 1;*/
/*}*/

.comment {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.comment__author-pic {
  display: flex;
}
.comment__author-pic,
.comment-create__avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
  z-index: 2;
}
.comment__author-pic img,
.comment-create__avatar img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.comment__top {
  display: flex;
}
.comment__body {
  /*padding: 15px;*/
  max-width: 100%;
  /*transition: 0.3s;*/
}
.comment__author-name {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: normal;
}
.comment__text {
  font-size: 14px;
  line-height: 150%;
}
/*.comment__text img {*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*    max-width: 340px;*/
/*    width: 100%;*/
/*}*/

.comment__footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.comment__ui {
  display: flex;
  padding-left: 72px;
  gap: 12px;
  margin-top: 5px;
}
.comment__ui-item {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}

.comment__img {
  max-width: 320px;
  width: 100%;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}

.emoji-box {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 10px;
  margin-right: 0;
}

.emoji-box.hide {
  background: none !important;
}

.emoji-box__emoji-wrap {
  display: flex;
  transition: 0.3s;
  margin-right: 5px;
}
.emoji-box__ico {
  width: 16px;
  height: 16px;
  margin-left: -5px;
  position: relative;
}
.emoji-box__ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.emoji-box__ico:nth-child(2)  {*/
/*    z-index: 3;*/
/*}*/
/*.emoji-box__ico:nth-child(2) {*/
/*    z-index: 2;*/
/*}*/
/*.emoji-box__ico:last-child {*/
/*    z-index: 1;*/
/*}*/
.emoji-box__like-count {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  min-width: 30px;
  line-height: 16px;
  color: rgba(30, 30, 30, 0.6);
}

.comment--answer {
  margin-left: 30px;
}

.comment--answer .comment__author-pic {
  min-width: 32px;
  width: 32px !important;
  height: 32px;
  display: flex;
}
/*.comment--answer .comment__author-pic {*/
/*    min-width: 25px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    margin-right: 8px;*/
/*}*/
.comment--answer .comment__body {
  max-width: 459px;
  /*min-width: 229px;*/
}
/*.comment--answer .emoji-box {*/
/*    transform: translateY(0);*/
/*    margin-right: -10px;*/
/*}*/
.comment--answer .emoji-box__ico {
  width: 19px;
  height: 19px;
  margin-left: -5px;
}

.comment__img-wrap {
  position: relative;
}

.comment__img {
  max-width: 100%;
  height: 100%;
  max-height:380px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 0;
  transition: 0.3s;
}
.comment__img:hover {

}

.crop-img {
  position: absolute;
  right: 10px;
  bottom: 20px;
  border: none;
  background: none;
  pointer-events: none;
}

.modal-wrap {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
.modal-wrap.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  max-height: calc(100% - 200px);
  width: fit-content;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  position: relative;
  overflow: visible;
}
.modal__close {
  position: absolute;
  filter: invert(1);
  background: none;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  top: -48px;
  right: 0px;
  cursor: pointer;
}

.modal__close img {
  width: 100%;
  pointer-events: none;
}
.modal__cropped-image {
  max-width: 100%;
  max-height: 92vh;
  object-fit: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@media only screen and (max-width: 700px) {
  .modal {
    width: 100%;
  }
}

@keyframes emoji-appear {
  0% {
    display: none;
    transform: scale(0);
  }
  1% {
    display: block;
    transform: scale(0);
  }
  65% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}

.emoji-box .emoji-box__ico {
  display: none;
}

.emoji-box .emoji-box__ico.active {
  display: block;
}

.emoji-box.active .emoji-box__ico {
  transform: scale(0);
  display: none;
  transition: 0s;
}

.emoji-box.active .emoji-box__ico.active {
  display: block;
  transform: scale(1);
  animation: emoji-appear 0.5s linear forwards;
}

.comment-create {
  display: flex;
  margin-bottom: 40px;
}

.comment-create__avatar {
}

.comment-create__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.comment-create__name-field {
  padding: 10px 12px;
  background: #f0f2f5;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  border: none;
  margin-bottom: 10px;
  outline: none;
}
.comment-create__name-field::placeholder {
  color: rgba(30, 30, 30, 0.6);
}

.comment-create__textarea-wrap {
  position: relative;
}

.comment-create__text-field {
  width: 100%;
  background: #f0f2f5;
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  height: 86px;
  border: none;
  padding: 8px 12px;
  outline: none;
  resize: none;
}
.comment-create__text-field::placeholder {
  color: rgba(30, 30, 30, 0.6);
}

/*.comment-create__text*/

.comment-create__create-btn {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.comment-create__subtitle {
  padding: 10px 10px 10px 15px;
  font-family: "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1140px) {
  .comment-create__create-btn {
    display: block;
  }
  .comment-create__subtitle {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .comment-create__name-field {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .comment-create {
    padding-left: 0;
  }
}

/*GRADIENT COMMENTS STYLE*/

.comments.gradient .comment__body {
  background: linear-gradient(180deg, #ba08fd 0%, #348ffb 100%) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: bottom;
  position: relative;
  color: #fff !important;
  border: none;
}

.comment-with-image {
  padding: 0;
  overflow: hidden;
  max-width: 420px;
}
.comment-with-image .comment__inner-text {
  margin-bottom: 8px;
}

.comment-create__row {
  display: flex;
  justify-content: flex-start;
}

.user-picture-to-load {
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 11px;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}

.modal-wrap {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
.modal-wrap.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  max-height: calc(100% - 200px);
  width: fit-content;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  position: relative;
}
.modal__close {
  position: absolute;
  filter: invert(1);
  background: none;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  top: -48px;
  right: 0px;
  cursor: pointer;
}

.modal__close img {
  width: 100%;
  pointer-events: none;
}
.modal__cropped-image {
  max-width: 100%;
  max-height: 92vh;
  object-fit: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@media only screen and (max-width: 700px) {
  .modal {
    width: 100%;
  }
}

.comment--answer .comment__ui {
  padding-left: 45px;
}

.post-ui__item {
  position: relative;
}

@keyframes appear1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes appear2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes appear3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear1 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes appear3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes comment-appear {
  0% {
    background: rgba(85, 136, 186, 0.3);
  }
  90% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: #f7f7f7;
  }
}

@-webkit-keyframes comment-appear {
  0% {
    background: rgba(85, 136, 186, 0.3);
  }
  90% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: #f7f7f7;
  }
}

@keyframes animated-gradient {
  100% {
    background-position: 100% 0;
  }
}

.me_text .appear {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.me_text .appear:first-child {
  animation-name: appear1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.me_text .appear:nth-child(2) {
  animation-name: appear2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.me_text .appear:last-child {
  animation-name: appear3;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.answer-wrap {
  max-height: 0;
  opacity: 0;
}
.answer-wrap .emoji-box,
.answer-wrap.typing .emoji-box {
  display: none;
}

.answer-wrap.just-typed .emoji-box,
.answer-wrap.already-typed .emoji-box {
  display: flex;
}

.typing-block,
.additional-block {
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
}
.typed-text {
  max-height: 0;
  opacity: 0;
  transition: 2s;
}

.answer-wrap.typing .comment__body {
  background: linear-gradient(
    to left,
    rgba(85, 136, 186, 0.2),
    rgba(85, 136, 186, 0.2),
    rgba(85, 136, 186, 0.1),
    rgba(85, 136, 186, 0.2),
    rgba(85, 136, 186, 0)
  );
  background-size: 200% 100%;
  animation: animated-gradient 2s infinite alternate;
}

.answer-wrap.typing,
.answer-wrap.just-typed,
.answer-wrap.already-typed {
  max-height: 900px;
  opacity: 1;
}

.answer-wrap.typing .typing-block {
  max-height: 50px;
  opacity: 1;
  padding: 10px 14px;
}

.answer-wrap.just-typed .comment__body {
  animation-name: comment-appear;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.answer-wrap.just-typed .typed-text,
.answer-wrap.already-typed .typed-text,
.comment-layout .typed-text {
  max-height: 700px;
  opacity: 1;
}

.answer-wrap.just-typed .additional-block,
.answer-wrap.already-typed .additional-block {
  max-height: 50px;
  opacity: 1;
}

.answer-wrap.already-typed {
  animation: none;
}

.answer-wrap.already-typed .typed-text,
.answer-wrap.already-typed .additional-block {
  transition: none;
}

.answer-wrap.already-typed .typing-block,
.answer-wrap.just-typed .typing-block {
  position: relative;
  z-index: -1;
}

.answer-wrap.type .typing {
  max-height: 50px;
  opacity: 1;
}

.line-hider .comment:not(.comment--answer):before {
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: 0.4s;
}

.comment--answer.typing {
  margin-bottom: 0;
}

.comment__img {
  border-radius: 0 0 20px 20px;
}

.comment__popup {
  padding: 34px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}
.comment__popup label {
  text-align: left;
  margin: 10px 0 2px;
}

.create__comment__title {
  margin-bottom: 20px;
}

.create__comment__field {
  background: #ffffff;
  border: 1px solid #8b8b8b;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
}

.popup-com-btn {
  background: #0075bf;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.comment__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.comment__popup {
  position: relative;
  border: 2px solid #0075bf;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0 0 0 / 0.5);
  top: 50%;
  transform: translateY(-50%);
  margin: 30px auto;
  max-width: 500px;
}

.comment__modal__form {
  display: flex !important;
  flex-direction: column !important;
  position: relative;
}

.target_list_wrap,
.my_select {
  width: 100%;
}

/* media */

@media (max-width: 576px) {
  .comment__popup {
    max-width: 70%;
    margin: 0 auto;
  }

  .create__comment__title {
    margin: 0;
  }
}

.comment__modal.open {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  cursor: pointer;
}

.comment-wrap .comment-create {
  padding-left: 60px;
  margin-bottom: 30px;
}

.comment-create__image-input-wrap {
  z-index: 2;
}

.comment-create__image-input-wrap {
  position: relative;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.comment-create__image-input-wrap:after {
  content: "";
  background-image: url("../images/pencil.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.comment-create__image-input-wrap:hover {
  /*background: red;*/
}

.image-input {
  display: none;
}

.add-comment-button {
  cursor: pointer;
}

.comment-create__image-input-wrap:has(
    > img:not([src="img/profile.svg"])
  ):before {
  display: none;
}
.comment-create__image-input-wrap:has(
    > img:not([src="img/profile.svg"])
  ):after {
  display: none;
}

.comment-create__image-input-wrap:has(> img:not([src="img/profile.svg"])):hover
  + .comment-create__image-input-wrap:has(
    > img:not([src="img/profile.svg"])
  ):before {
  display: block;
}
.comment-create__image-input-wrap:has(> img:not([src="img/profile.svg"])):hover
  + .comment-create__image-input-wrap:has(
    > img:not([src="img/profile.svg"])
  ):after {
  display: block;
}

.post-footer__comments-count {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.6);
}

.post-ui {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 6px 14px;
  margin-bottom: 40px;
}
.post-ui__item {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: rgba(30, 30, 30, 0.6);
  cursor: pointer;
  font-size: 14px;
}
.post-ui__ico-wrap {
  pointer-events: none;
}

.post-like .post-ui__ico-wrap img:last-child {
  display: none;
}

.post-like.active .post-ui__ico-wrap img:first-child {
  display: none;
}
.post-like.active .post-ui__ico-wrap img:last-child {
  display: block;
}

.comments-wrap .comment-wrap {
  display: none;
}
.comments-wrap > .comment-add-block {
  display: none;
}
.comments-wrap.show-form > .comment-add-block {
  display: flex;
}
.comments-wrap .comment-wrap:nth-child(2),
.comments-wrap .comment-wrap:nth-child(3) {
  display: block;
}
.comments-wrap.active .comment-wrap {
  display: block;
}

.emoji-popup {
  position: absolute;
  padding: 15px;
  top: -54px;
  left: -10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 1;
  border-radius: 94px;
  gap: 10px;
}

.emoji-popup__ico {
  height: 30px;
  width: 30px;
}

.emoji-popup {
  display: none;
}
.emoji-popup.active {
  display: flex;
}

      .bg-prod {
               background-image: url("../images/kerastia_small.png");
          }
		  
		            .box-list {
                              background-color: #fff4ec;
                              border: 2px solid #f5c829;
                              border-radius: 15px;
                         }

                         .box-list__title {
                              background-color: #f5c829;
                              padding: 20px;
                              border-radius: 15px 15px 0 0;
                         }

                         .img-fluid {
                              max-width: 100%;
                              height: auto;
                         }

                         @media screen and (min-width: 992px) {
                              .box-list .list {
                                   font-size: 18px;
                              }
                         }

                         .list {
                              list-style: none;
                              padding-bottom: 0.625rem;
                              padding-left: 50px;
                              padding-right: 20px;
                         }

                         .list__item {
                              position: relative;
                              font-weight: 500;
                              margin-bottom: 0.625rem;
                              padding-left: 1rem;
                              line-height: 1.3;
                              margin-bottom: 0;
                              margin-top: 1rem;
                         }

                         .list__item--wrong:before {
                              position: absolute;
                              padding-bottom: 0 !important;
                              content: url(../images/icon__wrong.png) !important;
                         }

                         @media screen and (min-width: 992px) {
                              .box-list .list {
                                   font-size: 18px;
                              }
                         }

                         .list {
                              list-style: none;
                              padding-bottom: 0.625rem;
                              padding-left: 50px;
                              padding-right: 20px;
                         }

                         ol,
                         ul,
                         dl {
                              margin-top: 0;
                              margin-bottom: 1rem;
                         }

                         .list__item {
                              position: relative;
                              font-weight: 500;
                              margin-bottom: 0.625rem;
                              padding-left: 1rem;
                              line-height: 1.3;
                              margin-bottom: 0;
                              margin-top: 1rem;
                         }



     .specialist__list li {
                                             margin-bottom: 0.2rem;
                                             padding-left: 2.75rem;
                                             position: relative;
                                        }

                                        p,
                                        li {
                                             font-size: 1.125rem;
                                             font-weight: 300;
                                        }

                                        .welcome__container ul {
                                             gap: 10px;
                                        }

                                        .specialist__list li:before {
                                             content: "";
                                             display: inline-block;
                                             position: absolute;
                                             background-image: url(../images/cross.svg);
                                             background-repeat: no-repeat;
                                             background-size: 2rem 2rem;
                                             width: 2rem;
                                             height: 2rem;
                                             left: 0;
                                             top: 10;
                                        }
										
										
										       .box-list--light-green {
                              border-color: #75c3b6;
                              background-color: #f2fff8;
                         }

                         .list__item {
                              position: relative;
                              font-weight: 500;
                              margin-bottom: 0.625rem;
                              padding-left: 1rem;
                              line-height: 1.3;
                              margin-bottom: 0;
                              margin-top: 1rem;
                         }

                         .list__item:before {
                              position: absolute;
                              content: url(../images/icon__good.png);
                              left: -30px;
                              top: 50%;
                              transform: translateY(-50%);
                         }