@import url(./reset.css);
.wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.header {
  height: auto;
  width: 100%;
  background: #87509c;
}

.header__head {
  width: 70%;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 65%;
  cursor: pointer;
}

.header .head-btn {
  background: #643a79;
}

.header__list {
  width: 35%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.header__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__list ul li {
  margin-right: 10px;
}

.header__list ul li button {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background: #87509c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__list ul li button:hover {
  background: #643a79;
}

.header__list ul li:last-child {
  margin-right: 0;
}

.header__burger {
  display: none;
}

@media (max-width: 650px) {
  .header .header__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 31px;
  }
  .header .header__burger::after, .header .header__burger::before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header__burger::before {
    top: 0;
  }
  .header .header__burger::after {
    bottom: 0;
  }
  .header .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 13px;
    width: 100%;
    height: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11px;
  }
  .header .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 15px;
  }
  .header .header__burger.active span {
    display: none;
  }
  .header .header__list {
    text-align: center;
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: 250px;
    padding: 10px;
    background-color: #87509c;
  }
  .header .header__list ul {
    display: block;
  }
  .header .header__list ul li {
    margin-bottom: 20px;
    -webkit-box-shadow: -2px 6px 10px 3px #6c3f7e;
            box-shadow: -2px 6px 10px 3px #6c3f7e;
  }
  .header .header__list ul li button {
    background-color: inherit;
  }
  .header .header__list ul li button:hover {
    color: #d482f5;
  }
  .header .header__list ul li:nth-child(5) {
    width: 98.5%;
  }
  .header .header__list.active {
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.header__title {
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  font-weight: 600;
  line-height: 35px;
}

.title {
  text-align: center;
  font-size: 42.2px;
  line-height: 24px;
  font-weight: 700;
  color: #f7f3ea;
}

.header__button {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__button button {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #eb7d10;
  padding: 25px 92px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__button button:hover {
  background: #ec692b;
}

.services {
  background: #17c2a4;
  height: auto;
  width: 100%;
}

.services__title {
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding-top: 50px;
  line-height: 35px;
}

.services__title::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services__p {
  display: block;
  height: auto;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}

.services__p p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.services__block {
  height: 300px;
  width: 1010px;
  margin: 0 auto;
  margin-top: 60px;
}

.services .block-right {
  width: 505px;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .block-left {
  width: 505px;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__item {
  height: 100%;
  width: 250px;
  text-align: center;
}

.services__item__logo {
  padding-left: 25px;
}

.services__item p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.services__item .img-no-pad {
  padding-left: 0;
}

.services__item #img1 {
  padding-bottom: 25px;
}

.services__item #img2 {
  padding-bottom: 18px;
}

.services__item #img3 {
  padding-bottom: 20px;
}

.services__item #img4 {
  padding-right: 10px;
  padding-bottom: 22px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.services__item .title {
  font-size: 24px;
  text-transform: uppercase;
}

.services__item #rocket,
.services__item #rocket-p {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  margin-left: 10px;
}

.services .par {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #ffffff;
}

#margin-bottom {
  margin-bottom: 12px;
}

#item-2 {
  margin-right: 5px;
}

.team {
  width: 100%;
  background: #e7f1f8;
}

.team__top {
  height: 200px;
}

.team__title {
  width: 100%;
  display: block;
  text-align: center;
}

.team__title h2 {
  margin: 0 auto;
  font-size: 41.3px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c4761;
  padding-top: 50px;
}

.team__title h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 30px;
  margin-bottom: 25px;
}

.team__title .team__p {
  width: 100%;
  margin: 0 auto;
}

.team__title .team__p p {
  font-size: 18.6px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #3c4761;
}

.team .team__people {
  height: 350px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .team__block-left,
.team .team__block-right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .team__item {
  text-align: center;
  width: 250px;
  height: 100%;
}

.team .team__item h2 {
  margin-top: 15px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #27283d;
}

.team .team__item h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #30bae7;
  margin: 10px 0;
}

.team .team__item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #3c4761;
}

.skills {
  width: 100%;
  height: auto;
  background: #fff;
}

