body {
	height: 100%;
}

.see-video{
	text-align: left;
	line-height: 1.4;
	display: flex;
	position: relative;
	top: 50px;
}

.see-video > div{
	display: block;
	margin-left: 12px;
}

.see-video::before{
	content: url(/images/see-video-arrow.svg);
}

.see-video span {
	color: white;
	font-weight: 600;
	background: red;
	font-size: 20px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px 9px;
}

.example .splide__slide {
	height: 100%;
}

.splide__slide--info {
	margin-bottom: 40px;
}

#splide-2 .theme-arrows.splide__arrows--ltr {
	top: 790px;
}

.text--lineHeight {
	line-height: 20px;
}

.mobile {
	display: none;
}

.politic--wrapper__info h2 {
	margin-bottom: 40px;
}

.politic--wrapper__info strong {
	display: block;
	margin-bottom: 20px;
}

.politic--wrapper__info p,
.politic--wrapper__info ol {
	margin-bottom: 30px;
}

.politic--wrapper__info ol li:not(:last-child) {
	margin-bottom: 15px;
}

.case-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}

.card {
	border: 1px solid #ccc;
	border-radius: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.main-case {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 30px;
}


.case {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 30px;
}

.card-img {
	width: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.card-info {
	display: flex;
	align-items: center;
	background: rgba(246, 247, 248, 1);
	flex-direction: row;
	justify-content: space-between;
	flex-grow: 1;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 18px;
}

.card-summary {
	color: #000000;
	line-height: 1.5;
	font-weight: 600;
	font-size: 16px;
	width: 57%;
}

.card-link {
	display: inline-block;
	padding: 17px 35px;
	background-color: #3430FF;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	font-size: 12px;
	text-transform: none;
	font-weight: 700;
}

.card-link:hover {
	background-color: #2A27DF;
}

.arrow svg {
	width: 28px;
	height: 28px;
}

.slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	gap: 10px;
}

.btn-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}

#slider {
	display: flex;
	gap: 20px;
	width: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
	padding: 10px 0;
}

.slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 22px;
	gap: 20px;
}

.nav-btn {
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 10px;
	font-size: 1.2rem;
	margin: 0 10px;
	transition: background-color 0.3s;
	display: none;
}

.nav-btn:hover {
	background-color: #0056b3;
}

.nav-btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.hidden {
	display: none;
}

.youtube-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 7px;
	bottom: 0;
}

.youtube-icon-detail {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 58px;
	bottom: 0;
}

.info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.title {
	font-size: 27px;
	font-weight: 600;
	text-align: center;
	line-height: 27px;
}

.description {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	color: #535252;
}

.user-logo {
	width: 259px;
}

.top {
	top: 100% !important;
}

.packet {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-top: 50px;
}

.card-case {
	margin-top: 30px;
}

.cases {
	/*gap: 50px;*/
}

.items {
	gap: 16px;
	margin-top: 50px;
}

.card-cases {
	gap: 50px;
	text-align: center;
	align-items: center;
}

.banner-detail {
	width: 1100px;
}

.offer-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.offer-card {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 12px;
}

.offer-card h3 {
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 0.5rem;
}

