.check2 {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_check_white.png);
  -webkit-mask-size: 100%;    
}

.page_text h1 {
  line-height: 1.25;
  font-weight: 500;
}

iframe {
  max-width: 100%;
  border-radius: 12px;
}

@media screen and (max-width: 800px) {
  .page_text h1 {
    font-size: 1.35em;
  }
}

h2 {
  margin: 0;
}

p {
  margin: 0;
  margin-bottom: 12px;
}

.pages ul {
  margin-bottom: 12px;
  margin-left: 18px;
}
  .pages li {
    list-style: disc;
  }







.button {
  position: relative;
  display: inline-flex;
  height: 40px;
  align-items: center;
  background: #F6B14B;
  border-radius: 8px;
  padding: 4px 12px;
  font-weight: 600;
  color: #fff;
}





.page_text .ymaps-2-1-79-map {
  border-radius: 12px;
  
}
.page_text .ymaps-2-1-79-map {
  box-shadow: 0 4px 7px 0 rgba(0,0,0,.1);
}

.ymaps-2-1-79-map {
  height: ;
}



.points {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  padding: 8px 0px;
}


.points .item {
  display: grid;
  grid-template-columns: 8fr minmax(250px, 3fr) minmax(300px, 2.5fr);
  grid-column-gap: 10px; 
  grid-row-gap: 0;
  align-items: center;
  grid-auto-flow: row;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.points .item:last-child {
  border: none;
}



.row {
  display: flex;
  align-items: center;
}
  .row:nth-child(2) {
    border-left: 1px solid rgba(0,0,0,.1);
  }
  .row:nth-child(3) {
    border-left: 1px solid rgba(0,0,0,.1);
  }

  .row .icon {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 80px;
  }
  .row .icon  img {
    width: 50%;
  }


  .row .text span {
    display: block;
    font-size: .8em;
    margin: 0;
  }
  .row .text h3 {
    margin: 0;
    font-weight: 600;
  }


@media screen and (max-width: 800px) {

  
.points .item {
  display: block;
  width: 100%;
}
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
  .row:last-child {
    border-left: none;
  }

.row .icon {
  display: table-cell;
  width: 14%;
  vertical-align: ;
}
  .row .icon  img {
    width: 50%;
  }

.row .text {
  display: table-cell;
  vertical-align: middle;
}


  .main_heading {display: none;}


}













.owl-carousel2 {
  position: relative;
  overflow: hidden;
}

.owl-dots {
  height: 0;
}

.owl-carousel2 .owl-item figure {
  width: 100%; 
  height: 300px;  
  padding: 0;
  margin: 0;
}

  .owl-carousel2 .owl-item figure img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
  }





  h3.title {
    color: #f05320;
    text-transform: uppercase;    
    font-weight: bold;  
    margin-bottom: .7em;  
  }




















.about .framing {
  box-sizing: border-box;
  display: inline-block;
  background: #f05320;
  border-radius: 100%;
  padding: 12px;
}

.about .framing img {
  position: relative;
  width: 36px !important;
}


.about .logo img {
  max-width: 200px;
}





/* КОНТАКТЫ */
  .about .contacts a {
    display: block;
    margin: 32px 0;
    margin-right: 32px;
    font-size: 1.2em;
    color: #000;
  }
  .about .contacts tr {
    height: 48px;
  }
  .about .contacts p {
    font-family: b;
  }
  .about .contacts i {
        top: -3px;
  }
  .about .contacts img {
    position: relative;
        top: 0px;
        width: 55%;
        max-width: 32px;
  }

/* end */

/* СОЦ СЕТИ */
  .about .social {
    position: relative;
    top: 8px;
    margin-bottom: 16px;
  }
  .about .social a {
    display: inline-block;
    margin-right: 16px;
  }
  .about .social img {
    position: relative;
        top: 0px;
        width: 32px;
  }
/* end */

































/**/

#comments .owl-carousel2 {
  display: block;
  width: 100%;
  overflow: auto;

}

#comments .owl-slide {
  display: grid;
  height: ;
  grid-template-columns: 1fr 2.5fr;
  grid-template-areas:
    " g1 g2 "
    " g3 g3 "; 
  grid-column-gap: 16px;

  align-items: center;
  align-content: stretch;

  margin: 4px 4px;
  background: #fff;
  box-shadow: 0px 2px 7px 0 rgba(0,0,0,.15);
  
  border: 0px solid #000;
  border-radius: 1em;
  padding: 1em 1em;
}

