.page__body {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  font-weight: normal;
  color: #2f2f2f;
  font-size: 14px;
  font-family: Helvetica-FF, Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
}

/* Общие стили */

/* Хедер */

/* Метки */

/* Контейнер */

/* Мейн */
.main {
  width: 100%;
  padding: 0 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Блок с товаром */

.price {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 10px;
  right: 0;
  /* background-image: url(../offer_box_price.png); */
  object-fit: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

/* Футер */

main {
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #385a97;
}

/*.prod-bl-2 img{
    margin-left: 10px;
    width: 176px;
}*/

.price span {
  font-size: 44px;
  padding-left: 0px;
  padding-top: 0;
  color: #000;
  /* text-shadow: 1px 1px black; */
}

/* Форма */

.reviews-container {
  max-width: 700px;
  margin: 0 auto;
}

.review {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-header h4 {
  margin: 0;
}

.review-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  color: inherit;
}

body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.none {
  display: none;
}

.wrap-prod-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
}

.div__popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.9);

  justify-content: center;
  align-items: center;
  z-index: 1000000;
  cursor: pointer;
}

.popup-wrapper {
  padding: 10%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes animPopupForm {
  0% {
    transform: translateY(-500%);
  }

  100% {
    transform: translateY(0%);
  }
}

.popup-form {
  background-color: white;
  overflow: auto;
  width: 90%;
  max-width: 500px;
  max-height: 90%;
  cursor: default;
  animation: animPopupForm 0.5s ease forwards;
}

#vid_674442eb3c99d8000b12aa00 {
  /* max-width: 900px; */
}

