.portfolio_banner {
    /*background-color: #1d6852;*/
    background: #F8E342;
    color: #181818;
}
.portfolio_banner .row > div {
    padding: 80px 0;
    height: 400px;
}
.portfolio_banner .row > div:last-of-type {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 80px 0 0;
    overflow: hidden;
}
.portfolio_banner h1 {
    font: 700 50px Roboto, sans-serif;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.portfolio_banner p {
    font: 400 20px Roboto, sans-serif;
    line-height: 23px;
}
.portfolio_banner a {
    position: absolute;
    max-width: 100%;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 17px rgba(0,0,0,.45);
    bottom: -75px;
    overflow: hidden;
    transition: box-shadow 0.25s ease-in-out;
}
.portfolio_banner img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.portfolio_banner a:nth-of-type(1) {
    transform: translateX(-45px) rotateZ(-15deg);
    z-index: 5;
}
.portfolio_banner a:nth-of-type(2) {
    z-index: 3;
}
.portfolio_banner a:nth-of-type(3) {
    transform: translateX(45px) rotateZ(15deg);
    z-index: 1;
}
.portfolio_banner a:hover {
    box-shadow: 0 0 17px rgba(0,0,0,.75);
    z-index: 10;
}
.portfolio_listBlock {
    margin-top: 0;
    padding: 80px 0 0;
}
.portfolio_listBlock .container {
    display: block;
}
.portfolio_sites_container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
.portfolio_listBlock .container>div {
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}
.portfolio_sites_container>div,
.portfolio_filter {
    border-radius: 15px;
    box-shadow: 0 0 17px rgba(0,0,0,.22);
    height: 300px;
    transition: box-shadow 0.25s ease-in-out;
}
.portfolio_sites_container>div:hover {
    box-shadow: 0 0 17px rgba(0,0,0,.44);
}
.portfolio_filter {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0;
    height: fit-content;
    padding: 20px;
    z-index: 50;
}
.portfolio_filter>div {
    max-width: 100%;
    margin-bottom: 0;
}
.portfolio_filter .h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
}
.portfolio_filter .h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background: #F8E342;
    height: 3px;
    bottom: 0;
}

.portfolio_filter details {
    position: relative;
    display: flex;
    justify-content: center;
}

.portfolio_filter details summary + div {
    position: absolute;
    width: 100%;
    padding: 15px;
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 17px rgba(0,0,0,.22);
    transition: box-shadow 0.25s ease-in-out;
    left: 0;
    top: 130%;
}

.portfolio_filter details summary {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.portfolio_filter details svg {
    position: absolute;
    right: -24px;
    top: calc(50% - 8px);
    transition: all 0.25s ease-in-out;
}

.portfolio_filter details[open] svg {
    transform: rotate(180deg);
}

.portfolio_filter details summary + div select#vmap_select {
    width: 100%;
    background-color: #fff;
}

