* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("../assets/fonts/MazdaTypeCyrillic-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("../assets/fonts/MazdaTypeCyrillic-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("../assets/fonts/MazdaTypeCyrillic-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?80c7c41af5d625b213e3cab3fa2b5af9") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-youtube"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-viber"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-twitter"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-telegram"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-right"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-refresh"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-profile"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-profile-user"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-plus"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-pinterest"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-notification"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-more"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-minus"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-messanger"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-menu"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-linkedin"]::before { 
		content: "\f111"; 
	} 
	[class*="--icon-link"]::before { 
		content: "\f112"; 
	} 
	[class*="--icon-line"]::before { 
		content: "\f113"; 
	} 
	[class*="--icon-left"]::before { 
		content: "\f114"; 
	} 
	[class*="--icon-instagram"]::before { 
		content: "\f115"; 
	} 
	[class*="--icon-forward"]::before { 
		content: "\f116"; 
	} 
	[class*="--icon-favourite"]::before { 
		content: "\f117"; 
	} 
	[class*="--icon-facebook"]::before { 
		content: "\f118"; 
	} 
	[class*="--icon-down"]::before { 
		content: "\f119"; 
	} 
	[class*="--icon-delete"]::before { 
		content: "\f11a"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f11b"; 
	} 
	[class*="--icon-cart"]::before { 
		content: "\f11c"; 
	} 
	[class*="--icon-basket"]::before { 
		content: "\f11d"; 
	} 
	[class*="--icon-basket-bold"]::before { 
		content: "\f11e"; 
	} 
	[class*="--icon-back"]::before { 
		content: "\f11f"; 
	} 
	[class*="--icon-attach"]::before { 
		content: "\f120"; 
	} 
body {
  min-width: 20rem;
  color: #212121;
  font-family: "MazdaTypeCyrillic";
  font-size: 1rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 87.5rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.content__head {
  padding: 0.625rem 0;
  width: 100%;
}
.content__top, .content__bottom {
  width: 100%;
}
.content__grid {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.875rem 0;
}
.content__column-left {
  width: calc(25% - 0.625rem);
}
.content__column-right {
  width: calc(25% - 0.625rem);
}
.content__content-wrap.full-width {
  width: 100%;
}
.content__content-wrap.with-sidebar {
  width: calc(75% - 0.625rem);
}
.content__content-wrap.with-sidebars {
  width: calc(50% - 0.625rem);
}
.content__content-wrap [class*=__container] {
  padding-left: 0;
  padding-right: 0;
}
.block_title {
  font-weight: 700;
  line-height: 1.3;
}
.block_title.center {
  text-align: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: auto;
  white-space: nowrap;
  gap: 0.3125rem;
  padding-bottom: 0.625rem;
}
.breadcrumbs__item {
  font-size: 0.875rem;
  color: #666;
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 0.9375rem;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.breadcrumbs__item a {
  transition: all 0.3s;
}
.breadcrumbs__item a:hover {
  color: #72acaa;
}

.center .module-head__title {
  text-align: center;
}
.module-head__description {
  line-height: 1.4;
  width: 37.5rem;
  max-width: 100%;
}
.center .module-head__description {
  text-align: center;
  margin: 0 auto;
}

.button {
  padding: 0.75rem 1.3125rem;
  background-color: #72acaa;
  color: #fff;
  border-radius: 0.0625rem;
  transition: all 0.3s;
  text-align: center;
}
.button:hover {
  background-color: #d2423e;
  color: #fff;
}
.button.accent-button {
  background-color: #72acaa;
  color: #fff;
}
.button.accent-button:hover {
  background-color: #d2423e;
  color: #fff;
}
.button .lite-button {
  background-color: rgb(237, 245, 245);
  color: #212121;
}
.button .lite-button:hover {
  background-color: #d2423e;
  color: #fff;
}

.products {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  width: 100%;
}
.products .card {
  width: calc(33.3% - 0.625rem);
}
.products.three-grid .card {
  width: calc(33.3% - 0.625rem);
}
.products.four-grid .card {
  width: calc(25% - 0.625rem);
}
.products.list .card {
  width: 100%;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 61.99875em) {
  .content__content-wrap.full-width {
    width: 100%;
  }
  .content__content-wrap.with-sidebar {
    width: 100%;
  }
  .content__content-wrap.with-sidebars {
    width: 100%;
  }
  .content__content-wrap {
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .products .card {
    width: calc(50% - 0.625rem);
  }
  .products.three-grid .card {
    width: calc(50% - 0.625rem);
  }
  .products.four-grid .card {
    width: calc(33.3% - 0.625rem);
  }
}
@media (max-width: 29.99875em) {
  .products.four-grid .card {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 20em) {
  .block_title {
    font-size: 1.5625rem;
  }
  .block_title {
    margin-bottom: 1.25rem;
  }
  .module-head__description {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  .block_title {
    font-size: clamp( 1.5625rem , 1.284722222225rem  +  1.3888888889vw , 2.5rem );
  }
  .block_title {
    margin-bottom: clamp( 1.25rem , 1.0648148148125rem  +  0.9259259259vw , 1.875rem );
  }
  .module-head__description {
    padding-bottom: clamp( 1.25rem , 1.0648148148125rem  +  0.9259259259vw , 1.875rem );
  }
}
@media (min-width: 87.5em) {
  .block_title {
    font-size: 2.5rem;
  }
  .block_title {
    margin-bottom: 1.875rem;
  }
  .module-head__description {
    padding-bottom: 1.875rem;
  }
}