.main {
  /* min-width: 900px; */
  width: 100%;
  padding: 0 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.reviews-container {
  max-width: 700px;
  margin: 0 auto;
}

.review {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.date-title {
  display: flex;
  gap: 15px;
}

.comment-title {
  font-size: 24px;
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: center;
}

.logo-wrap {
  font-size: 24px;
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: center;
}

.logo-wrap img {
  width: 300px;
}

.video-wrapper {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 100%;
}

.BzG2e {
  gap: 20px;
  padding: 40px 0;
  max-width: 1300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-direction: column;

  padding: 40px 0;
  max-width: 1300px;
  display: flex;
  justify-content: space-around;

  width: 100%;
}

._2457c {
  display: flex;
  gap: 15px;
}

._3SnoE {
  display: flex;
  gap: 15px;
}

.ytY_P {
  color: #181818;
  display: flex;
  gap: 15px;
  align-items: center;
}

._2B08t {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ececec;
}

@media (min-width: 1024px) {
  ._2B08t > * {
    flex: 0 1 33%;
  }
}

._3iad8 p {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  display: flex;
  flex-direction: row;
  color: black;
  gap: 10px;
  align-items: center;
}

@media (min-width: 1024px) {
  ._1m79I {
    padding: 1.5rem 0 3rem;
  }
}

@media (min-width: 768px) {
  ._1m79I {
    padding: 1.5rem 10px 3rem;
  }
}

._1m79I {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  ._2PQhr,
  .kCrh4 {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

._2SPez.vrCpl {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
  color: #181818;
}

@media (min-width: 1024px) {
  ._1Yee4 {
    text-align: right;
  }
}

@media (min-width: 768px) {
  ._2SPez {
    text-align: left;
  }
}

._2SPez {
  margin-bottom: 0.6875rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: start;
  text-transform: uppercase;
}

.uvs-font-a-black,
.uvs-font-a-bold {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  ._1xh8d {
    padding: 0;
  }
}

._1xh8d {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.PByOJ._2rQ5i {
  line-height: 40px;
  color: #181818;
  gap: 10px;
  border-color: #d2d2d2;
}

@media (min-width: 1024px) {
  ._2piZ8,
  .PByOJ {
    justify-content: flex-end;
    margin-bottom: 0;
    column-count: 1;
  }
}

._2piZ8,
.PByOJ {
  width: 100%;
  column-count: 2;
}

@media (min-width: 1024px) {
  .PByOJ,
  .PByOJ:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .PByOJ {
    padding-bottom: 0;
  }
}

.PByOJ {
  padding-bottom: 1.5rem;
}

._1CDop {
  border-top: 2px solid #3a3a3a;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

._2pqF8._7obux {
  color: #333;
  background-color: #fff;
}

@media (min-width: 1024px) {
  ._2pqF8 {
    text-align: right;
  }
}

@media (min-width: 768px) {
  ._2pqF8 {
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}

._2pqF8 {
  padding: 0.5rem 0;
  color: #ececec;
  font-size: 0.8125rem;
  line-height: 1.9375rem;
  text-align: center;
  background-color: #333;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

._3ojxO a {
  text-decoration: none;
  color: #181818;
}

._3ojxO p {
  height: 55px;
}

@media (min-width: 480px) {
  .uvs-container {
    /* max-width: 100%; */
  }
}

@media (min-width: 1400px) {
  .uvs-container {
    max-width: 1300px;
  }
}

h2 {
  text-align: center;
  font-size: 20px;
}

._35OyY {
  width: 30%;
  display: flex;
  gap: 15px;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: flex-start;
}

.wiget-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px auto;
}

.wiget-container .logo-wrapper {
  width: 50px;
}

.wiget-container .logo-wrapper img {
  width: 50px;
  height: auto;
}

.wget-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: #df0002;
  animation: colorChange 1s infinite;
}

@keyframes colorChange {
  0% {
    color: #df0002;
  }
  50% {
    color: #000000;
  }
  100% {
    color: #df0002;
  }
}

#news {
  text-decoration: underline;
}

@media screen and (max-width: 430px) {
  .wiget-container .logo-wrapper {
    width: 30px;
  }

  .wiget-container .logo-wrapper img {
    width: 30px;
    height: auto;
  }

  .wget-text {
    font-size: 1.1rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  color: inherit;
}

body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

/* .header {
   display: flex;
   justify-content: center;
   max-width: 800px;
   margin: 0 auto;
} */

.core-title {
  font-size: 45px;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  margin-top: 20px;
  max-width: 820px;
  text-align: center;
  line-height: 45px;
}

.div-video {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.video {
  max-width: 900px;
  width: 100%;
  cursor: pointer;
}

.full-video {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: -4%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0.7);
}

.close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 40px;
}

.close div {
  font-size: 52px;
  color: white;
  cursor: pointer;
}

.close div:hover {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.relative {
  position: relative;
}

.notification {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.notification div {
  background-color: rgba(49, 202, 79, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  border: 1px solid white;
}

.notification img {
  width: 70px;
}

@media (max-width: 390px) {
  .notification div {
    width: 100%;
  }
}

.subheader-read-time {
  background-image: url(../images/clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  padding-left: 25px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 4px solid lightblue;
}

.form-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.form img {
  width: 100%;
  max-width: 200px;
  margin: 20px 0;
}

.form-price {
  font-size: 24px;
  margin-bottom: 20px;
}

.form-text {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(113, 113, 113);
}

input {
  font-size: 18px;
  padding: 4px 10px;
  border: 1px solid rgba(53, 130, 237, 0.5);
  margin-bottom: 20px;
  width: 60%;
  outline: none;
}

.btn-submit {
  background-color: #3580ed;
  color: white;
  border: none;
  width: 50%;
  padding: 15px 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.4s ease;
}

@media (hover: hover) {
  .btn-submit:hover {
    transform: scale(0.9);
    transition: 0.4s ease;
  }
}

.banner-chanels {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  padding: 10px;
  margin-bottom: 10px;
}

.banner-chanels p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-chanels div {
  display: flex;
  gap: 20px;
}

.banner-chanels img {
  width: 100%;
  max-width: 320px;
  /* height: fit-content; */
  height: 100%;
}

.all-coments {
  border: 1px solid rgb(187, 187, 187);
}

.text-all-coments {
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}

.place-coment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coment {
  margin-top: 10px;
  display: flex;
  width: 95%;
  margin-bottom: 20px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
}

.ava-coment {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  padding: 10px 10px;
}

.name-coment {
  color: #365899;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}

.info-coment {
  width: 90%;
}

.text-coment {
  font-size: 16px;
  padding: 10px;
  border-radius: 20px;
  background-color: #eaebef;
  width: 100%;
}

.all-buttons-coment {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-react-coment {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 10px;
  color: #365899;
}

.btn-react-coment p:last-child {
  color: rgb(105, 105, 105);
}

.react-coment {
  cursor: pointer;
}

.react-coment:hover {
  text-decoration: underline;
}

.btn-like-coment {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px 1px rgba(1, 1, 1, 0.3);
  border-radius: 100px;
  padding: 2px 5px;
}

@media (max-width: 900px) {
  .core-title {
    font-size: 38px;
    line-height: 40px;
  }

  /* .banner-chanels img {
      width: 90px;
   } */

  .banner-chanels p {
    font-size: 20px;
    text-align: center;
  }

  .text-coment {
    font-size: 16px;
    padding: 30px 10px;
    border-radius: 30px;
    background-color: #eaebef;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .core-title {
    font-size: 27px;
    line-height: 31px;
  }

  /* .banner-chanels img {
      width: 50px;
   } */
}

@media (max-width: 390px) {
  .all-buttons-coment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.animate-show {
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(20px);
}

.input-container {
  position: relative;
  width: 60%;
}

.input-container input {
  width: 100%;
}

.input-container input[name="phone"] {
  padding-left: 35px;
  /* Добавляем отступ слева для изображения */
}

.input-container img {
  width: 25px;
  position: absolute;
  left: 5px;
  top: -5px;
  transform: translateY(-50%);
}

.div__popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: pointer;
}

@keyframes animPopupForm {
  0% {
    transform: translateY(-500%);
  }

  100% {
    transform: translateY(0%);
  }
}

.popup-form {
  background-color: white;
  overflow: auto;
  width: 90%;
  max-width: 500px;
  max-height: 90%;
  cursor: default;
  animation: animPopupForm 0.5s ease forwards;
}

.popup-form .form-title,
.popup-form .img-form_cert,
.popup-form .footer-title_form,
.popup-form .termina-form,
.popup-form .timer,
.popup-form .form-text {
  display: none;
}

.popup-form .btn-submit {
  margin: 0;
}

.popup-form .prod-form-img {
  margin-top: 0px;
}

.popup-form .div-img-form_cert {
  margin: 0;
  display: none;
}

.popup-form__btn-close {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 1;
  font-size: 48px;
  cursor: pointer;
  color: rgb(172, 172, 172);
  transition: 0.3s ease;
  line-height: 1px;
}

.popup-form__btn-close:hover {
  transform: scale(0.9);
  transition: 0.3s ease;
}

.div-section-form {
  margin: 20px auto;
  width: 100%;
}

.popup-form .div-section-form {
  margin: 0px auto;
  width: 100%;
}

.none {
  display: none;
}

.wrap-prod-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.reviews-container {
  max-width: 700px;
  margin: 0 auto;
}

.review {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-header h4 {
  margin: 0;
}

.review-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.smartplayer-mobile-container {
  max-width: 700px !important;
}

   .core-title {
        margin-bottom: 1.5rem;
    }
    .order-btn {
      background-color: orange;
      color: #fff;
      font-size: 24px;
      padding: 15px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 20px;
      text-align: center;
    }

    .price-container {
      display: inline-block;
      position: relative;
      padding: 20px;
    }

    .price {
      font-size: 40px;
      font-weight: 700;
      z-index: 1;
      position: relative;
    }

    .circle-svg {
      position: absolute;
      top: -26px;
      left: -27px;
      width: 123px;
      height: 99px;
      transform: rotate(-90deg);
    }

    .circle {
      fill: none;
      stroke: green;
      stroke-width: 2;
      stroke-dasharray: 282.743;
      stroke-dashoffset: 282.743;
      animation: draw-circle 2s linear infinite;
    }

    @keyframes draw-circle {
      to {
        stroke-dashoffset: 0;
      }
    }

    .price-old {
      font-size: 40px;
    }

    .price-old::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 3px;
      background: red;
      transform: scaleX(0);
      transform-origin: left;
      animation: strikethrough 2s linear infinite;
    }

    @keyframes strikethrough {
      0% {
        transform: scaleX(0);
      }

      50% {
        transform: scaleX(1);
      }

      100% {
        transform: scaleX(1);
      }
    }

    .header {
      display: flex;
      justify-content: center;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    }

    .header-container {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 10px;
      max-width: 700px;
      width: 100%;
      padding: 10px 15px;
    }

    .header-bottom h1 {
      text-align: center;
      text-transform: uppercase;
      font-size: 1.8rem;
    }

    .red-header {
      color: #fff;
      background-color: #c00;
    }

    .header__menu-icon-svg {
      height: 24px;
      width: 24px;
      fill: #0c0c0c;
    }

    .brand-logo__icon {
      width: 46px;
      height: 22px;
      fill: #c00;
    }

    .brand-logo__theme {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #0c0c0c;
      margin-left: -8px;
    }

    .footer-container {
      margin: 0 auto;
      padding: 20px;
      background-color: #0c0c0c;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
    }

    .footer-many-elements {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: 10px;
      text-align: center;
    }

    .footer-links {
      display: flex;
      gap: 1rem;
    }

    .footer-one-element h3 {
      font-size: 21px;
      color: #fff;
    }

    .footer-one-element a {
      color: #fff;
    }

    .footer-one-element a svg {
      fill: #fff;
      width: 24px;
      height: 24px;
    }

    .footer-one-element .brand-logo__logo {
      display: flex;
      width: 40px;
      height: 40px;
      background-color: #c00;
      align-items: center;
      justify-content: center;
    }

    .footer-one-element .brand-logo__logo svg {
      fill: #fff;
      width: 30px;
      height: 22px;
    }

    .footer-container hr {
      width: 100%;
      opacity: 0.1;
    }

    .date-styles {
      color: #4c8ae0;
      font-size: 0.9rem;
      margin-left: 8px;
    }

    .subheader-container {
      padding: 10px;
      color: #818181;
    }

    .subvideo-banner {
      background-color: #0c0c0c;
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 1rem 0;
    }

    .price span {
      padding-right: 50px;
    }

    @media screen and (max-width: 430px) {
      .price-container {
        padding: 0;
      }

      .price-old {
        font-size: 30px;
      }
    }

    .section-comments hr {
      margin: 0 0 20px 0;
      opacity: 0.3;
    }

    .div__popup-form {
      z-index: 1000000;
    }

    .order-gift {
      text-align: center;
    }