

/* Start:/local/templates/aspro_max/components/bitrix/news.list/front_news_2/style.css?17580100441505*/
.front-news-2__container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.front-news-2__item {
	flex: 1 1 calc((100% / 4) - 15px);
}

.front-news-2__img>img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: top;
	border-radius: 16px;
	margin-bottom: 24px;
}

.front-news-2__bottom {
	padding: 0 12px;
}

.front-news-2__date {
	margin-bottom: 12px;
	margin-bottom: 12px;
	color: #777;
	font-size: 16px;
	line-height: 24px;
}

.front-news-2__title {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	transition: .2s ease-out;
}

.front-news-2__title:hover {
	color: #3B61B9;
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}

/* TODO (max-width:767px) */
@media (max-width:767px) {
	.front-news-2__item {
		flex: 1 1 calc((100% / 2) - 10px);
	}
}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}

/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {
	.front-news-2__item {
		flex: 1 1 100%;
	}
}

/* End */


/* Start:/local/templates/aspro_max/components/bitrix/news.list/front_tizers_2/style.css?17580100445836*/
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers {
	padding-bottom: 33px;
}

.item-views.tizers .item-wrapper>.item {
	padding-bottom: 32px;
}

.item-views.tizers .item-wrapper>.item .image img {
	max-width: 100%;
	max-height: 100%;
}

.item-views.tizers:not(.top) .item-wrapper>.item .image {
	margin-top: 6px;
	max-width: 40px;
}

.item-views.tizers .items.small-block>.row,
.item-views.tizers .items.tops>.row {
	align-items: start;
}

.item-views.tizers .items.small-block .image {
	width: 32px;
	height: 32px;
}

.item-views.tizers .items.small-block .image img,
.item-views.tizers .items.small-block .image svg {
	max-width: 100%;
	max-height: 32px;
}

.front_tizers_2 .svg.inline:not(.colored):hover svg path {
	fill: unset;
}

