@charset "utf-8";


html, body {
	overflow: visible;
	margin: 0!important;
}
body {
	background-color: #FEFEFF;
	background-image: url(/media/images/blog_shadow.webp);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	background-position: top center;
	background-attachment: fixed;
}
img.lazy {
	height: inherit;
	width: inherit;
	object-fit: cover;
	object-position: bottom;
	opacity: 0;
	transition: opacity .2s;
}
img.lazy.loaded {
	opacity: 1;
}
picture {
	width: 100%;
	height: 100%;
}
* {
	-webkit-tap-highlight-color: transparent;
}
[tabindex] {
	outline: none!important; 
}
details > summary {
	list-style: none;
}
details > summary::-webkit-details-marker {
	display: none;
}
img,
picture {
	display: block;
	user-select: none;
	font-size: 0;
	color: transparent;
}
picture {
	width: 100%;
	height: 100%;
}
a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
	outline: 0;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
	all: unset!important;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	padding: 0;
	margin: 0;
	background: unset;
	border: unset;
}
ol,
ul {
	margin-block-start: 0;
	margin-block-end: 12px;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 40px;
}


.Section {
	padding: 0 0 calc(80px - 64px) 0;
	position: relative;
	z-index: 1;
}
.Section__in {
	max-width: var(--width);
	margin: 0 auto;
	padding: 0 var(--indent);
}
@media (max-width: 500px) {
	.Section__in {
		width: 100%;
	}
}


