

/* 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/news/services/bitrix/catalog.smart.filter/.default/style.css?16820525032357*/
.services_filter__wrapper {
	padding: 20px 0;
}
.filter__items-wrapper {
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-auto-rows: auto;
	grid-row-gap: 20px;
}
.filter__items-wrapper.opened {
	height: auto !important;
	padding: 15px;
}
.filter__item {
	position: relative;
	overflow: hidden;
	padding: 16px 16px 16px 32px;
	background: #F7F7F7;
	box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
	border-radius: 32px;
	width: 100%;
	transition: height 0.3s ease-in;
}
.item__name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.item__name > span {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.item__name > span.item__collapse {cursor: pointer; position: relative; width: 18px; height: 18px}
.item__name > span.item__collapse:before, .item__name > span.item__collapse:after {content: ""; top: 50%; position: absolute; width: 100%; height: 2px; background: #C6C6C6;}
.item__name > span.item__collapse:after {transform: rotate(90deg);}
.filter__item.item_expanded .item__name > span.item__collapse:before {background: #0C34C6;}
.filter__item.item_expanded .item__name > span.item__collapse:after {content: unset;}

.filter__items > a {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #9F9F9F;
	margin: 16px 0;
}
.filter__items > a.active_filter {
	color: #153BC8;
}
.filter__header {
	display: none;
}
.filter__header > span {
	margin-left: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #333333;
	position: relative;
}
.filter__header > span:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 17px;
	background-image: url(/local/templates/aspro_max-studio/components/bitrix/news/services/bitrix/catalog.smart.filter/.default/images/burger.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: -50px;
	top: 0;
}

.left_block.sticky-sidebar, .left_block.sticky-sidebar > * {
	display: block !important;
}

@media all and (max-width: 768px) {
	.filter__header {
		display: block;
		cursor: pointer;
	}
	.filter__items-wrapper {
		height: 0;
		overflow: hidden;
	}
}
/* 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/services/bitrix/news.list/.default/style.css?16914852963529*/
.services__wrapper {
	margin: 20px 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-auto-rows: auto;
	grid-row-gap: 31px;
	height: fit-content;
}
.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;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	cursor: pointer;
	max-height: fit-content;
	position: relative;
}
.service__item p {
	margin: 0;
}
.service__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 32px;
}
.service_desc {
	margin: 20px 23px;
	position: relative;
}
.services__name {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 10px;
}
.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__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;
}
.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-size: 32px;
	color: #0C34C6;
	font-weight: 700;
	padding-top: 23px;	
}

.filter__header {
	padding-bottom: 1rem;
}

.filter__item {
	padding: 17px 32px;
}

.filter__items-wrapper.opened {
	padding: 24px 12px;
}

@media (max-width: 1111px) {
	.service__item {
		max-height: max-content;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.service__image {
		grid-row: 1;
	}
} 

@media (max-width:768px) {
	.filter__item {
		width: calc(100% - 18px);
		margin: auto;
	}
}

.service__item-link {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1000;
}

/* End */


/* Start:/local/templates/aspro_max-studio/components/bitrix/form.result.new/inline_custom/style.css?16855956004074*/
.index-form {
    margin: 130px 0;
}
@media (max-width:991px) {
    .index-form {
        margin: 1rem 0;
    }
}
.form-wrapper {
    box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
    border-radius: 32px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.form_on_main_bg {
    background: url(/local/templates/aspro_max-studio/components/bitrix/form.result.new/inline_custom/images/back.png), #F7F7F7;
    background-size: auto;
    background-position: 111% center;
    background-repeat: no-repeat;
    filter: grayscale(50%) opacity(0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.form.inline_custom {
    padding: 32px 116px;
    display: grid;
    grid-template-columns: 322px 1fr;
    grid-column-gap: 16px;
}

@media (max-width:991px) {
    .form.inline_custom {
        display: flex;
        flex-direction: column;
    }
}

.wrapper1 .form.inline_custom .form_head {
    margin-top: 0;
}
.form.inline_custom .form_head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #333333;
    padding-bottom: 1rem;
}
.form.inline_custom .main-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
}

@media (max-width:1176px) {
    .form.inline_custom .main-fields {
        display: flex;
        flex-direction: column;
    }
}

.form.inline_custom .form-control {
    background: none;
    border-radius: 20px;
    margin-bottom: 10px;
}
.form.inline_custom label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.form.inline_custom .inputtext,
.form.inline_custom .phone,
.form.inline_custom textarea {
    font-size: 16px;
    box-shadow: inset -8px -8px 16px #FFFFFF, inset 8px 8px 24px rgba(180, 193, 213, 0.5);
    border-radius: 20px;
    padding: 22px 10px;
}
.form.inline_custom textarea {
    width: 100%;
    padding: 22px;
    min-height: 138px;
}
.form.inline_custom .form_footer {
    display: block;
}
.form.inline_custom button[type="submit"] {
    float: right;
    color: #0C34C6;
    border-color: #0C34C6;
}
.form.inline_custom button[type="submit"]:hover {
    color: white;
    background-color: #0C34C6;
}
.form.inline_custom label.error {
    display: block;
    position: static;
    font-size: 12px;
    margin-bottom: 0;
}


.inline_custom .form_result.success {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: 2999;
}
.inline_custom .form_result.success .success_body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.inline_custom .form_result.success .success_block {
    padding-bottom: 2px;
    border-radius: 40px;
    background: linear-gradient(169.87deg, rgba(255, 255, 255, 0.4) 72.04%, rgba(21,59,200, 1) 96.05%);
    filter: drop-shadow(-12px -12px 24px #FFFFFF) drop-shadow(4px 4px 24px rgba(12, 52, 198, 0.2));
}
.inline_custom .form_result.success .success_block p {
    font-family: 'NexaText';
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 55px;
    color: #4F4F4F;
    margin: 0;
    background: white;
    border-radius: 40px;
    padding: 63px 135px;
}


@media all and (max-width: 768px) {
    .form.inline_custom {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding: 32px 30px;
        grid-row-gap: 16px;
    }
    .form.inline_custom .main-fields {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

.full-line {
    grid-column: 1 / span 3;
}

.form_head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form_desc {
    font-size: 12px;
}

/* .wrapper_inner  .maxwidth-theme {
    padding: 0;
} */

.maxwidth-theme  .maxwidth-theme {
    padding: 0;
}
/* End */
/* /local/templates/aspro_max-studio/components/bitrix/breadcrumb/main_custom/style.css?16848311772568 */
/* /local/templates/aspro_max-studio/components/bitrix/news/services/bitrix/catalog.smart.filter/.default/style.css?16820525032357 */
/* /local/templates/aspro_max-studio/components/bitrix/system.pagenavigation/load_more/style.css?1689586066122 */
/* /local/templates/aspro_max-studio/components/bitrix/news/services/bitrix/news.list/.default/style.css?16914852963529 */
/* /local/templates/aspro_max-studio/components/bitrix/form.result.new/inline_custom/style.css?16855956004074 */
