

/* Start:/local/templates/gradient/components/bitrix/news/services/bitrix/news.list/.default/style.css?17450885646744*/
/*services-page*/

.services-page {
    padding: 180px 0 160px;
}

.services-page .services__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  list-style: none;
  padding-top: 80px;
}

.services__main-title {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 0px 40px rgba(215, 149, 255, 0.90);
	font-family: Play;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 89px;
	letter-spacing: -1.28px;
	text-align: center;
	text-transform: capitalize;
	margin: 0 auto;
	margin-bottom: 155px;
	max-width: 640px;
}

.services-page .services__list-item {
	position: relative;
    display: flex;
	width: 445px;
	min-height: 380px;
	box-sizing: border-box;
    cursor: pointer;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 60px 40px; 
	border-radius: 30px;
	background: rgba(30, 0, 68, 0.50);
	box-shadow: -5px 4px 15px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 20px 0px rgba(255, 255, 255, 0.50) inset;
}

.services-page .services__list-item.mix {
	display: none;
}

.services-page .list-item__name {
	color: #D795FF;
	text-align: center;
	font-family: Play;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 40px;
}

.services-page .services__list-item.visually-hidden,
.services-page .services__list-item.visually-hidden .list-item__name,
.services-page .services__list-item.visually-hidden .list-item__price,
.services-page .services__list-item.visually-hidden .services__btn {
	height: 0;
	min-height: 0;
	font-size: 0;
	line-height: 0;
	margin:0;
	padding: 0;
}

.list-item__price {
	color: #ffffff;
	text-align: center;
	font-family: Play;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 66px;
	min-height: 66px;
}

