

/* Start:/local/templates/main/css/style.css?1747926084160174*/
.brands, .categories, .articles, footer,
.single-brand-about, .catalog, .related-articles, .faq,
.product-partners, .product-comments{
	display: block;
}

.hero-background{
	display: inherit;
}
.form-gap {
	height: 2rem
}

.form-gap-lg {
	height: 5rem
}

.form-cell-sticky {
	position: relative
}

.form-cell-sticky .input-text:focus~.form-label-sticky,
.form-cell-sticky.active .form-label-sticky {
	font-size: 10px;
	top: 0.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.form-cell-error input.input-text,
.form-cell-error select.select,
.form-cell-error textarea.textarea {
	border-color: var(--orange) !important
}

.form-cell-error .form-label-error {
	display: block
}

.form-label-title {
	color: var(--black);
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--font-title);
	margin-bottom: 2.5rem
}

.form-label-sticky {
	line-height: 1;
	position: absolute;
	left: 2rem;
	right: 2rem;
	top: 2rem;
	pointer-events: none;
	-webkit-transition: all var(--duration) var(--function);
	transition: all var(--duration) var(--function);
	color: var(--black-05)
}

.form-label-error {
	pointer-events: none;
	color: var(--orange);
	position: absolute;
	left: 2rem;
	bottom: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8rem;
	padding-left: 1.1rem;
	line-height: 1;
	display: none
}

.form-label-error:before {
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	left: 0;
	top: 0;
	background: url("/local/templates/main/css/../images/error.svg") no-repeat
}

.form-radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.6rem
}

.form-radios .radio-button {
	padding-left: 1.6rem;
	margin-top: 0.8rem
}

.autocomplete-suggestions {
	cursor: default;
	background: var(--white);
	position: absolute;
	display: none;
	z-index: 9999;
	overflow: hidden;
	max-height: 14.6rem;
	padding: 1rem 0;
	margin: 0;
	overflow: auto;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}

.autocomplete-suggestions::-webkit-scrollbar {
	width: 0.5rem
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	border-radius: 0.25rem
}

.autocomplete-suggestion {
	position: relative;
	line-height: 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--font-title);
	padding: 1.2rem 2rem 1.2rem 6rem;
	color: #828ea2
}

.autocomplete-suggestion img {
	top: 50%;
	margin-top: -1.4rem;
	width: 2.8rem;
	height: 2.8rem;
	left: 1.8rem;
	position: absolute;
	background: var(--white);
	border-radius: 0.4rem
}

.autocomplete-suggestion b {
	color: var(--text)
}

.autocomplete-suggestion.selected {
	cursor: pointer;
	background: var(--tertiary)
}

.rating {
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 0
}

.rating>input {
	display: none
}

.rating>label {
	cursor: pointer;
	color: var(--secondary);
	margin: 0 1.5rem 0 0
}

.rating>label svg {
	display: block
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label,
.rating>input:checked~label {
	color: var(--accent)
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
	color: var(--accent)
}

.feedback-group.hidden {
	display: none
}

@media (max-width:1400px) {
	.form-label-title {
		font-size: 1.6rem;
		margin-bottom: 1.7rem
	}

	.input-file-label {
		font-size: 1.6rem;
		padding-left: 3rem
	}

	.input-file-label:before {
		left: 0.1rem;
		top: 0.4rem;
		width: 2rem;
		height: 2rem;
		background-size: contain
	}
}

@media (max-width:992px) {
	.form-gap {
		height: 1.6rem
	}

	.form-gap-lg {
		height: 4rem
	}

	.rating>label {
		margin-right: 1rem
	}

	.rating>label svg {
		width: 3rem;
		height: auto
	}
}

@media (max-width:700px) {
	.form-label-title {
		font-size: 1.4rem;
		margin-bottom: 1.2rem
	}

	.form-gap {
		height: 1.2rem
	}

	.form-gap-lg {
		height: 3rem
	}

	.input-file-label {
		font-size: 1.4rem;
		padding-left: 2.6rem
	}

	.input-file-label:before {
		width: 1.8rem;
		height: 1.8rem
	}

	.input-file-value {
		width: 3.6rem;
		height: 3.6rem;
		margin-right: 1.5rem
	}

	.input-file-value img {
		border-radius: 0.5rem
	}

	.radio-button {
		overflow: hidden;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.radio-button label {
		padding: 1.2rem 1.3rem
	}

	.autocomplete-suggestion {
		font-size: 1.4rem
	}
}


.footer-site {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 var(--gap);
	background: var(--primary) url("/local/templates/main/css/../images/footer.svg") no-repeat 50% 0;
	background-size: cover;
	color: var(--quaternary);
	line-height: var(--line-height-normal)
}

.footer-site a {
	color: inherit
}

.footer-site .container {
	padding-top: 7rem;
	padding-bottom: 4.6rem;
	position: relative
}

.footer-logo {
	max-width: 17.1rem;
	margin-bottom: -3rem;
	margin-right: 0.4rem;
	display: block
}

.footer-logo img {
	display: block;
	width: 100%;
	height: auto
}

.footer-columns {
	margin-top: 23.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 3.2rem;
	font-family: var(--font-title);
	text-transform: uppercase
}

.footer-menu li {
	margin-right: 7.32rem;
	margin-bottom: 2.1rem
}

.footer-menu li a:hover {
	color: rgba(255, 255, 255, 0.5)
}

.footer-newsletter-subtitle {
	font-size: 1.4rem;
	color: var(--quaternary-06)
}

.footer-newsletter a {
	margin-top: 0.6rem;
	font-size: 5.6rem;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--font-title);
	line-height: var(--line-height-small)
}

.footer-newsletter a br {
	display: none
}

.footer-newsletter a .button {
	position: relative;
	top: 0.35rem;
	left: 0.75rem
}

.footer-newsletter a:hover .button {
	background-color: var(--hover);
	border-color: var(--hover);
	color: var(--tertiary)
}

.copyright {
	margin-top: 0.3rem;
	margin-right: 18rem;
	font-size: 1.4rem;
	color: var(--quaternary-04)
}

.copyright a:hover {
	color: var(--quaternary)
}

.scroll-up-active a.scroll-up {
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}

a.scroll-up {
	position: fixed;
	right: var(--gap);
	bottom: var(--gap);
	z-index: var(--z-index-top);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all var(--duration) var(--function);
	transition: all var(--duration) var(--function)
}

a.scroll-up svg {
	top: 46%
}

@media (max-width:1900px) {
	.footer-menu {
		font-size: 2.6rem
	}

	.footer-menu li {
		margin-right: 9.2rem;
		margin-bottom: 3rem
	}
}

@media (max-width:1400px) {
	.footer-site {
		--button: 4.6rem
	}

	.footer-site .container {
		padding-top: 5rem;
		padding-bottom: 3.5rem
	}

	.footer-logo {
		max-width: 12rem;
		margin-bottom: -1.5rem;
		margin-right: 0
	}

	.footer-columns {
		margin-top: 14.2rem
	}

	.footer-menu {
		font-size: 2rem
	}

	.footer-menu li {
		margin-right: 3.4rem;
		margin-bottom: 1.6rem
	}

	.footer-newsletter-subtitle {
		font-size: 1.2rem
	}

	.footer-newsletter a {
		margin-top: 0.2rem;
		font-size: 3.2rem
	}

	.footer-newsletter a .button {
		top: -0.5rem;
		left: 0.6rem
	}

	.footer-newsletter a .button svg {
		width: 2.5rem
	}

	.copyright {
		margin-top: -0.2rem;
		margin-right: 14rem;
		font-size: 1rem
	}

	a.scroll-up svg {
		width: 1.7rem
	}
}

@media (max-width:992px) {
	.footer-site .container {
		padding-bottom: 4.9rem
	}

	.footer-newsletter {
		--button: 3.6rem
	}

	.footer-newsletter a .button {
		top: 0
	}

	.footer-newsletter a .button svg {
		width: 2.1rem
	}

	.footer-logo {
		max-width: 9.1rem;
		margin-bottom: 2.2rem
	}

	.footer-columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 13.2rem
	}

	.footer-navigation {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.copyright {
		margin-right: 0
	}
}

@media (max-width:700px) {
	.footer-site {
		--button: 3.6rem
	}

	.footer-site .container {
		padding-top: 4rem;
		padding-bottom: 5.7rem
	}

	.footer-menu li {
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.footer-logo {
		max-width: 6.9rem
	}

	.footer-columns {
		margin-top: 12.8rem
	}

	.footer-newsletter {
		--button: 2.6rem
	}

	.footer-newsletter a {
		margin-top: 1.6rem;
		line-height: 0.923125
	}

	.footer-newsletter a br {
		display: block
	}

	.footer-newsletter a .button {
		top: 0.2rem;
		left: 0.3rem
	}

	.footer-newsletter a .button svg {
		width: 1.6rem
	}

	.copyright {
		margin-top: 4.8rem;
		line-height: 1.21
	}

	.copyright-title {
		display: block;
		margin-bottom: 1.3rem
	}

	.copyright-spacer {
		display: none
	}

	a.scroll-up svg {
		width: 1.7rem
	}
}

.single-brand-about {
	background: var(--white) url("/local/templates/main/css/../images/single-brand-about.svg") no-repeat 50% 50%;
	background-size: cover;
	padding: 10.2rem var(--gap) 10.3rem
}

.single-brand-about .container {
	max-width: 150rem
}

.single-brand-about-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem 0
}

.single-brand-about-item-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.single-brand-about-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62rem;
	flex: 0 0 62rem;
	max-width: 62rem
}

.single-brand-about-image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2rem
}

.single-brand-about-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62rem;
	flex: 0 0 62rem;
	max-width: 62rem;
	padding: 5rem 5.5rem 5rem 0;
	color: rgba(0, 0, 0, 0.5)
}

.single-brand-about-text p {
	margin: 0
}

.single-brand-about-text p+p {
	margin-top: 1.6rem
}

.single-brand-about-text ol {
	display: block;
	margin: 1.7rem 0;
	padding: 0;
	list-style-position: inside
}

.single-brand-about-title {
	margin-bottom: 3rem;
	max-width: 36rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black)
}

.single-brand-about-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.single-brand-about-cta {
	padding-top: 2.8rem
}

.single-brand-social {
	padding: 9.4rem var(--gap) 9.3rem;
	background: var(--quaternary);
	position: relative
}

.single-brand-social .container {
	max-width: 141rem
}

.single-brand-social-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.single-brand-social-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 1rem 1rem 1rem 0;
	font-size: 1.8rem;
	color: var(--primary)
}

.single-brand-social-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.single-brand-social-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.single-brand-social-image img {
	position: absolute;
	top: 0;
	right: 17.5rem;
	height: 100%;
	width: auto;
	max-width: none;
	pointer-events: none
}

.single-brand-social-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.single-brand-social-list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0
}

.single-brand-social-list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0.4rem
}

@media (max-width:1900px) {
	.single-brand-hero-text {
		max-width: 47.2rem;
		padding-right: 5rem;
		padding-left: 2.9rem
	}

	.single-brand-hero-caption h1 {
		font-size: 4.8rem;
		margin: 2.6rem 0 3.7rem
	}

	.single-brand-hero-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 11.1rem;
		flex: 0 0 11.1rem;
		max-width: 11.1rem;
		margin-right: -4.1rem
	}

	.single-brand-about {
		padding-top: 5rem;
		padding-bottom: 6.2rem
	}

	.single-brand-about .container {
		max-width: 132rem
	}

	.single-brand-about-item {
		margin: 0;
		padding: 6.2rem 0
	}

	.single-brand-about-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55.2rem;
		flex: 0 0 55.2rem;
		max-width: 55.2rem
	}

	.single-brand-about-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55.2rem;
		flex: 0 0 55.2rem;
		max-width: 55.2rem;
		padding: 0
	}

	.single-brand-about-title {
		margin-bottom: 2.8rem;
		font-size: 2.6rem
	}

	.single-brand-social .container {
		max-width: var(--container)
	}

	.single-brand-social-image img {
		right: 10.7rem
	}
}

