.snip-wrap {
	display: flex;
}
.snip-left {
	max-width: 777px;
	padding: 0 65px;
	margin-left: -65px;
   	box-sizing: content-box;
}
@media (max-width:550px) {
	.snip-wrap {
		display: block;
	}
	.snip-left {
		padding:0;
		margin: 0;
	}
}
/**сниппеты**/
.presentation-block {
	border-radius: 23.13px;
	min-height: 334px;
	background-image: url(/images/form_present.webp);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
   	margin-top: 70px;
}
.presentation-block__wrapper {
	padding: 62px 86px;
}
.presentation-block__title {
	font-size: 35px; 
	font-weight: bold;
}
.presentation-block__subtitle {
	font-size: 35px;
}
.presentation-block__button {
	border: 0;
	font:inherit;
	background: #fff;
	color: #014EB9;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius:71.25px;
	line-height: 1;
	padding: 17px 33px;
	margin-top: 26px;
	cursor: pointer;
}
@media (max-width: 550px) {
	.presentation-block {
		background-image: url(/images/form_present--mobile.webp);
		min-height: 506px;
       	 	background-size: cover;
border-radius: 6px;	
	}
	.presentation-block__wrapper {
		padding: 45px 35px;	
		
	}
	.presentation-block__title {
		font-size: 26px;
	}
	.presentation-block__subtitle {
		font-size: 26px;
	}
	
}

