body {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #222222;
  padding-top: 78px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section {
  overflow: hidden;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 10px 24px 3px rgba(138, 138, 138, 0.09);
  background-color: #ffffff;
}
header .row {
  padding: 0 15px;
  flex-wrap: nowrap;
}
header .logo img {
  max-width: 184px;
}
header .nav {
  flex-grow: 1;
}
header .nav__desctop {
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
}
header .nav__desctop li a {
  color: #282828;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  text-decoration: none;
}
header .nav__mobile {
  display: none;
}
header .menu {
  display: none;
}
header .phone i {
  transform: rotateY(180deg);
  font-size: 14px;
}
header .phone a {
  color: #222222;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  text-decoration: none;
}
header .phone a span {
  color: #5e82db;
  font-weight: 800;
}

.home {
  position: relative;
  background: #fafafa;
  padding: 150px 0 200px;
}
.home canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home .container {
  position: relative;
}
.home__bg {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
}
.home .center {
  position: relative;
  z-index: 1;
}
.home__header {
  display: inline-block;
}
.home__title {
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3.46px;
}
.home__subtitle {
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3.46px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.home__subtitle span {
  color: #5e82db;
}
.home__sale {
  opacity: 0.5;
  color: #222222;
  font-family: Gilroy;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.42px;
  text-align: right;
}
.home__sale span {
  text-decoration: line-through;
}
.home__buy {
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.8px;
  padding-bottom: 40px;
}
.home__buy span {
  color: #f28839;
}
.home .form {
  border: 10px solid #f17a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px;
  max-width: 500px;
}
.home .form__group {
  width: 80%;
  position: relative;
}
.home .form__group:not(:last-child) {
  padding-bottom: 20px;
}
.home .form__group__title {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.home .form__group__title span {
  color: #f28839;
  font-size: 36px;
}
.home .form__group i {
  position: absolute;
  top: 3px;
  left: 5px;
}
.home .form__group .fa-phone {
  transform: rotateY(180deg);
}
.home .form__group input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #acacac;
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
  padding: 0 0 10px 30px;
  background: transparent;
}
.home .form__group input:placeholder {
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
}
.home .form__group input:focus {
  outline: none;
}
.home .form__group button {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  box-shadow: -11px 7px 37px 7px rgba(97, 133, 220, 0.18);
  background-color: #b8b8b8;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
}
.home__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100%;
  padding: 25% 0;
}
.home__image img {
  max-width: calc(100vw / 2);
  position: absolute;
  left: -20%;
}