#comments .owl-slide div:nth-child(1) { grid-area: g1; }
#comments .owl-slide div:nth-child(2) { grid-area: g2; }
#comments .owl-slide div:nth-child(3) { 
  grid-area: g3;
  min-height: 150px;
  overflow: hidden;
}

    #comments .owl-slide img.smile {
      width: 100%;
    }
    #comments .owl-slide img.rating {
      margin: 0;
      width: auto;
      height: 20px;
    }  
    #comments .owl-slide h4 {
      font-weight: 700;
    }
    #comments .owl-slide h5 {
      font-weight: 300;
    }
  
  #comments .owl-slide p {
    font-size: .85em;
    color: #777;
  }


.owl-carousel2 .owl-prev, 
.owl-carousel2 .owl-next {
    top: 100px !important;
}


@media screen and (max-width: 800px) {

.comments {
  width: 100%;
}
  .comments .item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;

    grid-column-gap: 16px;

    align-items: center;
    align-content: stretch;

    background: #fff;
    box-shadow: 0px 2px 7px 0 rgba(0,0,0,.1);
    padding: 8px 8px; 
    border: 1px solid #eee;
    border-radius: 1em;
  }


      .comments .item img.rating {
        margin: 0;
        width: auto;
        height: 12px;
      }  
      .comments .item h4 {
        margin: 0;
        font-weight: 700;
      }
      .comments .item h5 {
        margin: 0;
        font-weight: 300;
      }
    
      .comments .item p {
        margin: 0;
        font-size: .85em;
        color: #777;
      }

}







a.readmore-js-toggle {
  outline: none;
  display: flex;
  width: auto;
  height: 32px;
  margin: 8px auto;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 999px;
  text-align: center;
  font-size: .85em;
  font-weight: 700;
  color: #000; 
}

.readmore_open {
  background: ;
}

.readmore_close {
  background: ;
}
.text_block {
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
  padding: 8px 16px;
}

  .cat_name {
    margin-top: ;
    text-align: left;
    font-size: ;
  }

@media screen and (max-width: 800px) {
  
.text_block {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
  .cat_name {
    display: none;
  }
  .cat_desc {
  }  
}
















































.payment {

}
  .payment > div {
  } 
  .payment h2 {
    font-weight: 500;
  }
  .payment h3 {
    font-weight: 500;
  }
  .payment h4 {
    font-weight: 500;
  }  
  .payment p {
    margin-bottom: ;
  }

  .payment a.button {
    display: inline-flex;
    align-items: center;
    height: 36px;
    background: #F6B14B;
    border-radius: 99px;
    padding: 0 12px;
    font-weight: 700;
    color: #fff;
  }

  .payment .card_group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }
  .payment .card_group.two {
    grid-template-columns: 1fr 1fr;
  }
    .payment .card_group img {
      width: 100%;
    }


@media screen and (max-width: 800px) {

  .payment {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
    .payment > div {
      background: #fff;
      border: 1px solid #f5f5f5;
      border-radius: 12px;
      box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
      padding: 12px 8px;
    }


    .payment .card_group {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
      grid-column-gap: 8px;
      align-items: center;
    }

}













#privacy {

}

#privacy h1 {
  text-align: center;
  font-weight: 900;
}

#privacy h2, #privacy h3 {
  margin-top: 64px;
  text-transform: none;   
  font-weight: 900;
  line-height: 1.3em;
}

#privacy li {
  line-height: 1.5em;
  font-weight: 500;       
}
#privacy span {
  font-weight: 700;
}




@media screen and (max-width: 800px) {

#privacy h2 {
  margin-top: 24px;
  font-size: 17px;
}
#privacy p, #privacy li {
  font-size: 14px; 
  font-weight: 300;
}

}























