*,
*::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;
}
body::before{
	background-image:url("https://static.bookifya.com/assets/images/v772/loading-page-transition.gif");
}
.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.container-title {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-comments {
	padding-top: 40px;
}

.core-title {
	font-size: 45px;
	text-transform: uppercase;
	/* margin-bottom: 20px; */
	margin: 0 auto;

	text-align: center;
	line-height: 45px;
	max-width: 700px;
	margin-bottom: 35px;
}

.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%;
	}
}

.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: 240px;
	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;
	}
}

.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: 100%;
}

.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: 34px;
		line-height: 40px;
	}

	.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;
	}
}

@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: 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;
}


.section-video {
	max-width: 1300px;
	margin: 0 auto;
}

@font-face {
	font-family: PublicoTxt;
	src: url(../assets/PublicoTextWebRegular.ttf);
	font-weight: normal;
	font-style: normal;
}

.section-nbc-video {
	background: #000;
	font-family: PublicoTxt;
	padding-top: 100px;
}


@media (max-width: 768px) {
	.section-nbc-video {
		padding-top: 70px;
	}
}

.section-nbc-info {
	background: #000;
}

.section-nbc-info {
	padding: 20px
}

.video-heading {
	display: grid;
	gap: 5px;
	max-width: 1300px;
  	margin: 0 auto;
}

.tag {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.nbc-tag {
	color: #fff;
	font-size: 25px;
	margin-bottom: 12px;
}

.info__icons {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

.info__icon {
	width: 16px;
	height: 16px;
}

.info_description {
	color: #ccc;
	font-size: 18px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-\[15px\] {
	margin-bottom: 15px;
}

.info-date {
	color: #999;
	font-size: 12px;
}

.red {
  color: red;
}

.container-title {
  padding: 0;
}

#mvt-container {
  padding: 0 20px;
}

a {
  pointer-events: none !important;
}

.order-btn {
  pointer-events: auto !important;
}

.core-title {
  margin-bottom: 15px;
}

#appComments.template-default .p12 {
  padding: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.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);
  }
}

.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;
}

.date-styles {
  color: #4c8ae0;
  font-size: 0.9rem;
  margin-left: 8px;
}

@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;
}

.info-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #565656;
  margin-bottom: 25px;
}

.info-video__clip {
  border: 1px solid #565656;
  padding: 2px 3px;
  border-radius: 4px;
  text-transform: uppercase;
}

.info-video__icon {
  width: 30px;
  height: 30px;
  background-color: #131313;
  padding: 6px;
  border-radius: 50%;
}

.react-coment {
  cursor: unset !important;
}

.react-coment:hover {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .form img {
	width: 100%;
	max-width: 160px !important;
  }
}

@media (max-width: 500px) {
  .info-video {
	font-size: 0.9rem;
  }

  .info-video__clip {
	padding: 2px;
  }

  .info-video__icon {
	width: 24px;
	height: 24px;
	background-color: #131313;
	padding: 4px;
	border-radius: 50%;
  }

  .order-gift {
	text-align: center;
  }
}

@media (max-width: 430px) {
  .price-wrap {
	margin-bottom: 15px;
  }
}

@media (max-width: 370px) {
  .info-video {
	font-size: 0.8rem;
  }
}

@media (max-width: 370px) {
  .info-video {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
  }
}

.semi-title {
  font-size: 28px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  .semi-title {
	font-size: 32px;
  }
}

@media (max-width: 500px) {
  .semi-title {
	font-size: 22px;
  }
}

.order-wrap {
  width: fit-content;
  z-index: 1;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.order {
  width: 100%;
  position: relative;
  background: #2c3874;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 10px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.images-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}

.images-form img {
  width: 100%;
}

.order-head {
  width: 100%;
  /* background-image: url(../images/form-triangle.svg); */
  background-size: 390px;
  background-position: bottom center;
  height: 138px;
  position: relative;
  border-radius: 1rem;
}

.discount-wrap {
  position: absolute;
  top: -39px;
  right: 25px;
  width: 105px;
  height: 105px;
  background-image: url(./discount.png);
  background-size: cover;
  background-position: center;
}

.discount-wrap p {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 33px;
}

.discount-wrap span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  letter-spacing: 0.005em;
}

.order-wrap .order-white-wrap {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  width: 326px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
}

.order-wrap .order-white-wrap svg {
  width: 45px;
  height: 30px;
  margin-right: 20px;
}

.order-wrap .order-white-wrap svg:last-child {
  margin-right: 0;
}

.order .price {
  border-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 138px;
  position: relative;
}

.order .price__old {
  color: #fff;
  z-index: 10;
  font-size: 0;
  opacity: 0.3;
  position: absolute;
  left: 30px;
  top: 14px;
  font-family: Arial, sans-serif;
}

.order .price__old-cost,
.order .price__old-currency {
  font-size: 37px;
  line-height: 49px;
  text-decoration: line-through;
}

.order .price__new {
  color: #fff;
  font-weight: 700;
  font-family: Lato, sans-serif;
}

.order .price__new-cost {
  font-size: 60px;
}

.order .price__new-currency {
  font-size: 55px;
}

.order__title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

.order .form {
  padding: 15px 22px 50px;
  position: relative;
}

.button,
.input-wrapper,
.order .form .input-wrapper {
  position: relative;
}

.order .form::before {
  left: 0;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.order .form .al-country,
.order .form .input-wrapper .form__chec-input,
.order .form .input-wrapper label {
  display: none;
}

.order .form__input {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #606060;
  display: block;
  height: 55px;
  margin-bottom: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

.order .form__submit {
  margin-top: 20px;
  border: 2px solid #fff;
  position: relative;
  width: 320px !important;
  height: 65px;
  background: linear-gradient(180deg, #ff031e 0, #ff5265 100%);
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}

.order .form__submit:hover {
  background: linear-gradient(180deg, #df0018 0, #9e0011 100%);
}

.time-block {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.time-title {
  margin: 0 auto;
  padding: 0 0 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: inherit;
}

.time-remain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.time-remain-items {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  z-index: 1;
  border-radius: 5px;
}

.hour,
.minutes,
.seconds {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.time-dots {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: inherit;
}

#order-form1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
}

#order-form2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
}

.div-section-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 720px) {
  .div-section-form {
	flex-direction: column-reverse;
	gap: 3rem;
  }
}

.order .price__new-cost {
  font-weight: 500;
}

.popup-form .div-section-form {
  max-width: 350px;
}

.order-prod-img-wrapper {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.order-prod-img-wrapper .prod-img {
  width: 100%;
  max-width: 260px;
}

.form-free {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

.order__list {
  color: #fff;
  padding-left: 30px;
}

.order__list li {
  margin-bottom: 10px;
  list-style: disc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.button .form__submit {
  text-shadow: 1px 1px 0 #000;
}

.order__conditions_item {
  font-weight: 600;
}

.order__conditions {
  margin-top: 20px;
}

.redirect {
  pointer-events: visible !important;
}

.info_description {
  font-size: 18px;
}
