@font-face {font-family: orbitron;font-display: swap;src: url("../assets/fonts/orbitron-medium-webfont.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: orbitron;font-display: swap;src: url("../assets/fonts/orbitron-light-webfont.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: orbitron;font-display: swap;src: url("../assets/fonts/orbitron-bold-webfont.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: orbitron;font-display: swap;src: url("../assets/fonts/orbitron-black-webfont.woff2") format("woff2");font-weight: 900;font-style: normal;}
@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?8f327e10dfd075b22d8e57569dbcd8ad") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-youtube"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-x-social"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-whatsapp"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-wechat"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-viber"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-telegram"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-play-video"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-pinterest"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-photo-video"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-mute-video"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-insta"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-fbmess"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-facebook"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-drop-arrow"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-contacts"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-before-after-arrow"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-arrow-nav"]::before { 
		content: "\f111"; 
	} 
* {
	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;
}
/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #fff;
  background-color: #4d4d4d;
  font-family: "MazdaTypeCyrillic";
  font-size: 1.125rem;
}
[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: 91.875rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.block-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-family: "Orbitron";
  color: #fff;
}
.block-title__models {
  color: #9c0101;
  white-space: nowrap;
}
.block-title .normal {
  text-transform: none;
}

.block-text {
  line-height: 1.5;
}
.block-text:not(:last-child) {
  margin-bottom: 1.875rem;
}
.block-text strong {
  font-weight: 500;
}

.button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 2.5rem;
  border: 0.0625rem solid #9c0101;
  background-color: #9c0101;
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.button--round {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.list-standard {
  margin-bottom: 1.25rem;
}
.list-standard li {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.list-standard li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding: 0.75rem 0;
  z-index: 99;
}
.header.header-sticky {
  background-color: #4d4d4d;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.header__social {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1875rem;
}
.menu__link {
  color: #fff;
  transition: all 0.3s;
}
.menu__link:hover {
  color: #9c0101;
}/* Generated by vite-plugin-svg-spritemap */
.footer-bottom {
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #333;
  line-height: 1.5;
}
.footer-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.hero {
  position: relative;
  height: 100vh;
  border-bottom: 0.0625rem solid #fff;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  object-fit: contain;
  height: 100%;
}
.hero__bg .hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  z-index: 2;
}
.hero__bg .hero__image-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  z-index: -1;
  position: absolute;
}
.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__content {
  width: 50%;
}
.hero__title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  text-transform: none;
}
.hero__description {
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.hero .button--outline {
  padding: 1.0625rem 1.9375rem;
  height: auto;
}

.block-leader {
  margin-top: -6.25rem;
}
.block-leader__container {
  display: flex;
  justify-content: center;
}
.block-leader__content {
  background-color: #4d4d4d;
  border: 0.0625rem solid #fff;
  text-align: center;
  max-width: 77.25rem;
  z-index: 10;
}
.block-leader__content a {
  border-bottom: 0.0625rem solid #000;
}
.block-leader__content a:hover {
  color: #9c0101;
  border-bottom: 0.0625rem solid #9c0101;
}

.products {
  position: relative;
  overflow: hidden;
}
.products__title {
  text-align: center;
}
.products__description {
  line-height: 1.6;
  margin-bottom: 2.5rem;
  display: block;
  text-align: center;
}
.products__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.product {
  padding: 0.875rem;
  background-color: #4d4d4d;
  border: 0.0625rem solid #fff;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.product__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__title {
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Orbitron";
}
.product__info {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.product__specs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product__spec {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  color: #dddddd;
  font-size: 1rem;
}
.product__links {
  display: flex;
  gap: 0.625rem;
  border-top: 0.0625rem solid #333;
  padding: 1.25rem 0;
  justify-content: space-between;
  width: 100%;
}
.product__link {
  position: relative;
  transition: color 0.2s;
  flex: 1 1 100%;
}
.why__title {
  text-align: center;
}
.why__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625rem;
}

.why-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: #b1b1b1;
  border-radius: 6.25rem;
  margin-bottom: 1.25rem;
}
.why-item__image img {
  width: 2.1875rem;
  height: 2.1875rem;
}
.why-item__title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.why-item__description {
  line-height: 1.5;
  font-size: 1rem;
  color: #b1b1b1;
}

