

/* Start:/services/style.css?17507764942415*/
.service-wrap{
  display: none;
}

.service__btn{
  position: relative;
  font-size: 32px;
  padding-right: 25px;
}

.service__btn::after{
  content: '';
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACDSURBVHgBhdHBDYQgEAXQ//GyZdiK3exls8RKPNqNpUgjOM5ooigT5cj/jwDD37+fFwCZSzcOQ8LDijG2WcJk/QAICLSNbnw1eEOiXTOhoXSEpCdcItFu3swRUANqgFRe20OW8XrqFX/s7Q6yPusrnVg/AB6q4B1jgzVyYYn3MYk7phV5Sn2kpFe5RQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.service__btn.active::after{
  transform: translateY(-50%) rotate(180deg);
}

.service-form{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.service-form .form__field{
  margin-bottom: 0;
}

.form__field_textarea{
  grid-column: 1/4;
}

@media (max-width: 1023px){
  .service-form{
    display: flex;
    flex-wrap: wrap;
  }
  .service-form .form__field{
    width: calc(50% - 10px);
  }
  .service-form .form__field.form__field_textarea{
    width: 100%;
  }

  .service__btn{
    font-size: 20px;
  }
}

@media (max-width: 767px){
  .service-form .form__field{
    width: 100%;
  }

  .service-form .form__btn{
    width: 100%;
  }

  .service__btn::after{
    top:8px;
    transform: none;
  }

  .service__btn.active::after{
    transform: translateY(0) rotate(180deg);
  }
}

@media (max-width: 425px){
  .service__btn{
    font-size: 16px;
  }
  .service__btn::after{
    top:5px;
  }
}

.list-serv {
    list-style: none;
}

.list-serv .serv-item {
    display: table;
    width: 500px; /* delete */
    margin-bottom: 30px;
}

.list-serv .serv-ico {
    display: table-cell;
    vertical-align: middle;
}

.list-serv .serv-inf {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.service-form {
    margin-top: 30px;
}

.service-form .btn-border {
    max-width: 100%;
}

#accordion .popup__title {
    line-height: normal;
}

@media screen and (max-width: 380px) {
    .list-serv-section {
        font-size: 14px;
    }

    #accordion .popup__title {
        font-size: 24px;
    }

    .service-form .form__input {
        font-size: 14px;
    }

    .service-form .form__btn {
        font-size: 14px;
    }
}
/* End */
/* /services/style.css?17507764942415 */
