

/* 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/news.detail/.default/style.css?16892390408229*/
.header-custom {
    position: static !important;
}
.top-block-wrapper.custom-top.bg-cover {
    background-image: none !important;
    min-height: unset !important;
}
.breadcrumbs__item-name, .breadcrumbs__separator {
    color: #BDBDBD !important;
}
span.breadcrumbs__item .breadcrumbs__item-name {
    color: #0C34C6 !important;
}
.breadcrumbs a:hover span {
    color: var(--fill_dark_light_white_hover) !important;
}
h1#pagetitle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #333333 !important;
}
.topic__heading.topic_desc {
    display: none !important;
}

.service-detail__wrapper {
    margin-top: 24px;
}

.service-detail__text {
    margin-top: 16px;
}

.service-detail__price {

}
.detail-image {
    /*height: 370px;*/
    border-radius: 34px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.detail-desc {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    grid-template-rows: auto;
    grid-column-gap: 58px;
}
.detail-cheked {    
    padding: 32px 24px;    
    background: #F7F7F7;
    box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
    border-radius: 32px;
    height: fit-content; 
}
.detail-result {
    display: flex;

}
.detail-result:before {
    content: '';
    min-width: 36px;
    height: 36px; 
    display: inline;
    background-image: url('/local/templates/aspro_max-studio/components/bitrix/news/services/bitrix/news.detail/.default/./images/check.svg');
    background-size: cover;   
}
.detail-result:not(:first-child) {
    margin-top: 32px;
}
.detail-result span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px; 
    line-height: 32px;   
    color: #333333;
    margin-left: 10px;
}
.service-price {
    margin: 2rem 0;
    /* display: flex;
    flex-direction: column;
    row-gap: 35px;
    align-items: center;
    justify-content: center; */
}
.service-price_item {
    display: flex;
    max-width: 1120px;
    gap: 30px;
    background: #F7F7F7;
    box-shadow: 2px 4px 24px rgba(12, 52, 198, 0.2), -12px -12px 24px #FFFFFF;
    border-radius: 32px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.service-price_item > div:first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    flex: 1 0 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.service-price_item > div:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: block;
}
.service-price_item > div:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    flex: 1 0 120px;
    display: block;
}
.service-price_item > div:first-child > span.item__collapse {
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.service-price_item > div:first-child > span.item__collapse {cursor: pointer; position: relative; width: 18px; height: 18px}
.service-price_item > div:first-child > span.item__collapse:before, .service-price_item > div:first-child > span.item__collapse:after {content: ""; top: 50%; position: absolute; width: 100%; height: 2px; background: #C6C6C6;}
.service-price_item > div:first-child > span.item__collapse:after {transform: rotate(90deg);}
.service-price_item > div.expanded:first-child > span.item__collapse:before {background: #0C34C6;}
.service-price_item > div.expanded:first-child > span.item__collapse:after {content: unset;}

.service-price_item ul li {
    list-style-type: disc;
    padding-left: 1rem;
}
.service-price_item ul li:before {
    content: "" !important;
}
.service-action {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 43px;
}
.service-action_item {
    background: #F7F7F7;
    box-shadow: 2px 4px 24px rgba(12, 52, 198, 0.2), -12px -12px 24px #FFFFFF;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto auto auto;
    grid-row-gap: 10px;
    overflow: hidden;
    cursor: pointer;
}
.service-action_item > div:first-child {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px;
}
.service-action_item > div:nth-child(2) {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    padding: 0 20px;
}
.service-action_item > div:nth-child(3) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 20px;
}
.service-action_item > div:nth-child(4) {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #0C34C6;
    padding: 0 20px 20px 20px;
    position: relative;
}
.action-goto {
    position: absolute;
    bottom: 20px;
    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);
}

@media all and (max-width: 990px) {
    .detail-desc {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-row-gap: 30px;
    }
}

@media all and (max-width: 768px) {
   
    .service-price {
        align-items: stretch;
    }
    .service-price_item {
        display: block;
    }
    .service-action_wrapper {
        display: none;
    }
    .service-price_item > div:first-child {
        cursor: pointer;
    }
    .service-price_item > div:nth-child(n+2) {
        display: none;
        padding-top: 10px;
    }
    .service-price_item > div:last-child {
        text-align: left;
    }
    .service-price_item > div:first-child > span.item__collapse {
        display: block;
    }
}
.service-header img {
    width: 100%;
    border-radius: 34px;
    height: 370px;
    object-fit: cover;
}
.service-title {
    padding: 24px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.service-detail {
    padding-top: 70px;
}  
   
.service-desc {
    /*max-width: 60%;*/
}
.service-detail__price {
    display: inline-flex;
    align-items: center;
}
.service-detail__price-base {
    font-size: 34px;
    line-height: 28px;
    font-weight: 700;
}
.service-detail__price-old {
    color: #BDBDBD;
    text-decoration-line: line-through;
    padding-left: 0.5rem;
}
.service-cheked {
    /*max-width: 38%;*/
}

.service-price_tabs {
    display: flex;
}

.service-detail__price_tabs-item {
    cursor: pointer;
    display: inline-block; 
    padding: 0.5rem 0;  
    font-weight: 600;
    position: relative;
}
.service-detail__price_tabs-item.active-tab::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #333333;
}

.service-detail__price_tabs-item:not(:first-child) {
    margin-left: 2rem;
}
/* End */


/* Start:/local/templates/aspro_max-studio/components/bitrix/news.list/action_page/style.css?16902628428940*/
.section-action {
	padding-top: 60px;
	padding-bottom: 93px;
	/*box-shadow: 4px 4px 24px rgba(12, 52, 198, 0.2), 4px 4px 24px rgba(12, 52, 198, 0.2);*/
	border-radius: 0px 0px 64px 64px;	
	box-shadow: 0 0px 0px rgba(12, 52, 198, 0.2), 8px 15px 11px rgba(12, 52, 197, 0.1);
}

@media (max-width:994px) {
	.section-action {
		padding-top: 1rem;
		border-radius: 0;
    	box-shadow: none;
		padding-bottom: 1rem;
	}
}

.mainpage-action__wrapper {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;	
	gap: 50px 20px;
}
.mainpage-action__item {
	flex: 1 1 calc((100% - 40px) / 3);
	background: #F7F7F7;
	box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
	border-radius: 32px;
	min-height: 220px;
	position: relative;
	display: grid;
	/*grid-template-rows: 1fr 1fr;	*/
	overflow: hidden;
	transition: 0.5s;
}
.mainpage-action__item.big_banners {
	flex: 1 1 calc(100%  - (100% - 40px) / 3 - 20px);
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	max-width: 798px;
	max-height: 228px;
}	
@media (max-width:990px) {
	.mainpage-action__item.big_banners {
		max-height: 100%;
		max-width: 100%;
	}
	
}

.mainpage-action__item.big_banners .action-img {
	grid-column-start: 2;
}
.mainpage-action__item .action-description {
	display: flex;
	flex-direction: column;	
	padding: 24px 32px;
	position: relative;
	z-index: 2;
}

.mainpage-action__item.big_banners .action-description {
	padding-right: 136px;
}
.mainpage-action__item.big_banners .action-title {
	text-transform: uppercase;
	padding-bottom: 1rem;
	color: #333333;
}
.mainpage-action__item.big_banners .action-text {
	padding-bottom: 52px;
}

.mainpage-action__item .action-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	color: #333333;
	padding-bottom: 12px;	
}
.mainpage-action__item .action-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	display: -webkit-box;
	line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-bottom: 38px;
}
.mainpage-action__item .action-price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	position: absolute;
    bottom: 24px;
}
.action-price > span:first-child {
	font-weight: 700;
	font-size: 34px;
	line-height: 28px;
	color: #333333;
}
.action-price > span:last-child {
	margin-left: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #BDBDBD;
}
.mainpage-action__item .action-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 32px;
	grid-row-start: 1;
}
.mainpage-action__item .action-img:not(.big-banners) {
	/*height: 180px;*/
}
.action-img .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);
}
.action-goto {
	position: absolute;
	bottom: 24px;
	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);
}