.offer-card p {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

.circle {
	color: #3430ff;
	border: 2px solid #3430ff;
	border-radius: 68%;
	padding: 10px;
	height: 34px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

#calculator {
	padding-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.question {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.progress-bar {
	position: relative;
	height: 40px;
	background: #f6f7f8;
	border-radius: 12px;
	overflow: hidden;
}

.progress {
	height: 100%;
	background: #4d46ff;
	transition: width 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	width: 0;
}

.progress-bar::after {
	content: attr(data-progress);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #333;
	z-index: 0;
	font-weight: 600;
	font-size: 16px;
}

.progress span {
	position: relative;
	z-index: 1;
}

.question.active {
	display: block;
}

.options {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}

.option {
	width: 293px;
	height: 160px;
	padding: 25px;
	background-color: #fff;
	color: #000000;
	border: 1px solid #e1e8ee;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.option-price {
	width: 293px;
	height: 160px;
	padding: 8px;
	background-color: #fff;
	color: #000000;
	border: 1px solid #e1e8ee;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}

.options-stack {
	display: flex;
	flex-direction: column;
}

.stacks {
	padding: 22px 12px;
	width: 100%;
	border-bottom: 2px solid #e1e8ee;
	border-radius: 0 0 12px 12px;
	cursor: pointer;
}

.rounded-text-t {
	color: #ffffff;
	background: #000;
	padding: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.rounded-text-b {
	width: fit-content;
	color: #ffffff;
	background: #000;
	padding: 0 8px 8px 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.btn-question {
	width: 100%;
	background-color: #3430FF !important;
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 22px 122px;
}

.btn-question:hover {
	background-color: #2A27DF !important;
}

.icons {
	width: 73px;
}

.option:hover {
	background-color: #3430ff;
	border-color: #ccc; /* Изменение цвета рамки */
	color: white;
}

.option-price:hover .rounded-text-t,
.option-price:hover .rounded-text-b {
	background-color: #fff;
	color: #3430ff;
}

.option-price:hover {
	background-color: #3430ff;
	border-color: #ccc;
	color: white;
}

.option:hover .icons {
	filter: invert(100%) brightness(200%);
}

.hidden {
	display: none;
}

input {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.progress-bar {
	width: 100%;
	height: 48px;
	background-color: #f6f7f8;
	border-radius: 16px;
	border: 2px solid #e1e8ee;
	position: relative;
	overflow: hidden;
	padding: 2px;
}

.progress {
	height: 100%;
	width: 0;
	background: #e1e8ee;
	border-radius: 12px;
	position: relative;
	transition: width 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

#progress-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 14px;
}

.br-input {
	border: none;
	border-bottom: 2px solid #000 !important;
	padding-left: 0 !important;
}

.option.selected,
.option-price.selected {
	background-color: #3430ff;
	border-color: #ccc;
	color: white;
}

.option-price.selected .rounded-text-t,
.option-price.selected .rounded-text-b {
	background-color: #fff;
	color: #3430ff;
}

.option.selected .icons {
	filter: invert(100%) brightness(200%);
}

.hidden {
	display: none;
}

.telegram-widget {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	z-index: 99999;
	border-radius: 30px;
	padding: 10px 10px 10px 20px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.round {
	background: #2097d4;
	border-radius: 23px;
	height: 66px;
	width: 66px;
	-webkit-animation: round 2s ease-in-out infinite;
	-moz-animation: round 2s ease-in-out infinite;
	animation: round 2s ease-in-out infinite;
}

.uk-offcanvas-page .telegram-widget {
	z-index: 1;
}

.telegram-widget:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.telegram-logo {
	position: absolute;
	z-index: 3;
}

.part-icon {
	position: relative;
	height: 66px;
	width: 66px;
}

@-webkit-keyframes round {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes round {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes round {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.part-text {
	margin-right: 30px;
}

.text-1 {
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	background: -moz-
			oldradial-gradient(
				130.43% 97.87% at 50% 100%,
				#4bbcf8 0%,
				rgba(75, 188, 248, 0) 100%
			),
		-moz- oldlinear-gradient(left, #5926ff 0%, #e341fd 100%);
	background: radial-gradient(
			130.43% 97.87% at 50% 100%,
			#4bbcf8 0%,
			rgba(75, 188, 248, 0) 100%
		),
		linear-gradient(90deg, #5926ff 0%, #e341fd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.text-2 {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 5px;
}

.telegram-widget-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.mobile {
	display: none;
}

.laptop {
	display: block;
}

.padding {
	padding: 8px;
}

.label {
	width: -webkit-fill-available;
	display: flex;
	gap: 10px;
	align-items: center;
}

.span {
	width: 185px;
	display: block;
}

.user-logo-person {
	max-width: 172px;
}

.logo-person {
	width: 125px;
}

.logo-mozz {
	width: 108px;
}

.youtube-icon-detail-person {
	position: absolute;
	width: 80px;
	height: 80px;
	right: -14px;
	bottom: -7px;
}

.text-start {
	text-align: start;
}

.hidden {
	display: none;
}

.text-start {
	text-align: start;
}

.error {
	background: #f6f7f8;
	padding: 17px;
	border-radius: 12px;
}

.warr {
	width: 48px;
}

.button-send {
	background: #e1e8ee;
	padding: 22px;
	width: 332px;
	border-radius: 8px;
}

.view {
	position: absolute;
	bottom: -77px;
}

.text-view {
	display: none;
}

.icon-youtube {
	position: absolute;
	width: 60px;
	top: 10px;
	left: 10px;
}

.person {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 992px) {
	.round {
		width: 55px;
		height: 55px;
		border-radius: 20px;
	}

	.part-icon {
		width: 55px;
		height: 55px;
	}

	.offer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	#splide-2 .theme-arrows.splide__arrows--ltr {
		top: 840px;
	}

	.nav-btn {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.button-send {
		width: 100%;
	}

	.telegram-widget {
		bottom: 30px;
		right: 30px;
	}

	.offer-grid {
		grid-template-columns: 1fr;
	}

	.show {
		display: none !important;
	}

	.top:first-child {
		left: 35px !important;
	}

	.top:last-child {
		right: 35px !important;
	}
}

@media (max-width: 600px) {
	.icon-youtube {
		position: absolute;
		width: 40px;
		top: 6px;
		left: 6px;
	}

	.view {
		display: none;
	}

	.text-view {
		display: block;
	}
	.part-text {
		margin-right: 10px;
	}

	.text-1 {
		font-size: 16px;
	}

	.text-2 {
		font-size: 12px;
	}

	.telegram-widget {
		bottom: 20px;
		right: 20px;
		border-radius: 25px;
	}

	.logo-mozz {
		display: none !important;
	}

	img.youtube-icon-detail-person {
		position: absolute;
		top: 59px;
		right: -10px;
		width: 48px;
	}

	img.user-logo-person {
		width: 138px !important;
	}

	.banner-detail {
		max-width: 138% !important;
		width: 111%;
		margin-left: -23px;
		margin-right: -22px;
	}

	.text-end {
		text-align: center !important;
	}

	.label {
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
	}

	.text-mozz {
		line-height: 15px;
	}

	.logo-mozz {
		display: none;
	}

	.text-start {
		text-align: start !important;
	}

	.user-logo-person {
		max-width: 103px;
		height: 103px;
	}

	.youtube-icon-detail-person {
		position: absolute;
		width: 45px;
		height: 45px;
		right: -15px;
		top: 58px;
	}

	.logo-person {
		width: 72px;
	}

	.btn-question {
		padding: 22px 50px;
	}

	.m-label {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	#calculator {
		padding-top: 0;
	}

	.progress-bar {
		margin: 0;
	}

	.user-logo {
		width: 166px;
	}

	.card-cases {
		gap: 20px;
	}

	.offer-grid {
		gap: 10px;
	}

	.absolute-img {
		position: absolute;
		width: 150px;
		right: -59px;
		z-index: 1;
		top: 135px;
	}

	.offer-card {
		background-color: transparent;
		border: none;
		border-radius: 16px;
		padding: 0 12px;
		z-index: 10;
	}

	.offer-card p {
		width: 85%;
		font-size: 0.9rem;
		color: #000;
		line-height: 1.5;
	}

	.padding {
		padding: 5px;
	}

	.options {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.option,
	.option-price {
		width: 47%;
		text-align: center;
		line-height: 13px;
		font-size: 13px;
		font-weight: 600;
		gap: 10px;
	}

	.laptop {
		display: none;
	}

	.mobile {
		width: -webkit-fill-available;
		display: block;
	}

	.packet {
		grid-template-columns: 1fr;
		padding-top: 25px;
	}

	.card-link {
		padding: 17px 20px;
	}

	.card-summary {
		line-height: 12px;
		font-size: 12px;
		width: 100%;
		text-align: center;
	}

	.card-link {
		width: 100%;
		text-align: center;
	}

	.main-case {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
		margin-top: 37px !important;
	}

	.case {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		margin-top: 37px !important;
	}

	.card-info {
		display: flex;
		flex-direction: column;
		padding: 8px 5px 5px;
		gap: 18px;
	}

	.title {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		line-height: 16px;
	}

	.description {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		line-height: 14px;
		color: #535252;
	}

	.youtube-icon-detail {
		position: absolute;
		width: 60px;
		height: 60px;
		right: 36px;
		bottom: 0;
	}

	.youtube-icon {
		position: absolute;
		width: 60px;
		height: 60px;
		right: 0;
		bottom: 0;
	}

	.show {
		display: none !important;
	}

	.nav-btn {
		display: block !important;
	}

	.top:first-child {
		left: 0 !important;
	}

	.right {
		right: 35px !important;
	}

	.slide {
		max-width: 100%;
	}

	#splide-2 .theme-arrows.splide__arrows--ltr {
		top: 103% !important;
	}

	.theme-arrows button {
		width: 115px;
	}

	.splide__arrow--prev {
		margin-left: 30px;
	}

	.theme-arrows button.splide__arrow.splide__arrow--next {
		margin-right: 30px;
	}

	.max-width-330px {
		max-width: 330px;
		margin: 0 auto;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.splide__slide--info h3 br {
		display: none;
	}

	@media (max-width: 600px) {
		.youtube-icon {
			position: absolute;
			width: 50px;
			height: 50px;
			right: 0;
			bottom: -5px;
		}
		.see-video::before{
			content: none;
		}

		.see-video {
			position: absolute;
			left: -10px;
			padding-top: 80px;
			line-height: 1.5;
		}
		#case-details > div > div.flex.flex-col.card-cases > div{
			position: relative;
			gap:70px 0;
		}
		.see-video span {
			font-size: 14px;
		}
		
	}
}