@media (max-width:1400px) {
	.single-brand-hero {
		height: 65rem
	}

	.single-brand-hero-content {
		padding-bottom: 1.7rem
	}

	.single-brand-hero-text {
		max-width: 38.7rem;
		padding-top: 0.7rem;
		padding-left: 3.1rem;
		padding-right: 3.1rem;
		border-radius: 1.6rem;
		font-size: 1.4rem
	}

	.single-brand-hero-caption h1 {
		font-size: 3.2rem;
		margin: 2.4rem 0 3rem
	}

	.single-brand-hero-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8rem;
		flex: 0 0 8rem;
		max-width: 8rem;
		height: 6.5rem;
		margin-right: -2rem
	}

	.single-brand-hero-slogan {
		padding-top: 11rem
	}

	.single-brand-hero-slogan-text {
		max-width: 38.7rem
	}

	.single-brand-hero-slogan-title {
		font-size: 8rem
	}

	.single-brand-hero-slogan-subtitle {
		margin-top: 1rem;
		font-size: 3rem
	}

	.single-brand-hero-slogan-main .single-brand-hero-slogan-title {
		font-size: 8rem
	}

	.single-brand-hero-slogan-main .single-brand-hero-slogan-subtitle {
		margin-top: 1rem
	}

	.single-brand-hero-slogan-main-sm .single-brand-hero-slogan-title {
		font-size: 8rem
	}

	.single-brand-hero-slogan-main-sm .single-brand-hero-slogan-subtitle {
		font-size: 3rem;
		margin-top: 1rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan {
		padding-top: 11rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan-title {
		font-size: 8rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan-subtitle {
		margin-top: 1rem;
		font-size: 3rem
	}

	.single-brand-hero-v3 .single-brand-hero-slogan {
		padding-top: 13rem
	}

	.single-brand-hero-v3 .single-brand-hero-slogan-title {
		font-size: 4rem
	}
	
	.single-brand-hero-v4 .single-brand-hero-text>p {
		margin-right: 0
	}

	.single-brand-hero-v4 .single-brand-hero-slogan {
		padding-top: 12rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-text {
		max-width: 60rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-title {
		font-size: 5.5rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-line {
		margin-bottom: 2rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-line img {
		width: 4rem
	}

	.single-brand-about {
		padding-bottom: 5rem
	}

	.single-brand-about .container {
		max-width: 100%
	}

	.single-brand-about-item {
		padding: 5rem 0;
		margin: 0 -2rem
	}

	.single-brand-about-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 58rem;
		padding: 0 2rem
	}

	.single-brand-about-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 58rem;
		padding: 0 5rem 0 2rem;
		font-size: 1.4rem
	}

	.single-brand-about-cta {
		padding-top: 1.7rem
	}

	.single-brand-social-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%
	}

	.single-brand-social-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%
	}

	.single-brand-social-image img {
		right: 4.6rem
	}
}

@media (max-width:1200px) {
	.single-brand-social-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.single-brand-social-title {
		font-size: 1.6rem
	}

	.single-brand-social-image img {
		right: 0
	}
}

@media (max-width:992px) {
	.single-brand-hero {
		height: 69.5rem
	}

	.single-brand-hero-slider.swiper .swiper-pagination {
		padding: 0.4rem 1rem;
		border-radius: 1.4rem
	}

	.single-brand-hero-slider.swiper .swiper-pagination-bullet {
		width: 0.6rem;
		height: 0.6rem;
		margin: 0.7rem !important
	}

	.single-brand-hero-slider.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 1rem
	}

	.single-brand-hero-content {
		padding-bottom: 4.5rem
	}

	.single-brand-hero-text {
		max-width: 31rem;
		padding: 0.9rem 2.3rem 2.9rem;
		font-size: 1.2rem
	}

	.single-brand-hero-caption h1 {
		font-size: 2.6rem;
		margin: 2.5rem 0 3.2rem
	}

	.single-brand-hero-image {
		margin-right: -1.9rem
	}
	
	.single-brand-hero-v4 .single-brand-hero-slogan {
		padding-top: 12rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-text {
		max-width: 50rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-title {
		font-size: 4.5rem
	}

	.single-brand-about {
		padding-top: 3.5rem;
		padding-bottom: 3.2rem
	}

	.single-brand-about-item {
		padding: 2.4rem 0;
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.single-brand-about-item-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.single-brand-about-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 5rem
	}

	.single-brand-about-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 58rem;
		padding: 0;
		font-size: 1.6rem
	}

	.single-brand-about-title {
		margin-bottom: 4.4rem
	}

	.single-brand-about-cta {
		padding-top: 2.7rem
	}

	.single-brand-social {
		padding-top: 5rem;
		padding-bottom: 5.6rem
	}

	.single-brand-social-title {
		font-size: 1.2rem
	}

	.single-brand-social-image img {
		right: -1.7rem
	}
}

@media (max-width:700px) {
	.single-brand-hero {
		height: auto
	}

	.single-brand-hero-slider.swiper {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto
	}

	.single-brand-hero-slider.swiper .swiper-pagination {
		left: 1.5rem;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.single-brand-hero-slider.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 3.6rem
	}

	.single-brand-hero-background {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		height: 44rem
	}

	.single-brand-hero-content {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0;
		margin-top: -1.6rem
	}

	.single-brand-hero-text {
		max-width: none;
		padding: 1rem 2.6rem 2.4rem 3.5rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

	.single-brand-hero-caption h1 {
		font-size: 2rem;
		line-height: 1;
		margin: 1.5rem 0 1.7rem
	}

	.single-brand-hero-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 5.5rem;
		flex: 0 0 5.5rem;
		max-width: 5.5rem;
		height: 4.5rem;
		margin-right: -0.3rem
	}

	.single-brand-hero-slogan {
		padding-top: 7.5rem
	}

	.single-brand-hero-slogan-text {
		max-width: 24rem
	}

	.single-brand-hero-slogan-title {
		font-size: 4.3rem
	}

	.single-brand-hero-slogan-subtitle {
		font-size: 1.8rem;
		margin-top: 0.8rem
	}

	.single-brand-hero-slogan-main {
		padding-top: 7.8rem
	}

	.single-brand-hero-slogan-main .single-brand-hero-slogan-title {
		font-size: 3.8rem
	}

	.single-brand-hero-slogan-main-sm {
		padding-top: 7.8rem
	}

	.single-brand-hero-slogan-main-sm .single-brand-hero-slogan-title {
		font-size: 3.8rem
	}

	.single-brand-hero-slogan-main-sm .single-brand-hero-slogan-subtitle {
		font-size: 1.8rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan {
		padding-top: 7.6rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan-title {
		font-size: 4.3rem
	}

	.single-brand-hero-v2 .single-brand-hero-slogan-subtitle {
		margin-top: 0.7rem;
		font-size: 1.6rem
	}

	.single-brand-hero-v3 .single-brand-hero-slogan {
		padding-top: 8.3rem
	}

	.single-brand-hero-v3 .single-brand-hero-slogan-title {
		font-size: 2.4rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan {
		padding-top: 7.5rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-text {
		max-width: 32rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-title {
		font-size: 3rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-line {
		display: none;
		margin-bottom: 2rem
	}

	.single-brand-hero-v4 .single-brand-hero-slogan-line img {
		width: 2.5rem
	}

	.single-brand-about {
		padding-bottom: 3.5rem
	}

	.single-brand-about-item {
		padding: 0;
		margin: 1.5rem 0
	}

	.single-brand-about-image {
		margin-bottom: 3rem
	}

	.single-brand-about-text {
		max-width: 100%;
		font-size: 1.4rem
	}

	.single-brand-about-text ol {
		margin: 0.8rem 0
	}

	.single-brand-about-title {
		max-width: none;
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 1
	}

	.single-brand-about-cta {
		padding-top: 3.6rem
	}

	.single-brand-about-cta .button {
		width: 100%;
		text-align: center
	}

	.single-brand-social {
		padding-top: 3rem;
		padding-bottom: 2.7rem
	}

	.single-brand-social-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding: 0 0 0.4rem
	}

	.single-brand-social-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.single-brand-social-image img {
		right: -2.5rem
	}

	.single-brand-social-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		--button: 4.14rem
	}

	.single-brand-social-list ul {
		text-align: left;
		margin: 0 -0.3rem
	}

	.single-brand-social-list ul li {
		margin: 0.3rem
	}
}

.faq {
	padding: 16.6rem var(--gap) 6.8rem
}

.faq .container {
	max-width: 124rem
}

.faq-caption {
	margin-bottom: 6.8rem;
	text-align: center;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black)
}

.faq-caption * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.faq-list {
	padding-bottom: 8.1rem
}

.faq-item {
	margin-bottom: 1.2rem;
	background: var(--white);
	-webkit-box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.04);
	box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.04);
	border-radius: 2rem
}

.faq-item.open .faq-text {
	display: block
}

.faq-item.open .faq-title:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.faq-title {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 14rem;
	padding: 3.4rem 21rem 3.4rem 5.4rem;
	position: relative;
	font-size: 2.4rem;
	line-height: var(--line-height-normal);
	font-weight: 500
}

.faq-title:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.2rem;
	right: 7.6rem;
	width: 2.4rem;
	height: 2.4rem;
	background: var(--accent) url("/local/templates/main/css/../images/arrow-down.svg") 50% 50% no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	-webkit-transition: background-color var(--duration) var(--function), -webkit-transform var(--duration) var(--function);
	transition: background-color var(--duration) var(--function), -webkit-transform var(--duration) var(--function);
	transition: background-color var(--duration) var(--function), transform var(--duration) var(--function);
	transition: background-color var(--duration) var(--function), transform var(--duration) var(--function), -webkit-transform var(--duration) var(--function);
	will-change: background-color, transform
}

.faq-title:hover:after {
	background-color: var(--hover)
}

.faq-title p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0
}

.faq-text {
	display: none;
	padding: 0 15rem 6.5rem 5.4rem;
	font-size: 2rem;
	line-height: var(--line-height-normal);
	font-weight: 500;
	color: rgba(7, 31, 70, 0.7)
}

.faq-text p {
	margin: 0
}

.faq-text p+p {
	margin-top: 2rem
}

.faq-more {
	text-align: center;
	margin-bottom: 8rem
}

.faq-more a.button {
	min-width: 21.75rem
}

@media (max-width:1900px) {
	.faq {
		padding-top: 14.1rem
	}
}

@media (max-width:1400px) {
	.faq {
		padding-top: 8.7rem;
		padding-bottom: 6.2rem
	}

	.faq .container {
		max-width: 100%
	}

	.faq-caption {
		margin-bottom: 7.4rem;
		font-size: 2.6rem
	}

	.faq-list {
		padding-bottom: 8.7rem
	}

	.faq-title {
		font-size: 2rem;
		padding-right: 12rem
	}

	.faq-title:after {
		right: 5.5rem
	}

	.faq-text {
		padding-right: 12rem;
		padding-bottom: 5.4rem;
		font-size: var(--font-size);
		line-height: var(--line-height);
		font-weight: normal
	}
}

@media (max-width:992px) {
	.faq {
		padding-top: 6.4rem;
		padding-bottom: 3.2rem
	}

	.faq-caption {
		margin-bottom: 4.8rem
	}

	.faq-list {
		padding-bottom: 6.2rem
	}

	.faq-title {
		padding-right: 10rem
	}

	.faq-title:after {
		right: 3.1rem
	}

	.faq-text {
		padding-right: 8rem
	}

	.faq-more {
		margin-bottom: 4rem
	}
}

@media (max-width:700px) {
	.faq {
		padding-top: 5.1rem
	}

	.faq-caption {
		margin-bottom: 2.9rem;
		font-size: 2rem;
		line-height: 1
	}

	.faq-list {
		padding-bottom: 4.9rem
	}

	.faq-item {
		border-radius: 1.6rem
	}

	.faq-title {
		min-height: 9.2rem;
		padding: 2.8rem 6.4rem 2.8rem 2.2rem;
		font-size: 1.2rem;
		line-height: 1;
		font-weight: 600
	}

	.faq-title:after {
		right: 1.6rem
	}

	.faq-text {
		padding: 0 4rem 2.8rem 2.2rem;
		font-size: 1.2rem
	}

	.faq-text p+p {
		margin-top: 1.6rem
	}

	.faq-more {
		margin-bottom: 5.4rem
	}
}

.related-articles {
	padding: 9.8rem var(--gap) 2.7rem;
	background: var(--secondary)
}

.related-articles-title {
	margin-bottom: 2.2rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black)
}

.related-articles-title *,
.related-articles-title-h {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.related-articles-tags {
	margin-bottom: 2rem
}

.related-articles-tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -0.6rem;
	padding: 0;
	list-style: none
}

.related-articles-tags-list li {
	margin: 0 0 0.6rem 0.6rem
}

.related-articles-tags-list li a {
	display: block;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	white-space: nowrap;
	color: var(--blue-dark);
	background: var(--white);
	border-radius: 1.3rem
}

.related-articles-tags-list li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.related-articles-tags-list li.active a {
	color: var(--white);
	background-color: var(--accent)
}

.related-articles-slider.swiper {
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: visible
}

.related-articles-slider .swiper-slide {
	width: 47.2rem
}

.related-articles-slider .article-item {
	margin-bottom: 0
}

@media (max-width:1400px) {
	.related-articles {
		padding-bottom: 7rem
	}

	.related-articles-title {
		font-size: 2.6rem;
		margin-bottom: 2.8rem
	}

	.related-articles-slider.swiper {
		padding-top: 2.7rem;
		padding-bottom: 2.7rem
	}

	.related-articles-slider .swiper-slide {
		width: 34.6rem
	}
}

@media (max-width:992px) {
	.related-articles {
		padding-top: 6.2rem;
		padding-bottom: 2.4rem
	}

	.related-articles-slider.swiper {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.related-articles-slider .swiper-slide {
		width: 30.6rem
	}

	.related-articles-slider .article-link figcaption {
		max-width: 29.8rem
	}
}

@media (max-width:700px) {
	.related-articles {
		padding-top: 5rem;
		padding-bottom: 3rem
	}

	.related-articles-title {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 2rem
	}

	.related-articles-tags {
		margin-bottom: 1.4rem
	}

	.related-articles-tags-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -1.5rem;
		padding: 0 1.5rem 0 0.9rem;
		overflow: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.related-articles-tags-list::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	.related-articles-tags-list::-webkit-scrollbar-track {
		background: transparent
	}

	.related-articles-tags-list::-webkit-scrollbar-thumb {
		background-color: transparent;
		outline: none
	}

	.related-articles-tags-list::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none
	}

	.related-articles-tags-list::-webkit-scrollbar-corner {
		background: transparent
	}

	.related-articles-tags-list li {
		scroll-snap-align: center
	}

	.related-articles-slider.swiper {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.related-articles-slider .swiper-slide {
		max-width: 100%
	}

	.related-articles-slider .article-link figure img {
		height: 27rem
	}
}

.subscribe {
	margin: 0 0 12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6.5rem 12.8rem 6.4rem;
	background: var(--primary) url("/local/templates/main/css/../images/subscribe-bg.svg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 2rem
}

.subscribe-title {
	max-width: 60.5rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--white)
}

.subscribe-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.subscribe-cta a.button {
	min-width: 22.2rem;
	text-align: center
}
@media (max-width: 1900px) {
    .subscribe {
        padding-bottom:6.6rem
    }

    .subscribe-title {
        font-size: 2.6rem;
        line-height: 1.1
    }
}
@media (max-width:1400px) {
	.subscribe {
		margin-bottom: 10rem;
		padding: 4.2rem 4.1rem 4.2rem 3.7rem
	}

	.subscribe-title {
		font-size: 2rem;
		line-height: 1;
		padding-right: 2rem;
		max-width: 64rem
	}
}

@media (max-width:992px) {
	.subscribe {
		margin-bottom: 6.7rem;
		padding: 2.7rem 3.4rem 2.7rem 3.7rem;
		border-radius: 1.6rem
	}

	.subscribe-title {
		font-size: 1.6rem;
		line-height: 92.3%;
		max-width: 33rem
	}
}

@media (max-width:700px) {
	.subscribe {
		margin-bottom: 5rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 2rem 1.6rem
	}

	.subscribe-title {
		margin-bottom: 1.4rem;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 600;
		max-width: 23rem;
		padding-right: 0
	}

	.subscribe-cta {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		--button: 4.6rem;
		--line-height-button: 4.4rem
	}

	.subscribe-cta a.button {
		min-width: 18.2rem;
		font-size: 1.2rem
	}
}

.catalog {
	padding: 6.9rem var(--gap);
	background: var(--tertiary)
}

.catalog-categories-caption {
	margin-bottom: 5.2rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase
}

.catalog-categories-caption * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.catalog-categories-list {
	margin-bottom: 6.6rem
}

.catalog-categories-list.swiper {
	overflow: visible
}

.catalog-category {
	display: block;
	position: relative;
	height: 19.8rem;
	overflow: hidden;
	background: #B8CEF4;
	border-radius: 2.3rem
}

.catalog-category.active,
.catalog-category:hover {
	background-color: var(--secondary)
}

.catalog-category img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.catalog-category-title {
	position: absolute;
	top: 2.4rem;
	left: 3.4rem;
	right: 3.4rem;
	max-width: 20rem;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 600;
	color: var(--text)
}

.catalog-category-label {
	position: absolute;
	bottom: 2.4rem;
	left: 3.4rem;
	margin-right: 3.4rem;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	line-height: 1.43;
	color: var(--text);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1.3rem
}

.catalog-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6.6rem 0
}

.catalog-title {
	padding-right: 2rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 7.6rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8)
}

.catalog-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.catalog-toolbar {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.catalog-filter-toggle {
	display: none
}

.catalog-filter-mask {
	display: none
}

.catalog-filter-close.button {
	display: none
}

.catalog-filter-title {
	margin-bottom: 2.8rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase
}

.catalog-filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 4rem -0.6rem;
	padding: 0;
	list-style: none
}

.catalog-filter-list li {
	padding: 0 0 0.6rem 0.6rem
}

.catalog-filter-list-x1 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.catalog-filter-option {
	display: block
}

.catalog-filter-option input {
	display: none
}

.catalog-filter-option input:checked+label {
	color: var(--white);
	background-color: var(--accent)
}

.catalog-filter-option input:disabled+label {
	opacity: 0.3;
	pointer-events: none
}

.catalog-filter-option label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	color: var(--blue-dark);
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1.3rem;
	-webkit-transition: color var(--duration) var(--function), background-color var(--duration) var(--function);
	transition: color var(--duration) var(--function), background-color var(--duration) var(--function);
	will-change: color, background-color
}

.catalog-filter-option label:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.catalog-filter-buttons {
	margin-bottom: 4rem;
	--button: 4.8rem;
	--line-height-button: 4.6rem
}

.catalog-filter-apply {
	display: none
}

.catalog-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.catalog-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25.913%;
	flex: 0 0 25.913%;
	max-width: 25.913%;
	padding-right: 3rem
}

.catalog-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 74.087%;
	flex: 0 0 74.087%;
	max-width: 74.087%
}

.catalog-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2.3rem
}

.catalog-products-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	padding: 0 0 6.4rem 2.3rem
}

.catalog-product {
	display: block;
	min-height: 100%;
	padding: 2.5rem 3.2rem 2.3rem;
	background: var(--white);
	border-radius: 2rem;
	position: relative
}

.catalog-product:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 94, 255, 0.05);
	border-radius: 2rem;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function);
	will-change: opacity
}

.catalog-product:hover:after {
	opacity: 1
}




.catalog-load-link svg {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3rem 0 0;
	opacity: 0.34;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function);
	will-change: opacity
}

.catalog-load-link svg path {
	stroke: currentColor;
	fill: currentColor
}

.catalog-load-link:hover {
	color: var(--accent)
}

.catalog-load-link:hover svg {
	opacity: 1
}

@media (max-width:1900px) {
	.catalog {
		padding-top: 6.8rem;
		padding-bottom: 4.8rem
	}

	.catalog-categories-caption {
		margin-bottom: 5.5rem;
		font-size: 2.6rem
	}

	.catalog-category {
		height: 17.2rem;
		border-radius: 2rem
	}

	.catalog-category-title {
		top: 2rem;
		left: 3rem;
		right: 3rem;
		max-width: 16rem;
		font-size: 2rem
	}
	
	.catalog-category-label {
		bottom: 2rem;
		left: 3rem;
		margin-right: 3rem;
		padding: 0.8rem 1.6rem;
		border-radius: 1rem
	}

	.catalog-caption {
		padding: 6.3rem 0 6.5rem
	}

	.catalog-title {
		font-size: 6.6rem;
		line-height: 1
	}

	.catalog-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25.267%;
		flex: 0 0 25.267%;
		max-width: 25.267%
	}

	.catalog-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 74.733%;
		flex: 0 0 74.733%;
		max-width: 74.733%
	}

	.catalog-products {
		margin-left: -1.6rem
	}

	.catalog-products-col {
		padding: 0 0 6.6rem 1.6rem
	}

	.catalog-product {
		padding: 2.4rem 2.8rem 2.5rem
	}

	.catalog-product-img {
		height: 30rem
	}
	
	.catalog-product-label {
		top: 3.4rem;
		left: 3.8rem;
		padding-left: 1rem;
		padding-right: 1rem
	}

	.catalog-product-info {
		padding: 0 1.4rem 1.8rem
	}

	.catalog-product-title {
		padding-left: 1.4rem;
		padding-right: 1.4rem
	}

	.catalog-product-volume {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.catalog-product-rating img {
		margin: 0.7rem 0.7rem 0.7rem 0
	}

	.catalog-product-shop {
		left: 4.2rem;
		right: 4.2rem
	}

	.catalog-load {
		padding-top: 4.5rem;
		padding-bottom: 2.7rem
	}
}