.cta {
  background-image: url(/wp-content/themes/mrvictory/assets/img/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cta__wrap {
  background-color: hsla(0, 0%, 12.94%, 0.7);
  backdrop-filter: blur(0.3125rem);
  border: 0.0625rem solid #4a4a4a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta__description {
  width: 40.625rem;
  max-width: 100%;
  text-align: center;
  line-height: 1.6;
}
.cta__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 1.875rem;
  flex-wrap: wrap;
}
.cta__msg {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex: 1;
  color: #fff;
  border-radius: 0.1875rem;
  transition: all 0.3s;
}
.cta__msg:hover {
  opacity: 0.8;
}
.cta__msg--wa {
  background-color: #25d366;
}
.cta__msg--tg {
  background-color: #0088cc;
}
.cta__msg--ig {
  background-color: #833AB4;
}
.cta__msg--viber {
  background-color: #833AB4;
}
.cta__msg--fb {
  background-color: #4267B2;
}
.cta__msg--wechat {
  background-color: #07C160;
}

.pmodal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.pmodal.is-open {
  display: block;
}
.pmodal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pmodal__dialog {
  position: relative;
  max-width: 90%;
  margin: 0 0 0 auto;
  background: #fafafa;
  color: #212121;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
}
.pmodal__head {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  height: 4.5625rem;
}
.pmodal__title {
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Orbitron";
}
.pmodal__close {
  background: transparent;
  border: 0;
  color: #212121;
  cursor: pointer;
}
.pmodal__grid {
  display: flex;
  align-items: start;
  gap: 1.25rem;
}
.pmodal__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: 1 1 70%;
}
.pmodal__content {
  position: sticky;
  top: 6.4375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pmodal__desc {
  line-height: 1.4;
  font-weight: 500;
  line-height: 1.3;
}
.pmodal__price {
  line-height: 1.4;
  font-weight: 500;
}
.pmodal__specs .product__spec {
  color: #4d4d4d;
  justify-content: start;
  flex-wrap: wrap;
}
.pmodal__specs .product__spec-value {
  color: #212121;
}
.pmodal__gallery-item {
  width: calc(50% - 0.375rem);
}
.pmodal__gallery-item:first-child {
  width: 100%;
  height: 100%;
}
.pmodal__gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: transform 0.25s;
}
.pmodal__gallery-img:hover {
  transform: scale(1.01);
}
.pmodal__order {
  display: flex;
  flex-direction: column;
}
.pmodal__order-title {
  margin-top: 1.5625rem;
}
.pmodal__messengers {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.5625rem;
}
.pmodal__msg {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex: 1;
  color: #fff;
  transition: all 0.3s;
  border-radius: 0.1875rem;
}
.pmodal__msg:hover {
  opacity: 0.8;
}
.pmodal__msg--wa {
  background-color: #25d366;
}
.pmodal__msg--tg {
  background-color: #0088cc;
}
.pmodal__msg--ig {
  background-color: #833AB4;
}
.pmodal__msg--viber {
  background-color: #833AB4;
}
.pmodal__msg--fb {
  background-color: #4267B2;
}
.pmodal__msg--wechat {
  background-color: #07C160;
}
.pmodal__accordion-btn {
  width: 100%;
  margin-top: 0.625rem;
  background-color: #9c0101;
  color: #fff;
  transition: all 0.3s;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.1875rem;
}
.pmodal__accordion-btn:hover {
  background-color: #000;
}
.pmodal__accordion {
  padding: 1.25rem;
  background-color: #e9e9e9;
}
.pmodal__form-title {
  font-size: 1.125rem;
  margin: 0.5rem 0 1.25rem;
}
.pmodal__label {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  display: block;
}
.pmodal__radio {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding: 0.3125rem 0;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
}
.pmodal__radio input {
  transform: translateY(0.0625rem);
  width: 1.25rem;
}
.pmodal__field {
  display: block;
  margin-bottom: 1.25rem;
}
.pmodal__input {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 0.0625rem solid #4d4d4d;
  outline: 0;
}
.pmodal__status {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  opacity: 0.85;
}
.pmodal__hp {
  position: absolute;
  left: -624.9375rem;
  opacity: 0;
  pointer-events: none;
}
.pmodal__submit {
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.75rem 1.25rem;
  background-color: #9c0101;
  color: #fff;
  transition: all 0.3s;
}
.pmodal__submit:hover {
  background-color: #000;
}

.is-modal-open {
  overflow: hidden;
}

.product__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}

.product__variant {
  position: relative;
  cursor: pointer;
}

