@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.footer {
  bottom: 0;
  padding: 55px 50px;
  margin-top: 80px;
  background-color: #626264;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer .footer-left {
  width: 40%;
}

.footer h3 {
  color: white;
  font: normal 1rem "Clash Display", sans-serif, cursive;
  margin: 0;
}

.footer h2 {
  color: red;
}

.footer .footer-links {
  color: white;
  margin: 1rem 0 12px;
  padding: 0;
}

.footer .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .footer-company-name {
  color: grey;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 880px) {
  .footer .footer-company-name {
    display: none;
  }
}

.footer .footer-center {
  width: 35%;
}

.footer .footer-center i {
  background-color: #626264;
  color: white;
  font-size: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: red;
  text-decoration: none;
}

.footer .footer-right {
  width: 20%;
}

.footer .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}

.footer .footer-company-about span {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2%;
}

.footer .footer-icons {
  margin-top: 25px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

@media screen and (max-width: 880px) {
  .footer {
    font: bold 14px sans-serif;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}
@media screen and (max-width: 880px) and (max-width: 480px) {
  .footer {
    font: normal 15px sans-serif;
  }
}
@media screen and (max-width: 880px) {
  .footer .footer-left,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 0.5%;
    text-align: center;
  }
  .footer .footer-center i {
    display: none;
  }
}
@font-face {
  font-family: "Clash Display";
  src: url(../assets/fonts/ClashDisplay-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@font-face {
  font-family: "Satoshi";
  src: url(../assets/fonts/Satoshi-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #626264;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.header {
  font-family: "Satoshi", sans-serif;
  color: #626264;
}
.header__top {
  display: grid;
  grid-template-columns: 10% 75% 15%;
  justify-content: space-around;
  align-items: center;
  row-gap: 0.5rem;
  padding-top: 1%;
  padding-bottom: 1%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .header__top {
    grid-template-columns: 20% 80%;
    grid-template-rows: repeat(2, auto);
  }
}
.header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 60%;
  justify-self: center;
  border: none;
}
.header__company-name {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  text-align: center;
}
.header__company-name {
  font-family: "Clash Display", sans-serif;
  color: #626264;
  font-weight: bold;
}
.header__company-name_big {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .header__company-name_big {
    font-size: 1rem;
  }
}
.header__company-name_small {
  font-weight: normal;
  font-size: medium;
  margin-bottom: 2%;
}
.header__wrapper {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .header__wrapper {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.header__search-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  outline: none;
}
.header__search-form {
  width: 100%;
}
.header__search-field {
  border-bottom: 1px solid #626264;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 90%;
}
.header__search-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 10%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .header__bottom {
    max-width: 20%;
  }
}

.submit__button {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: red;
  opacity: 0.5;
  outline: none;
  border: none;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  cursor: pointer;
}

.submit__button:hover {
  color: white;
  background: green;
  opacity: 1;
}

.nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #626264;
}
.nav__item {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 0.9rem;
  color: white;
  font-weight: bold;
}

.bottom_img {
  width: 100%;
  border: none;
}

.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  z-index: 130;
}
.form-popup__inner {
  position: relative;
  height: 100%;
}
.form-popup__inner::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.52);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 131;
}

@media screen and (max-width: 480px) {
  .form-popup {
    max-width: 100vw;
    max-height: 100vh;
    bottom: 1vh;
    right: 1vw;
  }
}

.form-container {
  background: #626264;
  position: relative;
  margin: auto;
  width: 770px;
  height: auto;
  border: 3px;
  padding: 10px;
  overflow: auto;
  border-radius: 3px;
  color: white;
  z-index: 132;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .form-container {
    max-width: 100vw;
    max-height: 100vh;
  }
}

.form-container h1 {
  font-size: 25px;
  font-family: "Clash Display", sans-serif;
  font-weight: bold;
  margin-bottom: 2%;
  color: white;
}

.resume {
  padding: 10px;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: white;
}

.form-container input[type="tel"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: white;
}

.form-container textarea[type="text"] {
  width: 100%;
  padding: 15px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.form-container label {
  font-size: small;
}

.accept {
  margin-bottom: 2%;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: white;
  outline: none;
}

.form-container .btn {
  background-color: green;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 15px;
  font-weight: bold;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

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

h1 {
  font-size: 50px;
  color: green;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: x-large;
    max-width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 30px;
  padding-bottom: 3%;
  padding-top: 3%;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: large;
    max-width: 100%;
  }
}

.praises__container {
  display: flex;
  justify-content: center;
}

.praises {
  padding-bottom: 3%;
  padding-top: 2%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.praises__people__photo {
  max-width: 100%;
  border: 3px red solid;
  max-height: 20em;
}

.praises__people {
  width: 30%;
  padding-bottom: 3%;
  padding-top: 2%;
}
@media screen and (max-width: 480px) {
  .praises__people {
    width: 85%;
  }
}

p {
  font-size: 20px;
  padding-bottom: 3%;
  padding-top: 2%;
}
@media screen and (max-width: 480px) {
  p {
    font-size: medium;
    max-width: 100%;
    padding-right: 0;
  }
} /*# sourceMappingURL=praise-style.css.map */
