body {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 1);

	height: 100%;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

.content p {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin: 5px 0px;
}

.content ol {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px 0px;
	text-align: left;
}

.content ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px 0px;
	text-align: left;
}

.content ul li {
	position: relative;
	padding-left: 15px;
}

.content ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 6px;
	left: 0px;
	border-radius: 100%;
	background: #4192FB;

}



._container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: content-box;
	overflow: hidden;
}

._container-shadow {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: content-box;
}

._container-tv {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: content-box;
}

.circle {
	width: 100px; /* Задайте нужный размер */
	height: 100px; /* Задайте нужный размер */
	background-color: #4192FB;
	border-radius: 50%;
	filter: blur(244px);
}

/* footer */

.footer {
	background-color: #242424;
}

.footer__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 27px 0px 26px 0px;
	height: 72px;
}

.footer__body p {
	font-size: 16px;
	line-height: 18.78px;
	color: #fff;
}

/* main */

.main-block {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 120px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

	background: url(/wp-content/uploads/2025/11/frame-52.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main__body {
	padding: 147px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 1080px;
	height: 100%;
}

.main__body h1 {
	font-size: 64px;
	font-weight: 800;
	line-height: 75.14px;
	text-align: center;
	color: #fff;
	max-width: 778px;
}

.main__body p {
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	max-width: 711px;
	color: #fff;
	margin: 30px 0px;
}

.main__body a {
	background-color: #4192FB;
	color: #fff;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 600;
	line-height: 23.48px;
	text-align: center;
	padding: 21px 10px;
	max-width: 267px;
	width: 100%;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
}

.main__body a:hover {
	/*     animation: blur-and-shrink .6s forwards; */
}

@keyframes blur-and-shrink {
	0% {
		filter: blur(0);
		background-color: #4192FB;
		color: #fff;
	}
	50% {
		filter: blur(150px);
		background-color: #fff;
		color: #4192FB;
	}
	100% {
		filter: blur(0);
		background-color: #fff;
		color: #4192FB;
	}
}

.main__body-block {
	position: relative;
}

.img-main {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: -100px;
}

.img-main img {
	position: relative;
	display: inline-block;
}

.img-main img {
	display: block;
	transition: transform 0.3s, filter 0.3s;
}

.image-container img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5); /* Подсветка */
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none; /* Чтобы не мешать взаимодействию с изображением */
}

.img-main img:hover::before {
	opacity: 1;
}

.img-main:hover img {
	transform: scale(1.05); /* Увеличение изображения при наведении */
	filter: brightness(1.2); /* Увеличение яркости при наведении */
}

@media(max-width: 768px) {
	.img-main {
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}

	.main__body {
		min-height: 100%;
	}

	.main__body p {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0px;
	}

	.main__body h1 {
		font-size: 42px;
		line-height: 58px;
	}

	.main-block {
		margin-bottom: 60px;
	}
}

/* adv */

.adv__body h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	margin-bottom: 30px;
}

.adv__item {
	max-width: 256px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.adv__item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.adv-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 21.94px;
	margin: 10px 0px;
}

.num {
	position: relative;
	color: rgba(65, 146, 251, 1);
	font-size: 70px;
	font-weight: 900;
	line-height: 78.02px;
	transition: .3s;
}

.num:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #C9C9C9;
	background-image: url(../img/gl.svg);
	background-color: rgba(255, 255, 255, 0.7);
	background-repeat: no-repeat;
	background-position: center;
	right: -23px;
	top: 23px;
}

.adv__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 29px;
}

.adv {
	margin-bottom: 120px;
}

.adv__item:hover .num {
	transform: scale(1.1);
	transition: .3s;
}

@media(max-width: 1100px) {
	.adv__content {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 880px) {
	.adv__content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 768px) {
	.adv__content {
		grid-template-columns: repeat(2, 1fr);
	}

	.adv__item {
		max-width: 100%;
	}

	.adv__body h2 {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}

	.adv__content {
		gap: 10px;
	}

	.adv {
		margin-bottom: 60px;
	}
}

/* var */

.var-zak {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 21px 58px;
	border: 1px dashed rgba(65, 146, 251, 1);
	border-radius: 20px;
}

.var-zak p {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	max-width: 574px;
}

.var-zak img {
	margin-right: 38px;
	max-width: 119px;
}

.var-zak a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 243px;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 48px;
	transition: .3s;
}

