/* Home v2 specific styling. Loaded only by home-v2.blade.php. */

.home_v2__hero {
  background-position: center center;
  min-height: 640px;
  position: relative;
}

.home_v2__hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.18) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home_v2__hero .container {
  position: relative;
  z-index: 1;
}

.home_v2__hero .hero__inner__blk {
  max-width: 660px;
  padding: 76px 0 190px;
}

.home_v2__hero .hero__title h2 {
  font-size: 54px;
  line-height: 1.03;
  letter-spacing: 0;
}

.home_v2__hero .hero__title h2 strong,
.home_v2__hero .hero__title h2 span {
  color: #f5b400;
}

.home_v2__hero .hero__content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.home_v2__hero .hero__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.home_v2__hero .header__menu__btn a {
  background: #f5b400;
  border: 1px solid #f5b400;
  color: #000;
  min-width: 0;
}

.home_v2__hero .header__menu__btn:nth-child(2) a {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

.home_v2__hero .header__menu__btn:nth-child(2) a:hover,
.home_v2__hero .header__menu__btn:nth-child(2) a:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff;
  color: #fff;
}

.home_v2__hero .header__menu__btn a span,
.home_v2__hero .header__menu__btn a i {
  color: inherit;
}

.home_v2__hero_usps {
  align-items: stretch;
  backdrop-filter: blur(16px);
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.96), rgba(28, 28, 28, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  bottom: -72px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.3);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 2;
}

.home_v2__hero_usp {
  align-items: center;
  display: flex;
  gap: 20px;
  min-width: 0;
  padding: 28px 28px;
}

.home_v2__hero_usp + .home_v2__hero_usp {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home_v2__hero_usp_icon {
  align-items: center;
  color: #f5b400;
  display: flex;
  flex: 0 0 46px;
  font-size: 40px;
  justify-content: center;
}

.home_v2__hero_usp > div:last-child {
  min-width: 0;
}

.home_v2__hero_usp h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
  overflow-wrap: anywhere;
}

.home_v2__hero_usp p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}

.home_v2__hero + .assortment_block__area,
.home_v2__hero + .service__area,
.home_v2__hero + .textblock__area,
.home_v2__hero + .image_text__area {
  padding-top: 148px;
}

.home_v2__hero + .assortment_block__area {
  padding-bottom: 64px;
}

.home_v2__hero + .assortment_block__area .assortment_block__area {
  padding-top: 0;
}

.home_v2__hero ~ .assortment_block__area {
  background: #fff;
}

.home_v2__hero ~ .assortment_block__area .assortment_block__title h2 {
  font-size: 36px;
}

.home_v2__hero ~ .assortment_block__area .assortment_block__card {
  background: #f8f8f8;
}

.home_v2__hero ~ .service__area {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 32px auto;
  max-width: 1460px;
  padding: 64px 0;
}

.home_v2__hero ~ .textblock__area {
  padding: 64px 0;
}

.home_v2__hero ~ .image_text__area {
  padding: 56px 0;
}

.compact_image_text__area {
  padding: 18px 0 26px;
}

.text_contact_form__toggle_wrap {
  display: none;
}

.text_contact_form__toggle {
  align-items: center;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  padding: 12px 20px;
  transition: 0.25s ease;
}

.text_contact_form__toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.text_contact_form__toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.text_contact_form__toggle:hover,
.text_contact_form__toggle:focus {
  background: #f5b400;
  border-color: #f5b400;
  color: #111111;
}

