.breadcrumbs-section.breadcrumbs-section__with-banner {
	padding: 20px 10px;
}
.section-card {
	position: relative;
	width: calc(50% - 40px);
	margin: 20px;
	overflow: hidden;
	color: var(--gray-100);
}
.section-card:hover {
	color: var(--gray-100);
	opacity: .85;
}
.section-card-name {
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	padding: 10px 0 5px;
}
.catalog-detailed__sort select[data-select].button.button-select {
	color: black;
}
.catalog-detailed__sort select[data-select].button.button-select option{
	font-family: var(--font-family);
}
.catalog-controls {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
.catalog-controls__form {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.catalog-controls__select {
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 14px;
	gap: 10px;
	align-items: center;
}
.catalog-controls__select label {
	margin-bottom: 5px;
	font-weight: 600;
	color: #333;
}
.catalog-controls__select select {
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background-color: #fff;
	min-width: 150px;
	transition: border-color 0.3s ease;
}
.catalog-controls__select select:focus {
	border-color: #007bff;
	outline: none;
}
.filter .filter__close{
	display: none;
}
.filter.mobile-show {
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
.filter-show-button{
	display: none;
}
.show-more-text {
	position: relative;
}
.show-more-text__text {
	position: relative;
	max-height: 125px;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}
.show-more-text__text:after{
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.16) 100%);
	position: absolute;
	bottom: -10px;
	left: 0;
}
.show-more-text__text--show {
	max-height: none;
}
.show-more-text__text.show-more-text__text--show:after{
	display: none;	
}
.show-more-text__button-wrapper {
	display: flex;
	margin-top: 10px;
}
.product-card__link {
	display: block;
	font-weight: bold;
}
.show-more-text__button {
	cursor: pointer;
	margin-top: 10px;
	display: flex;
	justify-content: right;
	align-items: end;
}
.show-more-text__button--show::before {
	content: "Скрыть";
}
.show-more-text__button svg {
	margin-top: -6px;
	margin-left: 6px;
	font-size: 12px;
	color: var(--primary-default);
}
.show-more-text__button:not(.show-more-text__button--show) svg {
	transform: rotateX(180deg);
}
.show-more-text__button:not(.show-more-text__button--show)::before {
	content: "Развернуть";
}
.project-gallery__block-descr p {
	margin: 10px;
}
.j_sticky {
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.j_sticky::-webkit-scrollbar {
	width: 6px;
}
.j_sticky::-webkit-scrollbar-track {
	background: transparent;
}
.j_sticky::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.j_sticky.is-sticky {
	transition: all 0.3s ease;
}
.product-card__price.product-card__price--main {
	font-size: 36px;
}
.calculator__left {
	width: 100%;
	max-width: 100%;
	margin-right: 20px;
}
.calculator__color {
	width: calc(20% - 90px);
}
.info__payment-title {
	margin: 0 0 1rem;
	display: block;
}
.delivery__title {
	margin: 0 0 1rem;
	display: block;
}
.modal-open {
	display: block;
	visibility: visible;
	opacity: 1;
}
.modal-open .modal {
	opacity: 1;
}
.product-card__price {
	font-size: 35px;
}
body .fancybox__container:not([aria-hidden]) {
	opacity: 1;
}
.products-container_list {
	display: flex;
	flex-wrap: wrap;
}
.calculator__full {
	width: 100%;
}
body .catalog-detailed__products-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 7.5px 15px;
	width: 100%;
}
.catalog-detailed__products-wrap .product-card {
	margin: 0px 0px 0px 0px;
}
.catalog-detailed__products-wrap .product-card--banner .product-banner-adaptive .product-banner__wrap {
	background-position: top right;
}
.catalog-detailed__products-wrap .product-card--banner .product-banner {
	height: 100%;
	margin: 0px 0px 0px 0px;
}
.show-more-text ul {
	margin: 20px 5px;
	list-style: disc;
	padding-left: 20px;
}
.modal-open {
	display: block;
	visibility: visible;
	opacity: 1;
}
.modal-open .modal {
	opacity: 1;
	pointer-events: all;
}
.calculator__price .name-prices {
	display: inline-block !important;
}
.catalog-detailed__title {
	margin-top: 20px;
}
.product-card__wrap .product-card__info-wrap {
	color: #000;
	flex-wrap: wrap;
}
.product-card__info-key span {
	white-space: nowrap;
}
.product-card__info-key {
	-ms-flex: 1 1 42%;
	flex: 1 1 42%;
}
.order__data-input {
	z-index: 1;
}
#description .gallery__image-body a {
	color: #333;
}
.docs__tabs-buttons .button:before {
	right: -5px;
}
.number-input {
	display: flex;
	align-items: center;
	gap: 10px;
}
.number-input .number-input__button {
	border: 1px solid #e92d28;
	background: none;
	font-size: 16px;
	line-height: 1;
	color: #e92d28;
	padding: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.number-input__input-container {
	display: flex;
	align-items: center;
}
.order .item__input .input-wrapper .number-input .number-input__input-container .input-name {
	position: static;
	transform: translate(0);
}
.order .item__input .input-wrapper .number-input .number-input__input-container .input {
	padding: 17px 10px;
	border: 0;
}
.order .item__input {
	max-width: 240px;
}
.order .item__right {
	max-width: 500px;
}
.order .item__input .input-wrapper .input {
	min-width: 40px;
}
.order .item__info {
	display: block;
	text-align: right;
	font-size: 14px;
}
@media (min-width: 1024px) {
	.number-input .number-input__button {
		transition: box-shadow 0.2s ease;
	}
	.number-input .number-input__button:hover {
		box-shadow: 0 0 8px 4px rgba(233, 45, 40, 0.2);
	}
}
@media (min-width: 1801px) {
	.order__items-title{
		font-size: 30px;
	}
	.order .item__title,
	.order__footer .button{
		font-size: 18px;
	}
	.order .item__subprice{
		font-size: 30px;
	}
	.order .item__input .input-wrapper .input-label,
	.order__items-link,
	.order .item__price-text,
	.order__data-title{
		font-size: 24px;
	}
	.order .item__input .input-wrapper .input, .order .item__input .input-wrapper .input-name, .order__data-text, .order__data-input .input-label {
		font-size: 20px;
	}
	.item__price-wrapper span:last-child{
		font-size: 18px !important;
	}
	.order .item__price,
	.item__price-wrapper span.name-pricesInput{
		font-size: 44px !important;
	}
}
@media (max-width: 1366px) {
	.product-card {
		width: 33.333333%;
		width: calc(33.33333% - 20px);
	}
}
@media (max-width: 1024px) {
	.product-card__wrap .product-card__info-key {
		display: inline-block !important;
	}
}
@media (min-width: 901px) {
	.products-container_list .product-card {
		order: 6;
	}
	.catalog-detailed__products-wrap {
		order: 5;
	}
	.products-container_list .product-card:nth-of-type(1) {
		order: 1;
	}
	.products-container_list .product-card:nth-of-type(2) {
		order: 2;
	}
	.products-container_list .product-card:nth-of-type(3) {
		order: 3;
	}
	body .catalog-detailed__products-wrap {
		width: 100%;
	}
	body .catalog-detailed__products-wrap .product-card--banner .product-banner-adaptive .product-banner__title {
		font-size: 30px;
	}
}
@media (max-width: 900px) {
	.catalog-detailed-section>.container {
		padding: 0px 0px 0px 0px;
	}
	.catalog-detailed__products {
		overflow: hidden;
	}
	.products-container_list {
		margin: 0 -7.5px -15px;
	}
	.product-card {
		margin: 0 7.5px 15px;
		width: calc(50% - 15px);
		border: 0;
	}
	.product-card:hover {
		box-shadow: none;
	}
	.info__tabs-wrap {
		margin: 0;
	}
	.product-card__img {
		padding: 0 0 10px;
	}
	.product-card__wrap {
		padding: 15px 0 0 0;
	}
	.product-card__wrap .product-card__info-wrap {
		font-size: 10px;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.product-card__info-key {
		flex: 0 0 auto;
	}
	.product-card__info-key:after {
		display: none;
	}
}
@media (max-width: 767px) {
	.product-card__link {
		font-size: 12px;
	}
	.product-card__price.product-card__price--main {
		font-size: 24px;
	}
	.j_sticky {
		position: static !important;
		width: auto !important;
		max-height: none;
	}
	.order .item__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.number-input .number-input__button {
		padding: 10px 14px;
	}
	.item__right {
		display: block;
	}
	.order .item__right {
		display: block;
	}
	.order .item__input {
		margin: 0;
		max-width: 100%;
	}
	.order .item__price-text {
		text-align: left;
	}
	.order .item__price {
		justify-content: flex-start;
	}
	.order .item__info {
		text-align: left;
	}
	.number-input {
		max-width: 175px;
	}
}
@media (max-width: 720px) {
	.products__cards {
		flex-direction: column;
	}
	.section-card {
		height: auto;
		min-height: auto;
	}
	.products__cards {
		padding: 0;
	}
	.section-card {
		width: 100%;
		margin: 0;
		margin-top: 40px;
	}
	.section-card-img img {
		max-width: 100%;
	}
	.catalog-detailed__products-wrap .product-card {
		width: 100%;
	}
	.catalog-detailed__wrap {
		flex-direction: column;
	}
	.filter.mobile-show {
		visibility: visible;
		opacity: 1;
	}
	.filter .filter__close{
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		cursor: pointer;
		font-size: 30px;
		padding: 0 10px;
	}
	.filter-show-button {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.calculator__color {
		width: calc(50% - 56px);
	}
	.is-horizontal.is-ltr .f-button.is-arrow {
		display: none;
	}
}