.adnotice {
  margin: 20px auto;
}
.adnotice__button {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #3b4675;
  font-size: 16px;
  line-height: 1.62;
}
.adnotice__button::before, .adnotice__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  display: block;
  background-color: #3b4675;
}
.adnotice__button::before {
  transform: rotate(90deg) translateY(-50%);
}
.adnotice__button::after {
  transform: translateY(-50%);
}
.adnotice__button.active {
  border-bottom: none;
}
.adnotice__button.active:before {
  transform: translateY(-50%);
}
.adnotice__text {
  display: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.33;
}
.adnotice__text.active {
  box-shadow: 0 3px 3px rgba(78, 78, 78, 0.3);
}/*# sourceMappingURL=single.css.map */