@media (max-width:1400px) {
	.catalog {
		padding-top: 6.1rem
	}

	.catalog-category {
		height: 13.4rem;
		border-radius: 1.55rem
	}

	.catalog-category-title {
		top: 1.55rem;
		left: 2.3rem;
		right: 2.3rem;
		max-width: 12rem;
		font-size: 1.4rem
	}
	
	.catalog-category-label {
		bottom: 1.55rem;
		left: 2.3rem;
		margin-right: 2.3rem;
		padding: 0.6rem 1rem;
		font-size: 1.2rem;
		line-height: 1.3334;
		border-radius: 0.7rem
	}

	.catalog-caption {
		padding: 6.1rem 0 7rem
	}

	.catalog-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.9285%;
		flex: 0 0 33.9285%;
		max-width: 33.9285%
	}

	.catalog-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.0715%;
		flex: 0 0 66.0715%;
		max-width: 66.0715%
	}

	.catalog-products-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.catalog-products-col-xl-only {
		display: none
	}

	.catalog-load {
		padding-top: 3.4rem;
		padding-bottom: 4.5rem
	}
}

@media (max-width:1200px) {
	.catalog-categories-list .swiper-slide {
		width: 22rem
	}

	.catalog-title {
		font-size: 5.6rem
	}

	.catalog-product {
		padding: 2.1rem 2.5rem 3.2rem
	}

	.catalog-product-img {
		height: 26.8rem
	}

	.catalog-product-label {
		top: 3.1rem;
		left: 3.5rem;
		padding: 0.5rem 0.8rem
	}
	
	.catalog-product-info {
		padding-left: 1.2rem;
		padding-right: 1.2rem
	}

	.catalog-product-title {
		padding-left: 1.2rem;
		padding-right: 0
	}
	
	.catalog-product-shop {
		left: 3.7rem;
		right: 2.5rem
	}
}

@media (max-width:992px) {
	.catalog {
		padding-top: 6.5rem;
		padding-bottom: 3.4rem
	}

	.catalog-categories-list {
		margin-bottom: 5rem
	}

	.catalog-caption {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 3.6rem 0 4.9rem
	}

	.catalog-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		font-size: 4.8rem;
		line-height: 92.3%
	}

	.catalog-toolbar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 3.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.catalog-filter {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: var(--z-index-filter)
	}

	.catalog-filter-toggle {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 43.6rem;
		flex: 0 0 43.6rem;
		max-width: 66.061%
	}

	.catalog-filter-toggle .button {
		width: 100%;
		text-align: center
	}

	.catalog-filter-toggle .button svg {
		margin-right: 0;
		margin-left: 1.6rem
	}

	.catalog-filter-mask {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		height: 100vh;
		z-index: var(--z-index-filter);
		background: rgba(0, 0, 0, 0.3)
	}

	.catalog-filter-open {
		overflow: hidden
	}

	.catalog-filter-open .catalog-filter,
	.catalog-filter-open .catalog-filter-mask {
		display: block
	}

	.catalog-filter-close.button {
		display: block;
		position: relative;
		width: 100%;
		--button: 5.4rem;
		--line-height-button: 5.2rem;
		padding: 0 var(--gap);
		border-radius: 2rem 2rem 0 0;
		text-align: left
	}

	.catalog-filter-close.button span svg {
		margin-right: 0;
		margin-left: 0.9rem
	}

	.catalog-filter-close.button>svg {
		pointer-events: none;
		position: absolute;
		right: 1.8rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 0
	}

	.catalog-filter-content {
		padding: 3.6rem var(--gap) var(--gap);
		max-height: calc(100vh - 15.4rem);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		background: var(--secondary) url("/local/templates/main/css/../images/filter-bg.svg") 50% 50% no-repeat;
		background-size: cover
	}

	.catalog-filter-content::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	.catalog-filter-content::-webkit-scrollbar-track {
		background: transparent
	}

	.catalog-filter-content::-webkit-scrollbar-thumb {
		background-color: transparent;
		outline: none
	}

	.catalog-filter-content::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none
	}

	.catalog-filter-content::-webkit-scrollbar-corner {
		background: transparent
	}

	.catalog-filter-title {
		margin-bottom: 2rem
	}

	.catalog-filter-list {
		margin: 0 0 3rem -1rem
	}

	.catalog-filter-list li {
		padding: 0 0 1rem 1rem
	}

	.catalog-filter-list-x1 li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: 100%
	}

	.catalog-filter-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -1rem;
		padding-top: 0.8rem
	}

	.catalog-filter-buttons .button {
		width: 100%;
		text-align: center
	}

	.catalog-filter-apply {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 1rem
	}

	.catalog-filter-reset {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 1rem
	}

	.catalog-filter-reset .button span {
		display: none
	}

	.catalog-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.catalog-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0
	}

	.catalog-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.catalog-products {
		margin-left: -1.2rem
	}

	.catalog-products-col {
		padding: 0 0 2.6rem 1.2rem
	}

	.catalog-product {
		border-radius: 1.6rem
	}

	.catalog-product:after {
		border-radius: 1.6rem
	}

	.catalog-product-info {
		padding-bottom: 1.5rem
	}

	.catalog-product-volume {
		margin: 0.2rem 0;
		padding: 0.2rem 0.8rem
	}
	
	.catalog-product-rating-number {
		font-size: 1.6rem
	}

	.catalog-product-rating img {
		width: 1.6rem;
		margin: 0.4rem 0.6rem 0.4rem 0
	}

	.catalog-load {
		padding-top: 0.1rem;
		padding-bottom: 0
	}
}

@media (max-width:700px) {
	.catalog {
		padding-top: 5.4rem;
		padding-bottom: 4rem
	}

	.catalog-categories-caption {
		margin-bottom: 2.8rem;
		font-size: 2rem;
		line-height: 1
	}

	.catalog-categories-list {
		margin-bottom: 3rem
	}

	.catalog-caption {
		padding: 2.8rem 0 0.9rem
	}

	.catalog-title {
		font-size: 3.2rem;
		margin-bottom: 2.1rem
	}

	.catalog-toolbar {
		padding-top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.catalog-sorting .sorting-title {
		padding-left: 0
	}

	.catalog-filter-toggle {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 1.4rem
	}

	.catalog-filter-close.button>svg {
		right: 1.7rem
	}

	.catalog-filter-content {
		padding-bottom: 4.5rem;
		max-height: calc(100vh - 12.8rem)
	}

	.catalog-filter-buttons {
		padding-top: 0;
		margin: 0 -0.5rem
	}

	.catalog-filter-apply,
	.catalog-filter-reset {
		padding: 0 0.5rem
	}

	.catalog-products {
		margin-left: 0
	}

	.catalog-products-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 0 2.4rem
	}

	.catalog-products-col-no-mobile {
		display: none
	}

	.catalog-product {
		padding: 1.2rem 2rem 3.7rem
	}

	.catalog-product-img {
		width: 19.5rem;
		height: 19.2rem;
		margin: 0 auto 1.5rem
	}
	
	.catalog-product-label {
		left: 2rem;
		top: 2.2rem;
		padding-top: 0.4rem;
		padding-bottom: 0.3rem
	}

	.catalog-product-info {
		padding: 0 0 0.8rem
	}

	.catalog-product-title {
		padding: 0;
		min-height: 0;
		font-size: 1.6rem;
		line-height: 92.3%
	}
	
	.catalog-product-rating-number {
		font-size: 1.4rem
	}
	
	.catalog-product-rating-number {
		font-size: 1.4rem
	}

	.catalog-product-rating img {
		width: 1.3rem;
		margin: 0.8rem 0.4rem 0.8rem 0
	}
	
	.catalog-product-shop {
		left: 2rem;
		right: 2rem;
		bottom: 1.5rem
	}

	.catalog-product-shop-title {
		padding-right: 0.4rem;
		font-size: 1.6rem;
		line-height: 92.3%
	}

	.catalog-product-shop-item {
		margin-left: 0.6rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 3.4rem;
		flex: 0 0 3.4rem;
		max-width: 3.4rem
	}

	.catalog-product-shop-item img {
		height: 3.4rem
	}
	
	.catalog-load {
		padding-top: 0.3rem;
		padding-right: 0
	}
}

.sorting {
	position: relative
}

.sorting.active .sorting-panel {
	display: block
}

.sorting.active .sorting-title:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.sorting-title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 1.2rem 2.6rem 1rem 1.9rem;
	position: relative
}

.sorting-title:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	right: 0;
	width: 2rem;
	height: 2rem;
	background: var(--accent) url("/local/templates/main/css/../images/arrow-down.svg") 50% 50% no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	-webkit-transition: -webkit-transform var(--duration) var(--function);
	transition: -webkit-transform var(--duration) var(--function);
	transition: transform var(--duration) var(--function);
	transition: transform var(--duration) var(--function), -webkit-transform var(--duration) var(--function);
	will-change: transform
}

.sorting-panel {
	display: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	right: -2.7rem;
	padding: 1.3rem 1.8rem 1.1rem;
	min-width: 18.5rem;
	background: var(--white);
	border: 1px solid var(--tertiary);
	border-radius: 1.6rem;
	-webkit-filter: drop-shadow(0 1.4rem 4rem rgba(0, 0, 0, 0.04));
	filter: drop-shadow(0 1.4rem 4rem rgba(0, 0, 0, 0.04))
}

.sorting-panel:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 2.3rem;
	width: 2.6rem;
	height: 0.6rem;
	background: transparent url("/local/templates/main/css/../images/sorting-arrow.svg") 50% 50% no-repeat;
	background-size: 100% 100%
}

.sorting-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.sorting-list li a {
	display: block;
	padding: 0.5rem 0;
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--text)
}

.sorting-list li a:hover {
	color: var(--accent)
}

.sorting-list li.active {
	display: none
}

.not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	min-height: 100vh;
	padding: 18.2rem var(--gap) 7rem;
	background: #C8DDFF url("/local/templates/main/css/../images/404.svg") 50% 0 no-repeat;
	background-size: cover
}

.not-found>.container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.not-found-content {
	text-align: center
}

.not-found-content h1 {
	font-size: 43rem;
	line-height: 1;
	font-family: var(--font-title);
	font-weight: bold;
	text-transform: uppercase;
	color: #B8CEF4;
	margin: 0
}

.not-found-content .button {
	min-width: 18.2rem
}

.not-found-title {
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 2.2rem
}

.not-found-text {
	max-width: 33rem;
	margin: 0 auto 3.1rem;
	color: rgba(0, 0, 0, 0.5)
}

.not-found-text p {
	margin: 0
}

.not-found-text p+p {
	margin-top: 1.6rem
}

@media (max-width:1400px) {
	.not-found {
		padding-top: 16.3rem
	}

	.not-found-content h1 {
		font-size: 23rem
	}

	.not-found-title {
		font-size: 3.2rem;
		margin-top: -0.4rem;
		margin-bottom: 1.4rem
	}

	.not-found-text {
		max-width: 24rem;
		margin-bottom: 3rem;
		font-size: 1.2rem
	}
}

@media (max-width:992px) {
	.not-found {
		padding-top: 14rem
	}
}

@media (max-width:700px) {
	.not-found {
		padding-top: 10.4rem;
		padding-bottom: 5rem
	}

	.not-found-content h1 {
		font-size: 18rem
	}

	.not-found-title {
		font-size: 2.6rem;
		margin-top: 1.4rem;
		margin-bottom: 2rem
	}

	.not-found-text {
		margin-bottom: 2.6rem
	}
}




.similar-products {
	padding: 9.9rem var(--gap) 10rem;
	background: var(--tertiary)
}

.similar-products-title {
	margin-bottom: 5.4rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--black)
}

.similar-products-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.similar-products-slider.swiper {
	overflow: visible;
	margin: 0 -0.1rem
}

.similar-products-slider .swiper-slide {
	width: 32rem
}

.similar-products-slider .swiper-slide .catalog-product-info,
.similar-products-slider .swiper-slide .catalog-product-title {
	padding-left: 0;
	padding-right: 0
}

@media (max-width:1900px) {
	.similar-products {
		padding-top: 9.7rem
	}

	.similar-products-title {
		margin-bottom: 4.9rem;
		font-size: 2.6rem;
		line-height: 92.3%
	}

	.similar-products-slider.swiper {
		margin: 0
	}
}

@media (max-width:1400px) {
	.similar-products {
		padding-top: 8.6rem
	}

	.similar-products-title {
		margin-bottom: 6rem
	}

	.similar-products-slider .swiper-slide {
		width: 32.3rem
	}
}

@media (max-width:1200px) {
	.similar-products-slider .swiper-slide .catalog-product-info {
		padding-left: 1.2rem;
		padding-right: 1.2rem
	}

	.similar-products-slider .swiper-slide .catalog-product-title {
		padding-left: 1.2rem
	}
}

@media (max-width:992px) {

	.similar-products-slider .swiper-button-next,
	.similar-products-slider .swiper-button-prev {
		display: none !important
	}
}

@media (max-width:700px) {
	.similar-products {
		padding-top: 5.4rem;
		padding-bottom: 6rem
	}

	.similar-products-title {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 2.7rem
	}

	.similar-products-slider .swiper-slide {
		width: 24.3rem
	}

	.similar-products-slider .swiper-slide .catalog-product-info,
	.similar-products-slider .swiper-slide .catalog-product-title {
		padding-left: 0;
		padding-right: 0
	}
}


.breadcrumbs a:hover {
	color: var(--accent)
}

@media (max-width:992px) {
	.breadcrumbs {
		margin-bottom: 1.4rem
	}
}

.box {
	display: none
}

.box.visible {
	display: block
}



.product>:first-child {
	-ms-grid-row: 1;
	-ms-grid-column: 1
}

.product>:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2
}

.product>:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1
}

.product>:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2
}

.product-gallery-slider.swiper {
	padding-bottom: 6rem
}

.product-gallery-slider .swiper-button-next,
.product-gallery-slider .swiper-button-prev {
	top: auto;
	margin-top: 0;
	bottom: 0;
	background: transparent;
	border: 1px solid rgba(7, 31, 70, 0.1);
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-gallery-slider .swiper-button-next:hover,
.product-gallery-slider .swiper-button-prev:hover {
	color: var(--accent);
	background-color: transparent;
	border-color: rgba(0, 94, 255, 0.2)
}

.product-gallery-slider .swiper-button-next.swiper-button-disabled,
.product-gallery-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0.4
}

.product-gallery-slider .swiper-button-prev {
	left: auto;
	right: 6.5rem
}

.product-gallery-img img,
.product-gallery-img video {
	width: 100%;
	height: 44.6rem;
	-o-object-fit: contain;
	object-fit: contain
}


.product-gallery-nav.swiper {
	position: absolute;
	left: 0;
	right: 14rem;
	bottom: 0
}

.product-gallery-nav .swiper-slide {
	width: 5.6rem;
	cursor: pointer
}

.product-gallery-nav .swiper-slide.swiper-slide-thumb-active .product-gallery-thumb:after {
	background-color: var(--black)
}

.product-gallery-thumb {
	position: relative;
	padding-bottom: 1.5rem
}

.product-gallery-thumb:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0.2rem;
	right: 0.2rem;
	height: 0.2rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.2rem;
	-webkit-transition: background-color var(--duration) var(--function);
	transition: background-color var(--duration) var(--function);
	will-change: background-color
}

.product-gallery-thumb img {
	width: 100%;
	height: 5.5rem;
	-o-object-fit: contain;
	object-fit: contain
}

.product-gallery-thumb-play {
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	width: 2rem;
	height: 2rem;
	background: transparent url("/local/templates/main/css/../images/play-2.svg") 50% 50% no-repeat;
	background-size: 100% 100%
}

.product-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.product-volume {
	margin-bottom: 2.7rem;
	font-size: 1.4rem;
	color: rgba(7, 31, 70, 0.7)
}

.product-volume strong {
	color: var(--black);
	font-weight: 600
}

.product-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 2rem -0.5rem;
	padding: 0;
	list-style: none
}

.product-tags li {
	margin: 0 0 0.5rem 0.5rem
}

.product-tags li a {
	cursor: default;
	display: block;
	padding: 0.7rem 1.6rem;
	font-size: 1.2rem;
	line-height: var(--line-height-normal);
	color: rgba(7, 31, 70, 0.7);
	background: rgba(255, 255, 255, 0.4);
	border-radius: 1.6rem
}

.product-partners {
	padding-top: 8.9rem
}

