.ushv-footer .footer-col,
.ushv-footer .footer-col h1,
.ushv-footer .footer-col h2,
.ushv-footer .footer-col h3,
.ushv-footer .footer-col h4,
.ushv-footer .footer-col h5,
.ushv-footer .footer-col h6 {
    color: var(--footer_headings_color);
}

.ushv-footer .footer-col,
.ushv-footer .footer-col figcaption,
.ushv-footer .footer-col blockquote,
.ushv-footer .footer-col label,
.ushv-footer .footer-col p,
.ushv-footer .footer-col span,
.ushv-footer .footer-col a,
.ushv-footer .footer-col ul,
.ushv-footer .footer-col li,
.ushv-footer .footer-col ol,
.ushv-footer .footer-col strong,
.ushv-footer .footer-col em,
.ushv-footer .footer-col small {
    color: var(--footer_content_color);
}

.ushv-footer .footer-col a:hover {
    color: var(--primary);
}

.ushv-footer .footer-col p a[href^="tel:"] {
    font-size: 26px;
    color: var(--white);
    margin-bottom: 30px;
}

.ushv-footer .footer-col p a[href^="tel:"]:hover {
    color: var(--primary);
}

.ushv-footer .footer-col p:has(a:only-child) {
    line-height: 1;
    margin-bottom: 30px;
}

.ushv-footer {
    position: relative;
    padding: 110px 0 65px;
    overflow: hidden;
}

.ushv-footer a:hover,
.ushv-footer .menu-col a:hover {
    /* color: var(--primary); */
}

.ushv-footer a:has(.logo) {
    margin: 0 auto;
    display: block;
    width: max-content;
}

.ushv-footer .logo {
    width: 275px;
}

.ushv-footer .container {
    padding: 0 212px;
}

body.custom-container .ushv-footer .container {
    padding: 0 0px !important;
}

.ushv-footer .container {
    position: relative;
}

.ushv-footer .container::before {
    content: '';
    position: absolute;
    top: 90px;
    left: -220px;
    width: 364px;
    height: 312px;
    background: url(../images/heart.svg);
    background-size: cover;
}

.ushv-footer .ft-top-row {
    margin-top: 56px;
    margin-bottom: 60px;
    z-index: 1;
}

.ft-top-row {
    border-top: 1px solid #363C4E;
    border-bottom: 1px solid #363C4E;
}



.ushv-footer .ph-col {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 32px;
    padding-left: 45px;
}

.ushv-footer .ph-col a:hover {
    color: var(--primary);
}

.ushv-footer .contact-col {
    padding-right: 50px;
    display: flex;
    padding-top: 32px;
}




.ushv-footer .menu-col {
    /* width: 23.3%; */
    padding-left: 112px;
    padding-top: 32px;
    padding-bottom: 24px;
}

.ushv-footer .menu-col li:hover::before {
    background: var(--primary);
    transition: 0.5s all ease;
}

.ushv-footer .ft-subtitle::before {
    top: 7px;
}

.ushv-footer .ph-col .h4 {
    margin-bottom: 36px;
    display: inline-block;
    color: var(--white);
}

.ushv-footer .ft-top-row .ushv-btn {
    display: block;
    width: max-content;
}

.ushv-footer .ft-top-row .ushv-btn:after {
    display: none;
}

.ushv-footer .contact-col .inner-wrapper {
    width: max-content;
    /* margin: 0 auto; */
}

.ushv-footer .contact-col p {
    font-size: 32px;
    line-height: 1.31;
    font-weight: 500;
    color: var(--white);
}

.ushv-footer .menu-col a {
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}

.ushv-footer li>a[aria-current="page"],
.menu-footer-menu-container .current-page-ancestor a,
.menu-footer-menu-container .current-menu-item a {
    /* color: var(--primary); */
    font-weight: 700;
}

.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:has(a[aria-current="page"]):after,
.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li.current-page-ancestor:after,
.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li.current-menu-item:after {
    background: var(--primary);
}

