.shop-page .bills {
	margin-top: 0;
}
.button__text {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.button {
	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;
}
.button {
	min-width: 235px;
	max-width: 100%;
	padding: 22px;
	background-color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.button:hover {
	background-color: #909cf8;
}
.button_small {
	min-width: 180px;
	padding: 13px;
}
.button_transparent {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
}
.button_transparent:hover {
	border-color: rgba(0, 0, 0, 0);
}
.button__text {
	max-width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #0f1011;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.button:hover .button__text {
	color: #fff;
}
.button_small .button__text {
	font-size: 14px;
	line-height: 1;
}
.button_transparent .button__text {
	color: #fff;
}
.shop-hero {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}
.shop-hero__wrap {
	padding-top: 160px;
	padding-bottom: 50px;
}
.shop-hero__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 20px;
	gap: 30px 20px;
	margin-top: 30px;
}
.shop-hero__item-price {
	font-size: 32px;
	line-height: 120%;
}
.shop-hero__item-text a {
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.shop-hero__item-text a:hover {
	color: #909cf8;
}
.shop-hero__button {
	margin-top: 50px;
}
.shop-hero__info {
	padding-top: 50px;
	margin-top: auto;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.6);
}
.shop-hero__info p:not(:last-child) {
	margin-bottom: 5px;
}
.shop-hero__background img {
	z-index: -1;
}
.shop-steps {
	padding: 80px 0;
	background-color: #f6f6f6;
}
.shop-steps__block:not(:last-child) {
	margin-bottom: 80px;
}
.shop-steps__step {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 8px 16px;
	color: #fff;
	background: #909cf8;
	border-radius: 120px;
}
.shop-steps__step span {
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.shop-steps__step span::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-steps__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 760px;
	flex: 0 1 760px;
}
.shop-steps__caption {
	line-height: 1.4;
}
.shop-steps__text {
	margin-top: 20px;
}
.shop-steps__text a {
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.shop-steps__text a:hover {
	color: #909cf8;
}
.shop-steps__list {
	margin-top: 50px;
}
.shop-steps__list_sublist {
	margin-top: 12px;
}
.shop-steps__list-items {
	margin-top: 20px;
	list-style-type: none;
}
.shop-steps__list_sublist .shop-steps__list-items {
	margin-top: 12px;
}
.shop-steps__list-items li {
	position: relative;
	padding-left: 20px;
}
.shop-steps__list-items li:not(:last-child) {
	margin-bottom: 12px;
}
.shop-steps__list-items li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	background: #909cf8;
}
.shop-steps__list-items_red li::before {
	background: #e71b26;
}
.shop-steps__list-items a {
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.shop-steps__list-items a:hover {
	color: #909cf8;
}
.shop-steps__examples {
	margin-top: 50px;
}
.shop-steps__examples-items {
	margin-top: 30px;
}
.shop-steps__examples-photo {
	position: relative;
}
.shop-steps__examples-photo::before {
	display: block;
	padding-top: 68.1198910082%;
	content: '';
}
.shop-steps__examples-content {
	margin-top: 15px;
}
.shop-steps__examples-caption span:first-child {
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.shop-steps__examples-caption span:first-child::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';
	background-color: #0f1011;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop-steps__examples-address {
	margin-top: 3px;
	font-style: normal;
	font-weight: 400;
}
.shop-steps__items {
	margin-top: 30px;
}
.shop-steps__item {
	padding: 25px 35px 28px;
	background-color: #fff;
}
.shop-steps__item:not(:last-child) {
	margin-bottom: 12px;
}
.shop-steps__item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 15px;
}
.shop-steps__item-subcaption {
	margin-top: 3px;
}
.shop-steps__item-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 6px 12px;
	color: #333;
	background-color: #f4f5fe;
	border-radius: 8px;
}
@media only screen and (max-width: 992px) {
	.shop-hero__wrap {
		padding-top: 125px;
		padding-bottom: 40px;
	}
	.shop-hero__title br {
		display: none;
	}
	.shop-hero__items {
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.shop-hero__item-price {
		font-size: 28px;
	}
	.shop-hero__button {
		margin-top: 30px;
	}
	.shop-hero__info {
		padding-top: 30px;
	}
	.shop-steps {
		padding: 60px 0;
	}
	.shop-steps__block:not(:last-child) {
		margin-bottom: 60px;
	}
	.shop-steps__list {
		margin-top: 30px;
	}
	.shop-steps__list-items {
		margin-top: 15px;
	}
	.shop-steps__examples {
		margin-top: 30px;
	}
	.shop-steps__examples-items {
		margin-top: 15px;
	}
	.shop-steps__items {
		margin-top: 20px;
	}
	.shop-steps__item {
		padding: 22px 23px 24px;
	}
}
@media only screen and (max-width: 768px) {
	.shop-hero__items {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
	.shop-steps__block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.shop-steps__content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 576px) {
	.button {
		min-width: 100%;
		padding: 16px;
	}
	.button_small {
		min-width: 160px;
		padding: 13px;
	}
	.button__text {
		font-size: 17px;
		line-height: 1.5;
	}
	.shop-hero__wrap {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.shop-hero__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.shop-hero__item-price {
		font-size: 24px;
	}
	.shop-hero__info {
		font-size: 12px;
	}
	.shop-steps__step {
		padding: 6px 12px;
	}
	.shop-steps__caption {
		font-size: 22px;
	}
	.shop-steps__text {
		font-size: 18px;
	}
	.shop-steps__list {
		font-size: 16px;
	}
	.shop-steps__list_sublist {
		margin-top: 10px;
	}
	.shop-steps__list_sublist .shop-steps__list-items {
		margin-top: 10px;
	}
	.shop-steps__list-items li {
		padding-left: 18px;
	}
	.shop-steps__list-items li:not(:last-child) {
		margin-bottom: 10px;
	}
	.shop-steps__examples-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding: 0 20px;
		padding: 0 var(--wrapper-offset);
		margin: 15px calc(-1 * 20px);
		margin: 15px calc(-1 * var(--wrapper-offset));
		overflow-x: auto;
		overflow-y: hidden;
		overflow: auto hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.shop-steps__examples-items::-webkit-scrollbar {
		display: none;
	}
	.shop-steps__examples-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
	}
	.shop-steps__examples-item:not(:last-child) {
		margin-right: 10px;
	}
	.shop-steps__examples-photo::before {
		padding-top: 67.8571428571%;
	}
	.shop-steps__examples-content {
		margin-top: 10px;
	}
	.shop-steps__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px;
	}
	.shop-steps__item:not(:last-child) {
		margin-bottom: 6px;
	}
	.shop-steps__item-content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.shop-steps__item-date {
		padding: 4px 8px;
	}
}
@media only screen and (min-width: 577px) {
	.shop-steps__examples-items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		gap: 20px;
	}
}
@media only screen and (min-width: 769px) {
	.shop-steps__step {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.shop-steps__step {
		margin-right: 30px;
	}
}
@media only screen and (min-width: 993px) {
	.shop-hero__wrap {
		min-height: 800px;
	}
	.shop-steps__examples-items {
		gap: 30px 20px;
	}
}

.shop-page .consultation {
	background-color: #f6f6f6;
	padding: 0 0 80px;
}

@media only screen and (max-width: 992px) {
	.shop-page .consultation {
		padding-bottom: 60px;
	}
}