/* Контакты */
.contacts_grid {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  align-items: stretch;
  justify-content: center;  
  margin-bottom: 2em;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 
              0 4px 10px 0 rgba(13,35,67,.15);
  border-radius: 12px;

}
  .contacts_grid .item {
    display: flex;
    min-height: 100px;
    height: auto;
    align-items: center;
    /*background: #f7f7f7;*/
    border-radius: 12px;

    padding: 12px 24px;
  }
    .contacts_grid .item .icon {
      position: relative;
      margin-right: 1em;
      width: 64px;
    }

  .contacts_grid a.item:hover {
    background: #f1f1f1;
  }

  /**/
  .worktime {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 8px;
    align-items: center;
    justify-content: center;   
    width: 100%;  
    text-align: center;
    color: #000;
  }
    .worktime .worktime_item {
      flex: 1 1 20%;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
    .worktime .worktime_item.active {
      flex: 1 1 30%;
      position: relative;
      left: 0%;
      width: 100%;
      background: #F6B14B;
      opacity: 1;
      border-radius: 18px;
      padding: 10px 5px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
          
    }  
      .worktime .worktime_item hr {
        width: 30%;
        height: 2px;        
        margin-top: .2em;
        margin-bottom: .2em;
        border: 0px solid #666;
        background: #000;
      }
      .worktime .worktime_item.active hr {
        width: 20%;
        height: 2px;        
        margin-top: .2em;
        margin-bottom: .2em;
        border: 0px solid #666;
        background: #fff;
      }
  /**/


@media screen and (max-width: 800px) {

  .contacts_grid {
    display: block;
    width: auto;
    margin-top: 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 
              0 4px 10px 0 rgba(13,35,67,.15);
    border-radius: ;
  }
    .contacts_grid .item {
      display: flex;
      min-height: auto;
      margin-bottom: 12px;
      padding: 8px 16px;
    }
      .contacts_grid .item .icon {
        position: relative;
        margin-right: 1em;
        width: 32px;
      }
      .contacts_grid .item h3 {
        font-size: 14px;
        font-weight: 500;
      }
    .worktime {
      display: flex;
      align-items: center;
      justify-content: center;    
      width: 100%;     
      text-align: center;      
      font-weight: 700;
    }
      .worktime .worktime_item {
        flex: 0 1 20%;
        width: 20%;
        font-size: 10px;
        line-height: 1.3;
      }
      .worktime .worktime_item.active {
        flex: 1 1 30%;
        position: relative;
        left: 0%;
        width: auto;
        border-radius: 18px;
        padding: 10px 5px;
        font-size: 14px;
        color: #fff;            
      }  
        .worktime .worktime_item hr {
          width: 50%;
          height: 1px;        
          margin-top: .2em;
          margin-bottom: .2em;
          border: 0px solid #666;
        }
        .worktime .worktime_item.active hr {
          width: 50%;
          height: 2px;        
          margin-top: .2em;
          margin-bottom: .2em;
          border: 0px solid #666;
          background: #fff;
        }

}
/* --- --- --- --- --- */

















/* Карта */
#map {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 64px;
  border: 0px solid #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 
  0 4px 10px 0 rgba(13,35,67,.15);
  padding: 12px;
}
  #map ymaps {
    border-radius: 12px !important;
  }
@media screen and (max-width: 800px) {

  #map {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin: auto;
  }
  
}

.ymaps-2-1-75-balloon {
  border-radius: 16px;
}
.ymaps-2-1-75-balloon__layout {
  display: block !important;
  width: auto;
  height: auto;
  border-radius: 16px;
  padding: 12px 20px 12px 0px;
}

.ymaps-2-1-75-balloon__tail {
  box-shadow: none !important;
}
.ymaps-2-1-75-balloon__close {
  display:  !important;
  top: -8px;
  right: -12px;
}

.inmap {}
  .inmap_item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .inmap_item:last-child {
    margin-bottom: 0;
  }
    .inmap_item img {
      width: 32px;
    }
    .inmap_item span {
      position: relative;
      top: 2px;
      margin-left: 8px;
      font-size: 16px;
      font-weight: 400;
    }
    .inmap_item p {
      margin: 0;
      font-size: 14px;
    }
/* --- --- --- --- --- */





















/* Форма обратной связи */
.form_send_comment {
  margin-top: 32px;
}

.form_send_comment ::placeholder {
  -webkit-appearance: none;
  position: relative;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
}



