/*
Theme Name: NHC Live
Author: Slava Khripushin
Author URI: https://t.me/chupagraper
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* .section-hero-01__content {
	max-width: 1000px;
}
.section-hero-01__spec {
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
} */

.section-help-01 .container {
	max-width: 840px;
}

.snowflakes {
	width: 100%; height: calc(100svh + 180px);
	position: fixed; top: -90px; left: 0;
}

.snowflakes i, .snowflakes i:after, .snowflakes i:before { background: white; }
.snowflakes i {
	display: inline-block;
	-webkit-animation: snowflakes 3s linear 2s 20;
	-moz-animation: snowflakes 3s linear 2s 20;
	position: relative;
}
.snowflakes i:after, .snowflakes i:before {
	height: 100%;
	width: 100%;
	content: ".";
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(120deg);
}
.snowflakes i:before { -webkit-transform: rotate(240deg); }

@-webkit-keyframes snowflakes {
	0% {
		-webkit-transform: translate3d(0,0,0) rotate(0deg) scale(0.6);
	}
	100% {
		-webkit-transform: translate3d(15px, calc(100svh + 180px), 0px) rotate(360deg) scale(0.6);
	};
}

.snowflakes i:nth-child(3n) {
	width: 16px; height: 4px;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 30;
	-webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n+1) {
	width: 24px; height: 6px;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: 45;
	-webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n+2) {
	width: 32px; height: 8px;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: 60;
	-webkit-transform-origin: right -15px;
}
	
/* different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
  opacity:.3;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+1) {
  opacity:.4;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+2) {
  opacity:.5;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+3) {
  opacity:.6;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+4) {
  opacity:.7;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+5) {
  opacity:.8;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+6) {
  opacity:.9;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-timing-function:ease-in;
}

.section-tariffs-01__item-price span {
	padding: 6px 12px;
}

.section-tariffs-01__item {
	position: relative;
}
.ny-gift {
	position: absolute;
	top: -130px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.ny-gift img {
	width: 118px;
	margin-bottom: -24px;
}
.ny-gift__wrapper {
	background: #04B399;
	border-radius: 99px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.ny-gift__label {
	color: #fff;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.ny-gift__label::after {
	content: '?';
	display: block;
	width: 16px;
	height: 16px;
	background: #077766;
	border-radius: 99px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: 500;
	transition: .3s;
}
.ny-gift__tooltip {
	position: absolute;
	background: #fff;
	padding: 16px;
	border-radius: 10px;
	width: 150px;
	bottom: calc(100% + 8px);
	right: -63px;
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	font-weight: 500;
}
.ny-gift__tooltip p {
	padding-top: 6px;
	border-top: 1px solid #04B399;
	margin-top: 6px;
}
.ny-gift__wrapper:hover .ny-gift__tooltip {
	opacity: 1;
	pointer-events: auto;
}
.ny-gift__wrapper:hover {
	background: #077766;
}
.ny-gift__wrapper:hover .ny-gift__label::after {
	background: #04B399;
}

.popup-info {
	display: none;
	max-width: 380px;
	padding: 32px;
	background: #fff;
	border-radius: 20px;
}
.popup-info__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}
.popup-info__content b {
	font-size: 26px;
	font-weight: 700;
	color: #04B399;
	line-height: 1.1;
}
.popup-info__content span {
	font-size: 14px;
	border-radius: 99px;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	background: #04B399;
	margin-bottom: 12px;
	padding: 6px 16px;
}
.popup-info__content p {
	line-height: 1.3;
	font-weight: 500;
	font-size: 14px;
}
.fancybox__backdrop {
	backdrop-filter: blur(12px);
}
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.6);
}

/* @media (min-width: 1024px) {
	#programs .section-tariffs-01__grid {
		max-width: 844px;
	}
	#programs .section-tariffs-01__item {
		width: calc((100% - 40px) / 2);
	}
} */
@media (min-width: 1024px) {
	.ny-last {
		margin-top: 130px;
	}
}