html,
body,
div,
span,
object,
h2,
h3,
p,
a,
code,
del,
img,
q,
s,
tt,
var,
b,
u,
i,
center,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
output,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
footer,
header {
  display: block;
}

body {
  line-height: 1;
}


ul {
  list-style: none;
}


q {
  quotes: none;
}


q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.spin-wrapper,
.order_block,
.pop-up-window {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background .3s
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background .3s
}

input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center;
  margin: 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.spin-wrapper {
  padding: 0px 10px 15px;
  text-align: center;
  box-sizing: border-box;
  margin: 20px auto 0;
  border: 0;
  box-shadow: unset;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative
}

.wheel img {
  max-width: 100%;
  margin-bottom: 0
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff
}

.order_block {
  display: none;
  text-align: center !important;
  justify-content: center;
  position: relative;
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;

}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 30px;
  margin-bottom: 15px
}

.pop-up-text {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg)
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg)
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg)
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg)
  }

}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 25%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px)
  }

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}
.prod-img {
  width: 100% !important;
  max-width: 220px !important;
}
@media all and (max-width:520px) {
  .prod-img {
    width: 100% !important;
    max-width: 200px !important;
  }

}
@media all and (max-width:520px) {
  form h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  .prod-img {
    width: 100% !important;
    max-width: 170px !important;
  }
  .wheel {
    width: 280px !important
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important
  }

  .close-popup {
    right: 0
  }
}

@media screen and (max-width:345px) {
  .prod-img {
    width: 100% !important;
    max-width: 150px !important;
  }
  .wheel {
    width: 250px !important
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important
  }
}

.order__title {
  font-size: 1.1em !important;
  font-weight: bold !important;
  background: transparent;
  color: #000;
  margin-bottom: 18px;
}


.prize__title {
  color: #000;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
  background: transparent;
}

/*order*/
.order {
  display: none;
}

@media screen and (max-width: 500px) {
  .scroll {
    overflow-y: scroll;
  }
  .scroll img {
    width: 600px !important;
    max-width: 600px !important;
  }
}

.time {
  font-size: 24px !important;
  margin: 0.5em 0;
  font-weight: bold;
}

/*popup*/

.order_form {
  max-width: 400px;
  margin: 0 auto;
}

.order_form input {
  border: 0;
  border-bottom: 1px solid #838383;
}


#order_form0  {
  background: white;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  padding-bottom: 25px;
  font-family: Arial;
  margin: 20px;
  background-image: url("../images/formbg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;

  margin: 0;
}

.flex img {
  margin-right: 15px;
}

#order_form0  div {
  background: transparent !important;
}

#order_form0  h2 {
  margin: 0px 0 5px !important;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form0  label {
  width: auto;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

#order_form0  .order_form_pole {
  padding: 10px 10px 0;
  margin: 10px;
  max-width: 320px;
  margin: auto;
  text-align: center;
}

#order_form0  input {
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  outline: none !important;
}

#order_form0  input::placeholder {
  text-decoration: none;
}

#order_form0  select {
  width: 100%;
  margin-top: 24px;
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  outline: none;
}

#order_form0  {
  font-size: 16px;
}

#order_form0  .center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#order_form0  button {
  display: block;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em .94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
}

#order_form0  button:hover {
  background-color: #017ACC;
}

#order_form0  button:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 480px) {
  #order_form0  label {
    font-size: 14px;
  }

  #order_form0  button {
    font-size: 16px;
  }

  #order_form0  {
    padding: 20px;
  }

  #order_form0  .order_form_pole {
    padding: 0px;
    margin-block: 20px;
  }
}

@media screen and (max-width: 459px) {



  #footer img {
    width: 100%;
  }
}

@media screen and (max-width: 349px) {
  #order_form0  input {
    font-size: 17px;
  }
}

#order_form_place img {
  max-width: 100px;
  display: block;
  margin: 20px 0px;
}

form h2 {
  font-size: 26px;
  margin-block-start: 0.83em !important;
  margin-block-end: 0.83em !important;
}

form .count {
  display: block;
  margin-bottom: 10px;
}