.mainpage-action__item.description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	border: unset;
	box-shadow: unset;
	background: unset;
	padding: unset;
	border-radius: unset;	
}

.description .description-text-wrapper {
	/*padding-right: 5rem;*/
	width: 80%;
}

@media (max-width:1281px) {
	.description .description-text-wrapper {
		width: 100%;
	}
}

.description .description-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #333333;	
}
.description .description-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 28px 0;
}
.description .description-button > a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #0C34C6;
	padding:  12px 32px;
	border: 1.2px solid #0C34C6;
	border-radius: 60px;
	transition: 0.5s;
}
.description .description-button > a:hover {
	background-color: #0C34C6;
	color: white;	
}
.mainpage-action__item:not(.description):hover {
	box-shadow: -4px -4px 14px #FFFFFF, 4px 4px 14px rgba(12, 52, 198, 0.54);
}
.mainpage-action__item:not(.description):before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(108.11deg, #153BC8 10.91%, #4B6CE3 94.15%);*/
	background: linear-gradient(108.11deg, #1B46B1 10.91%, #98AEE6 94.15%);
	opacity: 0;
	transition: 0.5s;
}
.mainpage-action__item:not(.description):not(.big-banners)::before{
	content: '';
	height: 92%;
	bottom: 0;
}
.big_banners::before{
	content: '';
	height: 100% !important;
	left: 0;
	width: 95% !important;
}
.mainpage-action__item:not(.description):hover:before{
	opacity: 1;	
}
.mainpage-action__item:not(.description):hover .action-title,
.mainpage-action__item:not(.description):hover .action-text,
.mainpage-action__item:not(.description):hover .action-price> span:first-child
{
	color: white;
}
.mainpage-action__item:not(.description):hover .action-goto {
	box-shadow: unset;
}
.mainpage-action__item:not(.description) .mainpage-action__item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.mainpage-action__item:not(.description):not(.big_banners) {
	margin: 0px 12px;
	display: grid;
	max-width: 431px;	
	min-height: 420px;
	grid-template-rows: .9fr 1.1fr;
}
@media all and (max-width:1161px) {
	.mainpage-action__item.big_banners .action-description {
		padding-right: 24px;
	}
}

@media (max-width:1064px) {
	.mainpage-action__item:not(.description):not(.big_banners) {
		max-width: inherit;
	}
}

@media all and (max-width: 992px) {
	.drag-block.container.CATALOG_TAB {
		overflow: visible;
	}
}
@media all and (max-width: 768px) {
	.mainpage-action__wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-auto-rows: auto;
		grid-row-gap: 20px;
	}
	.mainpage-action__item, .mainpage-action__item.big_banners {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.mainpage-action__item.big_banners .action-img {
		grid-column-start: 1;
	}
	.mainpage-action__item.big_banners .action-title {
		text-transform: none;
	}
}	
	

.action-slider .slick-track {
	padding-bottom: 2rem;
    padding-top: 50px;
	/*margin: 0 -10px;*/
}	

.action-slider .arr {
	background: linear-gradient(105.87deg, rgba(255, 255, 255, 0.4) 3.04%, rgba(255, 255, 255, 0) 96.05%);
	backdrop-filter: blur(40px);
	box-shadow: 4px 4px 24px rgba(12, 52, 198, 0.2);
	border: none;
	border-radius: 40px;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 46%;
	z-index: 50; 
	color: #0C34C6;
	font-size: 33px;
	display: inline-flex;
}

.action-slider .arr-next {
	right: -5rem;
}
.action-slider .arr-prew {
	left: -5rem;
}

.action-slider .icon-arr {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/local/templates/aspro_max-studio/images/svg/chevron-next.svg');
	margin: auto;

} 
.action-slider .icon-arr.icon-prew {
	transform: rotate(180deg);
}

.action-slider .slick-list {	
	width: calc(100% + 48px);
}

@media (max-width: 1433px) {
	.action-slider .slick-list{ 
		width: 100%;
	} 
}

@media (max-width: 1522px) {
	.action-slider .arr-next {
		right: 0;
	}
	.action-slider .arr-prew {
		left: 0;
	}
}

@media (max-width: 990px)  {
	.actions-top-row {
		flex-direction: column;
	}
	.description .description-text-wrapper {
		width: 100%;
	}
}

.maxwidth-theme.actions-bottom-row {
	/*max-width: 1440px;*/
}
/* 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 */


/* Start:/local/templates/aspro_max-studio/components/bitrix/news.list/specialists/style.css?16820525031728*/
.specialists_wrapper {
	padding: 40px 0;
}
.specialist_item {
	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;
	grid-template-rows: 260px auto auto auto;
	grid-row-gap: 5px;
	margin-bottom: 20px;
}
.specialist_item > *:not(:first-child) {
	margin: 0 20px;
}
.specialist_item > *:last-child {
	margin-bottom: 20px;
}
.specialist_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 32px;
	overflow: hidden;
}
.specialist_name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding-top: 10px;
}
.specialist_position {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	line-clamp: 2;
	overflow: hidden;
	padding-top: 20px;
}
.specialist_exp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.specialist_exp > span {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.specialist_exp > span > span {
	font-weight: 400;
}
.specialist_exp img {
	opacity: 1 !important;
	margin: 0 !important;
}

.specialists_wrapper .owl-carousel.owl-theme.owl-bg-nav .owl-dot span {
	width: 16px;
	height: 16px;
}
.specialists_wrapper .owl-theme .owl-dots .owl-dot span {
	background: #FFFFFF;
	box-shadow: -12px -12px 24px #FFFFFF, 4px 4px 24px rgba(12, 52, 198, 0.2);
}
.specialists_wrapper .owl-theme .owl-dots .owl-dot.active span {
	background-color: #153BC8;
}

@media all and (max-width: 768px) {
	.specialists_wrapper .owl-nav{
		display: flex !important;
	}
}
/* End */


/* Start:/local/templates/aspro_max-studio/vendor/css/carousel/owl/owl.carousel.min.css?16820525043190*/
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:0;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/aspro_max-studio/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/aspro_max-studio/vendor/css/carousel/owl/owl.theme.default.min.css?1682052504864*/
.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /local/templates/aspro_max-studio/components/bitrix/breadcrumb/main_custom/style.css?16848311772568 */
/* /local/templates/aspro_max-studio/components/bitrix/news/services/bitrix/news.detail/.default/style.css?16892390408229 */
/* /local/templates/aspro_max-studio/components/bitrix/news.list/action_page/style.css?16902628428940 */
/* /local/templates/aspro_max-studio/components/bitrix/form.result.new/inline_custom/style.css?16855956004074 */
/* /local/templates/aspro_max-studio/components/bitrix/news.list/specialists/style.css?16820525031728 */
/* /local/templates/aspro_max-studio/vendor/css/carousel/owl/owl.carousel.min.css?16820525043190 */
/* /local/templates/aspro_max-studio/vendor/css/carousel/owl/owl.theme.default.min.css?1682052504864 */
