

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174055559751*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17405634622556*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/news.list/advantages.grid/style.css?17507221451981*/

html, body {
	font-family: 'Montserrat', sans-serif;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 60px 0;
	padding: 20px;
}

/* Только последние два элемента растягиваем на 2 колонки */
.advantages-grid__item:nth-last-child(-n+2) {
	grid-column: span 2;
}

/* Заголовок “10 причин” */
.advantages-title {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	margin: 100px 0 20px;
	color: #1D1D1D;
	display: block;
}

.advantages-title span {
	color: #00ACAB;
	font-weight: 700;
}


.advantages-grid__item {
	background: #F8F9FB;
	padding: 24px;
	border-radius: 4px;
	text-align: left;
}

.advantages-grid__icon {
	width: 40px;
	height: 40px;
}

.advantages-grid__icon img {
	max-width: 100%;
	max-height: 100%;
}

.advantages-grid__title {
	color: #1D1D1D;
	font-weight: 600;
	font-size: 18px;
	margin: 7px 0 10px 0;
}

.advantages-grid__text {
	color: #808080;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 992px) {

	.advantages-grid {
		grid-template-columns: 1fr;
	}

	.advantages-title {
		font-size: 24px;
		text-align: left;
		max-width: 250px;
		padding: 0 20px 0 20px;
		margin: 70px 0 0 0;
	}

	.advantages-grid__item {
		display: grid;
		grid-template-columns: 40px 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
       "icon title"
       "icon text";
		column-gap: 5px;
		padding: 0 0 0 0;
		background: transparent;
	}

	.advantages-grid__icon {
		grid-area: icon;
		width: 40px;
		height: 40px;
		align-self: start;
	}

	.advantages-grid__title {
		grid-area: title;
		margin: 0;
		font-size: 15px;
		font-weight: 600;
	}

	.advantages-grid__text {
		grid-area: text;
		margin: 0;
		font-size: 13px;
		font-weight: 400;
		color: #808080;
	}

	/* Чтобы последние два не растягивались */
	.advantages-grid__item:nth-last-child(-n+2) {
		grid-column: span 1;
	}

}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/news.list/dealer.candidates/style.css?17579757372568*/
html, body {
	font-family: 'Montserrat', sans-serif;
}
.footer--desktop { display: block;}
.footer--mobile  { display: none; }
.dealer-candidates__inner {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.dealer-candidates {
	padding: 0 20px 0 20px;
}

.dealer-candidates__image {
	position: relative;
	height: 500px;
	margin-top: 10px;
}

.dealer-candidates__card {
	display: flex !important;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	background: none !important;
	padding: 0 !important;
}

.dealer-candidates__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	display: block;
}
.dealer-candidates__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dealer-candidates__card .dealer-candidates__name {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
}

.dealer-candidates__icon img {
	width: 100%;
	height: 100%;
	margin: 0;
	flex-shrink: 1;
}

.dealer-candidates__name {
	font-size: 18px;
	font-weight: 600;
	color: #1D1D1D;
}

.cand-title {
	font-weight: 500;
	font-size: 34px;
	text-align: center;
	margin: 120px 0 20px 0;
}

.dealer-candidates__inner .dealer-candidates__card:last-child {
	margin-bottom: 0;
}

.dealer-candidates__footer {
	position: static;
	margin-top: auto;
	text-align: center;
}

.dealer-candidates__footer-text {
	margin: 0;
	white-space: nowrap;
	font-size: 18px;
	color: #1D1D1D;
}

.dealer-candidates__button {
	display: block;
	width: 100%;
	padding: 12px 24px;
	margin: 8px 0 0;
	background-color: #32B2B1;
	color: #FFF;
	border-radius: 2px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.dealer-candidates__button:hover {
	background-color: #00938F;
}

@media (max-width: 992px) {

	.footer--desktop {
		display: none !important;
	}

	.dealer-candidates__inner {
		flex-direction: column;
		gap: 0;
	}
	.dealer-candidates__card {
		width: 100%;
	}
	.cand-title {
		font-size: 24px;
	}
	.dealer-candidates__footer {
		margin-top: 5px;
		display: flow;
	}

	.footer--mobile {
		display: flow;
		position: static;
		margin-bottom: 0;
	}

	.dealer-candidates__list {
		width: 100%;
		align-items: center;
		padding-bottom: 0;
	}

	.dealer-candidates__card .dealer-candidates__name {
		text-align: center;
		font-size: 13px;
	}
	.dealer-candidates__footer-text {
		font-size: 17px;
		font-weight: 400;
	}
	.dealer-candidates__button {
		font-size: 15px;
		margin-top: 10px;
	}
	.dealer-candidates__card {
		flex-direction: column;
	}
	.dealer-candidates__image {
		width: 100%;
	}
	.dealer-candidates__image img {
		width: 100%;
		height: auto;
	}
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174055559751 */
/* /local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17405634622556 */
/* /local/templates/universe_s1/components/bitrix/news.list/advantages.grid/style.css?17507221451981 */
/* /local/templates/universe_s1/components/bitrix/news.list/dealer.candidates/style.css?17579757372568 */
