.offer{
	margin:95px 0;
	background:url(../img/offer_back.jpg) center right/contain no-repeat;
}
.micro_title {
	font-size:20px;
	margin-bottom:15px;
	line-height:1.2;
	color:#2D90F3;
	opacity:0.6;
}
.offer h3{
	font-weight:600;
	font-size:28px;
	line-height:35px;
	color:#41485D;
}
.offer h3 span,
.offertext ul li b,
.directions b{
	color:#2D90F3;
}
.offertext{
	max-width:79%;
	color:#41485D;
}
.offertext ul{
	padding:0;
	list-style-type:none;
}
.offertext ul li{
	position:relative;
	padding-left:20px;
}
.offertext ul li::before{
	display:block;
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#2D90F3;
	left:0;
	top:8px;
}
.services{
	padding:90px 0;
	background:linear-gradient(263.17deg, #53A9FF 8.69%, #0CBAB6 81.22%);
	color:#fff;
}
.services h2{
	color:#fff;
}
.services img{
	max-width:100%;
}
.services_wrap{
	margin-top:50px;
}
.services_item_wrap{
	background:#fff;
	border-radius:24px;
	padding:40px 30px;
	margin-bottom:25px;
	color:#41485D;
	height:calc(100% - 25px);
}
.services_item_wrap b{
	display:flex;
	align-items:center;
	min-height:55px;
	font-size:19px;
	line-height:24px;
	padding-left:70px;
	margin-bottom:15px;
	background:url(../img/services_item_wrap.svg) center left/55px no-repeat;
}
.principes{
	background-color:#F5F9FC;
	padding:90px 0;
}
.principes_wrap{
	margin-top:50px;
}
.principes_full_items{
	counter-reset:item;
}
.principes_full_item_wrap{
	visibility:hidden;
	height:0;
	opacity:0;
	overflow:hidden;
	background:#fff;
	border-radius:28px;
	padding:0;
	counter-increment:item;
}
.principes_full_item_wrap b{
	position:relative;
	display:block;
	height:55px;
	font-size:20px;
	line-height:24px;
	padding-left:70px;
	padding-top:30px;
	margin-bottom:25px;
	background:url(../img/principes_full_item_wrap.svg) center left/contain no-repeat;
}
.principes_full_item_wrap b::before{
	position:absolute;
	content:'Принцип №' counter(item);
	display:block;
	opacity:0.6;
	color:#4CA4FD;
	left:70px;
	top:0;
}
.problems .principes_full_item_wrap b::before{
	content:'Ошибка №' counter(item);
}
.principes_full_item_wrap.active{
	visibility:visible;
	height:auto;
	opacity:1;
	overflow:visible;
	padding:30px 40px;
}
.principes_full_items{
	counter-reset:item_2;
}
.principes_item_wrap{
	position:relative;
	background:#fff;
	border-radius:14px;
	padding:25px 25px 25px 65px;
	box-shadow: 0px 20px 40px 0px #7D95B01A;
	font-weight:500;
	counter-increment:item_2;
	margin-bottom:20px;
	cursor:pointer;
	transition:all .3s ease;
	height:calc(100% - 20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.principes_item_wrap::before{
	position:absolute;
	content:'№' counter(item_2);
	display:block;
	font-weight:600;
	font-size:18px;
	left:25px;
	top:calc(50% - 13.5px);
	color:#4CA4FD;
}
.principes_item_wrap::after{
	content:'';
	display:block;
	width:30px;
	height:30px;
	background:url(../img/princ_arrow.svg) center/contain no-repeat;
	transition:all .3s ease;
}
.principes_item_wrap:hover,
.principes_item_wrap.active{
	background:#4CA4FD;
	box-shadow:none;
	font-weight:700;
	color:#fff;
}
.principes_item_wrap:hover::before,
.principes_item_wrap.active::before{
	color:#fff;
}
.principes_item_wrap:hover::after,
.principes_item_wrap.active::after{
	background-image:url(../img/princ_arrow_white.svg);
}
.aitarifs,.aifaq,
.aisteps,.directions{
	padding:90px 0;
}
.directions_item{
	position:relative;
	border-radius:14px;
	background:#E0ECFF88;
	padding:20px 50px 20px 25px;
	font-weight:700;
	font-size:18px;
	cursor:pointer;
	margin-bottom:15px;
	transition:all .3s ease;
}
.directions_item::after{
	position:absolute;
	content:'';
	display:block;
	width:40px;
	height:40px;
	right:15px;
	top:13px;
	background:url(../img/direc_plus.svg) center/contain no-repeat;
	transition:all .3s ease;
}
.directions_item p{
	display:none;
	padding-top:10px;
	margin-top:10px;
	font-weight:400;
	font-size:16px;
	border-top:1px solid #7D95B01A;
	transition:all .3s ease;
}
.directions_item.active p{
	display:block;
}
.directions_item.active::after{
	transform:rotateZ(45deg);
}
.aisteps{
	background:#f5f9fc;
}
.aisteps_wrap{
	margin:20px -15px 0;
}
.aisteps_item{
	margin:0 15px;
	border-radius:24px;
	background:#fff;
	padding:30px;
}
.aisteps_item_title{
	display:flex;
	gap:5px;
	align-items:center;
	min-height:50px;
	font-size:20px;
	line-height:24px;
	padding-left:60px;
	margin-bottom:15px;
	font-weight:700;
	background:url(../img/aisteps_item_title.svg) center left/contain no-repeat;
}
.aisteps_item_title span{
	color:#2D90F3;
}
.aisteps_item strong{
	display:block;
	margin:20px 0 10px;
	font-size:18px;
	color:#2D90F3AA;
}
.aisteps_wrap .slick-arrow {
	position:absolute;
	width:50px;
	height:50px;
	background: url(../img/aisteps_arrow.svg) center/contain no-repeat;
	top: -69px;
	border: none;
	right:15px;
}
.aisteps_wrap .slick-prev {
	right:80px;
	transform:rotateZ(180deg);
}
.aisteps_wrap .slick-arrow:hover{
	opacity:0.7;
}
.aicomparison{
	padding:10px 0 90px;
	background:#f5f9fc;
}
.comparison_table_wrap{
	margin:35px -20px 0;
}
.comparison_table_wrap table{
	border-collapse:initial;
	border-spacing:20px;
}
.comparison_table_wrap table tr td{
	background-color:#4CA4FD44;
	padding:15px;
	font-weight:700;
	font-size:20px;
	border:none;
	color:#2D90F3;
	border-radius:15px;
	text-align:center;
	width:25%;
}
.comparison_table_wrap table tr td:first-child{
	background-color:#4CA4FD;
	color:#fff;
}
.comparison_table_wrap table tr td:last-child{
	background:linear-gradient(263.17deg, #53A9FF 8.69%, #0CBAB6 81.22%);
	color:#fff;
}
.aivantages{
	padding:10px 0 90px;
	background:#f5f9fc;
}
.vantages_item{
	background:#fff;
	border-radius:24px;
	padding:30px;
	margin-top:25px;
	height:calc(100% - 25px);
}
.vantages_item strong{
	display:block;
	font-size:20px;
	margin:30px 0 15px;
}
.aitarifs_wrap{
	margin-top:50px;
}
.aitarifs_item{
	position:relative;
	border-radius:24px;
	background:#E0ECFFAA;
	padding:145px 25px 25px;
	height:100%;
}
.aitarifs_item_head{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	background:url(../img/aitarifs_arrow.svg) top 20px left 30px no-repeat;
	background-color:#fff;
	padding:20px 20px 20px 100px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color:#2D90F3CC;
	border-radius:24px;
	box-shadow: 0px -18px 40px 0px #7D95B01A;
}
.aitarifs_item_head strong{
	display:block;
	padding-top:20px;
	position:relative;
	font-size:30px;
	color: #404B69;
	font-weight:600;
	margin-bottom:10px;
}
.aitarifs_item_head strong::before{
	display:block;
	content:'ТАРИФ';
	position:absolute;
	left:0;
	top:0;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.aitarifs_item ul{
	padding:0;
	list-style-type:none;
	margin-top:30px;
}
.aitarifs_item ul li{
	position:relative;
	padding-left:30px;
	padding-bottom:10px;
}
.aitarifs_item ul li::before{
	display:block;
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	background:url(../img/aitarifs_ul.svg) center/contain no-repeat;
	left:0;
	top:3px;
}
.aitarifs_item br{
	line-height:34px;
}
.aitarifs_item_price{
	position:relative;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	padding-bottom:30px;
	margin-bottom:20px;
}
.aitarifs_item_price span{
	font-size:28px;
}
.aitarifs_item_price::after{
	display:block;
	content:'в месяц';
	position:absolute;
	left:0;
	bottom:0;
	font-weight:600;
	opacity:0.6;
}
.aitarifs_item .mainbtn_2{
	background: linear-gradient(93.89deg, #FE3636 3.05%, #CF2222 86.21%);
	font-weight:800;
	font-size:17px;
	line-height: 15px;
	text-align: center;
	border-radius: 10px;
	height:56px;
	text-transform:uppercase;
	text-decoration: none;
}
.aifaq_wrap{
	margin-top:50px;
}
.aifaq_item{
	position:relative;
	border-radius:16px;
	background:#E0ECFFAA;
	padding:20px 70px 20px 25px;
	font-weight:700;
	font-size:20px;
	cursor:pointer;
	margin-bottom:15px;
	transition:all .3s ease;
}
.aifaq_item::after{
	position:absolute;
	content:'';
	display:block;
	width:40px;
	height:40px;
	right:20px;
	top:15px;
	background:url(../img/aifaq_plus.svg) center/contain no-repeat;
	transition:all .3s ease;
}
.aifaq_item_text{
	display:none;
	padding-top:10px;
	margin-top:10px;
	font-weight:400;
	font-size:16px;
	border-top:1px solid #7D95B044;
	transition:all .3s ease;
}
.aifaq_item.active .aifaq_item_text{
	display:block;
}
.aifaq_item.active::after{
	transform:rotateZ(45deg);
}
.formob{
	display:none;
}
@media (max-width:1300px) and (min-width:990px){
.maxim_form_25 br{
	display:none;
}
}
@media (max-width:1300px){
h2.h_25 ~ p br{
	display:none;
}
.offer {
	margin:60px 0;
}
.aitarifs,.aifaq,.principes,
.services,.aisteps,.directions{
	padding:60px 0;
}
.vantages_item strong {
	margin: 20px 0 10px;
}
.aitarifs_wrap{
	margin-top:30px;
}
.aitarifs_item{
	padding:90px 15px 15px;
}
.aitarifs_item_head{
	background-position:top 15px left 15px;
	background-size:35px;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:20px;
}
.aitarifs_item_head strong{
	padding-top:15px;
	font-size:25px;
}
.aitarifs_item_head strong::before{
	font-size: 12px;
	line-height: 16px;
}
.aitarifs_item ul{
	margin-top:20px;
}
.aitarifs_item ul li{
	position:relative;
	padding-left:20px;
	padding-bottom:5px;
}
.aitarifs_item ul li::before{
	width:15px;
	height:15px;
}
.aitarifs_item br{
	line-height:53px;
}
.aitarifs_item_price{
	font-size:18px;
	line-height:25px;
	padding-bottom:25px;
	margin-bottom:10px;
}
.aitarifs_item_price span{
	font-size:23px;
}
.aitarifs_item_price::after{
	font-size:16px;
}
}
@media (max-width:1070px){
.offer {
	margin:30px 0;
	background: none;
}
.offertext {
	max-width:100%;
}
}
@media (max-width:990px){
.offer h3 {
	font-size:22px;
	line-height:25px;
}
.services img,
.principes_items{
	display:none;
}
.services_wrap {
	margin-top:20px;
}
.formob{
	display:block;
}
.principes_full_item_wrap.active {
	margin-bottom:25px;
}
.comparison_table_wrap{
	overflow-x:scroll;
}
.comparison_table_wrap table {
	min-width: 1000px;
}
.aitarifs_item {
	margin-bottom:25px;
	height:calc(100% - 25px);
}
.aitarifs_item br {
	line-height: 29px;
}
}
@media (max-width:560px){
.december_update.update_2025 .mainbtn_2 {
	font-size: 16px;
	line-height: 19px;
}
.principes_full_item_wrap.active {
	padding: 20px;
}
.aitarifs_item br {
	display:none;
}
}