/* .popular-services */
.popular-services-wrapper {
    background-color: #FBFBFB;
}
.popular-services{
    margin-top: 60px;
    padding: 50px 0 33px;
}
.popular-services .section-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
}
.popular-services .pulse-img{
    width: 28px;
    height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4083FD), color-stop(96.87%, #4083FD)), #FFFFFF;
    background: -o-linear-gradient(top, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    background: linear-gradient(180deg, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.popular-services .pulse-img img{
    position:relative;
}
.popular-services .pulse-img::before{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4083FD), color-stop(96.87%, #4083FD)), #FFFFFF;
    background: -o-linear-gradient(top, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    background: linear-gradient(180deg, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite;
}
.popular-services .pulse-img::after{
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4083FD), color-stop(96.87%, #4083FD)), #FFFFFF;
    background: -o-linear-gradient(top, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    background: linear-gradient(180deg, #4083FD 0%, #4083FD 96.87%), #FFFFFF;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: pulse2 2s infinite;
            animation: pulse2 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    width: 28px;
    height: 28px;
  }
  70% {
      width: 35px;
    height: 35px;
  }
  100% {
     width: 28px;
    height: 28px;
  }
}
@keyframes pulse {
  0% {
    width: 28px;
    height: 28px;
  }
  70% {
      width: 35px;
    height: 35px;
  }
  100% {
     width: 28px;
    height: 28px;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    width: 35px;
    height: 35px;
  }
  70% {
      width: 42px;
    height: 42px;
  }
  100% {
     width: 35px;
    height: 35px;
  }
}
@keyframes pulse2 {
  0% {
    width: 35px;
    height: 35px;
  }
  70% {
      width: 42px;
    height: 42px;
  }
  100% {
     width: 35px;
    height: 35px;
  }
}
.popular-services__row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.popular-services__item{
    background: #FFFFFF;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.popular-services__header{
    padding: 30px 35px 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 34px 14px 1fr;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popular-services__header .img{
    width: 34px;
}
.popular-services__header img{
    width: 100%;
}
.popular-services__header .tit{
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
}
.popular-services__info{
    padding: 0 35px 27px;
}
.popular-services__info h3, .popular-services__info .h3{
    font-weight: 600;
    line-height: 100%;
    color: #000000;
}
.popular-services__info p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7A7A7A;
    margin: 25px 0 0;
}
.popular-services__btn .btn{
    border-radius: 0px 0px 8px 8px;
}

/* .reviews */
.reviews{
    background: #FBFBFB;
}
.reviews .section-title h2, .reviews .section-title p {
    color: #000000;
}
.reviews .reviews__row{
    gap:34px 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.reviews__swiper-slide{
    width: 100%;
    margin: 0;
}


@media (max-width: 1300px) {
    .admin-row__left-side {
        display: block;
    }

    .admin-row__left-side .rate-work {
        display: none;
    }

    .admin-aside__menu {
        display: none;
    }

    .admin-aside {
        width: calc(100% - 30px);
        margin: 15px auto 24px;
        padding: 25px;
    }
    .admin-aside {
        display: none;
    }
    .cabinet-index .admin-aside {
        display: block;
    }

    .admin-aside .admin-balance{
        padding: 0;
        margin-bottom: 23px;
    }
    .admin-aside .admin-btn_border{
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .popular-services{
        margin-top: 50px;
    }
    .popular-services__row {
        -ms-grid-columns: 1fr 34px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap:34px;
    }
}

@media (max-width: 600px) {
    .popular-services__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .popular-services .section-title {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about{
        margin-top: 100px;
    }
    .reviews .section-title {
        display: block;
        text-align: center;
    }
}

.h2 {
    line-height: 22px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #1b1b1b;
}

.h3 {
    font-weight: bold;
    line-height: 100%;
    color: #000000;
    font-size: 14px;
    margin: 0;
}

.pages__row .lv0 {
    margin-left: 0;
}
.pages__row .lv1 {
    margin-left: 20px;
}
.pages__row .lv2 {
    margin-left: 40px;
}
.pages__row .lv3 {
    margin-left: 60px;
}
.modal-header  .h2{
    line-height: 45px;
}