.product-partners-title {
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 1;
	font-family: var(--font-title);
	font-weight: bold;
	text-transform: uppercase;
	color: var(--black)
}

.product-partners-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.product-partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 3rem -1rem;
	padding: 0;
	list-style: none
}

.product-partners-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0 1rem 1rem
}

.product-partners-list li a {
	display: block;
	position: relative;
	padding: 1.8rem 1.5rem 1.6rem 8.1rem;
	background: var(--white);
	border-radius: 2rem;
	color: var(--black)
}

.product-partners-list li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.product-partners-list li a img {
	position: absolute;
	left: 2.5rem;
	top: 0.9rem;
	width: 4.3rem;
	height: 4.3rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}

.product-detail {
	padding: 7.5rem var(--gap) 7.4rem;
	background: var(--gray-light)
}

.product-detail-content {
	max-width: 80.7rem;
	margin-left: auto;
	margin-right: 15.5rem
}

.product-detail-content h2 {
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black);
	margin: 0 0 2.8rem
}

.product-description {
	margin-bottom: 3.2rem
}

.product-tab {
	padding-bottom: 3rem
}

.product-tab .box {
	color: rgba(0, 0, 0, 0.5)
}

.product-tab .box p {
	margin: 0 0 1.6rem
}

.product-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 4.8rem -0.6rem;
	padding: 0;
	list-style: none
}

.product-tabs li {
	margin: 0 0 0.6rem 0.6rem
}

.product-tabs li a {
	display: block;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	color: var(--blue-dark);
	background: var(--white);
	border-radius: 1.3rem
}

.product-tabs li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.product-tabs li.active a {
	color: var(--white);
	background-color: var(--accent)
}

.product-comments-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 3.2rem
}

.product-comments-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35.5rem;
	flex: 0 0 35.5rem;
	max-width: 35.5rem;
	min-height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--white);
	border-radius: 2.8rem
}

.product-comments-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 2.2rem
}

.product-comments-rating-number {
	margin-right: 1.1rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: #141414
}

.product-comments-rating-stars {
	font-size: 0;
	line-height: 0;
	white-space: nowrap
}

.product-comments-rating-stars img {
	display: inline-block;
	vertical-align: top;
	width: 1.3rem;
	height: auto;
	margin: 0 0.2rem 0.2rem
}

.product-comments-cta {
	margin-right: -1.4rem
}

.product-comments-cta .button {
	min-width: 17.3rem
}

.product-comments-sorting .sorting-title {
	padding-left: 0
}

.product-comments-load {
	text-align: right;
	padding: 1.3rem 1.8rem 0 0
}

.product-comments-load-link {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 600;
	font-family: var(--font-title);
	text-transform: uppercase;
	color: var(--text)
}

.product-comments-load-link svg {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3rem 0 0;
	opacity: 0.34;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function);
	will-change: opacity
}

.product-comments-load-link svg path {
	stroke: currentColor;
	fill: currentColor
}

.product-comments-load-link:hover {
	color: var(--accent)
}

.product-comments-load-link:hover svg {
	opacity: 1
}

.product-comment {
	margin-bottom: 4.4rem
}

.product-comment-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.product-comment-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4.2rem;
	flex: 0 0 4.2rem;
	max-width: 4.2rem;
	height: 4.2rem;
	background: var(--white);
	border-radius: 50%;
	overflow: hidden;
	position: relative
}

.product-comment-icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin-top: 0.1rem
}

.product-comment-name {
	padding-left: 1.2rem;
	font-weight: 600;
	color: var(--black)
}

.product-comment-date {
	padding-left: 1.2rem;
	padding-top: 0.3rem;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.8)
}

.product-comment-content {
	padding: 1.9rem 3rem 2.2rem;
	background: var(--white);
	border-radius: 2rem
}

.product-comment-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

.product-comment-rating img {
	width: 1.4rem;
	height: auto;
	margin-right: 0.5rem
}

.product-comment-text {
	max-width: 67rem;
	color: rgba(0, 0, 0, 0.7)
}

.product-comment-text p {
	margin: 0
}

.product-comment-text p+p {
	margin-top: 1.6rem
}

@media (max-width:1900px) {
	.product {
		-ms-grid-columns: 67.25% 32.75%;
		grid-template-columns: 67.25% 32.75%
	}

	.product-info-content {
		margin-left: 0
	}

	.product-detail {
		padding-bottom: 7.9rem
	}

	.product-detail-content {
		margin-right: auto
	}

	.product-detail-content h2 {
		font-size: 2.6rem
	}

	.product-tabs {
		margin-bottom: 5.3rem
	}

	.product-comments h2 {
		margin-bottom: -0.1rem
	}

	.product-comments-caption {
		margin-bottom: 2.4rem
	}

	.product-comments-rating-number {
		margin-right: 1.5rem
	}
}

@media (max-width:1500px) {
	.product-partners-list li a {
		font-size: 1.5rem;
		padding-left: 7rem
	}

	.product-partners-list li a img {
		top: 0.8rem;
		left: 1.5rem
	}
}

@media (max-width:1400px) {
	.product {
		-ms-grid-columns: 65.16% 34.84%;
		grid-template-columns: 65.16% 34.84%
	}

	.product-gallery {
		padding-top: 12.3rem;
		padding-right: 7rem
	}

	.product-gallery-content {
		max-width: none;
		margin-left: 0
	}

	.product-gallery-slider.swiper {
		padding-top: 2.2rem;
		padding-bottom: 12.6rem
	}

	.product-gallery-img img,
	.product-gallery-img video {
		height: 38.4rem
	}

	.product-info {
		padding-left: 5.2rem
	}

	.product-info-content {
		max-width: none
	}

	.product-title {
		max-width: none;
		font-size: 2.6rem;
		margin-bottom: 3.9rem
	}

	.product-partners {
		padding-top: 9.5rem
	}

	.product-partners-title {
		font-size: 1.6rem;
		line-height: 92.3%;
		margin-bottom: 2.8rem
	}

	.product-partners-list li a {
		font-size: 1.4rem;
		padding: 1.9rem 1rem 1.9rem 6.1rem
	}

	.product-partners-list li a img {
		left: 1.1rem;
		top: 1.3rem;
		width: 3.6rem;
		height: 3.6rem
	}

	.product-detail {
		padding-right: 7rem;
		padding-bottom: 7.5rem
	}

	.product-detail-content {
		max-width: none;
		margin-left: 0;
		margin-right: 0
	}

	.product-detail-content h2 {
		margin-bottom: 2rem
	}

	.product-description {
		margin-bottom: 1.6rem
	}

	.product-tabs {
		margin-bottom: 4.8rem
	}

	.product-comments h2 {
		margin-bottom: -0.3rem
	}

	.product-comments-caption {
		padding-right: 1.4rem
	}
}

@media (max-width:1279px) {
	.product-gallery {
		padding-right: 4rem
	}

	.product-info {
		padding-top: 12.3rem;
		padding-left: 4rem
	}

	.product-partners {
		padding-top: 2rem
	}

	.product-partners-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.product-detail {
		padding-right: 4rem
	}

	.product-comments-caption {
		padding-right: 0
	}
}

@media (max-width:992px) {
	.product {
		display: block
	}

	.product-gallery {
		padding: 10rem var(--gap) 3rem
	}

	.product-gallery-slider.swiper {
		padding-top: 0;
		padding-bottom: 7rem
	}

	.product-gallery-img img,
	.product-gallery-img video {
		height: 34.8rem
	}

	.product-info {
		padding: 3.8rem var(--gap) 2.8rem
	}

	.product-title {
		max-width: 40rem;
		margin-bottom: 1.7rem
	}

	.product-volume {
		margin-bottom: 2.1rem
	}

	.product-partners {
		padding-top: 1.5rem
	}

	.product-partners-title {
		margin-bottom: 1.6rem;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 600
	}

	.product-partners-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -5rem 1rem;
		padding: 0 5rem 0 4.1rem;
		overflow: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.product-partners-list::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	.product-partners-list::-webkit-scrollbar-track {
		background: transparent
	}

	.product-partners-list::-webkit-scrollbar-thumb {
		background-color: transparent;
		outline: none
	}

	.product-partners-list::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none
	}

	.product-partners-list::-webkit-scrollbar-corner {
		background: transparent
	}

	.product-partners-list li {
		scroll-snap-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: 100%;
		padding: 0 0 0.9rem 0.9rem
	}

	.product-partners-list li a {
		min-width: 15.6rem
	}

	.product-detail {
		padding-right: var(--gap);
		padding-bottom: 5.2rem
	}

	.product-comments h2 {
		margin-bottom: 0.3rem
	}

	.product-comments-caption {
		padding-right: 1.4rem;
		margin-bottom: 3.2rem
	}

	.product-comments-load {
		margin-top: -0.7rem;
		padding: 0 0 2rem
	}

	.product-comment-text {
		max-width: none
	}
}

@media (max-width:700px) {
	.product-gallery {
		padding-top: 7.2rem;
		padding-bottom: 2rem
	}

	.product-gallery-slider.swiper {
		padding-top: 1.1rem;
		padding-bottom: 9.3rem
	}

	.product-gallery-slider .swiper-button-next,
	.product-gallery-slider .swiper-button-prev {
		width: 4.6rem;
		height: 4.6rem;
		bottom: 1rem
	}

	.product-gallery-slider .swiper-button-next svg,
	.product-gallery-slider .swiper-button-prev svg {
		width: 0.8rem;
		height: auto
	}

	.product-gallery-slider .swiper-button-prev {
		right: 5.2rem
	}

	.product-gallery-img img,
	.product-gallery-img video {
		height: 25rem
	}

	.product-gallery-nav.swiper {
		right: 11rem
	}

	.product-info {
		padding-top: 3rem;
		padding-bottom: 1.6rem
	}

	.product-rating {
		margin-bottom: 1.4rem
	}

	.product-rating-number {
		margin-top: 0.1rem;
		margin-right: 0.7rem;
		font-size: 1.4rem
	}

	.product-rating img {
		width: 1.3rem;
		margin-right: 0.4rem
	}

	.product-title {
		margin-bottom: 1.3rem;
		max-width: none;
		font-size: 2rem;
		line-height: 1
	}

	.product-volume {
		margin-bottom: 1.5rem
	}

	.product-tags {
		margin-bottom: 0.9rem
	}

	.product-partners-list {
		margin: 0 -1.5rem 1.2rem;
		padding-left: 0.6rem;
		padding-right: 1.5rem
	}

	.product-partners-list li {
		max-width: none
	}

	.product-detail {
		padding-top: 4.7rem;
		padding-bottom: 3.2rem
	}

	.product-detail-content h2 {
		font-size: 2rem;
		line-height: 1
	}

	.product-tab {
		padding-bottom: 0.4rem
	}

	.product-tab .box {
		font-size: 1.4rem
	}

	.product-tabs {
		margin-bottom: 2.6rem
	}

	.product-tabs li a {
		font-size: 1.2rem;
		padding-top: 0.9rem;
		padding-bottom: 0.9rem
	}

	.product-comments h2 {
		margin-bottom: 1.9rem
	}

	.product-comments-caption {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 1.9rem
	}

	.product-comments-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.8rem
	}

	.product-comments-rating {
		padding-left: 1.8rem
	}

	.product-comments-rating-number {
		font-size: 2rem;
		line-height: 1;
		margin-right: 1.3rem
	}

	.product-comments-rating-stars img {
		margin-bottom: 0
	}

	.product-comments-sorting .sorting-title {
		padding-left: 1.9rem
	}

	.product-comments-load {
		margin-top: 0;
		padding-bottom: 1rem
	}

	.product-comment {
		margin-bottom: 1.8rem
	}

	.product-comment-content {
		padding-bottom: 1.2rem
	}

	.product-comment-text {
		font-size: 1.4rem
	}
}

.page-articles-preview-link {
	display: block;
	color: var(--black)
}

.page-articles-preview-link:hover {
	color: var(--accent)
}

.page-articles-preview-link .button {
	margin-top: 6.7rem;
	min-width: 20rem;
	text-align: center
}


.page-articles-tags li {
	margin: 0 0 0.6rem 0.6rem
}

.page-articles-tags li a {
	display: block;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	white-space: nowrap;
	color: var(--blue-dark);
	background: var(--white);
	border-radius: 1.3rem
}

.page-articles-tags li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.page-articles-tags li.active a {
	color: var(--white);
	background-color: var(--accent)
}


.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 4.7rem 0 5.4rem
}

.pagination-numbers {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 64rem)
}

.pagination-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination-list li {
	padding: 0.3rem
}

.pagination-list li a {
	display: block;
	min-width: 4.8rem;
	height: 4rem;
	padding: 0 1rem;
	font-size: 1.4rem;
	line-height: 4rem;
	color: var(--text);
	text-align: center;
	white-space: nowrap;
	background: var(--white);
	border-radius: 1.3rem
}

.pagination-list li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.pagination-list li.active a {
	color: var(--white);
	background-color: var(--accent)
}

.pagination-list li span {
	display: block;
	min-width: 4rem;
	text-align: center
}

.pagination-buttons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32rem;
	flex: 0 0 32rem;
	max-width: 32rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pagination-buttons .button {
	min-width: 15.5rem;
	text-align: center
}

.pagination-buttons .button.pagination-button-disabled {
	pointer-events: none;
	color: #8095b9;
	background-color: var(--tertiary);
	border-color: var(--tertiary)
}

.pagination-buttons .button.pagination-button-disabled.button-white {
	color: rgba(7, 31, 70, 0.5);
	background-color: var(--white);
	border-color: var(--white)
}

@media (max-width:1400px) {
	.pagination {
		margin-top: 5.1rem
	}
}

@media (max-width:1200px) {
	.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pagination-numbers {
		max-width: calc(100% - 32rem)
	}

	.pagination-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pagination-list li {
		padding-left: 0;
		padding-right: 0.6rem
	}
}

@media (max-width:992px) {
	.pagination {
		margin-top: 4.1rem
	}
}

@media (max-width:700px) {
	.pagination {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 3.7rem;
		margin-bottom: 4.9rem
	}

	.pagination-numbers {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2.7rem
	}

	.pagination-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pagination-list li {
		padding-left: 0.3rem;
		padding-right: 0.3rem
	}
}


.single-article-sidebar-products .catalog-product {
	min-height: 0;
	margin-bottom: 3.2rem;
	background: var(--tertiary)
}

.single-article-sidebar-products .catalog-product:after {
	background: rgba(255, 255, 255, 0.2)
}

.single-article-sidebar-products .catalog-product-volume {
	background: var(--white)
}

.single-article-sidebar-more {
	margin-bottom: 3rem;
	text-align: center
}

.single-article-sidebar-more .button {
	width: 100%;
	max-width: 39.5rem
}


.single-article-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6.3rem
}

.single-article-social-title {
	color: var(--black);
	padding: 0 1.8rem 0.8rem 0
}

.single-article-social-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0
}

.single-article-social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.4rem 0.8rem
}

.single-article-social-list li a {
	display: block;
	position: relative;
	width: var(--button);
	height: var(--button);
	color: var(--primary);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%
}

.single-article-social-list li a:hover {
	color: var(--accent);
	border-color: rgba(0, 94, 255, 0.2)
}

.single-article-social-list li a svg {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.single-article-social-list li a svg path {
	fill: currentColor
}

@media (max-width:1900px) {
	.single-article-content .tags {
		padding-bottom: 0
	}

	.single-article-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 21.4%;
		flex: 0 0 21.4%;
		max-width: 21.4%
	}

	.single-article-sidebar-title {
		font-size: 2rem;
		line-height: 1
	}

	.single-article-sidebar-products .catalog-product {
		margin-bottom: 3rem
	}

	.single-article-sidebar-products .catalog-product-img {
		height: 22rem
	}

	.single-article-date {
		margin-bottom: 3rem
	}

	.single-article-title {
		margin-bottom: 5.6rem
	}

	.single-article-image {
		margin: 4.5rem 0
	}

	.single-article-intro {
		margin: 9rem 0;
		max-width: 89.6rem
	}

	.single-article-text {
		margin: 9rem 0;
		max-width: 89.6rem
	}

	.single-article-text h2,
	.single-article-text h3,
	.single-article-text h4 {
		margin-top: 9rem
	}

	.single-article-social {
		margin-bottom: 5.3rem
	}
}

@media (max-width:1599px) {
	.single-article-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32rem;
		flex: 0 0 32rem;
		max-width: 32rem
	}
}