.portfolio_categories {
    display: block;
}
.portfolio_categories div {
    margin: 10px 5px 10px 0;
}
.portfolio_categories div a,
.selected_country_container .portfolio_categories p {
    font-size: 16px;
    margin: 10px 0 10px 20px;
    color: #181818;
    transition: color 0.25s ease-in-out;
}
.selected_country_container .portfolio_categories {
    max-height: 200px;
    overflow: auto;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar-button {
    height: 0;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0;
    margin: 20px;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar-track-piece {
    background-color: transparent;
    opacity: 0;
    margin: 0 0 0;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #8b8b8b;
    border-radius: 4px;
    margin: 0 0 0;
}
.selected_country_container .portfolio_categories::-webkit-scrollbar-corner {
    background-color: transparent;
    opacity: 0;
    margin: 0 0 0;
}
.selected_country_container .portfolio_categories::-webkit-resizer {
    background-color: transparent;
    opacity: 0;
    margin: 0 0 0;
}
.selected_country_container .selected_country {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.selected_country_container #vmap_select {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #fff;
}
.portfolio_categories div.active_category a,
.selected_country_container .portfolio_categories .active_category {
    color: #18BF49;
    cursor: default;
}
.selected_country_container #vmap_select p {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.portfolio_categories div:hover a {
    color: #18BF49;
    text-decoration: none;
}
.portfolioItem_scroll {
    height: 100%;
    background-size: 100% auto;
    background-position-y: 40px;
    background-repeat: no-repeat;
    cursor: default !important;
    transition: background-position-y 10s ease;
}
.portfolioItem_scroll:hover {
    background-position-y: 100%;
}
.portfolio_list-item:hover .portfolioItem_scroll {
    transform: none;
}
.portfolioItem_scroll div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 5px 5px 5px 15px;
    background: #181818;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;

}
.portfolioItem_scroll a {
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #181818;
    background-color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.portfolioItem_scroll a:hover {
    color: #fff;
    background-color: #181818;
    text-decoration: none;
}
.portfolioItem_scroll:hover a {
    opacity: 1;
}

.portfolio_introBlock {
    background-color: #fff;
    padding: 0;
    clip-path: none;
}

.portfolio_reviews {
    padding: 80px 0;
}
.portfolio_reviews .portfolio_header {
    margin: 0 0 20px;
}
.portfolio_reviews-sub_header {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 170px;
}
.portfolio_reviews-socials {
    display: flex;
    gap: 0 15px;
    margin-bottom: 60px;
}
.portfolio_reviews-socials:last-of-type {
    margin-bottom: 0;
}
.portfolio_reviews-socials > div {
    width: 165px;
}
.portfolio_reviews-socials p {
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.portfolio_reviews-socials:last-of-type p {
    margin-bottom: 10px;
}
.portfolio_reviews-logo {
    height: 43px;
}
.portfolio_reviews-logo.google_logo {
    height: 57px;
    margin-bottom: 0;
}
.portfolio_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.portfolio_reviews-logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.portfolio_reviews-socials > .portfolio_reviews-socials_rate {
    width: 160px;
    height: 70px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.portfolio_reviews-socials > .portfolio_reviews-socials_rate svg {
    fill: #181818;
}
.portfolio_reviews-socials_rate > div {
    height: 16px;
    margin-bottom: 10px;
}
.portfolio_reviews-socials_rate > a {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 0;
}
.portfolio_reviews-socials_rate > a:hover {
    text-decoration-line: none;
}
.portfolio_reviews .item {
    padding: 1px;
}
.portfolio_reviews .comment {
    padding: 35px;
    background: #f2f2f2;
    border-radius: 15px;
    margin-bottom: 20px;
}
.portfolio_reviews .comment_img-container {
    min-height: 100%;
    margin-bottom: 100px;
    width: 90px;
    min-width: 90px;
    margin-right: 25px;
    float: left;
}
.portfolio_reviews .comment_img-container img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    background-color: #f2f2f2;
}
.portfolio_reviews .comment_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}
.portfolio_reviews .comment_rate {
    height: 16px;
    margin-bottom: 15px;
}
.portfolio_reviews .comment_rate svg {
    fill: #FDDD31;
}
.portfolio_reviews .comment_comment {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    height: 70px;
}
.portfolio_reviews .comment_link a {
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #19BF4A;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
}
.portfolio_reviews .comment_link a svg {
    height: 14px;
    margin-left: 10px;
    transition: all 0.25s ease-in-out;
}
.portfolio_reviews .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.portfolio_reviews .owl-carousel .owl-nav [class*=owl-] {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #19bf4a;
    transition: all 0.25s ease-in-out;
    margin: 0;
}
.portfolio_reviews .owl-carousel .owl-nav [class*=owl-].disabled {
    opacity: 0.5;
    pointer-events: none;
}
.portfolio_reviews .owl-carousel .owl-nav [class*=owl-]:hover{
    background-color: #159a3c;
}
.portfolio_reviews .owl-carousel .owl-item a {
    opacity: 1;
    display: inline-block;
}
.portfolio_reviews .owl-carousel .owl-nav .carousel_counter {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.portfolio_reviews .owl-carousel .owl-nav .carousel_counter span {
    color: #19BF4A;
}
.portfolio_reviews .comment_link a:hover {
    color: #159a3c;
    text-decoration: none;
}
.portfolio_seo {
    padding: 80px 0;
    background: #F8E342;
}
.portfolio_seo h2 {
    margin: 0 0 40px;
    font-size: 35px;
    text-align: center;
}
.portfolio_seo p {
    font: 400 20px Roboto, sans-serif;
    line-height: 23px;
    margin: 0 0 20px;
}
.portfolio_seo a {
    display: flex;
    width: fit-content;
    padding: 12px 25px;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #181818;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.25s ease-in-out;
    color: #fff;
    background: #181818;
    font-size: 14px;
}
.portfolio_seo a:hover {
    color: #181818;
    background: #F8E342;
    text-decoration: none;
}
.portfolio_seo a svg {
    stroke: #fff;
    height: 13px;
    width: 13px;
    min-width: 13px;
    min-height: 14px;
    transition: all 0.25s ease-in-out;
    margin-left: 30px;
}
.portfolio_seo a:hover svg {
    stroke: #181818;
}
.portfolio_pagination .pagination>li>a,
.portfolio_pagination .pagination>li>span {
    height: 30px;
    transition: all 0.25s ease-in-out;
}
.jqvmap-region {
    transition: all 0.25s ease-in-out;
}
.portfolio_list-item {
    overflow: hidden;
}
.map-block.mobile {
    height: 0;
    opacity: 0;
}
@media (max-width: 1199px) {
    .portfolio_reviews .comment_comment {
        height: auto;
    }
}
@media (max-width: 992px) {
    .portfolio_banner .row > div {
        height: 300px;
    }
    .portfolio_banner .row > div:first-of-type {
        padding: 80px 0 0 0;
    }
    .portfolio_banner .row > div:last-of-type {
        padding: 0 0 0;
    }
    .portfolio_filter .h2 {
        display: inline-block;
        font-size: 22px;
    }
    .portfolio_sites_container>div {
        height: 250px;
    }
    .portfolioItem_scroll a {
        opacity: 1;
    }
    .portfolio_reviews-sub_header {
        font-size: 28px;
        line-height: 33px;
    }

    .portfolio_filter > div .h2 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .portfolio_banner {
        padding: 0;
    }
    .portfolio_banner .container {
        padding: 0;
    }
    .portfolio_banner .container > .row > div:first-of-type {
        padding: 80px 5% 0;
    }
    .portfolio_banner h1 {
        font: 700 40px Roboto, sans-serif;
        line-height: 50px;
    }
    .portfolio_banner p {
        font: 400 18px Roboto, sans-serif;
        line-height: 23px;
    }
    .portfolio_banner a {
        height: 200px;
        bottom: -75px;
        pointer-events: none;
    }
    .portfolio_banner .row > div:last-of-type {
        height: 200px;
    }
    .portfolio_reviews-sub_header br {
        display: none;
    }
    .portfolio_reviews {
        padding: 40px 20px 40px !important;
    }
    .portfolio_reviews-sub_header {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 35px;
    }
    .portfolio_reviews-socials > .portfolio_reviews-socials_rate {
        width: 140px;
    }
    .portfolio_reviews-socials:last-of-type {
        margin-bottom: 30px;
    }
    .portfolio_reviews .comment_img-container {
        min-height: auto;
        margin-bottom: 10px;
        width: 45px;
        min-width: 45px;
    }
    .portfolio_reviews .comment_img-container img {
        height: 45px;
        width: 45px;
    }
    .portfolio_reviews .comment_comment {
        margin-bottom: 0;
    }
    .portfolio_reviews .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .portfolio_sites_container {
        grid-gap: 25px 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .portfolio_filter {
        flex-wrap: wrap;
    }
    .portfolio_filter {
        width: 100%;
    }
    .portfolio_sites_container>div {
        margin: 0 0 0 0;
    }
    .portfolio_pagination {
        margin: 20px 0;
    }
    .portfolio_seo .row > div:nth-of-type(2) {
        margin-bottom: 30px;
    }
    .portfolio_seo a {
        margin: 0 auto;
    }
}
@media (max-width: 568px) {
    .portfolio_categories>div {
        margin-bottom: 5px;
        line-height: 18px;
    }
}