

/* Start:/local/templates/akr/template_styles.css?17636411002679*/
.author-item{
    border-bottom: 1px solid #dfe3e8;
    padding: 40px 0;
}
.author-head{
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.author-img{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 72px;
    overflow: hidden;
    flex-shrink: 0;
}
.author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-name{
    font-size: 14px;
}
.author-name p{
    margin-bottom: 0;
}

.authors .blogList{
    padding-bottom: 40px;
}
.author-item img:not(.pr__img){
    width: auto;
}
.author-desc{
    font-size: 14px;
    margin: 20px 0;
}

.faqList{
    background: #fff;
    padding-bottom: 20px;
}
.faqList .index__faq-title{
    font-size: 3.5rem;
    padding: 20px 0;
}
.index__buy.wherePage{
    padding-top: 30px;
}
.index__buy.wherePage [class*="-wrap"] [class*="-shops"] ul.additional_pb{
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .index__buy.wherePage{
        margin-top: 0;
        padding-top: 0;
    }
    .index__buy.wherePage::before{
        display: none;
    }
}
.blogAuthor{
    font-size: 14px;
    margin-bottom: 10px;
}


@media (max-width: 991px) {
    .author-list .blogList > .ucontainer{
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .author-list .blogList .blogList__items{
        display: flex;
    }
}


header .navbar .navbar-nav .nav-item.has-child{
    position: relative;
}
.nav-child{
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    transition: all .2s;
    overflow: hidden;
    padding-top: 0.75rem;
}
.nav-holder{
    background: rgba(255, 255, 255, 0.7);
    padding: 0.5rem;
}
header .navbar .navbar-nav .nav-item.has-child:hover .nav-child{
    height: auto;
}
@media (max-width: 991px) {
    .nav-holder{
        background: none;
    }
    .nav-item.has-child:after{
        content: '';
        display: block;
        position: absolute;
        left: calc(100% + 20px);
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        background: url('/local/templates/akr/img/svg/arrow-white-top.svg');
        background-size: cover;
        width: 30px;
        height: 30px;
    }
    header .navbar .navbar-nav .nav-item.has-child:hover .nav-child{
        height: 0;
    }
    .nav-item.has-child.opened:after{
        transform: translateY(-50%)
    }
    .nav-item.has-child.opened .nav-child{
        height: auto!important;
    }
}
/* End */
/* /local/templates/akr/template_styles.css?17636411002679 */
