

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news/transporting/bitrix/news.detail/.default/style.css?176163351518072*/

.about-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 120px 0;
}

.about-wrapper .index-block__title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
	margin: 0;
}

.about-content {
	display: flex;
	gap: 40px;
}

.about-content__text {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.about-video {
	max-width: 420px;
    max-height: 190px;
    width: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.about-video__element {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
}

.about-video__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 0;
	background: #1b593e;
	cursor: pointer;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.about-video__play::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid #ffdb93;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin-left: 3px;
}

.about-video__play.hidden {
	opacity: 0;
	pointer-events: none;
}

.about-facts {
	display: flex;
	/*gap: 20px;*/
	padding: 40px 0;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-around;
}

.about-facts__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	width: 232px;
}

.about-facts__item img {
	height: 64px;
}

.about-facts__num {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	text-align: center;
	color: #1b593e;
}

.about-facts__desc {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	color: #606060;
}

.advantages-delivery__map {
	flex-grow: 1;
}

@media (max-width: 992px) {
	.about-title {
		padding-bottom: 30px;
	}

	.about-content {
		flex-direction: column;
	}

	.about-content__video {
		width: 100%;
	}

	.about-video {
		width: 100%;
	}
}
.about-wrapper .index-block__subtitle{
  display: none;

}



.banner-wrapper {
	background: url('/local/templates/aspro-allcorp3/components/bitrix/news/transporting/bitrix/news.detail/.default/../../../../upload/img/main-banner.png') center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	gap: 20px;
	padding: 40px;
	align-items: end;
	border-radius: 10px;
	position: relative;
}

.banner-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	color: #fff;
}

.banner-subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #fff;
}

.banner-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #1b593eb2;
	min-width: 360px;
	box-sizing: border-box;
	z-index: 3;
}

.form-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.form-item textarea {
	min-height: 80px;
}

.form-item.form-item__agreement {
	flex-direction: row;
	gap: 10px;
	align-self: flex-start;
}

.form-item__checkbox {
	margin: 0;
	border: 1px solid #9f9f9f;
  border-radius: 4px;
  outline: none;
}

.form-item__agreement .form-item__title {
	position: relative;
	top: 1px;
}

.form-item__title {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #dcba6a;
}

.form-item__title span {
	color: #414141;
}

.form-item__field {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 11px 15px;
	background-color: #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

select {
   appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M9.08579 0.5H1.91421C1.02331 0.5 0.577143 1.57714 1.20711 2.20711L4.79289 5.79289C5.18342 6.18342 5.81658 6.18342 6.20711 5.79289L9.79289 2.20711C10.4229 1.57714 9.97669 0.5 9.08579 0.5Z' fill='%230E2130'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}

.services-banner {
	position: relative;
	border-radius: 10px;
	margin: 40px 0;
}

.services-banner__content {
	position: absolute;
	bottom: 80px;
	left: 80px;
	right: 80px;
	z-index: 3;
}

.services-banner {
	height: 600px;
}

.detail-banner {
	height: 100%;
}

.services-title {
	margin-bottom: 40px;
}

.services-banner__btn-wrapper {
	display: flex;
	gap: 10px;
}

.alternative-btn.btn.btn-default {
	background: inherit;
	border: 1px solid #52B788;
	color: #52B788;
}

@media (max-width: 1100px) {
	.banner-wrapper {
		flex-direction: column;
		padding: 0px;
	}
	.banner-form {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.services-banner__content {
		left: 40px;
		right: 40px;
	}
	.banner-title {
		font-size: 48px;
	}
}

@media (max-width: 768px) {
	.services-banner__content {
		bottom: 40px;
		text-align: center;
	}
	.banner-title {
		font-size: 30px;
		line-height: 40px;
	}
	.services-banner__btn-wrapper {
		justify-content: center;
	}
	.services-banner {
		height: 400px;
	}
	h3.index-block__title.switcher-title
 {
    font-size: 35px;
}
}

@media (max-width: 600px) {
	.banner-title {
		font-size: 20px;
		line-height: 30px;
	}

	.services-banner__content {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.services-banner__btn-wrapper {
		flex-direction: column;
	}
}


.questions-wrapper {
	display: flex;
	gap: 20px;
	padding: 40px;
	align-items: flex-start;
	border-radius: 10px;
}

.questions-content {
	max-width: 500px;
}

.questions-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1B593E;
}

.questions-subtitle {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.questions-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 40px;
	border-radius: 24px;
	background-color: #1B593E;
	flex-grow: 1;
	box-sizing: border-box;
}

.form-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.questions-form__bottom {
	display: flex;
	gap: 20px;
	align-items: center;
}

.form-item textarea {
	min-height: 80px;
}

.form-item.form-item__agreement {
	flex-direction: row;
	gap: 10px;
}

.form-item__checkbox {
	margin: 0;
	border: 1px solid #9f9f9f;
  border-radius: 4px;
  outline: none;
}

.form-item__agreement .form-item__title {
	position: relative;
	top: 3px;
	margin: 0;
}

.form-item__title {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #dcba6a;
}

.form-item__title span {
	color: #414141;
}

.form-item__field {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 11px 15px;
	background-color: #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}

.form-button.btn.btn-default {
	background-color: #857040;
}

.conditions-wrapper {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
}

@media (max-width: 992px) {
	.conditions-wrapper {
		padding: 60px 0;
	}
	.questions-wrapper {
		flex-direction: column;
	}	
	.questions-content {
		max-width: none;
	}
	.questions-form {
		width: 100%;
	}
}

.conditions-wrapper p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
	margin: 0;
}

.conditions-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 60px;
}

.conditions-title h2 {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
	margin: 0;
}

.conditions-subtitle {
	max-width: 820px;
}

.conditions-list {
	padding: 40px 0;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.conditions-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 400px;
}

.conditions-item svg {
  height: 64px;
}

.conditions-item__title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
  color: #857040;
}

.conditions-item__text {
  text-align: center;
}

.events {
	padding: 40px 0 120px;
}

.events-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.events-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.events-title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #1b593e;
}

