

/* Start:/local/templates/aspro_max-studio/components/bitrix/breadcrumb/main_custom/style.css?16848311772568*/
.breadcrumbs {
  padding: 28px 0 0 0;
}
.breadcrumbs .breadcrumbs {
  padding: 0px;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: -16px;
}
.mobile .breadcrumbs__item:hover .breadcrumbs__dropdown-wrapper {
  display: none;
}
.mobile .breadcrumbs__item.hover .breadcrumbs__dropdown-wrapper {
  display: block;
}
.breadcrumbs__separator {
  position: relative;
  zoom: 1;
  bottom: -1px;
  display: inline-block;
  margin: 0 6px 0px 5px;
  border: none;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.breadcrumbs__item--with-dropdown {
}

.breadcrumbs__item--with-dropdown:hover .breadcrumbs__arrow-down {
  opacity: 1;
}

.breadcrumbs__arrow-down {
  opacity: 0.5;
  border: none;
  top: 13px;
  right: 3px;
  display: none;
  height: 3px;
  line-height: 18px;
  margin: 0 4px;
  position: absolute;
  width: 5px;
  z-index: 1;
  font-size: 0;
}
.breadcrumbs__arrow-down .svg {
  top: -8px;
}
.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down {
  display: inline-block;
}

.breadcrumbs__item-name {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
span.breadcrumbs__item .breadcrumbs__item-name {
  color: #0C34C6;
}
.breadcrumbs a:hover span {
  color: var(--fill_dark_light_white_hover);
}

.breadcrumbs__item--with-dropdown .breadcrumbs__item--dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.breadcrumbs__dropdown-wrapper {
  display: none;
  padding-top: 8px;
  top: 18px;
  z-index: 2;
  position: absolute;
  left: -18px;
}

.breadcrumbs__dropdown {
  background: #fff;
  background: var(--card_bg_black);
  padding: 11px 20px;
  text-align: left;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.12);
}
.breadcrumbs__dropdown .breadcrumbs__dropdown-item {
  display: block;
  line-height: 14px;
  padding: 5px 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .breadcrumbs {
    display: flex !important;
  }
  .breadcrumbs__item:last-child {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .breadcrumbs__item--with-dropdown + .breadcrumbs__separator {
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down {
    display: none;
  }
}

/* End */


/* Start:/local/templates/aspro_max-studio/components/bitrix/system.pagenavigation/load_more/style.css?1689586066122*/
.btn-wrapp-more {
    display: flex;
}
.load_more {
    margin: auto;
    text-align:center;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/aspro_max-studio/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17031577895308*/
.services__wrapper, .action__wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-auto-rows: auto;
	grid-row-gap: 50px;
	grid-column-gap: 40px;
}
.service__item {
	width: 100%;
	min-height: 184px;
	background: #F7F7F7;
	box-shadow: 2px 4px 24px rgba(12, 52, 198, 0.2), -12px -12px 24px #FFFFFF;
	border-radius: 32px;
	overflow: hidden;
	cursor: pointer;
	min-height: 300px;
	position: relative;
	display: flex;
}

.service__item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(108.11deg, #1B46B1 10.91%, #98AEE6 94.15%);
	top: 0;
	opacity: 0;
	transition: 0.5s;
}

.service__item:hover {
	box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.54);
}

.service__item:hover::before{
	opacity: 1;
}

.service__item.service__image-full:hover::before {
	opacity: 0;
}

.service__item p {
	margin: 0;
}

.service__link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.service__image {
	position: relative;
	width: 50%;
	height: 100%;
}

.service__image-full .service__image  {
	position: absolute;
	width: 100%;
}

.service__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	border-radius: 32px;
}


.service_desc {
	padding: 48px 34px;
	position: relative;
	z-index: 9;
	height: 100%;
	width: 50%;
}
.service__image-full .service_desc {
	width: 70%;
}
.services__name {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 25px;
}
.services__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 6;
	overflow: hidden;
}

.service__item:hover .services__name, .service__item:hover .services__text {
	color: #fff;
}

.service__image-full.service__item:hover .services__name, .service__image-full.service__item:hover .services__text {
	color: #333;
}

.service__image .action-marker {
	position: absolute;
	top: 15px;
	right: 32px;
	padding: 5px 10px 3px;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.action-marker.DISCOUNT {
	background: rgba(255, 204, 0, 0.65);
}
.action-marker.BESTSELLER {
	background: rgba(0, 206, 132, 0.5);
}
.action-marker.NEW {
	background: rgba(21, 59, 200, 0.5);
}
.service__image .action-goto {
	position: absolute;
	bottom: 32px;
	right: 24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #F7F7F7;
	box-shadow: inset -4px -4px 4px #FFFFFF, inset 4px 4px 4px rgba(12, 52, 198, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11;
}
.action-goto > .arrow_right {
	width: 20px;
	height: 2px;
	background-color: #153BC8;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	display: block;
	position: relative;
}
.action-goto > .arrow_right::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	bottom: -2px;
	right: 0;
	background-color: #153BC8;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	transform: rotate(-45deg);
}

.action-goto > .arrow_right::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 2px;
	top: -2px;
	right: 0px;
	background-color: #153BC8;
	transform: rotate(45deg);
}
.center {
	text-align: center;
}
.services__more {
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0C34C6;
	padding: 12px 20px 8px;
	border: 1.2px solid #0C34C6;
	border-radius: 60px;
}

.services__price {
	font-weight: 700;
	font-size: 32px;
	padding-top: 35px;
	position: absolute;
	bottom: 48px;
}

.services__price .base-price {
	color: #0C34C6;
}

.services__price .old-price {
	text-decoration-line: line-through;
	font-weight: 500;
}

.service__image-full.service__item:hover .base-price, .service__image-full.service__item:hover .old-price {
	color: #333;
}

.service__item:hover .base-price, .service__item:hover .old-price {
	color: #fff;
}
.service__image-full.service__item:hover .base-price, .service__image-full.service__item:hover .old-price {
	color: #0C34C6;
}

@media (max-width:1053px) {
	.services__price {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.services__wrapper, .action__wrapper {
		grid-template-columns: 1fr;
	}
	.service__item {
		grid-template-columns: 1fr;
		grid-template-rows: auto 180px;
		grid-row-gap: 20px;
	}
	.service__image-full .service_desc {
		width: 100%;
	}	
}

@media (max-width: 556px) {
	.service__item {
		flex-direction: column-reverse;
		grid-row-gap: 0;
		min-height: 350px;
	}
	.service_desc {
		width: 100%;
		padding: 2rem;
	}
	.service__image {
		width: 100%;		
	}
	.services__price {			
		position: unset;
	}
	.service__image-full .services__price {
		position: absolute;
		bottom: 2rem;
	}

	.service__item::before {
		width: 100%;
		height: 90%;		
		bottom: 0;
		top: auto;
	}
}
/* End */
/* /local/templates/aspro_max-studio/components/bitrix/breadcrumb/main_custom/style.css?16848311772568 */
/* /local/templates/aspro_max-studio/components/bitrix/system.pagenavigation/load_more/style.css?1689586066122 */
/* /local/templates/aspro_max-studio/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17031577895308 */