.ushv-footer .menu-col li {
    position: relative;
}

.ushv-footer .menu-col li:not(:last-child) {
    margin-bottom: 20px;
}

.ushv-footer .ft-bottom-row p,
.ushv-footer .ft-bottom-row .p {
    margin-bottom: 0;
}

.ushv-footer .ft-bottom-row .follow-us {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 0;
    width: auto;
    max-width: unset;
}

.ushv-footer .ft-bottom-row .follow-us ul {
    display: flex;
}

.ushv-footer .ft-bottom-row .follow-us p {
    font-size: 20px;
    line-height: 1.2;
    color: var(--white);
}

.ushv-footer .social-link li {
    display: inline-block;
    font-size: 0;
}

.ushv-footer .social-link li:not(:last-child) {
    margin-right: 24px;
}

.ushv-footer .social-link a {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: var(--footer_social_bg_regular);
    border-radius: 50%;
    position: relative;
    color: var(--white);
}

.ushv-footer .social-link a:hover {
    background: var(--footer_social_bg_hover);
}

.ushv-footer .social-link a:after {
    background-color: var(--footer_social_icon_color_regular);
}

.ushv-footer .social-link a:hover:after {
    background-color: var(--footer_social_icon_color_hover);
}

.ushv-footer .ft-bottom-row p,
.ushv-footer .ft-bottom-row .p,
.ushv-footer .ft-bottom-row a {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 300;
}

.ushv-footer .ft-bottom-row p,
.ushv-footer .ft-bottom-row .p {
    color: var(--white);
}

.ushv-footer .ft-bottom-row a:not(:hover) {
    color: var(--white);
}

.ushv-footer .ft-bottom-row .copyright-text {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    max-width: 55%;
    /* position: relative;
    top: 5px; */
    width: auto;
    max-width: unset;
}

.ushv-footer .ft-bottom-row .copyright-text ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.ushv-footer .ft-bottom-row .copyright-text ul li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 80%;
    display: inline-block;
    margin: 2px 5px 0;
    background: var(--white);
}

.ushv-footer .ft-bottom-row .copyright-text ul li a {
    vertical-align: top;
    display: inline-block;
}

.ushv-footer .ft-bottom-row .copyright-text ul li {
    font-size: 0;
}

.ushv-footer .ft-bottom-row .copyright-text ul li a:hover {
    color: var(--primary);
}

.ushv-footer .ft-bottom-row .design-txt {
    font-weight: 300;
    width: auto;
    max-width: unset;
}

.ushv-footer .ft-bottom-row a:not(:hover) {
    color: var(--white);
}

.ushv-footer .ft-bottom-row a.current-menu-item {
    /* color: var(--primary); */
    text-decoration: underline;
}

.ushv-footer .ft-top-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.ushv-footer .ft-bottom-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
}

.ushv-footer .footer-col .widget .wp-block-list.ml-2 li {
    margin-bottom: 25px;
}

.ft-top-row .footer-col {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 80px;
    padding-right: 80px;
}

.ushv-footer .footer-col .widget .wp-block-list.ml-2 {
    margin-left: 0px !important;
}

/* Remove border-left for the first column in row */
.ft-top-row .footer-col:first-child {
    border-left: none;
}

.ft-top-row .footer-col .widget .wp-block-heading {
    font-size: 26px;
    color: var(--white);
    margin-bottom: 30px;
    line-height: normal;
}

.ushv-footer .footer-col .widget .wp-block-list,
.ushv-footer .footer-col .widget .menu-footer-menu-container .menu {
    position: relative;
    color: var(--white);
    margin-left: 35px;
}

.ushv-footer .footer-col .widget .wp-block-list li,
.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li,
.ushv-footer .footer-col h2.dot-heading {
    position: relative;
    position: relative;
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}

