body {
  margin: 0;
  font-family: "Roboto-Regular";
}

.modal-backdrop {
  z-index: 2 !important;
}

h1, h2, h3, h4, h5, ul, li, p {
  margin: 0;
  padding: 0;
}

.red {
  color: #DE0022;
}

#content-description {
  display: none;
}

.contentWrapper > .container {
  width: 100%;
  padding: 0;
}

.main-cover .main-cover__image {
  width: 100vw;
  height: auto;
}

@media (max-width: 680px) {
  .main-cover .main-cover__image {
    width: 85vw;
    margin: 7.5vw 7.5vw 0 7.5vw;
  }
}

.main-cover .desktop {
  display: block;
}

@media (max-width: 1140px) {
  .main-cover .desktop {
    display: none;
  }
}

.main-cover .tablet {
  display: none;
}

@media (max-width: 1140px) {
  .main-cover .tablet {
    display: block;
  }
}

@media (max-width: 680px) {
  .main-cover .tablet {
    display: none;
  }
}

.main-cover .mobile {
  display: none;
}

@media (max-width: 680px) {
  .main-cover .mobile {
    display: block;
  }
}

.main-page-container {
  width: 1140px;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1140px) {
  .main-page-container {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .main-page-container {
    width: 100%;
  }
}

.trigger-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #E6E6E6;
  margin: 16px 0 0 0;
}

@media (max-width: 680px) {
  .trigger-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: none;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
  }
}

.trigger-section-item {
  width: 285px;
  height: 128px;
  text-align: center;
  border-right: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 680px) {
  .trigger-section-item {
    width: 100%;
    height: 33.75vw;
    border-right: none;
    border-top: 1px solid #E6E6E6;
  }
}

.trigger-section-item__headline {
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #033E95;
}

@media (max-width: 680px) {
  .trigger-section-item__headline {
    font-size: 4.375vw;
    line-height: 100%;
  }
  .trigger-section-item__headline br {
    display: none;
  }
}

.trigger-section-item__number {
  margin-top: 7px;
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #DE0022;
}

@media (max-width: 680px) {
  .trigger-section-item__number {
    font-size: 8.75vw;
    margin-top: 1.875vw;
  }
}

.description-section {
  margin-top: 145px;
}

@media (max-width: 1140px) {
  .description-section {
    padding: 0 40px;
  }
}

@media (max-width: 680px) {
  .description-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 12.5vw;
  }
}

.description-section__headline {
  width: 960px;
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #033E95;
}

@media (max-width: 1140px) {
  .description-section__headline {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .description-section__headline {
    width: 85vw;
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin-left: 7.5vw;
  }
}

.description-section-buttons-mobile {
  display: none;
}

@media (max-width: 680px) {
  .description-section-buttons-mobile {
    display: block;
    margin-left: 7.1875vw;
    margin-bottom: 17.5vw;
  }
  .description-section-buttons-mobile__item-link {
    font-family: "LouisRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 4.375vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #033E95;
    border-bottom: 1px solid #DE0022;
  }
  .description-section-buttons-mobile__item:nth-child(1) {
    margin-bottom: 3.125vw;
  }
}

.description-section__paragraph {
  margin: 24px 0 80px 0;
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #000000;
}

@media (max-width: 680px) {
  .description-section__paragraph {
    width: 75vw;
    font-size: 4.0625vw;
    line-height: 6.25vw;
    margin: 4.375vw 0 5.625vw 7.5vw;
  }
}

.description-section-picture {
  text-align: center;
}

@media (max-width: 680px) {
  .description-section-picture__image {
    width: 69.0625vw;
  }
}

.description-section-buttons {
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 48px auto 0 auto;
  text-align: center;
}

@media (max-width: 680px) {
  .description-section-buttons {
    display: none;
  }
}

.description-section-buttons__item {
  width: 384px;
  height: 80px;
  background-color: #033E95;
  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;
}

@media (max-width: 680px) {
  .description-section-buttons__item {
    width: 100%;
  }
}

.description-section-buttons__item-link {
  width: 100%;
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.description-section-buttons__item-link:hover {
  background-color: #DE0022;
  color: white !important;
}

.description-section-buttons__item:nth-child(2) {
  background-color: #F5F5F5;
  margin-top: 16px;
}

.description-section-buttons__item:hover {
  background-color: #DE0022;
  color: white !important;
}

.description-section-buttons__item:hover-link {
  color: white !important;
}

.description-section-buttons .secondary-link {
  color: #033E95;
}

.description-section .separator-block-mobile {
  display: none;
}

@media (max-width: 680px) {
  .description-section .separator-block-mobile {
    display: block;
  }
  .description-section .separator-block-mobile .separator__item {
    display: block;
    height: 48px;
    width: 1px;
    background-color: #E6E6E6;
    margin: 11.25vw auto 12.5vw auto;
  }
}

@media (max-width: 680px) {
  .form-section {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.form-section .inventory-block-mobile {
  display: none;
}

@media (max-width: 680px) {
  .form-section .inventory-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    height: 70vw;
    border-radius: 100%;
    background-color: #033E95;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 27.1875vw 0 26.25vw 15vw;
  }
  .form-section .inventory-block-mobile__link {
    font-family: "LouisBold";
    font-style: normal;
    font-weight: normal;
    font-size: 7.5vw;
    line-height: 10vw;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
  }
}

.form-section .separator-block .separator__item {
  height: 96px;
  width: 1px;
  background-color: #E6E6E6;
  margin: 48px auto 48px auto;
}

@media (max-width: 680px) {
  .form-section .separator-block {
    display: none;
  }
}

.form-section__headline {
  text-align: center;
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #033E95;
  margin: 0 0 39px 0;
}

@media (max-width: 680px) {
  .form-section__headline {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 6.25vw 0;
  }
}

.form-section-block {
  width: 384px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .form-section-block {
    width: 70vw;
  }
}

.form-section-block h2.cuTitle {
  display: none;
}

.form-section-block .control-label {
  display: none;
}

.form-section-block input {
  border-radius: 0;
  border: none;
  background-color: #F5F5F5;
  height: 48px;
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 680px) {
  .form-section-block input {
    height: 12.5vw;
    font-size: 4.0625vw;
    line-height: 12.5vw;
  }
}

.form-section-block textarea {
  min-width: 384px;
  max-width: 384px;
  border-radius: 0;
  border: none;
  background-color: #F5F5F5;
  min-height: 96px;
  height: 96px;
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 680px) {
  .form-section-block textarea {
    min-width: 70vw;
    max-width: 70vw;
    min-height: 25vw;
    height: 25vw;
    font-size: 4.0625vw;
    line-height: 6.25vw;
  }
}

.form-section-block input.btn {
  font-family: "LouisBold";
  font-style: normal;
  font-weight: normal;
  background-color: #DE0022;
  margin-top: 16px;
  color: white;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  padding: 0;
  width: 100%;
}

@media (max-width: 680px) {
  .form-section-block input.btn {
    height: 17.5vw;
    font-size: 5vw;
    line-height: 17.5vw;
  }
}

.form-section-disclaimer {
  width: 384px;
  margin: 112px auto 0 auto;
  border-top: 1px solid #E6E6E6;
  padding-top: 25px;
}

@media (max-width: 680px) {
  .form-section-disclaimer {
    width: 67.5vw;
    margin: 15vw auto 20vw auto;
  }
}

.form-section-disclaimer__paragraph {
  font-family: "LouisRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #808080;
}

@media (max-width: 680px) {
  .form-section-disclaimer__paragraph {
    font-size: 3.125vw;
    line-height: 5vw;
  }
}
/*# sourceMappingURL=style.css.map */