/* Tejori — footer */

.ftr {
  background: #fafafa;
}

.ftr__top {
  padding: 2.083vw 0 1.563vw;
}

/* ---------- brand row ---------- */

.ftr__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.563vw;
  margin-bottom: 1.563vw;
  border-bottom: .052vw solid #8064bf;
}

.ftr__logo img {
  width: 100%;
  max-width: 10.417vw;
}

.ftr__soc {
  display: flex;
  align-items: center;
  gap: 1.563vw;
  line-height: 0;
}

.ftr__soc svg {
  display: inline;
  width: 1.979vw;
}

.ftr__soc .fb {
  height: 32px;
}

.ftr__soc .tt {
  height: 34px;
}

.ftr__soc .ig {
  height: 38px;
}

/* ---------- columns ---------- */

.ftr__body {
  display: flex;
  column-gap: 14.063vw;
}

.ftr__cols {
  display: flex;
  column-gap: 14.063vw;
}

.ftr__h {
  margin: 0 0 1.302vw;
  font-size: 1.146vw;
  font-weight: 700;
  line-height: 1;
  color: var(--c-ink);
}

.ftr__col li {
  line-height: 1;
  margin-bottom: .781vw;
}

.ftr__col a {
  display: inline-block;
  font-size: 1.146vw;
  font-weight: 500;
  line-height: 1;
  color: var(--c-ink);
  text-decoration: none;
}

.ftr__col a:hover {
  color: #f89521;
}

/* ---------- newsletter ---------- */

.ftr__news {
  width: 31.042vw;
}

.ftr__h2 {
  margin: 0 0 1.042vw;
  font-size: 2.292vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--c-ink);
}

.ftr__sub {
  margin: 0;
  font-size: 1.042vw;
  line-height: 1.302vw;
  color: var(--c-ink);
}

.ftr__form {
  position: relative;
  margin-top: 1.302vw;
  line-height: 1;
}

.ftr__in {
  width: 100%;
  height: 2.083vw;
  padding: 0 6.25vw 0 1.042vw;
  font-family: inherit;
  font-size: .938vw;
  color: #1b283c;
  border: .104vw solid var(--c-green);
  border-radius: .521vw;
  outline: none;
}

.ftr__go {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.865vw;
  height: 2.083vw;
  font-size: 1.146vw;
  font-weight: 700;
  line-height: 1.547vw;
  color: #fff;
  background: var(--c-green);
  border-radius: 0 .521vw .521vw 0;
}

.ftr__reg {
  margin: 1.823vw 0 0;
  font-size: .781vw;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-ink);
}

/* ---------- bottom bar ---------- */

.ftr__bot {
  padding: .833vw .781vw;
  text-align: center;
  background: #fff;
}

.ftr__bot small,
.ftr__bot a {
  font-size: .833vw;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}

.ftr__bot a:hover {
  color: #f26d21;
}

/* ---------- mobile ---------- */

@media (max-width: 767px) {
  .ftr__top {
    max-width: 100%;
    padding: 9.091vw 4.545vw 6.818vw;
  }

  .ftr__brand {
    padding-bottom: 9.091vw;
    margin-bottom: 9.091vw;
  }

  .ftr__logo img {
    max-width: 35.75vw;
    margin-inline: auto;
  }

  .ftr__soc {
    gap: 5.682vw;
    justify-content: center;
  }

  .ftr__soc li {
    line-height: 1;
  }

  .ftr__soc .fb {
    width: 3.436vw;
  }

  .ftr__soc .tt,
  .ftr__soc .ig {
    width: 6.872vw;
  }

  .ftr__body {
    display: block;
  }

  .ftr__cols {
    column-gap: 2.326vw;
    row-gap: 2.326vw;
    flex-wrap: wrap;
  }

  .ftr__col {
    flex: 1 1 48%;
  }

  .ftr__h {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .ftr__col li {
    margin-bottom: 2.955vw;
  }

  .ftr__col a {
    font-size: 4.545vw;
    line-height: 1.4;
  }

  .ftr__news {
    width: auto;
  }

  .ftr__h2 {
    margin: 1.818vw 0;
    font-size: 5.455vw;
    line-height: 6.818vw;
    color: #000;
  }

  .ftr__sub {
    font-size: 3.409vw;
    line-height: 4.261vw;
  }

  .ftr__form {
    margin-top: 4.091vw;
  }

  .ftr__in {
    height: 9.091vw;
    padding: 1.163vw 24.419vw 1.163vw 4.651vw;
    font-size: 4.545vw;
    font-weight: 400;
    color: var(--c-ink);
    border-radius: 2.273vw;
  }

  .ftr__go {
    width: 25.227vw;
    height: 9.091vw;
    font-size: 5vw;
    border-radius: 0 2.273vw 2.273vw 0;
  }

  .ftr__reg {
    margin: 6.818vw 0 0;
    font-size: 3.182vw;
    line-height: 4.261vw;
    letter-spacing: 0;
  }

  .ftr__bot {
    padding: 1.023vw 4.545vw;
  }

  .ftr__bot small,
  .ftr__bot a {
    font-size: 2.727vw;
  }
}
