/*   
Theme Name: agregator
Version: 1.0
Author: den
*/

#hero {
	position: relative;
}
.hero_bg img {
    filter: brightness(0.6);
}
#hero .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}
.hero_search_block h1 {
        color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.hero_search_block form {
        background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
    position: relative;
}
.hero_search_block form input {
    border: none;
    outline: none;
    border-radius: 8px;
    min-width: 500px;
    height: 60px;
    padding-left: 25px;
}
.hero_search_block form button {
        margin-top: 0;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 4px;
}

#listing_company .pro-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

#listing_company .pro-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

#listing_company .rating {
    color: #28a745;
    font-weight: 600;
}

#listing_company .meta {
    font-size: 14px;
    color: #6c757d;
}

#listing_company .tag {
    display: inline-block;
    font-size: 12px;
    background: #e9f5ff;
    color: #0d6efd;
    padding: 4px 8px;
    border-radius: 20px;
    margin-right: 5px;
}

@media (max-width: 576px) {
    #listing_company .pro-actions {
    margin-top: 15px;
    }
}

.title_listing {
text-align: center;
    margin-bottom: 60px;
}
#listing_company {
    padding-top: 30px;
}
.title_listing h2 {
    font-weight: 600;
}
.time_work {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.title_hours {
        padding-right: 6px;
}
.time_work i {
       margin-right: 10px;
    min-width: 18px;
}
.payments_metods {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.payments_metods i {
        margin-right: 5px;
    min-width: 20px;
}
.title_card a {
        font-size: 20px;
    font-weight: 600;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
}
.description_card_list {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#listing_seo {
    margin-top: 50px;
}
#listing_seo h2 {
    margin-bottom: 25px;
}
#listing_seo h3 {
        margin: 25px 0;
            font-size: 20px;
}
.category_listing {
        padding-top: 70px;
}
.listing_cards p {
    text-align: center;
    width: 100%;
}
.listing_blocks_posts {
        display: flex;
    flex-wrap: wrap;
}
.listing_blocks_posts .post_blog {
    width: 32.5%;
    margin-right: 1%;
        margin-bottom: 50px;
}
.listing_blocks_posts .post_blog:nth-child(3n) {
    margin-right: 0;
}
.image_blog img {
        height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.image_blog {
    margin-bottom: 20px;
}
.title_post_category {
    margin-bottom: 15px;
}
.title_post_category a {
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.description_category_post {
        font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}
.section_post {
    padding: 50px 0;
}
.section_post h2 {
    margin-bottom: 25px;
}
.section_post h3 {
        margin: 25px 0;
}
#listing_seo > ul, .section_post ul, .links_column > ul {
        font-weight: 300;
    text-align: left;
    color: #2f2f2f;
}
#listing_seo > ul li, .section_post ul > li, .links_column > ul > li {
        text-indent: -25px;
    padding-left: 25px;
}
#listing_seo > ul li:before, .section_post ul > li:before, .links_column > ul > li:before {
    content: '';
    position: relative;
    left: 0;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 17px;
    border-radius: 50%;
    background: #d7d7d7;
}
.rd-navbar-nav > .rd-nav-item > ul {
    position: absolute;
    max-width: 200px;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 6px 18px 2px rgb(0 0 0 / 21%);
    border-radius: 8px;
    left: -50px;
    right: 0;
    min-width: 200px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    transition: 0.5s;
    display: flex;
    padding: 10px 0;
}
.rd-navbar-nav > .rd-nav-item > ul > li > ul {
    position: absolute;
    max-width: 200px;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 6px 18px 2px rgb(0 0 0 / 21%);
    border-radius: 8px;
    left: 99%;
    right: 0;
    min-width: 200px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    transition: 0.5s;
    display: flex;
    padding: 10px 0;
}
.rd-navbar-nav > .rd-nav-item > ul > li {
     margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.rd-navbar-nav > .rd-nav-item > ul > li > ul > li {
     margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.rd-navbar-nav > .rd-nav-item.menu-item-has-children {
    position: relative;
}
.rd-navbar-nav > .rd-nav-item.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.rd-navbar-nav > .rd-nav-item > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.rd-navbar-static .rd-nav-item > ul > li + .rd-nav-item {
    margin-left: 0;
        position: relative;
}
.rd-navbar-static .rd-nav-item > ul > li > ul > li + .rd-nav-item {
    margin-left: 0;
        position: relative;
}
.rd-navbar-nav > .rd-nav-item.menu-item-has-children:hover > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.card_list {
        border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    max-width: 49%;
}
.top_card_list {
        display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.photo_card_list {
        margin-right: 25px;
}
.photo_card_list img {
border-radius: 100px;
    width: 74px;
    height: 74px;
    object-fit: cover;
}
.title_card_list {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
}
.rating_card_list {
    color: #28a745;
    font-weight: 600;
}
.bottom_card_list {
    margin-top: 15px;
}
.location_card_list {
        font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.location_card_list i {
      min-width: 24px;
}
.listing_cards {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
#myCarousel {
    --f-arrow-pos: 10px;
    --f-arrow-bg: rgba(255, 255, 255, 0.75);
    --f-arrow-hover-bg: rgba(255, 255, 255, 1);
    --f-arrow-color: #333;
    --f-arrow-width: 40px;
    --f-arrow-height: 40px;
    --f-arrow-svg-width: 20px;
    --f-arrow-svg-height: 20px;
    --f-arrow-svg-stroke-width: 2px;
    --f-arrow-border-radius: 50%;

    height: 400px;
    }

    #myCarousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    #myCarousel img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
#company_main_block {
    padding-top: 50px;
        margin-bottom: 100px;
}
.company_wrap {
        display: flex;
    justify-content: space-between;
        align-items: flex-start;
}
.company_left {
    width: 72%;
}
.company_right {
    width: 25%;
    padding-left: 3%;
    border-radius: 8px;
    padding-top: 33px;
    padding-right: 3%;
    padding-bottom: 33px;
    position: sticky;
    top: 90px;
}
.company_top {
        display: flex;
    align-items: center;
}
.image_company {
        margin-right: 50px;
}
.image_company img {
        border-radius: 100px;
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.title_company {
    font-size: 36px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.rating_company {
        display: flex;
    align-items: center;
        margin-bottom: 11px;
}
.rating_company_number {
        display: flex;
}
.rating_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding-right: 5px;
}
.rating_count {
        color: #52c818;
    font-weight: 600;
}
.rating_company_stars {
        margin-left: 10px;
}
.rating_company_stars .fa {
    font-size: 24px;
    margin-right: 2px;
}
.rating_company_stars .fa.fa-star {
    color: #52c818;
}
.rating_company_stars .fa.fa-star-o {
color: #ccc;
}
.company_block {
        border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 30px;
}
.company_block h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
}
#slider_project img {
     width: 100%;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
#slider_project {
    overflow: hidden;
    position: relative;
}
.project-button-prev {
width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
    background: rgb(255 255 255 / 81%);
    border-radius: 100px;
    bottom: 0;
    margin: auto;
    left: 5px;
}
.project-button-next {
width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
    background: rgb(255 255 255 / 81%);
    border-radius: 100px;
    bottom: 0;
    margin: auto;
    right: 5px;
}
.listing_company_block {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listing_company_block > div {
        width: 49%;
}
.overview_block {
        margin-bottom: 20px;
}
.hours_block {
        margin-bottom: 20px;
}
.user_ico {
    background: url(images/avatar.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-right: 20px;
}
.block_review {
    box-shadow: 2px 2px 11px -5px rgb(0 0 0 / 68%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 18px;
    max-width: 49%;
}
.list_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review_block_top {
        display: flex;
    align-items: center;
}
.title_review_name {
        font-weight: 600;
    font-size: 20px;
}
.rating_stars {

}
.review_block_body {
        border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 14px;
}
.rating_stars .fa {
    font-size: 16px;
    margin-right: 2px;
}
.rating_stars .fa.fa-star-o {
    color: #ccc;
}
.rating_stars .fa.fa-star {
    color: #52c818;
}
.block_info_user_review {
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.date_review {
    opacity: 0.8;
    font-size: 15px;
}
.listing_company_block_inside {
    font-size: 16px;
}
.faq_line {
        margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    cursor: pointer;
}
.faq_question {
        display: flex;
    align-items: center;
    position: relative;
}
.faq_number {
        width: 40px;
    height: 40px;
    background: #0071bd;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_question_inside {
        margin-left: 15px;
    font-size: 18px;
    font-weight: 500;
}
.faq_answer {
        margin-top: 15px;
    padding-left: 57px;
    display: none;
}
.faq_question:after {
       content: " ";
    background: url(images/arrow_faq.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    transition: 0.5s;
}
.faq_line.active .faq_question:after {
    transform: rotate(180deg);
}
.margin_big h2 {
margin-bottom: 20px;
}
.block_links {
        margin-top: 50px;
}
.title_links_main_block {
        text-align: center;
}
.links_block {
        margin: 30px 0;
}
.links_column ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.links_column ul li {
    margin-bottom: 10px;
    width: 30%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related_articles_block {
        display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.related_articles_block > .post_blog {
        width: 32%;
}
.faq_home {
    margin-top: 50px;
    margin-bottom: 90px;
}
.faq_home .block_faq_listing {
    margin-top: 50px
}
.block_faq_listing > .faq_line:last-child {
    border-bottom: none;
}
.parallax-content .hero_search_block {
        max-width: 698px;
    margin: 0 auto;
    margin-top: 40px;
}
.landing_page_bread h1 {
    color: #fff
}
.reviews-toggle-btn {
        background: #3061ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.5s;
}
.reviews-toggle-btn:hover {
    background: #ff6f80;
}
#not_found {
        text-align: center;
    margin: 100px 0;
}
#not_found h1 {
    margin-bottom: 25px;
}
#not_found .not_found_description a {
    border-bottom: 1px solid #000;
}
#search_result {
    margin-top: 50px;
}
.search-results-live {
position: absolute;
    background: #fff;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 57px;
    border-radius: 0 0 8px 8px;

}
.search-results-live a {
        margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
        text-align: left;
}
.meta_post_categ {
display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-top: -12px;
}
.description_category_post .date {
        margin-top: 10px;
}
.section_post article {
        margin-bottom: 20px;
}
.section_post hr {
        margin: 30px 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
.links_column ul {
    flex-direction: row;
    max-height: inherit;
        justify-content: space-between;
}
.links_column ul li {
    width: 49%;
}
}
@media screen and (max-width: 992px) {
    .hero_search_block form input {
    min-width: 380px;
}
.card_list {
    max-width: 100%;
}
.company_right {
    display: none;
}
.company_left {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
    .links_column ul li {
    width: 100%;
    text-align: center;
}
.related_articles_block {
    flex-wrap: wrap;
}
.related_articles_block > .post_blog {
    width: 100%;
    margin-bottom: 25px;
}
.hero_search_block form input {
    min-width: 189px;
}
.hero_search_block h1 {
    margin-bottom: 10px;
}
.parallax-content .hero_search_block {
    margin-top: 10px;
}
.material-parallax {
    filter: brightness(0.5);
}
.hero_search_block form button {
    margin-bottom: 0;
}
.hero_search_block form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.parallax-content .hero_search_block form {
    max-width: 330px;
    margin: 0 auto;
}
.rating_company_stars .fa {
    font-size: 15px;
}
.title_company {
    font-size: 20px;
}
.image_company {
    margin-right: 20px;
}
.image_company img {
    height: 122px;
    width: 195px;
}
.listing_company_block > div {
    width: 100%;
}
.listing_company_block > div {
    margin-bottom: 20px;
}
.listing_company_block > div:last-child {
    margin-bottom: 0;
}
.block_review {
    max-width: 100%;
}
.rd-navbar-nav > .rd-nav-item > ul {
        position: relative;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    box-shadow: none;
    max-width: 100%;
}
.rd-navbar-nav > .rd-nav-item > ul > li > ul {
        position: relative;
    opacity: 0;
    visibility: hidden;
    left: 20%;
    max-width: 100%;
    box-shadow: none;
}
.rd-navbar-nav-wrap.active .rd-navbar-nav > .rd-nav-item > ul > li > ul {
    opacity: 1;
    visibility: visible;
}
.rd-navbar-nav-wrap.active .rd-navbar-nav > .rd-nav-item > ul {
    opacity: 1;
    visibility: visible;
}
.pagination {
    flex-wrap: wrap;
}
}