

/* Start:/bitrix/templates/taliente/components/bitrix/news.list/banners-main/style.css?16981742164485*/

.offer {
	position: relative;
	padding-top: 12.9rem;
	height: 100vh;
	max-width: 100%;
	min-height: 600px;
}
@media (max-width: 991px) {
	.offer {
		padding-top: 87px;
		min-height: 520px;
	}
}
@media (max-width: 767px) {
	.offer {
		padding-top: 77px;
	}
}
@media (max-width: 575px) {
	.offer {
		padding-top: 56px;
	}
}
.offer__controls {
	position: absolute;
	right: 0;
	bottom: 12rem;
	z-index: 10;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
@media (max-width: 767px) {
	.offer__controls {
		bottom: 30px;
		width: 100%;
		right: 0;
	}
}

.offer-img {
	position: absolute;
	top: 12.9rem;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 12.9rem);
	overflow: hidden;
}
@media (max-width: 991px) {
	.offer-img {
		top: 87px;
		height: calc(100% - 87px);
	}
}
@media (max-width: 767px) {
	.offer-img {
		top: 77px;
		height: calc(100% - 77px);
	}
}
@media (max-width: 575px) {
	.offer-img {
		top: 56px;
		height: calc(100% - 56px);
	}
}
.offer-img__slide {
	width: 100%;
	height: 100%;
}
.offer-img__img {
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
@media (max-width: 767px) {
	.offer-img__img--desktop {
		display: none;
	}
}
.offer-img__img--mobile {
	display: none;
}
@media (max-width: 767px) {
	.offer-img__img--mobile {
		display: block;
	}
}
.offer-img__img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.offer-text-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;

}
.offer-text-slider__slider-wrapper {
	height: 100%;
}
.offer-text-slider__slide {
	color: #FFF;
	min-height: 100%;
	height: auto;
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.offer-text-slider__text-wrapper {
	width: 580px;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}
@media (max-width: 767px) {
	.offer-text-slider__text-wrapper {
		width: 100%;
	}
}
.offer-text-slider__desc {
	font-size: 2.8rem;
	line-height: 1.25;
	padding: 1rem 0;
}
@media (max-width: 991px) {
	.offer-text-slider__desc {
		font-size: 2.4rem;
	}
}
@media (max-width: 767px) {
	.offer-text-slider__desc {
		font-size: 2rem;
	}
}
.offer-text-slider__title {
	padding-bottom: 3rem;
}
.offer-text-slider__text {
	line-height: 1.4;
	padding-bottom: 3rem;
}
.offer-text-slider__button-wrapper {
	padding-bottom: 8rem;
}
@media (max-width: 1199px) {
	.offer-text-slider__button-wrapper {
		padding-bottom: 4rem;
	}
}
@media (max-width: 991px) {
	.offer-text-slider__button-wrapper {
		padding-bottom: 2rem;
	}
}

.offer-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
.offer-pagination__bullet {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	cursor: pointer;
}
.offer-pagination__bullet::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #FFF;
	-webkit-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
}
.offer-pagination__bullet--active::after {
	content: "";
	width: 70px;
	margin-left: 2rem;
}


