

/* Start:/local/templates/universe_s1/components/bitrix/news.detail/dealer.hero/style.css?17507221453061*/

.dealer-hero {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.dealer-hero__background {
	position: absolute;
	inset: 0;
}

.dealer-hero__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	padding: 0 20px;
}


.dealer-hero__inner {
	position: relative;
	z-index: 1;
}

.dealer-hero__form {
	position: absolute;
	max-width: 540px;
	width: calc(100% - 40px);
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	z-index: 1;
}

.dealer-hero--left .dealer-hero__form {
	left: 60px;
	top: 90px;
}

/* Правый вариант */
.dealer-hero--right .dealer-hero__form {
	right: 45px;
	top: 30px;
	max-height: 400px;
}

.dealer-hero--right {
	height: 464px !important;
	margin-top: 150px !important;
}


.form-success,
.form-errors{
	display:flex;
	align-items:center;
	gap:.5rem;
	padding:1rem 1.25rem;
	margin: 0 0 1rem;
	border: 1px solid;
	border-radius: 6px;
	font-size:.925rem;
	line-height:1.4;
	word-break: break-word;
	animation:fade-in .35s ease-out;
}

.form-success{
	color:#2e7d32;
	background:#e8f9e8;
	border-color:#3ac14d;
}

.form-errors{
	color:#c62828;
	background:#fdecea;
	border-color:#f44336;
}

.form-success::before,
.form-errors::before{
	content:"";
	flex:0 0 20px;
	height:20px;
	background-size:contain;
	background-repeat:no-repeat;
}

/* галочка ок */
.form-success::before{
	background-image:url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233ac14d">\
<path d="M9 16.17l-3.5-3.5-1.42 1.41L9 19 20.5 7.5 19.08 6.08z"/></svg>');
}

.form-errors::before{
	background-image:url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f44336">\
<path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg>');
}

@keyframes fade-in{
	from{opacity:0;transform:translateY(-6px)}
	to  {opacity:1;transform:translateY(0)}
}

@media (max-width: 992px) {
	.dealer-hero__background {
		position: static !important;
		height: auto !important;
		overflow: visible !important;
	}

	.dealer-hero__bg-image {
		width: 100% !important;
		height: auto !important;
		object-fit: fill;
		display: block;
		padding: 0 !important;
	}

	.dealer-hero--left .dealer-hero__bg-image {
		transform: scaleX(-1);
	}

	.dealer-hero--right .dealer-hero__bg-image {
		object-fit: cover;
	}

	.dealer-hero--left .dealer-hero__background img{
		min-height: 280px;
	}
	.dealer-hero--right .dealer-hero__background img{
		min-height: 480px;
	}

	.dealer-hero__form {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin: 0 0 0 0;
		width: 100% !important;
		box-shadow: 0 0 0;
		max-width: 100%;
	}

	.dealer-hero--right .dealer-hero__form {
		margin: -235px auto 0;
		max-width: calc(100% - 30px);
		border-radius: 4px;
		text-align: center;
		box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	}

	.dealer-hero--right .dealer-form__title {
		padding-top: 20px;
	}

	.dealer-hero {
		height: auto !important;
		overflow: visible !important;
	}
}

/* End */


/* Start:/local/templates/universe_s1/components/bitrix/form.result.new/dealer.hero.form/style.css?17507221452342*/
html, body {
	font-family: 'Montserrat', sans-serif;
}

.dealer-form {
	background: #fff;
	padding: 5px 30px 5px 30px;
}

.dealer-form__title {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 28px;
}

.dealer-form__subtitle {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
}

.dealer-form__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 32px;
	margin-bottom: 24px;
}

.dealer-form__field--email {
	grid-column: 1 / -1;
}

.dealer-form__field input {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
	outline: none;
	transition: border-color .2s;
}

.dealer-form__field input::placeholder {
	color: #999;
	font-size: 14px;
}

.dealer-form__field input:focus {
	outline: none;
	border-bottom-color: #32B2B1;
}

.highlight {
	font-weight: 700;
	color: #32B2B1;
}

.highlight_license {
	font-weight: 400;
	color: #32B2B1;
}