/* сниппет цитата эксперта */
.expert-quote {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	background: #F8F8F8;
	border: 1px solid #C0C0C0;
}
.expert-quote__wrapper {
	padding: 42px 39px 42px 50px;
}
.expert-quote__text {
	color: #5B5B5B;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5;
}
.expert-quote__text::before {
    content: "";
    display: block;
	margin-bottom: 17px;
    width: 23px;
    height: 18px;
    background: url(/upload/snippets/icon-quote.svg);
    position: relative;
}
.expert-quote__foot {
	display: flex;
	margin-top: 37px;
	align-items: center;
}
.expert-quote__description {
	margin-left: 17px;
}
.expert-quote__name {
	font-weight: bold;
	font-size: 16px;
}
.expert-quote__position {
	margin-top: 2px;
	color: #5B5B5B;
}
@media (max-width: 550px) {
	.expert-quote {
		margin-top: 25px;
		margin-bottom: 25px;
		border-radius: 12px;
	}
	.expert-quote__wrapper {
		padding: 35px 30px 43px 33px;
	}
	.expert-quote__foot {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.expert-quote__description {
		margin-top: 11px;
		margin-left: 0;
	}
	.expert-quote__position {
		margin-top: 5px;
	}
}

/*термин*/
.term-quote {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	background: #F2FAF3;
	border: 1px solid #C0C0C0;
	color: #5B5B5B;
	font-style: italic;
	line-height: 1.5;
}
.term-quote b {
	color: #1B1E25;
}
.term-quote__wrapper {
	padding: 42px 39px 42px 50px;
}
@media (max-width: 550px) {
	.term-quote__wrapper  {
		padding: 30px 27px 30px 31px;
		border-radius: 12px;
	}
	.term-quote {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

/*важное*/
.important-quote {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	background: #FFF3EF;
	border: 1px solid #C0C0C0;
	color: #5B5B5B;
	line-height: 1.5;
}
.important-quote.blue {
	background: #F3F7FF;
}
.important-quote__wrapper {
	padding: 33px 48px 33px 50px;
}
.important-quote__title {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
}
.important-quote__title::before {
	content: "";
	width: 35px;
	height: 35px;
	background: url(/upload/snippets/important.svg) no-repeat;
	margin-right: 13px;
	font-size: 18px;
}
.important-quote__text {
	margin-top: 13px;
	color: #5B5B5B;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 550px) {
	.important-quote {
		border-radius: 12px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.important-quote__wrapper {
		padding: 35px 30px 43px 33px;
	}
}
.term-usual {
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	background: #F3F7FF;
}
.term-usual__wrapper {
	padding: 52px 39px 47px 50px;
}
.term-usual__title {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.term-usual__text p:last-child{
	margin-bottom: 0;
}
@media (max-width: 600px) {
	.term-usual {
		border-radius: 12px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.term-usual__title {
		font-size: 22px;
	}
	.term-usual__wrapper {
		padding: 35px 30px 43px 33px;
	}
}

/*совет*/
.advise-quote {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	background: #FFFCF1;
	border: 1px solid #C0C0C0;
	color: #5B5B5B;
	line-height: 1.5;
}
.advise-quote__wrapper {
	padding: 33px 48px 33px 50px;
}
.advise-quote__title {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.advise-quote__text {
	margin-top: 18px;
}
.advise-quote__title::before {
	content: "";
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	background: url(/upload/snippets/advise.svg) no-repeat;
	margin-right: 13px;
	font-size: 18px;
}
@media (max-width: 550px) {
	.c-news-list.c-news-list-news-top-2 {
		margin-top: 30px;
	}
	.table-content__title {
		font-size: 26px;
	}
	.faq {
		margin-top: 20px;
	}
	.faq .faq-title {
		margin-bottom: 10px;
	}
	.topics-mobile {
		margin-top: 25px;
	}
	.advise-quote {
		border-radius: 12px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.advise-quote__wrapper {
		padding: 35px 30px 43px 33px;
	}
	.popular-mobile {
		margin-top:30px;
	}
}
.snippet-form.news-detail-navigation-item[data-position=right] {
	text-align: left;
}
.lead-block {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	min-height: 260px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #fff;
}
.lead-block--demo {
	background-image: url(/upload/snippets/form-demo--desktop.webp);
}
.lead-block--presentation {
	background-image: url(/upload/snippets/form-presentation--desktop.webp);
}
.lead-block--diagnostic {
	background-image: url(/upload/snippets/form-diagnostic.webp);

}
.lead-block--pdf {
	background-image: url(/upload/snippets/form-pdf.webp);

}
.lead-block--automize {
	background-image: url(/upload/snippets/form-automize.webp);
	text-align: center;
	display: flex;
}
.lead-block--try {
	background-image: url(/upload/snippets/form-try-new.webp);
	background-size: cover;
}

.lead-block--try .lead-block__col2 {
	line-height: 1.3;
}
.lead-block__wrapper {
	position: relative;
	padding: 55px 50px;
}
.lead-block--automize .lead-block__wrapper {
	margin: auto;
}
.lead-block__title {
	font-size: 32px;
	font-weight: bold;
}
.lead-block__subtitle {
	margin-top: 8px;
	font-size: 16px;
}
.lead-block--presentation .lead-block__subtitle {
	font-size: 28px;
}
.lead-block--try .lead-block__subtitle {
	font-size: 14px;
	max-width: 420px;
}
.lead-block__button {
	border: 0;
	font:inherit;
	background: #fff;
	color: #09538D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius:100px;
	line-height: 1;
	padding: 14px 26px;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.4s;
}
.lead-block__button:hover,
.lead-block__button:focus {
	background: #ededed;
}
@media all and (max-width: 1024px) {
	.lead-block--presentation {
		background-image: url(/upload/snippets/form-presentation.webp);
	}
	.lead-block.lead-block--presentation:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #0000006e;
	}
}
@media (max-width: 550px) {
	.lead-block {
		margin-top: 30px;
		margin-bottom: 30px;
		min-height: 444px;
		background-size: cover;
		border-radius: 12px;
		background-position: center;
	}
	.lead-block--try .lead-block__row {
		display: block;
	}
	.lead-block--try .lead-block__col2 {
		margin-left: 0;
	}
	.lead-block--demo {
		background-image: url(/upload/snippets/form-demo--mobile.webp);
		position: relative;
		overflow: hidden;
	}
	.lead-block--demo::after {
		content: "";
		position: absolute;
		width: 298px;
		height: 169px;
		right: 0;
		bottom: -5px;
		background: url(/upload/snippets/form-demo--mobile-1.webp) no-repeat;
		background-size: contain;
	}
	.lead-block--presentation {
		background-image: url(/upload/snippets/form-presentation--mobile.webp);
		min-height: 551px;
	}
	.lead-block--diagnostic {
		background-image: url(/upload/snippets/form-diagnostic--mobile.webp);
		min-height: 440px;
		position: relative;
	}
	.lead-block--diagnostic::after {
		content: "";
		position: absolute;
		bottom: 0;
		background-image: url(/upload/snippets/form-diagnostic--mobile1.webp);
		width: 309px;
		height: 175px;
		background-size: contain;
		left: 0;
        right: 0;
        margin: auto;
	}
	.lead-block--pdf {
		background-image: url(/upload/snippets/form-pdf--mobile.webp);
		min-height: 516px;
	}
	.lead-block--automize {
		background-image: url(/upload/snippets/form-automize--mobile.webp);
		min-height: 440px;
		display: block;
		position: relative;
	}
	.lead-block--automize::after {
		content: "";
		position: absolute;
		bottom: 0;
		background-image: url(/upload/snippets/form-automize--mobile1.webp);
		width: 319px;
		height: 152px;
		background-size: contain;
		left: 0;
        right: 0;
        margin: auto;
	}
	.lead-block--try {
		background: #043EB1;
		position: relative;
	}
	.lead-block--try::before {
		content:"";
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
		margin: auto;
		width: 324px;
		height: 142px;
		background-image: url(/upload/snippets/try.webp);
		background-size: contain;
	}
	.lead-block__wrapper {
		padding: 50px 40px;
	}
	.lead-block__title {
		font-size: 26px;
	}
	.lead-block__subtitle {
		margin-top: 9px;
		font-size: 16px;
	}
	.lead-block--pdf .lead-block__title {
		max-width: 250px;
	}
	.lead-block--pdf .lead-block__button {
		margin-top: 40px;
	}
	.lead-block.lead-block--presentation:before {
		display: none;
	}
}
/*пример*/
.expample-block {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 26px;
	padding-right: 10px;
	padding-bottom:9px;
	padding-top: 7px;
	border-left: 4px #2F80DB solid;
	color: #848484;
	font-size: 16px;
	line-height: 1.4;
}
.expample-block__title {
	font-weight: bold;
	margin-bottom: 5px;
}
/*дополнительные свещения*/
.spoiler-block {
	padding: 20px 27px;
	border: 1px solid #C0C0C0;
	background: #F8F8F8;
	border-radius: 20px;
	margin-bottom: 24px;
	margin-top: 24px;
	color:#1B1E25;
}
.spoiler-block__name {
	display: flex;
	color: #09538D;
	text-decoration: underline;
	align-items: flex-start;
	cursor: pointer;
	transition: 0.4s;
}
.spoiler-block__name:hover {
	color: #686f74;
}
.spoiler-block__name::before {
	content: "";
	width: 6px;
	height: 12px;
	background: url(/upload/snippets/triangle.svg) no-repeat;
	margin-right: 14px;
	margin-top: 6px;
}
.spoiler-block__text {
	padding-left: 20px;
	margin-top: 24px;
	display: none;
}
.spoiler-block__text p {
	margin-top: 24px;
}
.spoiler-block__text--active {
	display: block;
}
.spoiler-block__text-title {
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
}
@media (max-width: 550px) {
	.spoiler-block {
		border-radius: 12px;
		margin-bottom: 16px;
		margin-top: 16px;
	}
	.spoiler-block__text {
		padding-left: 0;
	}
}

.table-block {
	margin-top: 30px;
	margin-bottom: 30px;
}
.table-block__description {
	margin-bottom: 40px;
}
.table-block__wrapper {
	overflow-x: auto;
}
.table-block__table {
	padding: 0;
	margin: 0;
	width: 100%;
}
.table-block__table td {
	padding: 24px 26px;
	border-bottom: 1px solid #CECECE;
	font-size: 14px;
	min-width: 236px;
	box-sizing: border-box;
}
.table-block__table th:first-child {
	background: #1C63B2;
    border-radius: 15px 15px 0 0;
    color: #fff;
	border-bottom: 2px solid #fff;
    text-align: left;
}
.table-block__table--horizontal .table-block__thead th {
	background: #1C63B2;
    color: #fff;
	border-bottom: 2px solid #fff;
    text-align: left;
	border-right: 1px solid #fff;
}
.table-block__table--horizontal .table-block__thead th:first-child {
	border-radius: 15px 0 0 15px;
}
.table-block__table--horizontal .table-block__thead th:last-child {
	border-radius: 0 15px 15px 0;
}
.table-block__table--horizontal.table-block__table tr td:first-child {
	background: none;
	font-weight: normal;
	color: inherit;
}

.table-block__table th {
	font-size: 15px;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 28px;
	padding-right: 15px;
	border-bottom: 2px solid #09538D;
	text-align: left;
}
.table-block__table tr td:first-child {
	background: #1C63B2;
	color: #fff;
	font-weight: bold;
}
.table-block__table tr:last-child td:first-child {
	border-radius: 0 0 20px 20px;
}
.table-block__table tr:last-child td {
	border-bottom: 0;
}
.table-block__table tr td {
	font-size: 14px;
}
@media (max-width: 550px) {

}
.articles-webinar-block {
border-radius: 3px;
background: #E9E9E9;
padding: 27px 27px 27px 25px;
}
.articles-webinar-block-img {
font-size: 0;
line-height: 0;
}
.articles-webinar-block-time {
color: #000;
font-size: 13px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
padding: 8px 16px 6px 16px;
background-color: #FBBE07;
margin-bottom: 23px;
width: fit-content;
border-radius: 17px 0;
margin-top: 10px;
}
.articles-webinar-block-title {
color: #000;
font-size: 15px;
font-weight: 700;
line-height: 135%;
text-transform: uppercase;
margin-bottom: 20px;
}
.articles-webinar-block-description-elem {
color: #000;
font-size: 13px;
line-height: 135%;
position: relative;
margin-bottom: 11px;
padding-left: 20px;
}
.articles-webinar-block-description-elem:last-child {
margin-bottom: 0;
}
.articles-webinar-block-description-elem:before {
content: '';
position: absolute;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: #000;
left: 8px;
top: 7px;
}
.articles-webinar-block-description {
margin-bottom: 37px;
}
.articles-webinar-block-button {
display: inline-block;
padding: 14px 29px;
color: #000 !important;
font-size: 13px;
font-weight: 500;
line-height: 150%;
background-color: #FBBE07;
border-radius: 30px 0;
text-decoration: none !important;
}
.articles-webinar-block-img {
width: 28%;
}
.articles-webinar-block-content {
padding-left: 36px;
}
@media (max-width: 768px) {
    .articles-webinar-block-img {
        width: 100%;
        text-align: center;
    }
    .articles-webinar-block-img img {
        max-width: 350px;
        width: 100%;
    }
    .articles-webinar-block-content {
        padding-left: 0;
    }
    .articles-webinar-block-time {
        margin-top: 20px;
    }
}
.field-list .intec-ui.intec-ui-control-switch.intec-ui-scheme-current.intec-ui-scheme-current input:focus + .intec-ui-part-selector {
	background-color: #ccc!important;
	border-color: #ccc;
}

.snippet-header{}
.snippet-header .snippet-title{
	color: #1B1E25;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-wrap: balance;
}
.snippet-header .snippet-description{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-header .snippet-title + .snippet-description{
	margin-top: 1.5em;
}
@media all and (max-width: 1200px) {
	.snippet-header .snippet-title br,
	.snippet-header .snippet-description br{
		display: none;
	}
}
@media all and (max-width: 600px) {
	.snippet-header .snippet-title{
		font-size: 22px;
	}
}


.snippet-list{
	position: relative;
	padding: 2.5em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-list .snippet-list-header .snippet-list-title{
	color: #1B1E25;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.snippet-list .snippet-list-header + .snippet-list-content{
	margin-top: 2.3em;
}
.snippet-list .snippet-list-items{
	counter-reset: item;
}
.snippet-list .snippet-list-item{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 3em 15px;
	padding: 15px 0;
}
.snippet-list .snippet-list-item:has(.snippet-list-item-description),
.snippet-list .snippet-list-item:has(.snippet-list-item-picture){
	padding: 1.5em 0;
}
.snippet-list .snippet-list-item:first-child{
	padding-top: 0;
}
.snippet-list .snippet-list-item:last-child{
	padding-bottom: 0;
}
.snippet-list .snippet-list-item-number{
	position: relative;
	background-color: #2F80DB;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 33px;
	flex: 0 0 33px;
	aspect-ratio: 4/4;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -7px;
}
.snippet-list .snippet-list-item-number:before{
	counter-increment: item;
	content: counter(item);
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.snippet-list .snippet-list-item-text{
	flex: 1;
}
.snippet-list .snippet-list-item-title{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}
.snippet-list .snippet-list-item-description{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-list .snippet-list-item-description li:before{
	transform: translateY(-1px);
}
.snippet-list .snippet-list-item-description *:last-child{
	margin-bottom: 0;
}
.snippet-list .snippet-list-item-title + .snippet-list-item-description{
	margin-top: 1.5625em;
}
.snippet-list .snippet-list-item-picture{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25em;
	max-width: 100%;
	flex: 0 0 100%;
}
.snippet-list .snippet-list-item-picture img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.snippet-list .snippet-list-item-picture-description{
	color: #5B5B5B;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media all and (max-width: 1200px) {
	.snippet-list .snippet-list-item-title br,
	.snippet-list .snippet-list-item-description br{
		display: none;
	}
}
@media all and (max-width: 600px) {
	.snippet-list .snippet-list-item{
		gap: 1.8em 15px;
		padding: 0.875em 0;
	}
	.snippet-list .snippet-list-header .snippet-list-title{
		font-size: 22px;
	}
	.snippet-list .snippet-list-item-title + .snippet-list-item-description{
		margin-top: .75em;
	}
	.snippet-list .snippet-list-item-picture{
		gap: .75em;
	}
}

.snippet-list-1{
	position: relative;
	padding: 2.5em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-list-1 .snippet-list-header .snippet-list-title{
	color: #1B1E25;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.snippet-list-1 .snippet-list-header + .snippet-list-content{
	margin-top: 2.3em;
}
.snippet-list-1 .snippet-list-items{
	counter-reset: item;
}
.snippet-list-1 .snippet-list-item{
	display: flex;
	flex-direction: column;
	gap: 1.2em 15px;
	padding: 15px 0;
}
.snippet-list-1 .snippet-list-item:has(.snippet-list-item-description),
.snippet-list-1 .snippet-list-item:has(.snippet-list-item-picture){
	padding: 1.5em 0;
}
.snippet-list-1 .snippet-list-item:first-child{
	padding-top: 0;
}
.snippet-list-1 .snippet-list-item:last-child{
	padding-bottom: 0;
}
.snippet-list-1 .snippet-list-item-header{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px 15px;
}
.snippet-list-1 .snippet-list-item-number{
	position: relative;
	background-color: #2F80DB;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 76px;
	overflow: hidden;
	margin-top: -7px;
	padding: 10.5px 21px;
}
.snippet-list-1 .snippet-list-item-number:before{
	counter-increment: item;
	content: "Шаг " counter(item);
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.snippet-list-1 .snippet-list-item-text{
	flex: 1;
}
.snippet-list-1 .snippet-list-item-title{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}
.snippet-list-1 .snippet-list-item-description{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-list-1 .snippet-list-item-description li:before{
	transform: translateY(-1px);
}
.snippet-list-1 .snippet-list-item-description *:last-child{
	margin-bottom: 0;
}
.snippet-list-1 .snippet-list-item-title + .snippet-list-item-description{
	margin-top: 1.5625em;
}
.snippet-list-1 .snippet-list-item-picture{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25em;
	max-width: 100%;
	flex: 0 0 100%;
}
.snippet-list-1 .snippet-list-item-picture img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.snippet-list-1 .snippet-list-item-picture-description{
	color: #5B5B5B;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media all and (max-width: 1200px) {
	.snippet-list-1 .snippet-list-item-title br,
	.snippet-list-1 .snippet-list-item-description br{
		display: none;
	}
}
@media all and (max-width: 600px) {
	.snippet-list-1 .snippet-list-header .snippet-list-title{
		font-size: 22px;
	}
	.snippet-list-1 .snippet-list-item{
		gap: .8em 15px;
		padding: 0.875em 0;
		flex-direction: column;
	}
	.snippet-list-1 .snippet-list-item-title + .snippet-list-item-description{
		margin-top: .75em;
	}
	.snippet-list-1 .snippet-list-item-picture{
		gap: .75em;
	}
	.snippet-list-1 .snippet-list-item-title{
		flex: 1 0 100%;
	}
}

.snippet-tiles{
	position: relative;
	padding: 2.5em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-tiles .snippet-tiles-items{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 0 20px;
}
.snippet-tiles .snippet-tiles-items:not(.swiper){
	flex-wrap: wrap;
}
.snippet-tiles .snippet-tiles-header + .snippet-tiles-content{
	margin-top: 2em;
}
.snippet-tiles .snippet-tiles-item{
	background-color: #F8F8F8;
	border-radius: 10px;
	padding: 24px;
	height: auto;
	max-width: calc(25% - 1.125em);
}
.snippet-tiles .swiper-wrapper .snippet-tiles-item{
	max-width: none;
}
.snippet-tiles .snippet-tiles-item:not(.swiper-slide){
	max-width: calc(25% - 1.125em);
	flex: 0 0 calc(25% - 1.125em);
}
.snippet-tiles .snippet-tiles-item-icon{
	display: flex;
	width: 30px;
	aspect-ratio: 4/4;
}
.snippet-tiles .snippet-tiles-item-icon svg{
	width: 100%;
	height: auto;
}
.snippet-tiles .snippet-tiles-item-title{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-tiles .snippet-tiles-item-title span.big{
	display: block;
	color: #11436B;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
}
.snippet-tiles .snippet-tiles-item-icon + .snippet-tiles-item-title{
	margin-top: .65em;
}
.snippet-tiles .swiper-pagination{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	margin-top: 24px;
}
.snippet-tiles .swiper-pagination.swiper-pagination-lock{
	display: none;
}
.snippet-tiles .swiper-pagination .swiper-pagination-bullet{
	background-color: #DADADA;
	opacity: 1;
	width: 6px;
	height: 6px;
	margin: 0 5px;

	transition: all .2s ease-out;
}
.snippet-tiles .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #11436B;
	transform: scale(1.334);
}
@media all and (max-width: 1000px) {
	.snippet-tiles .snippet-tiles-item{
		max-width: calc(50% - .75em);
		flex: 0 0 calc(50% - .75em);
	}
	.snippet-tiles .swiper-wrapper .snippet-tiles-item{
		max-width: none;
		flex: none;
	}
}
@media all and (max-width: 600px) {
	.snippet-tiles .snippet-tiles-item{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.snippet-tiles .swiper-wrapper .snippet-tiles-item{
		max-width: none;
		flex: none;
	}
}

.snippet-tiles-1{
	position: relative;
	padding: 2.5em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-tiles-1 .snippet-tiles-items{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	counter-reset: item;
}
.snippet-tiles-1 .snippet-tiles-header + .snippet-tiles-content{
	margin-top: 2em;
}
.snippet-tiles-1 .snippet-tiles-item{
	max-width: calc(33.3333% - 1em);
	flex: 0 0 calc(33.3333% - 1em);
	padding: 2em 1.8em 3em;
	border-radius: 20px;
	background: #F3F7FF;
}
.snippet-tiles-1 .snippet-tiles-item-number{
	position: relative;
	background-color: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	aspect-ratio: 4/4;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -7px;
	filter: drop-shadow(-7px 12px 34px rgba(22, 82, 172, 0.11));
}
.snippet-tiles-1 .snippet-tiles-item-number:before{
	counter-increment: item;
	content: "0" counter(item);
	color: #09538D;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
}
.snippet-tiles-1 .snippet-tiles-item:nth-child(n+10) .snippet-tiles-item-number:before{
	content: counter(item);
}
.snippet-tiles-1 .snippet-tiles-item-description{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-tiles-1 .snippet-tiles-item-number + .snippet-tiles-item-description{
	margin-top: 1.25em;
}
@media all and (max-width: 1000px) {
	.snippet-tiles-1 .snippet-tiles-item{
		max-width: calc(50% - .75em);
		flex: 0 0 calc(50% - .75em);
	}
}
@media all and (max-width: 600px) {
	.snippet-tiles-1 .snippet-tiles-items{
		gap: 30px;
	}
	.snippet-tiles-1 .snippet-tiles-item{
		max-width: 100%;
		flex: 0 0 100%;
		padding: 30px;
	}
	.snippet-tiles-1 .snippet-tiles-item-number{
		width: 50px;
	}
	.snippet-tiles-1 .snippet-tiles-item-number:before{
		font-size: 20px;
	}
}

.snippet-tiles-2{
	position: relative;
	padding: 2.5em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-tiles-2 .snippet-tiles-items{
	display: flex;
	gap: 1.5em;
	counter-reset: item;
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 0 20px;
}
.snippet-tiles-2 .snippet-tiles-items:not(.swiper){
	flex-wrap: wrap;
}
.snippet-tiles-2 .snippet-tiles-header + .snippet-tiles-content{
	margin-top: 2em;
}
.snippet-tiles-2 .snippet-tiles-item{
	padding: 2em;
	border-radius: 20px;
	background: #F8F8F8;
	height: auto;
}
.snippet-tiles-2 .snippet-tiles-item:not(.swiper-slide){
	max-width: calc(50% - .75em);
	flex: 0 0 calc(50% - .75em);
}
.snippet-tiles-2 .snippet-tiles-item-title{
	color: #1B1E25;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.snippet-tiles-2 .snippet-tiles-item-description{
	color: #1B1E25;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.snippet-tiles-2 .snippet-tiles-item-description ul.not-points li:before{
	display: none;
}
.snippet-tiles-2 .snippet-tiles-item-description ul.not-points li{
	padding-left: 0;
}
.snippet-tiles-2 .snippet-tiles-item-description ul li{
	margin-bottom: 20px;
}
.snippet-tiles-2 .snippet-tiles-item-description ul li:last-child{
	margin-bottom: 0;
}
.snippet-tiles-2 .snippet-tiles-item-description ul li:before{
	transform: translateY(-1px);
}
.snippet-tiles-2 .snippet-tiles-item-description img{
	transform: translateY(6px);
	margin-right: 10px;
}
.snippet-tiles-2 .snippet-tiles-item-description b{
	font-weight: 500;
}
.snippet-tiles-2 .snippet-tiles-item-description *:last-child{
	margin-bottom: 0;
}
.snippet-tiles-2 .snippet-tiles-item-title + .snippet-tiles-item-description{
	margin-top: 1.25em;
}
.snippet-tiles-2 .swiper-pagination{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	margin-top: 24px;
}
.snippet-tiles-2 .swiper-pagination.swiper-pagination-lock{
	display: none;
}
.snippet-tiles-2 .swiper-pagination .swiper-pagination-bullet{
	background-color: #DADADA;
	opacity: 1;
	width: 6px;
	height: 6px;
	margin: 0 5px;

	transition: all .2s ease-out;
}
.snippet-tiles-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #11436B;
	transform: scale(1.334);
}
@media all and (max-width: 1000px) {
	.snippet-tiles-2 .snippet-tiles-item:not(.swiper-slide){
		max-width: 100%;
		flex: 0 0 100%;
	}
}
@media all and (max-width: 600px) {
	.snippet-tiles-2 .snippet-tiles-item-title{
		font-size: 22px;
	}
	.snippet-tiles-2 .snippet-tiles-items{
		gap: 30px;
	}
	.snippet-tiles-2 .snippet-tiles-item{
		padding: 30px;
	}
	.snippet-tiles-2 .snippet-tiles-item-number{
		width: 50px;
	}
	.snippet-tiles-2 .snippet-tiles-item-number:before{
		font-size: 20px;
	}
}


.snippet-form-free.widget-form{
	background-image: url(/upload/snippets/form.2.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	padding: 2.25em 3.5em;
	margin: 3em 0;
	font-size: clamp(16px, 1.8vw, 20px);
}
.snippet-form-free.widget-form .widget-form-wrapper{
	display: grid;
	grid-template-areas:
    "title description"
    "button description";
	gap: 1em 2em;
	max-width: 780px;
}
.snippet-form-free.widget-form .widget-form-title{
	grid-area: title;
	color: #FFF;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 140%;
	text-wrap: balance;
}
.snippet-form-free.widget-form .widget-form-description{
	grid-area: description;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	opacity: .8;
}
.snippet-form-free.widget-form .widget-form-description b{
	font-weight: 700;
}
.snippet-form-free.widget-form .widget-form-description p:last-child{
	margin-bottom: 0;
}
.snippet-form-free.widget-form .widget-form-button-wrap{
	grid-area: button;
}
.snippet-form-free.widget-form .widget-form-button{
	display: inline-block;
	color: #09538D;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	padding: 1.347em 2.694em;
	border-radius: 100px;
	background: #FFF;
	outline: none;
	border: none;
	cursor: pointer;
	user-select: none;
	text-decoration: none;

	transition: background-color .2s ease-out, color .2s ease-out;
}
.snippet-form-free.widget-form .widget-form-button:hover{
	color: #ffffff;
}
@media all and (max-width: 600px) {
	.snippet-form-free.widget-form {
		background-image: url(images/form.2.mobile.webp);
		padding: 2.5em 1.625em;
		border-radius: 12px;
	}
	.snippet-form-free.widget-form .widget-form-wrapper{
		grid-template-areas:
                "title"
                "description"
                "button";
	}
	.snippet-form-free.widget-form .widget-form-title{
		font-size: 1.5em;
	}
}