.events-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
	align-self: flex-end;
}

.events-buttons button {
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	background-color: #52b788;
}

.events-buttons button.swiper-button-disabled {
	background-color: #d8f3dc;
}

.events-buttons button.swiper-button-disabled path {
	stroke: #9f9f9f;
}

.events-list {
	display: flex;
	justify-content: space-around;
}

.events-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	max-width: 400px;
}

.events-item:has(.events-item__content--short-item) {
	margin-right: 20px;
}

.events-item__title {
	margin: 0;
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #857040;
}

.events-item__text {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.events-item__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 396px;
}

.events-item__img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.swiper-slide.events-item .events-item__img {
	width: 400px;
}

.events-item__content--short-item {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 20px;
}

.events-item__content--short-item .events-item__title {
	font-size: 18px;
}

.events-item__content time {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #857040;
}

.events-item__btn-wrapper {
	flex-grow: 1;
	align-content: flex-end;
}

.events-item__btn {
	display: block;
	width: fit-content;
	padding: 10px 20px;
	background-color: #52b788;
	border-radius: 4px;
	border: none;
	outline: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
}

.read-all__wrapper {
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.read-all {
  text-decoration: none;
	padding: 12px 20px;
	border-radius: 4px;
	border: 1px solid #52B788;
	outline: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #52B788;
}

@media (max-width: 1200px) {
	.events-item__img {
		height: auto;
	}
}

@media (max-width: 768px) {
	.events-list:not(.swiper-wrapper) {
		gap: 20px;
		flex-direction: column;
	}

	.events-item:has(.events-item__content--short-item) {
		max-width: none;
		margin-right: 0;
	}
}

.steps {
	padding: 120px 0;
}

.steps-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	margin: 0;
	padding-bottom: 60px;
	color: #1b593e;
}

.steps-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 60px;
	position: relative;
}

.steps-row::before {
	content: "";
	position: absolute;
	left: -260px;
	right: -260px;
	top: 31px;
	height: 2px;
	background: #857040;
}

.steps-row__top::before {
	left: 10%;
}

.steps-row__bottom::before {
	right: 20%;
}

.steps-row__top .step {
	margin-left: 30%;
}

.steps-row__bottom .step {
	margin-left: 30%;
}

.step {
	display: flex;
	flex-direction: column;
	position: relative;
}

.step-icon {
	width: 59px;
	height: 59px;
	border: 2px solid #857040;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin-bottom: 16px;
	display: grid;
	place-items: center;
}

.step-icon svg {
	stroke: #b5925a;
	stroke-width: 1.6;
	fill: none;
}

