@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Kelly+Slab&subset=latin,cyrillic);
* {
	margin: 0;
	padding: 0;
}
article, footer, header, main, section  {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: #666;
	width: 100%;
	background:url("/wp-content/themes/ph/smm/body.png"),#eff5f8;
	background-repeat:no-repeat!important;
	background-position:center top;
	background-size:100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.25);
	-moz-box-shadow:    0px 0px 10px 0px rgba(150, 150, 150, 0.25);
	box-shadow:         0px 0px 10px 0px rgba(150, 150, 150, 0.25);
}

section {
	width: 1200px;
	margin: 0 auto;
	padding:0 0 20px;
	clear:both;
}

a {
	text-decoration:none;
	color:#2988D9;
}

a:hover {
	text-decoration:underline;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	background:url("/wp-content/themes/ph/smm/hdr.jpg");
	background-size:100%;
	height:500px;
	margin-bottom: 20px;
}

p.logo{
	display:inline-block;
	color:#fff;
	font-size:30px;
	padding:15px 30px;
	font-family: 'Kelly Slab', cursive;
	margin-left:80px;
	margin-top: 150px;
	background: rgba(76,142,202,0.8);
	border-left:2px solid #f4f4f4;
	border-bottom:2px solid #f4f4f4;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}

.socbutton {
	text-align: center;
}

.plans,
.uniq {
	text-align:center;
}

.uniq-content,
.adv-content,
.contacts {
	width: 800px;
	margin: auto;
}

.uniq-offer {
	padding-left: 220px;
}

.uniq-offer span {
	color: #227CC9;
}

.uniq-offer img{
	margin-top: 15px;
}

.center-img {
	margin-left: 20px;
	margin-right: 20px;
}

.adv {
	text-align: center;
}

.poster {
	clear: both;
	overflow: hidden;
	margin-bottom:20px;
	padding: 15px;
	background:url("/wp-content/themes/ph/smm/body.png");
	border:1px solid #CAE1EF;
	color:#ff3300;
	font-size:18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}

.poster img{
	width:300px;
	height:263px;
	margin-right:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CAE1EF;
	box-sizing: border-box;
}

.poster ul {
	overflow:hidden;
	margin-top: 10px;
	font-size:16px;
	line-height: 1.5;
	color:#12436d;
}

.poster li {
	list-style: none;
	padding-left: 20px;
}

.poster span {
	position:absolute;
	bottom:15px;
	font-size:14px;
	color:#333;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding:15px;
	background:#f4f4f4;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
}

.cform {
	float:left;
	background:#e6e6e6;
	width:360px;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cform p {
	margin-bottom: 7px;
}

.cform .left,
.cform .right {
	width:46%;
	float:left;
}


.cform .right {
	margin-left:19px;
}

.cform input[type="text"],
.cform input[type="email"],
.cform input[type="submit"],
.cform textarea {
	border:1px solid #ccc;
	padding:3px 5px;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}

.cform input[type="text"],
.cform input[type="email"] {
	width:100%;
}

.cform input[type="submit"] {
	cursor:pointer;
}

.cform textarea {
	height:100px;
	width:350px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size:12px!important;
}

.otherc {
	float: left;
	margin-left: 40px;
	font-size:18px;
	line-height: 1.5;
	position:relative;
	height:215px;
}

.otherc p {
	font-size:22px;
	margin-bottom:10px;
}

.fa-skype {
	color:#00AAE8;
}

.otherc span {
	display:block;
	position:absolute;
	bottom:0;
}

.otherc .notice {
	margin-top:5px;
	font-size:12px;
	color:#666;
}

.otherc span a {
	font-size:14px;
	color:#8C443E;
}