body {
  position: relative;
  font-size: 16px;
  line-height: 37;
  color: var(--text);
  font-family: "Plus Jakarta Sans";
}

[class*=__conteiner] {
  max-width: 1200px;
  padding: 100px 0px;
  margin: 0 auto;
}

.title {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  padding-bottom: 90px;
}

.subtitle {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 10px;
}

.span {
  color: var(--primary);
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

button {
  line-height: 1;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

h1 {
  font-size: 76px;
}

.button {
  color: #fff;
  font-size: 18px;
  padding: 18px 54px;
  background-color: var(--primary);
  border-radius: 10px;
  box-shadow: 3px 9px 42px #5e6282;
}

:root {
  --primary: #4475f2;
  --head: #181e4b;
  --text: #5e6282;
}

.header__conteiner {
  padding: 60px 0 0 0;
  display: flex;
  align-items: center;
  gap: 140px;
}

.menu__list {
  display: flex;
  gap: 40px;
  align-items: center;
}

.menu__link {
  color: #9a9ea6;
  transition: all 0.3s ease;
}
.menu__link:hover {
  color: var(--primary);
}

.hero__conteiner {
  display: flex;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.hero__title {
  font-size: 77px;
  line-height: 1.2;
  padding: 0;
  width: 620px;
  letter-spacing: -4%;
}

.hero__text {
  text-align: left;
  max-width: 500px;
  line-height: 1.87;
}

.hero__foto {
  z-index: 2;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
}

.book {
  display: flex;
  gap: 185px;
  justify-content: center;
}
.book__foto {
  padding: 28px;
  width: 102px;
  height: 102px;
  background-color: var(--primary);
  border-radius: 26px;
  box-shadow: 3px 9px 42px #5e6282;
}

.book__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.book__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.book__text {
  text-align: center;
  line-height: 1.5;
  width: 280px;
}

.services__block {
  display: flex;
  gap: 125px;
}

.block__title {
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
  max-width: 380px;
}

.block__text {
  margin-bottom: 15px;
  line-height: 1.87;
  max-width: 420px;
}

.reviews__cards {
  display: flex;
  gap: 50px;
}

.card__item {
  width: 370px;
  height: 455px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 9px 42px #5e6282;
}

.card__foto {
  width: 150px;
  height: 150px;
}

.card__text {
  max-width: 250px;
  text-align: center;
}

.card__name {
  color: var(--primary);
}

.card__work {
  color: #000;
  font-weight: 600;
}

.location__map {
  width: 100%;
  height: 405px;
}

.footer__conteiner {
  max-width: 100%;
  padding: 0;
}

.footer__content {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer__element {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 50px;
}

.footer__title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.footer__link {
  margin-top: 10px;
  color: var(--primary);
}

.footer__socials {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.footer__copy {
  margin-top: 90px;
  background-color: var(--primary);
  width: 100%;
}

.footer__copys {
  color: #fff;
  text-align: center;
  padding: 50px 0;
}/*# sourceMappingURL=style.css.map */