body .wrapper .blockForClient {
  background-color: #FFF;
}
body .wrapper .blockForClient .titleBlock {
  display: flex;
  justify-content: space-between;
}
body .wrapper .blockForClient .titleBlock .title {
  color: #081F32;
  font-family: Gelasio, cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
body .wrapper .blockForClient .titleBlock .btnView {
  border-radius: 5px;
  background: #1B75BB;
  color: #FFF;
  font-family: Roboto, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border: none;
  transition: 500ms;
  padding: 10px 30px;
}
body .wrapper .blockForClient .titleBlock .btnView:hover {
  cursor: pointer;
  background-color: #0f5c98;
  transform: scale(0.98);
}
body .wrapper .blockForClient .blockClients {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
body .wrapper .blockForClient .blockClients .client {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .wrapper .blockForClient .blockClients .client .imgOfClient {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}
body .wrapper .blockForClient .blockClients .client .contentClient {
  width: 281px;
  color: #081F32;
  text-align: center;
  font-family: Roboto, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px;
  opacity: 0.6;
  position: relative;
}
body .wrapper .blockForClient .blockClients .client .contentClient .sufix {
  position: absolute;
  left: 0;
  top: -20px;
}
body .wrapper .blockForClient .blockClients .client .nameClient {
  color: #081F32;
  text-align: center;
  font-family: Gelasio, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px;
  opacity: 0.7;
}
body .wrapper .blockForClient .blockClients .client .gmailClient {
  color: #081F32;
  text-align: center;
  font-family: Roboto, cursive;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.7;
}
body .wrapper .blockForClient .blockClients .client:nth-child(even) .contentClient {
  color: #081F32;
  text-align: center;
  font-family: Roboto, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 1;
}
body .wrapper .blockForClient .blockClients .client:nth-child(even) .nameClient {
  opacity: 0.9;
}
body .wrapper .blockForClient .blockStay {
  margin: 140px 0 120px 0;
}
body .wrapper .blockForClient .blockStay .titleStay {
  color: #081F32;
  font-family: Roboto, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
body .wrapper .blockForClient .blockStay .titleJoin {
  color: #081F32;
  text-align: center;
  font-family: Gelasio, cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 20px 0 40px 0;
}
body .wrapper .blockForClient .blockStay .blockInput {
  display: flex;
  justify-content: center;
  column-gap: 2px;
}
body .wrapper .blockForClient .blockStay .blockInput .inputEmail {
  color: #081F32;
  text-align: center;
  font-family: Poppins, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  width: 400px;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .wrapper .blockForClient .blockStay .blockInput .btnSubscribeClient {
  color: #FFF;
  text-align: center;
  font-family: Poppins, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
  padding: 15px 40px;
  border-radius: 5px;
  background: #1B75BB;
  border: none;
  transition: 500ms;
}
body .wrapper .blockForClient .blockStay .blockInput .btnSubscribeClient:hover {
  cursor: pointer;
  background-color: #0f5c98;
  transform: scale(0.98);
}

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