.banner {
  padding-top: 118px;
  padding-bottom: 118px;
  background: var(--banner-bg-color);
  background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  max-width: 1600px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-size: cover;
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .banner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  }
}
@media screen and (min-width: 768px) {
  .banner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .banner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  }
}
@media screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .banner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/droneBg.jpg");
  }
}

.banner__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 450px) {
  .banner__title {
    font-size: 26px;
    line-height: 1.62;
  }
}
@media screen and (max-width: 1199px) {
  .banner__title {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__title {
    font-size: 44px;
    line-height: 1.36;
  }
}
.banner__title {
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--banner-title-color);
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--btn-text-color);
  background: var(--btn-bg-color);
  box-shadow: 0px 4px 4px var(--btn-shadow);
  border-radius: 4px;
  cursor: pointer;
  border-style: none;
  padding: 10px 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover, .btn:focus {
  background: var(--btn-accent-color);
}

@media screen and (min-width: 768px) {
  .hero-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.hero-list__item {
  flex-grow: 1;
}
@media screen and (max-width: 767.99px) {
  .hero-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.97px) {
  .hero-list__item {
    width: calc(50% - 30px);
  }
  .hero-list__item:nth-child(even) {
    margin-left: 30px;
  }
  .hero-list__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-list__item:not(:first-child) {
    margin-left: 30px;
  }
  .hero-list__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .hero-list__item {
    width: calc(25% - 30px);
  }
}

.hero-list__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-list__title {
    text-align: left;
  }
}
.hero-list__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-list__text {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: var(--hero-text-color);
  margin-top: 10px;
}

.hero-list__signs {
  display: inline-flex;
  width: 100%;
  height: 120px;
  background: #f5f4fa;
  border-radius: 4px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.hero-list__icons {
  fill: var(--c-btn-text-color);
}

.follow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .follow-wrap {
    flex-direction: row;
  }
}

.follow-label {
  display: block;
}

.follow-input {
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  color: var(--banner-title-color);
  width: 100%;
  height: 50px;
  padding-left: 16px;
}
.follow-input::placeholder {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .follow-input {
    width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .follow-input {
    width: 358px;
  }
}

.follow-btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.06em;
  border: none;
  color: var(--banner-title-color);
  background-color: var(--btn-bg-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 50px;
  padding: 10px 28px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .follow-btn {
    margin-top: 0;
    margin-left: 12px;
  }
}
.follow-btn {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.follow-btn:hover, .follow-btn:focus {
  background-color: var(--btn-accent-color);
}

.follow-icon {
  fill: var(--btn-bg-color);
  margin-left: 10px;
}

.footer-form {
  margin-left: auto;
}

.follow-label .invite-title {
  margin-bottom: 20px;
}

/*# sourceMappingURL=index.css.map */
