.account_info_page_content {
  overflow: scroll;
  height: 100%;
}
.account_info_page_content * {
  font-weight: 100;
  font-size: 19px;
  font-family: Inter, BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-sans;
}

.account_my_tickets_content > div {
  margin-top: 10px;
}

.account_info_page_content .account_articles_wrapper,
.account_my_tickets_content .common_block {
  padding: 16px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #53565b;
}

.account_info_page_content .account_articles_wrapper .article_item_h h1,
.account_info_page_content .account_articles_wrapper .no-main_title {
  font-size: 24px;
  font-weight: 400;
}

.account_info_page_content .account_articles_wrapper .article_text h2,
.account_info_page_content .account_articles_wrapper .no-main_subtitle {
  font-size: 20px;
  margin-top: 8px;
  font-weight: 400;
}

.account_info_page_content .account_articles_wrapper .article_item {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #494c51;
}

.account_info_page_content .account_articles_wrapper .article_item:first-child {
  padding-top: 0;
  border-bottom: 0;
}

.account_info_page_content .account_articles_wrapper .article_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.article_text > *:first-child {
  margin-top: 16px;
}

.article_text > *,
.account_my_tickets_content .common_block {
  margin-top: 8px;
}

.account_info_page_content .article_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.account_info_page_content p {
  width: 60%;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 8px;
}

.account_my_tickets_content .block_h,
.account_my_tickets_content .item_quest {
  font-size: 18px;
  color: var(--light-grey-txt);
}

.account_my_tickets_content .pass_ticket_item span {
  font-size: 16px;
}

.account_my_tickets_content .common_block .block_h {
  border-bottom: 1px solid #494c51;
  color: var(--light-grey-txt);
  padding-bottom: 8px;
}

.account_my_tickets_content
  .common_block
  .pass_tickets_block
  .pass_ticket_item {
  font-size: 14px;
  padding: 12px;
  padding-left: 0;
}

.account_my_tickets_content
  .common_block
  .pass_tickets_block
  .pass_ticket_item:last-child {
  padding-bottom: 0;
}

/*-------------Accordion-------------*/
.accordion_item .item_quest {
  border-bottom: 1px solid #494c51;
  background-color: #53565b;
  position: relative;
  padding: 16px 45px 16px 16px;
  cursor: pointer;
  font-weight: 500;
  line-height: 19px;
}

.accordion_item .item_quest .the_tick {
  border: solid rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  transition: 200ms;
  width: 0;
  height: 0;
}

.accordion_item .item_answ div {
  position: relative;
  padding: 15px;
  line-height: 150%;
  background-color: #53565b;
  overflow-y: hidden;
}

.accordion_item .item_answ {
  border-bottom: 1px solid #494c51;
  max-height: 0px;
  overflow-y: scroll;
  transition: 300ms ease-in-out;
  font-size: 14px;
  line-height: 20px;
}

.accordion_item.active .item_answ {
  max-height: 200px;
  overflow-y: scroll;
  transition: 300ms ease-in-out;
}

.accordion_item.active .item_quest .the_tick {
  transform: rotate(225deg);
}

/*-------------Accordion-------------*/