.front_tizers_2 .item-views.tizers .item-wrapper>.item {
	text-align: left;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.front_tizers_2 .items {
	display: grid;
	grid-template-areas:
		"a a a c c c"
		"b b b c c c"
		"d d e e f f";
	gap: 20px;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(1) {
	grid-area: a;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(2) {
	grid-area: b;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(3) {
	grid-area: c;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(4) {
	grid-area: d;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(5) {
	grid-area: e;
}

.front_tizers_2 .item-views .item-wrapper:nth-child(6) {
	grid-area: f;
}

/*.item-wrapper:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1;
}

.item-wrapper:nth-child(2) {
  grid-column: 1 / span 3;
  grid-row: 2;
}

.item-wrapper:nth-child(3) {
  grid-column: 4 / span 3;
  grid-row: 1 / span 2;   
}

.item-wrapper:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.item-wrapper:nth-child(5) {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.item-wrapper:nth-child(6) {
  grid-column: 5 / span 2;
  grid-row: 3;
}*/

.front_tizers_2 .item-views .item-wrapper {
	padding: 32px;
	border-radius: 12px;
	background: #fff;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.front_tizers_2 .item-views .item-wrapper .image .svg {
	padding: 12px;
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
}

.front_tizers_2 .item-views>.items .item .title {
	margin-bottom: 12px;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: 600;
}

.front_tizers_2 .item-views.tizers.top .inner-text .value ul {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.front_tizers_2 .item-views.tizers.top .inner-text .value ul li {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	gap: 12px;
}

.front_tizers_2 .item-views.tizers.top .inner-text .value {
	color: #5A616C;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.front_tizers_2 .item-views.tizers.top .inner-text .value ul:not([id*="bx_"])>li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-flex;
	background-color: #3B61B9;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 0;
	position: relative;
	top: -1px;
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {
	.front_tizers_2 .item-views .item-wrapper {
		padding: 16px;
	}

	.front_tizers_2 .items {
		gap: 10px;
	}

	.front_tizers_2 .item-views.tizers.top .inner-text .value {
		font-size: 14px;
		line-height: 22px;
	}

	.front_tizers_2 .item-views>.items .item .title {
		font-size: 20px;
		line-height: 22px;
	}

	.front_tizers_2 .item-views.tizers .item-wrapper>.item {
		gap: 20px;
	}
}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}

/* TODO (max-width:767px) */
@media (max-width:767px) {
	.front_tizers_2 .items {
		grid-template-areas:
			"a b"
			"c d"
			"c e"
			"c f";
	}
}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}


@media (max-width: 600px) {
	.item-views.tizers .mobile-list .item-wrapper {
		width: 100%;
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}

	.item-views.tizers .mobile-list .item-wrapper>.item .image {
		width: 40px;
		height: 40px;
		margin: 6px 18px 0 0;
	}

	.item-views.tizers .mobile-list .item-wrapper>.item {
		text-align: left;
		display: -ms-flexbox;
		display: flex;
	}

	.item-views.tizers .mobile-list .item-wrapper>.item .inner-text .value {
		line-height: 1.538em;
	}

	.item-views.tizers .mobile-list .item .title {
		margin-bottom: 5px;
	}

	.item-views.tizers .mobile-list .item-wrapper>.item {
		padding-bottom: 18px;
	}

	.item-views.tizers .mobile-list.row {
		padding-bottom: 18px;
	}

	.item-views.tizers .mobile-list .item-wrapper>.item .image+.inner-text {
		padding-left: 0;
	}
}


/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {
	.front_tizers_2 .items {
		grid-template-areas:
			"a"
			"b"
			"c"
			"d"
			"e"
			"f";
	}

	.front_tizers_2 .item-views.tizers .item-wrapper>.item .shine {
		align-self: center;
	}

	.front_tizers_2 .item-views.tizers .item-wrapper>.item {
		gap: 10px;
	}
}

/* End */


/* Start:/local/templates/aspro_max/components/bitrix/news.list/for-doctors_reviews/style.css?17580100443210*/
.swiper.for-doctors-reviews-swiper {
	width: 100%;
	height: 100%;
	padding: 20px 20px 20px 19px;
}

.for-doctors-reviews-swiper__container {
	position: relative;
	margin: -20px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.for-doctors-reviews-reviews .for-doctors-reviews-swiper__container {
	position: relative;
}

.for-doctors-reviews-next {
	position: absolute;
	top: 52%;
	right: -72px;
	z-index: 10;
	transform: translateY(-50%);
}

.for-doctors-reviews-prev {
	position: absolute;
	top: 52%;
	left: -72px;
	z-index: 10;
	transform: translateY(-50%);
}

.for-doctors-reviews-swiper .slide {
	padding: 32px;
	border-radius: 24px;
	background: #fff;
	transition: .2s ease-out;
	height: auto;
	width: 487px;
}

.for-doctors-reviews-swiper .slide:hover {
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.06);
}

.for-doctors-reviews-swiper .slide__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	flex-wrap: wrap;
	gap: 8px;
}

.for-doctors-reviews-swiper .slider__top-date {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #585F6A;
	text-align: left;
}

.for-doctors-reviews-swiper .slider__top-rating {
	display: flex;
	gap: 1px;
}

.for-doctors-reviews-swiper .slider__top-rating-full {
	fill: #FFC807;
}

.for-doctors-reviews-swiper .slider__top-rating-empty {
	fill: #EEEEEE;
}

.for-doctors-reviews-swiper .slide__name {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	text-align: left;
}

.for-doctors-reviews-swiper .slide__review {
	margin: 32px 0 0px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	text-align: left;
	overflow: hidden;
}

.for-doctors-reviews-swiper .slide__review-shor-more {
	display: flex;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #294A97;
	background: none;
	border: none;
	margin-top: 8px;
}

.for-doctors-reviews-swiper .slider__top-rating {
	display: flex;
}

.for-doctors-reviews-prev svg,
.for-doctors-reviews-next svg {
	cursor: pointer;
	transition: .3s ease-out;
}

.for-doctors-reviews-prev svg:hover,
.for-doctors-reviews-next svg:hover {
	filter: brightness(0.97);
}

.for-doctors-reviews-prev.swiper-button-disabled svg,
.for-doctors-reviews-next.swiper-button-disabled svg {
	cursor: default;
	filter: none;
	opacity: .6;
}

/* TODO (max-width:1200px) */
@media (max-width:1650px) {
	.for-doctors-reviews-prev {
		left: -20px;
	}

	.for-doctors-reviews-next {
		right: -20px;
	}
}

@media (max-width: 1550px) {
	.for-doctors-reviews-next {
		right: -20px;
	}

	.for-doctors-reviews-prev {
		left: -20px;
	}
}

@media (max-width: 992px) {
	.for-doctors-reviews-next {
		right: -10px;
	}

	.for-doctors-reviews-prev {
		left: -10px;
	}
}

@media (max-width: 576px) {

	.for-doctors-reviews-prev,
	.for-doctors-reviews-next {
		display: none;
	}

	.for-doctors-reviews-swiper__container {
		margin: 0;
	}

	.swiper.for-doctors-reviews-swiper {
		padding: 0;
	}
}

/* End */


/* Start:/local/templates/aspro_max/components/bitrix/form.result.new/we-invite-you-work/style.css?175801004413069*/
.we-invite-you-work__shell {
	z-index: 1;
	position: relative;
	display: flex;
	gap: 80px;
	justify-content: space-between;
	background-color: #829DD9;
	padding: 36px 40px;
	border-radius: 18px;
}

.we-invite-you-work__right-container {
	display: flex;
	gap: 24px;
}

.popup-window.we-invite-you-work,
.we-invite-you-work__final-result {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #EBEDF1;
	background: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.we-invite-you-work__title {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 12px;
}

.we-invite-you-work__product-info {
	display: flex;
	gap: 16px;
	margin-bottom: 5px;
}

.we-invite-you-work__product-info .product-info__product-image {
	width: 100px;
}

.we-invite-you-work__product-info .product-info__name {
	overflow: hidden;
	color: #111920;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 12px;
}

.we-invite-you-work__product-info .product-info__price-container {
	color: #E85231;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
	display: flex;
	gap: 10px;
}

.we-invite-you-work__product-info .product-card-count {
	padding: 0 10px;
	width: auto;
	display: inline-flex;
}

.we-invite-you-work__product-info .product-card-count__btn {
	flex-shrink: 0;
	width: auto;
	height: auto;
}

.we-invite-you-work__product-info .product-card-count__btn svg {
	width: auto;
	height: auto;
}

.we-invite-you-work__product-info .product-card-count__num {
	width: 35px;
}

.product-info__price-container span {
	color: #949BAE;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.we-invite-you-work__block-field {
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.we-invite-you-work__field-radio {
	display: flex;
	margin-bottom: 7px;
	flex-direction: column;
}

.we-invite-you-work__item-radio-button input {
	display: none;
}

.we-invite-you-work__item-radio-label {
	display: flex;
	font-size: 18px;
	color: #8A8E90;
	align-items: center;
	cursor: pointer;
	gap: 16px;
}

.we-invite-you-work__item-radio-button input:checked~label span {
	border: 5px solid #E85231;
}

.we-invite-you-work__item-radio-label>span {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	flex: none;
	border: 2px solid #C4C4C4;
	border-radius: 50%;
}

.we-invite-you-work__item-radio-text {
	flex-shrink: 0;
}

.we-invite-you-work__field,
.we-invite-you-work__field-captcha {
	position: relative;
}

.we-invite-you-work__field>.form-error-field {
	border-color: #DA0000;
}

.we-invite-you-work__field-captcha>input:active,
.we-invite-you-work__field-captcha>input:focus,
.we-invite-you-work__field-captcha>input:focus-within,
.we-invite-you-work__field-textarea textarea:active,
.we-invite-you-work__field-textarea textarea:focus,
.we-invite-you-work__field-textarea textarea:focus-within {
	border-color: #E3000B;
	color: #000000;
}

.we-invite-you-work__name {
	position: absolute;
	padding: 14px 16px;
	width: 100%;
	z-index: 0;
	color: #9299A5;
	font-size: 16px;
	transition: .2s ease-out;
	top: 0;
	line-height: 24px;
}

.we-invite-you-work__field-not-empty .we-invite-you-work__name {
	top: -16px;
	padding-left: 0;
}

.we-invite-you-work__field>.form-error {
	color: #E8D338;
	font-size: 13px;
	line-height: 18px;
	margin-top: 4px;
}

.we-invite-you-work__field-submit>input {
	display: flex;
	width: 200px;
	height: 52px;
	background-color: #fff;
	font-weight: 500;
	border-radius: 10px;
	transition: .2s ease-out;
	border: none;
	color: #333;
	font-family: 'Montserrat';
	font-size: 18px;
}

.we-invite-you-work__field-submit>input:hover {
	background-color: #c7d8ff;
}

.we-invite-you-work__field>.we-invite-you-work__text-name,
.we-invite-you-work__field-captcha>.we-invite-you-work__text-name {
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #383838;
}

.we-invite-you-work__field-captcha>img {
	margin: auto;
}

#form-result {
	padding: 48px;
	border-radius: 20px;
	border: 1px solid #EBEDF1;
	background: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 512px;
}

.form-result__icon-block {
	padding: 25px;
	border-radius: 100px;
	background-color: #FFEBE7;
	margin-bottom: 37px;
}

.form-result__shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*gap: 40px;*/
	font-family: "Gotham Pro";
}

.form-result__information-block {
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: center;
}

.form-result__title {
	color: #111827;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}

.form-result__decription {
	color: #5A616C;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
}

.form-result__button {
	border-radius: 4px;
	background-color: #E85231;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	color: #FFF;
	font-size: 18px;
	transition: .2s ease-out;
	padding: 15px 0 17px;
	margin-top: 41px;
}

.form-result__button:hover {
	background-color: #d1725d;
}

#form-result .popup-window-close-icon {
	right: 15px;
	top: 10px;
}

#form-result .popup-window-close-icon:after {
	width: 17px;
	height: 17px;
}

.catalog-basket__products.catalog-basket__empty {
	border: 1px solid #E83838;
	border-radius: 6px 0px 0px 6px;
}

.we-invite-you-work__result_false .we-invite-you-work__message {
	color: #db0000;
}

.we-invite-you-work__result_false>.we-invite-you-work__shell {
	border: 1px solid #db0000;
}

.we-invite-you-work__agreement .main-user-consent-request-announce {
	display: flex;
}

.we-invite-you-work__agreement .main-user-consent-request-announce::before {
	content: "";
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 16px;
	display: inline-block;
	flex: none;
	cursor: pointer;
	transition: 0.2s ease-out;
	border: 2px solid #D2D6DC;
	border-radius: 2px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: center;
}

.we-invite-you-work__agreement input:checked+.main-user-consent-request-announce::before {
	background-color: #3B61B9;
	border-color: #3B61B9;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1.5 4.5L3.5 6.5L8.5 1.5" stroke="%23FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.we-invite-you-work__agreement input:checked+.main-user-consent-request-announce:hover::before {
	background-color: #2A4EA1;
	border-color: #2A4EA1;
}

.we-invite-you-work__agreement .main-user-consent-request-announce:hover::before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1.5 4.5L3.5 6.5L8.5 1.5" stroke="%23D2D6DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.we-invite-you-work__agreement a {
	color: #D0DFFF;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Montserrat';
	font-weight: 500;
	transition: .3s ease-out;
}

.we-invite-you-work__agreement a:hover {
	color: #fff;
}

.we-invite-you-work__final-result {
	width: 512px;
}

.we-invite-you-work__final-result .popup-window-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup-window.we-invite-you-work__succesfull .we-invite-you-work__icon {
	background: rgba(232, 82, 49, 0.10);
}

.we-invite-you-work__description {
	color: #fff;
	display: flex;
	gap: 12px;
	flex-direction: column;
}

.we-invite-you-work__description>* {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Montserrat';
}

.we-invite-you-work__close-button {
	display: flex;
	padding: 14px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 4px;
	background-color: #E85231;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	transition: .2s ease-out;
}

.we-invite-you-work__close-button:hover {
	background-color: #ef7b62;
}

.we-invite-you-work__agreement input {
	display: none;
}

.we-invite-you-work__failure .we-invite-you-work__icon {
	background: #F1F2F4;
}

.we-invite-you-work__left-container {
	flex: 0 0 calc(100% - 40px);
	max-width: 695px;
}

.we-invite-you-work__block-field>.we-invite-you-work__field>input,
.we-invite-you-work__block-field>.we-invite-you-work__field textarea {
	padding: 14px 16px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.10) !important;
	font-family: 'Montserrat';
	font-size: 18px;
	border: none !important;
	width: 100%;
	transition: .2s ease-out;
	color: #DDE8FF;
	line-height: 24px;
}

.we-invite-you-work__block-field>.we-invite-you-work__field-textarea textarea {
	font-weight: 400;
	line-height: 28px;
	min-height: 115px;
	height: 100%;
}

.we-invite-you-work__block-field>.we-invite-you-work__field>input:hover,
.we-invite-you-work__block-field>.we-invite-you-work__field textarea:hover,
.we-invite-you-work__block-field>.we-invite-you-work__field>input:focus,
.we-invite-you-work__block-field>.we-invite-you-work__field textarea:focus-visible {
	outline-offset: -2px;
	box-shadow: inset 0px 0px 0px 1.5px #fff;
}

.we-invite-you-work__field>.form-error-field {
	box-shadow: inset 0px 0px 0px 2px #E8D338;
}

.we-invite-you-work__block-field>.we-invite-you-work__field input::placeholder,
.we-invite-you-work__block-field>.we-invite-you-work__field textarea::placeholder {
	color: #DDE8FF;
}

.we-invite-you-work__field-text {
	flex: 1 1 100%;
	display: flex;
	flex-direction: column;
}

.we-invite-you-work__field-text:nth-child(1) {
	max-width: 355px;
}

.we-invite-you-work__field-text:nth-child(2) {
	max-width: 324px;
}

.we-invite-you-work__field-textarea {
	flex-grow: 1;
}

.we-invite-you-work__button-container {
	display: flex;
	align-items: center;
	gap: 24px;
}

.we-invite-you-work__custom-resizer {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-flex;
	cursor: pointer;
}

.we-invite-you-work__field-textarea-shell {
	position: relative;
	max-width: 695px;
	min-width: 300px;
	min-height: 115px;
	max-height: 300px;
}

.we-invite-you-work__character-counter-container {
	color: #DDE8FF;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	text-align: right;
}

.we-invite-you-work__message {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffffd1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #565656;
	border-radius: 18px;
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {
	.we-invite-you-work__left-container {
		max-width: 500px;
	}

	.we-invite-you-work__field-text:nth-child(1),
	.we-invite-you-work__field-text:nth-child(2) {
		max-width: fit-content;
		flex: 1 1 calc((100% / 2) - 8px);
	}

	.we-invite-you-work__button-container {
		flex-direction: column-reverse;
		align-items: baseline;
	}

	.we-invite-you-work__shell {
		gap: 40px;
	}

	.we-invite-you-work__title {
		font-size: 22px;
	}

	.we-invite-you-work__description>* {
		font-size: 16px;
	}
}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {
	.we-invite-you-work__shell {
		flex-direction: column;
	}

	.we-invite-you-work__left-container {
		max-width: 100%;
	}

	.we-invite-you-work__button-container {
		flex-direction: row;
	}

	.we-invite-you-work__block-field {
		margin-bottom: 12px;
	}

	.we-invite-you-work__field-textarea-shell {
		max-width: 100%;
	}

	.we-invite-you-work__field-text:nth-child(1),
	.we-invite-you-work__field-text:nth-child(2) {
		max-width: none;
	}
}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}

/* TODO (max-width:767px) */
@media (max-width:767px) {}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}

/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {
	.we-invite-you-work__button-container {
		flex-direction: column-reverse;
	}

	.we-invite-you-work__field-text:nth-child(1),
	.we-invite-you-work__field-text:nth-child(2) {
		flex-basis: 100%;
	}

	.we-invite-you-work__block-field>.we-invite-you-work__field-textarea textarea {
		max-width: 100%;
	}

	.we-invite-you-work__shell {
		padding: 20px;
	}

	.main-user-consent-request a {
		font-size: 12px;
		line-height: 16px;
	}

	.we-invite-you-work__icon {
		float: left;
		margin-right: 20px;
	}

	.we-invite-you-work__right-container {
		display: block;
	}

	.we-invite-you-work__field-textarea-shell {
		min-width: auto;
	}
}

/* TODO (max-width:500px) */
@media (max-width:500px) {}

/* TODO (max-width:450px) */
@media (max-width:450px) {}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17429538464354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

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

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

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/aspro_max/components/bitrix/news.list/front_news_2/style.css?17580100441505 */
/* /local/templates/aspro_max/components/bitrix/news.list/front_tizers_2/style.css?17580100445836 */
/* /local/templates/aspro_max/components/bitrix/news.list/for-doctors_reviews/style.css?17580100443210 */
/* /local/templates/aspro_max/components/bitrix/form.result.new/we-invite-you-work/style.css?175801004413069 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17429538464354 */
