@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.layout__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1262px;
  width: 100%;
  margin: 127px auto 101px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 599px) {
  .layout__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 36px auto 51px;
  }
}

.layout__col2_main, .layout__col2_aside {
  text-align: left;
}

.layout__col2_main {
  width: 64.976%;
}

@media (max-width: 599px) {
  .layout__col2_main {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layout__col2_aside {
  width: calc(100% - 64.976% - 6.458%);
}

@media (max-width: 599px) {
  .layout__col2_aside {
    width: 100%;
    margin-bottom: 47px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.faq__block {
  margin: 0;
}

.faq__block + .faq__block {
  margin-top: 60px;
}

.faq__block_ttl {
  margin: 0 0 26px;
  padding-left: 26px;
  border-left: 8px solid #00BFA5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 22px;
  font-weight: 700;
  color: #00BFA5;
}

@media (max-width: 599px) {
  .faq__block_ttl {
    margin-bottom: 22px;
    padding-left: 21px;
    font-size: 18px;
  }
}

.faq__block_cont {
  margin: 0;
  padding: 0;
}

.faq__box {
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 14px rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 599px) {
  .faq__box {
    padding: 17px 15px;
  }
}

.faq__box + .faq__box {
  margin-top: 22px;
}

.faq__box_question, .faq__box_cont {
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 599px) {
  .faq__box_question, .faq__box_cont {
    padding-left: 43px;
  }
}

.faq__box_question::before, .faq__box_cont::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: #FFF;
}

.faq__box_ttl {
  position: relative;
  cursor: pointer;
}

.faq__box_question {
  display: block;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 599px) {
  .faq__box_question {
    font-size: 14px;
  }
}

.faq__box_question::before {
  content: "Q";
  background: #00BFA5;
}

.faq__box_cont {
  margin-top: 14px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 599px) {
  .faq__box_cont {
    font-size: 14px;
  }
}

.faq__box_cont::before {
  content: "A";
  background: #FF4E4F;
}

.faq__box_cont p + p {
  margin-top: 1.5em;
}

.faq__box_cont a {
  text-decoration: underline;
  color: #00BFA5;
}

.faq__box_btn {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.faq__box_btn::before, .faq__box_btn::after {
  content: "";
  width: 19px;
  height: 3px;
  border-radius: 3px;
  background: #444;
  position: absolute;
  top: 50%;
  right: 12.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.faq__box_btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq__box_btn.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  opacity: 0;
}

.faq__cat_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
}

@media (max-width: 599px) {
  .faq__cat_inner {
    position: static;
  }
}

.faq__cat_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__cat_list.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.faq__cat_item + .faq__cat_item {
  margin-top: 1em;
}

.faq__cat_link {
  display: block;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.faq__cat_link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #00BFA5;
  border-right: 2px solid #00BFA5;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.faq__cat_link:hover::after {
  right: 0;
}
