@charset "utf-8";

.scroll_btn {
    bottom: 100px;
}
.contact__banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    max-width: 700px;
    transform: translateY(100%);
    transition: transform .5s linear;
}
.contact__banner.contact__banner__active{
	transform: translateY(0);
}
footer{
	padding-bottom: 100px;
}
@media screen and (max-width:767px) {


}

@media screen and (min-width:768px) {
    .scroll_btn {
        bottom: 100px;
    }
	.contact__banner{
		width: 350px;
        right: 10px;
        bottom: 10px;
		transform: translate(0,calc(100% + 10px));
	}
    .contact__banner img{
        width: 100%;
    }
    .contact__banner:hover{
		transform: translateY(-15px);
        transition: transform .2s linear;
    }
}

@media screen and (min-width:1025px) {

}
