﻿footer{
	background-color: #282d30;
}
.footer-box.container{
    width: 1460px;
    max-width: 100%;
    padding: 80px 0;
    font-size: 0;
}
.footer-all-box{
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: middle;
}
.footer-logo-box img{
    width: 100px;
}
.footer-info-box{
	margin: 0;
	margin-top: 30px;
}
.footer-info-leisure-img{
	width: 360px;
	max-width: 100%;
	height: 220px;
	display: inline-block;
	vertical-align: middle;
	background-color: var(--white);
    position: relative;
    font-size: 0;
    padding: 0;
  	border: 6px solid #373f43;
  	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.footer-info-leisure-img > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.footer-info-leisure-img > span:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.footer-info-leisure-img > span > img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.footer-info{
    display: block;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 30px;
    color: var(--white);
}
.footer-info a{
    color: var(--white);
    transition: all .3s linear;
}
.footer-info i {
	margin-right: 5px;
}
.footer-info-box>div{
	padding: 0;
}
.footer-url i{
	margin-right: 10px;
}
.footer-web{
	font-size: 12px;
	color: #888;
    letter-spacing: 0.06em;
    font-weight: 300;
    margin-top: 80px;
    font-family: "Roboto";
}
.footer-web span{
    font-weight: 300;
}
.footer-web a{
	color: #888;
    transition: all .3s linear;
}



.footer-info a:hover{
    color: #93a7b0;
}




@media only screen and (max-width: 1460px){
    .footer-box.container{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-box.container{
        width: 1000px;
    }
    .footer-info-box .col-5{
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .footer-info-box .col-7{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box.container{
        width: 95%;
        position: relative;
    }
    .footer-info-box .col-5,
    .footer-info-box .col-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .footer-box.container{
        padding: 40px 0;
        width: 550px;
    }
    .footer-all-box{
        width: calc(100% - 200px);
    }
    .footer-info-leisure-img{
        width: 200px;
        height: 122px;
    }
}
@media only screen and (max-width: 550px){
    .footer-box.container{
        padding: 20px 0;
        width: 300px;
    }
    .footer-all-box{
        width: 100%;
    }
    .footer-info{
        font-size: 12px;
    }
    .footer-info-leisure-img{
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 150px;
        height: 92px;
    }
    .footer-web{
        margin-top: 25px;
    }
    .footer-web{
        letter-spacing: 0.03em;
    }
    .footer-logo-box img {
        width: 80px;
    }
}