.ushv-footer .footer-col .widget .wp-block-list li::after,
.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:after,
.ushv-footer .footer-col h2.dot-heading:after {
    content: '';
    position: absolute;
    /* top: 5px; */
    top: 50%;
    transform: translateY(-50%);
    left: -34px;
    width: 16px;
    height: 16px;
    background: var(--footer_content_color);
    border-radius: 50%;
    transition: 0.5s all ease;
}

.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li a:hover {
    /* text-decoration: underline; */
}

.ushv-footer .footer-col .wp-block-image img {
    max-width: 220px;
    margin-bottom: 30px;
    object-fit: contain;
}

.ushv-footer .footer-col .wp-block-latest-posts li,
.ushv-footer .footer-col .wp-block-categories-list li {
    margin-bottom: 15px;
}

.ushv-footer .footer-col .wp-block-search__button {
    padding: 8px 20px;
    transition: all 0.5s ease;
}

.ushv-footer .wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
}

.ushv-footer .footer-col .widget_media_gallery .wp-block-image img {
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.ushv-footer .wp-block-calendar table,
th,
td {
    border: 1px solid;
    text-align: center;
    padding: 3px;
}

.ushv-footer .wp-block-calendar table #today {
    opacity: 0.5;
}

.ushv-footer .wp-block-calendar caption {
    text-align: center;
    color: unset;
}

.footer-col .wp-block-gallery.has-nested-images figure.wp-block-image {
    height: 80px !important;
}

.ushv-footer .footer-col .widget iframe {
    width: 100%;
}

.ushv-footer .footer-col .wp-block-button .wp-element-button {
    padding: 10px 20px;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
}

.ushv-footer .wp-element-button {
    cursor: pointer;
}

.ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:has(a:hover)::after {
    background: var(--primary);
}

.ushv-footer .wp-block-video video {
    max-width: 100%;
}

.ushv-footer .notice-error {
    word-wrap: break-word;
}

/* Variations */
.ft-top-row.col2 .footer-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.ft-top-row.col2-75-25 .footer-col:first-child {
    flex: 0 0 75%;
    max-width: 75%;
}

.ft-top-row.col2-75-25 .footer-col:last-child {
    flex: 0 0 25%;
    max-width: 25%;
}

.ft-top-row.col2-25-75 .footer-col:first-child {
    flex: 0 0 25%;
    max-width: 25%;
}

.ft-top-row.col2-25-75 .footer-col:last-child {
    flex: 0 0 75%;
    max-width: 75%;
}

.ft-top-row.col2-33-66 .footer-col:first-child {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.ft-top-row.col2-33-66 .footer-col:last-child {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.ft-top-row.col2-66-33 .footer-col:first-child {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.ft-top-row.col2-66-33 .footer-col:last-child {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/* -------- Col 3 -------- */
.ft-top-row.col3 .footer-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/* Variations */
.ft-top-row.col3-50-25-25 .footer-col:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
}

.ft-top-row.col3-50-25-25 .footer-col:nth-child(2),
.ft-top-row.col3-50-25-25 .footer-col:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

.ft-top-row.col3-25-25-50 .footer-col:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
}

.ft-top-row.col3-25-25-50 .footer-col:nth-child(1),
.ft-top-row.col3-25-25-50 .footer-col:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}

.ft-top-row.col3-25-50-25 .footer-col:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
}

.ft-top-row.col3-25-50-25 .footer-col:nth-child(1),
.ft-top-row.col3-25-50-25 .footer-col:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

/* -------- Col 4 -------- */
.ft-top-row.col4 .footer-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.footer-col .widget.widget_block {
    margin-bottom: 15px;
}

/* @media(min-width:1599px) {
.ushv-footer .footer-col:nth-child(2){
	padding-left: 120px;
    padding-right: 120px;
}
} */
.ft-top-row .footer-col .widge {
    margin-bottom: 15px;
}

.ft-top-row .footer-col .widget .wp-block-heading.dot-heading {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 25px;
}

.juicer-feed .jcr-\@container.jcr-w-full.jcr-max-w-\[1280px\].jcr-transition-all.jcr-relative.jcr-overflow-x-hidden.jcr-overflow-y-hidden {
    max-width: 100%;
}