.offer-text-slider__slide--full {
	position: relative;
	z-index: 1;
	height: 100%;
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.list/balance/style.css?16981742163748*/

.balance {
	padding: 11.2rem 0 12rem;
	overflow: hidden;
}
.balance__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: url("/bitrix/templates/taliente/components/bitrix/news.list/balance/img/balance_bg.png") no-repeat center center;
}
@media (max-width: 767px) {
	.balance__wrapper {
		background-position: left bottom;
		background-size: 100% auto;
	}
}
@media (max-width: 1199px) {
	.balance__wrapper {
		gap: 1rem;
	}
}
@media (max-width: 991px) {
	.balance__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0;
	}
}
.balance__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
@media (max-width: 991px) {
	.balance__column {
		position: relative;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.balance__column--right {
	text-align: right;
}
@media (max-width: 1199px) {
	.balance__column--right {
		text-align: left;
	}
}
.balance__text-wrapper {
	padding-top: 7.3rem;
	max-width: 580px;
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
}
@media (max-width: 991px) {
	.balance__text-wrapper {
		max-width: 100%;
		padding-top: 0;
	}
}
.balance__title {
	padding-bottom: 3rem;
}
.balance__text {
	line-height: 1.4;
	padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
	.balance__text {
		padding-bottom: 3rem;
	}
}
.balance__text-paragraph:not(:last-child) {
	margin-bottom: 3rem;
}
.balance__img {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 100%;
}
.balance__img--left {
	z-index: 3;
	width: 473px;
	aspect-ratio: 1/1;
}
@media (max-width: 991px) {
	.balance__img--left {
		width: 400px;
	}
}
@media (max-width: 767px) {
	.balance__img--left {
		-webkit-transform: translate(-120px, 20px);
		-ms-transform: translate(-120px, 20px);
		transform: translate(-120px, 20px);
	}
}
@media (max-width: 575px) {
	.balance__img--left {
		width: 65%;
		-webkit-transform: translate(-12%, 20px);
		-ms-transform: translate(-12%, 20px);
		transform: translate(-12%, 20px);
	}
}
.balance__img--right {
	z-index: 1;
	width: 473px;
	aspect-ratio: 473/719;
}
@media (max-width: 991px) {
	.balance__img--right {
		z-index: 2;
		width: 400px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translate(95%, -75%);
		-ms-transform: translate(95%, -75%);
		transform: translate(95%, -75%);
	}
}
@media (max-width: 767px) {
	.balance__img--right {
		-webkit-transform: translate(60%, -70%);
		-ms-transform: translate(60%, -70%);
		transform: translate(60%, -70%);
		right: auto;
	}
}
@media (max-width: 575px) {
	.balance__img--right {
		width: 75%;
		-webkit-transform: translate(70%, -60%);
		-ms-transform: translate(70%, -60%);
		transform: translate(70%, -60%);
	}
}
.balance__img--bottom {
	z-index: 2;
	margin-top: 6rem;
	-webkit-transform: translateX(-107px);
	-ms-transform: translateX(-107px);
	transform: translateX(-107px);
	width: 580px;
	aspect-ratio: 580/473;
}
@media (max-width: 991px) {
	.balance__img--bottom {
		z-index: 1;
		margin-top: 4rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767px) {
	.balance__img--bottom {
		width: 100%;
		margin-top: 0;
		-webkit-transform: translate(0, 80px);
		-ms-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
}
@media (max-width: 575px) {
	.balance__img--bottom {
		width: calc(100% + 30px);
		max-width: calc(100% + 30px);
		-webkit-transform: translate(-15px, 25%);
		-ms-transform: translate(-15px, 25%);
		transform: translate(-15px, 25%);
	}
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.detail/download/style.css?16981742151827*/

.promo {
	position: relative;
	padding-top: 12rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 11.3rem;
}
@media (max-width: 991px) {
	.promo {
		padding-top: 9rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4rem;
	}
}
.promo__title {
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.promo__title {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.promo__img {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 62%;
	flex: 1 1 62%;
	width: 62%;
	aspect-ratio: 766/576;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.promo__play {
	cursor: pointer;
}
.promo__play svg {
	width: 112px;
	height: 79px;
}
@media (max-width: 767px) {
	.promo__play svg {
		width: 67px;
		height: 48px;
	}
}
.promo__img-bg {
	position: absolute;
	bottom: -12rem;
	left: 153px;
	height: calc(100% + 12rem);
	background-image: url(/bitrix/templates/taliente/components/bitrix/news.detail/download/img/promo_bg.png);
	width: auto;
	aspect-ratio: 507/879;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 0;
}
@media (max-width: 991px) {
	.promo__img-bg {
		left: auto;
		bottom: auto;
		right: 0;
		top: -15%;
		height: calc(100% + 10rem);
		-webkit-transform: translateX(90px);
		-ms-transform: translateX(90px);
		transform: translateX(90px);
	}
}
@media (max-width: 767px) {
	.promo__img-bg {
		height: calc(100% + 9rem);
	}
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.list/advantages/style.css?16981742162065*/

.benefits {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}

@media (max-width: 767px) {
	.benefits {
		background-position: 90% 50%;
	}
}

.benefits::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(7, 12, 22, 0.4);
	z-index: 0;
}
.benefits__container {
	position: relative;
	z-index: 2;
}

.benefits__wrapper {
	max-width: 580px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 3rem;
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
}
@media (max-width: 991px) {
	.benefits__wrapper {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.benefits__wrapper {
		gap: 2rem;
		padding-bottom: 55px;
	}
}
.benefits__num-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.6rem;
}

@media (max-width: 767px) {
	.benefits__num-wrapper {
		gap: 1.4rem;
	}
}
.benefits__num {
	font-size: 155px;
	font-weight: 300;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.benefits__num {
		font-size: 100px;
	}
}

.benefits__group {
	font-size: 1.7rem;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.benefits__wrapper {
		font-size: 1.4rem;
	}
}
.benefits__text--bold {
	font-weight: 700;
}
.benefits__group h1,
.benefits__group h2,
.benefits__group h3 {
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 1rem;
}

.benefits__group:not(:last-child) {
	padding-bottom: 3rem;
}
@media (max-width: 767px) {
	.benefits__group:not(:last-child) {
		padding-bottom: 1rem;
	}
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.list/quality/style.css?16981742154841*/

.quality__desc {
	padding-top: 3rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.quality__desc {
		font-size: 1.4rem;
	}
}
.quality__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6rem;
}
@media (max-width: 1280px) {
	.quality__list {
		gap: 3rem;
	}
}
@media (max-width: 991px) {
	.quality__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.quality__list {
		gap: 2rem;
	}
}
@media (max-width: 575px) {
	.quality__list {
		gap: 0;
	}
}
.quality__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0;
	flex: 0 0;
	-ms-flex-preferred-size: calc(25% - 4.5rem);
	flex-basis: calc(25% - 4.5rem);
	max-width: calc(25% - 4.5rem);
}
@media (max-width: 1280px) {
	.quality__item {
		-ms-flex-preferred-size: calc(25% - 2.25rem);
		flex-basis: calc(25% - 2.25rem);
		max-width: calc(25% - 2.25rem);
	}
}
@media (max-width: 991px) {
	.quality__item {
		-ms-flex-preferred-size: calc(50% - 1.5rem);
		flex-basis: calc(50% - 1.5rem);
		max-width: calc(50% - 1.5rem);
	}
}
@media (max-width: 767px) {
	.quality__item {
		-ms-flex-preferred-size: calc(50% - 1rem);
		flex-basis: calc(50% - 1rem);
		max-width: calc(50% - 1rem);
	}
}
@media (max-width: 575px) {
	.quality__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.quality__item.is-black {
		margin-top: 3rem;
	}
	.quality__item:first-child {
		padding-top: 0;
	}
}

.quality-card {
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
	padding-top: 3rem;
}
.quality-card.is-black {
	padding: 3rem;
	color: #FFF;
	background: url("/bitrix/templates/taliente/components/bitrix/news.list/quality/img/bg-card.png") no-repeat center center/cover;
}
.quality-card__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 0;
	font-weight: 700;
}
@media (max-width: 767px) {
	.quality-card__head {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.quality-card__icon svg {
	width: 40px;
	height: 40px;
}
@media (max-width: 767px) {
	.quality-card__icon svg {
		width: 36px;
		height: 36px;
	}
}
.quality-card__title {
	font-weight: 700;
	padding-left: 1rem;
}
.quality-card__text {
	padding-top: 2rem;
	line-height: 1.4;
}

.quality-text-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 12rem;
}
@media (max-width: 991px) {
	.quality-text-section {
		padding-bottom: 10rem;
	}
}
@media (max-width: 767px) {
	.quality-text-section {
		padding-bottom: 9rem;
	}
}
.quality-text-section__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 14rem;
}
@media (max-width: 1280px) {
	.quality-text-section__wrapper {
		gap: 10rem;
	}
}
@media (max-width: 1199px) {
	.quality-text-section__wrapper {
		gap: 3rem;
	}
}
@media (max-width: 991px) {
	.quality-text-section__wrapper {
		gap: 2rem;
	}
}
@media (max-width: 767px) {
	.quality-text-section__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 3rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.quality-text-section__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 100%;
	width: 50%;
	aspect-ratio: 1/1;
	background-color: #90a4ae;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 767px) {
	.quality-text-section__img {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.quality-text-section__title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
	padding-bottom: 3rem;
}
@media (max-width: 991px) {
	.quality-text-section__title {
		font-size: 2.8rem;
	}
}
@media (max-width: 767px) {
	.quality-text-section__title {
		font-size: 2.4rem;
	}
}
.quality-text-section__img-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58%;
	aspect-ratio: 706/462;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: translate(40%, 120px);
	-ms-transform: translate(40%, 120px);
	transform: translate(40%, 120px);
}
@media (max-width: 767px) {
	.quality-text-section__img-bg {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.quality-text-section__img-bg {
		-webkit-transform: translate(33%, 90px);
		-ms-transform: translate(33%, 90px);
		transform: translate(33%, 90px);
	}
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.list/italian-quality/style.css?16981742163149*/

.italian-quality-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-image: url(/bitrix/templates/taliente/components/bitrix/news.list/italian-quality/img/italian-quality_bg.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}
.italian-quality-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url("/bitrix/templates/taliente/components/bitrix/news.list/italian-quality/img/italian_bg.png");
	background-repeat: no-repeat;
	background-position: 54% 27%;
}
@media (max-width: 767px) {
	.italian-quality-section::after {
		background-position: 0 67%;
		background-size: 140% auto;
	}
}

.italian-quality {
	width: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6rem;
}
@media (max-width: 1199px) {
	.italian-quality {
		gap: 4rem;
	}
}
@media (max-width: 767px) {
	.italian-quality {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0;
		text-align: left;
	}
}
.italian-quality__text {
	max-width: 84%;
	margin-left: auto;
	padding-top: 8.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
}
@media (max-width: 1199px) {
	.italian-quality__text {
		padding-top: 5rem;
	}
}
@media (max-width: 991px) {
	.italian-quality__text {
		max-width: 100%;
		padding-top: 3rem;
		font-size: 2.8rem;
	}
}
@media (max-width: 767px) {
	.italian-quality__text {
		font-size: 2.4rem;
		padding-bottom: 3rem;
		padding-top: 0;
	}
}
.italian-quality__column--left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0;
	flex: 0 0;
	-ms-flex-preferred-size: calc(44% - 6rem);
	flex-basis: calc(44% - 6rem);
}
@media (max-width: 767px) {
	.italian-quality__column--left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.italian-quality__column--right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
}
@media (max-width: 767px) {
	.italian-quality__column--right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.italian-quality__img {
	max-width: 100%;
	height: auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.italian-quality__img--left {
	width: 100%;
	aspect-ratio: 473/753;
}
@media (max-width: 767px) {
	.italian-quality__img--left {
		width: 70%;
	}
}
.italian-quality__img--bottom {
	margin-top: 11.5rem;
	width: 100%;
	aspect-ratio: 687/473;
}
@media (max-width: 1199px) {
	.italian-quality__img--bottom {
		margin-top: 10rem;
	}
}
@media (max-width: 991px) {
	.italian-quality__img--bottom {
		margin-top: 5rem;
	}
}
@media (max-width: 767px) {
	.italian-quality__img--bottom {
		margin-top: 16.8rem;
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
	}
}
.italian-quality__img--mobile {
	display: none;
}
@media (max-width: 767px) {
	.italian-quality__img--mobile {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.italian-quality__img--desktop {
		display: none;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1698174042666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.list/map/style.css?17056475017562*/
.dropdown-custom {
    width: 100%;
    position: relative;
}
.dropdown-custom__head {
    width: 100%;
    position: relative;
    padding: 2rem 1rem;
    font-size: 2.8rem;
    border-color: #9C9C9C;
    border-style: solid;
    border-width: 1px 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.js--country-input{
  color: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 25px;
  border: none;
}
.is-active{
color: red;
}
/*.dropdown-custom:first-child .dropdown-custom__head {*/
/*    border-bottom: none;*/
/*}*/
@media (max-width: 991px) {
    .dropdown-custom__head {
        font-size: 2.4rem;
    }
}
@media (max-width: 767px) {
    .dropdown-custom__head {
        padding: 1rem;
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1rem;
    }
}
.dropdown-custom__head::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7425 5.25749C17.1526 5.66754 17.1526 6.33236 16.7425 6.74241L9.74251 13.7424C9.5456 13.9393 9.27853 14.05 9.00005 14.05C8.72157 14.05 8.4545 13.9393 8.25759 13.7424L1.25759 6.74241C0.847536 6.33236 0.847536 5.66754 1.25759 5.25749C1.66764 4.84744 2.33246 4.84744 2.74251 5.25749L9.00005 11.515L15.2576 5.25749C15.6676 4.84744 16.3325 4.84744 16.7425 5.25749Z' fill='%23070C16'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 991px) {
    .dropdown-custom__head::after {
        right: 10px;
    }
}
.is-open .dropdown-custom__head::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-custom__content {
    /*padding-top: 2rem;*/
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: calc(100% - 1px);
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    border-radius: 0 0 4px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
}
.is-open .dropdown-custom__content {
    max-height: 1000px;
    border-color: #DEDEDE;
    border-width: 1px;
    -webkit-animation: open 0.4s forwards;
    animation: open 0.4s forwards;
	height: 750px;
    overflow: auto;
}
.dropdown-custom__item {
    font-size: 2.8rem;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    padding: 1rem 2.5rem 1rem 2.5rem;
}

.dropdown-custom__item.is-hidden {
    display: none;
}

@media (max-width: 991px) {
    .dropdown-custom__item {
        font-size: 2.4rem;
    }
}
@media (max-width: 767px) {
    .dropdown-custom__item {
        font-size: 2rem;
        padding: 1rem;
    }
}

.dropdown-custom__item:last-child {
    /*padding-bottom: 2rem;*/
}


.dropdown-custom__item:hover, .dropdown-custom__item:focus, .dropdown-custom__item:active {
    color: #304B89;
}
.dropdown-custom__item.is-active {
    color: #304B89;
}

@-webkit-keyframes open {
    0% {
        max-height: 0;
    }
    95% {
        overflow: auto;
    }
    100% {
        max-height: 1000px;
    }
}


.address {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(30%, 370px) 1fr;
    grid-template-columns: minmax(30%, 370px) 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-rows: 800px;
    gap: 6rem;
}
@media (max-width: 1199px) {
    .address {
        gap: 3rem;
    }
}
@media (max-width: 991px) {
    .address {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto;
    }
}
.address__map {
    height: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.address__text-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.address__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .address__list {
        display: none;
    }
}

.addres-card {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 3rem 0 2rem;
}

.addres-card.is-hidden {
    display: none;
}
/*.addres-card:not(:last-child) {*/
/*    border-bottom: 1px solid #D0D0D0;*/
/*}*/
.addres-card {
    border-bottom: 1px solid #D0D0D0;
}
.addres-card__title {
    font-weight: 700;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.addres-card__title:not([disabled]):hover, .addres-card__title:not([disabled]):focus, .addres-card__title:not([disabled]):active {
    color: #304B89;
}
.addres-card__link {
    display: block;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.addres-card__link:not([disabled]):hover, .addres-card__link:not([disabled]):focus, .addres-card__link:not([disabled]):active {
    color: #304B89;
}

.operation-mode {
    padding-top: 1rem;
    width: 100%;
}
.operation-mode__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.operation-mode__day {
    padding-bottom: 1rem;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    color: #9C9C9C;
    height: 100%;
}
.operation-mode__day::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D0D0D0;
}
.operation-mode__time {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 2rem;
}

.address-section {
    overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/taliente/components/bitrix/news.detail/form/style.css?16981742153932*/

.order-form-section {
	width: 100%;
	padding: 12rem 0;
	position: relative;
	color: #FFF;
	background-image: url("/bitrix/templates/taliente/components/bitrix/news.detail/form/img/order-form-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 991px) {
	.order-form-section {
		padding: 10rem 0;
	}
}
@media (max-width: 767px) {
	.order-form-section {
		padding: 9rem 0;
	}
}
.order-form-section::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.order-form {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16rem;
}
@media (max-width: 1199px) {
	.order-form {
		gap: 8rem;
	}
}
@media (max-width: 991px) {
	.order-form {
		gap: 5rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.order-form__text-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
}
@media (max-width: 991px) {
	.order-form__text-wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.order-form__title {
	padding-bottom: 4rem;
}
@media (max-width: 991px) {
	.order-form__title {
		padding-bottom: 3rem;
	}
}
.order-form__desc {
	line-height: 1.4;
}
.order-form__form-wrapper {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	/*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;*/
}



.order-img-section {
	width: 100%;
	padding: 12rem 0 0 0;
	background-color: #fff;
}
@media (max-width: 991px) {
	.order-img-section {
		padding: 10rem 0;
	}
}
@media (max-width: 767px) {
	.order-img-section {
		padding: 9rem 0;
		overflow: visible;
	}
}

.order-img__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 6rem;
}
@media (max-width: 991px) {
	.order-img__wrapper {
		gap: 3rem;
	}
}
@media (max-width: 767px) {
	.order-img__wrapper {
		position: relative;
		gap: 0;
		display: block;
	}
}
.order-img__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0;
	flex: 0 0;
	-ms-flex-preferred-size: calc(50% - 3rem);
	flex-basis: calc(50% - 3rem);
	max-width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 991px) {
	.order-img__img {
		-ms-flex-preferred-size: calc(50% - 1.5rem);
		flex-basis: calc(50% - 1.5rem);
	}
}
@media (max-width: 767px) {
	.order-img__img {
		width: 80%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}
.order-img__img--left {
	aspect-ratio: 580/874;
	-webkit-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	transform: translateY(-32%);
}
@media (max-width: 767px) {
	.order-img__img--left {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		-webkit-transform: translate(-30%, -70%);
		-ms-transform: translate(-30%, -70%);
		transform: translate(-30%, -70%);
	}
}
@media (max-width: 575px) {
	.order-img__img--left {
		width: 85%;
		-webkit-transform: translate(-25%, -350px);
		-ms-transform: translate(-25%, -350px);
		transform: translate(-25%, -350px);
		aspect-ratio: 306/461;
	}
}
.order-img__img--right {
	aspect-ratio: 580/719;
}
@media (max-width: 767px) {
	.order-img__img--right {
		margin-top: 30rem;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 575px) {
	.order-img__img--right {
		width: 90%;
		right: 0;
		aspect-ratio: 1/1;
		margin-top: 20rem;
		-webkit-transform: translate(20%, 0);
		-ms-transform: translate(20%, 0);
		transform: translate(20%, 0);
	}
}

/* End */


/* Start:/local/components/taliente/feedback/templates/organization_form/style.css?16981742171694*/
.fav_form { position: relative }
.fav_form-hidden { display: none !important; }
.fav_form-send { cursor: pointer; }

.fav_form-input-error { color: #ff0000 !important; }
.fav_form-input-error::placeholder { color: #ff0000 !important; }
.fav_form-input-error::-webkit-input-placeholder { color: #ff0000 !important;  }
.fav_form-input-error::-moz-placeholder { color: #ff0000 !important;  }
.fav_form-input-error:-moz-placeholder { color: #ff0000 !important;  }
.fav_form-input-error:-ms-input-placeholder { color: #ff0000 !important;  }

.fav_form-error > span {
	display: block;
	margin: 0 0 20px 0;
	background-color: #ffeeee;
	border: 0;
	border-left: 4px solid #ff0000;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 20px 13px 24px;
	line-height: 1.4;
	letter-spacing: -.11px;
	color: #252525;
}

.fav_form-message > span {
	display: block;
	margin: 10px 0;
	background-color: #dbfbdc;
	border: 0;
	border-left: 4px solid #3caa53;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 20px 13px 24px;
	line-height: 1.4;
	letter-spacing: -.11px;
	color: #252525;
}

.fav_form-pattern {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	position: absolute;   
	background: rgba(255, 255, 255, 0.3);
	left: 0;
	top: 0;
}

.fav_form-pattern::after { 
	content: '';  
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 15px;
	margin: auto;
	position: absolute;
	display: inline-block;    
	background: url('/local/components/taliente/feedback/templates/organization_form/./loading.svg');
	background-size: cover;
	background-position: center;
}

.fav_form-pattern-active {
    width: 100%;
    height: 100%;
	z-index: 1;
	display: block;
    position: absolute;   
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}
/* End */
/* /bitrix/templates/taliente/components/bitrix/news.list/banners-main/style.css?16981742164485 */
/* /bitrix/templates/taliente/components/bitrix/news.list/balance/style.css?16981742163748 */
/* /bitrix/templates/taliente/components/bitrix/news.detail/download/style.css?16981742151827 */
/* /bitrix/templates/taliente/components/bitrix/news.list/advantages/style.css?16981742162065 */
/* /bitrix/templates/taliente/components/bitrix/news.list/quality/style.css?16981742154841 */
/* /bitrix/templates/taliente/components/bitrix/news.list/italian-quality/style.css?16981742163149 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1698174042666 */
/* /bitrix/templates/taliente/components/bitrix/news.list/map/style.css?17056475017562 */
/* /bitrix/templates/taliente/components/bitrix/news.detail/form/style.css?16981742153932 */
/* /local/components/taliente/feedback/templates/organization_form/style.css?16981742171694 */