.timelimit {
  margin-bottom: 10px;
}
.timer {
  color: red;
  font-weight: 700;
}
.timelimit b {
  display: inline-block;
  /* background: url("../images/timerIcon2.webp") no-repeat; */
  padding-left: 14px;
  color: red;
  vertical-align: middle;
}

:root {
  --accent: #0c5489
}

* {
  box-sizing: border-box;
}

.modal-custom {
  padding: 10px;
  font-size: 13px;
  color: red;
  border: 1px solid red;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  bottom: -55px;
  right: 10px;
  width: 350px;
  height: 65px;
  z-index: 1000;
  display: block;
  opacity: 0;
  transition: .5s all;
}

.modal-custom.active {
  opacity: 1;
}

html {
  font-family: "Roboto", sans-serif;
}

header {
  font-family: "Rubik", sans-serif;
}

.header-container {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
}

.header-inner {
  max-width: 780px;
  padding-inline: 10px;
  margin: 0 auto;
  padding-block: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-button {
  color: var(--accent);
  border: 2px solid var(--accent);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px;
}

.header-button:hover {
  transform: scale(1.05);
}

.logo {
  display: flex;
}

.article-img.first-img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 15px auto;
}

.container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 15px 10px;
}

.publication-info {
  display: flex;
  gap: 13px;
  align-items: center;
  font-family: "Rubik", sanf-serif;
  margin-bottom: 15px;
}

.publication-info img {
  margin-right: 8px;
}

.publication-info__item {
  display: flex;
}

body {
  line-height: 1.3;
}

.publication-info__text {
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  color: #545454;
}

.article__p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.article__link {
  color: var(--accent);
  font-weight: 700;
}

.article-img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}

.title-wrap {
  margin-bottom: 10px;
}

.title-wrap .subtitle {
  margin-bottom: 0;
}

.main-title {
  margin-top: 15px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 150%;
}

.subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

.subtitle--accent {
  color: var(--accent);
}

footer {
  display: block;
  padding: 20px 8px;
  margin-top: 20px;
  margin-bottom: 24px;
}

footer a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

header {
  position: relative;
}

.order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: var(--accent);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
  padding: 15px;
}

@media screen and (max-width: 800px) {

  .header-button {
    font-size: 18px;
    padding: 10px 15px;
  }

  .logo {
    height: 52px;
  }

  .order-btn {
    font-size: 18px;
  }

}

@media screen and (max-width: 450px) {

  .modal-custom {
    width: 250px;
    height: 85px;
    bottom: -75px;
  }

  .publication-info__text {
    font-size: 16px;
  }

  .header-button {
    font-size: 15px;
    padding: 8px 15px;
  }
}

.article__text--accent {
  color: var(--accent);
  line-height: 150%;
}

.img__descript {
  max-width: 80%;
  margin: 0px auto 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}


.c15 {
  margin-bottom: 15px;
}

.color-1 {
  background: #afcde7;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.color-2 {
  background: #d8e6f3;
}

.c15,
.c15 td,
.c15 tr {
  border: 1px solid #fff;
}

.c15 tr {
  height: 67px;
}

.c15 .c3 p {
  padding: 5px 10px;
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

.content-list {
  list-style-type: disc;
  padding-left: 45px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 150%;
}

@media screen and (max-width: 767.98px) {
  .article__p {
    font-size: 16px;
  }
}

.note {
  background: #F7F7F7;
  padding: 30px;
  margin-bottom: 15px;
}

.note__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.note__p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}


.note {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 18px;
  }
}

.black {
  color: #000;
}

@media screen and (max-width: 375px) {
  .publication-info__item--author {
    display: none;
  }
}


.comments {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 20px;
}

.comments__title {
  font-family: 'Tahoma', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 15px 0;
}

