.page-template-tpl_service-ads .page-welcome__container{
	align-items: center;
}
.page-template-tpl_service-ads .page-welcome__image span {
	margin: -17px -11px 82px -34px;
}
.ads-why {
	padding: 100px 0 68px;
	background: radial-gradient(107.81% 85.49% at 107.81% 35.25%, #012B84 0%, #070B1B 100%);
	color: #FFF;
}
.ads-why__desc {
	font-size: 14px;
	line-height: 24px;
	margin: -15px 0 23px;
}
.ads-why__container {
	display: flex;
	gap: 20px;
}
.ads-why__nav{
	width: 32%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ads-why__nav button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	gap: 8px;
	width: 100%;
	padding: 15px 23px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
}
.ads-why__nav button.active{
	font-weight: 600;
	cursor: default;
}
.ads-why__nav button i{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
.ads-why__slider {
	width: calc(59.4% - 20px);
}
.ads-why__slide{
	display: none;
}
.ads-why__slide:first-child{
	display: block;
}
.ads-why__block {
	padding: 31px 49px 31px 31px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
}
.ads-why__title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 32px;
}
.ads-why__title i{
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}
.ads-why__row:not(:last-child) {
	margin-bottom: 20px;
}
.ads-why__label {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.ads-why__line {
	height: 4px;
	background: #000;
}
.ads-why__line span{
	display: block;
	height: 100%;
	background: linear-gradient(270deg, #6930B9 0%, #27D0FF 74.04%, #085AC4 100%), linear-gradient(270deg, #27D0FF 19.23%, #305CB9 47.6%, #11337B 100%);
	border-radius: 2px;
}
.ads-why__text {
	font-size: 20px;
	line-height: 24px;
	margin-top: 56px;
}
.ads-build {
	padding: 100px 0;
	background: #FFF;
}
.ads-build__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-auto-rows: 1fr;
}
.ads-build__item {
	display: flex;
	align-items: center;
	padding: 33px 31px;
	background: #F4F7F9;
	border-radius: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.ads-build__item i{
	display: block;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 24px;
}
.ads-service {
	padding: 100px 0;
	background: radial-gradient(107.81% 85.49% at 107.81% 35.25%, #012B84 0%, #070B1B 100%);
	color: #FFF;
}
.ads-service__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.ads-service__slider{
	display: none !important;
}
.ads-service__item {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	padding: 32px 32px;
}
.ads-service__name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 23px;
}
.ads-service__name i{
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}
.ads-service__list {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.ads-service__list li{
	position: relative;
	padding-left: 15px;
}
.ads-service__list li:not(:last-child){
	margin-bottom: 18px;
}
.ads-service__list li::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 4px;
	height: 4px;
	background: #F9D161;
	border-radius: 50%;
}
.ads-for {
	padding: 100px 0 45px;
	background: #FFF;
}
.ads-for__slider{
	display: none !important;
}
.ads-for__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.ads-for__item {
	display: flex;
	padding: 32px 32px 24px;
	gap: 24px;
	background: #F4F7F9;
	border-radius: 12px;
}
.ads-for__image {
	width: 56px;
}
.ads-for__image span{
	display: block;
	padding-top: 182%;
	position: relative;
}
.ads-for__image span img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}
.ads-for__content {
	width: calc(100% - 56px - 24px);
}
.ads-for__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}
.ads-for__text {
	font-size: 14px;
	line-height: 24px;
}
.aisol-creation {
	background: #fff;
	padding: 55px 0 100px;
}
.aisol-creation__block {
	padding: 20px 40px 45px 70px;
	display: flex;
	align-items: center;
	background: linear-gradient(201.77deg, #305CB9 -13.23%, #182251 107.34%);
	border-radius: 20px;
	color: #fff;
}
.aisol-creation__image {
	width: 35%;
}
.aisol-creation__image span{
	width: 292px;
	display: block;
	line-height: 0;
	margin: -42px 0 24px;
}
.aisol-creation__content {
	width: 65%;
	padding: 0 0 0 41px;
}
.aisol-creation__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 13px;
}
.aisol-creation__title span{
	color: #F9D161;
}
.aisol-creation__btn .button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 328px;
	height: 66px;
}
.ads-process {
	padding: 100px 0;
	background: radial-gradient(107.81% 85.49% at 107.81% 35.25%, #012B84 0%, #070B1B 100%);
	color: #FFF;
}
.ads-process__container {
	display: flex;
	gap: 60px;
}
.ads-process__items {
	width: 57.5%;
}
.ads-process__item {
	display: flex;
	gap: 20px;
	position: relative;
	padding: 21px 23px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
}
.ads-process__item:not(:last-child) {
	margin-bottom: 10px;
}
.ads-process__item:before{
	content: '';
	display: block;
	border-radius: 15px;
	border: 2px solid transparent;
	background: linear-gradient(-90deg,#6930B9 0%,#27D0FF 74%,#085AC4) border-box;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.ads-process__icon{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
.ads-process__image {
	width: calc(42.5% - 60px);
	padding: 0 45px 0 0;
}
.ads-process__content {}
.ads-process__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 3px 0 10px;
}
.ads-process__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.page-template-tpl_service-ads .section-reviews{
	padding: 140px 0 120px;
}
.page-template-tpl_service-ads .section-reviews__content-inner,
.page-template-tpl_service-ads .section-reviews__slide-inner{
	position: relative;
}
.page-template-tpl_service-ads .section-reviews__item:before,
.page-template-tpl_service-ads .section-reviews__content-inner:before,
.page-template-tpl_service-ads .section-reviews__slide-inner:before{
	content: '';
	display: block;
	border-radius: 15px;
	border: 2px solid transparent;
	background: linear-gradient(-90deg,#6930B9 0%,#27D0FF 74%,#085AC4) border-box;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	position: absolute;
	inset: 0;
	pointer-events: none;
}
@media only screen and (max-width: 992px){
	.ads-service__items {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media only screen and (max-width: 768px){
	.page-template-tpl_service-ads .page-welcome__image span {
		margin: 13px -67px 18px -68px;
	}
	.ads-why {
		padding: 41px 0 42px;
	}
	.ads-why .section-title{
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 33px;
	}
	.ads-why__nav{
		display: none;
	}
	.ads-why__slider{
		width: 100%;
	}
	.ads-why__title{
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
		margin-bottom: 15px;
	}
	.ads-why__block {
		padding: 34px 25px;
	}
	.ads-why .slick-dots{
		margin-top: 33px;
	}
	.ads-why .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		position: absolute;
		bottom: -12px;
		opacity: 0.5;
		border: 1px solid #FFF;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1;
	}
	.ads-why .slick-arrow.slick-prev{
		left: 0;
		transform: rotate(90deg);
	}
	.ads-why .slick-arrow.slick-next{
		right: 0;
		transform: rotate(-90deg);
	}
	.ads-why .slick-arrow svg{
		fill: #FFF;
	}
	.ads-why .slick-dots .slick-active button{
		background: #F9D161;
	}
	.ads-why__text{
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		margin-top: 38px;
	}
	.ads-build{
		padding: 41px 0;
	}
	.ads-build .section-title{
		font-size: 36px;
		line-height: 44px;
	}
	.ads-build__items{
		grid-template-columns: repeat(1, 1fr);
		gap: 14px;
	}
	.ads-build__item{
		padding: 28px 32px;
		font-size: 16px;
		line-height: 20px;
	}
	.ads-build__item i{
		width: 48px;
		height: 48px;
		margin-right: 24px;
	}
	.ads-service__items{
		display: none;
	}
	.ads-service__slider{
		display: block !important;
	}
	.ads-service__slide{
		display: none;
	}
	.ads-service__slide:first-child{
		display: block;
	}
	.ads-service {
		padding: 40px 0;
	}
	.ads-service .slick-dots{
		margin-top: 33px;
	}
	.ads-service .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		position: absolute;
		bottom: -12px;
		opacity: 0.5;
		border: 1px solid #FFF;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1;
	}
	.ads-service .slick-arrow.slick-prev{
		left: 0;
		transform: rotate(90deg);
	}
	.ads-service .slick-arrow.slick-next{
		right: 0;
		transform: rotate(-90deg);
	}
	.ads-service .slick-arrow svg{
		fill: #FFF;
	}
	.ads-service .slick-dots .slick-active button{
		background: #F9D161;
	}
	.ads-for {
		padding: 40px 0 45px;
	}
	.ads-for__slider{
		display: block !important;
	}
	.ads-for__items {
		display: none;
	}
	.ads-for__slide{
		display: none;
	}
	.ads-for__slide:first-child{
		display: block;
	}
	.ads-for__item{
		flex-direction: column;
		align-items: flex-start;
	}
	.ads-for .slick-dots{
		margin-top: 33px;
	}
	.ads-for .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		position: absolute;
		bottom: -12px;
		opacity: 0.5;
		border: 1px solid #000;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1;
	}
	.ads-for .slick-arrow.slick-prev{
		left: 0;
		transform: rotate(90deg);
	}
	.ads-for .slick-arrow.slick-next{
		right: 0;
		transform: rotate(-90deg);
	}
	.ads-for .slick-arrow svg{
		fill: #000;
	}
	.ads-for .slick-dots .slick-active button{
		background: #F9D161;
	}
	.ads-for__image {
		width: 92px;
	}
	.ads-for__image span {
		padding-top: 111%;
	}
	.ads-for__content{
		width: 100%;
	}
	.ads-for__title{
		margin-bottom: 10px;
	}
	.aisol-creation{
		display: none;
	}
	.ads-process {
		padding: 40px 0 88px;
	}
	.ads-process__container{
		flex-direction: column;
		gap: 40px;
	}
	.ads-process__items{
		width: 100%;
	}
	.ads-process__image{
		width: 100%;
		padding: 0 50px;
	}
	.ads-process__item{
		flex-direction: column;
		gap: 16px;
	}
	.ads-process__icon{
		width: 60px;
		height: 60px;
	}
	.ads-process__text{
		font-size: 14px;
		line-height: 24px;
	}
	.ads-process__text br{
		display: none;
	}
	.ads-process__item:not(:last-child) {
		margin-bottom: 19px;
	}
	.page-template-tpl_service-ads .section-reviews{
		padding: 20px 0;
	}
	.page-template-tpl_service-ads .section-reviews__slide-inner:before{
		border-width: 1px;
	}
	
}