.Banners {
	margin-bottom: 0px;
	overflow: hidden;
}
.Banner {
	padding-top: 49px!important;
	box-sizing: content-box;
	width: 100%;
	min-width: 100%;
	height: fit-content;
	background: linear-gradient(104deg, #052777 19.13%, #164B9B 64.08%);
}
.Banner .Banner__content {
	display: flex!important;
	flex-direction: column!important;
	align-items: flex-start!important;
	justify-content: center!important;
	padding: 20px 0px!important;
	position: relative!important;
	transform: translateX(-50%)!important;
	height: unset!important;
	top: unset!important;
	bottom: unset!important;
	left: 50%!important;
	right: unset!important;
	min-height: calc(48px * 2);
	box-sizing: content-box;
}
.Banner .Banner__title {
	width: 100%!important;
	font-size: 40px!important;
	font-weight: 700!important;
	line-height: 48px!important;
	margin: 0px!important;
}
.Banner::after {
	display: none!important;
}
@media (max-width: 1200px) {
	.Banner .Banner__content {
		min-height: calc(44px * 2);
	}
	.Banner .Banner__title {
		font-size: 36px!important;
		line-height: 44px!important;
	}
}
@media (max-width: 768px) {
	.Banner .Banner__content {
		min-height: calc(40px * 2);
	}
	.Banner .Banner__title {
		font-size: 32px!important;
		line-height: 40px!important;
	}
}
@media (max-width: 500px) {
	.Banner {
		padding-top: 0px!important;
	}
	.Banner .Banner__content {
		padding: 20px var(--indent)!important;
		min-height: calc(32px * 2);
	}
	.Banner .Banner__title {
		font-size: 24px!important;
		line-height: 32px!important;
	}
}


.Section--blog {
	padding-top: 40px;
	padding-bottom: 100px;
}
.Section__blog-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.Section__blog-views {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: 16px;
}
.Section__blog-views svg {
	display: block;
	width: 25px;
	height: 12px;
	color: #283236;
	margin-right: 10px;
}
.Section__blog-views__text {
	color: #283236;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Section__blog-date {
	color: #283236;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Section__blog-sides {
	display: grid;
	grid-template-columns: calc(100% - 20px - 348px) 348px;
	grid-column-gap: 20px;
	margin-top: 20px;
	position: relative;
}
.Section__blog-side {
	display: block;
	position: relative;
}
.Section__blog-side:nth-child(1) {
	
}
.Section__blog-side:nth-child(2) {
	
}
.Section__blog-recommendations {
	display: grid;
	grid-template-columns: 100%;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.Section__blog-recommendations__title {
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: calc(40px - 20px);
}
.Section__blog-recommendation {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.Section__blog-recommendation__preview {
	display: block;
	box-sizing: border-box;
	padding-bottom: calc(100% / 16 * 9);
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #081E5E;
}
.Section__blog-recommendation__image {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity .4s;
}
.Section__blog-recommendation__image--loaded {
	opacity: 1;
}
.Section__blog-recommendation__content {
	display: block;
	padding: 16px;
	box-sizing: border-box;
}
.Section__blog-recommendation__title {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Section__blog-recommendation__text {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.Section__blog-recommendation__footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: 10px;
}
.Section__blog-recommendation__views {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: 12px;
}
.Section__blog-recommendation__views svg {
	display: block;
	width: 18px;
	height: 8px;
	color: #283236;
	margin-right: 8px;
}
.Section__blog-recommendation__views-text {
	color: #283236;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Section__blog-recommendation__date {
	color: #283236;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Section__blog-advertisement {
	display: block;
	width: 100%;
	height: fit-content;
	margin-top: 40px;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #081E5E;
	position: sticky;
	top: 40px;
	transition: top .2s;
}
.Header.scrolled ~ .Section .Section__blog-advertisement {
	top: calc(60px + 40px);
}
.Section__blog-advertisement__image {
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}
.Section__blog-advertisement__image img {
	display: block;
	width: inherit;
	height: auto;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}
.Section__blog-preview {
	display: block;
	border-radius: 8px;
	box-sizing: border-box;
	padding-bottom: calc(100% / 16 * 9);
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #081E5E;
}
.Section__blog-image {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity .4s;
}
.Section__blog-image--loaded {
	opacity: 1;
}
.Section__blog-title {
	display: block;
	color: #2D2D2E;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}
.Section__blog-subtitle {
	display: block;
	color: #2D2D2E;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.Section__blog-text {
	display: block;
	color: #2D2D2E;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
.Section__blog b {
	font-weight: 600;
}
.Section__blog b:not([class]) {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
b.Section__blog-text li + li {
	margin-top: 10px;
}
.Section__blog ol,
.Section__blog ul {
	display: block;
	color: #2D2D2E;
	margin: 0;
	padding-inline-start: 30px;
	list-style-type: none;
}
.Section__blog li {
	position: relative;
	white-space: pre-line;
}
.Section__blog li + li {
	margin-top: 16px;
}
.Section__blog ol > li {
	counter-increment: section;
}
.Section__blog ol > li::before {
	content: counter(section)'.';
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	position: absolute;
	font-variant-numeric: unset;
	width: 30px;
	height: 26px;
	left: -30px;
	top: 0;
}
.Section__blog ul > li::before {
	content: '•';
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	width: 30px;
	height: 26px;
	left: -30px;
	top: 0;
}
.Section__blog-product {
	display: block;
}
.Section__blog-product > * + * {
	margin-top: 20px;
}
.Section__product-cards {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 20px) / 2));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.Section__product-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 24px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #F7FAFC;
	position: relative;
}
.Section__product-card--karso {
	background-image: url(../img/content/karso_logo_price.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
}
.Section__product-card > *:not(:last-child) {
	margin-bottom: 16px;
}
.Section__product-card__percent {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	border-top-right-radius: inherit;
	border-bottom-left-radius: inherit;
	background-color: #E6F7F1;
	padding: 8px 12px;
	color: #00A067;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
.Section__product-card__cell {
	display: block;
}
.Section__product-card__cell-title {
	display: flex;
	align-items: center;
	color: #8A949D;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.Section__product-card__cell-icon {
	display: block;
	width: 14px;
	height: 14px;
	position: relative;
	box-sizing: content-box;
	padding: 8px;
	margin: -8px;
	margin-left: 0;
	cursor: pointer;
}
.Section__product-card__cell-icon svg {
	display: block;
	width: inherit;
	height: inherit;
}
.Section__product-card__cell-icon::after {
	content: '';
	position: absolute;
	top: calc(100% + 4px - 8px);
	pointer-events: none;
	opacity: 0;
	width: 12px;
	height: 4px;
	background-image: url(/catalog/view/theme/cm/img/content/ccc.svg);
	transition: opacity .2s;
	left: 50%;
	transform: translateX(-50%);
	z-index: 211111;
}
.Section__product-card__cell-icon::before {
	content: attr(tooltip);
	position: absolute;
	top: calc(100% + 4px + 4px - 8px);
	padding: 6px 12px;
	border-radius: 2px;
	background: #283236;
	color: #F7FAFC;
	font-size: 12px;
	line-height: 16px;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s;
	max-width: 320px;
	width: max-content;
	left: 50%;
	transform: translateX(-50%);
	z-index: 211111;
	white-space: normal;
}
.Section__product-card__cell-icon:focus::after,
.Section__product-card__cell-icon:focus::before {
	opacity: 1;
}
.Section__product-card__cell-text {
	display: flex;
	align-items: flex-end;
	color: #283236;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 4px;
}
.Section__product-card__cell-text#price {
	font-size: 24px;
	line-height: 28px;
}
.Section__product-card__cell-text *:first-child {
	color: #FE264C;
}
.Section__product-card__cell-text *:last-child {
	color: #8A949D;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	height: fit-content;
	margin-left: 12px;
	transform: translateY(-4px);
}
.Section__product-card__cell-text *:last-child::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #8A949D;
	top: 50%;
	left: 0;
}
.Section__product-card__cell-text#discount {
	color: #FE264C;
}
.Section__product-card__cell-text#guarantee {
	color: #1E8FFE;
	font-size: 24px;
	line-height: 28px;
}
.Section__product-card__cell-text#guarantee_credit {
	color: #1E8FFE;
}
.Section__product-card .Button {
	margin-top: 16px;
	margin-bottom: 0px;
}
.Section__product-features {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 33px) / 2));
	grid-column-gap: 33px;
	grid-row-gap: 12px;
	padding: 16px 24px;
	border-radius: 8px;
	background-color: #F7FAFC;
	position: relative;
	margin-top: 16px;
}
.Section__product-feature {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.Section__product-feature:nth-child(2)::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: auto;
	top: 16px;
	bottom: 16px;
	left: 50%;
	background-color: #D7E0E8;
	pointer-events: none;
	z-index: 1;
}
.Section__product-feature__title {
	color: #8A949D;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-right: 32px;
	width: 100%;
	max-width: 100px;
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Section__product-feature__text {
	color: #283236;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Section__product-chips {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	margin: calc(16px - 12px / 2) calc(12px / -2) calc(12px / -2) calc(12px / -2);
}
.Section__product-chip {
	display: flex;
	padding: 4px 12px;
	border-radius: 8px;
	background-color: #F1EFFE;
	width: fit-content;
	color: #442BD6;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	margin: calc(12px / 2);
	flex-shrink: 0;
}
.Section__product-chip--new {
	background-color: #1F8EFC;
	color: #FFFFFF;
}
.Section__product-chip--sale {
	background-color: #FFC0C0;
	color: #283236;
}
.Section__product-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	margin: calc(16px - 20px / 2) calc(20px / -2) calc(20px / -2) calc(20px / -2);
}
.Section__product-actions .Button {
	width: 100%;
	max-width: 280px;
	margin: calc(20px / 2);
	height: 48px;
	box-sizing: border-box;
}
.Section__product .Button#karso {
	background: #FFDD17;
	padding: 8px 24px;
	color: #283236;
}
.Section__product .Button#karso:hover {
	color: #283236;
}
.Section__product .Button#karso:active,
.Section__product .Button#karso:focus {
	box-shadow: unset;
	background: #FFDD17;
	color: #283236;
}
.Section__product .Button#booking {
	background: #00A067;
	color: #FFFFFF;
}
.Section__product .Button#booking:hover {
	color: #FFFFFF;
}
.Section__product .Button#booking:active,
.Section__product .Button#booking:focus {
	box-shadow: unset;
	background: #00A067;
	color: #FFFFFF;
}
.Section__product .Button#call {
	background: #0076EA;
	color: #FFFFFF;
}
.Section__product .Button#call:hover {
	color: #FFFFFF;
}
.Section__product .Button#call:active,
.Section__product .Button#call:focus {
	box-shadow: unset;
	background: #0076EA;
	color: #FFFFFF;
}
.Section__product .Button > svg:first-child {
	margin-right: 8px;
	display: block;
	color: inherit;
}
.Section__product .Button > svg:last-child {
	margin-left: 8px;
	display: block;
	color: inherit;
}
.Section__blog-products {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.Section__blog-products .cars-in-content {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 20px) / 2));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
}
.Section__products-empty {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	max-width: 340px;
	box-sizing: border-box;
}
.Section__products-empty svg {
	display: block;
	width: 140px;
	height: 110px;
	margin-bottom: 16px;
}
.Section__products-empty__text {
	display: block;
	color: #8A949D;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.Section__blog-products > .Button {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.Section__blog-gallery {
	display: block;
}
.Section__gallery {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.Section__blog-advertisement__bottom {
	display: block;
	width: 100%;
	height: fit-content;
	margin-top: 40px;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #081E5E;
}
.Section__blog-advertisement__bottom-image {
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}
.Section__blog-advertisement__bottom-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
}
.Section__blog-table {
	display: block;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: scroll;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 20px 0px rgba(181, 192, 197, 0.20);
}
.Section__blog-table::-webkit-scrollbar {
	display: none;
}
.Section__blog-table__body {
	margin: 1px;
	width: auto;
	height: fit-content;
	border-radius: inherit;
}
.Section__blog-table__tr {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-height: 44px;
	height: fit-content;
	width: 100%;
	min-width: fit-content;
}
.Section__blog-table__tr {
	border-bottom: 1px solid #DFDFDF;
}
.Section__blog-table__tr:first-child {
	border-bottom: 1px solid #0076EA;
}
.Section__blog-table__tr:last-child {
	border-bottom: unset;
}
.Section__blog-table__td {
	display: block;
	color: #2D2D2E;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	min-height: inherit;
	height: auto;
	width: 100%;
	min-width: 200px;
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: inherit;
	overflow: hidden;
	flex-shrink: 1;
	border-right: 1px solid #DFDFDF;
}
.Section__blog-table__tr:first-child .Section__blog-table__td {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.Section__blog-table__td:last-child {
	border-right: unset;
}
.Section__blog-table__td .Text {
	pointer-events: unset;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	text-overflow: ellipsis;
}
.Section__blog-button {
	width: fit-content;
	display: flex;
	box-sizing: border-box;
}
.Section__blog-text + .Section__blog-text {
	margin-top: 20px;
}
.Section__blog-button + * {
	margin-top: 20px;
}
* + .Section__blog-button {
	margin-top: 20px;
}
.Section__blog-table + * {
	margin-top: 20px;
}
* + .Section__blog-table {
	margin-top: 20px;
}
* + .Section__blog-product {
	margin-top: 40px;
}
.Section__blog-product + * {
	margin-top: 20px;
}
* + .Section__blog-products {
	margin-top: 40px;
}
.Section__blog-products + * {
	margin-top: 20px;
}
* + .Section__blog-gallery {
	margin-top: 40px;
}
.Section__blog-gallery + * {
	margin-top: 20px;
}
.Section__blog-preview:first-child + * {
	margin-top: 40px!important;
}
.Section__blog-preview + * {
	margin-top: 20px;
}
* + .Section__blog-preview {
	margin-top: 20px;
}
* + .Section__blog-subtitle {
	margin-top: 40px;
}
.Section__blog-subtitle + * {
	margin-top: 20px;
}
* + .Section__blog-title {
	margin-top: 40px;
}
.Section__blog-title + * {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.Section__blog-sides {
		grid-template-columns: calc(100% - 20px - 300px) 300px;
	}
}
@media (max-width: 1024px) {
	.Section--blog {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.Section__blog-views svg {
		width: 22px;
		height: 10px;
	}
	.Section__blog-views__text {
		font-size: 14px;
		line-height: 16px;
	}
	.Section__blog-date {
		font-size: 14px;
		line-height: 16px;
	}
	.Section__blog-sides {
		grid-template-columns: calc(100% - 16px - 220px) 220px;
		grid-column-gap: 16px;
		margin-top: 16px;
	}
	.Section__blog-recommendations {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	.Section__blog-recommendations__title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: calc(40px - 16px);
	}
	.Section__blog-recommendation__content {
		padding: 12px;
	}
	.Section__blog-recommendation__title {
		font-size: 14px;
		line-height: 18px;
	}
	.Section__blog-recommendation__text {
		font-size: 12px;
		line-height: 16px;
	}
	.Section__blog-recommendation__views-text {
		font-size: 10px;
		line-height: 14px;
	}
	.Section__blog-recommendation__date {
		font-size: 10px;
		line-height: 14px;
	}
	.Section__blog-title {
		font-size: 24px;
		line-height: 30px;
	}
	.Section__blog-subtitle {
		font-size: 20px;
		line-height: 26px;
	}
	.Section__blog-text {
		font-size: 18px;
		line-height: 24px;
	}
	.Section__blog ol,
	.Section__blog ul {
		padding-inline-start: 24px;
	}
	.Section__blog li + li {
		margin-top: 12px;
	}
	.Section__blog ol > li::before {
		width: 24px;
		height: 24px;
		left: -24px;
	}
	.Section__blog ul > li::before {
		width: 24px;
		height: 24px;
		left: -24px;
	}
	.Section__product-cards {
		grid-template-columns: 100%;
		grid-row-gap: 16px;
	}
	.Section__blog-products .cars-in-content {
		grid-template-columns: repeat(2, calc((100% - 16px) / 2));
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	.Section__blog-button {
		width: 100%;
	}
	.Section__blog-products > .Button {
		margin-top: 16px;
	}
	.Section__blog-text + .Section__blog-text {
		margin-top: 16px;
	}
	.Section__blog-button + * {
		margin-top: 16px;
	}
	* + .Section__blog-button {
		margin-top: 16px;
	}
	* + .Section__blog-product {
		margin-top: 40px;
	}
	.Section__blog-product + * {
		margin-top: 16px;
	}
	* + .Section__blog-products {
		margin-top: 40px;
	}
	.Section__blog-products + * {
		margin-top: 16px;
	}
	* + .Section__blog-gallery {
		margin-top: 40px;
	}
	.Section__blog-gallery + * {
		margin-top: 16px;
	}
	.Section__blog-table + * {
		margin-top: 16px;
	}
	* + .Section__blog-table {
		margin-top: 16px;
	}
	.Section__blog-preview:first-child + * {
		margin-top: 40px!important;
	}
	.Section__blog-preview + * {
		margin-top: 16px;
	}
	* + .Section__blog-preview {
		margin-top: 16px;
	}
	* + .Section__blog-subtitle {
		margin-top: 40px;
	}
	.Section__blog-subtitle + * {
		margin-top: 16px;
	}
	* + .Section__blog-title {
		margin-top: 40px;
	}
	.Section__blog-title + * {
		margin-top: 16px;
	}
}
@media (max-width: 768px) {
	.Section--blog {
		padding-top: var(--indent);
		overflow: hidden;
	}
	.Section__blog-sides {
		grid-template-columns: 100%;
		grid-row-gap: 40px;
	}
	.Section__blog-advertisement {
		position: relative;
		top: unset!important;
	}
	.Section__blog-recommendations {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	.Section__blog-recommendations__title {
		margin-bottom: calc(40px - 12px);
	}
	.Section__blog-recommendation__content {
		padding: 16px;
	}
	.Section__blog-recommendation__title {
		font-size: 20px;
		line-height: 28px;
	}
	.Section__blog-recommendation__text {
		font-size: 18px;
		line-height: 24px;
	}
	.Section__blog-recommendation__views-text {
		font-size: 12px;
		line-height: 18px;
	}
	.Section__blog-recommendation__date {
		font-size: 12px;
		line-height: 18px;
	}
	.Section__gallery {
		overflow: visible;
	}
	.Section__product-card .Button {
		margin-top: 16px;
		margin-bottom: 0px;
	}
	.Section__product-features {
		grid-template-columns: 100%;
		grid-row-gap: 16px;
	}
	.Section__product-feature:nth-child(2)::after {
		display: none;
	}
	.Section__product-chips {
		overflow: scroll;
		flex-wrap: nowrap;
		padding-left: var(--indent);
		padding-right: var(--indent);
		margin: calc(16px - 12px / 2) calc(12px / -2 - var(--indent)) calc(12px / -2) calc(12px / -2 - var(--indent));
	}
	.Section__product-chips::-webkit-scrollbar {
		display: none;
	}
	.Section__product-actions {
		margin: calc(16px - 16px / 2) calc(20px / -2) calc(16px / -2) calc(20px / -2);
	}
	.Section__product-actions .Button {
		flex-shrink: 0;
		max-width: calc(100% - 20px);
		margin: calc(16px / 2) calc(20px / 2);
	}
}


.Section--populars {
	padding-bottom: 100px;
}
.Section--populars .Section__head {
	color: #2D2D2E;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
.Section__populars {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 20px * 1) / 2));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 40px;
}
.Section__popular {
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	border-radius: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.Section__popular-preview {
	display: block;
	box-sizing: border-box;
	padding-bottom: calc(100% / 16 * 9);
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #081E5E;
}
.Section__popular-image {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity .4s;
}
.Section__popular-image--loaded {
	opacity: 1;
}
.Section__popular-content {
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.Section__popular-title {
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.Section__popular-text {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.Section__popular-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: 10px;
}
.Section__popular-views {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-right: 16px;
}
.Section__popular-views svg {
	display: block;
	width: 25px;
	height: 12px;
	color: #283236;
	margin-right: 10px;
}
.Section__popular-views__text {
	color: #283236;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Section__popular-date {
	color: #283236;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	.Section--populars .Section__head {
		font-size: 28px;
		line-height: 34px;
	}
	.Section__popular-title {
		font-size: 24px;
		line-height: 32px;
	}
	.Section__popular-text {
		font-size: 22px;
		line-height: 28px;
	}
	.Section__popular-views svg {
		width: 22px;
		height: 10px;
	}
	.Section__popular-views__text {
		font-size: 14px;
		line-height: 16px;
	}
	.Section__popular-date {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 768px) {
	.Section--populars {
		padding-bottom: 80px;
	}
	.Section--populars .Section__head {
		font-size: 24px;
		line-height: 30px;
	}
	.Section__populars {
		grid-template-columns: repeat(2, calc((100% - 16px * 1) / 2));
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	.Section__popular-content {
		padding: 16px;
	}
	.Section__popular-title {
		font-size: 20px;
		line-height: 28px;
	}
	.Section__popular-text {
		font-size: 18px;
		line-height: 24px;
	}
	.Section__popular-views {
		margin-right: 12px;
	}
	.Section__popular-views svg {
		width: 18px;
		height: 8px;
		margin-right: 8px;
	}
	.Section__popular-views__text {
		font-size: 12px;
		line-height: 18px;
	}
	.Section__popular-date {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 500px) {
	.Section__populars {
		grid-template-columns: 100%;
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
}