/* .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;
}
.form-control {
    box-shadow: none;
}
.order-error, .promo-error {
    color: #ff0100;
    text-align: left;
    margin: -25px 0 10px 0px;
}
.topup-error {
    color: #ff0100;
    text-align: left;
    margin: -10px 0 10px 0px;
}
.qiwi-warning {
    color: #f28918;
    text-align: left;
}
.lk_order-table .status .tit.error {
    color: #E51804;
}
.lk_order-table .status .tit.success {
    color: #15CF74;
}
.lk_order-table .status .tit.warning {
    color: #ffc107;
}
.lk_order-table .status .tit.info {
    color: #007bff;
}
.ticket_chat .chat {
    height: 500px;
    margin-bottom: 10px;
}

.order-steps .step.step-3 {
    border:0;
}

.error_msg {
    color: #E51804;
    font-size: 14px;
    line-height: 17px;
    margin: -20px 0 10px 0;
}

@media (max-width: 670px){
    .faq__row {margin-right: 0}
    .dropdownBlock {margin-right:-40px}
}
.swal-text {
    text-align: center!important;
}
.swal-button-container {
    text-align: center;
    display: block;
}
.mob-none .payment-icons span {
    margin-right: 10px;
    color: #898989;
}
.mob-block .payment-icons {
    width: 105%;
}
.mob-block .payment-icons span {
    line-height: 30px;
}
.mob-block .payment-icons img {
    margin-bottom: 5px;
}
#paymentMethods input[type="radio"] {
    display: none;
}
#paymentMethods label {
    display: block;
    max-width: none;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}
#paymentMethods label a {
    text-decoration: none;
}
#paymentMethods input[type="radio"]:checked ~ label {
    border-right: 3px solid #23d961;
}
#paymentMethods input[type="radio"]:checked ~ label p.tit {
    color: #23d961;
}
#paymentMethods input[type="radio"]:checked ~ label .nav-link:before {
    content: "";
    display: block;
    background: url(../img/ico/arrow-tab.svg) no-repeat;
    width: 16px;
    height: 21px;
    background-size: contain;
    position: absolute;
    right: -34px;
}
#paymentMethods .nav-link .img img {
    width: 42px;
    height: 42px;
}
a {
    text-decoration: none!important;
}

.section-title h1 {
    line-height: 22px;
}
.section-title h1 {
    font-size: 18px;
}
.service-day__item .btn {
    width: 180px;
}


.preloader{
    z-index: 99999;
}
.discount-banner{
    background: #4083FD;
    position: relative;
    top: -72px;
}
.discount-banner__row{
    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;
    height:60px;
}
.discount-banner__row:before{
    content:'';
    display:block;
    background:url(/img/discount-bg.svg) no-repeat center left;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    z-index:1;
}
.discount-banner__row:after{
    content:'';
    display:block;
    background:url(/img/discount-bg.svg) no-repeat center right;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    z-index:1;
}
.discount-banner__tit{
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color:#fff;
    position:relative;
    z-index:2;
}
.discount-banner__close{
    position:absolute;
    right:0;
    z-index:3;
    cursor:pointer;
}
.page__header{
    position:relative;
    margin-top: -72px;
}
.page__header.header__scroll{
    position:fixed;
    margin:0;
}
@media (max-width: 900px){
    .discount-banner{
        top:-56px;
    }
    .page__header {
        margin-top: -55px;
    }
    .non-mob {
        display: none!important;
    }
}
@media (max-width: 600px){
    .discount-banner{
        background: #979797;
    }
    .discount-banner__row:before, .discount-banner__row:after{
        display:none;
    }
    .discount-banner__row{
        height:41px;
        padding: 0 22px;
        text-align: center;
    }
    .discount-banner__tit{
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
    }
    .m-none{
        display:none;
    }
}
.discount-banner {
    z-index: 10000;
}
.lk_order-table td a, .admin-table td a  {
    /*.lk_order-table td a  {*/
    word-wrap: break-word;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px){
    .lk_order-table .td-tit .tit {
        text-align: center;
    }
}
.td-tit__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lk_order-table .td-tit__flex .tit {
    display: block;
    margin-right: 10px;
}

.td-tit__flex .tit img {
    width: 20px;
    max-height: 20px;
}

@media (min-width: 901px) {
    .lk_order-table td .value, .admin-table td .value  {
        max-width: 400px;
    }
    .banner__slider__row {
        padding-left: 59px!important;
    }
}

@media (max-width: 900px) {
    .td-tit__flex {
        display: block;
    }

    .lk_order-table .td-tit__flex .tit {
        margin-right: 0;
    }

    .td-tit, .admin-table .td-tit__flex .value  {
        max-width: 100%;
    }

    .admin-table .td-tit__flex .value {
        padding: 0px 10px;
    }
}

