
.section-block-demo51-footer {
    background-image: url(https://ecdn6.globalso.com/upload/p/73/image_other/2023-09/6503d179c641624394.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #16385e;
    overflow: hidden;
    padding: 85px 0%
}

.section-block-demo51-footer .copyright {
    width: 100%;
    margin-top: 22px;
    text-align: center
}

.section-block-demo51-footer .copyright a {
    color: #fff;
    font-size: 14px
}

.section-block-demo51-footer .foot-contacts .foot-ico {
    background-image: url(https://ecdn6.globalso.com/upload/m/image_other/2024-02/65d80bba7386611513.png);
    background-repeat: no-repeat;
    width: 21px;
    display: block;
    height: 21px
}

.section-block-demo51-footer .foot-contacts {
    margin-top: 24px
}

.section-block-demo51-footer .foot-contacts li:nth-child(n+2) {
    margin-top: 15px
}

.section-block-demo51-footer .foot-contacts li .foot-val {
    flex: 1;
    font-size: 13px;
    color: #fff;
    padding-left: 10px
}

.section-block-demo51-footer .foot-contacts li .foot-val>a {
    font-size: 13px;
    color: #fff
}

.section-block-demo51-footer .foot-contacts li {
    display: flex;
    justify-content: unset;
    align-items: flex-start;
    flex-wrap: wrap
}

.section-block-demo51-footer .foot-contacts .fot-phone .foot-ico {
    background-position: 0 0
}

.section-block-demo51-footer .foot-contacts .fot-emil .foot-ico {
    background-position: 0 -42px
}

.section-block-demo51-footer .foot-contacts .fot-address .foot-ico {
    background-position: 0 -84px
}

.section-block-demo51-footer .foot-inquiry {
    width: fit-content;
    margin: 30px auto 0
}

.section-block-demo51-footer .foot-inquiry .btn {
    position: relative;
    border-radius: 3px;
    padding: 0.5rem 5.5rem;
    border: none;
    overflow: hidden
}

.section-block-demo51-footer .foot-inquiry .btn::before {
    content: "";
    display: block;
    background-image: linear-gradient(-90deg, #00cbf7, #0844fd);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
    opacity: 0
}

.section-block-demo51-footer .foot-inquiry .btn:hover::before {
    opacity: 1
}

.section-block-demo51-footer .foot-inquiry .btn p {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    z-index: 3
}

.section-block-demo51-footer .foot-desc {
    margin-top: 35px;
    font-size: 14px;
    color: #fff;
    text-align: right
}

.section-block-demo51-footer .foot-logo {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}

.section-block-demo51-footer .foot-logo img {
    max-width: 181px
}

.section-block-demo51-footer .foot-items .foot-item:nth-child(1) {
    width: 30%
}

.section-block-demo51-footer .foot-items .foot-item:nth-child(2) {
    width: 30%;
    padding: 0% 1.5rem
}

.section-block-demo51-footer .foot-items .foot-item:nth-child(3) {
    width: 30%
}

.section-block-demo51-footer .foot-social li {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #989898;
    position: relative;
    transition: all .3s linear;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(255, 255, 255, .1) inset
}

.section-block-demo51-footer .foot-social li:hover {
    background-color: #eccf2b;
    border-radius: 40%
}

.section-block-demo51-footer .foot-social li:nth-child(n+2) {
    margin-left: 10px
}

.section-block-demo51-footer .foot-social li img {
    width: 18px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s linear
}

.section-block-demo51-footer .foot-social li:hover img {
    transform: translate(-50%, -50%) rotate(45deg)
}

.section-block-demo51-footer li {
    list-style: none
}

@media only screen and (max-width:1366px) {
    .section-block-demo51-footer .foot-inquiry .btn {
        padding: 0rem 1.5rem
    }

    .section-block-demo51-footer .foot-inquiry .btn p {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo51-footer .foot-items .foot-item:nth-child(1) {
        width: 100%
    }

    .section-block-demo51-footer .foot-items .foot-item:nth-child(2) {
        width: 100%
    }

    .section-block-demo51-footer .foot-items .foot-item:nth-child(3) {
        width: 100%
    }

    .section-block-demo51-footer .foot-social {
        justify-content: flex-start
    }

    .section-block-demo51-footer .foot-desc {
        margin-top: 20px;
        text-align: left
    }

    .section-block-demo51-footer {
        padding: 40px 0
    }
}