/* styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .order_steps1 .step_item h4 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .order_steps1 .step_item:nth-child(even) .step_wrapper {
    padding: 0 25px 0 260px !important;
} 
  .order_steps1 .step_item .step_wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 250px 0 30px !important;
  }
  .order_steps1 .step_item p {
    font-size: 14px !important;
    line-height: 18px;
}
  .order_steps1 .step_item h4{
    font-size: 16px;
    line-height: 20px;

  }
  .order_steps1 .step_item:nth-child(even) .step_wrapper {
    padding: 0 25px 0 260px;
}
.order_steps1 .step_item .step_wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 255px 0 30px;
    position: relative;
}
.order_steps1 .step_item p {
    font-size: 16px;
    line-height: 18px;
}
}

body {
  min-width: 320px;
  margin: 0;
  background: #ddd;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #222;
  cursor: default;
  overflow-x: hidden;
}
.main_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  background: #fff;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
b {
  font-weight: 700;
}
.owl-height {
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
/* button */
.button {
  display: block;
  margin: 10px auto;
  width: 350px;
  height: 80px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #f99e12;
  -webkit-box-shadow: 0 0 0 10px #fcb913;
  -moz-box-shadow: 0 0 0 10px #fcb913;
  box-shadow: 0 0 0 10px #fcb913;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
/* section */
section {
  padding: 30px 0;
}
.yellow_theme {
  background: #f5ca16;
}
.dark_theme {
  background: #222;
  color: #fff;
}
.gray_theme {
  background: #ebebeb;
}
/* titles */
h2.title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
h2.title:after {
  display: block;
  content: '';
  margin: 15px auto 0;
  width: 70px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f99e12;
}
h2.title span {
  color: #59b1f3;
}
.dark_theme h2.title span {
  color: #f5ca16;
}
/* image */
section .image {
  display: block;
  margin: 0 auto 30px;
}
/* offer */
.offer_section {
  padding: 0;
}
.offer_section .main_title {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}
.offer_section.offer3 .main_title {
  background: #59b1f3;
  color: #fff;
}
.offer_section .info_block {
  position: relative;
}
.offer_section .info_block img {
  display: block;
}
.offer_section .info_block .subtitle {
  padding: 12px 20px 10px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.offer_section.offer3 .info_block .subtitle {
  background: rgba(235,235,235,0.8);
}
.offer_section .info_block .discount {
  width: 112px;
  height: 112px;
  background: center no-repeat;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 46px;
  right: 0;
}
.offer_section.offer3 .info_block .discount {
  background-image: url(offer3__discount_bg61ebe.png);
}
.offer_section .info_block .discount b {
  display: block;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  white-space: nowrap;
  position: absolute;
  top: 42px;
  left: 21px;
}
.offer_section.offer3 .price_block {
  margin: -10px 0 25px;
  height: 80px;
  position: relative;
}
.offer_section.offer3 .price_block:before {
  display: block;
  content: '';
  border-left: 26px solid #222;
  border-top: 40px solid #f99e12;
  border-bottom: 40px solid #f99e12;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
}
.offer_section.offer3 .price_item {
  float: left;
  padding: 17px 0 0;
  width: 50%;
  height: 80px;
  color: #fff;
  text-align: center;
}
.offer_section.offer3 .price_item.old {
  background: #222;
}
.offer_section.offer3 .price_item.new {
  background: #f99e12;
}
.offer_section.offer3 .price_item .text {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  z-index: 99;
}
.offer_section.offer3 .price_item .value {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  z-index: 99;
}
.offer_section.offer3 .price_item.old .value {
  text-decoration: line-through;
}
.offer_section ul {
  padding: 0 55px 25px;
}
.offer_section ul li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  color: #fff;
  position: relative;
}
.offer_section ul li:last-child {
  margin: 0;
}
.offer_section .benefits_block {
  margin: 0 auto 25px;
}
.offer_section .benefits_block .benefit_item {
  float: left;
  width: 31%;
  text-align: center;
}
.offer_section .benefits_block .benefit_item:nth-child(2) {
  width: 38%;
}
.offer_section .benefits_block img {
  display: block;
  margin: 0 auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.offer_section .timer_block {
  margin: 0 0 35px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
}
.offer_section.order .timer_block {
  margin: 0 0 25px;
}
.offer_section.offer3 .timer_block {
  border-top: 1px dashed rgba(0,0,0,0.1);
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  background: #f4f4f4;
}
.offer_section .timer_block p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
.offer_section .timer_block .timer {
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  display: flex;
  justify-content: center;
}
.offer_section .timer_block .timer_item {
  float: none;
  margin: 0 10px;
  width: auto;
}
.offer_section .timer_block .timer_item:last-child {
  margin-right: 0 !important;
}
.offer_section .timer_block .count {
  margin: 0 0 10px;
  height: 60px;
}
.offer_section .timer_block .count span {
  display: block;
  float: left;
  width: 40px;
  height: 50px;
  margin: 0 4px 0 0;
  background: #59b1f3;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 360px) {
  .offer_section .timer_block .count span {
    display: block;
    float: left;
    width: 32px !important;
    height: 45px !important;
    margin: 0 2px 0 0 !important;
    background: #59b1f3;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 45px !important;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .offer_section .timer_block .timer_item {
    margin-right: 15px !important;
    float: left;
  }
}
.offer_section .timer_block .count span:last-child {
  margin-right: 0 !important;
}
.offer_section .timer_block .text {
  font-size: 18px;
  line-height: 18px;
}
.offer_section .products_count {
  padding: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.offer_section.offer3 .products_count {
  color: #222;
}
.offer_section .products_count b {
  margin: 0 4px;
  padding: 3px 6px;
  background: #f5ca16;
  font-size: 18px;
  color: #222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.offer_section.order .text_block {
  margin: 0 55px 25px;
  text-align: center;
}
.offer_section.order .text_block h4 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}
.offer_section.order .text_block p {
  color: #999;
}
.offer_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px 0 62px;
  width: 370px;
  height: 72px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #777;
}
.offer_section .field[name='name'] {
  background: #ebebeb url(offer__name_icon6aa1f.png) 22px center no-repeat;
}
.offer_section .field[name='phone'] {
  margin: 0 auto 35px;
  background: #ebebeb url(offer__phone_iconf5bea.png) 20px center no-repeat;
}
.offer_section.offer3 .field {
  border: 1px solid #dedede;
}
.offer_section.offer3 .field[name='name'] {
  background: #f0f0f0 url(offer__name_icon6aa1f.png) 22px center no-repeat;
}
.offer_section.offer3 .field[name='phone'] {
  margin: 0 auto 35px;
  background: #f0f0f0 url(offer__phone_iconf5bea.png) 20px center no-repeat;
}
.offer_section .field::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}
.offer_section .field:-moz-placeholder {
  opacity: 1;
  color: #777;
}
.offer_section .field::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.offer_section .field:-ms-input-placeholder {
  opacity: 1;
  color: #777;
}
.offer_section .field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.offer_section .field:focus:-moz-placeholder {
  opacity: 0;
}
.offer_section .field:focus::-moz-placeholder {
  opacity: 0;
}
.offer_section .field:focus:-ms-input-placeholder {
  opacity: 0;
}
/* video */
.video_section h4 {
  padding: 10px 20px;
  background: #59b1f3;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
/* description */
.description_section {
  padding: 30px 0 0;
}
.description_section h2.title {
  padding: 0 30px;
}
.description_section p.text {
  padding: 0 30px;
}
.description_section .image1 {
  display: block;
  margin: 0 auto 20px;
}
.description_section .image2 {
  display: block;
  margin: 10px auto 20px;
}
.description_section .image3 {
  display: block;
  margin: 0 auto 30px;
}
.description_section .image4 {
  display: block;
  margin: 40px auto 0;
}
.description_section .info {
  margin: 0 30px 30px;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #59b1f3;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.description_section .list {
  margin: 0 20px 30px;
}
.description_section .list .item {
  float: left;
  padding: 0 10px;
  width: 50%;
  text-align: center;
}
.description_section .list .item img {
  display: block;
  margin: 0 auto 10px;
}
.description_section .list .item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
/* image */
.result_image {
  display: block;
  margin: 0 auto;
}
/* benefits 1 */
.benefits_section {
  padding: 30px 0 0;
}
.benefits_section .image {
  display: block;
  margin: 0 auto;
}
.benefits_section h2.title {
  padding: 0 30px;
}
/* benefits 2 */
.benefits_list2 {
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}
.benefits_list2 .benefit_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 30px;
  width: 50%;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}
.benefits_list2 .benefit_item img {
  display: block;
  margin: 0 auto 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.benefits_list2 .benefit_item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
/* characteristics */
.characteristics_section {
  padding: 10px 0 0;
}
.characteristics_section h2.title {
  padding: 0 30px;
}
.characteristics__list {
  margin: 0 0 40px;
}
.characteristics__list li {
  padding: 15px 30px 15px 52px;
  text-align: right;
  position: relative;
}
.characteristics__list li:nth-child(odd) {
  background: #f4f4f4;
}
.characteristics__list li:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(characteristics__tick_icona439f.png) center no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
}
.characteristics__list li b {
  float: left;
}
/* vote */
.vote_section {
  padding: 30px;
}
.vote_section .vote_block {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}
.vote_section .questions_list {
  margin: 0 0 22px;
}
.vote_section .question_item {
  margin: 0 0 20px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.vote_section .question_item:last-child {
  margin: 0;
}
.vote_section .question_item .line {
  display: none;
  width: 0%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.vote_section .questions_list.active .question_item .line {
  display: block;
}
.vote_section .question_item:nth-child(1) .line {
  background: #7ac700;
}
.vote_section .question_item:nth-child(2) .line {
  background: #e43315;
}
.vote_section .question_item:nth-child(3) .line {
  background: #f5ca16;
}
.vote_section .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}
.vote_section .question_item .question_text:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin: -2px 10px 0 -5px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.vote_section .questions_list.active .question_item .question_text:before {
  display: none;
}
.vote_section .question_item:nth-child(1) .question_text:before {
  background: #7ac700;
}
.vote_section .question_item:nth-child(2) .question_text:before {
  background: #e43315;
}
.vote_section .question_item:nth-child(3) .question_text:before {
  background: #f5ca16;
}
.vote_section .question_item .percents {
  display: none;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
}
.vote_section .questions_list.active .question_item .percents {
  display: block;
}
.vote_section .voice_count {
  text-align: center;
}
.vote_section .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}
/* reviews 2 */
.reviews2_section {
  padding: 30px;
}
.reviews2_section .reviews_list {
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}
.reviews2_section .review_item {
  padding: 30px;
}
.reviews2_section .review_item .photo {
  margin: 0 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.reviews2_section .review_item p {
  margin: 0 0 25px;
}
.reviews2_section .author_block {
  padding: 0 50px 0 0;
  background: url(quote1_iconb1768.png) right center no-repeat;
}
.reviews2_section .author_block img {
  display: block;
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.reviews2_section .author_block .author_info {
  float: left;
  margin: 6px 0 0 20px;
  width: 230px;
}
.reviews2_section .author_block .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.reviews2_section .owl-prev,
.reviews2_section .owl-next {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #59b1f3 url(reviews2__arrowsd36b8.png) no-repeat;
  position: absolute;
  top: 133px;
}
.reviews2_section .owl-prev {
  background-position: left center;
  left: -20px;
}
.reviews2_section .owl-next {
  background-position: right center;
  right: -20px;
}
/* order steps 1 */
.order_steps_section {
  padding: 0;
}
.order_steps1 .step_item {
  display: table;
  width: 100%;
  height: 110px;
  background: #fff url(bg_lightd7852.webp);
  position: relative;
}
.order_steps1 .step_item:before {
  display: block;
  content: '';
  width: 100%;
  height: 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
  background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.order_steps1 .step_item .step_wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 300px 0 30px;
  position: relative;
}
.order_steps1 .step_item:nth-child(even) .step_wrapper {
  padding: 0 25px 0 300px;
}
.order_steps1 .step_item:nth-child(1) .step_wrapper {
  background: url(order_steps1__step1_imageb720e.png) right center no-repeat;
}
.order_steps1 .step_item:nth-child(2) .step_wrapper {
  background: url(order_steps1__step2_image560c3.png) left center no-repeat;
}
.order_steps1 .step_item:nth-child(3) .step_wrapper {
  background: url(order_steps1__step3_image0939a.png) right center no-repeat;
}
.order_steps1 .step_item:nth-child(4) .step_wrapper {
  background: url(order_steps1__step4_imagebcc5f.png) left center no-repeat;
}
.order_steps1 .step_item img {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 50%;
  margin-left: -26px;
}
.order_steps1 .step_item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.order_steps1 .step_item p {
  line-height: 20px;
}
.order_steps_section .guarantee_block {
  padding: 25px 30px;
  background: #f99e12;
  color: #fff;
}
.order_steps_section .guarantee_item {
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  background: url(guarantee__icon13622d.png) left top no-repeat;
}
.order_steps_section .guarantee_item:last-child {
  margin: 0;
  background-image: url(guarantee__icon2acde8.png);
}
.order_steps_section .guarantee_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
/* gallery */
.gallery_section {
  padding: 30px 0 0;
}
.gallery_section h2.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
}
.gallery_section img {
  display: block;
  margin: 0 auto;
}
/* footer */
.footer_section {
  padding: 25px 0;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}
.footer_section a {
  color: #222;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoreviews {
  font-size: 0;
  text-align: center;
}
.videoreviews li {
  display: block;
  margin-bottom: 20px;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.map-frame {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 480px) {
  .button {
    width: calc(100% - 40px);
    max-width: 350px;
    box-sizing: border-box;
  }
  .footer_section iframe {
    width: 100%;
    height: 260px;
  }
  .offer_section .field {
    width: calc(100% - 40px);
    max-width: 370px;
  }
}
/* 1. Прячем панель ТАК, чтобы скрипт мог её открыть. Аккордион */
.acc-panel {
    max-height: 0;
    overflow: hidden !important;
    display: block !important; /* Скрипт с maxHeight не работает, если тут стоит display: none */
    transition: max-height 0.4s ease-out, margin-bottom 0.4s ease-out;
    padding: 0 !important; /* Убираем падинги, пока закрыто, чтобы не было пустых дыр */
}

/* 2. Стили для заголовка-кнопки */
.acc-trigger {
    cursor: pointer !important;
    position: relative !important;
    display: block !important;
    padding: 15px 60px 15px 0 !important; /* Огромный отступ справа под крестик */
    border-bottom: 1px solid #eee;
    background: transparent;
}

/* 3. РИСУЕМ КРЕСТИК (Синий, справа) */
.acc-trigger::before,
.acc-trigger::after {
    content: '' !important;
    position: absolute !important;
    right: 15px !important; /* Прижимаем к правому краю */
    top: 50% !important;
    width: 20px !important;
    height: 3px !important; /* Сделал чуть толще для заметности */
    background-color: #0056b3 !important;
    transition: all 0.3s ease-in-out !important;
}

/* Горизонтальная линия */
.acc-trigger::before {
    transform: translateY(-50%) rotate(0deg) !important;
}

/* Вертикальная линия (делает плюс) */
.acc-trigger::after {
    transform: translateY(-50%) rotate(90deg) !important;
}

/* 4. АНИМАЦИЯ (Превращение в минус) */
.acc-trigger.active::after {
    transform: translateY(-50%) rotate(0deg) !important;
    opacity: 0 !important; /* Вертикальная линия исчезает */
}

/* 5. Когда панель раскрыта (добавляем внутренние отступы) */
.acc-trigger.active + .acc-panel {
    padding: 10px 0 20px 0 !important;
}