@import url('https://fonts.googleapis.com/css?family=Play');

@font-face {font-family: Roboto-Thin; src: url(/fonts/Roboto-Thin.ttf);}
@font-face {font-family: Roboto-ThinItalic; src: url(/fonts/Roboto-ThinItalic.ttf);}
@font-face {font-family: Roboto-Medium; src: url(/fonts/Roboto-Medium.ttf);}
@font-face {font-family: Roboto-MediumItalic; src: url(/fonts/Roboto-ThinItalic.ttf);}
@font-face {font-family: Roboto-Light; src: url(/fonts/Roboto-Light.ttf);}
@font-face {font-family: Roboto-LightItalic; src: url(/fonts/Roboto-LightItalic.ttf);}
@font-face {font-family: Roboto-Black; src: url(/fonts/Roboto-Black.ttf);}
@font-face {font-family: Roboto-Bold; src: url(/fonts/Roboto-Bold.ttf);}

body {
	background: url(/images/whitebg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodyMain {
	background: url(/images/evobg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.table100 {
width: 1000px;
}

.brandico {
width: 30px;
}


.moveoffice {
width: 100%;
    position: relative;
    background: white;
    color: black;
    display: table; 
border-bottom: 10px solid firebrick;
}
.moveoffice p {
    padding: 30px 30px 30px 200px;
    margin: 0 auto;
    width: 50%;
    font-size: 20pt;
    background-image: url(/images/move111.png);
    background-size: 200px;
    background-repeat: no-repeat;
    font-family: play;
}

.arrow-8 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 30px;
    left: 460px;
    top: -30px;
}
.arrow-8:before {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-left: 10px solid #337AB7;
	border-bottom: 10px solid #337AB7;
	transform: translate(0px, 50px) rotate(45deg);
	animation: arrow-8 3s linear infinite;
}
.arrow-8:after {
	content: '';
	position: absolute;
	box-sizing: border-box;	
	width: 100%;
	height: 100%;
	border-left: 10px solid #337AB7;
	border-bottom: 10px solid #337AB7;
	transform: translate(50px, 0px) rotate(-45deg);
	animation: arrow-8 3s linear infinite -1.5s;
}

@keyframes arrow-8 {
	0% {
		opacity: 0;
		transform: translate(20px, 0px) rotate(45deg);
	}
	10%, 90% {
		opacity: 0;
	}
	50% {
		opacity: 1;  
		border-left: 10px solid #337AB7;
		border-bottom: 10px solid #337AB7;
		transform: translate(0px, 0px) rotate(45deg);
	}
	100% {
		opacity: 0;
		transform: translate(-20px, 0px) rotate(45deg);
	}
}

.newinstrum {
 display: block;
 background: firebrick;
 color: white;
 height: 60px;
 line-height: 60px;
 border-radius: 50px;
 width: 60px;
 margin-left: -15px;
 margin-top: 15px;
 }

/* Текст на главной */

.wework {
background: firebrick;
    color: white;
    padding: 10px;
    margin: 0 0 0 10px;
    display: inline-table;
    text-decoration: none;
    font-size: 20pt;
font-family: Roboto;
font-weight: 400;
transition: all 0.3s;

}
.wework:hover {
transform: scale(1.1);
}

.mainheader {
    position: absolute;
    width: 100%;
    height: auto;
}

.mainheader h1 {
    margin: 150px auto;
    background: white;
    padding: 10px;
    font-size: 40pt;
    font-weight: 600;
    font-family: Roboto;
    display: inline-table;
}

.containerMain {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.textMain {
  font-weight: 100;
  font-size: 40pt;
  color: white;
  background: firebrick;
  padding: 20px;
font-family: Roboto Light;
}
.textMain a {
  color: white;
}
.dudMain {
  color: white;
}

/* Текст на главной */

/* ИНФО ППФ */

.ppfinfoall {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background: url(/ico/ppfbigbg.jpg) no-repeat center center;
    background-size: cover;
    display: table;
    padding: 0;
    border: 0;
    text-align: center;
}
.ppfinfoall div img {
    width: 1000px;
    height: 500px;
}
.ppfinfoall div {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: table;
    position: relative;
}
.ppfinfoall h1 {
    display: table;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 600px;
    font-size: 22pt;
    top: 200px;
    text-align: left;
}
.ppfinfoall div a {
    position: absolute;
    left: 600px;
    top: 300px;
    text-align: left;
    border: 5px solid white;
    padding: 10px;
    color: black;
    font-weight: 500;
transition: 0.3s all;
}
.ppfinfoall div a:hover {
    border: 5px solid firebrick;
    transform: translateY(10px);
}
.ppfinfo {
    width: 1000px;
    margin: 40px auto 0;
    display: table;
}
.ppfinfo ul {
    width: 1000px;
    padding: 0;
    margin: 40px auto 0;
    list-style: none;
}
.ppfinfo ul li {
    width: 200px;
    padding: 5px;
    float: left;
    text-align: center;
    transition: 0.3s all;
}
.ppfinfo ul li:hover {
    transform: scale(1.2);
}
.ppfinfo ul li:hover p strong {
color: firebrick;
}
.ppfinfo ul li img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}
.ppfinfo ul li p {
    font-weight: 400;
    margin: 20px auto 0;
    text-transform: uppercase;
    font-size: 13pt;
}

/* ИНФО ППФ */

.sk-header {
	width: 100%; 
	position: relative;
	display: table;
background: rgba(255,255,255,0.6);
}
.sk-top {
	width: 1000px;
	height: 50px;
	margin: 20px auto;
}
.sk-contacts {
	width:500px; 
	height:50px; 
	float:right; 
	margin:0; 
	padding:0;
	border:0;
}
.sk-nav {
	width: 100%; 
	height: 50px; 
	display: table;
	background: url('/images/1741.png');
}
.warning-red {
display: table;
    width: 400px;
    height: 150px;
    position: absolute;
    background: firebrick;
    margin: 0;
    left: 50%;
    margin-left: -200px;
    padding: 10px 20px;
}
.warning-red p {
color: white;
    font-family: Ubuntu;
    font-size: 15pt;
margin: 0;
}
.warning-bottom {
    display: table;
    width: 600px;
    background: firebrick;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 20px;
    font-family: Roboto Thin;
}
.waning-main {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 600px;
	margin-left: -370px;
	background: firebrick;
	padding: 20px 20px 20px 120px;
	background-image: url(/images/warning_png.png);
	background-size: 100px;
	background-position: 10px;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.waning-main p {
	color: white;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.main_bilbord {
	width: 100%;
	height: calc(100vh - 140px);
	display: table;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.main_bilbord h1 {
	font-family: Roboto-Thin;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	padding: 50px;
	color: black;
	max-width: 80%;
	text-align: center;
	background: rgba(255,255,255,.5);
}
.all {
	width:1000px; 
	display: table; 
	margin:20px auto 0; 
	padding: 20px 0;
}
.top {
	width:1000px;
	height: 110px;
	margin: 0px auto; 
	padding:0;
}
.bg {
	width:1400px; 
	height:900px; 
	background: url('http://maxkon.ru/images/bg/345345.jpg') center top no-repeat; 
	position:absolute; 
	top:0; left:50%; 
	margin-left:-800px; 
	z-index:-999;
}
.logo {
	width:500px; 
	height:50px;
	float:left;
	margin:0; 
	padding:0; 
	boder:0;
position: relative;
}
.logo img {
	width: 225px; 
	height: 50px; 
	float:left;
}
.logo p {
	border-left: 2px solid #333; 
	margin: 10px 0px; 
	line-height: 30px;
	padding: 0 10px; 
	font-family: Play; 
	font-size: 24px; 
	float: right; 
	height: 30px;
}
.contacts {
	width:500px; 
	height:50px;
	float:left;
	margin:0; 
	padding:0; 
	boder:0;
}
.number {
	margin: 0;
	padding-left: 75px; 
	font-family: Play; 
	font-size:30px; 
	line-height: 50px; 
	float: left;
}
.menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.menu ul {
	text-align:center;
	list-style:none; 
	font-family: Play;
	font-size: 20px; 
	padding: 0; 
	margin: 0;
}
.menu ul li {
	display: inline-block; 
	line-height: 50px;
}
.menu ul li a {
	color: #fff; 
	transition: color 0.5s;
	text-decoration: none;
}
.menu ul li a:hover {
	color: red;
}
.mall {
	margin-right: 30px;
}
.mred {
    background: url(/images/percent_PNG59.png) firebrick;
    padding: 0 10px 0 40px;
    background-position: 10px center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.mblue {
    background: url(/images/purezone-1.png) #1e90ff;
    padding: 0 10px 0 40px;
    background-position: 10px center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.mblue:hover a {
color: black !important;
}
ul.cssmenu li {
	list-style: none; 
	position: relative; 
	z-index:1000;
} 
ul.cssmenu ul {
	margin: 20px 0; 
	border: 0 none; 
	padding: 0; 
	width: 160px; 
	list-style: none; 
	display: none; 
	position: absolute;
	top: 30px; 
	left: 0;
}
ul.cssmenu ul:after {
	display: block; 
	font: 1px/0px serif; 
	content: "."; 
	height: 0; 
	visibility: hidden;
}
ul.cssmenu ul li {
	width: 250px; 
	float: left; 
	display: block !important; 
	text-align:left; 
	background:rgba(0,0,0,.8); 
	padding: 0 10px;
}
ul.cssmenu ul ul {
	display: none; position: absolute; top: 0; left: 170px;
}
ul.cssmenu li:hover ul ul,ul.cssmenu li.iehover ul ul {
	display: none;
}
ul.cssmenu li:hover ul,ul.cssmenu ul li:hover ul,ul.cssmenu li.iehover ul,ul.cssmenu ul li.iehover ul {
	display: block;
} 

.content {
	width: 1000px;
	margin: 20px auto;
	min-height: 400px;
	background: rgba(255,255,255,.8);
	padding: 25px;
    display: table;
}
.content a {color: #960018; text-decoration: none;}
.content h1 {font-family: Play; color: #333; padding-bottom:5px; border-bottom:2px #333 solid;}
.footer {width: 100%; background: #000000; color:#fff;}
.footer_center {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: table;
}
.footer_cont {width: 488px; float:left; margin:0;padding:0 0 0 10px; border-left:2px #ccc solid; font-family: Play;}
.footer_cont p {margin:0;line-height: 25px;}
.copy {width:500px; margin:0; padding:0;float:left;}
.copy p {margin:0; font-family: Play;}
.powered {float:left; font-family: Play; height:25px;}
.vkp {float:right; height:25px;}

.linkw {text-decoration:none; color: #ffffff;}
.linkb {text-decoration:none; color: #000000;}
.linkr {text-decoration:none; color: #e51637;}
.linkbl {text-decoration:none; color: #555bea;}
.linky {text-decoration:none; color: #ffcc00;}
.linkw:hover {text-decoration: underline;}

.add_btn {width:1000px; height:30px; text-align: center; font-family: Play; font-size: 20px; color:#fff; line-height:30px; background:linear-gradient(45deg, #ffcc00, #ffba00);}
.add_btn a {color:#fff; text-decoration: none;}
.news_block {width:978px;border:1px #e9e9e9 solid;border-radius:5px;margin-bottom:10px;padding:10px;display:table;position:relative;}
.news_img {position:absolute;top:20px;left:10px;width:100px;height:70px;border-radius:5px;overflow:hidden;}
.news img {}
.news_text {margin-left:110px;min-height:70px;}
.news_text_all a {color: #ff7300;}
.news_text h1 {font-family: Play; color:#115682; font-size:24px; margin:0; padding:0;}
.news_text_all {font-family: Arial;text-align:left;clear:both;font-size: 14px;}
.news_bottom {width:100%;margin-top:5px;border-top:1px #e9e9e9 dashed;padding-top:5px;color:#999999;font-family:Arial;font-size:14px;}

.big_title {font-family: Play; color: #333; padding-bottom:5px; border-bottom:2px #333 solid;}

.map {width:500px; height:400px; border-radius:5px; overflow: hidden; float:left; box-shadow: 25px 25px 50px -15px;}

.forms input {padding:2px; font-family: Play; border-radius:4px; opacity:0.5;}
.forms input:focus {opacity:1;}

#catalog {}
.catalog {}

.brand_name {width:300px; height:25px;}
.brand_name h2 {float:left; font-family: Play; font-size: 25px;color:#960018; padding:0; margin:0; line-height:25px;}
.brand_name p {float:left; font-family: Play; font-size: 20px;padding:0 10px; line-height:25px;margin:0 0 0 10px;background: linear-gradient(45deg, #ffcc00, #ffba00);}

.prn {border: medium none;padding: 10px;background: linear-gradient(45deg, #FC0, #FFBA00) repeat scroll 0% 0% transparent;color: #000;font-family: Play;font-size: 1em;letter-spacing: 1px;text-transform: uppercase;cursor: pointer;display: inline-block;margin: 5px 0px;border-radius: 2px;}
.prn:hover { background: none repeat scroll 0% 0% #A5281B; color: #FFF;}

.box_brand_all {width:980px; margin:0 auto;}
.box_brand {float: left; padding:10px; width:300px;margin:0 10px 10px 0; text-align: center; border-radius:4px; background:url('http://maxkon.ru/images/1741.png'); opacity:0.5;transition:0.5s opacity;}
.box_brand:hover {opacity:1; transition:0.5s opacity;}
.bbl {margin:0 0 10px 0}

.copyes {margin-top: 20px;width:980px; border:1px #cfcfcf dashed; padding:10px; font-family: Play; color:#ccc;}

.catbox {
	margin:10px 0 20px;
	padding:0;
	border:0;
	width:auto;
	height:auto;
	display: table;
}
.catbox .dmb:nth-child(4n) {
	margin-right: 0;
}
.dmb {
	overflow: hidden;
	float: left;
	text-align: center;
	width: 240px;
	height:270px !important;
	border: 2px #cecece solid;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin: 8px 8px 0 0;
}
.dmb img {
	width: 240px;
	height: 162px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	border-bottom: 2px #cecece solid;
}
.dmb p {margin: 0;
	padding: 0;
	font-family: Play;
	font-size: 20px;
	display: table-cell;
	text-align: center;
	width: 220px;
	height: 103px;
	vertical-align: middle;
}



.diller_box {
width: 100%;
background: #333;
text-align: center;
font-size: 14pt;
display:table;
}
.diller_box a {
color: white;
text-decoration: none;
padding: 10px 10px;
display: inline-table;
}
.diller_box a:hover {
color: white;
text-decoration: none;
background: firebrick;
}