@media (max-width:1400px) {
	
	.single-article-sidebar-products .catalog-product {
		margin-bottom: 2.9rem;
		padding: 1.2rem 1.5rem 2.2rem;
		border-radius: 1.6rem
	}

	.single-article-sidebar-products .catalog-product:after {
		border-radius: 1.6rem
	}

	.single-article-sidebar-products .catalog-product-img {
		max-width: 19.5rem;
		height: 19.2rem;
		margin: 0 auto 1.5rem
	}

	.single-article-sidebar-products .catalog-product-info {
		padding: 0 0 0.6rem
	}

	.single-article-sidebar-products .catalog-product-title {
		padding: 0;
		min-height: 0;
		font-size: 1.6rem;
		line-height: 92.3%
	}

	.single-article-sidebar-products .catalog-product-volume {
		margin: 0.2rem 0
	}

	.single-article-sidebar-products .catalog-product-rating img {
		width: 1.3rem;
		margin: 0.6rem 0.4rem 0.6rem 0
	}

	.single-article-date {
		margin-bottom: 3.4rem
	}

	.single-article-title {
		font-size: 4.8rem;
		margin-bottom: 4.7rem
	}

	.single-article-image {
		margin: 4rem 0
	}

	.single-article-intro {
		margin: 9.6rem 0 6rem;
		max-width: 73.4rem;
		font-size: 2rem
	}

	.single-article-intro p {
		margin-bottom: 2rem
	}

	.single-article-text {
		margin: 6rem 0;
		max-width: 73.4rem;
		font-size: 1.4rem
	}

	.single-article-text h2,
	.single-article-text h3,
	.single-article-text h4 {
		margin: 6rem 0 4rem;
		font-size: 2.6rem
	}

	.single-article-text ul {
		padding-left: 2.2rem
	}

	.single-article-social {
		margin-bottom: 2.3rem
	}

	.single-article-social-title {
		font-size: 1.4rem;
		padding-right: 2.2rem
	}
}

@media (max-width:992px) {
	
	.single-article-products-slider.swiper {
		overflow: visible
	}

	.single-article-products-slider .swiper-slide {
		width: 37.7rem
	}

	.single-article-products-slider .catalog-product {
		min-height: 15rem;
		padding: 2.3rem 1.8rem 3rem 12.5rem;
		background: var(--tertiary)
	}

	.single-article-products-slider .catalog-product:after {
		background: rgba(255, 255, 255, 0.2)
	}

	.single-article-products-slider .catalog-product-img {
		position: absolute;
		left: 0.8rem;
		top: 2.3rem;
		width: 10.6rem;
		height: 10.4rem;
		margin: 0
	}

	.single-article-products-slider .catalog-product-info {
		padding: 0 0 1rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.single-article-products-slider .catalog-product-title {
		padding: 0;
		min-height: 0;
		font-size: 1.6rem;
		line-height: 92.3%
	}

	.single-article-products-slider .catalog-product-volume {
		margin: 0 0 0.3rem;
		background: var(--white)
	}

	.single-article-products-slider .catalog-product-rating {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.single-article-products-slider .catalog-product-rating img {
		width: 1.3rem;
		margin: 0.8rem 0.4rem 0.8rem 0
	}

	.single-article-intro {
		max-width: none;
		margin: 5rem 0
	}

	.single-article-text {
		max-width: none;
		margin-bottom: 3.6rem
	}

	.single-article-social {
		margin-bottom: 3.2rem
	}
}

@media (max-width:700px) {
	.single-article {
		padding-top: 7.2rem;
		padding-bottom: 1.9rem
	}

	.single-article .breadcrumbs {
		margin-bottom: 2.1rem
	}

	.single-article-date {
		margin-bottom: 2.4rem
	}

	.single-article-title {
		margin-bottom: 2.2rem;
		font-size: 2.6rem
	}

	.single-article-image {
		margin-top: 2rem
	}

	.single-article-products-title {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		line-height: 92.3%
	}

	.single-article-products-slider .swiper-slide {
		width: 29.1rem
	}

	.single-article-products-slider .catalog-product {
		min-height: 13.3rem;
		padding: 1.9rem 1rem 1.9rem 8.8rem
	}

	.single-article-products-slider .catalog-product-img {
		left: 0.6rem;
		width: 8.2rem;
		height: 8.1rem
	}

	.single-article-products-slider .catalog-product-title {
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 600
	}

	.single-article-intro {
		margin-bottom: 4rem;
		font-size: 1.6rem;
		line-height: var(--line-height);
		font-weight: normal
	}

	.single-article-text {
		margin-top: 4rem
	}

	.single-article-text h2,
	.single-article-text h3,
	.single-article-text h4 {
		margin: 4rem 0 2rem;
		font-size: 2rem;
		line-height: 1
	}

	.single-article-social {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.sitemap {
	padding: 24.3rem var(--gap) 10.4rem;
	background: var(--gray-light)
}

.sitemap .container {
	max-width: 149.6rem
}

.sitemap-caption {
	margin-bottom: 5.8rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 5.6rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black)
}

.sitemap-caption * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.sitemap-category {
	margin-bottom: 1.6rem;
	padding: 4.3rem 5.4rem;
	background: var(--white);
	-webkit-box-shadow: 0 0.4rem 4rem rgba(0, 0, 0, 0.04);
	box-shadow: 0 0.4rem 4rem rgba(0, 0, 0, 0.04);
	border-radius: 2rem
}

.sitemap-title {
	margin-bottom: 4.1rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--black)
}

.sitemap-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.sitemap-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -7.6rem;
	padding: 0;
	list-style: none
}

.sitemap-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 0 3.2rem 7.6rem;
	font-size: 1.8rem;
	line-height: 1.223
}

.sitemap-list li a {
	display: block;
	color: var(--text)
}

.sitemap-list li a:hover {
	color: var(--accent)
}

.sitemap-load {
	display: none
}

.sitemap-load-link {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 600;
	font-family: var(--font-title);
	text-transform: uppercase;
	color: var(--text)
}

.sitemap-load-link svg {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3rem 0 0;
	opacity: 0.34;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function);
	will-change: opacity
}

.sitemap-load-link svg path {
	stroke: currentColor;
	fill: currentColor
}

.sitemap-load-link:hover {
	color: var(--accent)
}

.sitemap-load-link:hover svg {
	opacity: 1
}

@media (max-width:1400px) {
	.sitemap {
		padding-top: 15.6rem;
		padding-bottom: 7.8rem
	}

	.sitemap-caption {
		margin-bottom: 3.5rem;
		font-size: 3.2rem
	}

	.sitemap-category {
		margin-bottom: 2.2rem;
		padding: 4.2rem 4.2rem 1.8rem
	}

	.sitemap-title {
		margin-bottom: 2.8rem;
		font-size: 2rem;
		line-height: 1
	}

	.sitemap-list {
		margin-left: -4.6rem
	}

	.sitemap-list li {
		padding-left: 4.6rem;
		padding-bottom: 2.6rem;
		font-size: 1.4rem;
		line-height: 1.286
	}
}

@media (max-width:992px) {
	.sitemap {
		padding-top: 12.1rem;
		padding-bottom: 1.8rem
	}

	.sitemap-list {
		margin-left: -4.2rem
	}

	.sitemap-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 4.2rem
	}

	.sitemap-list li.sitemap-desktop-only {
		display: none
	}

	.sitemap-load {
		display: block;
		padding: 0.5rem 0
	}
}

@media (max-width:700px) {
	.sitemap {
		padding-top: 10.1rem;
		padding-bottom: 0.5rem
	}

	.sitemap-caption {
		font-size: 2.6rem;
		margin-bottom: 2.6rem
	}

	.sitemap-category {
		margin-bottom: 2.6rem
	}

	.sitemap-list {
		margin-left: 0
	}

	.sitemap-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0
	}

	.sitemap-list li.sitemap-no-mobile {
		display: none
	}
}

.page-search {
	background: var(--gray-light)
}

.search-faq {
	padding-top: 8.6rem;
	background: var(--gray-light)
}

.search-faq .faq-caption {
	color: var(--text)
}

.search-articles.articles {
	padding-top: 7.6rem;
	padding-bottom: 1rem;
	background: var(--secondary)
}

.search-articles.articles .articles-title {
	margin-bottom: 5.8rem
}

.search-products {
	padding: 9.4rem var(--gap) 11.5rem;
	background: var(--tertiary)
}

.search-products-title {
	margin-bottom: 7.3rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase
}

.search-products-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.search-products-slider.swiper {
	overflow: visible
}

.search-wrapper {
	padding: 15.7rem var(--gap) 1rem;
	background: var(--gray-light)
}

.search-form {
	margin-bottom: 5.1rem;
	padding: 9.7rem 7.5rem;
	background: var(--primary) url("/local/templates/main/css/../images/search-bg.svg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 2rem
}

.search-form-content {
	position: relative
}

.search-form-input {
	display: block;
	width: 100%;
	height: 7.8rem;
	padding: 0 26rem 1.8rem 0;
	font-size: 4.8rem;
	font-family: var(--font-title);
	font-weight: bold;
	text-transform: uppercase;
	color: var(--white);
	border: 0;
	border-bottom: 1px solid var(--white);
	border-radius: 0;
	background: transparent;
	-webkit-transition: color var(--duration) var(--function);
	transition: color var(--duration) var(--function);
	will-change: color
}

.search-form-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-input::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-clear {
	opacity: 0;
	position: absolute;
	top: 1.5rem;
	right: 21rem;
	color: var(--white);
	-webkit-transition: opacity var(--duration) var(--function), color var(--duration) var(--function);
	transition: opacity var(--duration) var(--function), color var(--duration) var(--function);
	will-change: opacity, color
}

.search-form-clear.visible {
	opacity: 1
}

.search-form-clear:hover {
	color: rgba(255, 255, 255, 0.5)
}

.search-form-clear svg {
	display: block;
	margin: 0
}

.search-form-button.button {
	position: absolute;
	top: 0;
	right: -0.8rem;
	min-width: 19.5rem;
	text-align: center
}

.search-results {
	margin-bottom: 3.3rem
}

.search-results-title {
	margin-bottom: 2.9rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--primary)
}

.search-results-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.search-results-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -0.6rem;
	padding: 0;
	list-style: none
}

.search-results-list li {
	margin: 0 0 0.6rem 0.6rem
}

.search-results-list li a {
	display: block;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	white-space: nowrap;
	color: var(--blue-dark);
	text-transform: none;
	font-family: var(--font-family);
	background: var(--white);
	border-radius: 1.3rem
}

.search-results-list li a strong {
	font-size: 1.2rem;
	font-weight: normal;
	color: rgba(7, 31, 70, 0.5);
	-webkit-transition: color var(--duration) var(--function);
	transition: color var(--duration) var(--function);
	will-change: color
}

.search-results-list li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.search-results-list li a:hover strong {
	color: rgba(0, 94, 255, 0.5)
}

.search-results-list li.active a {
	color: var(--white);
	background-color: var(--accent)
}

.search-results-list li.active a strong {
	color: rgba(255, 255, 255, 0.7)
}

.search-results-note {
	margin-top: -0.6rem;
	padding-bottom: 3rem;
	font-size: 2.4rem;
	line-height: var(--line-height-normal);
	color: #666666;
	font-weight: 500
}

.search-results-empty {
	margin-bottom: 3.7rem;
	padding-top: 0.9rem;
	padding-bottom: 2.5rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 92.3%;
	text-transform: uppercase;
	border-bottom: 1px solid var(--primary)
}

@media (max-width:1900px) {
	.search-faq {
		padding-top: 11.7rem
	}

	.search-faq .container {
		max-width: 100%
	}

	.search-faq .faq-caption {
		text-align: left
	}

	.search-articles.articles {
		padding-top: 8.6rem;
		padding-bottom: 2.5rem
	}

	.search-articles.articles .articles-title {
		margin-bottom: 4.2rem
	}

	.search-form {
		margin-bottom: 7.9rem;
		padding-left: 13rem;
		padding-right: 13rem
	}

	.search-form-button.button {
		right: 6.5rem;
		min-width: 11.7rem
	}

	.search-results-note {
		max-width: 98rem
	}

	.search-results-empty {
		padding-top: 1.6rem
	}
}

@media (max-width:1400px) {
	.search-faq {
		padding-top: 8.7rem;
		padding-bottom: 3.1rem
	}

	.search-faq .faq-caption {
		margin-bottom: 4rem
	}

	.search-articles.articles {
		padding-top: 8rem;
		padding-bottom: 3rem
	}

	.search-articles.articles .articles-title {
		margin-bottom: 2.7rem
	}

	.search-products {
		padding-top: 8rem
	}

	.search-products-title {
		font-size: 2.6rem;
		margin-bottom: 4rem
	}

	.search-products-slider .swiper-slide {
		width: 36.2rem
	}

	.search-form {
		margin-bottom: 4.9rem;
		padding: 6.7rem 3.1rem 6.8rem 3.1rem;
		border-radius: 2.6rem
	}

	.search-form-input {
		font-size: 3.2rem;
		padding-right: 19rem
	}

	.search-form-clear {
		right: 14rem
	}

	.search-form-button.button {
		right: 0
	}

	.search-results {
		margin-bottom: 2.4rem
	}

	.search-results-note {
		max-width: 77rem;
		margin-top: -1.2rem;
		padding-bottom: 1rem;
		font-size: 2rem
	}

	.search-results-empty {
		margin-bottom: 4.1rem;
		padding-top: 2.1rem;
		padding-bottom: 3.9rem;
		font-size: 3.2rem
	}
}

@media (max-width:992px) {
	.search-faq {
		padding-top: 6.2rem;
		padding-bottom: 2.2rem
	}

	.search-articles.articles {
		padding-top: 5.1rem;
		padding-bottom: 1rem
	}

	.search-products {
		padding-top: 6.3rem;
		padding-bottom: 6.4rem
	}

	.search-products-slider .swiper-slide {
		width: 32.3rem
	}

	.search-wrapper {
		padding-top: 10rem
	}

	.search-form {
		margin-bottom: 4.2rem;
		padding: 1.8rem 1.7rem 1.8rem 2.5rem;
		border-radius: 2rem
	}

	.search-form-input {
		height: 5.6rem;
		padding-bottom: 0;
		border-bottom: none
	}

	.search-results {
		margin-bottom: 2.8rem
	}

	.search-results-title {
		font-size: 1.4rem;
		margin-bottom: 1.8rem
	}

	.search-results-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: -5rem;
		margin-right: -5rem;
		padding: 0 5rem 0 4.4rem;
		overflow: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.search-results-list::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	.search-results-list::-webkit-scrollbar-track {
		background: transparent
	}

	.search-results-list::-webkit-scrollbar-thumb {
		background-color: transparent;
		outline: none
	}

	.search-results-list::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none
	}

	.search-results-list::-webkit-scrollbar-corner {
		background: transparent
	}

	.search-results-list li {
		scroll-snap-align: center
	}

	.search-results-list li a {
		font-size: 1.2rem;
		line-height: var(--line-height-normal);
		padding-top: 1.1rem;
		padding-bottom: 1.1rem
	}

	.search-results-note {
		max-width: 53rem;
		margin-top: -1.1rem;
		padding-bottom: 0;
		font-size: 1.4rem;
		line-height: var(--line-height);
		font-weight: normal
	}

	.search-results-empty {
		margin-bottom: 3.4rem;
		padding-top: 0.5rem;
		padding-bottom: 2.6rem;
		font-size: 2rem;
		line-height: 1
	}
}

@media (max-width:700px) {
	.search-faq {
		padding-top: 5.7rem
	}

	.search-faq .faq-caption {
		max-width: 27rem;
		margin-bottom: 2.7rem
	}

	.search-faq .faq-list {
		padding-bottom: 2.2rem
	}

	.search-articles.articles {
		padding-top: 5.4rem;
		padding-bottom: 1.2rem
	}

	.search-articles.articles .articles-title {
		font-size: 2rem;
		line-height: 1
	}

	.search-products {
		padding-top: 5.4rem;
		padding-bottom: 5.7rem
	}

	.search-products-title {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 2.7rem
	}

	.search-products-slider .swiper-slide {
		width: 24.3rem;
		max-width: 100%
	}

	.search-wrapper {
		padding-top: 7.7rem
	}

	.search-form {
		margin-bottom: 2.3rem;
		padding: 0.6rem 0.8rem 0.6rem 1.8rem
	}

	.search-form-input {
		font-size: 1.6rem;
		padding-right: 9rem
	}

	.search-form-clear {
		top: 2.1rem;
		right: 7rem
	}

	.search-form-clear svg {
		width: 1.4rem;
		height: 1.4rem
	}

	.search-form-button.button {
		min-width: 5.6rem;
		padding-left: 0;
		padding-right: 0
	}

	.search-results {
		margin-bottom: 2.3rem
	}

	.search-results-list {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-right: 1.5rem;
		padding-left: 0.9rem
	}

	.search-results-note {
		max-width: none;
		margin-top: -1.2rem;
		font-size: 1.2rem
	}

	.search-results-empty {
		margin-bottom: 2.7rem;
		padding-top: 0.1rem;
		padding-bottom: 1.9rem;
		font-size: 1.6rem;
		line-height: 92.3%
	}
}

