

/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news/services/style.css?172655590161*/
.services-list  ~ .text_after_items {
    margin-top: 41px;
}
/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.detail/main_extended/style.css?174230624235570*/
.catalog-detail__top-info {
	padding: 0 0 43px 0;
	border-radius: 5px;
}
.catalog-detail__main {
	flex-basis: calc(50% - 28px);
}
.catalog-detail__info-bc {
	margin: 26px 0 0 0;
	border-top: 1px solid #e5e5e5;
	border-color: var(--stroke_black);
	padding: 16px 0 0 0;
}
body .catalog-detail__main-parts {
	align-items: flex-start;
}
.catalog-detail__main-part--right {
	display: none;
}
@media (min-width: 1200px) {
	.catalog-detail__gallery--horizontal .sticker {
		padding-right: 63px;
	}
}
@media (max-width: 1199px) {
	body .catalog-detail {
		display: block;
	}
	.catalog-detail__right-info {
		display: none;
	}
	.catalog-detail .catalog-detail__top-info {
		flex-direction: column;
	}
	.catalog-detail .catalog-detail__main {
		flex-basis: auto;
		padding: 35px 0 0 0;
	}
	.catalog-detail__main-part--right {
		display: block;
	}
}
@media (max-width: 767px) {
	body .catalog-detail__info-bc {
		margin: 26px 0 26px 0;
		padding: 16px 0 16px 0;
		border-bottom: 1px solid #e5e5e5;
		border-bottom-color: var(--stroke_black);
	}
	body .catalog-detail__main-part {
		width: 100%;
	}
	.bx-ie body .catalog-detail__main-part {
		flex-basis: auto;
	}
	body .catalog-detail__main-parts {
		flex-direction: column;
	}
	.catalog-detail__main-part--right {
		max-width: initial;
	}
}

/* sticky panel */
.catalog-detail__sticky-panel {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: var(--card_bg_hover_black);
}
.catalog-detail__sticky-panel .catalog-detail__title {
	opacity: 0;
	position: absolute;
	top: -100000px;
	width: calc(100% - 64px);
}
.catalog-detail__sticky-panel .catalog-detail__title > span {
	padding: 0 0 12px 0;
	display: block;
}
.catalog-detail__sticky-panel .catalog-detail__title.active {
	transition: opacity ease 1.5s, height ease 1s;
	position: relative;
	top: initial;
}
.catalog-detail__sticky-panel .catalog-detail__title.show.active {
	opacity: 1;
}

/* buy block */
.catalog-detail__buy-block {
	position: relative;
	max-width: 376px;
}
.catalog-detail__buy-block .catalog-detail__title {
	display: none;
}
.catalog-detail__sticky-panel .catalog-detail__buy-block {
	padding: 26px 32px 32px 32px;
}
.catalog-detail__sticky-panel .catalog-detail__title {
	display: block;
}

/* price */
.catalog-detail__info-tech {
	margin: 8px 0 0 0;
}

/* cart buttons block */
.catalog-detail__cart .buttons + .info-buttons > .info-buttons__item {
	margin-right: 6px !important;
	margin-left: 6px !important;
}

/* garanty */
.catalog-detail__garanty {
	position: relative;
	margin: 18px 0 0 0;
}

/* sales */
.catalog-detail__sale {
	border-top: 1px solid #e5e5e5;
	border-top-color: var(--stroke_black);
	padding: 27px 8px 0 0;
	margin: 16px 0 0 0;
}
.catalog-detail__sticky-panel .catalog-detail__sale {
	opacity: 0;
	padding: 0;
	margin: 0;
	padding: 0 32px 0 32px;
	position: absolute;
	top: -10000000px;
	overflow: hidden;
}
.catalog-detail__sticky-panel .catalog-detail__sale.show {
	transition: opacity 1.5s ease, height 1s ease;
	opacity: 1;
	position: relative;
	top: initial;
}
.catalog-detail__sticky-panel .catalog-detail__sale .sale-linked {
	margin-top: 27px;
	margin-bottom: 32px;
}

/* main slider */
.catalog-detail__gallery.image-list__link {
	position: relative;
}
.catalog-detail__gallery {
	padding: 0 63px;
	margin: 0 auto;
}
.catalog-detail__gallery {
	--paddingRightLeft: 63px + 63px;
}
.catalog-detail__gallery__item > a,
.catalog-detail__gallery__item--no-image > span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
}
.detail .catalog-detail__gallery-slider .catalog-detail__gallery__item img {
	width: 100%;
	height: max-content;
}
.bx-ie
	.detail
	.catalog-detail__gallery-slider
	.catalog-detail__gallery__item
	img {
	width: inherit;
}
@media (max-width: 1199px) {
	.catalog-detail .catalog-detail__gallery {
		flex: 0 0 100%;
		width: 100%;
	}
	.bx-ie .catalog-detail .catalog-detail__gallery {
		flex-basis: auto;
	}
	.catalog-detail__gallery {
		padding: 0;
		max-width: var(--sizeImage);
	}
}

