.arrow_right img {
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.action_picker__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action_picker__buttons__button {
  background-color: #4fa7ff;
  border-radius: 12px;
  width: 60%;
  align-items: center;
  position: relative;
  padding: 15px;
  transition: 0.3s;
  margin-bottom: 40px;
}

.action_picker__buttons a:nth-child(2) {
  width: 62.5%;
}

/* Для третьего элемента */
.action_picker__buttons a:nth-child(3) {
  width: 65%;
}
.action_picker__buttons__button:hover {
  background-color: #3c81c7;
}
.arrow_right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  background-color: white;
  padding: 4px;
}

.title {
  background-color: #4fa7ff;
  border-radius: 12px;
  width: 70%;
  align-items: center;
  position: relative;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 56px;
  margin-bottom: 60px;
}

.title_wider {
  width: 76%;
}

.changed_height {
  height: 41px;
}

.arrow_right img {
  width: 32px;
  height: 32px;
}
.btn_text {
  font-size: 32px;
  color: white;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.container__left {
  max-width: 40%;
  width: 40%;
}
.logo {
  width: 100%;
  height: 100%;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo__text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo__background {
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.logo__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.action_picker {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
