.modal2{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal2__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal2__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}

@media (max-width: 850px) {

	.modal2{
	    display: none;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    width: 100%;
	}
	.modal2__bg{
	    background: rgba(0,0,0,0.8);
	    height: 100vh;
	    position: absolute;
	    width: 100%;
	}
	.modal2__content{
	    background: #fff;
	    left: 50%;
	    padding: 2%;
	    position: absolute;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    width: 80%;
	}


}