.compact_image_text__card {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.compact_image_text__card > .row > .col-lg-6 {
  display: flex;
}

.compact_image_text__content {
  height: 100%;
  padding: 40px 48px;
}

.compact_image_text__content h2 {
  color: #111111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.compact_image_text__text {
  color: #222222;
  font-family: roboto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.compact_image_text__text p:last-child {
  margin-bottom: 0;
}

.compact_image_text__text ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 26px 0 24px;
  padding: 0;
}

.compact_image_text__text li {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
  color: #222222;
  font-family: roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  padding: 16px 22px 16px 58px;
  position: relative;
}

.compact_image_text__text li::before {
  background: #f5b400;
  border-radius: 8px;
  color: #111111;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  height: 32px;
  left: 16px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 32px;
}

.compact_image_text__text li strong,
.compact_image_text__text li b {
  color: #111111;
  display: inline;
  font-weight: 700;
  margin-right: 6px;
  min-width: 0;
  white-space: nowrap;
}

.compact_image_text__text a {
  color: #f5b400;
  font-weight: 700;
  text-decoration: none;
}

.compact_image_text__image {
  background: #0b0b0b;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.compact_image_text__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
}

.cta_block_dark__area {
  padding: 18px 0 26px;
}

.cta_block_dark__card {
  background: linear-gradient(135deg, #111111, #1d1d1d);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  overflow: hidden;
}

.cta_block_dark__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 46px 52px;
}

.cta_block_dark__heading {
  align-items: flex-start;
  display: flex;
  gap: 22px;
}

.cta_block_dark__icon {
  align-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  flex: 0 0 58px;
  font-size: 34px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.cta_block_dark__heading h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0;
  text-transform: uppercase;
}

.cta_block_dark__text {
  color: rgba(255, 255, 255, 0.88);
  font-family: roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  margin-top: 28px;
}

.cta_block_dark__text p:last-child {
  margin-bottom: 0;
}

.cta_block_dark__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.cta_block_dark__actions .card__btn a {
  background: #f5b400;
  border: 1px solid #f5b400;
  color: #111111;
}

.cta_block_dark__actions .card__btn a:hover,
.cta_block_dark__actions .card__btn a:focus {
  background: #de9f00;
  border-color: #de9f00;
  color: #111111;
}

.cta_block_dark__actions .card__btn a span,
.cta_block_dark__actions .card__btn a i {
  color: inherit;
}

.cta_block_dark__divider {
  color: rgba(255, 255, 255, 0.72);
  font-size: 24px;
  line-height: 1;
}

.cta_block_dark__phone {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  text-decoration: none;
}

.cta_block_dark__phone:hover,
.cta_block_dark__phone:focus {
  color: #f5b400;
}

.cta_block_dark__image {
  background: #050505;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
  min-height: 360px;
}

.cta_block_dark__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .home_v2__hero_usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home_v2__hero_usp:nth-child(odd) {
    border-left: 0;
  }

  .home_v2__hero {
    min-height: 720px;
  }

  .compact_image_text__content {
    padding: 34px 32px;
  }

  .compact_image_text__image {
    min-height: 300px;
  }

  .cta_block_dark__content {
    padding: 38px 34px;
  }

  .cta_block_dark__image {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .text_contact_form__toggle_wrap {
    display: block;
    margin: 18px 0 20px;
  }

  .text_contact_form__toggle {
    width: 100%;
  }

  .text_contact_form__form_wrap.is-collapsed {
    display: none;
  }

  .compact_image_text__card > .row > .col-lg-6 {
    display: block;
  }

  .home_v2__hero {
    min-height: auto;
  }

  .home_v2__hero .hero__inner__blk {
    padding: 48px 0 40px;
  }

  .home_v2__hero .hero__title h2 {
    font-size: 36px;
  }

  .home_v2__hero_usps {
    bottom: auto;
    grid-template-columns: 1fr;
    left: auto;
    margin-top: 24px;
    position: relative;
    right: auto;
  }

  .home_v2__hero_usp {
    border-left: 0 !important;
    padding: 22px;
  }

  .home_v2__hero_usp + .home_v2__hero_usp {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home_v2__hero + .assortment_block__area,
  .home_v2__hero + .service__area,
  .home_v2__hero + .textblock__area,
  .home_v2__hero + .image_text__area {
    padding-top: 64px;
  }

  .compact_image_text__area {
    padding: 16px 0 22px;
  }

  .compact_image_text__content {
    padding: 28px 22px;
  }

  .compact_image_text__content h2 {
    font-size: 24px;
  }

  .compact_image_text__text {
    font-size: 16px;
  }

  .compact_image_text__text li {
    padding: 14px 16px 14px 52px;
  }

  .compact_image_text__text li::before {
    left: 14px;
    top: 12px;
  }

  .compact_image_text__text li strong,
  .compact_image_text__text li b {
    display: inline;
    margin: 0 6px 0 0;
    min-width: 0;
    white-space: normal;
  }

  .compact_image_text__image {
    min-height: 240px;
  }

  .compact_image_text__image img {
    position: absolute;
  }

  .cta_block_dark__area {
    padding: 16px 0 22px;
  }

  .cta_block_dark__content {
    padding: 30px 22px;
  }

  .cta_block_dark__heading {
    gap: 16px;
  }

  .cta_block_dark__icon {
    flex-basis: 48px;
    font-size: 28px;
    height: 48px;
    width: 48px;
  }

  .cta_block_dark__heading h2 {
    font-size: 24px;
  }

  .cta_block_dark__text {
    font-size: 16px;
    margin-top: 22px;
  }

  .cta_block_dark__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }

  .cta_block_dark__divider {
    display: none;
  }

  .cta_block_dark__phone {
    font-size: 16px;
  }

  .cta_block_dark__image {
    min-height: 230px;
  }
}

.footer_v2__contact {
  background: #fff;
  padding: 56px 0 0;
}

.footer_v2__contact .container,
.footer_v2__bottom .container {
  max-width: 1460px;
}

.footer_v2__grid {
  background: #f5b400;
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
}

.footer_v2__panel {
  padding: 52px 48px;
}

.footer_v2__panel_form {
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.footer_v2__title {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 34px;
}

.footer_v2__title span {
  align-items: center;
  border: 3px solid #000;
  border-radius: 999px;
  color: #000;
  display: flex;
  flex: 0 0 58px;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.footer_v2__panel_form .footer_v2__title span {
  border: 0;
  border-radius: 0;
  font-size: 52px;
}

.footer_v2__title h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.footer_v2__locations {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer_v2__location h3 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer_v2__location a,
.footer_v2__location p {
  align-items: flex-start;
  color: #000;
  display: flex;
  font-size: 15px;
  gap: 4px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.footer_v2__location i {
  flex: 0 0 16px;
  line-height: 1.35;
}

.footer_v2__socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.footer_v2__socials a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 18px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.footer_v2__form_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
}

.footer_v2__form input:not([type="checkbox"]),
.footer_v2__form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  padding: 8px 0 13px;
  width: 100%;
}

.footer_v2__form textarea {
  margin-bottom: 26px;
  resize: vertical;
}

.footer_v2__form input::placeholder,
.footer_v2__form textarea::placeholder {
  color: rgba(0, 0, 0, 0.62);
}

.footer_v2__privacy {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 15px;
  gap: 10px;
  margin-bottom: 30px;
}

.footer_v2__privacy input {
  flex: 0 0 auto;
}

.footer_v2__submit {
  display: flex;
  justify-content: flex-end;
}

.footer_v2__submit button {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 999px;
  color: #f5b400;
  display: inline-flex;
  font-size: 17px;
  font-weight: 700;
  gap: 14px;
  min-width: 210px;
  padding: 18px 32px;
  justify-content: center;
}

.footer_v2__bottom {
  background: #ffffff;
  color: #ffffff;
  padding: 0 0 40px;
}

.footer_v2__bottom_grid {
  align-items: flex-start;
  background: #050505;
  display: grid;
  gap: 82px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2fr);
  padding: 36px 48px 40px;
}

.footer_v2__logo {
  display: inline-flex;
  margin-bottom: 28px;
}

.footer_v2__logo img {
  display: block;
  height: auto;
  max-width: 220px;
  width: 100%;
}

.footer_v2__brand p {
  color: rgba(255, 255, 255, 0.76);
  font-family: roboto;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.footer_v2__menus {
  display: grid;
  gap: 52px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer_v2__menu h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
}

.footer_v2__menu ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_v2__menu a {
  color: rgba(255, 255, 255, 0.82);
  font-family: roboto;
  font-size: 14px;
  line-height: 1.25;
}

.footer_v2__menu a:hover,
.footer_v2__menu a:focus {
  color: #f5b400;
}

.footer_v2__subfooter {
  align-items: center;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  padding: 18px 48px 22px;
}

.footer_v2__subfooter_socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer_v2__subfooter_socials a {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: 0.25s ease;
}

.footer_v2__subfooter_socials a:hover,
.footer_v2__subfooter_socials a:focus {
  color: #f5b400;
}

.footer_v2__subfooter_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_v2__subfooter_menu a {
  color: rgba(255, 255, 255, 0.82);
  font-family: roboto;
  font-size: 14px;
  line-height: 1.25;
  transition: 0.25s ease;
}

.footer_v2__subfooter_menu a:hover,
.footer_v2__subfooter_menu a:focus {
  color: #f5b400;
}

.footer_v2__subfooter_copy {
  color: rgba(255, 255, 255, 0.82);
  font-family: roboto;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .footer_v2__grid {
    grid-template-columns: 1fr;
  }

  .footer_v2__panel_form {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }

  .footer_v2__bottom_grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .footer_v2__subfooter {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .footer_v2__menus {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .footer_v2__panel {
    padding: 34px 22px;
  }

  .footer_v2__locations,
  .footer_v2__form_grid {
    grid-template-columns: 1fr;
  }

  .footer_v2__title h2 {
    font-size: 24px;
  }

  .footer_v2__submit {
    justify-content: flex-start;
  }

  .footer_v2__bottom {
    padding: 0 0 34px;
  }

  .footer_v2__bottom_grid {
    padding: 30px 22px 34px;
  }

  .footer_v2__subfooter {
    padding: 18px 22px 0;
  }

  .footer_v2__subfooter_menu ul {
    justify-content: flex-start;
  }

  .footer_v2__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .footer_v2__menus {
    grid-template-columns: 1fr;
  }
}