/* big slider */
.catalog-detail__gallery-slider.big {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.catalog-detail__gallery:not(.catalog-detail__gallery--vertical)
	.catalog-detail__gallery-slider.big {
	bottom: var(--bottomGallery);
}

.catalog-detail__gallery__item--big img {
	/* cursor: zoom-in; */
}
.catalog-detail__gallery__item--big.catalog-detail__gallery__item--no-image
	img {
	cursor: auto;
}
.owl-carousel.catalog-detail__gallery-slider.big .owl-dots {
	position: relative;
	bottom: -8px;
	text-align: center;
}
.catalog-detail__gallery-slider.big .owl-nav .owl-prev {
	left: -35px;
}
.catalog-detail__gallery-slider.big .owl-nav .owl-next {
	right: -35px;
}
@media (max-width: 767px) {
	.catalog-detail__gallery-slider.big {
		bottom: 0;
	}
	.catalog-detail__gallery-wrapper {
		margin-bottom: 28px;
	}
}
@media (min-width: 768px) {
	.catalog-detail__gallery-slider.big .owl-dots {
		display: none;
	}
}

/* thmb slider */
.catalog-detail__gallery__thmb {
	position: relative;
	z-index: 1;
	/* background: #fff; */
}
.catalog-detail__gallery-slider.thmb {
	max-width: 270px;
	max-height: 58px;
	padding: 0 24px;
}
.catalog-detail__gallery-slider.thmb[data-size='0'],
.catalog-detail__gallery-slider.thmb[data-size='1'] {
	display: none;
}
.catalog-detail__gallery__thmb-wrapper {
	justify-content: center;
	padding: 16px 0 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.catalog-detail__gallery-slider.thmb .owl-stage {
	display: flex;
	flex-direction: row;
}
.catalog-detail__gallery-slider.thmb .owl-item {
	width: 58px !important;
	height: 58px !important;
}
.catalog-detail__gallery__item--thmb {
	height: 58px;
	width: 58px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-color: var(--stroke_black);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.owl-item.current .catalog-detail__gallery__item--thmb {
	border: 2px solid #9e9e9e;
	border: 2px solid var(--theme-base-color);
}
.detail
	.catalog-detail__gallery-slider
	.catalog-detail__gallery__item--thmb
	img {
	max-width: 50px;
	max-height: 50px;
}
.catalog-detail__gallery-slider.thmb .owl-stage-outer {
	z-index: 1;
}
.catalog-detail__gallery-slider.thmb .owl-nav {
	position: absolute;
	margin: 0;
	display: flex;
	justify-content: space-between;
	top: calc(50% - 20px);
	left: -16px;
	right: -16px;
}
.catalog-detail__gallery-slider.thmb .owl-carousel__button:hover {
	background-color: #fff;
}
.catalog-detail__gallery-slider.thmb .owl-carousel__button:hover svg * {
	stroke: #9e9e9e;
	stroke: var(--theme-base-color);
}
@media (max-width: 767px) {
	.catalog-detail__gallery__thmb {
		display: none;
	}
}

/* vertical slider */
.catalog-detail__gallery--vertical .catalog-detail__gallery-slider.thmb {
	height: 100%;
	max-height: 100%;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
	transform: rotate(90deg);
	transform-origin: top left;
	position: absolute;
	top: 0;
	left: -32px;
	right: 0;
	width: 100%;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb-wrapper {
	justify-content: flex-start;
	padding-top: 0;
}
.catalog-detail__gallery--vertical
	.catalog-detail__gallery-slider.thmb
	.owl-stage {
	min-width: 58px;
}
.catalog-detail__gallery--vertical
	.catalog-detail__gallery-slider.thmb
	.owl-item {
	min-width: 58px;
	min-height: 58px;
}
.catalog-detail__gallery--vertical
	.catalog-detail__gallery-slider.thmb
	.catalog-detail__gallery__picture {
	transform: rotate(-90deg);
}
.catalog-detail__gallery.catalog-detail__gallery--vertical {
	--paddingRightLeft: 63px + 90px;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery-slider.big {
	z-index: 2;
}
.catalog-detail__gallery--vertical .catalog-detail__gallery__item--thmb {
	margin-left: 1px;
}
@media (max-width: 1199px) {
	.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
		left: calc(50% + 58px - 50vw + 32px + 8px);
	}
}
@media (max-width: 991px) {
	.catalog-detail__gallery--vertical .catalog-detail__gallery__thmb {
		left: calc(50% + 58px - 50vw + 24px + 8px);
	}
}

/* popup video */
.catalog-detail__gallery__thmb .popup_video {
	width: 32px;
	height: 32px;
	position: relative;
	font-size: 0;
	margin-left: 30px;
	display: none;
	z-index: 1;
}
.catalog-detail__gallery-slider.owl-loaded + .popup_video {
	display: block;
}
.catalog-detail__gallery--vertical .video-block__play {
	transform: rotate(-90deg);
}

/* more link */
.catalog-detail .more-char-link {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #9e9e9e;
	color: var(--fill_dark_light_white_hover);
	line-height: calc(1em + 10px);
}
.catalog-detail .more-char-link:hover,
.catalog-detail .more-char-link:focus {
	color: #222;
	color: var(--fill_dark_light_ccc);
}

/* preview text */
.catalog-detail__previewtext .text-block {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.catalog-detail__previewtext .text-block,
.catalog-detail__previewtext .more-char-link {
	line-height: calc(1em + 10px);
}
.catalog-detail__previewtext .text-block > p {
	display: inline;
}

/* chars */
.catalog-detail .char-side {
	margin: 20px 0 0 0;
}
.detail .catalog-detail .properties {
	margin-top: 13px;
}
.catalog-detail .properties__item {
	margin-top: 6px;
}
.catalog-detail .char-side .more-char-link {
	margin: 13px 0 2px 0;
}

/* brand info */
.catalog-detail .brand-detail {
	margin: 0 0 22px 0;
}
.catalog-detail .brand-detail-info__image {
	width: 70px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.catalog-detail .brand-detail-info__image a {
	max-width: 100%;
	max-height: 100%;
}
.catalog-detail .price_txt {
	margin: 5px 0 0 0;
}

/* bottom */
.catalog-detail__bottom-info .ordered-block.tabs-block {
	margin: 3.25rem 0px -0.55rem;
}
@media (max-width: 1199px) {
	.ordered-block:first-of-type {
		margin-top: 0 !important;
	}
}

.topic__heading,
.catalog-detail__right-info {
	display: none;
}

.catalog-detail__top-info {
	box-shadow: 0px 3px 12px 0px #00569c3d;
	padding: 88px 64px !important;
	background-size: auto 100%  !important;
	display: grid;
	grid-template-columns: 166px 1fr;
	max-width: 1500px;
	gap: 25px;
}
.catalog-detail__gallery__item {
	background-color: transparent !important;
}
.catalog-detail__buttons-container {
	display: flex;
	gap: 24px;
}
.catalog-detail__banner {
	max-width: 586px;
}
.catalog-detail__gallery {
	margin: 0;
	padding: 0;
}
.buy_block .btn {
	max-width: max-content;
}
.btn-actions__inner {
	flex: unset !important;
}
.catalog-detail__previewtext h4 {
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	color: #333333;
	margin: 0 0 16px 0;
}
.catalog-detail__previewtext__text {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 31.92px;
	text-align: left;
	color: #333333;
	margin: 0 0 8px 0;
}
.catalog-detail__previewtext__subtext {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.28px;
	text-align: left;
	color: #333333;
	margin: 0 0 24px 0;
}
.btn-free-extended {
	background-color: #ffffff !important;
	border: 2px solid #00569c !important;
	color: #00569c !important;
}
.advantages-container_limit,
.possibilities-container_limit {
	padding: 56px 0px 64px;
	margin: auto;
}
.advantages-container_title,
.work-in-programm_title,
.ask-container_title,
.tizerd-list__anouns__title,
.possibilities-container_title {
	font-family: Montserrat;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 52px;
}
.advantages-container_title,
.ask-container_title,
.possibilities-container_title {
	color: #00569c;
}
.work-in-programm_title,
.tizerd-list__anouns__title {
	color: #ffffff;
}
.possibilities-card_title,
.possibilities-card_description {
	font-family: Montserrat;
	font-size: 20px;
	line-height: 24.38px;
	margin: 0;
}
.advantages-card_limit {
	padding: 24px 24px 32px;
	background-color: #97a7bf3d;
	box-shadow: 0px 3px 12px 0px rgba(0, 86, 156, 0.16);
	border-radius: 8px;
	text-align: center;
}
.possibilities-card_limit {
	padding: 24px;
	background-color: #97a7bf3d;
	box-shadow: 0px 3px 12px 0px rgba(0, 86, 156, 0.16);
	border-radius: 8px;
	text-align: center;
}
.advantages-cards-container,
.possibilities-cards-container {
	display: grid;
	grid-template-columns: repeat(4, 357px);
	gap: 24px;
	justify-content: center;
}
.advantages-card_img {
	width: max-content;
	padding-bottom: 8px;
}
.possibilities-card_img {
	height: 80px;
	padding-bottom: 16px;
}
.advantages-card_descroption {
	font-family: Montserrat;
	padding-top: 8px;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}
.work-in-programm-container_limit {
	background-color: #97a7bf;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}

.work-in-programm_container {
	max-width: 1500px;
	margin: auto;
	padding: 56px 0 64px;
}

.work-in-programm_cards {
	overflow: hidden; /* Скрываем карточки, которые выходят за пределы контейнера */
	width: 100%; /* Ширина контейнера */
	position: relative;
}

.work-in-programm_cards-inner {
	display: flex; /* Используем flex для горизонтального размещения карточек */
	transition: transform 0.5s ease; /* Анимация при переключении */
	gap: 17px; /* Расстояние между карточками */
	padding-top: 15px;
	padding-bottom: 15px;
}

.work-in-programm_cards-inner .work-in-programm_card {
	flex: 0 0 calc(20% - 16px); /* Каждая карточка занимает 20% ширины контейнера минус отступ */
	box-sizing: border-box; /* Учитываем отступы и границы в ширине */
}

.work-in-programm_card {
	background: linear-gradient(
		90deg,
		#ffffff 0%,
		rgba(255, 255, 255, 0.88) 48.75%,
		rgba(255, 255, 255, 0.4) 100%
	);
	padding: 24px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 3px 12px 0px #00569c29;
	transition: transform 0.5s ease; /* Анимация сдвига */
}

.work-in-programm_card__img {
	margin-bottom: 16px !important;
	width: 72px;
	height: 72px;
}

.work-in-programm_card__descroption {
	margin: 0 !important;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	margin-top: 16px !important;
}

.row-element-work-in-programm {
	display: flex;
	align-items: center; /* Выравнивание по центру по вертикали */
	justify-content: space-between; /* Равномерное распределение пространства между стрелками и карточками */
}

.allow-card_work-in-programm {
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer; /* Указатель при наведении на кнопки */
}
@media (max-width: 1241px) {
	.possibilities-card_description,
	.possibilities-card_title {
		font-size: 16px !important;
		line-height: 19px;
	}
	.possibilities-card_img {
		width: 56px;
	}

	.possibilities-cards-container,
	.advantages-cards-container {
		grid-template-columns: repeat(3, 357px);
	}
	.vrez-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding: 24px 24px 36px 482px;
	}
}

@media (max-width: 1025px) {
	.work-in-programm_cards-inner .work-in-programm_card {
		flex: 0 0 calc(33.33% - 16px); /* 3 карточки на экране */
	}
	.possibilities-cards-container {
		grid-template-columns: repeat(2, 357px);
	}
}

@media (max-width: 769px) {
	.work-in-programm_cards-inner .work-in-programm_card {
		flex: 0 0 calc(50% - 16px); /* 2 карточки на экране */
	}
}

@media (max-width: 415px) {
	.work-in-programm_cards-inner .work-in-programm_card {
		flex: 0 0 100%; /* 1 карточка на экране */
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		gap: 16px;
	}
	.possibilities-cards-container {
		grid-template-columns: repeat(1, 340px);
	}
}

.vrez-background-container_limit {
	background-color: #97a7bf;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}
.vrez-container {
	max-width: 1500px;
	margin: auto;
	padding: 48px 136px 47px 517px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	position: relative !important;
}
.vrez-container_img {
	margin: 0 !important;
	position: absolute;
	top: -50px;
	max-width: 345px !important;
	max-height: 210px !important;
	left: 137px;
}
.vrez-container_title {
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 700;
	line-height: 39.01px;
	text-align: left;
	color: #ffffff;
	max-width: 483px;
}
.vrez-container_btn {
	background-color: #00569c !important;
	border: 1px solid #00569c !important;
	border-radius: 4px !important;
	padding: 18px 40px !important;
	font-size: 16px !important;
}
.vrez-container_btn__url {
	color: #ffffff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
.vrez-container_btn__url:visited {
	color: #ffffff;
}
.vrez-container_btn__url:active {
	color: #ffffff;
}
.index-block--padding-bottom-40 > div {
	padding-bottom: 40px;
}
.tizers-list {
	padding: 56px 0 54px 0 !important;
	background: #00569c;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}

.tizerd-list__anouns {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.maxwidth-theme {
	max-width: 1564px;
}

.tizerd-list__anouns__text {
	font-family: Montserrat;
	font-size: 1.39rem;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	max-width: 738px;
	margin-bottom: 46px;
	color: #ffffff;
}
.tizers-list__items-wrapper {
	/* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr; */
	display: flex;
	gap: 150px;
	justify-content: space-evenly;
}
.grid-list__item {
	min-width: 0px;
}
.tizers-list__item-text-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: -0.25em;
	max-width: 274px;
}
.tizers-list__item-name {
	background: linear-gradient(
		178.22deg,
		#97a7bf 4.36%,
		#00569c 50.78%,
		#001e36 84.4%
	);
	background-clip: text;
	color: #bbd1f1;
	font-family: Montserrat;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 87.77px;
	text-align: left;
}
.tizers-list__item-descr {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	text-align: left;
	color: #bbd1f1;
}

.tizers-list__item-descr {
	margin-top: 8px;
}
.ask-part {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.text-title {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	margin-bottom: 8px;
}
.text-desc {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	display: none;
}
.ask-qoe-card {
	margin-bottom: 32px;
}
.ask-que-limit {
	max-width: 1246px;
	margin: auto;
	padding: 56px 0 64px;
}
.active {
	display: block;
}
.text-title_active {
	color: #00569c;
	font-weight: 700;
}
.active_allow {
	transform: rotate(180deg);
	transition: transform 0.3s ease; /* Анимация поворота */
}

.active_allow path {
	fill: #00569c; /* Цвет, соответствующий заголовку */
	transition: fill 0.3s ease; /* Анимация изменения цвета */
}
.ask-qoe-card {
	cursor: pointer; /* Изменяем курсор на указатель */
}

.text-title:hover {
	color: #00569c;
}
ul li::before {
	content: unset !important;
}
.for-whom_container__card__text ul {
	list-style: disc !important;
	padding-left: 20px;
}
.for-whom_container__card__text ul li {
	list-style-type: disc;
}
.for-whom_title {
	font-family: Montserrat;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 52px;
	color: #00569c;
	margin: 0px;
}
@media (max-width: 1024px) {
	.description-container {
		max-width: 720px !important;
	}
	.description-text {
		font-size: 14px !important;
	}
	.for-whom_container__card__img {
		position: absolute;
		top: -35px;
		left: 30%;
	}
	.ul-disc li {
		font-size: 14px;
		line-height: 17px;
	}
	.for-whom_container__card__text p:nth-child(2) {
		font-size: 14px !important;
	}
	.for-whom_container__card__text p:nth-child(1) {
		font-size: 18px !important;
	}
	.for-whom_container {
		justify-content: center;
	}
	.for-whom_container__card {
		max-width: 352px !important;
		max-height: 485px !important;
		flex-direction: column !important;
		position: relative;
		padding-top: 100px !important;
	}
	.advantages-card_descroption {
		font-size: 16px;
		line-height: 19px;
	}
	.advantages-card_img {
		width: 56px;
		height: 56px;
	}
	.advantages-card_limit {
		height: 176px;
	}
	.advantages-cards-container {
		display: grid;
		grid-template-columns: repeat(2, 357px);
		gap: 24px;
		justify-content: center;
	}
	.vrez-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding: 24px 24px 36px 482px;
	}
	.vrez-container_title {
		font-size: 20px;
		line-height: 24px;
	}
	.vrez-container_img {
		top: 24px;
		max-width: 234px !important;
		max-height: 142px !important;
		left: 124px;
	}
	.tizers-list__item-name {
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 48.76px;
		text-align: center;
	}
	.tizers-list__item-descr {
		font-size: 1rem;
		font-weight: 400;
		line-height: 19.5px;
		text-align: center;
	}
	.tizers-list__items-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.content {
		grid-template-columns: repeat(3, 241px) !important;
	}
	.content_paragraph {
		width: 241px !important;
	}
	.advantages-container_title,
	.work-in-programm_title,
	.ask-container_title,
	.tizerd-list__anouns__title,
	.for-whom_title,
	.possibilities-container_title,
	.card-tariffs__title,
	.card-detail-title {
		font-size: 24px !important;
	}
	.text-title {
		font-size: 18px;
	}
	.text-desc {
		max-width: 666px;
		font-size: 14px;
	}
	.advantages-cards-container {
		display: grid;
		grid-template-columns: repeat(2, 352px);
		gap: 24px;
		justify-content: left;
	}
	.vrez-container {
		padding: 24px 24px 36px 282px;
	}
	.vrez-container_img {
		top: 24px;
		max-width: 234px !important;
		max-height: 142px !important;
		left: 24px;
	}
}
@media (max-width: 440px) {
	.advantages-container_title,
	.work-in-programm_title,
	.ask-container_title,
	.tizerd-list__anouns__title {
		line-height: 29px;
	}
	.catalog-detail__top-info {
		grid-template-rows: 166px 1fr;
	}

	.advantages-cards-container {
		display: grid;
		grid-template-columns: repeat(1, 340px) !important;
		gap: 24px;
		justify-content: center;
	}
	.vrez-container_img {
		top: -20px;
		left: 25%;
	}
	.vrez-container {
		padding: 135px 10px 32px;
		align-items: center;
	}
	.vrez-container_title {
		text-align: center;
	}
	.catalog-detail__gallery__picture {
		width: 118px;
		height: 118px;
	}
	.vrez-container_btn {
		width: 100%;
	}
	.text-desc {
		max-width: 280px;
	}
	.tizers-list__items-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 24px;
	}
	.tizerd-list__anouns__text {
		font-size: 16px;
		text-align: left;
		margin: 0 10px 24px;
	}
	.for-whom_container {
		flex-direction: column;
	}
	.for-whom_container__card {
		min-width: 340px;
		margin: auto;
	}
	.description-text {
		max-width: 340px;
		margin: auto !important;
	}
	.content {
		grid-template-columns: repeat(1, 340px) !important;
	}
	.content_paragraph {
		width: 340px !important;
	}
	.radius-left {
		border-top-left-radius: 8px !important;
		border-top-right-radius: 8px !important;
		border-bottom-left-radius: 0px !important;
	}
	.radius-right {
		border-bottom-left-radius: 8px !important;
		border-bottom-right-radius: 8px !important;
		border-top-right-radius: 0px !important;
	}
}
.for-whom_container-limit {
	background: linear-gradient(
		180.03deg,
		rgba(255, 255, 255, 0.56) 0.02%,
		rgba(151, 167, 191, 0.24) 50.33%,
		rgba(255, 255, 255, 0.56) 96.49%
	);
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	padding-top: 32px;
}
.description-container {
	margin: 0 auto;
	max-width: 992px;
}
.description-text {
	color: #333333;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.94px;
	margin: 0px;
}
.content {
	display: grid;
	justify-items: center;
	grid-template-columns: repeat(3, 214px);
	justify-content: center;
	padding-top: 40px;
}
.content_paragraph {
	width: 214px;
	padding: 20px 0;
	border: 2px solid #97a7bf;
	text-align: center;
	color: #00569c;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
}
.radius-left {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.radius-right {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.content_paragraph:hover {
	background: #00569c;
	color: #fff;
	font-weight: 700;
}
.free-btn__sub-text {
	display: block;
	width: 100%;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.62px;
	text-align: center;
	color: #333333;
	margin-top: 8px;
}
.catalog__gallery-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.catalog-detail__gallery-swapper-wrapper {
	width: 912px !important;
	height: 524px !important;
}
.catalog-detail__gallery__item--big {
	position: relative;
	padding-top: 0;
	width: 100%;
	height: 100%;
}
.catalog-detail__gallery--912px {
	--sizeImage: 912px;
}
.catalog-detail__gallery {
	--sizeImage: 912px;
	--bottomGallery: 10px;
}
.catalog-detail__gallery-wrapper {
	position: relative;
	width: 100%;
	padding-top: 0;
}
.image-list__link {
	position: relative !important;
}
.catalog-detail__gallery-slider {
	width: 912px !important;
	padding: 0 44px !important;
	padding-bottom: 120px !important;
}
.catalog-gallery__swiper-button-prev {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 4px 0px #00569c14;
}
.catalog-gallery__swiper-button-next {
	background: linear-gradient(
		270deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 4px 0px #00569c14;
}
.catalog-gallery__swiper-button-prev:hover {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next:hover {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next::after {
	background: url(/include/mainpage/components/gf_popular_products/svg-map-swiper-arrow.svg)
		no-repeat !important;
	width: 16px !important;
	height: 24px !important;
	background-position: 0px 0px !important;
	rotate: 180deg;
}
.catalog-gallery__swiper-button-prev::after {
	background: url(/include/mainpage/components/gf_popular_products/svg-map-swiper-arrow.svg)
		no-repeat !important;
	width: 16px !important;
	height: 24px !important;
	background-position: 0px 0px !important;
}
.catalog-gallery__swiper-button-prev:hover::after,
.catalog-gallery__swiper-button-next:hover::after {
	background-position: -16px 0px !important;
}
.catalog-gallery__swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 35px) !important;
}
.catalog-gallery__swiper-button-prev,
.catalog-gallery__swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 35px) !important;
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	background: var(--arrows_bg_black);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.catalog-gallery__swiper-button-prev {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(151, 167, 191, 0.576) 100%
	) !important;
	box-shadow: 0px 3px 4px 0px #00569c14;
	border-radius: 3px 0 0 3px;
}
.catalog-gallery__swiper-button-next {
	background: linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(151, 167, 191, 0.576) 100%
	) !important;
	box-shadow: 0px 3px 4px 0px #00569c14;
	border-radius: 0 3px 3px 0;
}
.catalog-gallery__swiper-button-prev:hover {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 6px 0px #00569c66;
}
.catalog-gallery__swiper-button-next:hover {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.704) 100%
	) !important;
	box-shadow: 0px 3px 6px 0px #00569c66;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 0 !important;
}
.catalog-gallery__swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 4px) !important;
	left: auto;
}
.catalog-gallery__swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px) !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 55px) !important;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1;
	position: relative;
}
.swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	background: #97a7bf;
	border-radius: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before {
	transform: scale(1.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:hover:before {
	transform: scale(1.5);
	background-image: url('/local/templates/aspro-allcorp3_copy/images/svg/active-point-banner.svg');
	background-size: cover;
}
.catalog-detail img {
	margin: 0 !important;
}
.card-tariffs__title {
	color: #00569c;
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	margin: 0 0 54px 0;
}
.card-tariffs__text {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	text-align: center;
	color: #333333;
	margin: 32px 0 0 0;
}
.catalog-detail__top-info {
	background-color: linear-gradient(
		90deg,
		#ffffff 8%,
		rgba(255, 255, 255, 0.72) 39.75%,
		rgba(255, 255, 255, 0) 69.72%,
		rgba(255, 255, 255, 0) 100%
	);
}
@media (max-width: 768px) {
	.catalog-detail__top-info {
		position: relative;
		padding: 24px !important;
		background-color: linear-gradient(
			180deg,
			#ffffff 8%,
			rgba(255, 255, 255, 0.72) 39.75%,
			rgba(255, 255, 255, 0) 69.72%,
			rgba(255, 255, 255, 0) 100%
		);
		grid-template-columns: 1fr !important;
		max-width: 100%;
	}
	.catalog-detail__gallery__item.catalog-detail__gallery__item--big {
		top: 50%;
		left: 50%;
		transform: translate(-45%, 15%);
	}
	.swiper-slide.catalog-detail__gallery__item.catalog-detail__gallery__item--big {
		top: 0;
		left: 0;
		transform: unset;
	}
	.catalog-detail__gallery__item--big {
		position: absolute;
		padding-top: 0;
		width: 118px;
		height: 118px;
		line-height: unset;
		max-width: unset;
		max-height: unset;
	}
	.catalog-detail__banner {
		max-width: 100%;
	}
	.catalog-detail__previewtext h4 {
		font-family: Montserrat;
		font-size: 24px;
		font-weight: 700;
		line-height: 29.26px;
		text-align: center;
		color: #333333;
		margin: 0 0 16px 0;
	}
	.catalog-detail__previewtext__text {
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 400;
		line-height: 23.94px;
		text-align: left;
		color: #333333;
		margin: 0 0 8px 0;
	}
	.catalog-detail__previewtext__subtext {
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 400;
		line-height: 18.62px;
		text-align: left;
		color: #333333;
		margin: 0 0 32px 0;
	}
	.catalog-detail__buttons-container {
		display: flex;
		gap: 8px;
		flex-direction: column;
		max-width: 255px;
	}
	.btn-free-extended {
		max-width: unset !important;
	}
	.catalog-detail__gallery-slider {
		width: 100% !important;
		padding: 0px !important;
		padding-bottom: 76px !important;
	}
	.catalog-detail__gallery-swapper-wrapper {
		width: 100% !important;
		height: 428px !important;
	}
	.catalog-gallery__swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 2px) !important;
		top: var(--swiper-navigation-top-offset, calc(100% - 96px)) !important;
	}
	.catalog-gallery__swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 2px) !important;
		top: var(--swiper-navigation-top-offset, calc(100% - 96px)) !important;
	}
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: var(--swiper-pagination-bottom, 40px) !important;
	}
	.advantages-container_limit {
		padding: 24px 0px 0px;
	}
	.card-tariffs__text {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.catalog-detail__gallery-swapper-wrapper {
		width: 100% !important;
		height: 203px !important;
	}
	.catalog-detail__gallery-wrapper {
		margin-bottom: 0px;
	}
	.catalog-detail__top-info {
		padding: 24px 24px 238px 24px !important;
	}
	.catalog-detail__previewtext h4 {
		font-family: Montserrat;
		font-size: 24px;
		font-weight: 700;
		line-height: 29.26px;
	}
	.catalog-detail__previewtext__text {
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 400;
		line-height: 23.94px;
	}
	.catalog-detail__previewtext__subtext {
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 400;
		line-height: 18.62px;
		margin: 0 0 16px 0;
	}
	.catalog-detail__buttons-container {
		max-width: 100%;
	}
	.catalog-detail__top-info {
		grid-template-rows: 1fr;
	}
	.catalog-detail__gallery__item.catalog-detail__gallery__item--big {
		top: 73%;
		left: 4%;
		transform: unset;
	}

	.catalog-gallery__swiper-button-prev,
	.catalog-gallery__swiper-button-next {
		width: 20px !important;
		height: 40px !important;
		background: #fff;
		background: var(--arrows_bg_black);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.catalog-gallery__swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 26px) !important;
		border-radius: 8px 0px 0px 8px;
		background: linear-gradient(
			270deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(151, 167, 191, 0.576) 100%
		) !important;
		box-shadow: 0px 3px 4px 0px #00569c14;
	}
	.catalog-gallery__swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 26px) !important;
		border-radius: 0px 8px 8px 0px;
		background: linear-gradient(
			90deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(151, 167, 191, 0.576) 100%
		) !important;
		box-shadow: 0px 3px 4px 0px #00569c14;
	}
	.catalog-gallery__swiper-button-prev,
	.catalog-gallery__swiper-button-next {
		top: var(--swiper-navigation-top-offset, calc(100% - 95px)) !important;
	}
	.catalog-gallery__swiper-button-next {
		right: var(--swiper-navigation-sides-offset, 0px) !important;
	}
	.catalog-gallery__swiper-button-prev {
		left: var(--swiper-navigation-sides-offset, 0px) !important;
	}
}

