.category-text h2, .category-text h3, .category-text h4 {
  margin-bottom: 1rem;
}

.category-text .list {
  margin-left: 1.125rem;
}

.accordion-card {
  margin-bottom: 1rem;
}

.accordion-card__header {
  padding: 1rem 1rem 1.125rem;
  background-color: #F0F5FA;
}

.accordion-card__title {
  position: relative;
  padding: 1.0625rem 3.125rem 1.0625rem 1rem;
  background-color: #F0F5FA;
  cursor: pointer;
}

.accordion-card__title::before, .accordion-card__title::after {
  position: absolute;
  content: '';
  border-radius: 1px;
  background-color: #172A3A;
}

.accordion-card__title::before {
  right: 16px;
  top: 27px;
  height: 2px;
  width: 18px;
}

.accordion-card__title::after {
  right: 24px;
  top: 19px;
  height: 18px;
  width: 2px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion-card__title[aria-expanded="true"] {
  border-radius: 0.5rem;
}

.accordion-card__title[aria-expanded="true"]::after {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.accordion-card__body {
  padding: 1rem;
  font-family: "Roboto", sans-serif;
}

.accordion-card__body .table {
  margin-bottom: 0;
  font-size: 1rem;
}

.accordion-card__body .table td, .accordion-card__body .table th {
  padding: 1.5rem 0.9375rem;
  vertical-align: top;
}

.accordion-card__body .table td:first-child, .accordion-card__body .table th:first-child {
  min-width: 10rem;
  padding-left: 0;
  color: #172A3A;
}

.accordion-card__body .table tr {
  border-bottom: 1px solid #DEE7F3;
}

.accordion-card__body .table tr:first-child td, .accordion-card__body .table tr:first-child th {
  padding-top: 0.5rem;
}

.accordion-card__body .table tr:last-child {
  border-bottom: 0;
}

.accordion-card__body .table tr:last-child td, .accordion-card__body .table tr:last-child th {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .accordion-card__body .table td:first-child, .accordion-card__body .table th:first-child {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .accordion-card__body .table td:first-child, .accordion-card__body .table th:first-child {
    padding-top: 1rem;
  }
  .accordion-card__body .table td:last-child, .accordion-card__body .table th:last-child {
    padding-bottom: 1rem;
  }
  .accordion-card__body .table tr td:last-child {
    padding-top: 0.625rem;
    padding-left: 0;
  }
}

.filter-services .dropdown-menu {
  margin-top: 2.75rem !important;
  right: 0 !important;
  left: auto !important;
}

.prev.mydisable, .next.mydisable {
  display: none;
}


/*bill 1430*/

.link-info-text{
  color: #E84F35;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.link-info-img{
  display: none;
  margin-bottom: 15px;
}
.info{
  background: #D5E9FA;
  border-radius: 8px;
  padding: 15px 10px;
  width: 100%;
}
.info-pay-text{
  display: inline-block;
  width: 530px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #172A3A;
}
.info-img{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.info-pay{
  margin: 15px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(39, 97, 146, 0.15);
  border-radius: 8px;
  padding: 25px;
}
.left-block-pay{
  display: inline-block;
}
.wrap-checkbox{
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.wrap-checkbox .checkbox-label::before{
  height: 20px;
  width: 20px;
}
.wrap-checkbox .checkbox-label::after{
  left: -22px;
}
.left-block-text{
  display: inline-block;
  max-width: 400px;
}
.left-block-text p{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3B566E;
  margin-bottom: 0;
}
.left-block-text .left-text-title{
  font-weight: bold;
  font-size: 16px;
  color: #172A3A;
}
.right-block-pay{
  display: inline-block;
  float: right;
}
.right-block-pay p{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3B566E;
  margin-bottom: 0;
  text-align: right;
}
.right-block-pay .amount{
  font-weight: bold;
  font-size: 18px;
  color: #172A3A;
}
.arrow-link{
  vertical-align: top;
}
.right-block-pay .link-info{
  font-size: 16px;
  cursor: pointer;
}
.wrap-amount{
  border-bottom: 3px solid #DEE7F3;
  font-family: "Roboto", sans-serif;
  padding: 35px 30px;
}
.wrap-amount-left-block p{
  font-weight: bold;
  font-size: 16px;
  color: #172A3A;
  margin: 0;
}
.wrap-amount-left-block{
  display: inline-block;
}
.wrap-amount-right-block{
  float: right;
  display: inline-block;
}
.wrap-amount-right-block p{
  font-weight: bold;
  font-size: 20px;
  color: #172A3A;
}
.info-pay-menu{
  background: #F0F5FA;
  border-radius: 8px;
  padding: 15px;
  display:none;
  font-family: "Roboto", sans-serif;
}
.active .info-pay-menu{
  display: block;
}
.info-pay-menu-title{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #172A3A;
  margin-bottom: 20px;
}
.about-pay{
  display: inline-block;
  float: right;
  cursor: pointer;
}
.about-pay img{
  vertical-align: top;
  margin-left: 5px;
}
.pad-l-0{
  padding-left: 0;
}
.pad-r-0{
  padding-right: 0;
}
.wrap-input{
  max-width: 235px;
  width: 100%;
}
.tarif-amount{
  padding: 0;
  border-bottom: 1px solid #7C9CAC;
  margin-bottom: 15px;
}
.tarif-amount p{
  font-size: 16px;
  color: #172A3A;
  display: inline-block;
  margin-right: 15px;
}
.tarif-amount p span{
  font-weight: bold;
}
.about-pay-text{
  padding-left: 0;
  margin-top: 10px;
}
.about-pay-text p{
  margin-bottom: 10px;
  font-size: 14px;
  color: #172A3A;
}
.wrap-btn{
  margin-top: 15px;
}
.wrap-btn .btn-prev::after{
  left: 35px;
}
.wrap-btn .btn-next::after{
  right: 85px;
}
.info-pay-foot-link{
  background: url("../img/line.png") no-repeat;
  width: 100%;
  background-size: contain;
  text-align: center;
  padding-top: 15px;
}
.info-pay-foot-link p{
  margin: 0;
  cursor: pointer;
}
.close-info-pay-menu .info-pay-menu{
  display: none;
}
.about-pay-menu{
  background: #FFFFFF;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  display: none;
}
.about-pay-block p{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #172A3A;
}
.about-pay-block img{
  float: right;
  vertical-align: top;
}
.about-pay-menu-text p{
  font-size: 14px;
  color: #3B566E;
  margin-bottom: 0;
}
.about-pay-menu-text .title{
  font-weight: bold;
}
.info-pay-menu.active .about-pay-menu{
  display: block;
}
.close-img{
  cursor: pointer;
}
.hr-menu{
  border: 1px solid #7C9CAC;
}
.title-form-input p{
  font-size: 16px;
  color: #172A3A;
}
.info-pay-menu-input{
  font-weight: bold;
  font-size: 16px;
  color: #172A3A;
  margin-bottom: 20px;
}
.info-pay-foot-line{
  background: url(../img/line.png) no-repeat;
  width: 100%;
  background-size: contain;
  text-align: center;
  padding-top: 15px;
  margin: 20px 0;
  height: 5px;
}
.info-pay-archive{
  font-family: "Roboto", sans-serif;
  border-bottom: 2px dashed #DEE7F3;
  padding: 15px 0;
}
.info-pay-archive-left{
  display: inline-block;
}
.info-pay-archive-left p{
  font-size: 16px;
  color: #3B566E;
  margin: 0;
}
.info-pay-archive-right{
  display: inline-block;
  float: right;
}
.info-pay-archive-right p{
  font-size: 18px;
  color: #172A3A;
  margin: 0;
}
.archive-bill__collapse .table td, .archive-bill__collapse .table th{
  padding: 1.05rem 0;
}
.bill-result__collapse .table td, .bill-result__collapse .table th{
  padding: 1.05rem 0;
}
.archive-bill__collapse .table tr{
  border-bottom: 2px dashed #DEE7F3;
}
.bill-result__collapse .table tr{
  border-bottom: 2px dashed #DEE7F3;
}
.archive-bill__collapse .table td:nth-child(2){
  text-align: right;
}
.bill-result__collapse table td:nth-child(2){
  text-align: right;
}
.archive-bill__collapse .table tr:nth-child(1){
  border-top: 3px solid #DEE7F3;
}
.bill-result__collapse .table tr:nth-child(1){
  border-top: 3px solid #DEE7F3;
}
.info-pay-archive-bill{
  border: 0;
}
.close-table{
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.archive-bill__collapse .table tr:nth-last-child(1){
  border: 0;
}
.bill-result__collapse .table tr:nth-last-child(1){
  border: 0;
}
@media screen and (max-width: 1199px){
  .info-pay-text{
    max-width: 520px;
    width: 100%;
  }
  .close-table{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .info-pay-text {
    max-width: 420px;
  }
  .right-block-pay{
    float: none;
    width: 100%;
    display: block;
    padding-left: 30px;
  }
  .right-block-pay p{
    text-align: left;
  }
  .info-pay-menu-title{
    display: block;
  }
  .about-pay{
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .wrap-btn .btn-next::after {
    right: 35px;
  }
  .wrap-btn .btn-prev::after {
    left: 31px;
  }
}
@media screen and (max-width: 575px){
  .link-info-img{
    max-width: 100%;
  }
  .info-pay-text {
    max-width: 85%;
  }
  .info-pay{
    padding: 15px;
  }
  .left-block-text{
    max-width: 85%;
  }
  .right-block-pay .link-info{
    margin: 15px 0;
    text-align: center;
  }
  .wrap-input{
    width: 100%;
    max-width: 100%;
  }
  .pad-0{
    padding: 0;
  }
  .info-pay-archive-left, .info-pay-archive-right{
    display: block;
  }
  .info-pay-archive-right{
    float: none;
  }
  .archive-bill__collapse .table td:nth-child(2){
    text-align: left;
  }
  .bill-result__collapse .table td:nth-child(2){
    text-align: left;
  }
}