:root {
  --black: black;
  --dim-grey: #464646;
  --red: #e60000;
  --white-smoke: #f1f1f1;
  --gainsboro: #ddd;
}

body {
  color: #333;
  font-family: Type dynamic sailec, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  flex: 1;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-regular {
  font-size: 16px;
  line-height: 22px;
}

.text-regular.center {
  text-align: center;
}

.text-large {
  font-size: 18px;
  line-height: 26px;
}

.text-xlarge {
  font-size: 20px;
  line-height: 28px;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-container {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer {
  background-color: var(--dim-grey);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 180px;
  height: 100%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: #bebebe;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-container {
  max-width: 1200px;
}

.text-white {
  color: #fff;
}

.link-text {
  color: var(--red);
  text-decoration: none;
}

.button-link {
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.circle {
  background-color: var(--red);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.button-block {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-image-mask {
  flex: 50%;
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.product-row {
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.product-info {
  flex: 85%;
}

.heading-block {
  flex: 0 50%;
  margin-bottom: 30px;
  display: none;
}

.button-flex-block {
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-bar {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e2e2e2;
}

.nav-link {
  padding: 20px;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--red);
}

.hero-block {
  background-image: linear-gradient(#00000070, #00000070), url('../images/banner-bg.jpg');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  display: flex;
}

.hero-headling-white {
  color: #fff;
}

.hero-flex-container {
  flex: 1;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-text-block {
  flex: 50%;
  margin-bottom: 0;
}

.hero-image-block {
  flex: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-image {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-3, .div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rotor-image {
  margin-bottom: 10px;
}

.brake-image {
  flex: 0 auto;
  margin-bottom: 10px;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-image-mask {
  flex: 50%;
  width: 100%;
  margin-right: 40px;
}

.form-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.form {
  flex: 50%;
}

.flex-block {
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid #dadada;
  transition: border-color .25s ease-in-out;
}

.text-field:focus {
  border: 1px solid #adadad;
}

.color-block {
  margin-top: 30px;
  display: flex;
}

.bg-whitesmoke {
  background-color: var(--white-smoke);
}

.bg-dimgrey {
  background-color: var(--dim-grey);
}

.heading-block-center {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.introduction-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.catalog-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.catalog-image-mask {
  flex: 50%;
  order: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.catalog-description {
  flex: 50%;
  padding-left: 100px;
  padding-right: 20px;
}

.heading-2-center {
  text-align: center;
}

.flex-block-catalog {
  align-items: center;
  display: flex;
}

.hero-headline-black {
  color: var(--black);
}

.product-hero-block {
  background-color: var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  display: flex;
}

.heading {
  display: none;
}

.rotor-brake {
  width: 75%;
}

@media screen and (min-width: 1440px) {
  .hero-flex-container {
    align-self: stretch;
  }

  .introduction-section {
    padding-top: 60px;
  }

  .catalog-description {
    padding-left: 200px;
  }

  .hero-headline-black {
    color: #000;
  }

  .product-hero-block {
    background-color: var(--white-smoke);
    background-image: none;
  }

  .image, .rotor-brake {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-block {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .product-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    background-color: var(--black);
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    flex: 1;
  }

  .contact-form-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-image-mask {
    flex-basis: 40%;
    margin-right: 20px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .heading-block-center {
    margin-bottom: 0;
  }

  .catalog-image-mask {
    flex-basis: 50%;
    align-self: stretch;
    height: 100%;
  }

  .catalog-description {
    padding-left: 20px;
  }

  .heading-2-center {
    text-align: center;
  }

  .flex-block-catalog {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 0;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .product-section {
    padding: 20px 0;
  }

  .product-image-mask {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .product-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-image-block {
    margin-top: 20px;
  }

  .category-image {
    width: 175px;
    height: 175px;
  }

  .contact-section {
    padding: 20px 0;
  }

  .form-image-mask {
    order: 1;
    margin-right: 0;
  }

  .form-image {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-block-center {
    margin-bottom: 20px;
  }

  .catalog-image {
    margin-left: auto;
    margin-right: auto;
  }

  .catalog-image-mask {
    order: -1;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .flex-block-catalog {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .product-image-mask {
    margin-bottom: 20px;
  }

  .category-image {
    width: 125px;
    height: 125px;
  }

  .rotor-image, .brake-image {
    width: 65%;
  }

  .heading-block-center {
    margin-bottom: 0;
  }

  .introduction-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2-center {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-headline-black {
    text-align: center;
  }

  .product-hero-block {
    align-items: center;
  }
}

#w-node-_1cee89af-5511-8925-eb6b-62ca786e76f7-54eca6cb, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa964-eaeca6cd, #w-node-_0599668b-0611-1527-1b07-836f70c13dad-54eca6ce, #w-node-_26e8ad7e-f889-200c-c6d0-c1931d202ae5-ceeca6d0, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa964-a521da15 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_1cee89af-5511-8925-eb6b-62ca786e76e7-54eca6cb, #w-node-_1cee89af-5511-8925-eb6b-62ca786e76eb-54eca6cb, #w-node-_1cee89af-5511-8925-eb6b-62ca786e76ef-54eca6cb, #w-node-_1cee89af-5511-8925-eb6b-62ca786e76f3-54eca6cb, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa954-eaeca6cd, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa958-eaeca6cd, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa95c-eaeca6cd, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa960-eaeca6cd, #w-node-_0599668b-0611-1527-1b07-836f70c13d9d-54eca6ce, #w-node-_0599668b-0611-1527-1b07-836f70c13da1-54eca6ce, #w-node-_0599668b-0611-1527-1b07-836f70c13da5-54eca6ce, #w-node-_0599668b-0611-1527-1b07-836f70c13da9-54eca6ce, #w-node-_26e8ad7e-f889-200c-c6d0-c1931d202ad5-ceeca6d0, #w-node-_26e8ad7e-f889-200c-c6d0-c1931d202ad9-ceeca6d0, #w-node-_26e8ad7e-f889-200c-c6d0-c1931d202add-ceeca6d0, #w-node-_26e8ad7e-f889-200c-c6d0-c1931d202ae1-ceeca6d0, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa954-a521da15, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa958-a521da15, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa95c-a521da15, #w-node-_61171bb7-a9da-9cbe-07e1-e28b01ffa960-a521da15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Type dynamic sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type dynamic sailec hairline';
  src: url('../fonts/Type-Dynamic---Sailec-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type dynamic sailec';
  src: url('../fonts/Type-Dynamic---Sailec.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type dynamic sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type dynamic sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}