* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  background-color: #20202D;
  margin: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 945px;
  width: 90%;
}

.section {
  padding: 64px 0 92px;
}

.section-title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 84px;
}

.hero {
  padding-top: 50px;
  padding-bottom: 155px;
  background: linear-gradient(0.01deg, #000000 0.01%, rgba(0, 0, 0, 0) 95.44%);
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 105px;
}

.hero-subtitle {
  font-size: 24px;
  color: #FFBB01;
  line-height: 28px;
  display: block;
  margin-bottom: 14px;
}

.hero-title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  nm: 20px;
}

.hero-description {
  font-size: 16px;
  line-height: 28px;
  max-width: 420px;
  margin-bottom: 38px;
}

.hero-avatar {
  width: 389px;
  height: 389px;
  border-radius: 50%;
  background-image: url("../img/andreySheff.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border: 13px solid #fff;
}

.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FDDE76), to(#FFBB01));
  background: linear-gradient(180deg, #FDDE76 0%, #FFBB01 100%);
  -webkit-box-shadow: 0px 4px 0px #B68500;
          box-shadow: 0px 4px 0px #B68500;
  border: none;
  border-radius: 5px 5px 10px 10px;
  padding: 20px 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2E2E30;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-link {
  margin-left: 20px;
}

.social-link:first-child {
  margin-left: 0;
}

.features {
  background-color: #000;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features-item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 63px;
}

.features-image {
  display: block;
  margin-bottom: 22px;
}

.features-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;
}

.features-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.project-image {
  border-radius: 6px;
  max-width: 338px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 41px;
}

.project-icon {
  margin-right: 16px;
}

.project-subtitle {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 7px;
}

.project-paragraph {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

.project-time, .project-cost {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 44px;
}

.project-time, .project-cost, .project-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.projects {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(95.44%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 95.44%);
}

.projects-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}

.projects-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #FFBB01;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.projects-bullet-active {
  background-color: #FFBB01;
}

.contacts-form {
  background-color: #fff;
  -webkit-box-shadow: -5px 5px 0px #FFC41D;
          box-shadow: -5px 5px 0px #FFC41D;
  border-radius: 5px;
  max-width: 380px;
  padding: 40px 48px 49px;
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 42px;
}

.contacts-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contacts-phone, .contacts-mail {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 53px;
}

.contacts-social {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.contacts-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 15px;
}

.contacts-link {
  text-decoration: none;
  color: inherit;
  margin-right: 37px;
}

.contacts-link:hover {
  text-decoration: underline;
}

.contacts-link:last-child {
  margin-right: 0;
}

.contacts-policy {
  color: #A5A5A5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  line-height: 18px;
  font-size: 15px;
  display: inline-block;
  margin-top: 73px;
}

.form-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0;
  margin-bottom: 29px;
}

.form-button {
  width: 100%;
}

.input {
  background: #F8F8F8;
  -webkit-box-shadow: inset 0px 3px 10px rgba(199, 199, 199, 0.25);
          box-shadow: inset 0px 3px 10px rgba(199, 199, 199, 0.25);
  border-radius: 5px;
  padding: 18px 20px;
  width: 100%;
  border: none;
  color: #949494;
  font-size: 14px;
  line-height: 28px;
  padding-left: 50px;
}

.input-name {
  margin-bottom: 17px;
  background-image: url("../img/form/user-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
}

.input-phone {
  margin-bottom: 17px;
  background-image: url("../img/form/phone-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
}

@media (max-width: 1100px) {
  .hero-avatar {
    width: 300px;
    height: 300px;
    border-width: 10px;
  }
}

@media (max-width: 836px) {
  .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-avatar {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 300px;
    height: 300px;
    border-width: 10px;
    margin-bottom: 17px;
  }
  .hero-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .features-item {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .projects-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-image {
    margin-bottom: 46px;
  }
  .contacts-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-form {
    margin-bottom: 58px;
  }
}

@media (max-width: 564px) {
  .section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 60px;
  }
  .hero {
    padding-bottom: 75px;
  }
  .hero-subtitle {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .hero-avatar {
    width: 113px;
    height: 113px;
    border-width: 3px;
  }
  .hero-header {
    margin-bottom: 38px;
  }
  .hero-title {
    font-size: 24px;
    line-height: 28px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 140%;
  }
  .social-link {
    margin-left: 5px;
  }
  .features-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  .features-title {
    font-size: 18px;
    line-height: 28px;
  }
  .features-text {
    font-size: 14px;
    line-height: 28px;
  }
  .project-title {
    font-size: 18px;
    line-height: 150%;
  }
  .project-time, .project-cost, .project-feedback {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  .project-paragraph {
    font-size: 14px;
  }
  .contact-form {
    padding: 40px 19px;
  }
  .form-title {
    font-size: 15px;
    line-height: 140%;
  }
  .form-button {
    font-size: 10px;
  }
  .contacts-phone, .contacts-mail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  .contacts-title {
    font-size: 18px;
    line-height: 21px;
  }
  .contacts-link {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 13px;
  }
  .contacts-text {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */