﻿/*.site-footer {
    position: relative;
    margin-top: -80px;
}*/

footer {
    position: relative;
}

footer .pattern {
    width: 53px;
    height: 100%;
    position: absolute;
    left: 15px;
    overflow: hidden;
}

footer .pattern {
    display: block;
}

.footer-title-default {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-title-primary {
    color: #FF007D;
    font-family: 'Roboto';
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 991px) {
    .footer-title-default {
        font-size: 31px;
    }

    .footer-title-primary {
        font-size: 31px;
    }
}

.footer-top .footer-separator {
    background: #FF007D;
    margin-top: 50px;
}

.footer-menu .footer-menu-section .menu-title {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-menu .footer-menu-section ul li {
    font-size: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
}

    .footer-menu .footer-menu-section ul li a {
        color: #FFFFFF !important;
    }

        .footer-menu .footer-menu-section ul li a:hover {
            display: inline-block;
            color: #006BBF !important;
            -moz-transform: translate3d(0,-3px,0);
            -o-transform: translate3d(0,-3px,0);
            -ms-transform: translate3d(0,-3px,0);
            -webkit-transform: translate3d(0,-3px,0);
            transform: translate3d(0,-0.60px,0);
            transition: .1s;
        }

@media (max-width: 991px) {
    .footer-menu {
        margin-top: 30px;
    }
}

.footer-bottom .copyright {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .purple-curve {
        margin-top: -15px;
    }
}

@media (min-width: 2500px) {
    .purple-curve {
        margin-top: -120px;
    }
}

@media (max-width: 1300px) {

    footer .pattern {
        display: none;
    }

}