.product__variant input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product__variant-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
  font-size: 0.8125rem;
}

.product__variant input:checked + .product__variant-label {
  border-color: #9c0101;
  background: #9c0101;
  color: #fff;
}

.pmodal__variant {
  margin: 0.875rem 0;
}

.pmodal__variant-title {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.pmodal__variant-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pmodal__vlabel {
  position: relative;
  cursor: pointer;
}

.pmodal__vlabel input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pmodal__vchip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.75rem;
  border-radius: 0.0625rem;
  border: 0.0625rem solid #4d4d4d;
  background: transparent;
  color: #212121;
  font-size: 0.8125rem;
}

.pmodal__vlabel input:checked + .pmodal__vchip {
  border-color: #9c0101;
  background: #9c0101;
  color: #fff;
}

@media (max-width: 61.99875em) {
  .header__contact-us {
    display: none;
  }
  .menu {
    display: none;
  }
  .hero__bg {
    width: 100%;
  }
  .hero__container {
    justify-content: start;
    padding-top: 6.25rem;
  }
  .hero__content {
    width: 80%;
  }
  .products__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .why__wrap {
    grid-template-columns: repeat(2, 1fr);
  }}

@media (max-width: 56.25rem) {
  .pmodal__grid {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pmodal__content {
    position: relative;
    width: 100%;
    top: 0;
  }}

@media (max-width: 47.99875em) {
  .footer-bottom__container {
    flex-direction: column;
    justify-content: center;
    gap: 0.9375rem;
    align-items: center;
    text-align: center;
  }
  .hero {
    height: 90vh;
  }
  .hero__bg .hero__image {
    object-position: right bottom;
    position: relative;
  }
  .hero__content {
    width: 100%;
  }
  .block-leader {
    margin: 0;
    padding: 2.5rem 0;
  }
  .pmodal__messengers {
    flex-wrap: wrap;
  }
  .pmodal__msg {
    flex: 1 1 48%;
  }}

@media (max-width: 40.625em) {
  .products__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .why__wrap {
    grid-template-columns: repeat(1, 1fr);
  }}

@media (max-width: 37.5rem) {
  .pmodal__gallery-item {
    width: 100%;
    height: 100%;
  }}

@media (max-width: 29.99875em) {
  .pmodal__dialog {
    max-width: 100%;
  }
  .pmodal__content {
    gap: 0.9375rem;
  }}

@media (max-width: 20em) {
  .block-title {
    font-size: 1.5625rem;
  }
  .block-text {
    font-size: 1rem;
  }
  .header__logo {
    max-width: 8.8125rem;
  }
  .footer-bottom {
    font-size: 0.875rem;
  }
  .hero__title {
    font-size: 1.4375rem;
  }
  .hero__description {
    font-size: 1rem;
  }
  .block-leader__container {
    padding-left: 1.25rem;
  }
  .block-leader__container {
    padding-right: 1.25rem;
  }
  .block-leader__content {
    padding-left: 1.25rem;
  }
  .block-leader__content {
    padding-right: 1.25rem;
  }
  .block-leader__content {
    padding-top: 1.25rem;
  }
  .block-leader__content {
    padding-bottom: 1.25rem;
  }
  .products {
    padding-top: 1.25rem;
  }
  .products {
    padding-bottom: 1.25rem;
  }
  .product__title {
    font-size: 1.125rem;
  }
  .why {
    padding-top: 1.25rem;
  }
  .why {
    padding-bottom: 1.25rem;
  }
  .cta {
    padding-top: 1.25rem;
  }
  .cta {
    padding-bottom: 1.25rem;
  }
  .cta__wrap {
    padding: 1.25rem;
  }
  .pmodal__head {
    padding: 1.25rem;
  }
  .pmodal__title {
    font-size: 1.125rem;
  }
  .pmodal__close {
    font-size: 1.75rem;
  }
  .pmodal__grid {
    padding: 1.25rem;
  }
  .pmodal__desc {
    font-size: 1.125rem;
  }
  .pmodal__price {
    font-size: 1.125rem;
  }}

@media (min-width: 20em) and (max-width: 91.875em) {
  .block-title {
    font-size: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .block-text {
    font-size: clamp( 1rem , 0.93043478260625rem  +  0.347826087vw , 1.25rem );
  }
  .header__logo {
    max-width: clamp( 8.8125rem , 8.1342391304375rem  +  3.3913043478vw , 11.25rem );
  }
  .footer-bottom {
    font-size: clamp( 0.875rem , 0.84021739130625rem  +  0.1739130435vw , 1rem );
  }
  .hero__title {
    font-size: clamp( 1.4375rem , 1.05489130435rem  +  1.9130434783vw , 2.8125rem );
  }
  .hero__description {
    font-size: clamp( 1rem , 0.93043478260625rem  +  0.347826087vw , 1.25rem );
  }
  .block-leader__container {
    padding-left: clamp( 1.25rem , 0.641304347825rem  +  3.0434782609vw , 3.4375rem );
  }
  .block-leader__container {
    padding-right: clamp( 1.25rem , 0.641304347825rem  +  3.0434782609vw , 3.4375rem );
  }
  .block-leader__content {
    padding-left: clamp( 1.25rem , 0.641304347825rem  +  3.0434782609vw , 3.4375rem );
  }
  .block-leader__content {
    padding-right: clamp( 1.25rem , 0.641304347825rem  +  3.0434782609vw , 3.4375rem );
  }
  .block-leader__content {
    padding-top: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .block-leader__content {
    padding-bottom: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .products {
    padding-top: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .products {
    padding-bottom: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .product__title {
    font-size: clamp( 1.125rem , 1.05543478260625rem  +  0.347826087vw , 1.375rem );
  }
  .why {
    padding-top: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .why {
    padding-bottom: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .cta {
    padding-top: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .cta {
    padding-bottom: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .cta__wrap {
    padding: clamp( 1.25rem , 0.5543478260875rem  +  3.4782608696vw , 3.75rem );
  }
  .pmodal__head {
    padding: clamp( 1.25rem , 1.25rem  +  0vw , 1.25rem );
  }
  .pmodal__title {
    font-size: clamp( 1.125rem , 1.0032608695625rem  +  0.6086956522vw , 1.5625rem );
  }
  .pmodal__close {
    font-size: clamp( 1.75rem , 1.57608695651875rem  +  0.8695652174vw , 2.375rem );
  }
  .pmodal__grid {
    padding: clamp( 1.25rem , 1.07608695651875rem  +  0.8695652174vw , 1.875rem );
  }
  .pmodal__desc {
    font-size: clamp( 1.125rem , 1.0032608695625rem  +  0.6086956522vw , 1.5625rem );
  }
  .pmodal__price {
    font-size: clamp( 1.125rem , 1.0032608695625rem  +  0.6086956522vw , 1.5625rem );
  }}

@media (min-width: 91.875em) {
  .block-title {
    font-size: 2.1875rem;
  }
  .block-text {
    font-size: 1.25rem;
  }
  .header__logo {
    max-width: 11.25rem;
  }
  .footer-bottom {
    font-size: 1rem;
  }
  .hero__title {
    font-size: 2.8125rem;
  }
  .hero__description {
    font-size: 1.25rem;
  }
  .block-leader__container {
    padding-left: 3.4375rem;
  }
  .block-leader__container {
    padding-right: 3.4375rem;
  }
  .block-leader__content {
    padding-left: 3.4375rem;
  }
  .block-leader__content {
    padding-right: 3.4375rem;
  }
  .block-leader__content {
    padding-top: 3.75rem;
  }
  .block-leader__content {
    padding-bottom: 3.75rem;
  }
  .products {
    padding-top: 3.75rem;
  }
  .products {
    padding-bottom: 3.75rem;
  }
  .product__title {
    font-size: 1.375rem;
  }
  .why {
    padding-top: 3.75rem;
  }
  .why {
    padding-bottom: 3.75rem;
  }
  .cta {
    padding-top: 3.75rem;
  }
  .cta {
    padding-bottom: 3.75rem;
  }
  .cta__wrap {
    padding: 3.75rem;
  }
  .pmodal__head {
    padding: 1.25rem;
  }
  .pmodal__title {
    font-size: 1.5625rem;
  }
  .pmodal__close {
    font-size: 2.375rem;
  }
  .pmodal__grid {
    padding: 1.875rem;
  }
  .pmodal__desc {
    font-size: 1.5625rem;
  }
  .pmodal__price {
    font-size: 1.5625rem;
  }}

@media (any-hover: hover) {
  .button--outline:hover {
    background-color: #9c0101;
  }
  .button--round:hover {
    color: #fff;
    border: 0.0625rem solid #9c0101;
    background-color: #9c0101;
    transition: all 0.3s;
  }}