/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.list/for-whom-extended/style.css?1739890215894*/
.ul-disc li {
	text-decoration: dashed;
}
.for-whom_container {
	display: flex;
	gap: 24px;
	padding: 32px 0 55px;
	justify-content: center;
	flex-wrap: wrap;
}
.for-whom_container__card {
	width: 736px;
	max-height: 352px;
	background: linear-gradient(
		90deg,
		#ffffff 0%,
		rgba(255, 255, 255, 0.88) 48.75%,
		rgba(255, 255, 255, 0) 100%
	);
	color: #333333;
	display: flex;
	gap: 24px;
	padding: 32px;
	border-radius: 8px;
	box-shadow: 0px 3px 12px 0px rgba(0, 86, 156, 0.16);
}
.for-whom_container__card__text p:nth-child(1) {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.for-whom_container__card__text p:nth-child(2) {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
.for-whom_container__card__img {
	width: max-content;
	height: 132px;
}

@media (max-width: 768px) {
	.for-whom_container {
		padding: 48px 0 24px;
	}
}

/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/news.list/catalog-element-tariffs/style.css?17441218536117*/
.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.card {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: grid;
	grid-template-rows: 104px 1fr 167px;
}
.card__header {
	border-radius: 8px 8px 0 0;
	position: relative;
	padding: 24px 32px 50px 32px;
}
.card__icon {
	position: absolute;
	right: 8px;
	top: -38px;
	z-index: 2;
}

.card__title {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.26px;
	text-align: left;
	margin: 0;
}
.card__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px 15px;
	align-items: center;
	justify-content: center;
}

.content-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-first,
.content-second {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	text-align: center;
	color: #333333;
}
.content-second {
	font-weight: 700;
}

.card__footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
	width: 100%;
	border-radius: 0 0 8px 8px;
	padding: 12px 0 32px 0;
}

