body{
	background-color: #E9EAFE!important;
}
#contacts:before{
	content: "";
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(/upload/tmp/flag.png);
    background-position: right 10vh;
    background-repeat: no-repeat;
    background-size: 50vw;
    z-index: -1;
}
@media (max-width: 576px){
    #contacts:before{
        display: none;
    }
}