

/* Start:/local/templates/bewave/components/bitrix/news.detail/service-detail-v2/style.css?17660633493454*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.service-new{
	margin-top: 44px;
	position: relative;
}

.service-new__offer-title{
	font-family: 'Onest';
	font-weight: 600;
	font-size: 100px;
	line-height: 96px;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.service-new__offer-desc{
	font-family: 'Onest';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 24px;
	color: #6C7378;
	max-width: 540px;
}

.service-new__offer-bottom{
	display: flex;
	gap: 24px;
	align-items: center;
}
.service-new__offer-bottom-price{
	font-family: 'Onest';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0;
	color:  #152128;
}

@media (max-width: 1500px) {
	.service-new__offer-title{
		font-size: 75px;
		line-height: 70px;
		max-width: 800px;
	}

	.service-bg-wrapper {
		--size: 700px;
		top: 10px;
	}
}

@media (max-width: 1200px) {
	.service-bg-wrapper {
		--size: 500px;
		top: 10px;
	}

	.service-new{
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.service-new__offer{
		max-width: 500px;
	}

	.service-new__offer-title{
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 24px;
	}

	.service-new__offer-desc{
		font-size: 14px;
		line-height: 16px;
		max-width: 380px;
	}

	.service-bg-wrapper {
		--size: 460px;
		top: 10px;
	}
}

@media (max-width: 839px) {
	.service-bg-wrapper {
		--size: 400px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	.grid-cards-7{
		grid-template-rows: repeat(3, auto) !important;
	}

	.price__card-list{
		display: none;
	}

	.price__card-value{
		margin-top: 0;
	}

	.service-new__offer-desc{
		max-width: 100%;
	}

	.service-bg-wrapper {
		--size: 300px;
		top: 8vh;
		right: -13vh;
	}

	.service-new__offer-bottom{
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}

	.technology__content-card{
		display: none;
	}

	.services-card-1 .services-card-1__icon{
		width: 60px;
		height: 60px;
		background-size: contain;
		position: absolute;
		bottom: -20px;
		background-repeat: no-repeat;
		right: -10px;
		z-index: 2;
		margin-bottom: 0 !important;
		transition: .2s ease-in-out;

		animation: upDown 3s ease-in-out infinite;
	}

	@keyframes upDown {
		0%{
			transform: translateY(0);
		}
		50%{
			transform: translateY(5px);
		}
		100%{
			transform: translateY(0);
		}
	}

	.services-card-1 .services-card-1__arrow-icon{
		top: 20px;
		right: 16px;
	}

	.services-card-1__title h3{
		margin-bottom: 12px;
	}

	.service-steps__card{
		display: grid;
		grid-template-columns: 32px auto;
		gap: 8px;
		align-items: center;
	}

	.service-steps__card-title, .service-steps__card-subtitle{
		margin-bottom: 0 !important;
	}

	.service-steps__card-text{
		grid-column: span 2;
	}

	.service-steps .service-steps__cards{
		row-gap: 22px;
	}

	.service-skills__card{
		position: relative;
	}

	.service-skills__card .service-skills__card-icon {
		width: 60px;
		height: 60px;
		position: absolute;
		top: -12px;
		right: -12px;
		background-size: contain;
		margin-bottom: 0;
		animation: upDown 3s ease-in-out infinite;
	}
}

.service-main .service-steps{
	margin-top: 0;
}

.gift{
	background: #d73451b0 !important;
}
.gift__glass {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.price__card-2, .price__card-1{
	transition: .2s ease-in-out;
}

.price__card-2:hover, .price__card-1:hover{
	scale: 1.05;
}





/* End */
/* /local/templates/bewave/components/bitrix/news.detail/service-detail-v2/style.css?17660633493454 */
