h2.wp-block-heading, h3.wp-block-heading {
    scroll-margin-top: 60px;
}

.document_content h2, .document_content h3 {
    scroll-margin-top: 60px !important;
}

.document_content p {
    margin-bottom: 25px;
}

.document_content h1 {
    font-family: 'Rubik-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.document_content h2 {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 35px;
    padding-top: 40px;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 35px;
    max-width: 430px;
}

.document_content h3 {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 25px;
    padding-top: 30px;
}

/* .document_content figcaption{
    margin-bottom: 40px;
} */

/* .document_content hr {
    background: #FF9404;
    max-width: 430px;
    width: 100%;
    height: 1px;
    margin-bottom: 35px;
} */

.document_content address {
    background: #FF9404;
    max-width: 430px;
    width: 100%;
    height: 1px;
    margin: 35px 0
}

.document_content ol li,
.document_content ul li {
    list-style: auto;
    margin-bottom: 15px
}

.document_content ol li {
    list-style: auto;
    margin-bottom: 15px;
}

.document_content ol li::marker {
    color: #ff9404;
}

.document_content ul li::marker {
    color: var(--secondary);
}

.archive_search {
    width: 100%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog_search {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block_search {
    max-width: 455px;
    width: 100%;
    margin-right: 20px;
}

.blog_search .input_item {
    width: 100%;
    border: 1px solid #848484;
    border-radius: 8px;
    padding: 11px 30px 10px 15px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

button.btn_search {
    padding: 13px 22px 13px 28px;
    border: 1px solid #ff9402;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
    transition: all ease-in-out 0.3s;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    background-color: #ff9402;
    color: white;
}

button.btn_search:after {
    background-image: url("../../assets/img/icon-search.svg");
    width: 20px;
    height: 20px;
    content: '';
    display: block;
}

/* .ajax-search {
    position: absolute;
    top: 100%;
    width: 50%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
} */

/* ajax search */

.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    line-height: 65px;
    padding-left: 15px;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}


#main.archive_page {
    background: url(/wp-content/uploads/2023/06/pattern_top.webp) no-repeat 100% 0.5%;
}

.top_posts_wrapper {
    max-width: 1110px;
    margin: 0 auto;
}

.category_head {
    padding-top: 60px;
    padding-bottom: 78px;
}

.page_cases .category_head {
    padding-top: 0;
}

.archive_title {
    font-family: 'Rubik-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.archive_block {
    display: flex;
    flex-wrap: wrap;
}

.subarchive_block {
    display: flex;
}

.archive_search form input[type="search"] {
    max-width: 445px;
    width: 100%;
    height: 44px;
    padding: 0 20px;
}

.archive_search form input[type="submit"] {
    max-width: 139px;
    width: 100%;
    height: 40px;
    background: var(--accent);
    font-size: 18px;
    line-height: 20px;
    color: white;
    border: 0;
    border-radius: 6px;
    margin-left: 30px;
    padding-right: 20px;
    cursor: pointer;
}

.wrapper_result_search {
    max-width: 940px;
    margin: 0 auto 40px;
}

.result_search .archive_item {
    width: 32%;
}

.result_search .post_title,
.result_search .archive_item_ajax .post_title {
    height: 140px;
    overflow: hidden;
}

.search_head {
    padding: 40px 0 30px;
}

.search_title {
    font-size: 22px;
    font-weight: 500;
}


.ajax-search {
    max-width: 850px;
    font-size: 16px;
}

.ajax-search__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajax-search__flex a {
    width: 15%;
}

.ajax-search__flex a img {
    max-width: 100%;
    height: auto;
}

.ajax-search__flex .ajax-search__text {
    width: 82%;
}

.ajax-search__excerpt p {
    line-height: 14px;
}

.icon_submit_label {
    position: relative;
}

.icon_submit_label::after {
    content: url(/wp-content/uploads/2023/07/search.webp);
    position: absolute;
    right: 19px;
    top: 0px;
}


.menu_category {
    margin-top: 38px;
}

.menu_category ul {
    display: flex;
}

.menu_category ul li {
    margin-right: 15px;
}

.menu_category li a {
    color: var(--accent);
    font-size: 18px;
    line-height: 20px;
    padding: 18px 30px;
    border: 1px solid white;
    transition: all .3s ease-in-out;
}

.menu_category li a:hover,
.menu_category li a.link_active {
    border: 1px solid var(--accent);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.cat_mobile {
    display: none;
}

.archive_sidebar {
    width: 255px;
}

.posts_section {
    width: 825px;
}

.end_posts_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper_result_search .end_posts_section-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper_result_search .end_posts_section-listing .archive_item_ajax {
    width: 32%;
}

.subarchive_block .end_posts_section {
    height: 100%;
}

.archive_page .archive_item,
.archive_page .archive_item_ajax {
    width: 31%;
}

.page_cases .archive_item, .page_cases .archive_item_ajax {
    width: 31.5%;
}

.post_thumbnail img {
    max-width: 100%;
    height: auto;
}

.archive_page .post_thumbnail img {
    max-width: 100%;
    height: auto;
}

.archive_item_grid {
    height: 408px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.blog_category {
    width: 100%;
}

#ajax-load-more {
    width: 100%;
}

.blog_category .alm-reveal {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.blog_category .archive_item img,
.blog_category .archive_item_ajax img {
    max-width: 100%;
    height: auto;
}

/* ------ archive_sidebar ------*/
.archive_sidebar {
    border-radius: 4px;
    background: var(--menu_hover);
    margin-right: 30px;
    padding: 40px 25px 40px;
    height: auto;
}

.archive_sidebar_title {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.article {
    width: 205px;
    height: 216px;
    border-radius: 16px;
    padding: 30px 20px 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    background: white;
}

.top_posts_section {
    background: var(--menu_hover);
    padding: 40px 25px;
    margin-bottom: 60px;
    border-radius: 4px;
}

.posts_section_title {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 25px;
}


.start_posts_section {
    display: flex;
    justify-content: space-between;

}

.start_posts_section_1 {
    max-width: 520px;
    width: 100%;
    height: 515px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid var(--accent);
    background: white;
}

.start_posts_section_1 .archive_item {
    width: 100%;
    height: 100%;
}

.start_posts_section_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.start_posts_section_2 .archive_item {
    max-width: 240px;
    width: 100%;
    height: 250px;
    background: white;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid var(--accent);
}

.start_posts_section_2 .post_thumbnail img {
    display: none;
}

.start_posts_section_2 .post_title {
    height: 160px;
    overflow: hidden;
}

.post_thumbnail img {
    border-radius: 16px 16px 0px 0px;
}

.post_text {
    padding: 30px 20px 15px;
    position: relative;
}

.start_posts_section_1 .post_title {
    height: 126px;
    overflow: hidden;
}

.end_posts_section .archive_item,
.archive_item_ajax {
    height: 408px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.archive_page .end_posts_section .archive_item .post_title,
.archive_page .archive_item_ajax .post_title {
    height: 165px;
    overflow: hidden;
}

.page_cases .end_posts_section .archive_item .post_title,
.archive_item_ajax .post_title {
    height: auto;
}

.page_cases .end_posts_section .archive_item .post_title,
.page_cases .archive_item_ajax .post_title h3 {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.article_title {
    height: 96px;
    overflow: hidden;
}

.article_title a {
    font-family: 'Rubik-Medium';
}

.ajax-load-more-wrap > .blog_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ajax-load-more-wrap > .blog_category:after {
    content: none;
}

.ajax-load-more-wrap.grey .alm-load-more-btn {
    color: var(--accent);
    background-color: transparent !important;
    border: 1px solid var(--accent);
}

.ajax-load-more-wrap.grey .alm-load-more-btn:hover {
    color: white !important;
    background-color: var(--accent) !important;
    border: 1px solid;
}

.alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0 !important;
}

.icon_blog span {
    position: relative;
    padding-left: 22px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
}

.top_articles .icon_blog {
    margin-top: 30px;
}

.top_articles .icon_blog span {
    padding-left: 22px;
    margin-right: 1px;
}

.icon_blog .icon_blog_row1 span:nth-child(1)::before {
    content: url(/wp-content/uploads/2023/07/eye.webp);
    position: absolute;
    left: 0;
}

.icon_blog .icon_blog_row1 span:nth-child(2)::before {
    content: url(/wp-content/uploads/2023/07/like.webp);
    position: absolute;
    left: 0;
}

.icon_blog .icon_blog_row1 a:nth-child(2) > span::before {
    content: url(/wp-content/uploads/2023/07/like.webp);
    position: absolute;
    left: 0;
}

.icon_blog .icon_blog_row1 a:nth-child(2):hover > span {
    color: var(--accent);
}

.icon_blog .icon_blog_row1 span:nth-child(3)::before {
    content: url(/wp-content/uploads/2023/07/date.webp);
    position: absolute;
    left: 0;
}

.icon_blog .icon_blog_row1 span:nth-child(4)::before {
    content: url(/wp-content/uploads/2023/07/date.webp);
    position: absolute;
    left: 0;
}

/* .icon_blog .post_meta span:nth-child(1)::before {
    content: url(/wp-content/uploads/2023/07/time.webp);
    position: absolute;
    left: 0;
} */

.icon_blog .post_meta span:nth-child(1)::before {
    content: url(/wp-content/uploads/2023/07/date.webp);
    position: absolute;
    left: 0;
}

.menu_category .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.menu_category .swiper-button-next,
.third .swiper-button-prev {
    color: var(--accent);
}

.menu_category .swiper-button-next,
.third .swiper-rtl .swiper-button-prev {
    right: -7px;
    left: auto;
}

.menu_category .swiper-button-prev,
.menu_category .swiper-rtl .swiper-button-next {
    left: -7px;
    right: auto;
}

.menu_category .swiper-button-next:after,
.menu_category .swiper-button-prev:after {
    font-size: 24px;
}

/*--------- article document ---------- */
.document_head {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
}

.document_head_item {
    width: 48.7%;
}

.document_head_item img {
    max-width: 540px;
    width: 100%;
    height: auto;

}

.doc_posts_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.doc_item {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}

.doc_item .post_title {
    height: 165px;
    overflow: hidden;
}

.main_content {
    display: flex;
    justify-content: space-between;
}

.fixed-sidebar .article_sidebar {
}

.article_sidebar {
    margin-right: 30px;
    max-width: 255px;
    width: 24%;
    position: relative;
    align-self: flex-start;
}

.document_sidebar {
    border-radius: 4px;
    background: var(--menu_hover);
    padding: 35px 25px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    transition: 0.3s;
    max-height: 70vh;
    overflow-x: hidden;
}


.main_content.min_width .article_sidebar {
    width: 0;
}

.main_content.min_width .document_sidebar {
    transform: translateX(-1500px);
}

.meaning_btn {
    position: absolute;
    top: 33px;
    right: 21px;
}

.main_content.min_width .meaning_btn {
    right: -7px;
    top: 5px;
}

.main_content.min_width .meaning_btn_toogle svg {
    transform: rotate(180deg);
}

.meaning_btn_toogle {
    border: 1px solid var(--accent);
    display: flex;
    padding: 3px;
    transition: 0.3s;
    background-color: white;
    border-radius: 6px;
}

.meaning_btn_toogle svg {
    transition: .7s;
}

.main_content.min_width .document_content {
    max-width: 1110px;
    width: 100%;
}


/* .single-blog-v3__main-wrap__sidebar {
    position: relative;
    width: 255px;
    max-width: 285px;
    height: auto;
    min-height: 100px;
    padding-right: 30px;
    padding-bottom: 40px;
    margin-right: 90px;
    border-right: 1px solid #CCCCCC;
    position: relative;
    transition: 0.3s;
} */

.title1_set,
.title2_set {
    font-family: 'Rubik-Medium';
}

.document_content {
    max-width: 825px;
    width: 74.4%;
    order: 2;
}

.document_content img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
 .document_content .block-post-authors_single_item img.avatar {
    width: 220px;
}
.document_content img.exclude-fancy{
    width: 100%;
    max-width: 100%;
}
.document_content iframe {
    margin-bottom: 25px;
}

.document_content ul,
.document_content ol {
    padding: 0;
    margin: 30px 0 40px 30px;
}

.document_content ul li {
    list-style: disc;
}

.document_content a {
    color: var(--secondary);
}

.document_content a:hover {
    text-decoration: underline;
}

.document_content_grid {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
}

.document_content_set {
    display: grid;
    gap: 10px;
}

.meaning_group {
    display: grid;
    gap: 20px;
}

.meaning {
    text-decoration: underline solid;
    transition: all 0.3s ease;
    color: var(--secondary);
}

.meaning:hover {
    text-decoration: none;
}

.paragraph_set {
    border-radius: 4px;
    background: #E5F5FB;
    padding: 25px;
}

.paragraph_set span {
    color: var(--accent);
}

.meaning_title {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.document_title {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
}

.document_head_item .main2_title {
    margin-bottom: 0;
}

.document_subtitle {
    margin-bottom: 10px;
}

.image_set1 img {
    max-width: 100%;
    height: auto;
}

.image_set1 {
    margin-top: 20px;
}

.document_content_set1 ul,
.document_content_set3 ul {
    padding-left: 18px;
    padding-top: 0;
}

.document_content_set1 ul li,
.document_content_set3 ul li {
    padding-bottom: 10px;
    list-style: disc;
    line-height: 24px;
}

.document_content_set1 ul li::marker,
.document_content_set3 ul li::marker {
    color: var(--secondary);
}

.name_foto {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.document_content_set2 ol,
.document_content_set4 ol {
    list-style: auto;
    padding-left: 17px;
}

.document_content_set2 ol li,
.document_content_set4 ol li {
    line-height: 24px;
    margin: 0 0 10px;
    padding-left: 30px;
    list-style: decimal;
}

.paragrahp1_set5 {
    margin-bottom: 10px;
}

.document_slider {
    max-width: 825px;
    position: relative;
    margin-top: 109px;
    /* padding-bottom: 83px; */
}

.document_content_set5 .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 83px;
}

.document_content_set5 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.document_content_set5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document_content_set5 .swiper-button-next,
.document_content_set5 .swiper-button-prev {
    top: 33%;
}

.document_content_set5 .swiper-button-next,
.document_content_set5 .swiper-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}

.document_content_set5 .swiper-button-prev,
.document_content_set5 .swiper-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--accent);
}

.document_content_set5 .swiper-button-next:after,
.document_content_set5 .swiper-button-prev:after {
    font-size: 40px;
}

.document_content_set5 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid var(--accent);
    opacity: 0.7;
}

.document_content_set5 .swiper-pagination-bullet-active {
    background: var(--accent);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -3px;
    left: 0;
    width: 100%;
}

.document_content_set6 {
    height: 257px;
    border-radius: 4px;
    background: #E5F5FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title_set6 {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 50px 0 25px;
}

.subtitle_set6 {
    margin-bottom: 50px;
}

.name_button .btn {
    border-radius: 6px;
    background: var(--accent, #FF9404);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 25px;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.doc_section_bottom {
    margin-top: 120px;
}

.doc_post_title {
    font-family: 'Rubik-Medium';
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
}

.doc_section_bottom .main_hr {
    margin-bottom: 50px;
}

/*--------- Cases ------------- */
.our_cases {
    padding-top: 80px;
}

.our_cases_block {
    display: flex;
    align-items: center;
}

.page_cases .main1_section,
.page_cases .main2_section {
    width: 48%;
}

.subtitle_cases p {
    padding-bottom: 10px;
}

.our_cases_block .main1_image {
    margin-top: 40px;
}


.our_cases_block .main1_image img {
    max-width: 100%;
    height: auto;
}

.page_cases .blog_category .icon_blog {
    display: none;
}

.page_cases .post_thumbnail img {
    max-width: 350px;
    height: 198px;
    width: 100%;
}

.page_cases .end_posts_section .archive_item {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.page_cases .archive_item_ajax {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}

.page_cases .post_text {
    padding: 30px 20px 40px;
    position: relative;
}

.success_stories_block {
    margin-top: 120px;
    max-width: 1110px;
    width: 100%;
}

.success_stories_section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.success_stories_video {
    position: relative;
    max-width: 635px;
    width: 100%;
    height: 357px;
}

.success_stories_thumbnail img {
    max-width: 125px;
    height: auto;
}

.success_stories_title {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding-top: 15px;
}

.success_stories_text {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    max-width: 445px;
    padding-top: 30px;
}

.success_stories_item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.success_stories_foto {
    border-radius: 40px;
}

.success_stories_foto img {
    width: 40px;
    height: auto;
    border-radius: 50%;
}

.success_stories_name {
    padding-left: 20px;
    max-width: 385px
}

.reviews_customers_block {
    margin-top: 100px;
}

.customers_container {
    position: relative;
    /* max-width: 1250px; */
}

.customers_container {
    padding: 15px 45px;
    max-width: 1200px;
    margin: 0 auto;
}

.customers_container .swiper-slide {
    transition: all 0.5s ease;
    display: block;
}

/* .customers_container .swiper-slide:nth-child(3) {
    width: 540px;
  } */

/* .customers_container .swiper-slide-active {
    width: 540px;
} */

.reviews_customers_content {
    padding: 40px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    cursor: pointer;
    text-align: left;
}

.customers_container .swiper-slide-active .reviews_customers_content {
    background: #FFFFFF;
    border: 1px solid #FF9404;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: left;
}

.customers_container .reviews_customers_bottom {
    display: none;
}

.customers_container .swiper-slide-active .reviews_customers_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews_customers_img img {
    max-width: 120px;
    height: auto;
}

.reviews_customers_thumbnail {
    width: 220px;
    height: 175px;
    overflow: hidden;
    margin-left: 20px;
}

.reviews_customers_thumbnail img {
    width: 0px;
    height: 0px;
    opacity: 0;
    transition: all 0.8s;
}

.customers_container .swiper-slide-active .reviews_customers_thumbnail img {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 50%;
}

.customers_container .swiper-button-next:after,
.customers_container .swiper-button-prev:after {
    font-size: 40px;
}

.customers_container .swiper-button-prev,
.customers_container .swiper-rtl .swiper-button-next {
    left: 0px;
}

.customers_container .swiper-button-next,
.customers_container .swiper-rtl .swiper-button-prev {
    right: 0px;
}

.reviews_customers_title {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
}

.reviews_customers_name {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.reviews_customers_text {
    padding-bottom: 30px;
}

.reviews_customers_soc a {
    padding-left: 20px;
}

.customers_container .swiper {
    max-width: 1110px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px 15px;
}

/* ---------- Likes ----------*/
.likes {
    display: flex;
}

.likes__item {
    list-style: none;
}

.likes__item:not(:last-child) {
    margin-right: 20px;
}

.likes__item a {
    padding: 10px 15px;
    display: inline-block;
    border-bottom: 2px solid;
    border-radius: 3px;
    box-shadow: none;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
}

.likes__item a:hover {
    color: #fff;
}

.likes__item--like a {
    border-bottom-color: #47ba72;
    color: #47ba72;
}

.likes__item--dislike a {
    border-bottom-color: #ba6547;
    color: #ba6547;
}

.likes__item--like a:hover {
    background: #47ba72;
}

.likes__item--dislike a:hover {
    background: #ba6547;
}

/*------- Modal- Design --*/

.call_design .call_conteiner {
    max-width: 1200px;
    max-height: 650px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.call_design .call_content {
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 20px;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.4); */
    border-radius: 16px;
}

.call_design .call_close {
    right: 1.3%;
    top: 2%;
}

.opacity_design .call_conteiner {
    visibility: visible;
}

.opacity_design .md_overlay {
    opacity: 1;
    visibility: visible;
}

.opacity_design .call_conteiner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.opacity_design .call_conteiner .call_dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.wp-block-image {
    margin-bottom: 25px;
}

.wp-block-table {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 30px;
}

.wp-element-caption {
    text-align: center;
}

.authors_list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 100%;
    width: 540px;
    justify-content: space-between;
}

.authors_list_single_item {
    width: 48%;
    margin-top: 35px;
}

.author_post_meta, .authors_list_single_item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: start;
}

.author_post_meta .avatar {
    width: 50px;
    border-radius: 50%;
}

.author_post_meta > div p:nth-child(1) {
    color: black;
}

.author_post_meta > div p:nth-child(2) {
    color: #848484
}

@media screen and (max-width: 1200px) {
    .archive_sidebar {
        display: none;
    }

    .archive_block {
        justify-content: center;
    }

    .call_design .call_content {
        padding: 40px 12px 12px;
    }

}

@media screen and (max-width: 992px) {
    #main.archive_page {
        background: none;
    }

    .start_posts_section {
        flex-direction: column;
        align-items: center;
    }

    .start_posts_section_2 {
        flex-direction: row;
        max-width: 520px;
        width: 100%;
        padding-top: 40px;
    }

    .menu_category li a {
        padding: 18px 25px;
    }

    .doc_posts_section {
        grid-template-columns: 1fr 1fr;
    }

    .page_cases .main1 .main1_section:nth-child(1) {
        padding-top: 40px;
    }

    .page_cases .block1_serv .main2_section {
        padding-top: 50px;
    }

    .our_cases {
        padding-top: 120px;
    }

    .our_cases_block {
        align-items: flex-start;
        flex-direction: column;
    }

    .page_cases .main2_section {
        width: 100%;
    }

    .page_cases .menu_category {
        margin-top: 0;
    }

    .success_stories_section {
        flex-direction: column;
    }

    .success_stories_video {
        margin-top: 50px;
    }

    .customers_container {
        padding: 15px 30px;
    }

    .page_cases .main1_section,
    .page_cases .main2_section {
        width: 100%;
    }

    .our_cases_block .main1_image {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .wrapper_result_search {
        padding: 0 20px;
    }


}

@media screen and (max-width: 768px) {

    .page_cases .archive_item_ajax{
        width: 48%;
    }
    
    .end_posts_section .archive_item {
        width: 48%;
    }

    .wrapper_result_search .end_posts_section-listing .archive_item_ajax {
        width: 48%;
    }

    .blog_category .alm-reveal {
        grid-template-columns: repeat(2, 1fr);
    }

    .end_posts_section .archive_item .post_title,
    .archive_item_ajax .post_title {
        height: 124px;
    }

    .page_cases .end_posts_section .archive_item .post_title,
    .page_cases .archive_item_ajax .post_title {
        height: auto;
    }

    .end_posts_section .archive_item,
    .archive_item_ajax {
        height: auto;
    }

    .start_posts_section_1 {
        height: auto;
    }

    .top_posts_wrapper {
        max-width: 100%;
    }

    .archive_search form input[type="search"] {
        max-width: 340px;
    }

    .cat_desc {
        display: none;
    }

    .cat_mobile {
        display: block;
    }

    .menu_category.cat_mobile {
        padding: 20px 0;
    }

    .document_head {
        flex-wrap: wrap;
        padding-bottom: 40px;
        padding-top: 40px
    }

    .document_head_item {
        width: 100%;
    }

    .document_thumb {
        display: none;
    }

    .main_content {
        flex-wrap: wrap;
    }

    .article_sidebar {
        margin-right: 30px;
        max-width: 100%;
        width: 70%;
        margin: 0 auto 40px;
    }

    .document_content {
        max-width: 100%;
        width: 100%;
    }

    .subtitle_set6 {
        width: 92%;
    }

    .document_content_set6 {
        height: auto;
        padding-bottom: 50px;
    }

    .blog_search {
        flex-direction: column;
        gap: 20px;
    }

    .document_sidebar {
        min-height: 68px;
        height: 68px;
        padding-top: 20px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .meaning_btn {
        top: 22px;
    }
    .main_content.min_width .document_sidebar{
        transform: none;
        position: relative;
        height: auto;
        padding-bottom: 20px;
    }
    .article_sidebar_sticky{
        position: relative;
    }
    .main_content.min_width .article_sidebar, .article_sidebar{
        width: 100%;
    }
    .main_content.min_width .meaning_btn{
        top: 22px;
        right: 21px;
    }
    .main_content .meaning_btn_toogle svg{
        transform: rotate(90deg);
    }
    .main_content.min_width .meaning_btn_toogle svg {
        transform: rotate(270deg);
    }
}

@media screen and (max-width: 574px) {
    .ajax-load-more-wrap > .blog_category {
        flex-direction: column
    }

    .archive_page .archive_item_ajax,
    .page_cases .archive_item_ajax {
        width: 100%
    }

    .wrapper_result_search .end_posts_section-listing .archive_item_ajax{
        width: 100%;
    }
}

@media screen and (max-width: 574px) {
    .start_posts_section_2 {
        flex-direction: column;
        padding-top: 0;
    }

    .start_posts_section_2 .archive_item {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .start_posts_section_2 .post_thumbnail img {
        display: block;
    }

    .end_posts_section .archive_item {
        width: 100%;
    }

    .blog_category .alm-reveal {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .archive_search form input[type="submit"] {
        max-width: 500px;
        margin-left: 0;
        padding-right: 7vw;
        margin-top: 15px;
    }

    .archive_search form input[type="search"] {
        max-width: 500px;
    }

    .icon_submit_label::after {
        right: 36vw;
        top: 7.1vh;
    }

    .category_head {
        padding-bottom: 60px;
    }

    .menu_category {
        margin-top: 25px;
    }


    .doc_posts_section {
        grid-template-columns: 1fr;
    }

    .archive_item_ajax,
    .end_posts_section .archive_item {
        max-width: 320px;
        margin: 0px auto 30px;
    }

    .doc_item {
        max-width: 320px;
        margin: 0px auto 0px;
    }

    .success_stories_video .video,
    .success_stories_video {
        height: 300px;
    }

    .page_cases .block1_serv .main2_subtitle {
        padding-bottom: 0;
    }

    .page_cases .main2_subtitle {
        padding-bottom: 40px;
    }

    .our_cases_block .main1_image {
        margin-bottom: 20px;
    }

    .page_cases .category_head {
        padding-bottom: 50px;
    }

    .success_stories_block {
        margin-top: 100px;
    }

    .customers_container .swiper-button-next:after,
    .customers_container .swiper-button-prev:after {
        font-size: 24px;
    }


}

@media screen and (max-width: 480px) {
    .icon_submit_label::after {
        right: 33vw;
    }

    .paragraph_set {
        padding: 25px 20px;
    }


}

@media screen and (max-width: 425px) {
    .icon_submit_label::after {
        right: 31vw;
    }
}

@media screen and (max-width: 375px) {
    .icon_submit_label::after {
        right: 29vw;
    }
}

@media screen and (max-width: 340px) {
    .icon_submit_label::after {
        right: 27vw;
    }
}


td, th {
    border: 1px solid black;
    padding: 5px;
}

.wp-block-embed.aligncenter {
    text-align: center;
}

.block-post-authors_single_item {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.block-post-authors h2 {
    font-size: 36px;
    line-height: 42px;
}

.block-post-authors_single_item {
    display: flex;
    gap: 50px;
}

.block-post-authors_single_item img {
    width: 220px;
    height: 220px;
}

.block-post-authors_single_item > div {
    max-width: 555px;
}

.block-post-authors_single_item h3 {
    padding-bottom: 10px;
}

.block-post-authors_single_item .author-position {
    margin-bottom: 15px;
    font-size: 14px;
}

.block-post-authors_single_item .description {
    font-size: 16px;
    margin-bottom: 25px;
}

ul.block-post-authors-social {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}

ul.block-post-authors-social li {
    list-style: none;
}

.block-post-authors-social a {
    width: 36px;
    height: 30px;
    display: block;
}

.block-post-authors-social img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

@media screen and (max-width: 700px) {
    .block-post-authors_single_item {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .block-post-authors_single_item img {
        margin: 0 auto;
    }

    .block-post-authors_single_item h3 {
        padding-top: 0;
    }

    .block-post-authors_single_item > div {
        margin: 0 auto;
        max-width: 100%;
    }

    .block-post-authors-social {
        justify-content: center;
    }
}