.jcr-grid .jcr-post-primary-link {
    font-size: 0;
}

@media(min-width:1200px) and (max-width:1599px) {
    html[lang="ru"] .ushv-footer .ft-bottom-row .follow-us {
        /* width: 100%; */
    }
}

@media(min-width:1200px) {

    html[lang="de"] .ushv-footer .ft-bottom-row p,
    html[lang="de"] .ushv-footer .ft-bottom-row .p,
    html[lang="de"] .ushv-footer .ft-bottom-row a {
        font-size: 13px;
    }

    html[lang="de"] .ushv-footer .ft-bottom-row .follow-us {
        gap: 20px;
    }

    .ushv-footer .ft-bottom-row p,
    .ushv-footer .ft-bottom-row .p,
    .ushv-footer .ft-bottom-row a {
        font-size: 15px;
    }

    .ushv-footer .ft-bottom-row .follow-us p {
        font-size: 18px;
    }

    html[lang="fr"] .ushv-footer .ft-bottom-row .copyright-text,
    html[lang="nl"] .ushv-footer .ft-bottom-row .copyright-text {
        max-width: 48%;
    }
}

@media(min-width:1400px) {
    html[lang="ru"] .ushv-footer .ft-bottom-row .follow-us p {
        font-size: 17px;
    }

    html[lang="ru"] .ushv-footer .ft-bottom-row .follow-us {
        gap: 20px;
    }

    html[lang="ru"] .ushv-footer .social-link a {
        width: 50px;
        height: 50px;
    }

    html[lang="ru"] .ushv-footer .social-link li:not(:last-child) {
        margin-right: 18px;
    }

    html[lang="ru"] .ushv-footer .ft-bottom-row p,
    html[lang="ru"] .ushv-footer .ft-bottom-row .p,
    html[lang="ru"] .ushv-footer .ft-bottom-row a {
        font-size: 12px;
    }
}

@media(min-width:1600px) {
    html[lang="de"] .ushv-footer .social-link a {
        width: 50px;
        height: 50px;
    }

    html[lang="de"] .ushv-footer .social-link li:not(:last-child) {
        margin-right: 18px;
    }
}

@media(min-width:1800px) {

    html[lang="de"] .ushv-footer .ft-bottom-row p,
    html[lang="de"] .ushv-footer .ft-bottom-row .p,
    html[lang="de"] .ushv-footer .ft-bottom-row a {
        font-size: 15px;
    }

    html[lang="de"] .ushv-footer .social-link a {
        width: 60px;
        height: 60px;
    }
}

@media(max-width:1799px) {
    .ushv-footer .container {
        padding: 0 120px;
    }
}