.form_grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 24px;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 2em;
}
.form_grid div {
  position: relative;
}

  .form_send_comment input[type="text"],
  .form_send_comment input[type="email"],
  .form_send_comment textarea,
  .form_send_comment select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    border: 0px solid #777;
    background: #f5f5f5;
    border-radius: 16px;
    padding: 0;
    padding-left: 24px;
    font-size: 1em;
    font-weight: 500;
    color: #000;
  }
  .form_send_comment select {
    -webkit-appearance: none;
    background-image: url('../images/icons/ic_select.png');
    background-position: right 24px center;
    background-repeat: no-repeat;
  }
  .form_send_comment select,
  .form_send_comment input[type="text"] {
    margin-bottom: 24px;
  }
  .form_send_comment input[type="text"]:last-child {
    margin-bottom: 0px;
  }
  .form_send_comment textarea {
    height: 100%;
    resize: none;
    padding-top: 24px;
  }

  .form_send_comment .CAPCTHA {
    position: absolute;
    bottom: 0;
    right: 0;
  }


.icheckbox {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  /*background: #efefef;*/
}
  .icheckbox .check {
    display: inline-flex;
    justify-content: center;
    width: 24px;
    margin-right: 20px;  border-radius: 12px;  
  }
    .check-material input[type="checkbox"]{display:none}
    .check-material input[type="checkbox"]:checked + label{
      background: #F6B14B;
      border-color: #F6B14B;

    }
    .check-material input[type="checkbox"]:checked + label:after{
      transform:scale(1.3);
    }
    .check-material label {
      display: block;
      box-sizing: border-box;
      width: 18px;
      height: 18px;
      background: transparent;
      border: 2px solid #F6B14B;
      border-radius: 10%;
      position: relative;
      cursor: pointer;
      transition: .2s
    }
    .check-material label:before{
      content:'';
      position:absolute;
      display:block;
      height:300%;
      width:300%;
      top:-100%;
      left:-100%;
      z-index:-1;
      border-radius:50%;
      transition:.3s
    }
    .check-material label:after{
      content:'';
      display:block;
      height:100%;
      width:100%;
      background:url(../images/icons/ic_check.svg) center center no-repeat;
      background-size:contain;
      transform:scale(0);
      transition:.2s
    }
    .check-material label:active:before{background:red; transition: 1s;}


  .icheckbox .label {
    width: 100%;
    text-align: left;
    line-height: 1em;
  }
    .icheckbox .label label {
      position: relative;
      top: 2px;
      cursor: pointer;
      font-size: 14px;
    }


  .form_send_comment input[type="submit"],
  .form_result {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    margin: 16px 0;
    border: 0px solid #777;
    background: #222;
    border-radius: 16px;
    padding: 0;
    padding-left: 8px;
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 700;
    color: #fff;
  }
  .form_result {
    display: flex;
    align-items: center;
    justify-content: center;
    background: green;
  }  
  .form_send_comment2 input[type="submit"]:hover {
    background: #F6B14B;
  }




@media screen and (max-width: 800px) {

  .form_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 24px;
  }

    .form_send_comment select,
    .form_send_comment input[type="text"],
    .form_send_comment input[type="email"],
    .form_send_comment textarea {
      min-height: 48px;
      border-radius: 12px;
      padding-left: 12px;
      font-size: 15px;
    }
    .form_send_comment select {
      background-image: url('../images/icons/ic_select.png');
      background-position: right 24px center;
      background-repeat: no-repeat;
    }


    .form_send_comment select,
    .form_send_comment input[type="text"] {
      margin-bottom: 16px;
    }
    .form_send_comment input:last-child {
      margin-bottom: 16px;
    }
    .form_send_comment textarea {
      min-height: 100%;
      height: 240px;
      resize: none;
      border-radius: 12px;
      padding-top: 16px;
    }


    .form_send_comment ::placeholder {
      padding-left: 0;
      font-size: 15px;
    }
        .icheckbox .label label {
          position: relative;
          top: -2px;
          cursor: pointer;
          font-size: 12px;
        }


    .form_send_comment input[type="submit"],
    .form_result {
      min-height: 48px;
      border-radius: 12px;
      font-size: 15px;
      letter-spacing: 4px;
    }

}
/* End */






















/* Бонусная система --- */

