.block-translate {
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1200px;
  height: 300px;
  background-color: #62656c;
  border-radius: 15px;
}

.block-translate-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.block-translate-head .chose-language {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2ms;
}
.block-translate-head .chose-language:hover {
  opacity: 0.7;
}
.block-translate-head .switcher {
  width: 40px;
  height: 40px;
  background-color: #62656c;
  transition: 0.2ms;
}
.block-translate-head .switcher:hover {
  opacity: 0.7;
}

.block-translate-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  font-size: 30px;
}
.block-translate-body .current-word {
  flex-grow: 1;
  padding: 50px 20px;
  width: 30%;
  border-top: 1px solid #8f9299;
}
.block-translate-body .current-word .input {
  flex-grow: 1;
}
.block-translate-body .translate-word {
  flex-grow: 1;
  padding: 50px 20px;
  width: 30%;
  border-bottom-right-radius: 15px;
  background-color: #8f9299;
}

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