.footer {
    background-color: #000;
    color: var(--footer-text);
}

.location-block h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; /* 140% */
    margin-top: 0px;
}

.location-block .adress2 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.footer-main-block {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 40px;
}

ul.adress2 li {
    max-width: 217px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    ul.adress2 li div {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */
        margin-bottom: 25px;
    }

.product-link h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;
    margin-top: 0px;
}

.product-link .product {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
}

    .product-link .product a {
        color: var(--footer-text);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 175% */
        text-decoration: none;
    }

.product-link .adress li span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.product-link .adress {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
}

    .product-link .adress li {
        color: var(--footer-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }

        .product-link .adress li a {
            color: var(--footer-text);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

.f_social {
    width: 25px;
    height: 25px;
    display: block;
}

.facebook_icon {
    background-position: -2px -452px;
}
.insta_icon {
    background-position: -32px -452px;
}
.twitter_icon {
    background-position: -62px -452px;
}
.linkedin_icon {
    background-position: -90px -452px;
}
.youtube_icon {
    background-position: -122px -452px;
}
.page_up {
    background-position: -2px -382px;
}


.award-main-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.award-left {
    max-width: 551px;
    min-width: 551px;
}

    .award-left h4 {
        color: #FFF;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 138.462% */
        letter-spacing: 2px;
    }

.award-right {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 16px;
    padding: 40px 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
}

    .award-right.p-111 {
        gap: 40px;
        padding: 40px;
    }

.widget-visible iframe {
    display: none;
}

.fbottom {
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.copyright {
    flex: 1;
    text-align: center;
}

.location-block {
    padding-top: 56px;
    padding-bottom: 56px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 50px;
}


.product-link {
    padding: 56px 0px;
}

.award-right img {
    max-width: 122px;
    max-height: 106px;
}

.award-right.partner-sec img {
    max-width: 197px;
    max-height: 106px;
}


@media(max-width: 1200px) {
    .location-block {
        border-right: none;
        padding-right: 0px;
    }

    .award-right {
        border-left: none;
    }

    .location-block .adress2 {
        gap: 16px;
    }

    .award-main-block {
        flex-direction: column;
    }

    .award-left h4 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-main-block {
        padding: 0px 20px;
        gap: 36px;
    }

    .location-block {
        padding-bottom: 0;
        padding-top: 5px;
        border: none;
    }

    ul.adress2 li div {
        margin-bottom: 20px;
    }

    .location-block h4 {
        margin-bottom: 30px;
    }

    .location-block .adress2 {
        gap: 15px;
    }

    .award-main-block {
        border: none;
    }

    .award-main-block {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border: none;
    }

    .p-40 {
        padding: 0px 20px;
    }

    .award-left {
        min-width: auto;
        padding: 25px 20px;
    }

        .award-left h4 {
            font-size: 20px;
            line-height: 28px;
        }

    .award-right img {
        width: 74px;
        height: 64px;
    }

    .award-right {
        padding: 0px 20px;
    }

        .award-right.p-111 {
            gap: 36px;
            padding: 0px 20px;
        }

    .copyright {
        display: none;
    }

    .fbottom {
        display: flex;
        align-items: center;
        padding: 44px 20px 28px;
    }

    .award-right.p-111 img {
        width: 138px;
        height: 52px;
        object-fit: cover;
    }

    .product-link {
        padding: 0px 0px;
    }
}