.bonuses_main_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 3em;
  align-items: star;
  justify-content: center;
}




  .bonuses_panel_section {
    display: block;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 12px;
    text-align: center;

  }
    

    .box {
      display: flex;
      margin: 0 -8px;
      margin-bottom: 10px;  
    }
      .bulit {
        flex: 1 1 auto;
        margin: 0 8px;
        background: gray;
        height: 50px;  
      }

      .bonuses_panel_section .bulit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 196px;
        height: 128px;
        background: #F6B14B;
        border-radius: 12px !important;
        font-weight: 700;
        color: #fff;
      }



    .bonuses_panel_section h3 {
    }
      .bonuses_panel_section label {
        font-size: 48px;
      }
      .bonuses_panel_section span {
        position: relative;
        top: -8px;
        display: block;
        font-size: 14px;
        font-weight: 600;
      }



  .bonuses_info_section {

  }

    .bonuses_info_section li {
      list-style-type: disc;
      margin-left: 18px;
    }

    .bonuses_info_section h3 {
      font-weight: 600;
    }
    .bonuses_info_section span {
      display: inline-block;
      margin-bottom: 8px;
      background: #F6B14B;
      border-radius: 8px;
      padding: 6px 12px;
      font-size: 1.15em;
      font-weight: 600;
      color: #fff;
    }

    .bonuses_info_section .flexbox {
      display: flex;
      align-items: center;
    }
      .bonuses_info_section .flexbox i {
        position: relative;
        display: inline-block;
        width: 1.2em;
        height: 1.2em; 
        margin-right: 1.0em;    
      }










@media screen and (max-width: 800px) {

  .bonuses_main_grid {
    display: grid;
    grid-template-columns: 1fr;
  }
    .bonuses_info_section {
      order: 1;
    }
    .bonuses_panel_section {
      order: 0;
    }

    .box {
      display: flex;
      margin: 0 -16px;
      margin-bottom: 10px;  
    }
      .bulit {
        flex: 1 1 auto;
        margin: 0 8px;
        background: gray;
        height: 50px;  
      }

      .bonuses_panel_section .bulit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 196px;
        height: 140px;
        background: #F6B14B;
        border-radius: 12px !important;
        font-weight: 700;
        color: #fff;
      }

        .bonuses_panel_section h3 {
        }
          .bonuses_panel_section label {
            font-size: 40px;
          }
          .bonuses_panel_section span {
            font-size: 12px;
          }

  .bonuses_panel_section {
    grid-template-columns: 1fr;
    padding: 1em 0.5em;
  }

    .bonuses_panel_section > div {

    }

      .bonuses_panel_section .bulit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 0px;
        background: #F6B14B;
        border-radius: 99em;
        padding: 1.0em;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
      }

      .bonuses_panel_section h3 {
        margin-bottom: 12px;
      }

}







.accordion {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(520px, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 1em;
  align-items: start;
}

.accordion ul {
  margin-left: 8px;
}

.accordion .ac {
  box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 0 4px 10px 0 rgba(13,35,67,.15);
  border-radius: 12px;
  color: #000;
}

  .accordion .ac > .ac-q {
    position: relative;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    height: 4em;
    margin: 0;
    border-radius: 12px;
    padding-left: 12px;
    text-align: left;
    font-weight: 500;
    color: #000;
  }

  .accordion .ac.active > .ac-q {
    background: #F6B14B;
    color: #fff;
  }

  .accordion .ac > .ac-q::after {
    content: "+";
    text-align: center;
    width: 15px;
    right: 10px;
    top: 55%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
  }

  .accordion .ac > .ac-a {
    overflow: hidden;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-timing-function: ease;
  }
    .accordion .ac > .ac-a p {
      margin: 0;
      padding: 10px;
      text-align: left;
      line-height: 1.5;
      font-size: .85em;
    }
    .accordion .ac > .ac-a ul {
      padding: 10px;
    }

  .accordion .ac.active > .ac-q::after {
    top: 50%;
    content: "\2013";
  }

@media screen and (max-width: 800px) {

  .accordion {
    margin: 0;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 0 4px 10px 0 rgba(13,35,67,.15);
    border-radius: 12px;
  }
    .accordion .ac {
      box-shadow: none;

    }

    .accordion .ac > .ac-q {
      padding-right: 12px;
      font-size: 15px;
    }
    .accordion .ac > .ac-a p {
      font-size: 14px;
    }

    .accordion .ac > .ac-q::after {
      font-size: 24px;
      font-weight: 300;
    }

}








/* --- Бонусная система */