@-webkit-keyframes animateDash {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes animateDash {
	to {
		stroke-dashoffset: 0
	}
}

.tags li a.orange,
.tags li span.orange {
	background-color: var(--orange);
	color: var(--white)
}

.tags li a.green,
.tags li span.green {
	background-color: var(--green);
	color: var(--white)
}

.tags li a.blue,
.tags li span.blue {
	background-color: var(--blue);
	color: var(--white)
}

.tags li a.purple,
.tags li span.purple {
	background-color: var(--purple);
	color: var(--white)
}

.tags li a.mint,
.tags li span.mint {
	background-color: var(--mint);
	color: var(--white)
}

.tags li a.saffron,
.tags li span.saffron {
	background-color: var(--saffron);
	color: var(--white)
}

.tags li a.steel-blue,
.tags li span.steel-blue {
	background-color: var(--steel-blue);
	color: var(--white)
}

.tags li a.matisse,
.tags li span.matisse {
	background-color: var(--matisse);
	color: var(--white)
}

.tags li svg {
	position: relative;
	top: -0.1rem
}

@media (max-width:1900px) {
	.hero {
		height: 87.5rem
	}

	.hero-background {
		width: auto
	}

	.hero-background img,
	.hero-background svg {
		margin-left: 65px
	}

	.hero-content {
		padding-bottom: 4.2rem
	}
}

@media (max-width:1400px) {
	.hero {
		height: 66rem
	}

	.hero-background img,
	.hero-background svg {
		margin-left: 75px
	}

	.hero-more {
		font-size: 1.2rem;
		margin-top: 1.65rem
	}

	.hero-more svg {
		margin-left: 0.7rem;
		width: 2.3rem;
		top: -0.1rem
	}

	.hero-content {
		padding-bottom: 3rem
	}

	.hero-content h1 {
		max-width: 30rem;
		font-size: 3.2rem;
		margin-top: 2.1rem
	}

	.tags {
		margin-left: -0.5rem
	}

	.tags li {
		margin-left: 0.5rem;
		margin-bottom: 0.5rem
	}

	.tags li a,
	.tags li span {
		font-size: 1rem;
		padding: 0.6rem 1.4rem
	}
}

@media (max-width:992px) {
	.hero {
		height: 76rem
	}

	.hero-background {
		left: -30vw;
		right: -30vw
	}

	.hero-background img,
	.hero-background svg {
		margin-left: 0
	}

	.hero-background img {
		height: 90%
	}

	.hero-background svg {
		top: 40%
	}

	.hero-content {
		padding-bottom: 3.7rem
	}

	.hero-content h1 {
		max-width: 42rem
	}
}

@media (max-width:700px) {
	.hero {
		height: 54.5rem
	}

	.hero-background {
		left: -40vw;
		right: -40vw
	}

	.hero-background svg {
		top: 35%
	}

	.hero-background img {
		height: 85%
	}
}

.brands {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* @media (max-width:992px) {
	.brands-column:first-child {
		height: 9rem;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: span 2
	}
} */

.brands-title {
	text-align: center;
	font-size: 4.6rem;
	line-height: 0.92;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default
}

.brands-title h2 {
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
	display: inline-block;
	text-align: left
}

.brands-column {
	height: 37.4rem;
	height: 38rem;
	
	background: #3c5c8e;
	position: relative;
	overflow: hidden;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 600;
	font-family: var(--font-title);
	text-transform: uppercase
}

.brands-column:hover {
	color: var(--white)
}

.brands-column:hover .brand-more {
	opacity: 1
}

.brands-column:hover .brand-image-hover {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.brands-column:hover .brand-image-default {
	opacity: 0
}

.brands-column-domestos {
	background-color: #092551
}

.brands-column-cif {
	background-color: #175A4B
}

.brands-column-glorix {
	color: var(--blue-dark);
	background-color: #ffffff
}

.brands-column-glorix:hover {
	color: var(--blue-dark)
}

.brands-column-unilever {
	background-color: #26245D
}

.brands-column-arluni {
	background-color: #000000
}

.brand-image-default,
.brand-image-hover,
.brand-more {
	-webkit-transition: opacity 0.5s var(--function), -webkit-transform 0.7s var(--function);
	transition: opacity 0.5s var(--function), -webkit-transform 0.7s var(--function);
	transition: opacity 0.5s var(--function), transform 0.7s var(--function);
	transition: opacity 0.5s var(--function), transform 0.7s var(--function), -webkit-transform 0.7s var(--function)
}

.brand-more {
	position: absolute;
	bottom: 1.2rem;
	right: 2.6rem;
	opacity: 0
}

.brand-more svg {
	position: relative;
	top: -0.2rem;
	margin-left: 0.3rem;
	width: 2.1rem;
	height: auto;
	display: inline-block;
	position: relative
}

.brand-image-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0
}

.brand-image-hover img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.brand-image-default {
	width: 20.1rem;
	max-width: 100%;
	height: 20.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.brand-image-default img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

@media (max-width:1900px) {
	.brands-title {
		font-size: 4.8rem;
		text-align: left;
		padding-left: var(--gap)
	}
}

@media (max-width:1400px) {
	.brands-title {
		font-size: 3rem
	}

	.brands-column {
		height: 24.933rem
	}

	.brand-more {
		font-size: 1.2rem
	}

	.brand-more svg {
		top: -0.1rem;
		width: 1.9rem
	}

	.brand-image-default {
		width: 14rem !important;
		height: 14rem !important;
	}
	
	a.brands-column-domestos .brand-image-default {
		width: 17rem !important;
		height: 17rem !important;
	}
}

@media (max-width:1200px) {
	.brands-title {
		font-size: 2rem
	}
}

@media (max-width:992px) {
	.brands {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}

	.brands-title {
		padding-left: 0;
		text-align: center;
		font-size: 2.6rem
	}

	.brands-title h2 br {
		display: none
	}
}

@media (max-width:700px) {
	.brands-column {
		height: 17.531rem
	}

	.brand-image-default {
		width: 12rem !important;
		height: 12rem !important;
	}
	a.brands-column-domestos .brand-image-default {
		width: 15rem !important;
		height: 15rem !important;
	}
}

.categories {
	background: #c8ddff url("/local/templates/main/css/../images/categories.svg") no-repeat 50% 50%;
	background-size: cover;
	padding: 5.4rem var(--gap)
}

.categories-title {
	font-family: var(--font-title);
	font-size: 3.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9.2rem
}

.categories-title h3 {
	margin: 0;
	font-size: 100%;
	font-weight: inherit
}

.categories-list {
	font-size: 13rem;
	line-height: 1;
	font-weight: bold;
	font-family: var(--font-title);
	color: var(--primary);
	text-transform: uppercase;
	margin: 0 auto 5.5rem;
	max-width: 119.44rem
}

.categories-list a {
	display: inline-block;
	margin: 0 1.2rem;
	color: inherit
}

.categories-list a:hover {
	color: var(--accent)
}

.categories-line:nth-child(2n) {
	text-align: right
}

.categories-image {
	margin-right: 0.9rem;
	display: inline-block;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background: #000;
	position: relative
}

.categories-image:after,
.categories-image:before {
	border-radius: 50%;
	position: absolute;
	content: "";
	left: -1.3rem;
	right: -1.3rem;
	top: -1.3rem;
	bottom: -1.3rem;
	border: 1px solid var(--white);
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.categories-image:after {
	opacity: 0;
	-webkit-transform: scale(0.81);
	transform: scale(0.81);
	border-width: 4px;
	border-color: var(--accent)
}

.categories-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%
}

.categories-item:hover .categories-image:before {
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.categories-item:hover .categories-image:after {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.categories-more {
	text-align: right;
	margin-bottom: 6.1rem
}

.categories-all {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.3rem;
	border-radius: 999px;
	background: var(--accent);
	color: var(--white)
}

.categories-all-mobile {
	display: none
}

.categories-all-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10rem;
	flex: 0 0 10rem;
	max-width: 10rem
}

.categories-all-img img {
	width: 10rem;
	height: 10rem;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%
}

.categories-all-content {
	padding-left: 2rem;
	padding-right: 3.5rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	line-height: var(--line-height-small)
}

.categories-all-total {
	display: block;
	font-size: 1.4rem;
	opacity: 0.7;
	margin-top: 0.5rem
}

.categories-all-text {
	display: block;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: var(--font-title)
}

.categories-all-icon {
	display: block;
	margin-top: 1.5rem
}

.categories-all-icon svg {
	display: block;
	height: auto;
	width: 3.4rem
}

.categories-all:hover {
	color: var(--white);
	background-color: var(--hover)
}

@media (max-width:1900px) {
	.categories-list {
		font-size: 12.8rem
	}

	.categories-image {
		top: 0.3rem
	}
}

@media (max-width:1400px) {
	.categories {
		padding-top: 3.5rem;
		padding-bottom: 2rem
	}

	.categories-title {
		font-size: 2.6rem;
		margin-bottom: 6.6rem
	}

	.categories-list {
		font-size: 7.6rem;
		max-width: 72.7rem;
		margin-bottom: 4.6rem
	}

	.categories-line {
		margin-bottom: 0.9rem
	}

	.categories-image {
		width: 6.267rem;
		height: 6.267rem;
		margin-right: 0.7rem;
		top: 0.1rem
	}

	.categories-image:after,
	.categories-image:before {
		left: -0.8rem;
		right: -0.8rem;
		top: -0.8rem;
		bottom: -0.8rem
	}

	.categories-all {
		padding: 0.92rem
	}

	.categories-all-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7.144rem;
		flex: 0 0 7.144rem;
		max-width: 7.144rem
	}

	.categories-all-img img {
		width: 7.144rem;
		height: 7.144rem
	}

	.categories-all-content {
		padding-left: 1.429rem;
		padding-right: 2.5rem
	}

	.categories-all-total {
		font-size: 1rem;
		margin-top: 0.1rem
	}

	.categories-all-text {
		margin-top: 0.4rem;
		font-size: 1.2rem
	}

	.categories-all-icon {
		margin-top: 1rem
	}

	.categories-all-icon svg {
		width: 2.4rem
	}
}

@media (max-width:992px) {
	.categories-list {
		font-size: 6rem
	}

	.categories-image {
		top: 0.6rem
	}

	.categories-more {
		margin-top: 7.4rem;
		margin-bottom: 4.3rem;
		text-align: center
	}
}

@media (max-width:700px) {
	.categories-title {
		font-size: 2rem;
		margin-bottom: 2.2rem
	}

	.categories-list {
		font-size: 3.2rem
	}

	.categories-list a {
		display: block;
		text-align: left;
		margin: 0 0 1.8rem 0.6rem
	}

	.categories-line {
		margin: 0
	}

	.categories-image {
		width: 4.926rem;
		height: 4.926rem;
		margin-right: 0.7rem;
		top: 1.1rem
	}

	.categories-image:after,
	.categories-image:before {
		left: -0.6rem;
		right: -0.6rem;
		top: -0.6rem;
		bottom: -0.6rem
	}

	.categories-more {
		margin-top: 6.6rem
	}

	.categories-all {
		padding: 2rem 1rem;
		display: block
	}

	.categories-all-icon,
	.categories-all-img,
	.categories-all-text,
	.categories-all-total {
		display: none
	}

	.categories-all-content {
		padding: 0
	}

	.categories-all-mobile {
		display: block;
		font-family: var(--font-title);
		font-size: 1.4rem;
		text-align: center;
		text-transform: uppercase
	}
}

.articles {
	padding: 5.4rem var(--gap);
	background: #e8f1f5
}

.articles-title {
	font-family: var(--font-title);
	font-size: 3.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10rem
}

.articles-title h3 {
	margin: 0;
	font-size: 100%;
	font-weight: inherit
}

.articles-more {
	text-align: center;
	margin-top: 3.7rem;
	margin-bottom: 10.7rem
}

.articles-more a.button {
	min-width: 21.75rem;
	font-size: 1.4rem
}

.articles-list {
	display: -ms-grid;
	display: grid;
	gap: 4rem;
	-ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
	grid-template-columns: 1fr 1fr 1fr
}

.article-item {
	position: relative;
	margin-bottom: 10.7rem
}

.article-item .tags {
	position: absolute;
	z-index: 2;
	left: 2.3rem;
	top: 1.9rem
}

.article-link {
	font-family: var(--font-title);
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--blue-dark);
	line-height: 0.923125
}

.article-link:hover .figure-wrap:after {
	opacity: 0.15
}

.article-link .figure-wrap {
	display: block;
	position: relative
}

.article-link .figure-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--white);
	border-radius: 2rem;
	opacity: 0;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function)
}

.article-link figure img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 40.2rem;
	border-radius: 2rem
}

.article-link figcaption {
	margin-top: 3.1rem;
	max-width: 44rem
}

@media (max-width:1400px) {
	.articles {
		padding-top: 3.5rem;
		padding-bottom: 3.8rem
	}

	.articles-title {
		font-size: 2.6rem;
		margin-bottom: 6.2rem
	}

	.articles-more {
		margin-top: 5.2rem;
		margin-bottom: 5.5rem
	}

	.article-item {
		margin-bottom: 5.5rem
	}

	.article-item .tags {
		left: 1.7rem;
		top: 1.7rem
	}

	.article-link {
		font-size: 2rem;
		line-height: 1
	}

	.article-link .figure-wrap:after {
		border-radius: 1.6rem
	}

	.article-link figure img {
		border-radius: 1.6rem;
		height: 27rem
	}

	.article-link figcaption {
		margin-top: 2.3rem
	}
}

@media (max-width:992px) {
	.articles {
		padding-bottom: 3.3rem
	}

	.articles-list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}

	.articles-more {
		margin-top: 2.2rem
	}
}

@media (max-width:700px) {
	.articles {
		padding-top: 3.1rem;
		padding-bottom: 1.8rem
	}

	.articles-title {
		font-size: 1.6rem;
		margin-bottom: 5rem
	}

	.articles-list {
		gap: 0;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.article-item {
		margin-bottom: 3rem
	}

	.article-item .tags {
		left: 1.4rem;
		top: 1.4rem
	}

	.article-link figure img {
		height: 19rem
	}
}


.cookie-panel {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: var(--z-index-header);
	background: var(--white)
}

.cookie-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4.5rem 6.8rem 4.5rem 3.4rem
}

.cookie-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.8rem;
	flex: 0 0 6.8rem;
	max-width: 6.8rem
}

.cookie-logo a {
	display: block
}

.cookie-logo img {
	width: 100%
}

.cookie-text {
	max-width: 120rem;
	padding: 0 4.5rem;
	line-height: var(--line-height-normal);
	color: var(--black);
	opacity: 0.5
}

.cookie-text p {
	margin: 0
}

.cookie-text a {
	text-decoration: underline;
	text-underline-offset: 0.3em
}

.cookie-cta {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: right
}

.cookie-cta .button {
	font-size: 1.5rem;
	min-width: 15.4rem;
	text-align: center
}

@media (max-width:992px) {
	.cookie-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2.3rem 2rem 2.1rem
	}

	.cookie-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7.3rem;
		flex: 0 0 7.3rem;
		max-width: 7.3rem;
		padding-right: 3rem;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.cookie-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 1.4rem;
		padding-left: 0;
		padding-bottom: 2.5rem
	}

	.cookie-cta {
		text-align: left
	}

	.cookie-cta .button {
		font-size: 1.2rem;
		min-width: 0;
		height: 4.6rem;
		line-height: 4.4rem
	}
}

@media (max-width:700px) {
	.cookie-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 4.3rem;
		flex: 0 0 4.3rem;
		max-width: 4.3rem;
		padding-right: 0
	}

	.cookie-text {
		font-size: 1.2rem;
		padding-right: 1rem;
		padding-bottom: 2rem
	}
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #113876
}

.swiper,
swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide,
swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 5.7rem;
	height: 5.7rem;
	margin-top: -2.9rem;
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--text);
	background: var(--white);
	-webkit-box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05);
	box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	-webkit-transition: all var(--duration) var(--function);
	transition: all var(--duration) var(--function)
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #F4F4F4;
	background-color: var(--hover)
}

.swiper-button-next svg,
.swiper-button-prev svg {
	display: block;
	margin: 0
}

.swiper-button-prev svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto
}

.swiper-button-lock {
	display: none
}

:root {}