.services-page .services__btn {
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 400;
    padding: 45px 10px;
	box-sizing: border-box;
	color: #E9DEFF;
	font-family: Play;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	border-radius: 10px;
    width: 100%;
    height: 62px;
	background: linear-gradient(#1E0044, #1E0044) padding-box, linear-gradient(to right, #383fec, #23ffff) border-box;
}

.services__btn-more {
	display: block;
	margin: 0 auto;
    padding: 0;
	color: #ffffff;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(#1E0044, #1E0044) padding-box, linear-gradient(to right, #383fec, #23ffff) border-box;
    box-shadow: 0px 0px 50px rgba(61, 255, 255, 0.3);
}

.services__btn-more:hover {
	box-shadow: 0px 0px 20px 0px #8BFFFF;
	backdrop-filter: blur(50px);
	color: #ffffff;
}

.services__btn-more.open_gal {
    min-width: 100px;
    width: 100px;
    height: 100px;
	transform: rotate(90deg);
}

.services__btn-more.close_gal {
	width: 192px;
	padding: 20px 40px;
	color: #E9DEFF;
	font-family: Play;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 0px 0px 3.14815px 0px rgba(162, 45, 247, 0.10), 0px 0px 6.51852px 0px rgba(162, 45, 247, 0.10), 0px 0px 13px 0px rgba(162, 45, 247, 0.10), 0px 0px 25.48148px 0px rgba(162, 45, 247, 0.10), 0px 0px 46.85185px 0px rgba(162, 45, 247, 0.10), 0px 0px 19px 9px rgba(162, 45, 247, 0.10);
}

.services__btn-more.open_gal:after {
    position: relative;
    content: 'next';
    font-family: swiper-icons;
    top: calc(50% - 22px);
    font-size: 44px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.services-page .filter-item {
    padding: 14px 50px;
	margin: 5px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(--7, linear-gradient(176deg, #B195FF -126.75%, #D795FF 97.05%));
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 5px 4px 10px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	color: #000000;
	text-align: center;
	font-family: Play;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
}



.services-page .filter-item.active {
	border: 2px solid var(--6, #8FDDFF);
	background: #1E0044;
	color: #ffffff;
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 5px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.filter-tabs {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 12px;
}

.services__list-item .list-item__icon {
    position: absolute;
    top: -50px;
    right: -25px;
    width: 120px;
    height: 120px;
    filter: drop-shadow(0px 0px 5px #D795FF) drop-shadow(0px 0px 15px #D795FF);
}

.services__list-item.mix {
	display: none;
}

@media (max-width: 1600px) {
	.services-page .services__list-item {
		width: 330px;
		min-height: 310px;
		padding: 50px 30px;
	}
.services-page .list-item__name {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.services__list-item .list-item__icon {
		position: absolute;
		top: -40px;
		right: -24px;
		width: 100px;
		height: 100px;
	}
	.list-item__price {
		font-size: 20px;
		line-height: 50px;
		min-height: 61px;
	}
	.services-page .services__btn {
		padding: 35px 10px;
		font-size: 18px;
	}
}


@media (max-width: 980px) {

	.services-page {
		padding: 110px 0 100px;
	}
	.services__main-title {
		font-size: 40px;
		line-height: 45px;
		max-width: 340px;
		margin-bottom: 75px;
	}
}

@media (max-width: 640px) {
	.services-page .filter-item {
		width: 108px;
		box-sizing: border-box;
		padding: 8px 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.services-page .services__list {
		padding-top: 80px;
		gap: 0;
	}
	.services-page .services__list-item {
		width: 340px;
		min-height: 310px;
		padding: 85px 30px 55px;
		margin-bottom: 60px;
	}
	.services-page .list-item__name {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.services__list-item .list-item__icon {
		top: -32px;
		right: 116px;
		width: 100px;
		height: 100px;
	}
	.services-page .services__btn {
		width: 100%;
		height: 62px;
		min-width: unset;
		padding: 25px 10px;
		font-size: 16px;
	}

	.services__btn-more.close_gal {
		width: 115px;
		padding: 10px 20px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.16px;
	}

	.services__btn-more.open_gal {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	.services__btn-more.open_gal:after {
		top: calc(50% - 13px);
		font-size: 26px;
	}

}

@media (max-width: 320px) {
   .services-page .services__list-item {
	 width: 280px;
	}

	.services__list-item .list-item__icon {
		top: -32px;
		right: 70px;
	}
}

/* End */


/* Start:/local/templates/gradient/components/alpham/form/services_feedback/style.css?17450885642807*/
.services__form {
	position: relative;
	width: 912px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 44px;
	border-radius: 32px;
	border: 2px solid #ffffff;
	background: #B77EFF;
	box-shadow: 0px 0px 10px 0px #9662FF;
}

.services-form__title {
	color:#ffffff;
	text-align: center;
	font-family: Play;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px; 
	letter-spacing: -0.4px;
	margin-bottom: 20px;
}

.services-form__subtitle {
	color: #ffffff;
	text-align: center;
	font-family: Play;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 17px;
}

.services__form form {
	width: 420px;
	padding: 10px;
}

.services__form::after {
	display: block;
    position: absolute;
    content: "";
    right: -180px;
    top: 62px;
    width: 701px;
    height: 468px;
	background: url('/local/templates/gradient/components/alpham/form/services_feedback/./img/grafiki.webp') no-repeat center;
	background-size: contain;
}

.services__form .form__input {
	height: 51px;
	color: #ffffff;
	width: 100%;
	border-radius: 10px;
	margin: 8px 0;
	padding: 0 20px;
	/*border: 5px solid rgba(0, 255, 255, 0.2);*/
	font-family: Play;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 130% */
	background: linear-gradient(#9662FF, #9662FF) padding-box, linear-gradient(to right, #7bc2fe, #d795ff) border-box;
    border: 3px solid transparent;
}

.services__form .submit-btn {
	margin: 0 auto;
	margin-top: 8px;
	font-family: Play;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	width: 100%;
	padding: 24px 40px;
}


.services__form input:not([type=submit])::-webkit-input-placeholder {
  /* Chrome */
  color: #ffffff;
}

.services__form input:not([type=submit]):-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.services__form input:not([type=submit])::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.services__form input:not([type=submit]):-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}

@media (max-width: 1600px) {
	.services__form::after {
		right: -24px;
		top: 92px;
		width: 530px;
		height: 467px;
	}
}

@media (max-width: 1280px) {

}

@media (max-width: 980px) {
	.services__form::after {
		display: none;
	}
	.services__form form {
		width: 70%;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.services__form {
		padding: 44px 15px;
	}
	.services__form form {
		width: 100%;
		margin: 0 auto;
	}

	.services-form__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.services-form__subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.services__form .form__input {
		height: 51px;
		font-size: 14px;
	}
	.services-page .feedback__btn.btn {
		padding: 29px;
		width: 100%;
		height: 33px;
		margin-top: 8px;
	}
}
/* End */
/* /local/templates/gradient/components/bitrix/news/services/bitrix/news.list/.default/style.css?17450885646744 */
/* /local/templates/gradient/components/alpham/form/services_feedback/style.css?17450885642807 */