.var-zak a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.var-zak:hover img {
	transition: .3s;
}

.var-zak:hover img {
	transition: .3s;
	transform: scale(1.1);
}

.var {
	margin-bottom: 120px;
}

.var__body h2 {
	font-family: Raleway;
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	margin-bottom: 30px;
}

/* price */

.price__item-1 a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 165px;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}



.num-price {
	transition: .3s;
}

.price__item-1:hover .num-price {
	transform: scale(1.1);
	transition: .3s;
}

.price__item-2:hover .num-price {
	transform: scale(1.1);
	transition: .3s;
}

.price__item-1 a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.var__body-block .price__item-1 .price-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 42.26px;
	text-align: left;
	margin-bottom: 18px;
	color: #22344C;
}

.var__body-block .price__item-1 {
	padding: 30px;
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
	background: url(../img/price-bg1.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.price__item-1 .price-con-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
}

.price__item-1 .price-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px 31px;
}

.price__item-1 .price-con-item p {
	font-size: 32px;
	font-weight: 600;
	line-height: 37.57px;
	color: rgba(34, 52, 76, 1);
}


.price__item-1 .price-con-item p span {
	font-size: 16px;
	line-height: 18.78px;
}


/* 2 */
.price__item-2 a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 165px;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;

}

.price__item-2 a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.var__body-block .price__item-2 .price-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 42.26px;
	text-align: left;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 1);
}

.var__body-block .price__item-2 {
	padding: 30px;
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
	background: url(../img/price-bg2.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.price__item-2 .price-con-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
}

.price__item-2 .price-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px 31px;
}

.price__item-2 .price-con-item p {
	font-size: 32px;
	font-weight: 600;
	line-height: 37.57px;
	color: rgba(255, 255, 255, 1);
}


.price__item-2 .price-con-item p span {
	font-size: 16px;
	line-height: 18.78px;
}

.price__item-2, .price__item-1 {
	position: relative;
	height: auto;
}

.num-price {
	font-family: Raleway;
	font-size: 200px;
	font-weight: 800;
	line-height: 234.8px;
	opacity: 0.1;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: -69px;
	right: 12px;
}

.btn-price span {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.48px;
	color: rgba(255, 255, 255, 1);
}

.btn-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 21px;
	margin-top: 40px;
}

.var__body-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(440px, 2fr));
	gap: 20px;
	margin-bottom: 20px;
}

.price-con-item img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

