.service-center-price--section .section-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-center-price--section .section-header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.service-center-price-list {
  width: 100vw;
  margin-left: -3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.service-center-price-add--section {
  padding-bottom: 0;
}

.service-center-price-item {
  background-color: white;
}

.service-center-price-item:not(:last-child) {
 
}

.service-center-price-item.open .service-center-price-item__top .btn-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.service-center-price-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  z-index: 1;
}

.service-center-price-item__top .btn.btn--white.js-anchor-btn {
  z-index: 10;
}

.service-center-price-item__top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-center-price-item__top .btn--white {
  display: none;
}

.service-center-price-item__top .btn-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: white;
}

.service-center-price-item__top .btn-arrow::after {
  width: 1.1rem;
  height: 1.1rem;
  border-width: .3rem;
  border-color: #707070;
}

.service-center-price-item__top .application {
  margin-left: 2rem;
}

.service-center-price-item__top .price-per-day {
  margin-left: auto;
  display: none;
}

.service-center-price-item__top .price-per-day span {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.service-center-price-item__arrow {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  border-bottom: .2rem solid black;
  border-right: .2rem solid black;
  -webkit-transform: translateY(-40%) rotate(225deg);
  -ms-transform: translateY(-40%) rotate(225deg);
  transform: translateY(-40%) rotate(225deg);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.service-center-price-item__arrow.closed {
  -webkit-transform: translateY(-80%) rotate(45deg);
  -ms-transform: translateY(-80%) rotate(45deg);
  transform: translateY(-80%) rotate(45deg);
}

.service-center-price-item__title {
  font-size: 2rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.service-center-price-item .section-title {
  margin-bottom: 0;
  padding-right: 1.5rem;
}

.service-center-price-item__desc {
  padding: 0 3rem 3rem 3rem;
  display: none;
}

.service-center-price-item__desc .sub-title {
  margin-bottom: 1.5rem;
}

.service-center-price-item-more .js-read-more__cont {
  height: 21rem;
  overflow: hidden;
}

.service-center-price-item-more p {
  margin-bottom: 2rem;
}

.service-center-price-item-more .link {
  margin-top: 1rem;
}

.service-center-price-item-more__desc,
.service-center-price-item-more__chars {
  margin-bottom: 2rem;
}

.service-center-price-item-more__desc > p,
.service-center-price-item-more__chars > p {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 600px) {
  .service-center-price-item__top .btn--white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #a79f9f;
    width: 20rem;
    margin-right: 1.5rem;
  }

  .service-center-price-item__top .btn-arrow {
    background-color: #e1e1e1;
  }

  .service-center-price-item__arrow {
    display: none !important;
  }

  .service-center-price-item-more__chars .js-read-more__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .service-center-price--section {
    padding-bottom: 0;
  }

  .service-center-price-list {
    width: 100%;
    margin-left: 0;
  }

  .service-center-price-item__top {
    padding: 4rem;
  }

  .service-center-price-item__top .price-per-day {
    display: block;
  }
}

@media only screen and (min-width: 968px) {
  .service-center-price--section .section-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-center-price--section .section-header .btn {
    max-width: 25rem;
  }

  .service-center-price--section .btn-list {
    padding-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .service-center-price--section .btn-list .btn {
    margin-top: 0;
  }

  .service-center-price-item .section-title {
    font-size: 2.2rem;
  }

  .service-center-price-item__desc .sub-title {
    font-size: 1.8rem;
  }

  .service-center-price-item-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 1rem;
  }

  .service-center-price-item-more__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-center-price-item-more .js-read-more__cont {
    height: 12rem;
  }

  .service-center-price-item-more__desc,
  .service-center-price-item-more__chars {
    width: 48%;
    margin-bottom: 0;
  }

  .service-center-price-item-more__chars .js-read-more__cont div {
    width: 48%;
  }
}

@media only screen and (min-width: 1900px) {
  .service-center-price-item-more .js-read-more__cont {
    height: 14rem;
  }
}