.lk-menu__container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media (min-width: 1300px) {
    .submenu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.left-menu .menu-dropdown {
    margin: 0;
}
.menu-dropdown__body ul {
    list-style-type: none;
}
.menu-dropdown {
    display: block;
}

.menu-dropdown .menu__link {
    padding: 17px 35px;
}

.menu-dropdown__btn {
    cursor: pointer;
}

.menu-dropdown__btn .arrow {
    position: absolute;
    right: 30px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.menu-dropdown__btn.open .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.menu-dropdown__btn .arrow svg {
    position: relative;
    opacity: 1;
}

.menu-dropdown__body {
    display: none;
    width: 100% !important;
}

.menu-dropdown__link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 17px 35px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #1b1b1b;
    text-decoration: none;
    gap: 10px;
}

.menu-dropdown__link.active {
    background: #F9F9F9;
}

.menu-dropdown__link .img {
    width: 20px;
    height: 20px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.menu-dropdown__link:hover .tit {
    fill: #4083FD;
}

.menu-dropdown__link:hover .img-fill path {
    fill: #4083FD;
}

.menu-dropdown__link:hover .img-stroke path {
    stroke: #4083FD;
}
.admin-pagination__item {
    cursor: pointer;
}
.admin-pagination__link:hover {
    text-decoration: none;
    color: #4083fd;
}
.admin-pagination__item.active .admin-pagination__link {
    background: #4083fd;
    color: #ffffff;
}
.balance_add .radio__list {
    display: block;
}
.form-btn {
    min-width: 196px;
    height: 50px;
    width: 100%;
}
.remember-group {
    padding-top: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.remember-group  span {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.error_msg {
    color: #E51804;
    font-size: 14px;
    line-height: 17px;
    margin: -10px 0 10px 0;
}
.article-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-list {
    width: 30%!important;
    padding: 10px;
    max-width: 400px;
}
.card {
    display: grid;
    gap: 16px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 64px rgba(26, 29, 63, 0.13);
    border-radius: 16px;
}
.card {
    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: .15s ease-in;
}
.card-image {
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
.card-header {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header > a {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.25;
    padding-right: 1rem;
    text-decoration: none;
    color: inherit;
    will-change: transform;
}

.card-footer {
    margin-top: 1.25rem;
    border-top: 1px solid #ddd;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-meta {
    display: flex;
    align-items: center;
    color: #787878;
}
.card-meta svg {
     flex-shrink: 0;
     width: 1em;
     height: 1em;
     margin-right: 0.25em;
 }
@media (min-width: 1300px) {
    .submenu {
        justify-content: center
    }
}

.filter-list .filter-item {
    width: 310px;
    height: 42px;
    margin: 0 10px 14px 0;
}
@media (max-width: 700px) {
    .filter-list .filter-item {
        width: 270px;
        height: 42px;
        margin: 0 10px 14px 0;
    }
}
@media (max-width: 580px) {
    .filter-list .filter-item {
        width: 100%;
        height: 42px;
        margin: 0 10px 14px 0;
    }
}
.admin-table td:first-child {
    border-radius: 4px 0 0 4px;
    text-align: left;
    padding-left: 0;
    background: #ffffff;
}
.admin-table td {
    padding: 20px 20px 20px 0;
    background: #ffffff;
}
.admin-table td:last-child {
    border-radius: 0 4px 4px 0;
    background: #fff;
    padding-right: 20px;
}

.admin-card__header {
    border-bottom: 1px solid #DDDDDD;
    padding: 30px 39px;
    border-top: 1px solid #DDDDDD;
}

.admin-card__header .tit {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #1B1B1B;
}

.active-cabinet-menu span, .active-cabinet-menu path {
    color: #4083fd!important;
    fill: #4083fd;
}
.lang {
    display: flex;
    justify-content: space-evenly;
}
.choose_lang:after {
    content: "";
    position: relative;
    background: url(https://nakrutochka.myacc.store/images/chevron_down.svg) no-repeat center center/cover;
    width: 14px;
    height: 14px;
    min-width: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 10px;
    display: inline-block;
}
.choose_lang.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.langs {
    padding: 10px;
}
.choose_lang {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #847e9c;
}
[hidden]:not([hidden="until-found"]) {
    display: none !important;
}
#lang-menu > div {
    padding: 5px;
}
.choose_lang > .bottom {
    border: none!important;
}
#lang-menu {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: auto;
}
.service__discription {
    width: 70%;
}
.lang-mob {
    display: none!important;
}
@media (max-width: 600px){
    .lang-mob {
        display: flex!important;
    }
    .langs{
        display: none;
    }
}
    .login__section {
        padding: 20px;
        width: 100%;
        max-width: 500px;
}

@media (max-width: 1300px){
    .non-mob{
        display: none;
    }
}
.filter-list .filter-item a {
    line-height: 17px;
    text-align: center;;
}


.custom-select .selected{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 600px) {
    #services-list .service__discription p {
        display: block;
        word-break: break-word;
    }
}
