.client-wrapper {
    display: none;
}
.client-wrapper__logo-layer {
    height: 100%;
    gap: 24px;
}
.client-wrapper__logo-block {
    width: calc(25% - 24px);
    padding: 20px;
    border: 1px solid black;
}
.client-wrapper__logo-collection {
    gap: 32px;
}
.client-wrapper__logo-image {
    text-align: center;
}
.client-wrapper__logo-image img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.client-wrapper__logo-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.client-wrapper__logo-popup {
    text-align: center;
}
.client-wrapper__logo-popup a svg path,
.client-wrapper__logo-popup a svg circle {
    transition: stroke .3s ease;
}
.client-wrapper__logo-popup a:hover svg path,
.client-wrapper__logo-popup a:hover svg circle {
    stroke: #ed6d43;
}
@media screen and (max-width: 1200px) {
    .client-wrapper__logo-block {
        width: calc(50% - 19px);
        padding: 30px;
    }
    .client-wrapper__logo-layer {
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .client-wrapper__logo-block {
        width: 100%;
    }

    .client-wrapper__logo-image img {
        width: auto;
        height: auto;
        max-width: 80%;
    }
}

.client-wrapper__popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.client-wrapper__popup-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    background: rgba(171, 171, 171, 0.30);
    backdrop-filter: blur(6.150000095367432px);
    cursor: pointer;

}
.client-wrapper__popup-content {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 956px;
    overflow: auto;
    height: 100%;
    max-height: calc((7px* 100) - 90px);
    background-color: #fff;
    padding: 70px 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}
.client-wrapper__popup-logo {
    text-align: center;
    margin-bottom: 42px;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-wrapper__popup-logo img {
    max-width: 325px;
    height: auto;
}
.client-wrapper__popup-text {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.client-wrapper__popup-text .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    font-size: 30px;
    width: 30px;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
.client-wrapper__popup-text .close-button path {
    transition: fill .3s ease;
}
.client-wrapper__popup-text .close-button:hover path {
    fill: #ed6d43;
}
.client-wrapper__popup.is-visible {
    visibility: visible;
}
.client-wrapper__popup.is-visible .client-wrapper__popup-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.client-wrapper__popup.is-visible .client-wrapper__popup-content {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .client-wrapper__popup-content {
        padding: 50px 80px;
        max-height: calc((6px* 100) - 90px);
    }
}
@media screen and (max-width: 767px) {
    .client-wrapper__popup-content {
        padding: 60px 30px;
    }
    .client-wrapper__popup-logo img {
        max-width: 300px;
        width: 100%;
        max-height: 100px;
        object-fit: contain;
    }
}


#wpsm_counter_b_row_3750 .wpsm_number {
    opacity: 0;
    transition: opacity .5s ease;
}
nav.main>ul>li>ul:hover,
nav.main>ul>li>ul {
    background-color: #d9e4e8!important;
}
nav.main>ul>li>ul>li a:hover {
    color: #ed6d43;
}

body.logged-in header.mobile{
    padding-top: 46px;
}
body.logged-in #wpadminbar {
    overflow: hidden;
}
header.mobile nav.mobile > ul li:not(.menu-item-has-children) > a:after {
display: none;
}
/*Header*/
header.main,
header.mobile {
    position: fixed;
}
header.mobile .inner {
    background-color: #fff;
    height: 80px;
}
nav.main>ul>li.make-button>a {
    color: #dc653e;
    border-color: #dc653e;
}
/*Header*/

button.expander {
    font-family: "Trebuchet MS", Arial, ans-serif;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    color: #1B302E;
    text-transform: uppercase;
    padding-left: 30px;
    /* or 150% */
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.5s ease-out;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    
}
button.expander:hover:after, button.expander:active:after {
    right: -55px;
}
button.expander:hover.small-arrow:after, button.expander:active.small-arrow:after {
    right: -30px;
}
button.expander:before {
    transition: right 0.35s ease-in-out;
    content: "+";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
button.expander.open:before {
    content: "-";
}

/*Footer*/
footer .footer-follow_us h5 {
    margin: 0!important;
}
.footer-follow_us {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.footer-follow_us .social-links li a{
    font-size: 0;
    line-height: 0;
    display: flex;
}
/*Footer*/