.skills__top {
  text-align: center;
  width: 100%;
  height: 100%;
}

.skills__title {
  padding-top: 50px;
  padding-bottom: 5px;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c4761;
}

.skills__title::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 30px;
  margin-bottom: 25px;
}

.skills__p {
  height: auto;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #3c4761;
  margin-bottom: 30px;
}

.skills__block {
  height: 350px;
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skills__left, .skills__right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skills #h3 {
  line-height: 25px;
}

.skills__item {
  text-align: center;
  width: 250px;
  height: 100%;
  position: relative;
}

.skills__item img {
  margin-top: 50px;
}

.skills__item h2 {
  position: absolute;
  left: 5px;
  bottom: 195px;
  width: 100%;
  font-size: 50px;
  color: #3c4761;
}

.skills__item h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #3c4761;
  line-height: 18px;
  font-weight: 700;
}

.portfolio {
  width: 100%;
  height: auto;
  background: #ffdd99;
}

.portfolio__top {
  text-align: center;
}

.portfolio__title {
  padding-top: 50px;
  padding-bottom: 5px;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c4761;
}

.portfolio__title::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 30px;
  margin-bottom: 25px;
}

.portfolio__p {
  margin: 0 auto;
  width: 70%;
  height: auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #393939;
  margin-bottom: 30px;
}

