

/* Start:/remont/css/style.css?17458662069155*/
span.br {
	display: block;
}

.repair-page {
	font-size: 15px;
	line-height: 20px;
}

h1 {
	margin-bottom: 24px;
}

.section-title {
	font-size: 32px;
	font-weight: 550;
	line-height: 40px;
	margin-bottom: 8px;
}

.section-text {
	margin-bottom: 24px;
}

.banner-section {
	margin-bottom: 64px;
}

.banner-slider {}

.banner-slider-prev,
.banner-slider-next {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.64);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
}

.banner-slider-prev {
	left: 16px;
}

.banner-slider-next {
	right: 16px;
}

.banner-slide {
	padding: 24px 80px;
	border-radius: 8px;
	background-color: #F3F4F6;
	display: flex;
	height: auto;
}

.banner-slide__background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	z-index: -1;
}

.banner-slide-text {
	margin-right: 16px;
}

.banner-slide-text__title {
	margin-bottom: 16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 74px;
	text-transform: uppercase;
}

.banner-slide-text__btn {
	border-radius: 4px;
	background: #E91A23;
	color: #F3F4F6;
	font-size: 14px;
	font-weight: 550;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 224px;
	height: 40px;
	border: none;
	cursor: pointer;
}

.banner-slide-text__btn.__mobile {
	display: none;
}

.banner-slide-service {
	margin-top: 16px;
}

.banner-slide-service-item {
	display: flex;
}

.banner-slide-service-item:not(:last-child) {
	margin-bottom: 24px;
}

.banner-slide-service-item__icon {
	margin-right: 12px;
}

.banner-slide-service-item__text {
	font-size: 14px;
	font-weight: 550;
	line-height: 120%;
}

.banner-slide-service-item-price {
	display: block;
	margin-top: 4px;
}

.advantages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 90px;
	margin-bottom: 48px;
}

.advantages__item-ico {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.advantages__item-name {
	font-weight: 700;
	margin-bottom: 8px;
}

.link-list {
	margin-bottom: 56px;
}

.link-list .swiper-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}

.link-list-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	background: #F9F9FB;
}

.link-list-item__title {
	font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 550;
	line-height: 100%;
	padding: 16px 16px 0 16px;
}

.link-list-item__title>img {
	margin-top: 8px;
}

.link-list-progress {
	margin-top: 20px;
	display: none;
}

.swiper-pagination-bullet {
	margin: 0;
	border-radius: 0;
	height: 2px;
	width: 100%;
	background: #E5E5E5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-radius: 1px;
	background: #008CDB;
}

.grid-banner {
	margin-bottom: 64px;
}

.grid-banner img {
	width: 100%;
}

.prices-section {
	margin-bottom: 48px;
}

.prices-tabs {
	display: flex;
	margin-bottom: 16px;
	padding-bottom: 8px;
	overflow: auto;
}

.prices-tab {
	flex: 1 0 auto;
	padding: 8px 10px;
	font-size: 17px;
	line-height: 24px;
	border-radius: 4px;
	border: 2px solid transparent;
	background: transparent;
	cursor: pointer;
}

.prices-tab.active {
	border: 2px solid #30C2FF;
}

.prices-tab:not(:last-child) {
	margin-right: 36px;
}

.prices-table {
	display: none;
}

.prices-table.active {
	display: block;
}

.prices-head,
.prices-row {
	display: flex;
	justify-content: space-between;
}

.prices-head.bold,
.prices-row.bold {
	font-weight: 700;
}

.prices-head {
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #BFC1C7;
}

.prices-row {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #BFC1C7;
}

.prices-row.prices-row_border {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 8px;
}

.prices-row_compact {
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.prices-row.bold {}

.prices-row_compact+.prices-row.bold {
	margin-top: 16px;
}

.prices-head__name,
.prices-row__name {
	margin-right: 16px;
}

.prices-head__value,
.prices-row__value {
	text-align: right;
}

.prices-row__value {
	white-space: nowrap;
}

.prices-footer {
	color: #BFC1C7;
}

.banner-form {
	padding: 56px 40px;
	border-radius: 5px;
	background-color: #F9F9FB;
	background-image: url(/remont/css/../pic/banner-form.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 64px;
}

.banner-form__title {
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}

.banner-form-footer {
	display: flex;
	align-items: center;
}

.banner-form-footer__btn {
	width: 224px;
	height: 40px;
	margin-right: 24px;
}

.banner-form-footer__text {}

.steps-section {
	margin-bottom: 64px;
}

.steps-section h2 {
	margin-bottom: 24px;
}

.steps {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.step {
	padding: 16px;
	border-radius: 5px;
	background-color: #F9F9FB;
	background-repeat: no-repeat;
	background-position: center right;
	min-height: 184px;
}

.step:nth-child(1) {
	background-image: url(/remont/css/../pic/steps/1.png);
}

.step:nth-child(2) {
	background-image: url(/remont/css/../pic/steps/2.png);
}

.step:nth-child(3) {
	background-image: url(/remont/css/../pic/steps/3.png);
}

.step__count {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 8px;
}

.step__text {
	font-size: 17px;
	font-weight: 550;
	line-height: 120%;
	max-width: 224px;
}

.step__text>a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@media (max-width: 1200px) {
	.section-title {
		font-size: 24px;
		line-height: 1;
	}

	.banner-slide {
		padding: 48px 40px;
		flex-direction: column;
		background-position: 75% center;
	}

	.banner-slide-text {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.banner-slide-text__title {
		font-size: 32px;
		line-height: 40px;
		text-transform: none;
		margin-bottom: 0;
	}

	.banner-slide-text__btn:not(.__mobile) {
		display: none;
	}

	.banner-slide-text__btn.__mobile {
		display: flex;
	}

	.banner-slide-service {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.banner-slide-text__btn {
		width: 272px;
	}

	.banner-section {
		margin-bottom: 24px;
	}

	.advantages {
		gap: 16px;
		margin-bottom: 48px;
	}

	.advantages__item-name {
		min-height: 32px;
		display: flex;
		align-items: center;
	}

	.advantages__item-text .br {
		display: none;
	}

	.link-list {
		margin-bottom: 40px;
	}

	.link-list .swiper-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 16px 24px;
	}

	.link-list-item__title {
		font-size: 15px;
	}

	.grid-banner {
		margin-bottom: 48px;
	}

	.prices-head__name,
	.prices-head__value {
		font-weight: 400;
	}

	.prices-row,
	.prices-head {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.prices-footer {
		font-size: 13px;
	}

	.banner-form {
		background-image: url(/remont/css/../pic/banner-form-sm.png);
		margin-bottom: 48px;
	}

	.steps {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.step:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

@media (max-width: 767px) {
	.section-title {
		font-size: 20px;
	}

	.banner-slide {
		padding: 20px 16px 26px 16px;
	}

	.banner-slide-text {
		text-align: center;
	}

	.banner-slide-service-item {
		display: block;
		text-align: center;
	}

	.banner-slide-service-item__icon {
		margin-right: 0;
	}

	.banner-slide-text__btn {
		margin: 0 auto;
		width: calc(100% - 48px);
	}

	.advantages {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 32px;
	}

	.link-list {
		margin-bottom: 64px;
	}

	.link-list .swiper-wrapper {
		display: flex;
		gap: 0;
	}

	.link-list-item {
		width: 264px;
		height: auto;
	}

	.grid-banner {
		margin-bottom: 40px;
	}

	.prices-section {
		margin-bottom: 32px;
	}

	.banner-form__title {
		margin-bottom: 8px;
	}

	.banner-form-footer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.banner-form-footer__text {
		margin-bottom: 56px;
	}

	.banner-form {
		padding: 16px;
	}

	.steps {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.step:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.step__text {
		max-width: 190px;
	}

	.link-list-progress {
		display: flex;
	}
}

@media (max-width: 479px) {
	.banner-form-footer__btn {
		width: 100%;
	}
}
/* End */
/* /remont/css/style.css?17458662069155 */