@media(max-width:1599px) {
    .ushv-footer {
        padding: 70px 0 40px;
    }

    .ushv-footer .ft-top-row {
        margin-top: 40px;
        margin-bottom: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ushv-footer .contact-col p,
    .ushv-footer .ph-col .h4 {
        font-size: 30px !important;
    }

    .ft-top-row .footer-col {
        padding-left: 60px;
        padding-right: 60px;
    }

    .ft-top-row .footer-col .widget .wp-block-heading {
        font-size: 22px;
    }

    .ushv-footer .footer-col p a[href^="tel:"] {
        font-size: 22px;
    }

    .ushv-footer .footer-col .widget .wp-block-list li {
        font-size: 18px;
    }

    .ft-top-row .footer-col .widget .wp-block-heading.dot-heading {
        font-size: 18px;
    }

    .ushv-footer .footer-col .widget .wp-block-list li::after,
    .ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:after,
    .ushv-footer .footer-col h2.dot-heading:after {
        /* top: 4px; */
        width: 14px;
        height: 14px;
    }

    .ushv-footer .container {
        padding: 0 100px;
    }

    .ushv-footer .ft-bottom-row .copyright-text {
        max-width: 42%;
    }
}

@media(max-width:1399px) {
    .footer-col {
        padding: 15px;
    }

    .ushv-footer .logo {
        width: 250px;
    }

    .ushv-footer {
        padding: 50px 0 30px;
    }

    .ushv-footer .container::before {
        width: 300px;
        height: 257px;
    }

    .ushv-footer .ft-top-row {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .ushv-footer .menu-col {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 70px;
    }

    .ushv-footer .contact-col,
    .ushv-footer .ph-col {
        padding-top: 25px;
    }

    .ushv-footer .ph-col .h4 {
        margin-bottom: 25px;
    }

    .ushv-footer .ft-bottom-row,
    .ushv-footer .ft-bottom-row .follow-us {
        gap: 20px;
    }

    .ushv-footer .social-link a {
        width: 40px;
        height: 40px;
    }

    .ushv-footer .social-link li:not(:last-child) {
        margin-right: 16px;
    }

    .ushv-footer .contact-col p,
    .ushv-footer .ph-col .h4 {
        font-size: 22px !important;
    }

    .ushv-footer .ft-subtitle::before,
    .ushv-footer .menu-col li::before {
        top: 8px;
        width: 10px;
        height: 10px;
    }

    .ushv-footer .container {
        padding: 0 35px;
    }
}

@media(max-width:1199px) {
    .ushv-footer .container {
        padding: 0;
    }

    .ft-top-row.col4 .footer-col,
    .ft-top-row.col3 .footer-col,
    .ft-top-row.col3-25-25-50 .footer-col,
    .ft-top-row.col3-25-50-25 .footer-col,
    .ft-top-row.col3-50-25-25 .footer-col,
    .ft-top-row.col2-50-50 .footer-col,
    .ft-top-row.col2-33-66 .footer-col,
    .ft-top-row.col2-66-33 .footer-col,
    .ft-top-row.col2-75-25 .footer-col,
    .ft-top-row.col2-25-75 .footer-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .ft-top-row.col4 .footer-col:nth-child(2n+1),
    .ft-top-row.col3-25-25-50 .footer-col:nth-child(2n+1),
    .ft-top-row.col3-25-50-25 .footer-col:nth-child(2n+1),
    .ft-top-row.col3-50-25-25 .footer-col:nth-child(2n+1),
    .ft-top-row.col2-50-50 .footer-col:nth-child(2n+1),
    .ft-top-row.col2-33-66 .footer-col:nth-child(2n+1),
    .ft-top-row.col2-66-33 .footer-col:nth-child(2n+1),
    .ft-top-row.col2-75-25 .footer-col:nth-child(2n+1),
    .ft-top-row.col2-25-75 .footer-col:nth-child(2n+1) {
        border-left: none;
        padding-left: 0;
    }


    /* Remove border-left for first column in wrapped rows */
    /* .ft-top-row .footer-col:nth-child(2n+1) {
        border-left: none;
        padding-left: 0;
    } */

    .ushv-footer .ft-top-row.col3 .footer-col:last-child {
        border-left: 0;
    }

    .ushv-footer .footer-col .widget .wp-block-list,
    .ushv-footer .footer-col .widget .menu-footer-menu-container .menu {
        margin-left: 0;
    }

    .ushv-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ushv-footer .contact-col p {
        font-size: 28px;
    }

    .ushv-footer .contact-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ushv-footer .ft-bottom-row .follow-us p {
        font-size: 18px;
    }

    .ushv-footer .social-link li:not(:last-child) {
        margin-right: 10px;
    }

    .ushv-footer .menu-col {
        padding-left: 70px;
    }

    .ushv-footer .ft-bottom-row {
        flex-direction: column;
    }

    .ushv-footer .ft-bottom-row p,
    .ushv-footer .ft-bottom-row .p {
        text-align: center;
    }

    .ft-top-row .footer-col {
        padding-left: 60px;
        padding-right: 60px;
    }

    .ushv-footer .ft-top-row.col3:last-child .footer-col {
        border-left: 0;
    }

    .ushv-footer .ft-bottom-row .copyright-text {
        max-width: 100%;
    }
}

@media(max-width:991px) {

    .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none;
        padding-left: 0;
    }

    .ushv-footer .ph-col,
    .ushv-footer .contact-col,
    .ushv-footer .menu-col {
        width: 100%;
    }

    /* .ushv-footer .ft-top-row {
        gap: 20px;
    } */

    .ushv-footer .contact-col .inner-wrapper {
        margin-left: 0;
    }

    .ushv-footer .ph-col,
    .ushv-footer .contact-col,
    .ushv-footer .menu-col {
        padding: 0 20px 0 40px;
        border-right: none;
    }


    .ushv-footer .contact-col p,
    .ushv-footer .ph-col .h4 {
        font-size: 22px !important;
    }

    .ft-top-row .footer-col {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ushv-footer .footer-col .widget .wp-block-list li::after,
    .ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:after,
    .ushv-footer .footer-col h2.dot-heading:after {
        width: 12px;
        height: 12px;
    }
}

@media(max-width:767px) {
    .footer-col {
        padding: 15px;
    }

    .ft-top-row .footer-col {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ushv-footer .footer-col .widget .wp-block-list li::after,
    .ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:after,
    .ushv-footer .footer-col h2.dot-heading:after {
        left: -25px;
    }

    .ushv-footer .ft-top-row {
        row-gap: 0px;
    }

    .ft-top-row.col4 .footer-col,
    .ft-top-row.col3 .footer-col,
    .ft-top-row.col3-25-25-50 .footer-col,
    .ft-top-row.col3-25-50-25 .footer-col,
    .ft-top-row.col3-50-25-25 .footer-col,
    .ft-top-row.col2-50-50 .footer-col,
    .ft-top-row.col2-33-66 .footer-col,
    .ft-top-row.col2-66-33 .footer-col,
    .ft-top-row.col2-75-25 .footer-col,
    .ft-top-row.col2-25-75 .footer-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ft-top-row.col4 .footer-col,
    .ft-top-row.col3-25-25-50 .footer-col,
    .ft-top-row.col3-25-50-25 .footer-col,
    .ft-top-row.col3-50-25-25 .footer-col,
    .ft-top-row.col2-50-50 .footer-col,
    .ft-top-row.col2-33-66 .footer-col,
    .ft-top-row.col2-66-33 .footer-col,
    .ft-top-row.col2-75-25 .footer-col,
    .ft-top-row.col2-25-75 .footer-col {
        border-left: none;
        padding-left: 0;
    }

    .ushv-footer {
        padding: 30px 0 20px;
    }

    .ushv-footer .logo {
        width: 200px;
    }

    .ushv-footer .ft-top-row {
        margin-top: 20px;
        margin-bottom: 30px;
        /* gap: 30px; */
    }

    .ushv-footer .menu-col a {
        font-size: 18px;
    }

    .ushv-footer .menu-col li::before {
        top: 4px;
    }

    .ushv-footer .contact-col p {
        font-size: 26px;
    }

    .ushv-footer .ft-subtitle::before,
    .ushv-footer .menu-col li::before {
        width: 13px;
        height: 13px;
    }

    .ushv-footer .ph-col,
    .ushv-footer .contact-col,
    .ushv-footer .menu-col {
        padding: 0 20px 0 26px;
    }

    .ushv-footer .ft-top-row.col3 .footer-col {
        border-left: 0;
    }

    .ushv-footer .ft-subtitle::before,
    .ushv-footer .menu-col li::before {
        left: -25px;
    }

    .ushv-footer .social-link a {
        width: 40px;
        height: 40px;
    }

    .ushv-footer .ft-bottom-row .copyright-text ul {
        flex-wrap: wrap;
    }

    .ushv-footer .footer-col .widget .wp-block-list li::after,
    .ushv-footer .footer-col .widget .menu-footer-menu-container .menu li:after,
    .ushv-footer .footer-col h2.dot-heading:after {
        width: 10px;
        height: 10px;
    }
}