.card__price {
	position: relative;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 29.26px;
	text-align: center;
	color: #333333;
}

.card__limit {
	width: 100%;
	position: absolute;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.63px;
	text-align: center;
	color: #333333;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.card-tariffs {
	background: linear-gradient(
		180deg,
		#ffffff 0%,
		rgba(151, 167, 191, 0.24) 100%
	);
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}
.card-tariffs__container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 56px 0 64px 0;
}
.card__for-whom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 15px;
	z-index: 1;
}
.card__for-whom__span {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.94px;
	text-align: left;
	padding: 7px 24px 8px 24px;
	color: #ffffff;
	display: inline-block;
}
.bez-b:hover {
	color: #FFFFFF !important;
}
.card-btn-order {
	padding: 18px 107px !important;
}
/* Адаптивность */
@media (max-width: 1024px) {
	.cards-grid {
		grid-template-columns: 1fr;
	}
	.cards-grid {
		padding: 0 142px;
	}
}

@media (max-width: 767px) {
	.cards-grid {
		grid-template-columns: 350px;
		padding: 0;
		justify-items: center;
		justify-content: center;
		gap: 40px;
	}
	.card__icon {
		width: 88px;
		height: max-content;
		position: absolute;
		right: 16px;
		top: -25px;
		z-index: 2;
	}
	.card__title {
		font-family: Montserrat;
		font-size: 20px;
		font-weight: 700;
		line-height: 24.38px;
		text-align: left;
		padding: 16px 85px 16px 16px;
	}
	.card__header {
		padding: 0;
	}
	.card__for-whom {
		position: relative;
                min-height: 8px;
	}
	.card-tariffs__title {
		margin: 0 0 32px 0;
	}
}

