@charset "UTF-8";
.hero {
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
@media (width <= 63.99875rem) {
  .hero {
    padding-bottom: unset;
  }
}
@media (width <= 47.99875rem) {
  .hero {
    min-height: 100vh;
  }
}
.hero__overline {
  display: flex !important;
  gap: 8px;
  background: rgb(var(--color-accent-primary-rgb)/0.3);
  border: 1px solid rgb(var(--color-accent-primary-rgb)/0.3) !important;
}
.hero__runingline {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border-radius: 20px 20px 20px 0px;
  padding: 6px 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 470px;
  border: 1px solid rgba(191, 159, 105, 0.3);
  backdrop-filter: blur(6px);
}
@media (width <= 63.99875rem) {
  .hero__runingline {
    font-size: 12px;
    padding: 0 10px;
  }
}
.hero__bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
.hero__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (width <= 63.99875rem) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
}
.hero__title {
  font-size: clamp(2rem, 1.6176470588rem + 1.568627451vw, 3.5rem);
  line-height: 1.1;
}
@media (width <= 47.99875rem) {
  .hero__title {
    text-transform: initial;
    margin-top: 8px;
  }
}
.hero__subtitle {
  font-size: 20px;
}
@media (width <= 47.99875rem) {
  .hero__subtitle {
    max-width: unset;
    font-size: 16px;
  }
}
.hero__btn {
  height: 60px;
  padding: 0 46px;
}
@media (width <= 47.99875rem) {
  .hero__btn {
    height: 44px;
    width: 100%;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: span 6;
  position: relative;
}
@media (width <= 63.99875rem) {
  .hero__content {
    grid-column: unset;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 47.99875rem) {
  .hero__content {
    gap: 18px;
  }
}
.hero__aside {
  grid-column: span 6;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (width <= 63.99875rem) {
  .hero__aside {
    grid-column: unset;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    height: 500px;
  }
}
.hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  margin: 20px 0;
  font-size: 16px;
}
@media (width <= 63.99875rem) {
  .breadcrumbs {
    margin: 12px 0;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "›";
  color: inherit;
  opacity: 0.9;
  padding: 0 9px 0 7px;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 300 !important;
  opacity: 50%;
}

.hero__person {
  position: absolute;
  bottom: -102px;
}
@media (width <= 63.99875rem) {
  .hero__person {
    transform: scale(1.2);
    position: relative;
    margin: auto;
  }
}
@media (width <= 47.99875rem) {
  .hero__person {
    transform: scale(1.7);
    bottom: -200px;
    left: 60px;
  }
}

.hero__socials {
  position: absolute !important;
  right: 45px;
  bottom: 82px;
  top: unset;
  padding-top: 40px;
  z-index: 90;
}

.hero__socials-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  filter: drop-shadow(0 10px 30px rgba(32, 18, 0, 0.1));
  border: var(--border-light);
}

.hero__socials-holder:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 1350px) {
  .hero__socials {
    right: 10px;
  }
  .hero__socials-holder {
    width: 30px;
    height: 30px;
  }
  .hero__socials-holder img {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 1070px) {
  .hero__socials {
    display: none;
  }
}
.hero-benefits {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: auto;
  gap: 20px;
}
@media (width <= 63.99875rem) {
  .hero-benefits {
    position: absolute;
    margin-left: unset;
    flex-direction: row;
    bottom: 0;
  }
}
@media (width <= 47.99875rem) {
  .hero-benefits {
    gap: 10px;
  }
}
.hero-benefits__item {
  width: 200px;
  padding: 10px;
  gap: 6px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid rgb(var(--color-accent-primary-rgb)/0.3);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  backdrop-filter: blur(6px);
  border-radius: 20px;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .hero-benefits__item {
    width: unset;
    min-width: 0;
    flex: 1;
  }
}
.hero-benefits__item:first-child {
  background-color: rgb(var(--color-accent-primary-rgb)/0.3);
}
.hero-benefits__item-title {
  font-size: 24px;
  font-weight: 700;
}
@media (width <= 63.99875rem) {
  .hero-benefits__item-title {
    font-size: 15px;
  }
}
@media (width <= 63.99875rem) {
  .hero-benefits__item-text {
    font-size: 14px;
  }
}
.hero-benefits__item svg {
  width: 38px;
}

.hero__form {
  max-width: 550px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  width: 100% !important;
  border: 1px solid rgba(191, 159, 105, 0.2705882353);
}
@media (width <= 47.99875rem) {
  .hero__form {
    padding: 30px 15px;
  }
}
.hero__form input {
  width: 100%;
  height: 57px;
  padding: 0 30px;
  border-radius: 50px;
  border: 1px solid var(--color-accent-primary);
  font-size: 18px;
}

.hero__form .button {
  margin-top: 10px;
}

.hero__form input:not(.btn) {
  color: #ffffff !important;
  border: 1px solid rgb(var(--color-accent-primary-rgb)/0.3) !important;
  background: rgba(255, 255, 255, 0.0784313725) !important;
}

.hero__form input:not(.btn):focus {
  color: var(--color-text) !important;
  background: #ffffff !important;
}

.hero__form .col-12 {
  padding: 0 5px;
}

.hero__form .row {
  margin-left: -5px;
  margin-right: -5px;
  gap: 10px 0;
}/*# sourceMappingURL=hero.css.map */