.comments * {
   margin: 0 !important;
   -webkit-margin-before: 0 !important;
   -webkit-margin-end: 0 !important;
   -webkit-margin-after: 0 !important;
   -webkit-margin-start: 0 !important;
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
   margin-inline-start: 0 !important;
   margin-inline-end: 0 !important;
   padding: 0 !important;
   border-style: none !important;
   border-width: 0 !important;
   border-color: transparent !important;
   font-family: inherit !important;
   box-sizing: border-box !important;
}
.comments {
   position: relative !important;
   max-width: 780px !important;
   margin: 0 auto 30px !important;
}
.comments,
.comments > * {
   box-sizing: border-box !important;
}
@keyframes loading {
   60% {
      text-shadow: 0.25em 0 0 currentColor;
   }
}
@keyframes pop-up-appear {
   0% {
      transform: translateY(-2000px);
   }
   30% {
      transform: translateY(100px);
   }
   to {
      transform: translateY(0);
   }
}
@keyframes pop-up-appear-before {
   0% {
      transform: scale(0);
   }
   to {
      transform: scale(1);
   }
}
@keyframes pop-up-appear-after {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}
@-webkit-keyframes super-rotation {
   70% {
      -webkit-transform: rotate(1783deg);
      transform: rotate(1783deg);
   }
   to {
      -webkit-transform: rotate(1774deg);
      transform: rotate(1774deg);
   }
}
@keyframes super-rotation {
   70% {
      -webkit-transform: rotate(1783deg);
      transform: rotate(1783deg);
   }
   to {
      -webkit-transform: rotate(1774deg);
      transform: rotate(1774deg);
   }
}
.mycomment {
   box-sizing: border-box;
   display: flex;
   width: 100%;
   margin-bottom: 20px;
   font-size: 16px;
}
.mycomment-img {
   width: 36px;
   height: 36px;
   border-radius: 50%;
   margin-right: 10px;
}
.mycomment-name {
   font-weight: 600;
   font-size: 18px !important;
   margin-top: 0 !important;
   margin-bottom: 0.5rem !important;
}
.mycomment-text {
   font-size: 18px !important;
   line-height: 24px;
   margin: 0 !important;
}
.mycomment-text img {
   margin-top: 10px;
   max-width: 300px;
   width: 100%;
}
.mycomment-bottom {
   color: #929292;
   font-weight: 600;
   font-size: 12px !important;
   line-height: 10px !important;
   margin: 6px 0 0 12px !important;
   gap: 10px;
   display: flex;
   flex-wrap: wrap;
}
.loading {
   display: flex;
   align-items: center;
}
.comments__kma > div {
   transition: all 0.3s ease;
}
.comment-hide {
   transform: translateX(calc(-100% - 100px));
   height: 0;
   min-height: 0;
   margin: 0;
   padding: 0;
   overflow: hidden;
}
.comment-write {
   transition: all 0.3s ease;
   max-height: 100px;
   display: flex;
   align-items: center;
}
.comment-write,
.comments__kma {
   overflow: hidden;
}
.loading {
   font-style: italic;
}
.loading:after {
   content: ".";
   animation: loading 1s ease alternate infinite;
}
.mycomment-info {
   width: 100%;
   max-width: 100%;
}
.mycomment-info__inner {
   background-color: #ebedf0;
   border-radius: 18px;
   line-height: 16px;
   margin-top: 0;
   padding: 0.75rem 12px 1rem;
   position: relative;
}
.textbox {
   width: 100%;
   font-size: 16px;
   box-sizing: border-box;
   margin-bottom: 10px;
   outline: 0;
   border: 0;
}
.error {
   position: relative;
   margin-top: -10px;
   color: red;
   font-size: 13px;
   padding-left: 5px;
   display: none;
}
.sendcomment {
   font-size: 17px;
   cursor: pointer;
   text-decoration: underline;
}
.comments_btns {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.comments_links,
.comments_reposts {
   display: flex;
   align-items: center;
   gap: 16px;
}
.comments_reposts {
   justify-content: center;
}
.comments_links {
   justify-content: space-around;
}
.link_icon {
   font-size: 16px;
   display: flex;
   align-items: center;
   gap: 8px;
   color: #7d7e81 !important;
}
.icon {
   width: 22px;
   height: 22px;
}
.icon__small {
   width: 18px;
   height: 18px;
}
.like-count {
   position: absolute;
   right: 7px;
   bottom: -10px;
   width: 25px;
   background-color: #fff;
   height: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   -webkit-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   -moz-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   cursor: pointer;
}
.liked {
   background-color: #3580ed !important;
}
.close-popup,
.cursor-text {
   cursor: pointer;
   position: absolute;
}
.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.spin-wrapper p {
   text-align: center;
}
.order_block,
.spin-wrapper {
   max-width: 600px !important;
   margin: 20px auto !important;
}
.btn_rulet {
   display: block !important;
   margin: 40px auto !important;
   padding: 20px !important;
   font-size: 20px !important;
   text-decoration: none !important;
   background-color: #de0606 !important;
   text-align: center !important;
   color: #fff !important;
   border-radius: 4px !important;
   border: 0 !important;
   cursor: pointer !important;
}
.rulet_input {
   -webkit-writing-mode: horizontal-tb !important;
   text-rendering: auto !important;
   color: -internal-light-dark(black, #fff) !important;
   letter-spacing: normal !important;
   word-spacing: normal !important;
   text-transform: none !important;
   text-indent: 0 !important;
   text-shadow: none !important;
   text-align: start !important;
   appearance: textfield !important;
   background-color: -internal-light-dark(#fff, #3b3b3b) !important;
   -webkit-rtl-ordering: logical !important;
   cursor: text !important;
   display: block !important;
   margin: 0 auto 20px !important;
   padding: 10px !important;
   width: 90% !important;
   border: 2px solid gray !important;
   border-radius: 5px !important;
   font-size: 18px;
   max-width: 350px;
}
.spin-title {
   font-size: 20px !important;
}
.spin-result-wrapper {
   font-family: Arial, Sans-Serif;
}
.spin-wrapper {
   -webkit-box-shadow: 0 0 10px;
   box-shadow: 0 0 10px;
   border: 3px solid red;
   padding: 20px 10px;
   border-radius: 10px;
   box-sizing: border-box;
}
.spin-wrapper p {
   font-size: 21px !important;
   line-height: 1.4 !important;
   margin-bottom: 15px;
}
.rulet {
   width: 380px !important;
   margin: 0 auto;
   position: relative;
}
.cursor-text,
.rulet-cursor {
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.rulet-cursor {
   position: absolute;
   width: 35% !important;
   height: 35%;
   top: 50%;
}
.cursor-text {
   font-size: 14px;
   z-index: 2;
   display: inline-block;
   width: 45% !important;
   height: 45%;
   line-height: 61px;
   border-radius: 50%;
   vertical-align: middle;
   border: 1px solid #ccc;
   top: 49%;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-box-shadow:
      #fff 0 -2px 0 inset,
      #fff 0 2px 0 inset,
      rgba(0, 0, 0, 0.4) 0 0 5px;
   box-shadow:
      #fff 0 -2px 0 inset,
      #fff 0 2px 0 inset,
      rgba(0, 0, 0, 0.4) 0 0 5px;
   background: #fff;
   background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #eaeaea));
   background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
   background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
   background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
   background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
   background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
}
.rulet-img {
   -webkit-transition: 4s;
   -o-transition: 4s;
   transition: 4s;
}
.close-popup {
   width: 30px;
   background: #ccc;
   height: 30px;
   background-image: url(urn:scrapbook:download:error:https://e.mor.ginseng-new.com/img/cross.svg);
   background-size: 100%;
   top: -40px;
   border-radius: 50%;
   left: -40px;
}
.cursor-text:active {
   -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
   box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.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, 0.6);
}
main {
   display: block;
}
.pop-up-window {
   position: relative;
   max-width: 400px;
   right: 0;
   left: 0;
   top: 30%;
   margin: 0 auto !important;
   background: #fff;
   padding: 70px 10px 20px !important;
   border-radius: 10px;
   animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::after,
.pop-up-window::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.pop-up-window::before {
   width: 110px;
   height: 110px;
   top: -55px;
   background-color: #71c341;
   border-radius: 50%;
   animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
   width: 50px;
   height: 20px;
   top: -20px;
   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 0s;
   animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.pop-up-heading {
   font-size: 40px !important;
   margin-bottom: 20px !important;
}
.pop-up-text {
   margin-bottom: 25px !important;
   font-size: 24px !important;
   line-height: 30px !important;
   text-align: center !important;
   color: #414141 !important;
   font-weight: 400;
}
.pop-up-button,
.pop-up-button:hover {
   color: #fff !important;
   text-decoration: none !important;
}
.pop-up-button {
   text-transform: uppercase !important;
   padding: 10px 20% !important;
   font-size: 20px !important;
   border-radius: 5px !important;
   background-color: #71c341 !important;
   border: 0 !important;
   cursor: pointer !important;
   outline: 0 !important;
}
.rulet img {
   max-width: 100%;
}
.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;
}
.order_form {
   display: block !important;
   margin: 0 auto !important;
   text-align: center !important;
}
.order_block__time {
   font-size: 26px;
   color: red;
   font-weight: 800;
}
.order_block {
   width: 100%;
   text-align: center;
}
.prod_img_wrapper {
   float: none;
   max-width: 100%;
   margin: 15px auto;
   position: relative;
}
.price_main {
   border-bottom: 2px solid #d31812;
   font-size: 24px;
   line-height: 15px;
   margin: 0 auto;
}
.js_old_price {
   display: block;
   margin: 0 auto;
}
.data_label {
   line-height: 30px;
   font-family: Arial, Sans-Serif;
   font-size: 14px;
}
.order__text {
   padding: 5px;
   font-size: 22px;
}
body,
h1,
h2,
p,
ul {
   padding: 0;
}
ul {
   margin: 0;
   list-style: none;
}
body {
   font-size: 18px;
   box-sizing: border-box;
   background-color: #f0f2f5;
   direction: rtl;
}
.main,
body img,
content {
   width: 100%;
}
content {
   display: flex;
   align-items: flex-start;
   justify-content: center;
   overflow-x: hidden;
   padding-bottom: 32px;
}
h1 {
   line-height: 1.2em;
   font-size: 2em;
}
.main {
   max-width: 800px;
   background-color: #fff;
   padding: 20px;
   border-radius: 8px;
   -webkit-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   -moz-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
}
.main p {
   margin: 10px auto 16px;
}
.main a {
   color: #3580ed;
   text-decoration: none;
}
.link:hover,
.main a:hover {
   text-decoration: underline;
}
a:-webkit-any-link {
   color: #3580ed;
}
.blue,
a:visited {
   color: #3580ed;
}
.blue {
   font-weight: 700;
}
.order_block {
   border: 2px dashed #3580ed;
}
.order_btn {
   display: block;
   max-width: 220px;
   width: 100%;
   color: #fff !important;
   font-weight: 700;
   padding: 16px;
   margin-bottom: 24px;
   background-color: #3580ed;
   border-radius: 8px;
}
.sidebar-card,
header {
   -webkit-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   -moz-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
}
.sidebar-card {
   width: 100%;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   background-color: #fff;
   padding: 20px;
   border-radius: 8px;
   gap: 10px;
}
.sidebar {
   width: 200px;
   display: flex;
   flex-direction: column;
   margin-right: 10px;
   padding-right: 40px;
   gap: 10px;
}
header {
   background-image: url(../img/image.jpg);
   background-position: center;
   background-size: cover;
   height: 500px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column-reverse;
}
.author {
   background-color: #fff;
}
.author_info {
   max-width: 1080px;
   display: flex;
   margin: 0 auto;
   align-items: center;
   justify-content: space-between;
   padding: 32px 0;
}
.author_img {
   width: 160px;
   position: relative;
}
.author_img img {
   width: 150px;
   height: auto;
   border: 3px solid #fff;
   border-radius: 90px;
   position: absolute;
   bottom: -40px;
}
.author_name {
   display: flex;
   align-items: center;
   gap: 16px;
}
.author_followers {
   font-size: 14px;
   color: #666;
}
.author_links {
   display: flex;
   align-items: center;
   gap: 10px;
}
.author_links a,
a {
   text-decoration: none;
}
.author_links a {
   display: flex;
   align-items: center;
   gap: 8px;
   background-color: #e4e6eb;
   font-size: 14px;
   line-height: 16px;
   font-weight: 600;
   color: #374d60;
   padding: 10px 12px;
   border-radius: 8px;
}
.message_btn {
   background-color: #3580ed !important;
   color: #fff !important;
}
.main__author_content {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-bottom: 20px;
   line-height: 24px;
}
.main__author_name {
   display: flex;
   align-items: center;
   gap: 16px;
}
html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   box-sizing: border-box;
   font-size: 16px;
}
a {
   background-color: transparent;
   color: inherit;
}
b {
   font-weight: bolder;
}
img {
   border-style: none;
   max-width: 100%;
}
button,
input {
   line-height: 1.15;
   margin: 0;
   outline: 0;
   overflow: visible;
}
.order_form select {
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
}
select::-ms-expand {
   display: none;
}
button {
   text-transform: none;
   -webkit-appearance: button;
}
button::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
button:-moz-focusring {
   outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}
*,
::after,
::before {
   box-sizing: inherit;
}
body,
h1,
h2,
li,
p {
   margin: 0;
}
button,
input {
   color: inherit;
   font: inherit;
   letter-spacing: inherit;
}
body {
   width: 100%;
   min-height: 100vh;
   scroll-behavior: smooth;
   text-rendering: optimizeSpeed;
   line-height: 1.5;
   font-family: Roboto, sans-serif;
   font-weight: 500;
   background: #f5f2e9;
   color: #000;
}
.wrapper {
   max-width: 820px;
   width: 100%;
   margin: 0 auto;
   padding: 0 20px;
}
.promo__title {
   font-weight: 700;
   font-size: 48px;
   line-height: 58px;
   color: #000;
   margin-bottom: 25px;
}
.promo__stats-list {
   padding: 15px 0;
   border-bottom: 1px solid #9c9c9c;
}
.promo__stats-item {
   font-weight: 300;
   font-size: 18px;
   line-height: 21px;
   color: #000;
   display: inline-block;
   margin-left: 15px;
}
.promo__stats-item::before {
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   vertical-align: middle;
}
.promo__stats-item--comments::before,
.promo__stats-item--hurt::before {
   background: url() no-repeat center;
}
.artcile__text,
.artcile__text-big {
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
   color: #000;
   margin-bottom: 15px;
}
.artcile__text-big {
   background:
      url() no-repeat right 30px top 10px,
      #f5f5f5;
   font-size: 24px;
   line-height: 36px;
   border-right: 3px solid #ea4747;
   padding: 50px 30px 10px;
   position: relative;
   margin-bottom: 25px;
}
.article__img {
   margin-bottom: 20px;
}
.link {
   color: red;
   font-weight: bolder;
}
img[height="1"],
img[width="1"] {
   display: none !important;
}
.alert.active {
   opacity: 1 !important;
}
.alert__img {
   display: inline-block !important;
   max-height: 50px !important;
   margin: 0 !important;
   padding: 0 !important;
}
.alert__city,
.alert__count,
.alert__name {
   color: #000 !important;
}
.alert__city,
.alert__count,
.alert__name,
.alert__prod,
.alert__text {
   margin: 0 !important;
   padding: 0 !important;
   font-size: 18px !important;
   text-indent: 0 !important;
   line-height: 1.3 !important;
}
.alert__text {
   font-weight: 400 !important;
   color: #000 !important;
}
.alert__city,
.alert__count,
.alert__name,
.alert__prod {
   display: inline !important;
   font-weight: 700 !important;
}
.alert__prod {
   color: red !important;
}
.alert {
   pointer-events: none !important;
   position: fixed !important;
   top: 15px !important;
   left: 50% !important;
   z-index: 1000 !important;
   display: flex !important;
   align-items: center !important;
   gap: 15px !important;
   width: calc(100% - 60px) !important;
   min-width: 270px !important;
   max-width: 450px !important;
   padding: 10px 20px !important;
   border-radius: 10px !important;
   font-size: 18px !important;
   line-height: 1.3 !important;
   background-color: #fff !important;
   transform: translateX(-50%) !important;
   transition: opacity 0.4s !important;
   opacity: 0 !important;
   box-shadow: 2px 4px 15px rgba(0, 0, 0, 1%) !important;
}
p {
   font-size: 21px !important;
}
.modal {
   direction: ltr;
}
.modal p {
   font-size: 12px !important;
}
@media (min-width: 576px) {
   .alert {
      top: 15px !important;
      right: 10px !important;
      left: auto !important;
      width: 100% !important;
      transform: none !important;
   }
}
@media screen and (max-width: 1095px) {
   content {
      flex-direction: column;
      align-items: center;
   }
   .main {
      width: 90%;
   }
   .sidebar {
      display: none;
      max-width: 840px;
      width: 100%;
      margin: 0 auto;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: top;
      padding-top: 10px;
      padding-right: 0;
      gap: 10px;
   }
   .sidebar-card {
      width: 200px;
   }
   .mob-hid {
      display: none;
   }
   header {
      height: 350px;
   }
   .author_info {
      max-width: 100%;
      flex-direction: column;
      padding: 42px 0 20px;
      gap: 16px;
   }
   .author_img {
      width: 110px;
      position: relative;
   }
   .author_img img {
      width: 110px;
      border: 3px solid #fff;
      border-radius: 90px;
      position: absolute;
      bottom: -10px;
   }
   .author_name {
      flex-direction: column;
   }
   .author_name__container {
      text-align: center;
   }
}
@media (max-width: 767px) {
   .wrapper {
      padding: 0 10px;
   }
   .promo__title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 5px;
   }
   .promo__stats-list {
      padding: 5px 0;
   }
   .promo__stats-item {
      font-size: 14px;
      line-height: 16px;
   }
   .artcile__text {
      font-size: 18px;
      line-height: 25px;
   }
   .artcile__text-big {
      font-size: 22px;
      line-height: 30px;
      padding: 30px 10px 10px;
      background:
         url() no-repeat right 10px top,
         #f5f5f5;
   }
}
@media (max-width: 600px) {
   .form,
   .prod_img_wrapper {
      display: block;
   }
   .prod_img_wrapper {
      float: none;
      margin: 0 auto;
   }
   .form {
      padding-top: 0;
      min-width: auto;
   }
}
@media all and (max-width: 520px) {
   .rulet {
      width: 240px !important;
   }
   .pop-up-heading {
      font-size: 33px !important;
   }
   .pop-up-text {
      margin-bottom: 15px !important;
   }
   .cursor-text {
      line-height: 40px;
      font-size: 9px;
   }
   .close-popup {
      position: absolute;
      width: 30px;
      height: 30px;
      background-size: 100%;
      top: -40px;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 10px #fff;
      box-shadow: 0 0 10px #fff;
      left: -10px;
      cursor: pointer;
   }
}
@media (max-width: 480px) {
   p {
      font-size: 18px !important;
   }
}
@media (max-width: 400px) {
   .order_block__time {
      margin-bottom: 10px;
   }
   .price_main {
      font-size: 18px;
   }
}