.dealer-form__field label {
	display: none;
}
.license_label {
	font-size: 2px;
}
.dealer-form__license {
	margin-top: 10px;
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 13px;
}
.dealer-form__license input {
	margin-right: 8px;
}

.dealer-form__submit {
	width: 100%;
	padding: 16px 0;
	background: #32B2B1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}

.dealer-form__license input[type="checkbox"] {
	/* сбрасываем дефолтный стиль */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 1px;
	margin: 0;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
	transition: background .2s, border-color .2s;
}
.dealer-form__license input[type="checkbox"]:checked {
	background-color: #32B2B1;
	border-color: #32B2B1;
}

.dealer-form__license input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.highlight_license:hover {
	text-decoration: underline;
}
@media (max-width: 962px) {
	.dealer-form__title {
		font-size: 24px;
	}
	.dealer-form__subtitle {
		font-size: 13px;
	}
	.dealer-form {
		padding: 0 20px 5px 20px;
		width:100%;
	}
	.dealer-form__fields {
		grid-template-columns: 1fr;
	}
}

/* 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?17507221452568*/
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;
}

.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;
	padding-bottom: 20px;
	margin: 20px 0 0 0;
}
.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: absolute;
	bottom: 0;
	margin-bottom: 20px;
	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-top: 4px;
	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 */


/* Start:/local/templates/universe_s1/components/bitrix/news.detail/dealer.slider/style.css?17507059622331*/

.projects-slider .swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-container {
	padding: 0 20px 0 20px;
}

.slider-title {
	margin-top: 100px;
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 0;
}
.swiper-container {
	position: relative;
}
.slider-subtitle {
	text-align: center;
	font-weight: 400;
	margin-top: 15px;
	font-size: 16px;
}

.projects-slider .swiper-slide {
	width: calc((100% - 40px)/3);
	height: 320px;
	overflow: hidden;
	padding-bottom: 40px;
}

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

.swiper-button-prev::after,
.swiper-button-next::after {
	content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: calc((100% - 40px) / 2) !important;
	bottom: auto !important;
	margin-top: 0 !important;
	transform: translateY(-50%) !important;
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 11px;
	border-radius: 1px;
}
.swiper-button-next {
	background-color: #32B2B1;
}

.swiper-button-prev {
	margin-left: 20px;
	background-image: url('/local/templates/universe_s1/components/bitrix/news.detail/dealer.slider/icon/ArrowLeft.svg');
}
.swiper-button-next {
	margin-right: 20px;
	background-image: url('/local/templates/universe_s1/components/bitrix/news.detail/dealer.slider/icon/ArrowRight.svg');
}

.projects-slider .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	display: flex;
	align-items: center;
	z-index: 10;
}

.projects-slider .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	margin: 0 4px;
	border-radius: 2px;
	background-color: #E0E0E0;
	opacity: 1;
	transition: width .3s ease;
}

.projects-slider .swiper-pagination-bullet-active {
	width: 32px;
	background-color: #32B2B1;
}

@media (max-width: 992px) {
	.slider-title {
		margin-top: 60px;
		font-size: 20px;
	}
	.projects-slider .swiper-slide {
		height: 280px;
	}
	.projects-slider .swiper-slide img {
		object-fit: fill;
	}
	.slider-subtitle {
		text-align: center;
		font-size: 13px;
	}

	.projects-slider .swiper-button-prev,
	.projects-slider .swiper-button-next {
		display: none !important;
	}
	.projects-slider .swiper-slide {

	}
	.projects-slider .swiper-pagination {
		position: relative;
		align-items: center;
		display: inline-block;
		bottom: 0;
		left: 0;
	}
	.projects-slider .swiper-slide {
		padding-bottom: 10px;
	}
}
/* End */
/* /local/templates/universe_s1/components/bitrix/news.detail/dealer.hero/style.css?17507221453061 */
/* /local/templates/universe_s1/components/bitrix/form.result.new/dealer.hero.form/style.css?17507221452342 */
/* /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?17507221452568 */
/* /local/templates/universe_s1/components/bitrix/news.detail/dealer.slider/style.css?17507059622331 */