@keyframes formHighlight {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 86, 156, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(0, 86, 156, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 86, 156, 0);
	}
}

.highlight-form {
	animation: formHighlight 2s ease-out;
}
.table-container {
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}

.table-trafic {
    margin: auto;
    border-collapse: separate;
    border-spacing: 8px;
    min-width: 1500px; 
    border: none;
    width: 100%;
}


.table-title td {
    background-color: #00569C;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.categoty-traffic td {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.38px;
    text-align: center;
    background-color: #00569CB8;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}


.title-traffic {
    background-color: #BBD1F1;
    color: #00569C;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    padding: 16px;
    width: 374px;
}

.content-traffic {
    background-color: #fff;
    color: #333333;
    width: auto;
    padding: 16px;
}

.content-traffic p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.94px;
    margin: 0;
    padding-bottom: 5px;
}
/* ul li{
	list-style-type: disc 
} */
.content-traffic ul li {
    list-style-type: disc !important;
    list-style-position: inside;
    padding-left: 20px;
	font-size: 18px;
}

.content-traffic > li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 17.07px;
}

.price-traffic {
    color: #333333;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.88) 100%);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.94px;
    width: 284px;
    padding: 16px;
}
.bezm-but {
	text-align: center;
	margin-top: 96px;
}
.bezm-but_text {
	text-align: center;
	margin-top: 36px;
}
.bez-b {
	padding: 18px 107px !important;
}
.title-traffic, .content-traffic, .price-traffic {
    box-shadow: 0px 3px 12px 0px #00569C29;
}
.card-text {
	max-width: 992px;
	margin: auto;
}
.card-text p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 23.94px;
}
.card-text a {
	color: #00569C;
}
.card-text a:hover {
	color: #00569C;
}
.card-text ul li {
	margin-left: 30px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	line-height: 23.94px;
}
@media (max-width: 768px) {
    .table-container {
        overflow-x: auto; 
    }
	.card-text {
		padding: 5%;
	}
}

@media (max-width: 414px) {
	.table-title td {
		font-size: 20px;
		padding: 8px 0px 8px 16px;
	}
	.price-traffic {
		width: 244px;
	}
	.title-traffic {
		width: 261px;
	}
	.title-traffic, .price-traffic, .content-traffic p, .categoty-traffic td {
		font-size: 16px;
	}
    .table-container {
        overflow-x: auto; 
    }
}
/* End */


/* Start:/local/templates/aspro-allcorp3_copy/css/jquery.fancybox.css?172655590217412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news/services/style.css?172655590161 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.detail/main_extended/style.css?174230624235570 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.list/for-whom-extended/style.css?1739890215894 */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/news.list/catalog-element-tariffs/style.css?17441218536117 */
/* /local/templates/aspro-allcorp3_copy/css/jquery.fancybox.css?172655590217412 */
