@media (min-device-width: 1024px) and (max-device-width:1279px){
	#contacts-address {
	    position: absolute;
	    bottom: -9999px;
	    left: -9999px;
	    top: -9999px;
	    right: -9455px;
	    margin: auto;
	    width: 380px;
	    height: 1060px;
	    font-weight: 500;
	    background-color: #FFE001;
	    padding-top: 900px;
	    padding-left: 50px;
	    padding-right: 50px;
	}
}