.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--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 {
  font-family: 'Tahoma', sans-serif;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.comment__author-pic {
  display: flex;
}

.comment__author-pic {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
  z-index: 2;
}

.comment__author-pic img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.comment__body {
  padding: 15px;
  max-width: 100%;
  background: #F7F7F7;
  border-radius: 20px;
  transition: 0.3s;
}

.comment__author-name {
  padding-left: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

.comment__text {
  font-size: 16px;
  line-height: 24px;
}



.comment__footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.comment__ui {
  display: flex;
  padding-inline: 19px;
}

.comment__ui-item {
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}

.comment__ui-item:first-child {
  margin-right: 0.9em;
}

.comment__ui-item:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #0A78C2;
  border-radius: 50%;
  margin: 0 5px;
  transform: translateY(-3px);
}

.comment__ui-item:nth-child(2),
.comment__ui-item:nth-child(3) {
  color: #0A78C2;
}

.comment__img {
  max-width: 320px;
  width: 100%;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}

.emoji-box {
  display: flex;
  align-items: center;
  height: 20px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-right: 0;
}

.emoji-box.hide {
  background: none !important;
}


.emoji-box__emoji-wrap {
  display: flex;
  transition: 0.3s;
}

.emoji-box__ico {
  width: 20px;
  height: 20px;
  margin-left: -8px;
  position: relative;
}

.emoji-box__ico img {
  width: 100%;
}

.emoji-box__ico:first-child {
  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: 16px;
  min-width: 30px;
  line-height: 16px;
  text-align: center;
}

.comment--answer {
  padding-left: 62px;
}

.comment--answer .comment__author-pic {

  display: flex;
}


.comment--answer .comment__body {
  width: 100%;
  max-width: 459px;
}

.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: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0;
  /* cursor: pointer; */
  margin-top: 0;
  transition: 0.3s;
}




@media screen and (max-width: 767px) {
  .comments .emoji-box {
    transform: translateY(0);
    margin-right: 2px;
  }

}

@media screen and (max-width: 440px) {
  .comment--answer {
    padding-left: 30px;
  }
  .scroll img {
    width: 500px !important;
    max-width: 500px !important;
  }
}

@media screen and (max-width: 410px) {

  .comment__author-pic {
    margin-right: 4px;
  }
}

@media screen and (max-width: 768px) {
  .comments {
    overflow: hidden;
  }
}


@media screen and (max-width: 410px) {
  .comment__ui {
    padding-left: 4px;
  }

  .comment__ui-item {
    font-size: 16px;
  }

  .comment__ui-item:not(:last-child):after {
    width: 4px;
    height: 4px;
    margin: 0 5px;
  }
}

@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: 20px;
  max-width: 400px;
}



.comment-create__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.comment-create__name-field {
  width: 300px;
  height: 50px;
  background: #F7F7F7;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 14px;
  margin-bottom: 0px;
  outline: none;
}

.comment-create__name-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.comment-create__textarea-wrap {
  position: relative;
}

.comment-create__text-field {
  width: 100%;
  background: #F7F7F7;
  border-radius: 20px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 54px;
  border: none;
  padding: 14px;
  outline: none;
  resize: none;
}

.comment-create__text-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.pop-up-button:hover,
.order-btn:hover {
  opacity: 0.8;
}
.comment-create__create-btn {
  background: none;
  border: none;

  position: absolute;
  right: 10px;
  bottom: 15px;
}

@media screen and (max-width: 1140px) {
  .comment-create__create-btn {
    display: block;
  }

}

@media screen and (max-width: 700px) {
  .comment-create__name-field {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .comment-create {
    padding-left: 0;
  }
  .comment__ui-item:nth-child(3),
  .comment__ui-item:nth-child(2) {
    display: none;
  }
}


.comment-with-image {
  padding: 0;
  overflow: hidden;
  max-width: 300px;
}

.comment-with-image .comment__inner-text {
  padding: 10px 15px;
}


.comment-create__row {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: start;
}

.user-picture-to-load {
  width: 45px;
  height: 45px;
  overflow: hidden;
  /* margin-right: 11px; */
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}


@media only screen and (max-width: 700px) {
  .flex {
    flex-direction: column;
  }
  .flex img {
    margin: 0 0 15px;
  }
}

.price {
  margin-top: 5px;
}

.prices {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prices__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}

.prices__item:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid lightgrey;
}

.new-price {
  font-size: 24px;
  line-height: 1;
  color: red;
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  line-height: 1;
}

.error {
  border: 1px solid red;
}

.success {
  border: 1px solid green;
  position: relative;
}

.success:after {
  position: absolute;
  content: "✓";

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: green;
}

.image-input {
  display: none;
}

.comment-create__image-input-wrap {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.user-picture-to-load {
  cursor: pointer;

  border: 1px solid #ccc;

}