.step-name {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #857040;
	margin: 0 0 28px;
}

.step-desc {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

/* отступ между рядами */
.steps-row + .steps-row {
	margin-top: 44px;
}

@media (max-width: 992px) {
  .steps-title {
    padding-bottom: 30px;
  }
	.steps-row {
		gap: 32px 40px;
	}
	.step-name {
		font-size: 20px;
    margin-bottom: 14px;
	}
  .step-desc {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
	.steps-row__top .step,
	.steps-row__bottom .step {
		margin: 0;
	}

	.step {
		align-items: center;
	}

	.steps-row + .steps-row {
		margin: 0;
	}

	.steps-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}
  .steps-row__top {
    margin-bottom: 28px;
  }
	.steps-row::before {
		display: none;
	}
	.step-icon {
		margin-bottom: 10px;
	}
	.step-name {
		font-size: 18px;
	}
	.step-desc {
		text-align: center;
	}
}
.delivery {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.delivery-title {
  font-family: Literata;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  margin: 0;
  color: #40916C;
}



.delivery-item {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  width: 33%;
  border: 1px solid #FFDB93;
}

.delivery-desc {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.delivery-road {
  font-family: Literata;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #857040;
}

.delivery-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #606060;
}

.delivery-price {
  align-self: flex-end;
}



.products-delivery__wrapper {
	display: flex;
	flex-direction: column;
}

.products-delivery__header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 60px;
}

.products-delivery__title {
	margin: 0;
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	max-width: 802px;
	color: #1b593e;
}

.products-delivery__subtitle {
	margin: 0;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #606060;
}

.products-delivery__content {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.products-delivery__banner {
	grid-area: 1 / 1 / 1 / 3;
}

.products-delivery__banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.products-delivery__banner-desc {
	grid-area: 1 / 3 / 1 / 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.products-delivery__banner-title {
	font-family: Literata;
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	color: #606060;
	margin: 0;
}

.products-delivery__banner-title:first-child {
	color: #857040;
}

.products-delivery__banner-btn {
	text-decoration: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	background-color: #52b788;
	border: none;
	outline: none;
	border-radius: 4px;
	padding: 12px 20px;
}

.products-delivery__picture img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 992px) {
	.products-delivery__content {
		grid-template-columns: 1fr 1fr;
	}

	.products-delivery__banner {
		grid-area: 1 / 1 / 1 / 3;
	}

	.products-delivery__banner-desc {
		grid-area: 2 / 1 / 2 / 3;
	}
}

@media (max-width: 560px) {
	.products-delivery__content {
		grid-template-columns: 1fr;
	}

	.products-delivery__banner {
		grid-area: auto;
	}

	.products-delivery__banner-desc {
		grid-area: auto;
	}

  .products-delivery__picture {
    max-height: 200px;
  }
}
.tizers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tizers-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
  align-items: center;
}

.tizers-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.tizers-subdesc {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  color: #857040;
}
.warnInf {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}



.warnInf-wrapper {
	display: flex;
	flex-direction: column;
	background-color: #857040;
	border-radius: 10px;
	padding: 40px;
	flex-grow: 1;
	box-sizing: border-box;
}


.warnInf-progressbar__right {
	display: flex;
	gap: 12px;
	flex-direction: column;
}

.warnInf-progressbar__right h3{
	    color: #FFFFFF;
    font-family: Literata;
    font-size: 32px;
    font-weight: 600;
}
.warnInf-progressbar__right div{
	    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;

}





	.advantages-wrapper {
	display: flex;
	flex-direction: column;
	background-color: #1b593e;
	width: 100%;
	padding: 40px 0 120px;
}

.advantages-title {
	font-family: Literata;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	color: #b7e4c7;
	padding-bottom: 60px;
	margin: 0;
}

.advantages-desc {
	display: flex;
  flex-wrap: wrap;
	padding: 40px 0;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}

.advantages-desc__item {
	display: flex;
	flex-direction: column;
	align-items: center;
  max-width: 295px;
}

.advantages-desc__item svg {
	height: 84px;
}

.advantages-desc__item-title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	color: #ffdeb3;
}

.advantages-delivery {
	display: flex;
	gap: 20px;
	padding-top: 60px;
}

.advantages-delivery__desc {
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
	gap: 20px;
  max-width: 400px;
}

