:root {
  --white: white;
  --crimson: #d62a2a;
  --dark-red: #920202;
  --crimson-2: #e70026;
  --dark-red-2: #a60000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #23201e;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block {
  color: var(--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

.form-block {
  width: 100%;
  max-width: 100%;
}

.text-field {
  min-height: 48px;
  color: #000;
  border: 0 solid #000;
  border-bottom: 1px solid #e40000;
  border-radius: 10px;
  margin-bottom: 8px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-field::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.checkbox-label {
  color: #fff;
  font-size: 9px;
  line-height: 15px;
}

.checkbox {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #e40000;
  border-radius: 3px;
  margin-left: -26px;
}

.checkbox.w--redirected-checked {
  background-color: #e40421;
  background-size: 80% 80%;
  border-color: #fff;
}

.checkbox-field {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 26px;
}

.submit-button {
  width: 100%;
  min-height: 57px;
  background-color: #000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: box-shadow .25s ease-in-out;
}

.submit-button:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
}

.section-center {
  width: 100%;
  max-width: 1920px;
  background-image: url('../images/Group-4735.jpg'), linear-gradient(315deg, #eee, rgba(248, 248, 248, .45) 50%, #e6e6e6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-11 {
  z-index: 2;
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  background-color: #db0a0b;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  padding: 40px 35px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.div-block-12 {
  justify-content: space-between;
  display: flex;
}

.div-block-13 {
  width: 100%;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
}

.text-block-11 {
  max-width: 750px;
  color: #989898;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 10px;
  line-height: 16px;
}

.text-block-11.thx {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-6 {
  width: 100%;
  max-width: 220px;
}

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

.text-block-13 {
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
}

.heading-6 {
  width: 100%;
  max-width: 85%;
  margin: 0 auto 0 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-8 {
  width: 100px;
  max-width: 110px;
  margin-right: 0;
}

.section-5 {
  background-image: linear-gradient(315deg, #eee, #f8f8f8 50%, #e6e6e6);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-22 {
  min-height: 120px;
  justify-content: space-between;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.div-block-23 {
  color: #fff;
}

.text-block-17 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-18 {
  font-size: 32px;
  line-height: 42px;
}

.image-10 {
  width: 185px;
}

.link {
  color: #00b2f2;
  text-decoration: none;
}

.text-block-19 {
  color: var(--white);
  margin-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.section-bottom {
  z-index: 1;
  max-width: 1920px;
  background-color: var(--white);
  color: #8f8f8f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.div-block-26 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 64px;
}

.text-block-20 {
  width: 100%;
  max-width: 100%;
  color: #a7a7a6;
  flex: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-20.w_100 {
  max-width: 100%;
}

.div-block-27 {
  width: 400px;
  max-width: 100%;
  min-width: 400px;
}

.div-block-28 {
  color: #1c1c1c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-span-2 {
  color: #db0a0a;
}

.text-block-21 {
  color: #5b5b5b;
  margin-top: 25px;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.section-top {
  max-width: 1920px;
  background-color: var(--white);
  color: #8f8f8f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-29 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-top-thx {
  max-width: 1920px;
  background-color: var(--white);
  color: #8f8f8f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.section-bottom-thx {
  max-width: 1920px;
  background-color: var(--white);
  color: #8f8f8f;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 18px;
}

.text-block-22 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.text-span-3 {
  color: #db0a0b;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.text-block-23 {
  color: #1c1c1c;
  margin-top: 30px;
}

.text-block-24 {
  color: #fff;
  margin-top: 15px;
  font-size: 9px;
  line-height: 15px;
}

.text-block-25 {
  max-width: 250px;
  font-size: 20px;
}

.image-12 {
  width: 100%;
  max-width: 620px;
}

.div-block-30 {
  min-height: 100px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-13 {
  display: none;
}

.box_numer_input_mc {
  background-color: #777;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-26 {
  width: 60px;
  min-height: 48px;
  color: #1c1c1c;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.text-field-2 {
  min-height: 50px;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: .6rem;
}

.text-field-2.tel {
  min-height: 48px;
  color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.text-block-27 {
  color: #151515;
  font-size: 25px;
  font-weight: 800;
  line-height: 34px;
}

.div-block-31 {
  width: 5px;
  max-width: 5px;
  min-height: 55px;
  background-color: #e40421;
}

.section-6 {
  background-image: url('../images/bg_lp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-7 {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
}

.text-block-28 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 43px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
  margin-bottom: 40px;
}

.text-span-4 {
  color: #e40421;
}

.div-block-32 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, .1);
}

.text-block-29 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.image-14 {
  max-height: 15px;
}

.text-block-30 {
  font-size: 15px;
  line-height: 24px;
}

.button {
  max-width: 320px;
  color: #e40521;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #e40521;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.button:hover {
  max-width: 320px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e40521;
  border: 2px solid #e40521;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.text-span-5 {
  color: #e40421;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  align-items: flex-start;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.image-15 {
  width: 10px;
  margin-top: 10px;
}

.list {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.button-copy {
  max-width: 170px;
  min-width: 170px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e40521;
  border: 1px solid #e40521;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.button-copy:hover {
  max-width: 170px;
  min-width: 170px;
  color: #fff;
  text-transform: uppercase;
  background-color: #D9272E;
  border: 1px solid #D9272E;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.text-block-31 {
  background-color: #d2d2d2;
  border-radius: 10px;
  padding: 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.text-span-6 {
  color: #e40421;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.div-block-34 {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-35 {
  border-left: 5px solid #e40521;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}

.grid-6 {
  grid-template-rows: auto;
}

.text-block-32 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

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

.image-16 {
  margin-right: 30px;
}

.link-3 {
  color: #e40421;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.text-block-33 {
  color: #23201e;
  font-size: 16px;
  line-height: 26px;
}

.text-block-34 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.grid-7 {
  max-width: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  margin-top: 10px;
}

.text-block-35 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.link-4 {
  color: #151515;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .text-block {
    margin-bottom: 0;
  }

  .form-block {
    max-width: 100%;
  }

  .section-center {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .div-block-13 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-6 {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-21 {
    min-height: 0;
    margin-bottom: 30px;
  }

  .image-8 {
    width: 70px;
  }

  .div-block-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-17 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-18 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-24, .div-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bottom {
    margin-top: 0;
  }

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-20 {
    max-width: 100%;
  }

  .div-block-27 {
    display: none;
  }

  .div-block-28 {
    padding-top: 50px;
    display: none;
  }

  .text-block-21 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-top {
    margin-top: 0;
  }

  .div-block-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-top-thx, .section-bottom-thx {
    margin-top: 0;
  }

  .text-block-22 {
    font-size: 28px;
    line-height: 48px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-25 {
    max-width: 100%;
  }

  .image-13 {
    width: 100%;
    display: block;
  }

  .heading-7 {
    font-size: 40px;
  }

  .text-block-28 {
    font-size: 22px;
    line-height: 36px;
  }

  .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-31 {
    top: -20px;
  }

  .div-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .div-block-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-11 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-6 {
    max-width: 160px;
  }

  .text-block-13 {
    margin-right: 10px;
  }

  .heading-6 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .image-8 {
    max-width: 80px;
  }

  .div-block-22 {
    min-height: 100px;
  }

  .text-block-17 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-10 {
    width: 145px;
  }

  .text-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .text-block-28 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-29 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-11 {
    border-radius: 0;
    padding: 20px;
  }

  .image-6 {
    max-width: 150px;
  }

  .text-block-13 {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-21 {
    min-height: 0;
    margin-bottom: 20px;
  }

  .image-8 {
    max-width: 75px;
  }

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

  .div-block-22 {
    min-height: 80px;
  }

  .div-block-23 {
    text-align: center;
  }

  .text-block-17 {
    margin-bottom: 10px;
  }

  .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-10 {
    width: 100px;
    max-width: 240px;
  }

  .div-block-26 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .div-block-28 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-22 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-span-3 {
    font-size: 32px;
  }

  .text-field-2 {
    font-size: 1.1rem;
  }

  .text-block-27 {
    font-size: 22px;
  }

  .heading-7 {
    line-height: 40px;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .div-block-32 {
    padding-top: 50px;
  }

  .text-block-31 {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-35 {
    padding-left: 20px;
  }

  .text-block-32 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-16 {
    margin-right: 20px;
  }

  .link-3 {
    font-size: 26px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-d089b6c2-5ce8-eb2f-23b1-b4c377398f49-3b3ff36d, #w-node-_6143fb24-cf5d-695d-3742-fba9a7773cdd-3b3ff36d, #w-node-_2aea4d68-21e8-4c7c-bf73-9ae841c7ed78-3b3ff36d, #w-node-_9a44b2eb-e0f0-bd23-d7de-7de8820a2f4f-3b3ff36d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_030ffdcb-88a7-6394-71f4-723bcc1098ed-3b3ff36d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c142bb40-27e3-5915-1267-8422017aa9d6-3b3ff36d, #w-node-_159ea7e2-47fd-f6f0-9bdb-292606230cfe-3b3ff36d, #w-node-_82a7f5d5-08dd-702f-6034-d63b03f99f14-3b3ff36d, #w-node-e0588c28-8e4f-508a-7c33-bd376dcee064-3b3ff36d, #w-node-f383e1e3-9280-38b3-5c7b-ac0fb9c6588f-3b3ff36d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


