body{
	font-family: pt-sans-narrow, sans-serif;
	font:16px Arial,sans-serif;
	position:relative;
	margin:0px;
	color:#000;
	background: #8899a4 url(euro02.jpg) no-repeat right top;
	text-align:center;
}

* {box-sizing: border-box;}

div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a{
	color:#586576;
	text-decoration:none; 
}

a:hover{
	text-decoration:none;
}
h1, h2 {
	margin: 0;
    padding: 0;
    text-shadow: none;
    text-decoration: none;
	width:100%;
	margin:0 0 10px 0;
	}
h1 a {
	color:#000;
	}

.post h1 {
	font-size:26px;
	font-weight:bold;
}

bold {font-weight:bold;}	

h3 {
	text-decoration: none;
    font-size: 24px;
}

p {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	font-size:16px;
	}


#content {
	margin:0 auto;
	position:relative;
	padding:20px;
}

.box {
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:20px;
}

.img {
	position:relative;
	margin:0px auto 20px auto;
	width:125px;
}

.img img {
	position:relative;
	float:left;
	width:100%;
}

#footer {
	margin: 0 auto;
    position: relative;
    margin-top: 50px;
    padding: 20px;
    color: #f0f0f0;
    text-shadow: #000 1px 0px 1px;
	
}

.knob {
	position:relative;
	float:left;
	width:100%;
	background: linear-gradient(#51a9ee,#147bcd);
    color: #fff;
	border-radius:50px;
	margin:0 0 20px 0;
}

.knob .img-phone {
	position:relative;
	float:left;
	width:20%;
	width: 40px;
    height: 40px;
    background: url(phon.png) no-repeat center center;
    border-radius: 50%;
    margin: 0;
}

.knob .img-telegram {
	position:relative;
	float:left;
	width:20%;
	width: 40px;
    height: 40px;
    background: url(telegram.png) no-repeat center center;
    border-radius: 50%;
    margin: 0;
}

.knob .img-whatsapp {
	position:relative;
	float:left;
	width:20%;
	width: 40px;
    height: 40px;
    background: url(whatsapp.png) no-repeat center center;
    border-radius: 50%;
    margin: 0;
}

.knob .text {
	position:relative;
	float:left;
	width:80%;
	margin:10px 0 0 15px;
	text-align:left;
}

.knob .text p{
	margin:0;
}

.desktop {
	position:relative;
	float:left;
	width:100%;
}

.mobile {
	position:relative;
	float:left;
	width:100%;
}

.pre-footer {
	position:relative;
	float:left;
	width:100%;
	background:#8899a4;
}

@media (max-width: 10000px) {
#content {width:500px;}
h1 {font-size:26px;}
h2 {font-size:16px;font-weight:normal;color:#777;}
.mobile {display:none;}
}

@media (max-width: 1360px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 840px) {
.desktop {display:none;}
.mobile {display:block;}
}

@media (max-width: 520px) {
#content {width:100%;}
}

@media (max-width: 440px) { 

}