@media(max-width: 768px) {

	.var__body-block .price__item-1 .price-title, .var__body-block .price__item-2 .price-title {
		font-size: 22px;
		line-height: 30.26px;
	}

	.price__item-1 .price-con-item p, .price__item-2 .price-con-item p {
		font-size: 18px;
		line-height: 28.57px;
	}

	.btn-price {
		flex-direction: column;
		align-items: center;
	}

	.var__body h2 {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}

	.var-zak {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.var-zak p {
		font-size: 18px;
		line-height: 28px;
		max-width: 100%;
		text-align: center;
	}

	.var-zak a {
		margin-left: 0;
	}

	.var-zak img {
		margin-right: 0;
	}
}

@media(max-width: 400px) {
	.var__body-block {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

/* zak-1 */

.zak-1 {
	background: url(../img/bg-zak1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 120px;
	/* 	background: #242424; */
	position: relative;
}

.zak1__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	min-height: 550px;
	height: 100%;
}

.zak1-titel {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	color: #fff;
	max-width: 500px;
}

.zak1-content {
	margin-left: 64px;
}

.zak1-content p {
	font-size: 30px;
	font-weight: 400;
	line-height: 35.22px;
	text-align: left;
	color: #fff;
	max-width: 500px;
	margin: 20px 0px 40px 0px;
}

.zak1-content a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 305px;
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.zak1-content a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.zak1-img {
	position: absolute;
	right: 64px;
	bottom: 0;
}

.zak1-img img {
	max-width: 445px;
	width: 100%;
	min-width: 400px;
	height: 595px;
	object-fit: contain;
}

.zak1-content, .zak1-img {
	z-index: 1;
}

@media(max-width: 950px) {
	.zak1-img {
		right: 0;
	}

	.zak1__body {
		flex-direction: column;
		align-items: center;
		padding: 30px 10px 0px 10px;
		gap: 15px;
		min-height: 100%;
	}

	.zak1-content {
		margin-left: 0px;
	}

	.zak1-img {
		position: relative;
	}

	.zak1-content {
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	.zak1-content p, .zak1-titel {
		text-align: center;
	}

	.zak1-img img {
		min-height: 100%;
		min-width: 100%;
		height: 100%;
	}
}

@media(max-width: 768px) {
	.zak1-titel {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}

	.zak1-content p {
		font-size: 22px;
		line-height: 28.22px;
		margin: 20px 0px 20px 0px;
	}

	.zak-1 {
		margin-bottom: 60px;
	}
}

/* zak2 */

.zak-2 {
	background: url(../img/bg-zak2.svg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 120px;
	overflow-x: clip;
	/* 	background: #242424; */

}

.zak2__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 572px;
	height: 100%;
	position: relative;
}

.zak2-img {
	position: absolute;
	bottom: -98px;
	right: -325px;
	max-width: 1113px;
	width: 100%;
	height: 719px;
}

.zak2-titel {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	max-width: 408px;
}

.zak2-content p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	max-width: 481px;
	margin: 18px 0px 20px 0px;
}

.zak2-content a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 246px;
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.zak2-img {
	z-index: 0;
}

.zak2-content {
	z-index: 1;
}

.zak2-img img {
	transition: .3s;
}

.zak2-content a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.zak2__body:hover .zak2-img img  {
	transition: .3s;
	transform: scale(1.02);
}

@media(max-width: 1000px) {
	.zak2-img {
		height: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media(max-width: 768px) {
	.zak2__body {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.zak2__body {
		padding: 30px 10px 0px 10px;
	}

	.zak2-titel, .zak2-content p {
		text-align: center;
		max-width: 100%;
	}

	.zak2-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.zak2-img {
		position: relative;
		bottom: 0px;
		right: 0px;
		height: 100%px;
	}

	.zak2-titel {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}

	.zak2-content p {
		font-size: 22px;
		line-height: 28.22px;
		margin: 20px 0px 20px 0px;
	}
}

/* faq */

.faq {
	margin: 120px 0px;
}

.acc-item {
	box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
	background: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 18px 0px;
	border-radius: 9px;
}

.faq__body h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	max-width: 800px;
	width: 100%;
	margin-bottom: 30px;
}

.accordion-faq {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.line-faq {
	border: 1px solid rgba(222, 222, 222, 1);
	margin-bottom: 22px;
	margin-top: 17px;
}

.acc-title,
.content-faq {
	margin: 0px 30px 0px 40px;
}

.acc-item .acc-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.uslugi-content-acc {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.acc-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.arrow-faq {
	width: 34px;
	min-width: 34px;
	height: 34px;
	border-radius: 100%;
	background: rgba(65, 146, 251, 1);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.arrow-faq::after {
	content: "";
	width: 12px;
	height: 32px;
	background: url(../img/+1.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.acc-title.arrow-price-active p {
	color: rgba(65, 146, 251, 1);
}

.acc-title.arrow-price-active .arrow-faq {
	background: rgba(141, 141, 141, 1);
	transition: 0.3s;
}

.acc-title.arrow-price-active .arrow-faq::after {
	background: url(../img/-1.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.acc-title p {
	font-weight: 400;
	font-size: 20px;
	line-height: 23.83px;
}

.content-faq p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

@media (max-width: 768px) {
	.faq__body h2 {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.acc-item {
		padding: 16px 0px;
	}

	.acc-title,
	.content-faq {
		margin: 0px 20px;
	}

	.acc-title p {
		font-size: 18px;
		line-height: 21.13px;
	}

	.arrow-faq {
		width: 28px;
		min-width: 28px;
		height: 28px;
	}

	.arrow-faq::after {
		width: 8px;
		height: 22px;
	}

	.faq {
		margin: 60px 0px;
	}
}

/* stat */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stat h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	margin-bottom: 30px;
}

.slider__item-stat {
	max-width: 368px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
	height: 100%;
}

.item-stat-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 23.48px;
	text-align: left;
	margin: 20px 0px 8px 0px;
}

.slider__item-stat span {
	font-family: Raleway;
	font-size: 13px;
	font-weight: 400;
	line-height: 15.26px;
	text-align: left;
}

.slider__item-stat p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin: 10px 0px;
}

.slider__item-stat a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: rgba(65, 146, 251, 1);
	position: relative;
}

.slider__item-stat a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(65, 146, 251, 1);
	bottom: 3px;
	left: 0;
}

.slider__item-stat a:hover:before {
	display: none;
}

.item-stat-img {
	width: 100%;
	overflow: hidden;
	max-width: 368px;
	height: 244px;
	background-color: rgba(213, 213, 213, 1);
	box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
}

.item-stat-img img {
	max-width: 368px;
	height: 244px;
	object-fit: cover;
}

.stat {
	margin-bottom: 70px;
}

.mySwiper-stat {
	padding-bottom: 50px;
}

.swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	opacity: 0.1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(65, 146, 251, 1);
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.02);
	}
	100% {
		transform: scale(1);
	}
}
.slider__item-stat a {
	animation: pulse 2s infinite; 
}

@media(max-width: 850px) {
	.item-stat-img img, .item-stat-img, .slider__item-stat  {
		max-width: 100%;
	}
}

@media(max-width: 768px) {
	.stat h2 {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.zak-2 {
		margin-bottom: 60px;
	}
}

/* mark-tv */

.item-tv {
	max-width: 100%;
	width: 100%;
	height: 158px;
	overflow: hidden;
	border-radius: 10px;
	transition: .3s;
}

.item-tv:hover {
	transform: scale(1.05);
	transition: .3s;
}

.item-tv img {
	width: 100%;
	height: 153px;
	object-fit: cover;
	box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.mark-tv {
	background: url(../img/bgg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mark-tv {
	height: 100%;
	overflow: hidden;
	padding: 120px 0px;
}

.mark-tv h2 {
	font-family: Raleway;
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	text-align: left;
	color: #fff;
	max-width: 600px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.mySwiper-tv {
	overflow: visible;
	padding-bottom: 76px;
}

.mySwiper-tv .swiper-pagination .swiper-pagination-bullet  {
	background: #383941;
	opacity: 1;
}

.mySwiper-tv .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(65, 146, 251, 1);
}

.swiper-slide.item-tv {
	background: none;
}

._container-tv {
	position: relative; 
}

.item-tv {
	opacity: 0.5;
}
.item-tv.swiper-slide-active, .item-tv.swiper-slide-next {
	opacity: 1;
}

.item-tv.swiper-slide-next + .swiper-slide.item-tv {
	opacity: 1;
}

.mark-tv {
	margin-bottom: 120px;
}

@media(max-width: 768px) {
	.mark-tv  {
		padding: 30px 0px
	}

	.mark-tv h2 {
		margin-left: 0;
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}
}

/* faq */

.faq-slider {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	padding: 20px 20px 25px 20px;
	box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
}

.faq-slider {
	text-align: left;
	height: auto;
	border-radius: 10px;
}

.mySwiper-faq {
	overflow: visible;
	padding-bottom: 75px;
}

.faq-slider p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.faq-sl-title {
	font-family: Raleway;
	font-size: 13px;
	font-weight: 600;
	line-height: 15.26px;
	margin-bottom: 5px;
}

.faq-sl-num {
	font-family: Raleway;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.09px;
	opacity: 0.4;
}

.faq-prev {
	width: 53px;
	height: 53px;
	background: rgba(65, 146, 251, 1);
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	font-family: Raleway;
	font-size: 24px;
	font-weight: 800;
	line-height: 28.18px;
	text-align: center;
	color: white;
}

.faq-slider-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	gap: 17px;
}

.faq-slider {
	opacity: 0.5;
}
.faq-slider.swiper-slide-active, .faq-slider.swiper-slide-next {
	opacity: 1;
}

.faq-slider.swiper-slide-next + .swiper-slide.faq-slider {
	opacity: 1;
}

.faq-ot h2 {
	font-family: Raleway;
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	text-align: left;
	margin-bottom: 30px;
}

.faq-ot {
	overflow: hidden;
}

.faq-ot {
	margin: 120px 0px;
}

@media(max-width: 768px) {
	.mark-tv, .var {
		margin-bottom: 60px;
	}

	.faq-ot {
		margin: 60px 0px;
	}
}

.faq-ot {
	position: relative;
}

.faq-ot:before {
	content: '';
	background: url(../img/q.svg);
	height: 119px;
	width: 119px;
	position: absolute;
	top: 0;
	right: 88px;
}

.faq-slider {
	transition: .3s;
}

.faq-slider:hover {
	transform: scale(1.05);
	transition: .3s;
}

/* pult */

.main-txt__content a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 197px;
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	margin-top: 30px;
}

.main-txt__content a:hover {
	transition: .3s;
	background: #fff;
	color: rgba(65, 146, 251, 1);
}

.main-txt__content h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	text-align: left;
	max-width: 400px;
	margin-bottom: 30px;
}

.main-txt__body {
	display: flex;
	flex-direction: row;
	justify-content: end;
	position: relative;
}

.main-txt__content {
	max-width: 590px;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	padding: 20px 0px 80px 20px;
}

.main-txt__img {
	position: absolute;
	left: -122px;
	bottom: -68px;
	z-index: -1;
}

.main-txt__img img {
	max-width: 898px;
	height: 690px;
}

.main-txt__body {
	transition: .3s;
}

.main-txt__body:hover .main-txt__img img {
	transform: scale(1.1);
	transition: .3s;
}

@media(max-width: 768px) {
	.main-txt__content {
		padding: 0;
		max-width: 100%;
	}

	.main-txt__img {
		display: none;
	}

	.main-txt__body {
		align-items: center;
		justify-content: center;
	}

	.main-txt__block {
		margin: 60px 0px;
	}

	.main-txt__content h2 {
		margin-left: 0;
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

/* instr */

.instr {
	margin: 80px 0px;
}

.inst-content {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	max-width: 653px;
	width: 100%;
	margin-left: 60px;
}

.inst-title {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	text-align: left;
	margin-bottom: 30px;
}

.item-instr {
	align-items: flex-start;
}

.instr-img {
	max-width: 427px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	height: 408px;
}

.pag-instr .swiper-button-prev, .pag-instr .swiper-rtl .swiper-button-next {
	left: 0;
	right: 0;
	position: relative;
}

.pag-instr .swiper-button-next, .pag-instr .swiper-rtl .swiper-button-prev {
	left: 0;
	right: 0;
	position: relative;
}

.pag-instr {

	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	justify-content: space-between;
	margin-top: 10px;
}

.inst-content .content {
	padding-bottom: 80px;
}

.pag-instr .swiper-pagination {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
}

.pag-instr .swiper-pagination.swiper-pagination-fraction {
	width: max-content;
}

.pag-instr .swiper-pagination span {
	font-family: Raleway;
	font-size: 40px;
	font-weight: 400;
	line-height: 46.96px;
	text-align: left;
	color: rgba(0, 0, 0, 1)
}

.pag-btn {
	display: flex;
	flex-direction: row-reverse;
	max-width: 99px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.tt__pag {
	max-width: 100%;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: end;
}

.pag-btn div {
	color: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	border-radius: 100%;
	width: 41px;
	height: 41px;
}

.pag-btn .swiper-button-next:after, .pag-btn .swiper-button-prev:after {
	font-size: 20px;
}

.pag-btn .swiper-button-next, .pag-btn .swiper-button-prev {
	top: 0;
	margin-top: 0;
}

@media(max-width: 1170px) {
	.tt__pag {
		justify-content: center;
		padding-top: 20px;
	}

	.inst-content .content {
		padding: 0;
	}

}

@media(max-width: 768px) {
	.inst-content {
		margin-left: 0;
		max-width: 100%;
	}

	.item-instr {
		flex-direction: column-reverse;
		gap: 15px;
		align-items: center;
	}

	.instr-img {
		max-width: 100%;
		height: 100%;
	}

	.inst-title {
		margin-left: 0;
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.instr {
		margin: 60px 0px;
	}

	.faq-ot:before {
		right: 0;
	}
}

/* popup */

.popup {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
	margin: 15% auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.instr-img {
	cursor: pointer;
	transition: .3s;
}

.instr-img:hover {
	transform: scale(1.07);
	opacity: 0.6;
	transition: .3s;
}

/* header */

.nav ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 18.78px;
	text-align: left;
	color: #fff;
}

.nav ul li a:hover {
	text-decoration: underline;
}

.nav ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px 32px;
	flex-wrap: wrap;
	justify-content: center;
	flex-wrap: wrap;
}

.wrapper {
	position: relative;
}

.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 36px 0px;
	transition: background-color 0.3s, top 0.3s;
}

.close {
	display: none;
}

.menu__icon {
	display: none;
}





@media(max-width: 750px) {

	.main__body {
		padding-top: 60px;
	}

	.header._active {
		left: 0;
		background-color: rgb(36, 36, 36);
	}

	.header {
		height: 100%;
		left: -100%;
	}

	.nav ul  {
		flex-direction: column;
	}

	.close {
		display: flex;
		position: absolute;
		top: 30px;
		right: 30px;
	}


	.menu__icon {
		z-index: 11;
		display: block;
		position: relative;
		width: 22px;
		height: 17px;
		cursor: pointer;
	}

	.menu__icon {
		top: 30px;
		right: 30px;
		position: fixed;
	}

	.menu__icon:before,
	.menu__icon span,
	.menu__icon:after {
		left: 0;
		position: absolute;
		height: 3px;
		width: 100%;
		transition: all 0.3s ease 0s;
		border-radius: 90px;
		background-color: rgba(65, 146, 251, 1);
	}

	.menu__icon:before,
	.menu__icon:after {
		content: "";
	}

	.menu__icon:before {
		top: 0;
	}

	.menu__icon:after {
		bottom: 0;
	}

	.menu__icon span {
		top: 50%;
		transform: scale(1) translate(0px, -50%);
	}

	.menu__icon._active span {
		transform: scale(0) translate(0px, -50%);
	}
	.menu__icon._active::before {
		top: 48%;
		transform: rotate(-45deg) translate(0px, -50%);
	}
	.menu__icon._active::after {
		bottom: 47%;
		transform: rotate(45deg) translate(0px, 50%);
	}

	.menu__icon {
		order: 3;
	}

	.menu__icon {
		margin-left: 12px;
	}
}

@media(max-width: 600px) {
	.header {
		background-color: #242424;
	}
}

.faq-slider {
	justify-content: flex-start;
}

.body__sing {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 130px 0px 30px 0px;
}

.title-sing h1 {
	font-size: 64px;
	font-weight: 800;
	line-height: 75.14px;
	text-align: left;
}

.slider__item-stat p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header__any a {
	background: rgba(65, 146, 251, 1);
	border: 1px solid rgba(65, 146, 251, 1);
	color: #fff;
	border-radius: 90px;
	font-size: 16px;
	font-weight: 600;
	line-height: 18.78px;
	text-align: center;
	max-width: 246px;
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.header__any {
	background-color: rgb(36, 36, 36);
	padding: 15px 0px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	padding: 15px 0px;
	transition: background-color 0.3s, top 0.3s;
}

.reg__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.reg__body a {
	padding: 8px 15px;
	border-radius: 20px;
	border: 1px solid white;
	color: white;
	transition: .3s ease;
}

.reg__body a:hover {
	background: white;
	color: black;
}

.nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.header ._container-shadow {
	width: 100%;
}

.content h2 {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 140%;
}

.tarif-mew__body h2 {
	font-family: Raleway;
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	margin-bottom: 30px;
}

.tarif-mew__body-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tarif-mew {
	margin: 120px 0px;
}

.tarif-mew__body-item {
	padding: 20px;
	border: 1px solid red;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tarif-mew__body-title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}

.tarif-mew__price {
	text-align: center;
	font-size: 32px;
	margin-bottom: 8px;
	font-weight: 700;
}

.tarif-mew__adr {
	text-align: center;
	font-size: 15px;
}

.tarif-mew__body-content ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0px;
}

.tarif-mew__body-content ul li {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.tarif-mew__body-item a {
	padding: 15px;
	border-radius: 20px;
	background: rgba(65, 146, 251, 1);
	text-align: center;
	color: black;
	font-weight: 500;
	transition: .3s ease;
}

.tarif-mew__body-item a:hover {
	opacity: 0.8;
}

.tarif-mew__body-content ul li img {
	width: 16px;
	height: 16px;
	min-width: 16px;
}

@media(max-width: 860px) {
	.tarif-mew__body-links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 670px) {
	.tarif-mew__body-links {
		grid-template-columns: repeat(1, 1fr);
	}
}

.content h3 {
	font-size: 25px;
	line-height: 120%;
	font-weight: 700;
}

.footer__body-info {
	justify-content: center;
	padding: 10px 0px;
	height: max-content;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.footer-menu li a {
	color: white;
	opacity: 0.7;
	text-decoration: underline;
	font-size: 12px; 
	transition: .3s ease;
}

.footer-menu li a:hover {
	text-decoration: none;
	opacity: 1;
}


.map {
	margin: 30px 0px 100px 0px;
}

.usl-body h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 46.96px;
	margin-bottom: 30px;
}

.main-usl__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.card-usl {
	border: 1px solid rgb(36, 36, 36);
	border-radius: 10px;
	padding: 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.card-usl-title {
	color: rgba(65, 146, 251, 1);
	font-weight: 500;
	font-size: 20px;
}

.card-usl-next {
	text-decoration: underline;
	transition: .3s ease;
	color: rgba(0, 0, 0, 1);
}

.card-usl:hover .card-usl-next {
	text-decoration: none;
}

.usl-body {
	margin: 120px 0px;
}

.breadcrumbs {
	font-size: 14px;
}

.breadcrumbs a {
	color: rgba(65, 146, 251, 1);
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.header.header--extra {
	background: rgb(36, 36, 36);
}

.main-block .breadcrumbs {
	position: absolute;
	top: 100px;
}

.main-block.header--extra .breadcrumbs span {
	color: white;
}

.run-tos__body ul {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin: 20px 0px 40px 0px;
}


.run-tos__body ul li {
	padding: 0 20px;
}

.run-tos__body ul li:first-child {
	padding-left: 0;
}

.run-tos__body ul li:last-child {
	padding-right: 0;
}

.run-tos__body ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.run-tos__body ul li:first-child {
	border-left: none;
}

.run-tos__body ul li:last-child {
	border-right: none;
}

.run-tos.fixed {
	position: fixed;
	top: 109px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
}

.run-tos__body ul li a.active {
	text-decoration: underline;
	font-weight: bold;
}

@media (max-width: 768px) {
	.run-tos__body ul {
		display: none;
		flex-direction: column;
		gap: 10px;
	}

	.main-block .breadcrumbs {
		top: 70px;
	}

	.run-tos.open .run-tos__body ul {
		display: flex;
	}
	.run-tos__mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}






@media(max-width: 1100px) {
	.main-usl__body {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 900px) {
	.main-usl__body {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 750px) {
	.main__body {
		padding-top: 100px;
	}
}

.text-area {
	margin: 120px 0px;
}

@media(max-width: 768px) {

	.text-area {
		margin: 50px 0px;
	}

	.main-usl__body {
		grid-template-columns: repeat(1, 1fr);
	}

	.body__sing {
		margin: 60px 0px 30px 0px;
	}

	.usl-body h2 {
		font-size: 32px;
		line-height: 42.96px;
		margin-bottom: 20px;
	}

	.usl-body {
		margin: 60px 0px;
	}

	.content h2 {
		font-size: 32px;
	}

	.tarif-mew {
		margin: 50px 0px;
	}

	.content h3 {
		font-size: 23px;
	}

	.tarif-mew__body h2 {
		font-size: 32px;
		line-height: 42.96px;
	}

	.title-sing h1 {
		font-size: 36px;
		line-height: 140%;
	}

	.nav, .reg__body {
		flex-direction: column;
	}
}

/* меню мега */

.nav ul li a {
	cursor: pointer;
}

.mega-column .menu > li:first-child > a {
	pointer-events: none;
	cursor: default;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
	margin-bottom: 5px;
	padding: 0;
}

.megamenu > a:first-child::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 15px;
	background: url(/wp-content/uploads/2025/12/down.png);
	right: -25px;
	top: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s ease;
	pointer-events: auto; /* чтобы клик ловился */
}

.mega-menu-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 100%;
	width: max-content;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: 0.25s ease;
	z-index: 999;
}

/* Плавное раскрытие */
.menu .megamenu {
	position: relative;
}

@media(min-width: 750px) {
	.menu .megamenu:hover > .mega-menu-wrapper {
		opacity: 1;
		visibility: visible;
	}


	.menu .megamenu:hover > a:after {
		transform: rotate(180deg);
	}
}

/* Меню внутри колонок */
.mega-column .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 5px;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
.mega-column .menu li a {
	display: block;
	font-size: 15px;
	color: #333;
	transition: 0.2s;
}

.nav ul.sub-menu {
	flex-direction: column;
	align-items: flex-start;
}

@media(max-width: 750px) {
	.megamenu > a:first-child::after {
		right: -30px;
	}

	.menu .megamenu.open > .mega-menu-wrapper {
		opacity: 1;
		visibility: visible;
		margin-top: 5px;
	}
	.menu .megamenu.open > a:after {
		transform: rotate(180deg);
	}

	.megamenu.open .mega-menu-wrapper {
		position: relative;
		background: inherit;
		box-shadow: none;
		width: 100%;
	}

	.menu-menyu-shapka-sajta-container, .nav {
		width: 100%;
	}

	.menu-menyu-shapka-sajta {
		align-items: baseline;
	}

	.nav ul {
		align-items: baseline;
	}

	.mega-column .menu li a {
		color: white;
	}

	.mega-menu-wrapper {
		gap: 25px;
	}

	.header._active {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.reg__body {
		flex-direction: row;
	}

	body._active {
		overflow: hidden;
	}

	.header._active {
		padding-top: 100px !important;
	}

	.header {
		align-items: baseline;
	}
}


/* адаптив */
@media (max-width: 1500px) {
	.mega-menu-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	.nav ul {
		justify-content: flex-start;
	}
}
@media (max-width: 1300px) {
	.mega-menu-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.nav ul {
		justify-content: flex-start;
	}
}
@media (max-width: 900px) {
	.mega-menu-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.mega-menu-wrapper {
		grid-template-columns: 1fr;
	}
}

.mega-menu-wrapper {
	max-width: 100vw; /* не шире экрана */
	overflow-x: auto; /* если контента слишком много */
}


.header {
	padding: 0px;
}

.menu-item {
	padding: 36px 0px;
}

.menu-item a {
	position: relative;
}

.mega-menu-wrapper ul li:first-child {
	margin-bottom: 10px;
}

.mega-menu-wrapper ul li:first-child a {
	color: rgba(65, 146, 251, 1);
}

/* обнова */

/* МЕГАМЕНЮ НА ВЕСЬ ЭКРАН */

@media(min-width: 750px) {
	.mega-menu-wrapper {
		position: fixed !important;
		left: 50% !important;
		top: 100px;
		transform: translate(-50%, 0);

		width: calc(100% - 20px); /* отступы по краям */
		max-width: 1200px;

		background: #fff;
		border-radius: 10px;
		padding: 20px 30px;

		opacity: 0;
		visibility: hidden;
		transition: 0.25s ease;
		z-index: 9990;
	}


	.menu .megamenu:hover > .mega-menu-wrapper {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.menu-item {
		padding: 36px 0px;
	}

	.megamenu.scroll-menus .mega-menu-wrapper {
		transform: translate(-50%, -18px);
	}
}

.megamenu .mega-menu-wrapper ul li {
	padding: 0px !important;
}

.content code {
	padding: 20px;
	border-radius: 10px;
}

/*  */

.archive__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

.arh-text {
	margin: 30px 0px;
}

.reg-a-body-dop {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.reg-a-body-dop img {
	width: 20px;
	min-width: 20px;
}

/* ins */

.ins-body {
	border: 1px solid #667eea;
	width: 100%;
	border-radius: 20px;
	height: 100%;
}

.ins-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	padding: 20px 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ins-header img {
	width: 22px;
	height: 22px;
}

.ins-header span {
	background: rgb(13, 110, 253);
	display: inline-block;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 10px;
}

.step-number {
	display: inline-flex;
	align-items: center;
	min-width: 30px;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #667eea;
	color: white;
	border-radius: 50%;
	font-weight: bold;
}

.ins-body-item-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin: 15px 0px;
}

.ins-body-col {
	border-left: 4px solid #667eea;
	padding-left: 20px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 20px;
}

.ins-body-item-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 15px;
	text-align: left;
}

.ins-body-item-content blockquote {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 15px;
	font-size: 14px;
	margin: 10px 0;
	text-align: left;
}

.item-instr {
	height: auto;
}

.ins-body-item-content p {
	width: 100%;
}

.ins-body-item-content a {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
	padding: 5px 15px;
	width: 100%;
	display: block;
	border-radius: 5px;
	text-align: center;
	transition: .3s ease;
}

.ins-body-item-content a:hover {
	opacity: 0.8;
}

.ins-body-item-content ol li {
	margin-left: 30px;
}

.ins-body-item-content ul li {
	padding-left: 30px;
	position: relative;
}

.ins-body-item-content ul li:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #198754;
	position: absolute;
	top: 4px;
	left: 0px;
}