*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  /* color: inherit */
}

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px
}

.header {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto
}

.core-title {
  max-width: 800px;
  font-size: 46px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  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
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 4px dotted blue
}

.form-title {
  margin-top: 0;
  margin-bottom: 15px
}

.form img {
  margin: 0 0 15px;
  width: 100%;
  max-width: 400px
}

.form-price {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
}

.form-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(113, 113, 113)
}

input {
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid rgba(53, 130, 237, 0.5);
  margin-bottom: 20px;
  width: 100%;
  max-width: 320px;
  outline: none
}

.btn-submit {
  background-color: #3580ed;
  color: white;
  border: none;
  width: 100%;
  max-width: 320px;
  padding: 15px 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s ease
}

@media (hover:hover) {
  .btn-submit:hover {
    transform: scale(0.98);
    transition: 0.4s ease
  }
}

.banner-chanels {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  margin-bottom: 15px
}

.banner-chanels p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px
}

.banner-chanels div {
  display: flex;
  gap: 15px
}

.banner-chanels img {
  width: 100%;
  max-width: 110px
}

.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: 5px 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: 100px;
  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: 36px
  }

  .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;
}

.input-container input {
  width: 100%
}

.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: 1000;
  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: 0 auto 20px;
  width: 100%
}

.prod-form-img {
  max-height: 300px
}

.none {
  display: none
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.headimg {
  max-width: 100%
}

.bg-whitee {
  background-color: #f7f5f5;
  max-width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px
}

.video {
  max-width: 1120px;
  margin-top: 30px
}

.smartplayer-content {
  border: 1px solid #000000 !important
}

.fb-comments {
  /* border: 1px solid #e9ebee; */
  border-radius: 3px;
  padding: 0;
  padding-bottom: 15px;
  margin: auto;
  position: relative;
  color: #4267b2
}

.fb-comments-header {
  padding: 15px 0;
  border-bottom: 1px solid #e9ebee;
  font-size: 20px;
}

.fb-comments-header span {
  font-weight: 700;
  color: #333;
}

.fb-comments-comment {
  border: none;
  padding: 0;
  margin: 15px 0;
  width: 100%;
  border-collapse: collapse;
}

.fb-comments-comment tr:nth-child(1) td:nth-child(2) {
  padding-bottom: 5px;
  display: block;
}

.fb-comments-reply-wrapper {
  margin-left: 60px;
  border-left: 1px dotted #e9ebee;
  padding-left: 5px
}

tr,
td {
  border: none;
  margin: 0
}

td {
  /* padding: 2.5px */
}

tr {
  /* padding: 2.5px 0 */
}

.fb-comments-comment-img {
  vertical-align: top;
  width: 48px;
  padding-right: 5px
}

.fb-comments-comment-img img {
  max-width: 48px;
  border-radius: 25px
}

.fb-comments-comment-name {
  /* font-size: 0.85em */
}

.fb-comments-comment-name .name {
  color: #365899;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.fb-comments-comment-name .name:hover {
  text-decoration: underline
}

.fb-comments-comment-text {
  margin-bottom: 10px;
  display: block;
  /* font-size: 0.9em; */
  color: #333;
  border-radius: 21px;
  background-color: #eaebef;
  padding: 10px 15px
}

.fb-comments-comment-actions .like,
.fb-comments-comment-actions .reply {
  /* font-size: 0.75em; */
  color: #4267b2;
  text-decoration: none;
  cursor: pointer;
  cursor: hand
}

.fb-comments-comment-actions span {
  line-height: 1.4;
}

.fb-comments-comment-actions .like.liked {
  color: #90949c
}

.fb-comments-comment-actions .like:hover,
.fb-comments-comment-actions .reply:hover {
  text-decoration: underline
}

.fb-comments-comment-actions .likes {
  font-size: 14px;
  background: url(../images/0.png);
  background-repeat: no-repeat;
  padding-left: 43px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-top: -16px;
  float: right;
  background-color: #fff;
  border: solid #eaebef;
  border-radius: 19px;
  line-height: 1.3;
  user-select: none;
  cursor: pointer;
}

.fb-comments-comment-actions .liked {
  font-weight: 700;
}

.fb-comments-comment-actions .date {
  padding-right: 5px;
  /* font-size: 0.75em; */
  color: #90949c;
  text-decoration: none;
  cursor: pointer;
  cursor: hand
}

.fb-comments-comment-actions .date:hover {
  text-decoration: underline
}

.fb-comments-loadmore {
  background: #4080ff;
  border: 1px solid #4080ff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 0.875em;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer
}

.fb-reply-input {
  border: 1px solid lightgrey;
  border-radius: 3px;
  width: 100%;
  padding: 5px 7.5px;
  font-size: 0.75em;
  color: #000;
  outline: none
}

tbody {
  width: 100%;
  display: block;
}

.fb-reply-input:hover,
.fb-reply-button:hover {
  outline: none
}

.fb-reply-button {
  background: #4080ff;
  border: 1px solid #4080ff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 7.5px;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
  outline: none
}

.fb-comments-comment-name .name {
  text-decoration: none;
  cursor: inherit
}

.fb-comments-comment-name .name:hover {
  text-decoration: inherit
}

.fb-comments-comment-actions .date:hover {
  text-decoration: inherit;
  cursor: inherit
}

img {
  max-width: 100%;
  /* object-fit: contain !important */
  display: inline-block;
}

.fb-comments-comment-actions {
  font-size: 16px;
}

.bel-footer-block {
  outline: none !important;
}

.notification div {
  text-align: center
}

@media (max-width:767px) {
  body {
    font-size: 16px;
  }
}

@media (max-width:500px) {
  .notification div {
    width: 100%
  }
}

.form {
  text-align: center
}

@media (max-width:500px) {
  .banner-chanels img {
    width: 90px !important
  }

  .banner-chanels div {
    flex-wrap: wrap;
    justify-content: center
  }
}

.fb-comments-wrapper {
  display: none
}

@media (max-width:479px) {
  .core-title {
    font-size: 22px;
  }

  .fb-comments {
    padding: 0 0 15px;
  }

  .fb-comments,
  .fb-comments-header {
    border: 0;
  }

  .fb-comments-header {
    padding: 0;
  }
}