@charset "utf-8";

@media (orientation : portrait) {
	.objavaBlock_mob {
	background: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #FF0004;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #FF0004;
	border-top: 2px solid #FF0004;
	margin: 5px 0;
	}
	.center_block {
		display: none;
	}
	.fonSilki {
		display: none;
	}
	.fon1, .fon2, .fon3, .fon4, .fon5, .fon6 {
		display: none;
	}
	body {
	background: #FFFFFF;
	}
	.ssilkiMob {
	display: flex;
	display: -ms-flex;
	flex-direction: column;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 0;
	color: black;
	align-items: stretch;
	}
	.fonM {
	margin: 5px 5px;
	padding: 15px 0;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 10px;
	}
	.podvalM {
	margin: 15px;
	color: #000000;
	
	}
	.fon1m {
	background: #FDE2B6;
	}
	.fon2m {
    background-color: #FDE2B6;
	}
	.fon3m {
	background: #FDE2B6;
	}
	.fon4m {
	background: #FDE2B6;
	}
	.fon5m {
	background: #FDE2B6;
	}
	.imgLogoM {
	margin: 15px;
	}
	.shapkaM {
	display: flex;
	display: -ms-flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: #FDE2B6;
/*	background-image: url("../image/shapkaM.jpg");*/
/*	background-size: 200%;*/
	padding: 10px;
	}
	.shapkaTextM {
	text-align: right;
	}

.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    left: 5%;
    bottom: 5%;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

}

@media (orientation : landscape) {
	.objavaBlock_mob, .ssilkiMob, .podvalM, .fonM, .fon1m, .fon2m, .fon3m, .fon4m, .imgLogoM, .shapkaM, .shapkaTextM, .logoM {
		display: none;
	}
}


h4 a {
	color: black;
}


