.footer {
    margin-top: 83px;
    background: -webkit-linear-gradient(180.46deg, #158cfd 4.94%, #5d79e8 84.5%);
    background: -moz-linear-gradient(180.46deg, #158cfd 4.94%, #5d79e8 84.5%);
    background: -o-linear-gradient(180.46deg, #158cfd 4.94%, #5d79e8 84.5%);
    background: linear-gradient(269.54deg, #158cfd 4.94%, #5d79e8 84.5%);
    z-index: 2;
    padding: 64px 0 19px
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../images/pattern-03.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 491px;
    height: 352px;
    background: url("./../images/footer-right.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(152px, -142px);
    -moz-transform: translate(152px, -142px);
    -ms-transform: translate(152px, -142px);
    -o-transform: translate(152px, -142px);
    transform: translate(152px, -142px);
    z-index: -1
}

.footer .btn-scroll-top {
    -webkit-transform: translate(-50%, -60px) rotate(180deg);
    -moz-transform: translate(-50%, -60px) rotate(180deg);
    -ms-transform: translate(-50%, -60px) rotate(180deg);
    -o-transform: translate(-50%, -60px) rotate(180deg);
    transform: translate(-50%, -60px) rotate(180deg);
    top: 0;
    left: 50%;
    font-size: 14px;
    color: #424242
}

.footer .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -103px) rotate(180deg);
    -moz-transform: translate(-50%, -103px) rotate(180deg);
    -ms-transform: translate(-50%, -103px) rotate(180deg);
    -o-transform: translate(-50%, -103px) rotate(180deg);
    transform: translate(-50%, -103px) rotate(180deg);
    width: 164px;
    height: 78px;
    background: url("./../images/arrowbottom.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.footer .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 475px;
    height: 374px;
    z-index: -1;
    background: url("./../images/footer-left.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(144px);
    -moz-transform: translateY(144px);
    -ms-transform: translateY(144px);
    -o-transform: translateY(144px);
    transform: translateY(144px)
}

.footer-titr {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
}

.footer-nav{
    padding-top: 10px;
}

.footer-nav li:not(:last-child) {
    margin-bottom: 17px
}

.footer-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 18px
}

.footer-nav li a::before {
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 3px);
    left: -moz-calc(100% + 3px);
    left: calc(100% + 3px);
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer-nav li a:hover::before {
    opacity: 1
}
.footer-socials{
    padding: 10px 0 0 0;
}
.footer-socials li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer-socials li:not(:last-child) {
    margin-bottom: 17px;
}

.footer-socials li i {
    margin-right: 8px;
    font-size: 16px
}

.footer-copy-right-logo {
    margin-top: 46px
}

.footer-copy-right-logo span {
    font-size: 12px;
    color: #fff
}

.footer-copy-right-logo span + span {
    font-weight: 500
}

.footer-logo {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.footer-logo i {
    font-size: 30px;
    margin-right: 8px
}

@media only screen and (max-width: 991px) {
    .footer .row {
        gap: 32px 0
    }
}

@media only screen and (max-width: 575px) {
    .footer .container::after {
        -webkit-transform: translate(-50%, 144px);
        -moz-transform: translate(-50%, 144px);
        -ms-transform: translate(-50%, 144px);
        -o-transform: translate(-50%, 144px);
        transform: translate(-50%, 144px)
    }

    .footer-copy-right-logo span + span {
        max-width: 50%;
        width: 100%
    }

    .footer-logo {
        position: absolute;
        top: 0;
        left: 12px
    }
    .footer-logo img{
        width: 100px;
    }
}

/*# sourceMappingURL=footer.min.css.map */
