.team__list__icon, .team__list, .article__list, .article__nav__list, .photo__list, .info__list, .info, .header__list, .nav__list, .nav, .header__email, .header__container, .footer__button, .footer__form, .footer__first__party, footer {
  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;
}

h1, h2, h3, h4, h5, h6, p, img, ul, li, form, label, input, a, section, body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 250ms bezier(0.4, 0, 0.2, 1), visibility 400ms ease-in-out;
  transition: opacity 250ms bezier(0.4, 0, 0.2, 1), visibility 400ms ease-in-out;
}

.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal {
  z-index: 999999999;
  width: 528px;
  height: 581px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.modal__button--close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 8px 8px 2px 490px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__icon--close {
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.modal__icon--close:hover, .modal__icon--close:focus {
  fill: #2196f3;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__text {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #212121;
  margin-left: 40px;
  margin-right: 40px;
}
.modal__title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #757575;
  margin: 12px 466px 4px 40px;
}
.modal__input {
  width: 448px;
  height: 40px;
  border-width: 1px;
  border-radius: 4px;
  margin: 0px 40px 0px 40px;
}
.modal__input:hover, .modal__input:focus, .modal__input:active {
  border: 1px solid #2196f3;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__input:hover + .modal-icon, .modal__input:focus + .modal-icon, .modal__input:active + .modal-icon {
  fill: #2196f3;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 52px;
  margin-top: 12px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__icon:hover, .modal__icon:focus {
  fill: #2196f3;
}
.modal__area__title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1%;
  color: rgb(117, 117, 117);
  margin: 10px 391px 4px 40px;
}
.modal__area__label {
  width: 448px;
  height: 120px;
  margin: 4px 40px;
  display: inline-block;
}
.modal__area__text {
  display: inline-block;
  width: 448px;
  height: 120px;
  padding: 12px 0px 84px 16px;
}
.modal__area__input {
  width: 448px;
  height: 120px;
  display: inline-block;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1%;
  color: rgba(117, 117, 117, 0.5);
}
.modal__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__checkbox__input {
  width: 16px;
  height: 15px;
  margin: 25px 8px 34px 52px;
}
.modal__text--link {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
  color: rgb(117, 117, 117);
  margin-top: 20px;
}
.modal__link {
  margin-left: 3px;
  margin-right: 51px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #2196f3;
}
.modal__button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 6%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #2196f3;
  padding: 10px 52px;
  margin: 0px 164px 40px;
  border: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__button:hover, .modal__button:focus {
  background-color: #2196f3;
}

.title__black {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 2, 77;
  letter-spacing: 3%;
  text-align: center;
  color: #212121;
  padding-bottom: 50px;
  padding-top: 94px;
}

body {
  font-family: "roboto", sans-serif;
}

span {
  color: #2196f3;
}

footer {
  background-color: #2f303a;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  height: 252px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__first__party {
  background-color: #2f303a;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 70px;
}
.footer__logo {
  font-family: "raleway";
  font-size: 26px;
  font-weight: 700;
  line-height: 3, 84;
  letter-spacing: 3%;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
}
.footer__list {
  gap: 9px;
}
.footer__adress {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1, 71;
  letter-spacing: 3%;
  margin-bottom: 9px;
  color: #fff;
}
.footer__email {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 1, 71;
  letter-spacing: 3%;
  color: #757575;
  margin-top: 9px;
  margin-bottom: 9px;
}
.footer__tel {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 1, 71;
  letter-spacing: 3%;
  color: #757575;
  display: block;
  margin-top: 9px;
}
.footer__title {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 75px;
  margin-bottom: 20px;
}
.footer__list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer__link__icon {
  padding: 12px;
  fill: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  display: block;
}
.footer__link__icon:hover, .footer__link__icon:focus {
  padding: 12px;
  fill: #fff;
  border-radius: 50%;
  background-color: #2196f3;
  width: 44px;
  height: 44px;
}
.footer__icon {
  width: 20px;
  height: 20px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__title__form {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #fff;
  margin: 72px 36px 20px 93px;
}
.footer__input {
  margin-left: 93px;
  margin-right: 12px;
  padding: 15px 215px 15px 16px;
  background-color: rgb(47, 48, 58);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.footer__input::-webkit-input-placeholder {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
.footer__input::-moz-placeholder {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
.footer__input:-ms-input-placeholder {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
.footer__input::-ms-input-placeholder {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
.footer__input::placeholder {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
}
.footer__text__form {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 6%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.footer__button {
  padding: 13px 28px 13px 28px;
  background-color: #2196f3;
  border: transparent;
  border-radius: 4px;
}
.footer__icon__telegram {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  fill: #fff;
}

header {
  border: 1px solid rgb(236, 236, 236);
  background-color: rgb(255, 255, 255);
}

.header__logo {
  font-family: "raleway";
  font-size: 26px;
  font-weight: 700;
  line-height: 3, 84;
  letter-spacing: 3%;
  color: black;
  padding: 32px 93px 15px 32px;
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__email {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 1, 71;
  letter-spacing: 3%;
  color: #757575;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__email:hover, .header__email:focus {
  color: #2196f3;
}
.header__email:hover .envelope, .header__email:focus .envelope {
  fill: #2196f3;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__phone {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1, 71;
  letter-spacing: 3%;
  color: #757575;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__phone:hover, .header__phone:focus {
  color: #2196f3;
}
.header__phone:hover .smartphone {
  fill: #2196f3;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__list {
  gap: 50px;
  padding: 32px 0px 32px;
}
.nav__link {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 100%;
  color: #212121;
  position: relative;
  text-align: center;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav__link:hover, .nav__link:focus {
  color: #2196f3;
}
.nav__link:hover::before, .nav__link:hover::before, .nav__link:focus::before, .nav__link:focus::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #2196f3;
  position: absolute;
  left: 0px;
  bottom: -28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  padding: 32px 15px 32px 224px;
}

.envelope {
  width: 16px;
  height: 12px;
  margin-right: 10px;
  fill: #757575;
}

.smartphone {
  width: 10px;
  height: 16px;
  margin-right: 10px;
  fill: #757575;
}

main {
  font-family: "roboto", sans-serif;
}

.customers__list__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex block;
  gap: 30px;
  margin: 0px 0px 94px;
}
.customers__link__icon {
  display: block;
  border-radius: 4px;
  border: 1px solid #afb1b8;
  width: 170px;
  height: 92px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.customers__link__icon:hover, .customers__link__icon:focus {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #2196f3;
  display: block;
}
.customers__link__icon:hover .customers__icon, .customers__link__icon:focus .customers__icon {
  fill: #2196f3;
}
.customers__ya__co {
  width: 41px;
  height: 46px;
  margin: 23px 65px 22px 64px;
  fill: #afb1b8;
}
.customers__company {
  width: 40px;
  height: 51px;
  margin: 19px 65px 21px;
  fill: #afb1b8;
}
.customers__company__black {
  width: 43px;
  height: 41px;
  margin: 24px 64px 26px 61px;
  fill: #afb1b8;
}
.customers__poster__peters {
  width: 84px;
  height: 40px;
  margin: 24px 42px 26px 43px;
  fill: #afb1b8;
}
.customers__brand {
  width: 106px;
  height: 60px;
  margin: 16px 32px;
  fill: #afb1b8;
}
.customers__company__cube {
  width: 93px;
  height: 43px;
  margin: 22px 38px 25px;
  fill: #afb1b8;
}

.info {
  margin-top: 94px;
  margin-bottom: 94px;
  text-align: left;
  gap: 30px;
}
.info__list {
  gap: 30px;
  padding: 0px 15px 0px;
}
.info__item:nth-child(1)::before {
  content: "";
  width: 270px;
  height: 120px;
  display: inline-block;
  background-image: url(../image/antenna\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f4fa;
  padding: 25px 100px;
}
.info__item:nth-child(2)::before {
  content: "";
  width: 270px;
  height: 120px;
  display: inline-block;
  background-image: url(../image/clock\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f4fa;
  padding: 25px 100px;
}
.info__item:nth-child(3)::before {
  content: "";
  width: 270px;
  height: 120px;
  display: inline-block;
  background-image: url(../image/diagram\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f4fa;
  padding: 25px 100px;
}
.info__item:nth-child(4)::before {
  content: "";
  width: 270px;
  height: 120px;
  display: inline-block;
  background-image: url(../image/astronaut\ 1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f4fa;
  padding: 25px 100px;
}
.info__title {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.info__text {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3%;
  color: #757575;
}

.photo__list {
  gap: 30px;
}
.photo__img {
  width: 370px;
  height: 294px;
  position: relative;
  z-index: -2;
}
.photo__title {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 700;
  padding: 27px 0px;
  position: relative;
  bottom: 70px;
  background-color: rgba(47, 48, 58, 0.8);
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: -1;
}

.article {
  margin-bottom: 0px;
  margin-top: 94px;
}
.article__nav__list {
  gap: 8px;
  margin: 94px 312px 50px;
}
.article__button {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6px 22px;
  border: #2196f3;
  background-color: #f5f4fa;
  border-radius: 4px;
}
.article__button:hover, .article__button:focus {
  color: #fff;
  background-color: #2196f3;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}
.article__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.article__item {
  position: relative;
  width: 370px;
  height: 404px;
  border-width: 1px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid rgb(238, 238, 238);
  z-index: 2;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.article__item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.article__item:hover .article__wrap {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.article__party__photo {
  overflow: hidden;
}
.article__photo {
  z-index: -2;
  overflow: hidden;
}
.article__wrap {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(33, 150, 243, 0.8980392157);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0px;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  color: #fff;
}
.article__text__wrap {
  font-family: "roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 63px 24px;
}
.article__text {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-left: 24px;
  color: #757575;
  margin-bottom: 20px;
}
.article__title {
  font-family: "roboto";
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-left: 24px;
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 36px;
}
.article__party__info {
  position: absolute;
  z-index: 10000000000000000000;
  background-color: #fff;
  width: 370px;
  height: 110px;
}

.team {
  margin-top: 94px;
  background: fon__grey;
}
.team__list {
  gap: 30px;
  padding-bottom: 94px;
}
.team__photo {
  width: 270px;
  height: 260px;
}
.team__item {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.team__name {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
  color: #212121;
}
.team__profession {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 16px;
  text-align: center;
  color: #757575;
}
.team__list__icon {
  gap: 10px;
  margin: 0px 30px 30px 32px;
}
.team__link__icon {
  padding: 12px;
  fill: #afb1b8;
  border-radius: 50%;
  display: block;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team__link__icon:hover, .team__link__icon:focus {
  padding: 12px;
  fill: #fff;
  border-radius: 50%;
  background-color: #2196f3;
  width: 44px;
  height: 44px;
}
.team__icon {
  width: 20px;
  height: 20px;
}

.hero {
  background-color: #2f303a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url(../image/proecte.png);
  background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../image/proecte.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}
.hero__title__white {
  font-family: "roboto";
  font-size: 44px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 237px 30px;
}
.hero__button {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 6%;
  text-align: center;
  display: block;
  background-color: #2196f3;
  color: #fff;
  margin: 0 auto;
  border: #2196f3;
  border-radius: 4px;
  padding: 10px 32px;
}