/* #1 */
.contact__grids-item {
  text-align: center;
  background: transparent;
  border: solid 1px #222222;
  border-radius: 50px;
  padding: 18px 10px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #222222;
  transition: all 0.2s;
  cursor: pointer;
  height: 60px;
}
.contact__grids-item:last-child {
  grid-column: span 2;
}
.contact__grids-item:hover {
  background: #00a3ff;
  border: none;
}

/* #2 */
.contact__footer-item {
  white-space: nowrap;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  padding: 18px 27px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #222222;
  border: solid 1px #222222;
  transition: all 0.2s;
  cursor: pointer;
  min-width: 158px;
}
/* .contact__footer-item + .contact__footer-item {
  margin-left: 20px;
} */
/* .contact__footer-item:last-child {
  width: 327px;
} */
.contact__footer-item:hover {
  border: none;
  background: #00a3ff;
}
.contact__footer-item--target {
  background: #00a3ff;
  border: none;
  color: #fff;
  cursor: auto;
}

/* #3 */
.btn {
  font-family: Satoshi;
  font-weight: 900;
}
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #5F718D;
  padding: 14px 45px;
  background: #E9F3FF;
  border-radius: 5px;
  transition: background-color 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #2759d1;
  color: #ffffff;
}
/* #4 */

.find__select-btn {
  border: none;
  width: 100%;
  margin-top: 26px;
  background: #2a63ed;
  border-radius: 50px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.find__select-btn:hover {
  background-color: #2759d1;
}