*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  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: 46px;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  margin-top: 65px;
  max-width: 800px;
  text-align: center;
}

.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 {
  background-color: #FFD7AD;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 3px solid #FFB186;
}

.form-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}

.form img {
  width: 100%;
  max-width: 160px;
  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;
  }

  /* .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: 28px;
  }

  /* .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: 9999999999999999999999999999999999999999999;
  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: 64px;
  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;
}

.order-btn {
  background-color: #FF0000;
  color: #000000;
  font-size: 24px;
  padding: 15px;
  border-radius: 40px;
  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 {
  color: #000000;
  z-index: 999999999999999;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25)
}

.header-container {
  color: #000000;
  background-color: #ffffff;
  z-index: 1099999;
  /* position: fixed; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  /* max-width: 700px; */
  width: 100%;
  padding: 20px 15px
}

.header-bottom h1 {
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem
}

.red-header {
  color: #000000;
  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 {
  background-color: #2a2a2a;

}

.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  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 {
  flex-direction: column;
  display: flex;
  gap: 1rem;
  text-align: start;
}

.footer-one-element h3 {
  font-size: 21px;
  color: #fff
}

.desk-hide {
  display: none;
}

.footer-one-element span {
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-one-element span svg {
  fill: #ad88c7;
  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: .1
}

.date-styles {
  color: #4c8ae0;
  font-size: .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: .3
}

.div__popup-form {
  z-index: 1000000
}

.logo {
  height: 25px;
  min-width: 50px;
}

.logo-text {
  height: 25px;
  min-width: 95px;
}

.header-nav-element {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.header-one-element::-webkit-scrollbar {
  display: none;
}

.nav {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  height: 100%;
  align-items: center;
}

.nav a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: gray;
}

.bell {
  width: 25px;
  height: 25px;
}

.header-one-element {
  display: flex;
  align-items: center;
  gap: 20px;
}


.burger-menu {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 24px;
}

.line {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgb(0, 0, 0);
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}

.line1 {
  top: 0;
}

.line2 {
  top: calc(50% - 2px);
}

.line3 {
  bottom: 0;
}

/* Анимация открытия меню */
.burger-menu.opened .line1 {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.burger-menu.opened .line2 {
  opacity: 0;
}

.burger-menu.opened .line3 {
  transform: rotate(45deg);
  bottom: calc(50% - 2px);
}

.bold {
  font-weight: bold;
  color: #ffffff;
}

.reverseBlock {
  margin: 20px 0;
  gap: 15px;
  display: flex;
  flex-direction: column-reverse;
}

/* @media (max-width:768px) {
  .reverseBlock {
    flex-direction: column;
  }

} */

.links {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
}

.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-gift {
  text-align: center;
  text-transform: uppercase;
}

.huita {
  color: #ffffffc3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-many-elements {
  min-width: 100px;
}







.footer-many-elements {
  display: grid;
  gap: 10px;
}

/* Мобильная версия */
@media screen and (max-width: 768px) {
  .footer-many-elements {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-one-element a {
    font-size: 10px;
  }

  .hide-mobile {
    display: none;
  }

  .desk-hide {
    display: flex;
  }
}

/* Планшетная версия */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-many-elements {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Десктопная версия */
@media screen and (min-width: 1025px) {
  .footer-many-elements {
    grid-template-columns: repeat(3, 1fr);
  }
}


.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.huyuter {
  font-size: 12px;
  color: #000000;
  /* background-color: #ad88c7; */
  width: fit-content;
}


.brands {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.brands a svg {
  width: 200px;
  height: 20px;
  color: #818181;
}


.footer-many-elements1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.header-nav-element2 {
  position: sticky;
  top: 64px;
  left: 0px;
  z-index: 9999999999999;
  background: #ffffff;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  padding-bottom: 10px;
  /* font-weight: bold; */
}

.header-nav-element2 li {
  font-weight: bold;
}

@media (max-width:480px) {

  .brands a svg {
    width: 100px;

  }

}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.vk-avatar img {
  margin-bottom: 0;
}

.w_collection_items img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.vk-comment-name {
  color: #a40000;
  font-weight: 700;
  font-size: 14px;
  margin-left: 59px;
}

.vk-comment-text {
  margin-left: 70px;
  margin-top: 10px;
}

.vk-comment-text p {
  margin-bottom: 0;
}

.w_collection_items p,
.w_collection_title {
  color: #000 !important;
}

.w_collection_items p {
  font-size: 18px;
  line-height: 1.4;
}

.w_block p {
  font-family: "PT Sans", serif;
  padding: 0;
  margin: 0 0 20px;
}

#commentForm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  margin-bottom: 20px;
  /* max-width: 600px; */
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
}

#commentForm {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  margin-bottom: 20px;
  /* max-width: 600px; */
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
}

#commentForm .form__avatar {
  position: relative;
  display: flex;
  background-color: #fff;
  background: url(./userpic.png) no-repeat center center / cover;
  /* путь к дефолтной картинке юзера */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

#commentForm .form__avatar img {
  width: 100%;
  max-width: 100%;
}

#commentForm .form__avatar::before {
  position: absolute;
  content: "Select";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

#commentForm .form__avatar--loaded::before {
  display: none;
}

#commentForm label {
  color: #fff;
}

#inputCommentName {
  margin-bottom: 10px;
}

#commentForm input,
#commentForm textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  resize: none;
}

#commentForm input:focus,
#commentForm textarea:focus {
  outline: none;
}

#commentForm .form__inputs {
  position: relative;
  width: 100%;
  margin-right: 50px;
}

#commentPush {
  /* position: absolute; */
  /* height: 40px; */
  background-color: #0866ff;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  margin: 15px 0px 0px 0px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}

#commentPush img {
  width: 30px;
}

.form__item {
  /* width: 100%; */
  margin-right: 10px;
  color: snow;
  border-radius: 50%;
}

.form__label {
  font-size: 12px;
}

.file {
  width: 100%;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.file__item {
  position: relative;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

.file__button {
  display: inline-flex;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #bf0909;
  color: whitesmoke;
  border-radius: 5px;
  padding: 0px 20px;
}

.file__preview {
  display: inline-block;
  max-width: 100px;
  padding: 10px 0px 0px 0px;
}

.file__preview img {
  max-width: 100%;
}

.error {
  outline: 3px solid #a12000;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn__order {
  display: block;
  padding: 15px 25px;
  text-align: center;
  background: linear-gradient(90deg, #041e37 0, rgba(9, 70, 121, 1) 35%, #5181b0 100%);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: rgba(9, 70, 121, 1);
}

.ac_footer a {
  color: rgba(9, 70, 121, 1);
}

.ac_footer p {
  text-align: center;
}

@media (max-width: 480px) {
  #commentForm {
    justify-content: center;
    padding: 0;
  }

  #commentForm .form__avatar {
    width: 60px;
    height: 60px;
  }

  #commentForm .form__avatar::before {
    font-size: 10px;
  }

  #commentForm input,
  #commentForm textarea {
    border-width: 1px;
    padding: 10px 45px 10px 15px;
    border-radius: 5px;
    font-size: 14px;
  }

  #commentPush {
    padding: 5px;
    /* width: 45px; */
    right: 0;
  }

  #commentForm .form__inputs {
    margin: 0;
  }
}