.swiper-pagination {
	position: absolute;
	text-align: center;
	font-size: 0;
	line-height: 0;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	padding: 0.7rem 1.1rem;
	z-index: 10;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 1.7rem
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5.2rem
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: var(--white);
	opacity: 0.5;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0.6rem 1.2rem
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

:root {}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.modal-small {
	text-align: center
}

.modal-small .modal-title {
	font-size: 4.8rem;
	line-height: 0.9229166667
}

.modal-small .modal-header {
	padding: 5.8rem 2rem 5.1rem
}

.modal-small .modal-content {
	padding-top: 3.7rem;
	padding-bottom: 5.1rem
}

.modal-small .modal-container {
	max-width: 53.9rem
}

.modal-small .modal-container p {
	margin: 0 auto;
	max-width: 34.2rem
}

.modal-open {
	overflow: hidden
}

.modal.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.modal-header {
	padding: 7rem 6.5rem 3.5rem;
	background: #C8DDFF url("/local/templates/main/css/../images/modal-header.svg") no-repeat 50% 50%;
	background-size: cover;
	border-radius: 2rem
}

.modal-header p {
	color: var(--black);
	font-size: 1.6rem;
	margin: 2rem 0 0;
	opacity: 0.8
}

.modal-title {
	font-size: 3.2rem;
	font-family: var(--font-title);
	color: var(--black);
	font-weight: bold;
	text-transform: uppercase;
	line-height: var(--line-height-small)
}

.modal-background {
	pointer-events: none;
	z-index: var(--z-index-modal);
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s var(--function);
	transition: all 0.5s var(--function)
}

.modal-background.open {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.modal-container {
	pointer-events: auto;
	width: 100%;
	max-width: 89.9rem;
	border-radius: 2rem;
	background: var(--white);
	position: relative
}

.modal-content {
	padding: 4.8rem 6.5rem 8.2rem
}

.modal-close {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	width: 4.4rem;
	height: 4.4rem;
	background: transparent url("/local/templates/main/css/../images/modal-close.svg") no-repeat 50% 50%;
	background-size: 1.5rem 1.5rem;
	border-radius: 2rem
}

.modal-form-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.6rem 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.6rem;
	margin-bottom: 5rem
}

.modal-form-cell-x2 {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3
}

.modal-form-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.modal-form-agree {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.modal-form-control {
	padding-left: 4rem
}

.modal-form-control .button {
	min-width: 23.6rem;
	font-size: 1.4rem
}

@media (max-width:1400px) {
	.modal-header {
		padding: 4.2rem 4.4rem 2.5rem
	}

	.modal-header p {
		margin-top: 1rem;
		font-size: 1.2rem
	}

	.modal-form-grid {
		margin-bottom: 2.7rem
	}

	.modal-form-agree {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.modal-form-navigation {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.modal-form-control {
		margin-top: 2.9rem;
		padding-left: 0
	}

	.modal-form-control .button {
		min-width: 30.9rem
	}

	.modal-content {
		padding-left: 4.4rem;
		padding-right: 4.4rem;
		padding-bottom: 4.5rem
	}

	.modal-title {
		font-size: 2.6rem
	}

	.modal-container {
		max-width: 73.3rem
	}

	.modal-small .modal-title {
		font-size: 3.2rem;
		line-height: 0.923125
	}

	.modal-small .modal-container {
		max-width: 42.5rem
	}

	.modal-small .modal-header {
		padding-top: 4.8rem
	}

	.modal-small .modal-content {
		padding-top: 3.1rem;
		padding-bottom: 3.4rem
	}

	.modal-small .modal-content p {
		max-width: 29.6rem;
		font-size: 1.4rem
	}
}

@media (max-width:992px) {
	.modal-container {
		max-width: 66rem
	}

	.modal-form-grid {
		margin-bottom: 4rem
	}
}

@media (max-width:700px) {
	.modal-header {
		padding-left: 1.6rem;
		padding-right: 1.6rem
	}

	.modal-header p {
		line-height: var(--line-height-normal)
	}

	.modal-title {
		font-size: 2rem
	}

	.modal-content {
		padding-left: 1.6rem;
		padding-right: 1.6rem
	}

	.modal-form-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.modal-form-cell-x2 {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 0;
		grid-column-end: 1
	}

	.modal-form-control {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.modal-form-control .button {
		min-width: 0;
		width: 100%
	}

	.modal-small .modal-title {
		font-size: 2.6rem
	}

	.modal-small .modal-header {
		padding-top: 4.8rem;
		padding-bottom: 3.5rem
	}

	.modal-small .modal-content {
		padding-top: 2.6rem;
		padding-bottom: 2.6rem
	}

	.modal-small .modal-content p {
		max-width: 23.4rem;
		font-size: 1.2rem
	}
}

.recently-viewed {
	padding: 9.9rem var(--gap) 10rem;
	background: var(--secondary)
}

.recently-viewed-title {
	margin-bottom: 5.4rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--black)
}

.recently-viewed-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.recently-viewed-slider.swiper {
	overflow: visible
}

.recently-viewed-slider .swiper-slide {
	width: 32.5rem
}

.recently-viewed-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.9rem 2rem 3.3rem;
	background: var(--white);
	border-radius: 2rem;
	position: relative
}

.recently-viewed-item:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 94, 255, 0.05);
	border-radius: 2rem;
	-webkit-transition: opacity var(--duration) var(--function);
	transition: opacity var(--duration) var(--function);
	will-change: opacity
}

.recently-viewed-item:hover:after {
	opacity: 1
}

.recently-viewed-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14rem;
	flex: 0 0 14rem;
	max-width: 14rem;
	padding-right: 2rem
}

.recently-viewed-item-img img {
	width: 100%
}

.recently-viewed-item-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.recently-viewed-item-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.2rem
}

.recently-viewed-item-rating img {
	width: 1.2rem;
	height: auto;
	margin: 0.2rem 0.4rem 0.2rem 0
}

.recently-viewed-item-title {
	display: block;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--text)
}

@media (max-width:1900px) {
	.recently-viewed {
		padding-top: 9.7rem
	}

	.recently-viewed-title {
		margin-bottom: 4.9rem;
		font-size: 2.6rem;
		line-height: 92.3%
	}
}

@media (max-width:1400px) {
	.recently-viewed {
		padding-top: 8.6rem
	}

	.recently-viewed-title {
		margin-bottom: 6rem
	}
}

@media (max-width:992px) {

	.recently-viewed-slider .swiper-button-next,
	.recently-viewed-slider .swiper-button-prev {
		display: none !important
	}
}

@media (max-width:700px) {
	.recently-viewed {
		padding-top: 5.4rem;
		padding-bottom: 6rem
	}

	.recently-viewed-title {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 2.7rem
	}

	.recently-viewed-slider .swiper-slide {
		width: 25rem
	}

	.recently-viewed-item {
		padding: 2.2rem 1.5rem 2.5rem;
		border-radius: 1.6rem
	}

	.recently-viewed-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10.5rem;
		flex: 0 0 10.5rem;
		max-width: 10.5rem;
		padding-right: 1.5rem
	}

	.recently-viewed-item-rating {
		margin-bottom: 1rem
	}

	.recently-viewed-item-rating img {
		width: 0.9rem;
		margin: 0.5rem 0.3rem 0 0
	}

	.recently-viewed-item-title {
		font-size: 1.3rem
	}
}


.news-tags li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}


.news-list-subscribe .subscribe {
	margin-top: 8rem;
	margin-bottom: 8rem
}

.news-item-tags-list li a:hover {
	background-color: var(--hover)
}

.news-item-tags-list li a.news-item-tags-period:hover {
	background-color: var(--secondary)
}


.news-hero .breadcrumbs a:after {
	background-image: url("/local/templates/main/images/breadcrumbs-2.svg")
}

.news-hero .breadcrumbs a:hover {
	color: var(--quaternary)
}

.news-about-tab {
	max-width: 64rem;
	margin: 0 auto 4rem
}

.news-about-tab .box {
	text-align: center;
	color: rgba(0, 0, 0, 0.5)
}

.news-about-tab .box p {
	margin: 0 0 1.6rem
}

.news-about-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -0.3rem 3.4rem;
	padding: 0;
	list-style: none
}

.news-about-tabs li {
	margin: 0 0.3rem 0.6rem
}

.news-about-tabs li a {
	display: block;
	padding: 0.7rem 2rem 0.8rem;
	font-size: 1.4rem;
	color: var(--blue-dark);
	background: var(--white);
	border-radius: 1.3rem
}

.news-about-tabs li a:hover {
	color: var(--accent);
	background-color: rgba(255, 255, 255, 0.5)
}

.news-about-tabs li.active a {
	color: var(--white);
	background-color: var(--accent)
}


.news-products .similar-products-title {
	margin-bottom: 6rem;
	color: var(--text);
	font-size: 2.6rem;
	line-height: 1
}

.news-products .swiper-button-next,
.news-products .swiper-button-prev {
	display: none !important
}


.news-rules {
	padding-top: 6rem;
	background: var(--tertiary)
}

.news-rules+.news-prizes {
	margin-top: -6rem;
	border-radius: 6rem 6rem 0 0
}

.news-rules-caption {
	padding: 0 var(--gap)
}

.news-rules-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-rules-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	padding: 10rem 10rem 10.7rem;
	height: 55rem;
	overflow: hidden;
	background: var(--accent)
}

.news-rules-item-number {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	color: var(--accent)
}

.news-rules-item-number span {
	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;
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	white-space: nowrap;
	border-radius: 50%;
	background: var(--white)
}

.news-rules-item-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 33.5rem;
	min-height: 14.1rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--white)
}

.news-rules-item-v2 {
	background: #B081E6
}

.news-rules-item-v2 .news-rules-item-number {
	color: #C193F6
}

.news-rules-item-v2 .news-rules-item-title {
	max-width: 27rem
}

.news-rules-item-v3 {
	background: #0046BD
}

.news-rules-item-v3 .news-rules-item-number {
	color: #0046BD
}

.news-rules-item-v3 .news-rules-item-title {
	max-width: 27rem
}

.news-prizes {
	padding: 6rem var(--gap);
	min-height: 80rem;
	background: var(--primary) url("/local/templates/main/images/news-prizes.svg") no-repeat 50% 50%;
	background-size: cover;
	position: relative
}

.news-prizes .news-caption {
	color: var(--white)
}

.news-prizes-title {
	max-width: 50rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 8.5rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--white)
}

.news-prizes-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.news-prizes-item {
	position: absolute;
	top: 6rem;
	left: 50%;
	margin-left: -3.7rem;
	width: 30rem;
	height: 30rem;
	overflow: hidden;
	padding: 5.8rem 5rem 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #ACCDFF;
	border-radius: 50%
}

.news-prizes-item-v2 {
	top: 26rem;
	left: auto;
	margin-left: 0;
	right: 50%;
	margin-right: 5.9rem;
	padding-top: 8.4rem
}

.news-prizes-item-v3 {
	top: 44rem;
	margin-left: -1.1rem;
	padding-top: 8.4rem
}

.news-prizes-item-caption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--text)
}

.news-prizes-item-title {
	margin-top: -0.4rem;
	margin-bottom: 1.1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--text)
}

.news-prizes-item-type {
	margin: 1rem 0.4rem;
	padding: 0.4rem 1.7rem 0.3rem;
	font-size: 1.4rem;
	color: var(--white);
	background: #5EBB48;
	border-radius: 1.6rem
}

.news-prizes-item-type-v2 {
	background: var(--saffron)
}

.news-prizes-item-number {
	margin: 1rem 0.4rem;
	padding: 0.4rem 1.6rem 0.3rem;
	font-size: 1.4rem;
	color: var(--text);
	background: var(--white);
	border-radius: 1.6rem
}

.news-prizes-item-sep {
	display: none
}

.news-video {
	padding: 6rem var(--gap);
	background: var(--tertiary)
}

.news-video+.news-benefits {
	padding-top: 0
}

.news-video-block.news-video-block-hidden .news-video-icon {
	opacity: 0
}

.news-video-block.news-video-block-hidden .news-video-link {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.news-video-link {
	display: block;
	position: relative;
	height: min(84.7rem, 100vh - 22rem);
	-webkit-transition: opacity 1s var(--function), -webkit-transform 2.4s var(--function);
	transition: opacity 1s var(--function), -webkit-transform 2.4s var(--function);
	transition: transform 2.4s var(--function), opacity 1s var(--function);
	transition: transform 2.4s var(--function), opacity 1s var(--function), -webkit-transform 2.4s var(--function);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.news-video-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2rem
}

.news-video-icon {
	position: absolute;
	z-index: 2;
	width: 6.8rem;
	height: 6.2rem;
	padding-left: 1.2rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: opacity 0.6s var(--function) 2s;
	transition: opacity 0.6s var(--function) 2s
}

.news-video-icon svg {
	display: block;
	margin: 0;
	-webkit-filter: drop-shadow(0 0 4.2rem #211F34);
	filter: drop-shadow(0 0 4.2rem #211F34)
}

.news-benefits {
	padding: 10.1rem var(--gap);
	background: var(--tertiary)
}

.news-benefits-title {
	margin-bottom: 7.8rem;
	text-align: center;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 8rem;
	line-height: 92.3%;
	text-transform: uppercase;
	color: var(--primary)
}

.news-benefits-title * {
	font-size: 100%;
	font-weight: inherit;
	margin: 0
}

.news-benefits-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4rem 0 -4.1rem
}

.news-benefits-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	max-width: 31rem;
	min-height: 35.2rem;
	padding: 3.5rem 3rem 2.9rem 3.5rem;
	margin: 0 4rem 1.6rem 4.1rem;
	background: var(--primary);
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg)
}

.news-benefits-item-v2 {
	background: #9AC2FF;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg)
}

.news-benefits-item-v2 .news-benefits-item-tag {
	color: #68A4FF
}

.news-benefits-item-v3 {
	background: var(--accent);
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg)
}

.news-benefits-item-v3 .news-benefits-item-tag {
	color: var(--accent)
}

.news-benefits-item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2rem
}

.news-benefits-item-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.news-benefits-item-tag {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.6rem;
	padding: 0.4rem 1.2rem;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	color: var(--primary);
	background: var(--white);
	border-radius: 1.6rem
}

.news-benefits-item-title {
	min-height: 10.5rem;
	font-family: var(--font-title);
	font-weight: bold;
	font-size: 3.5rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--white)
}

.news-advantages {
	padding: 10.1rem var(--gap) 10rem;
	background: var(--secondary)
}

.news-advantages-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem
}

.news-advantages-item-img {
	aspect-ratio: 540/530
}

.news-advantages-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2rem
}

.hero-home-path {
	stroke: #000;
	stroke-width: 185px;
	stroke-dasharray: 6030px;
	stroke-dashoffset: 6030px;
	pointer-events: none;
	-webkit-animation: animateDash 4s var(--function) forwards;
	animation: animateDash 4s var(--function) forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}


