@charset "UTF-8";

@font-face {
  font-family: Memphis;
  font-weight: normal;
  font-display: swap;
  src: url("memphis.woff2") format("woff2");
}

@font-face {
  font-family: Avenir;
  font-weight: bold;
  font-display: swap;
  src: url("avenir.woff2") format("woff2");
}

body {
  margin: 0;
}

h1,
h2 {
  font-family: "Memphis", Arial, sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  margin: 0;
  margin-bottom: 1rem;
}

h2 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}

p {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;

  @media screen and (min-width: 37.5em) {
    font-size: 24px;
    line-height: 40px;
  }
}

a {
  color: #000000;
  margin: 0 2px;
}

footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100vw;
  background-color: #fff8e3;
  height: 100px;
}

.container {
  display: block;
  min-height: 100vh;
  margin: 0 auto 1rem;
  padding-left: calc(0.5rem * 3);
  padding-right: calc(0.5rem * 3);

  @media screen and (min-width: 37.5em) {
    padding-left: calc(0.5rem * 6);
    padding-right: calc(0.5rem * 6);
  }

  @media screen and (min-width: 56.25em) {
    max-width: 1448px;
    padding-left: calc(0.5rem * 15.5);
    padding-right: calc(0.5rem * 15.5);
  }
}

.accordion {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;

  box-shadow:
    0px 2px 4px 0px rgba(42, 41, 46, 0.16),
    0px 0px 16px 0px rgba(42, 41, 48, 0.08);
  margin-top: 80px;
}

.accordion-item {
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  outline: none;
}

.accordion-item:hover:not(:disabled),
.accordion-item.is-open {
  background: #ffffff;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  outline: none;
}

.accordion-item-title {
  cursor: pointer;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  grid-gap: calc(0.5rem * 2);
  gap: calc(0.5rem * 2);
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.accordion-item-title .accordion-item-arrow-icon {
  margin-left: auto;
  transition: transform 0.4s;
}

.download {
  margin-left: 24px;
  position: relative;
}

.download:before {
  content: "";
  background-image: url(download-icon.svg);

  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;

  height: 16px;
  width: 16px;
  left: -24px;
  position: absolute;
  top: 2px;
}

.box {
  padding: 24px;
  box-shadow: 0px 0px 16px 0px #2a293014;
  background-color: #ffffff;
  margin-top: 80px;

  @media screen and (min-width: 37.5em) {
    width: 399px;
  }
}

.box__container {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 0;
}

.box__row {
  display: flex;
  flex-direction: column;

  @media screen and (min-width: 56.25em) {
    flex-direction: row;
  }
}

.box-second {
  margin-bottom: 0;

  @media screen and (min-width: 37.5em) {
    height: 28px;
  }
}

.box__item {
  padding: 1rem;
  flex-basis: 100%;

  @media screen and (min-width: 37.5em) {
    padding-top: 0;
  }
}

.box-item__icon {
  margin-bottom: 0;
  @media screen and (min-width: 37.5em) {
    margin-bottom: 1rem;
  }
}

.box-item__icon img {
  height: 24px;
}

.box-item__description p,
.box-item__description li {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
}

.phone-second {
  margin-top: 32px;
}

.icon {
  display: inline-flex;
  flex-shrink: 0;
  vertical-align: middle;
}

.logo-container {
  margin-bottom: 1.5rem;
  @media screen and (min-width: 37.5em) {
    margin-bottom: 3rem;
  }
}

.logo {
  box-shadow:
    0 0 16px rgba(195, 182, 141, 0.16),
    0 2px 4px rgba(225, 220, 203, 0.4);
  display: block;
  height: 79px;
  width: 165px;

  @media screen and (min-width: 37.5em) {
    height: 79px;
    width: 165px;
  }
}

.icon-phone {
  position: relative;
  display: inline;
  width: 24px;
  height: 24px;
  bottom: -4px;
  margin: 0 4px;
}

.phone {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 12px 18px 12px 18px;
  border-radius: 72px;
  border: 2px solid #e5e5e5;
}
