﻿footer{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 150px;
    padding-bottom: 30px;
    
}
.footer-bg-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.footer-bg-box .main-bg{
    opacity: 0.3;
    position: relative;
    z-index: 1;
    background-position: bottom;
}
.footer-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e95412+20,e95412+20,00a0ea+44,00a0ea+54,8fc320+75 */
    background: #e95412; /* Old browsers */
    background: -moz-linear-gradient(-30deg,  #e95412 20%, #e95412 20%, #00a0ea 44%, #00a0ea 54%, #8fc320 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg,  #e95412 20%,#e95412 20%,#00a0ea 44%,#00a0ea 54%,#8fc320 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(120deg,  #e95412 20%,#e95412 20%,#00a0ea 44%,#00a0ea 54%,#8fc320 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95412', endColorstr='#8fc320',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    opacity: 0.9;
}
.footer-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.footer-info-contact,
.footer-info-follow{
    display: inline-block;
    vertical-align: bottom;
}
.footer-info-contact{
    margin-right: 12.5vw;
}
.footer-info-title{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.footer-info-title p{
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
}
.footer-info-title span{
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 24px;
    color: #fff;
    margin-left: 10px;
}
.footer-info{
    width: 100%;
    display: block;
    position: relative;
    transition: all .3s linear;
}
.footer-info a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
    position: relative;
    transition: all .3s linear;
}
.footer-info-name{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.footer-info-name p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
}

.footer-info-url{
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.footer-info-url li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.footer-info-url li>a{
    font-size: 30px;
    letter-spacing: 0.06em;
    color: #fff;
    transition: all .3s linear;
}

.footer-info-list{
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
.footer-info-list:last-child{
    margin-right: 0;
}

.footer-web{
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 30px;
    margin-top: 50px;
}

.footer-top-box{
    width: 100px;
    height: 100px;
    background-color: rgba(67, 91, 16, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    transition: all .3s linear;
}
.footer-top-box p{
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}
.footer-top-box p:first-child{
    font-family: inherit;
}


@media only screen and (max-width: 1280px){
    .footer-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    footer{
        padding: 40px 0;
    }
    .footer-box{
        width: 750px;
    }
    .footer-info-follow{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px){
    .footer-box{
        width: 550px;
    }
}
@media only screen and (max-width: 550px){
    footer{
        padding: 20px 0;
    }
    .footer-box{
        width: 95vw;
    }
    .footer-info-title{
        margin-bottom: 10px;
    }
    .footer-info-title p{
        font-size: 18px;
    }
    .footer-info-title span{
        font-size: 12px;
        margin-left: 5px;
    }
    .footer-info{
        font-size: 14px;
        line-height: 24px;
    }
    .footer-info-name{
        margin-top: 10px;
    }
    .footer-info-name p{
        font-size: 14px;
        line-height: 26px;
    }
    .footer-info-follow{
        margin-top: 20px;
    }
    .footer-info-url{
        margin-bottom: 20px;
    }
    .footer-info-url li>a{
        font-size: 24px;
        line-height: 24px;
    }
    .footer-info-url li{
        margin-right: 15px;
    }
    .footer-info-list{
        display: block;
    }
    .footer-web{
        width: 75vw;
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
    }
    .footer-web span{
        display: block;
    }
    .footer-top-box{
        width: 60px;
        height: 60px;
    }
    .footer-top-box p {
        font-size: 12px;
        line-height: 20px;
    }
}



@keyframes goTopArrow {
    0%{
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@media only screen and (min-width: 1001px){
    .footer-info a::before{
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: all .3s linear;
    }
    .footer-info a:not([href])::before{
        display: none;
    }
    .footer-info a:hover::before{
        width: 100%;
    }
    .footer-info a:not([href]):hover{
        color: #fff;
    }
    .footer-info-url li>a:hover{
        text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    }
    .footer-top-box:hover{
        background-color: rgba(67, 91, 16, 1);
    }
    .footer-top-box:hover p:first-child{
        animation: goTopArrow .8s linear 0s infinite alternate;
    }
}