.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper .gr-mark-cell__link {
	line-height: 33px;
	font-size: 13px;
}

.gr-global .gr-marks-pane__wrapper .gr-row-models .gr-mark-cell__wrapper .gr-mark-cell__link {
	/*font-size: 13px;*/

	/*padding: 7px 10px;*/

	padding: 7px 10px;
	font-size: 13px;
}

img {
	pointer-events: none;
}

.dellall {
	float: left;
	font: 400 18px/24px "Noto Sans", sans-serif;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	clear: both;
	text-decoration: none !important;
	margin-bottom: 20px;
}

.dellall .text {
	color: #333333;
	padding-bottom: 0px;
	position: relative;
	bottom: 5px;
}

/* Сортировка */
.sort {
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
	padding-right: 15px;
	position: relative;
}

.sort::after {
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	background-image: url("/local/templates/gelzer_vlk/build/img/select_triangle.png");
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	margin: auto 0;
	width: 6px;
	height: 4px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

.sort.gr-order-desc:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width:768px) {
	.dellall {
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 270px;
		text-align: center;
	}
}

.price_partner_old {
	color: #BDBDBD;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: line-through;
}

.gr-product-item .price_partner_old {
	font-size: 13px;
}

.vampiruskassa_result_page {

	padding: 50px 0;
}

.vampiruskassa_result_page a {
	color: #1ba8dd
}

.vampiruskassa_result_page:after {
	display: inline-block;
	content: "Спасибо! Ваш заказ оплачен."
}

.vampiruskassa_result_page span {
	display: none;
}

/*стили для кнопок маркетплейсов*/
.v-massM-links-name {
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #2F2F2F;
	display: block;
	margin-bottom: 10px;
}

.v-massM-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
	margin-bottom: 30px;
}

.v-massM-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border: 1px solid #1693C8;
	background: white;
	border-radius: 6px;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: #2F2F2F;
	/*margin-bottom: 12px;*/
	text-decoration: none;
	min-width: 0px;
	height: 40px;
}

.v-massM-link:last-child {
	margin-bottom: 0;
}

.v-massM-link svg {
	flex-shrink: 0;
	transition: .3s ease-out;
	will-change: transform;
	max-width: 90%;
}

.v-massM-link svg.ozon-logo {
	width: 51px;
	height: 10px;
}

.v-massM-link svg.wb-logo {
	width: 37px;
	height: 20px;
}

.v-massM-link svg.yandex-logo {
	width: 34px;
	height: 27px;
}

.v-massM-link:hover svg {
	transform: scale(1.1);
}


/* Page About */
.gr-global .gr-about-section {
	padding: 60px 0 70px 0;
}

.gr-global .gr-about-section.gr-brand-section .gr-row-gutter {
	max-width: none;
}

.gr-global .gr-about-section .gr-section-text {
	display: flex;
	flex-direction: row;
	gap: 80px;
}

.gr-global .gr-about-section .gr-section-text>div:nth-child(1) {
	width: 40%;
}

.gr-global .gr-about-section .gr-section-text>div:nth-child(2) {
	width: 60%;
}

.gr-global .gr-about-section .gr-section-text p {
	color: #111;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.gr-global .gr-about-section .gr-mini-head {
	font-size: 14px;
	text-transform: uppercase;
	color: #0092ca;
	margin-bottom: 20px;
}

.gr-global .gr-about-section h1 {
	font-size: 36px;
	color: #111;
	line-height: 130%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 40px;
}

.gr-global .gr-about-section h2 {
	font-size: 26px;
	color: #111;
	line-height: 130%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 40px;
}

.gr-global .gr-sections-blue-wrapper {
	background-color: #e7eff1;
}

.gr-global .gr-sections-black-wrapper {
	background: #111111 url(images/gelzer_grey.svg) no-repeat bottom center;
	background-size: 80% 200px;
	position: relative;
	padding-bottom: 100px;
}

.gr-global .gr-about-section.gr-sections-black-wrapper h2 {
	color: #ffffff;
}

.gr-global .gr-about-section.gr-sections-black-wrapper .gr-section-text p {
	color: #ffffff;
}

.gr-global .gr-about-section.gr-sections-black-wrapper .gr-section-text>div:nth-child(2) p {
	color: #788D98;
}

.gr-global .gr-content-block {
	padding-top: 50px;
}

@media screen and (max-width: 1220px) {
	.gr-global .gr-about-section {
		margin-left: -15px;
		margin-right: -15px;
		padding: 30px 15px 40px 15px;
	}


	.gr-global .gr-about-section .gr-section-text {
		flex-direction: column;
		gap: 0;
	}

	.gr-global .gr-about-section .gr-section-text>div {
		width: 100% !important;
	}
}

@media screen and (max-width: 991.77777px) {
	.gr-global .gr-about-section .gr-mini-head {
		font-size: 13px;
	}

	.gr-global .gr-about-section h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.gr-global .gr-about-section h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.gr-global .gr-about-section .gr-section-text p {
		font-size: 14px;
	}
}

.gr-content-block h1 {
	font-size: 36px;
	color: #111;
	line-height: 1.3;
	font-weight: bold;
	padding: 0;
	margin-bottom: 20px;
}

.gr-content-block h2 {
	font-size: 26px;
	color: #111;
	line-height: 1.3;
	font-weight: bold;
	padding: 0;
	margin-bottom: 20px;
}

.gr-content-block p {
	color: #111 !important;
	font-size: 16px !important;
	margin: 0 0 20px;
}

.gr-content-block p+h2 {
	margin-top: 40px;
}

.gr-fitches-wrapper h2 {
	text-align: center;
}

.gr-fitches-wrapper .gr-wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

.gr-global .gr-fitches-wrapper {
	padding-bottom: 0 !important;
}

.gr-fitches-wrapper .gr-wrapper .gr-row .gr-fitch-col {
	text-align: center;
}

.gr-btn-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.gr-btn-wrapper .gr-btn {
	width: auto;
	height: auto;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	padding: 0 24px;
}

/* Catalog */
.gr-seo-text__wrapper ul {
	margin: revert;
	padding: revert;
}

/*.gr-seo-text__wrapper ul li {
	list-style: inherit;
}*/