.portfolio__buttons {
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio__buttons button {
  margin: 0 10px;
  padding: 5px 25px;
  border-radius: 5px;
  background: #ebcb8d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio__buttons button a {
  color: #4e4e4e;
}

.portfolio__buttons button:hover {
  background: #fff;
}

.portfolio__buttons .btn {
  background: #fff;
}

.portfolio .portfolio__block {
  padding-top: 20px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.portfolio .portfolio__block .block-top,
.portfolio .portfolio__block .block-bottom {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio .portfolio__block .block-top .block-left,
.portfolio .portfolio__block .block-top .block-right,
.portfolio .portfolio__block .block-bottom .block-left,
.portfolio .portfolio__block .block-bottom .block-right {
  text-align: center;
  width: 50%;
  height: 100%;
}

.portfolio .portfolio__block .block-top .block-left .block-title,
.portfolio .portfolio__block .block-top .block-right .block-title,
.portfolio .portfolio__block .block-bottom .block-left .block-title,
.portfolio .portfolio__block .block-bottom .block-right .block-title {
  margin-top: 30px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #393939;
}

.portfolio .block-top {
  margin-bottom: 30px;
}

.portfolio .button {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.portfolio .button button {
  background: #17c2a4;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 28px 55px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio .button button:hover {
  background: #1e9b84;
}

.feedback {
  width: 100%;
  height: auto;
  background: #d74680;
  text-align: center;
}

.feedback__top {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.feedback__title {
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-top: 50px;
}

.feedback__title::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 20px;
  margin-bottom: 5px;
}

.feedback__p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 20px;
}

.feedback__block {
  margin: 0 auto;
  height: 440px;
  width: 85%;
}

.feedback .block-top,
.feedback .block-bottom {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback .block-left,
.feedback .block-right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback .block-left img,
.feedback .block-right img {
  float: left;
  margin-top: 20px;
}

.feedback .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 30%;
}

.feedback .text {
  padding-top: 25px;
  display: block;
  height: 100%;
  width: 70%;
}

.feedback .text p {
  padding-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}

.feedback .text .title-block {
  height: 120px;
  width: 95%;
  margin: 0 auto;
}

.feedback .text h2 {
  display: block;
  width: 100%;
  text-align: left;
  height: auto;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

.feedback .text h3 {
  margin-top: -15px;
  display: block;
  width: 100%;
  text-align: left;
  height: auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffdd99;
}

.form {
  width: 100%;
  height: auto;
  background: #3c5499;
  text-align: center;
}

.form__title {
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding-top: 50px;
}

.form__title::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  width: 87px;
  background: #000;
  opacity: 0.14;
  margin-top: 20px;
  margin-bottom: 25px;
}

.form__p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.form__form {
  margin: 0 auto;
  height: 400px;
  width: 70%;
}

.form__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .name {
  margin-right: 10%;
}

.form .name,
.form .e-mail {
  margin-top: 30px;
  padding-left: 20px;
  width: 45%;
  height: 56px;
  background-color: #273a71;
  font-size: 20px;
  color: #fff;
}

.form .name:hover,
.form .e-mail:hover {
  background: #253460;
}

.form .textarea {
  width: 100%;
  height: 165px;
  max-width: 100%;
  min-width: 100%;
  max-height: 165px;
  min-height: 165px;
  background-color: #273a71;
  margin-top: 20px;
  padding: 20px;
  font-size: 20px;
  color: #fff;
}

.form .textarea:hover {
  background: #253460;
}

.form .btn {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #30bae7;
  margin-top: 20px;
  padding: 18px 63px;
}

.form .btn:hover {
  background: #20aca5;
}

.footer {
  width: 100%;
  height: auto;
  background: #344b8e;
}

.link {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
}

.link__left, .link__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link__left {
  margin-right: 30px;
}

.link h2 {
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding-right: 30px;
}

.link h2:last-child {
  padding-right: 0;
}

.link h2:hover {
  color: #30bae7;
}

.link #twitt {
  color: #30bae7;
}

.modal-overlay {
  -webkit-animation: fade 0.6s;
          animation: fade 0.6s;
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.modal a {
  position: absolute;
  bottom: 1%;
  right: 1%;
}

.modal__close {
  position: absolute;
  top: 15%;
  right: 2.5%;
  cursor: pointer;
}

.modal__content {
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px;
  position: absolute;
  top: 25%;
  left: 30%;
  opacity: 1;
  color: #fff;
  background-color: #607d8b;
  border-radius: 10px;
}

.modal__content h2 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.modal__content p {
  font-size: 24px;
  padding-top: 10px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 1920px) {
  .skills__block {
    width: 50%;
  }
  .portfolio .portfolio__block {
    width: 60%;
  }
  .feedback {
    height: 700px;
  }
  .feedback .feedback__block {
    width: 70%;
    height: 75%;
  }
  .feedback .block-top,
  .feedback .block-bottom {
    height: 250px;
    width: 70%;
    margin: 0 auto;
  }
  .feedback .block-left,
  .feedback .block-right {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .feedback {
    height: 680px;
  }
  .feedback .feedback__block {
    width: 95%;
  }
}

@media (max-width: 1050px) {
  .header__head {
    width: 80%;
  }
  .header__logo {
    width: 55%;
  }
  .header__list {
    width: 55%;
  }
  .services {
    height: 1000px;
  }
  .services__block {
    height: 100%;
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .services .block-right,
  .services .block-left {
    width: 100%;
    height: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .services #item-one {
    margin-right: 10px;
  }
  .services__item {
    height: 100%;
    width: 50%;
    text-align: center;
  }
  .team {
    height: 1050px;
  }
  .team .team__people {
    height: 1000px;
    width: 100%;
    display: block;
  }
  .team .team__block-left,
  .team .team__block-right {
    width: 100%;
    height: 40%;
    margin: 0 auto;
  }
  .team .team__item {
    width: 100%;
    height: 100%;
  }
  .team .team__item h2 {
    height: 50px;
  }
  .skills {
    height: 900px;
  }
  .skills__top {
    height: 220px;
  }
  .skills__block {
    height: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .skills__left, .skills__right {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portfolio {
    height: 2000px;
  }
  .portfolio .portfolio__block .block-top,
  .portfolio .portfolio__block .block-bottom {
    height: 50%;
    width: 100%;
    display: block;
  }
  .portfolio .portfolio__block .block-top .block-left,
  .portfolio .portfolio__block .block-top .block-right,
  .portfolio .portfolio__block .block-bottom .block-left,
  .portfolio .portfolio__block .block-bottom .block-right {
    text-align: center;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .portfolio .portfolio__block .block-top .block-left:last-child,
  .portfolio .portfolio__block .block-top .block-right:last-child,
  .portfolio .portfolio__block .block-bottom .block-left:last-child,
  .portfolio .portfolio__block .block-bottom .block-right:last-child {
    margin-bottom: 0;
  }
  .feedback__block {
    width: 95%;
  }
}

@media (max-width: 900px) {
  .header__head {
    width: 90%;
  }
  .header__logo {
    width: 40%;
  }
  .header__list {
    width: 60%;
  }
  .header__title {
    font-size: 30px;
  }
  .team__title {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .team__title h2 {
    margin: 0 auto;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #3c4761;
    padding-top: 50px;
  }
  .team__top {
    height: 150px;
  }
  .team .team__p {
    width: 100%;
    margin: 0 auto;
  }
  .team .team__p p {
    font-size: 18.6px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #3c4761;
  }
  .team .team__people {
    margin-top: 100px;
  }
  .skills {
    height: 900px;
  }
  .skills__top {
    height: 220px;
  }
  .feedback__block {
    height: 75%;
  }
  .link h2 {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .header__logo {
    width: 25%;
  }
  .header__list {
    width: 75%;
  }
  .header__title {
    font-size: 30px;
  }
  __top {
    height: 150px;
  }
  .feedback {
    height: 1000px;
  }
  .feedback .block-top {
    margin-bottom: 185px;
  }
  .feedback .block-top,
  .feedback .block-bottom {
    height: 25%;
    display: block;
  }
  .feedback .block-right,
  .feedback .block-left {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .services .img-no-pad {
    padding-left: 0;
  }
  .services .title {
    font-size: 24px;
    text-transform: uppercase;
  }
  .services #rocket,
  .services #rocket-p {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    margin-left: 10px;
  }
  #img1 {
    padding-bottom: 25px;
    width: 80px;
    height: 80px;
  }
  #img2 {
    padding-bottom: 25px;
    width: 80px;
    height: 80px;
  }
  #img3 {
    padding-bottom: 20px;
    width: 80px;
    height: 80px;
  }
  #img4 {
    padding-right: 10px;
    padding-bottom: 50px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 80px;
    height: 85px;
  }
  .team {
    height: 1200px;
  }
  .team .team__people {
    margin-top: 200px;
  }
  .portfolio {
    height: auto;
  }
  .portfolio .block-left img,
  .portfolio .block-right img {
    width: 270px;
  }
}

@media (max-width: 560px) {
  .link h2 {
    padding-right: 15px;
  }
}

@media (max-width: 450px) {
  .services {
    height: 1100px;
  }
  .services .title {
    font-size: 16px;
  }
  .services p {
    font-size: 14px;
  }
  #h2 {
    font-size: 26px;
  }
  .team {
    height: 1350px;
  }
  .team .team__people {
    margin-top: 300px;
  }
  .skills__top {
    height: 250px;
  }
  .team {
    height: 1200px;
  }
  .team__top {
    height: 50px;
  }
  .portfolio .portfolio__block .block-top .block-left .block-title,
  .portfolio .portfolio__block .block-top .block-right .block-title,
  .portfolio .portfolio__block .block-bottom .block-left .block-title,
  .portfolio .portfolio__block .block-bottom .block-right .block-title {
    font-size: 16px;
  }
  .portfolio {
    height: auto;
  }
  .portfolio__buttons {
    width: 50%;
    text-align: center;
    display: block;
  }
  .portfolio__buttons button {
    margin-bottom: 20px;
  }
  .portfolio__buttons button:last-child {
    margin-bottom: 0;
  }
  .portfolio .button {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .link {
    display: block;
  }
  .modal__content {
    width: 90%;
    left: 5%;
  }
}

@media (max-width: 400px) {
  .feedback {
    height: 1350px;
  }
  .feedback__block {
    height: 79%;
  }
  .feedback .block-top {
    margin-bottom: 260px;
  }
  .form .name,
  .form .e-mail {
    padding-left: 10px;
  }
}

@media (max-width: 350px) {
  .feedback {
    height: 1450px;
  }
  __block {
    width: 100%;
  }
  .block-top {
    margin-bottom: 290px;
  }
  .img img {
    width: 75px;
    height: 75px;
  }
  .form .name,
  .form .e-mail {
    padding-left: 5px;
  }
}
/*# sourceMappingURL=style.css.map */