.advantages-delivery__desc h4 {
	font-family: Literata;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #d8f3dc;
	margin: 0;
}

.advantages-delivery__desc p {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #ffdeb3;
	margin: 0;
}

.advantages-delivery__map img {
  width: 100%;
}

@media (max-width: 991px) {
	.about-wrapper {
		padding: 60px 0;
	}

	.steps {
		padding: 60px 0;
	}

  .advantages-delivery {
    flex-direction: column;
  }

	.advantages-title {
		font-size: 32px;
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.services-banner .events-item__btn {
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1760947782666*/
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:/local/templates/aspro-allcorp3/components/bitrix/news.list/tarifs-list-detail/style.css?1761633515888*/
.delivery {
    margin-top: 40px;
}
.delivery-list {
  display: flex;
  flex-direction: column;
}
.delivery-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.delivery-item {
  flex-direction: column;
  width: 100%;
  margin: 0 0 -1px -1px;
  border: 1px solid #FFDB93;
}

.delivery-item:first-child {
  border-radius: 16px 0 0 16px;
  border-right: none;
}
.delivery-item:last-child {
  border-radius: 0 16px 16px 0;
  margin-left: -2px;
}
@media (max-width: 992px) {
  .delivery-list {
    border-radius: 16px;
    border: 1px solid #FFDB93;
    overflow: hidden;
  }
  .delivery-group {
    grid-template-columns: 1fr;
  }
  .delivery-item:first-child {
    border-radius: 0;
  }
  .delivery-item:last-child {
    border-radius: 0;
  }

  .delivery-item {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/steps_list/style.min.css?17616335152974*/
.tizers-list__item{display:flex;height:100%;flex-direction:row}.tizers-list__item--column{flex-direction:column}.tizers-list__item--column.tizers-list__item--centered{text-align:center;align-items:center}.tizers-list__item--vertical-centered{align-items:center}.tizers-list__item-image-wrapper{flex-shrink:0}.tizers-list__item-wrapper.bordered{border-radius:4px}.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered{margin-right:-1px;margin-bottom:-1px;border-radius:0}@media (max-width:450px){.tizers-list__item{flex-direction:column}.tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper{margin-bottom:15px}}.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP{margin-bottom:19px}.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT{margin-top:4px;margin-right:21px}.tizers-list__item-image-text{font-size:45px;line-height:45px}.tizers-list__item-image-text--size-50{font-size:50px;line-height:50px}.tizers-list__item-image-wrapper--PICTURES{overflow:hidden;border-radius:50%}.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP{width:140px;height:140px;margin-bottom:26px}.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT{width:80px;height:80px;margin-right:27px}.tizers-list__item-image-picture{width:100%;height:100%;background-size:cover;background-position:center}.tizers-list__item-image-wrapper--ICONS{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.tizers-list__item-image-wrapper--ICONS svg{max-width:100%;max-height:100%}.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS{margin-bottom:26px}.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS{margin-right:28px}.tizers-list__item-text-wrapper{display:flex;flex-direction:column;margin-top:-.25em}.bx-ie .tizers-list__item-text-wrapper{flex-grow:1}@media (min-width:451px){.bx-ie .tizers-list__item-text-wrapper{flex-basis:0}}.tizers-list__item-descr{margin-top:8px}.tizers-list__item--with-bg{background-color:#fff;background-color:var(--card_bg_black)}.tizers-list__item--with-bg:hover{background-color:#fff;background-color:var(--card_bg_hover_black)}.tizers-list__item--narrow-with-bg{padding:48px}.tizers-list__item--wide-with-bg{padding:56px}.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP{margin-bottom:13px}.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP{padding:47px 47px 42px 47px}.detail-block.tizers{margin:-1px 0 0 0}.detail-block .tizers-list{padding:40px 0 35px 0;background-color:var(--card_bg_black)}.detail-block .tizers-list__item-name{font-size:1em}.detail-block .tizers-list__item-descr{margin-top:3px;font-size:.86667em}.detail-block .tizers-list__item-image-wrapper--ICONS{width:40px;height:40px}
/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news/transporting/bitrix/news.detail/.default/style.css?176163351518072 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1760947782666 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/tarifs-list-detail/style.css?1761633515888 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/steps_list/style.min.css?17616335152974 */
