body {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	width: 100%;
	height: 100%;
}
img.icon {
	display: block;
	width: 100%!important;
	height: 50px!important;
	object-fit: scale-down!important;
	margin: 5px 0;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
ul {
	list-style: none!important;
}
.icon-container {
	width: 50px;
	flex: 0 0 50px;
}
.h4 {
	font-size: 20px;
	opacity: 0.8;
}
.progress {
	height: 12px;
}
.progress-bar {
	background: linear-gradient(90deg, #f56d2e, #f5dd2e);
}
.bg-linear {
	background: linear-gradient(90deg, #2b7fff, #00b8db);
	color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0);
}
.bg-linear:hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.btn-prev {
	height: 48px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
	transition: .15s;
	border-radius: 100px;
}
.btn-prev:hover {
	background: #2b7fff;
	color: #fff;
}
.btn-next {
	height: 48px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
	transition: .15s;
	border-radius: 100px;
}
.btn-next:hover {
	background: #2b7fff;
	color: #fff;
}
.round-btn {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 33px;
	cursor: pointer;
}
.kids-minus, .kids-plus {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab .shadow {
	min-height: 550px;
}
.tab-content {
	border: 2px solid #ddd!important;
	cursor: pointer;
}
.tab-content.active {
	border: 2px solid #2b7fff!important;
	background: rgba(43,127,255,0.1);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.tab-5-content[data-val="Да"].active {
	border: 2px solid #00c950!important;
	background: rgba(0,201,80,0.1);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.tab-5-content[data-val="Нет"].active {
	border: 2px solid #ff6900!important;
	background: rgba(255,105,0,0.1);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.tab-content img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.big-img {
	width: 65%;
	height: 330px;
	object-fit: cover;
}
.tab-6 .form-control {
	font-size: 18px;
	box-shadow: none!important;
}
.tab-6 .form-control:active,
.tab-6 .form-control:focus {
	border: 3px solid #2b7fff!important;
}
.tab-2 .slick-dots {
	display: none;
}
.tab-3 .slick-dots {
	display: none;
}
.tab-4-1 .slick-dots {
	display: none;
}
.term {
	display: block;
	width: 100%;
	height: 166px;
}
.slick-btn {
	position: absolute;
	top: 50%;
	margin: -35px 0 0;
	z-index: 1000;
}
.slick-prev-btn {
	left: -10px;
}
.slick-next-btn {
	right: -10px;
}
.slick-dots {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 30px 0 0;
}
.slick-dots li button {
	font-size: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border: none;
	border-radius: 50%;
	padding: 0;
}
.slick-dots li.slick-active button {
	background: #2b7fff;
}
.animated-frame {
	transition: .2s;
}
.animated-frame:hover {
	border: 2px solid rgba(43,127,255,0.5)!important;
	background: rgba(43,127,255,0.05);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.animated-frame.active:hover {
	border: 2px solid rgba(43,127,255,1)!important;
}
.animated-frame .scale-container {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.animated-frame .scale-container img {
	transition: .2s;
}
.animated-frame:hover .scale-container img {
	scale: 105% 105%;
}
.slick-dots li button:before {
	display: none;
}
@media (max-width: 991px) {
	.tab-content img {
		height: 250px;
	}
	.animated-frame .scale-container {
		height: 250px;
	}
	.big-img {
		width: 100%;
		height: 330px;
		object-fit: cover;
	}
	.tab-2 .slick-dots {
		display: flex;
	}
	.tab-3 .slick-dots {
		display: flex;
	}
	.tab-4-1 .slick-dots {
		display: flex;
	}
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.popup-container {
	background: linear-gradient(145deg, #ffffff, #f0f8ff);
	border-radius: 25px;
	padding: 40px 35px;
	max-width: 450px;
	width: 100%;
	text-align: center;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
	animation: popIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popIn {
	from {
		transform: scale(0.8) translateY(30px);
		opacity: 0;
	}
	to {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}

.popup-container::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, 
		transparent 25%, 
		rgba(0, 191, 255, 0.25) 50%, 
		transparent 75%);
	animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
	0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
	100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.wave-decoration {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(90deg, #00bfff, #1e90ff);
	clip-path: polygon(0 40%, 25% 20%, 50% 40%, 75% 10%, 100% 30%, 100% 100%, 0% 100%);
	opacity: 0.8;
}

.success-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: linear-gradient(135deg, #00bfff, #1e90ff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(30, 144, 255, 0.4);
	animation: smoothPulse 3s ease-in-out infinite;
	position: relative;
	z-index: 2;
}

@keyframes smoothPulse {
	0%, 100% { 
		transform: scale(1);
		box-shadow: 0 10px 30px rgba(30, 144, 255, 0.4);
	}
	50% { 
		transform: scale(1.08);
		box-shadow: 0 15px 40px rgba(30, 144, 255, 0.6);
	}
}

@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.05); }
}

.success-icon::before {
	content: '✓';
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.success-icon::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00bfff, #1e90ff);
	opacity: 0.3;
	animation: smoothRipple 3s ease-in-out infinite;
}

@keyframes smoothRipple {
	0%, 100% {
		transform: scale(1);
		opacity: 0.3;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.1;
	}
}

.popup-title {
	font-size: 28px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.popup-message {
	font-size: 18px;
	color: #5a6c7d;
	line-height: 1.6;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}

.home-button {
	background: linear-gradient(135deg, #1e90ff, #00bfff);
	color: white;
	border: none;
	padding: 15px 35px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 8px 25px rgba(30, 144, 255, 0.4);
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.home-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	z-index: -1;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	filter: blur(8px);
	opacity: 0;
}

.home-button:hover {
	transform: translateY(-4px);
	box-shadow: 
		0 12px 35px rgba(30, 144, 255, 0.3),
		0 6px 15px rgba(30, 144, 255, 0.2);
}

.home-button:hover::before {
	opacity: 0.6;
	transform: translateY(8px);
}

.home-button:active {
	transform: translateY(0);
}

.hidden {
	display: none;
}

@media (max-width: 480px) {
	.popup-container {
		padding: 30px 25px;
		margin: 20px;
	}
	
	.popup-title {
		font-size: 24px;
	}
	
	.popup-message {
		font-size: 16px;
	}
	
	.home-button {
		padding: 12px 30px;
		font-size: 16px;
	}
}