@media (max-width:1900px) {
	.news-content {
		max-width: 124rem
	}

	.news-item-text {
		padding-bottom: 4rem
	}

	.news-item-info {
		max-width: 45rem;
		padding-top: 0.1rem
	}

	.news-item-title {
		margin-bottom: 2.4rem
	}

	.news-item-description {
		height: 7.5rem;
		margin-bottom: 4.5rem;
		-webkit-line-clamp: 3
	}

	.news-products {
		padding-top: 5rem
	}

	.news-products .similar-products-title {
		margin-bottom: 5rem
	}

	.news-hero {
		height: 67.8rem
	}

	.news-hero-content {
		padding-bottom: 11.9rem
	}

	.news-about {
		padding-top: 5rem;
		padding-bottom: 4rem
	}

	.news-rules {
		padding-top: 5rem
	}

	.news-rules-item {
		padding: 5rem var(--gap) 8.1rem;
		height: 50rem
	}

	.news-rules-item-title {
		min-height: 11.8rem
	}

	.news-prizes {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.news-prizes-item {
		left: 60%
	}

	.news-prizes-item-v2 {
		left: auto;
		right: 40%
	}

	.news-video {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.news-benefits {
		padding-top: 5rem;
		padding-bottom: 11.2rem
	}

	.news-benefits-title {
		padding-top: 2.8rem;
		margin-bottom: 9.8rem
	}

	.news-benefits-list {
		margin: 0 -3.5rem 0 -3.6rem
	}

	.news-benefits-item {
		margin-right: 3.5rem;
		margin-left: 3.6rem
	}

	.news-advantages {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

@media (max-width:1400px) {
	.news {
		padding-top: 12.3rem;
		padding-bottom: 4.6rem
	}

	.news-content {
		max-width: none
	}

	.news-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35.7143%;
		flex: 0 0 35.7143%;
		max-width: 35.7143%
	}

	.news-item-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 64.2857%;
		flex: 0 0 64.2857%;
		max-width: 64.2857%
	}

	.news-item-info {
		max-width: 38rem
	}

	.news-item-description {
		margin-bottom: 6.5rem
	}

	.news-products .similar-products-title {
		font-size: 2.08rem
	}

	.news-hero {
		height: 53rem;
		padding-top: 12.3rem
	}

	.news-hero-content {
		padding-bottom: 11.4rem
	}

	.news-hero-text {
		max-width: 35rem
	}

	.news-hero-title {
		font-size: 3.2rem
	}

	.news-hero-cta {
		margin-top: 3.7rem
	}

	.news-caption {
		font-size: 2rem
	}

	.news-about-content {
		max-width: 90rem
	}

	.news-rules-item {
		padding: 8rem 5rem 7rem var(--gap);
		height: 41.8rem
	}

	.news-rules-item-number span {
		width: 2.6rem;
		height: 2.6rem;
		font-size: 1.6rem
	}

	.news-rules-item-title {
		font-size: 2.6rem;
		max-width: 29.5rem;
		min-height: 14.1rem
	}

	.news-rules-item-v2 .news-rules-item-title {
		max-width: 21rem
	}

	.news-prizes-title {
		max-width: 33rem;
		font-size: 5.5rem
	}

	.news-prizes-item {
		left: 65%
	}

	.news-prizes-item-v2 {
		left: auto;
		right: 35%
	}

	.news-benefits-title {
		font-size: 6.4rem;
		margin-bottom: 9.3rem
	}

	.news-benefits-list {
		margin: 0 -2.9rem 0 -2.8rem
	}

	.news-benefits-item {
		margin-right: 2.9rem;
		margin-left: 2.8rem;
		max-width: 24.8rem;
		min-height: 28.2rem;
		padding: 2.8rem 2.5rem 3.1rem 2.8rem
	}

	.news-benefits-item-icon {
		margin-bottom: 1rem
	}

	.news-benefits-item-icon img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.news-benefits-item-tag {
		padding-top: 0.15rem;
		padding-bottom: 0.15rem
	}

	.news-benefits-item-title {
		min-height: 7.2rem;
		font-size: 2.6rem;
		line-height: 92.3%
	}

	.news-advantages {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
}

@media (max-width:1200px) {
	.news-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.news-item-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.news-item-tags {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.news-item-tags-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -1rem;
		margin-bottom: 1.4rem
	}

	.news-item-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.news-item-title {
		margin-bottom: 2rem
	}

	.news-item-description {
		margin-bottom: 4.9rem
	}

	.news-about-title {
		font-size: 6rem
	}

	.news-rules-item-title {
		font-size: 2.4rem
	}
}

@media (max-width:992px) {
	.news {
		padding-top: 10rem
	}

	.news .breadcrumbs {
		margin-bottom: 4.3rem
	}

	.news-title {
		margin-bottom: 2rem
	}

	.news-tags {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: -5rem;
		margin-right: -5rem;
		padding: 0 5rem 0 4.4rem;
		overflow: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.news-tags::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none
	}

	.news-tags::-webkit-scrollbar-track {
		background: transparent
	}

	.news-tags::-webkit-scrollbar-thumb {
		background-color: transparent;
		outline: none
	}

	.news-tags::-webkit-scrollbar-button {
		width: 0;
		height: 0;
		display: none
	}

	.news-tags::-webkit-scrollbar-corner {
		background: transparent
	}

	.news-tags li {
		scroll-snap-align: center
	}

	.news-list {
		margin-bottom: 4rem
	}

	.news-list-subscribe .subscribe {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.news-item {
		margin-bottom: 2.4rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.news-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		aspect-ratio: 660/314
	}

	.news-item-img img {
		border-radius: 2rem 2rem 0 0
	}

	.news-item-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.news-item-info {
		max-width: 52rem
	}

	.news-products .similar-products-title {
		font-size: 2.6rem;
		line-height: 92.3%
	}

	.news-hero {
		height: 80.4rem;
		padding-top: 10rem
	}

	.news-hero-content {
		padding-bottom: 4.4rem
	}

	.news-caption {
		font-size: 1.6rem
	}

	.news-about {
		padding-top: 5rem;
		padding-bottom: 1rem
	}

	.news-about-content {
		max-width: 64rem;
		padding-top: 0
	}

	.news-about-title {
		font-size: 4.8rem
	}

	.news-rules {
		padding-top: 5rem
	}

	.news-rules-item {
		padding: 3.9rem 3rem 8.3rem var(--gap);
		height: 29.5rem
	}

	.news-rules-item-number span {
		width: 2rem;
		height: 2rem;
		font-size: 1.2rem
	}

	.news-rules-item-title {
		font-size: 2rem;
		min-height: 9.2rem
	}

	.news-rules-item-v2 .news-rules-item-title {
		max-width: 20rem
	}

	.news-prizes {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.news-prizes-title {
		max-width: 30rem;
		font-size: 4.8rem
	}

	.news-prizes-item {
		margin-left: -1.7rem;
		width: 32rem;
		height: 32rem;
		left: 55%
	}

	.news-prizes-item-v2 {
		left: auto;
		right: 45%;
		margin-right: 0.4rem;
		margin-left: 0
	}

	.news-prizes-item-v3 {
		margin-left: -1rem
	}

	.news-video {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.news-video .news-caption {
		margin-bottom: 4rem
	}

	.news-video-icon {
		width: 4.5rem;
		height: 4.1rem;
		padding-left: 0.8rem
	}

	.news-video-icon svg {
		width: 3.7rem;
		height: auto;
		-webkit-filter: drop-shadow(0 0 2.8rem #211F34);
		filter: drop-shadow(0 0 2.8rem #211F34)
	}

	.news-benefits {
		padding-top: 5rem;
		padding-bottom: 3.9rem
	}

	.news-benefits-title {
		font-size: 4.8rem;
		padding-top: 0;
		margin-bottom: 6.1rem
	}

	.news-benefits-list {
		margin: 0 -1.5rem 0 -1.6rem
	}

	.news-benefits-item {
		margin-right: 1.5rem;
		margin-left: 1.6rem;
		max-width: 19.3rem;
		min-height: 21.8rem;
		padding: 2rem 2rem 1.9rem
	}

	.news-benefits-item-tag {
		margin-bottom: 1.7rem
	}

	.news-benefits-item-title {
		min-height: 5.6rem;
		font-size: 2rem
	}

	.news-advantages {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.news-advantages-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:700px) {
	.news {
		padding-top: 7.2rem;
		padding-bottom: 3.8rem
	}

	.news-tags {
		margin-bottom: 3.4rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-right: 1.5rem;
		padding-left: 0.9rem
	}

	.news-list {
		margin-bottom: 5.7rem
	}

	.news-item {
		margin-bottom: 2rem
	}

	.news-item-img {
		aspect-ratio: 330/274
	}

	.news-item-text {
		padding: 3rem 2rem 2.6rem
	}

	.news-item-info {
		max-width: none
	}

	.news-item-info .button {
		min-width: 0;
		width: 100%
	}

	.news-item-title {
		margin-bottom: 2.4rem
	}

	.news-item-description {
		height: 6.5rem;
		font-size: 1.2rem
	}

	.news-products {
		padding-top: 4rem
	}

	.news-products .similar-products-title {
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 3.1rem
	}

	.news-hero {
		height: 60rem;
		padding-top: 7.2rem
	}

	.news-hero-content {
		padding-bottom: 3.4rem
	}

	.news-caption {
		margin-bottom: 4rem
	}

	.news-about {
		padding-top: 4rem;
		padding-bottom: 2rem
	}

	.news-about-content {
		max-width: none
	}

	.news-about-tab {
		max-width: none
	}

	.news-about-tab .box {
		font-size: 1.4rem
	}

	.news-rules {
		padding-top: 4rem
	}

	.news-rules+.news-prizes {
		margin-top: -3rem;
		border-radius: 3rem 3rem 0 0
	}

	.news-rules-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.news-rules-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		height: 20.6rem;
		padding: 4rem var(--gap) 3.8rem
	}

	.news-rules-item-number span {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 2rem
	}

	.news-rules-item-title {
		min-height: 5.6rem;
		max-width: 24rem
	}

	.news-rules-item-v3 {
		height: 23.6rem;
		padding-bottom: 6.8rem
	}

	.news-rules-item-v3 .news-rules-item-title {
		max-width: 24rem
	}

	.news-prizes {
		padding-top: 4rem;
		padding-bottom: 3rem;
		min-height: 0
	}

	.news-prizes .news-caption {
		margin-bottom: 4rem
	}

	.news-prizes-title {
		margin-bottom: 3.9rem
	}

	.news-prizes-item {
		position: static;
		margin: 0 auto 1.6rem;
		width: 29rem;
		height: 29rem;
		padding-top: 5.6rem
	}

	.news-prizes-item-caption {
		font-size: 4.8rem
	}

	.news-prizes-item-title {
		margin-bottom: 1.2rem
	}

	.news-prizes-item-number,
	.news-prizes-item-type {
		margin: 0.7rem 0.4rem 0;
		font-size: 1.24rem;
		padding: 0.3rem 1.4rem;
		border-radius: 1.4rem
	}

	.news-prizes-item-sep {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		font-size: 0;
		line-height: 0;
		height: 0
	}

	.news-video {
		padding-top: 4rem;
		padding-bottom: 6rem
	}

	.news-video-link {
		height: auto;
		aspect-ratio: 1700/847
	}

	.news-benefits {
		padding-top: 4rem;
		padding-bottom: 2.4rem
	}

	.news-benefits-title {
		margin-bottom: 4.8rem
	}

	.news-benefits-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 29.8rem
	}

	.news-benefits-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 19rem;
		margin: 0 0 3.4rem;
		padding-bottom: 1.7rem
	}

	.news-benefits-item-title {
		min-height: 3.7rem;
		max-width: 22rem
	}

	.news-advantages {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.news-advantages-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 1.6rem
	}
}
/* End */


/* Start:/local/templates/main/css/style_integration.css?17481623686075*/
.tablebodytext{
	display: none !important;
}
.catalog-product-img{
	mix-blend-mode: multiply;
}
:root{
	--z-index-header:1000 !important;
}
.error-note{
	padding-bottom: 32px;
	color: var(--orange);
    font-size: 1.6rem;
    opacity: 0.8;
}


.gatsby-image-wrapper {
	position: relative;
	overflow: hidden
}

.gatsby-image-wrapper picture.object-fit-polyfill {
	position: static!important
}

.gatsby-image-wrapper img {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	object-fit: cover
}

.gatsby-image-wrapper [data-main-image] {
	opacity: 0;
	transform: translateZ(0);
	transition: opacity .25s linear;
	will-change: opacity
}

.gatsby-image-wrapper-constrained {
	display: inline-block;
	vertical-align: top
}
/*
.PollButtonAnimated {
	border-radius: .5rem;
	cursor: pointer;
	flex: 1 1 0%;
	margin: .5rem;
	overflow: hidden;
	position: relative
}

.PollButtonAnimated span {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	align-items: center;
	background-color: rgb(221 239 244/var(--tw-bg-opacity));
	border-radius: .5rem;
	color: rgb(4 84 101/var(--tw-text-opacity));
	display: block;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: space-between;
	overflow: hidden;
	padding: 1rem;
	transition: background-color,.1s ease;
	width: 100%;
	will-change: background-color
}

.PollButtonAnimated span * {
	font-size: 17px;
	z-index: 10
}

.PollButtonAnimated svg {
	display: none
}

.PollButtonAnimated svg path {
	fill: #fff;
	stroke: #fff
}

.PollButtonAnimated input:checked~span {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgb(4 84 101/var(--tw-bg-opacity));
	color: rgb(255 255 255/var(--tw-text-opacity))
}
*/

.single-brand-hero-text span{
	font-size: 1.4rem;
	display: block;
	font-style: italic;
}
@media (max-width: 1400px){
	.single-brand-hero-text span{
        font-size: 1.0rem
	}
}
@media (max-width: 992px) {
    .single-brand-hero-text span {
        font-size: 1.0rem
    }

    .header-site a.button-search {
        display: none
    }
}
@media (max-width: 700px) {
	.subscribe-cta {
		text-align: center;
	}
	.subscribe-title{
		max-width: inherit;
	}
}


.single-brand-hero-v2 .single-brand-hero-slogan-green-red .single-brand-hero-slogan-title,
.single-brand-hero-v2 .single-brand-hero-slogan-text .single-brand-hero-label{
	color: var(--white);
	font-size: 3.5rem;
	line-height: 3rem;
	padding: 1rem 2.5rem 0.3rem;
	background-color: #E95444;
	width: max-content;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
}
@media (max-width: 700px) {
	.single-brand-hero-v2 .single-brand-hero-slogan-green-red .single-brand-hero-slogan-title,
	.single-brand-hero-v2 .single-brand-hero-slogan-text .single-brand-hero-label{
		font-size: 1.5rem;
		padding: 0.5rem 1rem 0.1rem;
	}
}

.slide_74444 .single-brand-hero-slogan-title{
	font-size: 6rem;
	margin-top: 0.7rem;
}
.slide_74444 .single-brand-hero-slogan-subtitle{
	font-size: 3rem;
	margin-top: 0.7rem;
}
@media (max-width: 700px) {
	.slide_74444 .single-brand-hero-slogan-title{
		font-size: 4.3rem;
		margin-top: 0.7rem;
	}
	.slide_74444 .single-brand-hero-slogan-subtitle{
		font-size: 1.6rem;
		margin-top: 0.7rem;
	}
}

.product-comment-icon {
	display: none !important;
}
.product-comment-name{
	padding-left: 0 !important;
}

.news-detail-61557 .button{
	background:#D10000;
	border:#D10000;
}
.news-detail-61557 a.button:hover, 
.news-detail-61557 button.button:hover, 
.news-detail-61557 input.button:hover, 
.news-detail-61557 span.button:hover{
	background:#D10000;
	border:#D10000;
}

.news-detail-61557 .news-about-title *{
	font-size: 94.1%;
}
.news-detail-61557 .news-rules-item-v2 .news-rules-item-title{
	max-width: 40rem;
}
.news-detail-61557 .news-rules-item-v3 .news-rules-item-title{
	max-width: 30rem;
}


.news-detail-62018 .button{
	background:#004C16;
	border:#004C16;
}

.news-detail-62018 a.button:hover, 
.news-detail-62018 button.button:hover, 
.news-detail-62018 input.button:hover, 
.news-detail-62018 span.button:hover{
	background:#004C16;
	border:#004C16;
}
.news-detail-62018 .breadcrumbs a,
.news-detail-62018 .breadcrumbs span,
.news-detail-62018 .breadcrumbs a:after,
.news-detail-62018 .news-hero-title{
	color:#004C16;
}
@media (max-width: 700px) {
	.news-detail-62018 .news-hero-content{
		top: 12rem;
	}
	.news-detail-62018 .news-hero-title{
		font-size: 3.2rem;
		padding: 0.5rem 0;
	}
}



.news-hero-title,
.news-item-title{
	line-height: 100%;
}
.b24-form-sign{
	display: none !important;
}
.blog_detail__menu_first{
	margin: 9rem 0 5rem;
    font-family: var(--font-title);
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 92.3%;
    text-transform: uppercase;
    color: var(--black);
}
@media (max-width:1900px) {
	.blog_detail__menu_first {
		margin-top: 9rem
	}
}
@media (max-width: 1400px){
	.blog_detail__menu_first {
		margin: 6rem 0 4rem;
		font-size: 2.6rem;
	}
}
@media (max-width: 700px) {
	.blog_detail__menu_first{
		margin: 4rem 0 2rem;
		font-size: 2rem;
		line-height: 1;
	}
}

.blog_detail__menu_top li{
	margin-bottom: 1em;
}
.blog_detail__menu_top li.h2{
	padding-left: 0rem;
}
.blog_detail__menu_top li.h3{
	padding-left: 2.3rem;
}
.blog_detail__menu_top ul{
	display: block;
    margin-bottom: 0;
    padding: 0;
	list-style-type:  none;
}
.blog_detail__menu_top ul a{
	color: var(--text);
}
.blog_detail__menu_top ul a:hover{
	color: var(--hover);
}

#onetrust-consent-sdk #onetrust-policy{
	background: none !important;
}

.cookie-panel{
	z-index: 99999;
}
@media (min-width: 1400px){
	.news-hero-text{
		max-width: 56.5rem;
	}
}

.review_tip{
	margin-top: 0.5rem;
	max-width: 500px;
}

#review-text{
	padding-top: 1.3rem !important;
}

/* .brands > a.brands-column-domestos .brand-image-default{
    width: 24.1rem;
    height: 24.1rem;
} */

.brand-image-default {
    width: 25rem;
    max-width: 100%;
    height: 25rem;
}
.catalog-filter-list-x1 li{
	flex: 0 1 auto;
}

.blog_detail__menu_top ul ul{
	margin-top: 1em;
}
.single-article-text figcaption{
	display: none;
}
/* End */


/* Start:/local/templates/main/styles.css?16832121971*/
 
/* End */
/* /local/templates/main/css/style.css?1747926084160174 */
/* /local/templates/main/css/style_integration.css?17481623686075 */
/* /local/templates/main/styles.css?16832121971 */
