/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/hero.scss ***!
  \*****************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Roboto ", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero_bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero_bg_left, .hero_bg_right {
  position: absolute;
  bottom: -155px;
  z-index: -1;
}
.hero_bg_left {
  left: 0;
}
.hero_bg_right {
  right: 0;
}
.hero .container {
  position: relative;
  padding-top: 94px;
  padding-bottom: 161px;
}
.hero__content > h1 {
  position: relative;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  margin-bottom: 8px;
  max-width: 837px;
  width: 100%;
  z-index: 2;
  color: #333;
}
.hero__content > h1:before {
  position: absolute;
  top: -72px;
  left: -20px;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 557px;
  background-image: url("data:image/svg+xml,%3Csvg width=%271157%27 height=%27685%27 viewBox=%270 0 1157 685%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg filter=%27url%28%23filter0_f_3_479%29%27%3E%3Cellipse cx=%27578.5%27 cy=%27342.5%27 rx=%27418.5%27 ry=%27182.5%27 fill=%27%23E6E6E6%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_f_3_479%27 x=%270%27 y=%270%27 width=%271157%27 height=%27685%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur stdDeviation=%2780%27 result=%27effect1_foregroundBlur_3_479%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero__content .subtitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 73px;
     -moz-column-gap: 73px;
          column-gap: 73px;
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
}
.hero__content .subtitles .subtitle_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  max-width: 580px;
}
.hero__content .subtitles .subtitle_1 p {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
}
.hero__content .subtitles .subtitle_1 strong {
  font-weight: 400;
}
.hero__content .subtitles .subtitle_2 {
  background: linear-gradient(249.89deg, #d8c9b3 -4.91%, rgba(239, 239, 239, 0.99) 63.4%);
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.0509803922);
  max-width: 438px;
}
.hero__content .subtitles .subtitle_2 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  padding: 12px 13px;
}
.hero__content .subtitles .subtitle_2 strong {
  font-weight: 700;
}
.hero__advantages {
  position: relative;
}
.hero__advantages .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -120px;
  z-index: 1;
}
.hero__advantages .advantages > :nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(rgba(239, 239, 239, 0.99)));
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(239, 239, 239, 0.99) 100%);
}
.hero__advantages .advantages > :nth-child(even) {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(216, 216, 216, 0.99)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(216, 216, 216, 0.99) 100%);
}
.hero__advantages .advantages > :first-child {
  border-radius: 30px 0 0 30px;
}
.hero__advantages .advantages > :last-child {
  border-radius: 0 30px 30px 0;
}
.hero__advantages .advantage {
  width: 300px;
  height: 206px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.hero__advantages .advantage--img {
  width: 64px;
  height: 64px;
}

@media (max-width: 1280px) {
  .hero .container {
    padding-top: 10px;
    padding-bottom: 86px;
  }
  .hero__content > h1 {
    font-size: 46px;
  }
  .hero__content > p.subtitle {
    font-size: 26px;
  }
  .hero__advantages .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    top: -45px;
  }
  .hero__advantages .advantages > :first-child,
  .hero__advantages .advantages > :last-child {
    border-radius: 30px;
  }
  .hero__advantages .advantage {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .hero__advantages .advantage--img {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .hero .container {
    position: relative;
    padding-top: 42px;
    padding-bottom: 82px;
  }
  .hero__content > h1 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 24px;
    max-width: none;
    text-align: center;
  }
  .hero__content > h1:before {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 557px;
    background-image: url("data:image/svg+xml,%3Csvg width=%271157%27 height=%27685%27 viewBox=%270 0 1157 685%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg filter=%27url%28%23filter0_f_3_479%29%27%3E%3Cellipse cx=%27578.5%27 cy=%27342.5%27 rx=%27418.5%27 ry=%27182.5%27 fill=%27%23E6E6E6%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_f_3_479%27 x=%270%27 y=%270%27 width=%271157%27 height=%27685%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur stdDeviation=%2780%27 result=%27effect1_foregroundBlur_3_479%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hero__content .subtitles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .hero__content .subtitles .subtitle_1 {
    max-width: none;
  }
  .hero__content .subtitles .subtitle_1 p {
    font-size: 18px;
  }
  .hero__content .subtitles .subtitle_2 {
    max-width: none;
  }
  .hero__content .subtitles .subtitle_2 p {
    font-size: 16px;
  }
  .hero__advantages .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    top: -45px;
  }
  .hero__advantages .advantages > :first-child,
  .hero__advantages .advantages > :last-child {
    border-radius: 30px;
  }
  .hero__advantages .advantage {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .hero__advantages .advantage--img {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .hero__advantages .advantage {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__advantages .advantage > p {
    text-align: center;
  }
}
