
html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inhterit;
	
}


.img{
    margin:auto;
    width:70%;
    text-align:center;
}

.header img{
	display: inline-block;
    height:auto;
    width: 70%;
}

.header{
	background:#0442a5;
	height:auto;
}

.menu{
font-family: Cuprum, Arial, Helvetica, sans-serif;
width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}




.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content:center;
}
.dws-menu > ul li{
 position: relative;
 border-right: 1px solid #fff;
}
.dws-menu > ul li:first-child{
 border-left: 1px solid #fff;
}
.dws-menu > ul li:last-child{
 border-right: 1px solid #fff;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */

 padding: 15px 10px 15px 10px;
 font-size: 14px;
 color: #fff;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.dws-menu li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
color:#fff;



 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #fff;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color:#434447;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}






.content{
	min-height:500px;
	padding:5px;
}

.search{
	width:50%;
	padding:20px;
	margin:0 auto;
}


.col2{
	width:90%;
	margin:0 auto;
	text-align:center;
}


ol{
    text-align:center;
    padding: 20px;
	margin-top:0;
	margin-bottom:0;
}

ol i{
	color:#0979ea;
}

.breadcrumb{
    display: inline; 
}

.breadcrumb a{
	text-decoration:none;
	font-size:1em;
	color:#0979ea;
	font-family: 'Roboto', sans-serif;
}

h1{
	font-weight:bold;
	font-size:1.4em;
	color: #0f0a12;
	font-family:Arial,sans-serif;
	padding:20px;
	text-transform:uppercase;
	
}

/*Start listing*/

.listing{
    width:60%;
	min-height:auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	margin:20px auto;
	border:1px solid #cacbcc;
	-webkit-box-shadow: 0px 0px 12px 2px #9A9A9B; 
	box-shadow: 0px 0px 12px 2px #9A9A9B;
	padding:10px;
}

.imagem{
    width:100%;
	/*display: block;
	position:relative;*/
	height:auto;
	vertical-align:center;
	text-align:center;
	z-index: 1;
}

.imagem img{
	/*max-height:40%;*/
	max-width:40%;
	height:auto;
	text-align:center;
}

.namem{
	/*display: block;*/
	width:100%;
	height:auto;
	vertical-align:center;
	text-align:center;
}

.namem a{
	text-decoration:underline;
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#0979ea;
	margin-bottom:10px;
}

.namem p{
	font-family:Arial,sans-serif;
	color: #5b5c5e;
	font-size:1em;
}

.namem a:hover{
	text-decoration:none;
}

.cenam{
	/*display: block;*/
	width:100%;
	height:auto;
	vertical-align:center;
	text-align:center;
}

.cenam p{
	font-weight:bold;
	text-align:center;
    line-height:20px;
	border:1px solid #a51212;
	border-radius:4px;
	background:#a51212;
	padding:3px;
	width:80%;
	text-align:center;
	margin:0 auto;
	font-weight:bold;
	font-family:Arial, sans-serif;
	font-size:.95em;
	font-weight:bold;
	color: #fff;
}

.predlozheniem{
	/*display: block;*/
	line-height:20px;
	border:1px solid #75a6f4;
	border-radius:4px;
	background:#75a6f4;
	font-family:Arial, sans-serif;
	font-size:.95em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:80%;
	text-align:center;
	margin:0 auto;
}

.predlozheniem a{
	font-size:.95em;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}


.example_text{
	/*display: block;*/
	line-height:10px;
	border:1px solid #04cf81;
	border-radius:20px;
	background:#04cf81;
	font-family:Arial, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:40%;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	opacity:.7;
}

/*End listing*/




.content table {
	margin:auto;
	width: 60%; /* Ширина таблицы */
	background: white; /* Цвет фона таблицы */
	color: #5b5c5e; /* Цвет текста */
	font-family:Arial,sans-serif;
	border-spacing: 1px; /* Расстояние между ячейками */
	font-size:1em;
}

.content table th{
	background:#adbddd; /* Цвет фона ячеек */
	padding: 5px; /* Поля вокруг текста */
	
}

.content table td{
	background: white; /* Цвет фона ячеек */
	padding: 5px; /* Поля вокруг текста */
	text-align:center;
}

.content table td img{
	width: 80%; 
}
.predlozhenie{
	line-height:20px;
	border:1px solid #75a6f4;
	border-radius:4px;
	background:#75a6f4;
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:60%;
	text-align:center;
	margin:0 auto;
}

.col4{
    width:25%;
}
.col4 img{
	max-height:50%;
	max-width:50%;
}

.col5{
    width:55%;
}

.col5 a{
	text-decoration:underline;
	color: #5b5c5e;
}

.col5 a:hover{
	text-decoration:none;
	color: #77aafc;
}

.col7 a{
    text-decoration:none;
}
.opisanie{
	text-align:left;
	font-size:14px;
}

.nazvanie{
	text-align:center;
}

.nazvanie a{
	text-decoration:underline;
	font-weight:bold;
	font-size:1.2em;
	color:#0979ea;
}

.cena{
	font-weight:bold;
	text-align:center;
    line-height:20px;
	border:1px solid #a51212;
	border-radius:4px;
	background:#a51212;
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:80%;
	text-align:center;
	margin:0 auto;
}

.lines{
    height:2px;
    width:60%;
    background:#5b5c5e;
    border-radius:10px;
	margin:0 auto;
}

/*Навигатор меню*/
.navigator{
	background:#b9d3fa;
	margin-bottom:30px;
	margin-top:30px;
	padding:20px;
}
.navigator-menu{
	width:80%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.name{
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
	color:#0442a5;
	text-align:center;
	font-family: Arial,sans-serif;
	font-size:1.2em;
	font-weight:600;
}

.block-navigator-menu{
	float: left;
	width:30%;
	display:inline-block;
    vertical-align:top;
}

.block-navigator-menu li{
	margin-left: 10px;
	margin-top:1px;
	padding:10px;
	font-family: Arial,sans-serif;
	font-size:1em;
	list-style:none;
}

.block-navigator-menu li a{
	color:#0442a5;
}

/*Конец Навигатор меню*/


/* Меню подвал*/


.footer-menu{
	width:80%;
	height:auto;
	overflow:hidden;
	margin-left:30px;
}

.footer-menu a{
	height:auto;
	margin-right:5px;
	overflow:hidden;
	color:white;
	font-family: Arial,sans-serif;
	padding:5px;
	font-size:1em;
	text-decoration:none;
}

.footer-menu a:hover{
	color:#e6e8eb;
	text-decoration:underline;
	
}

.social_networks{
	width:80%;
	height:auto;
	overflow:hidden;
	margin-left:30px;
}


/* Конец Меню повал*/


.footer{
	line-height:50px;
	background:#0442a5;
}


.copy{
	display:block;
	width:90%;
	text-align:center;
	/*margin:3% 10% 3% 10%;*/
	padding:5px;
}

.copy p{
	margin:0;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size:2em;
	font-weight: bold;
	color:white;
}


i.fa.fa-vk{
	 text-align: left;
	 margin-right:20px;
	 margin-left:10px;
	 color:white;
	 font-size:1.2em;
	 opacity: .5;
}

i.fa.fa-odnoklassniki{
	 text-align: left;
	 margin-right:20px;
	 margin-left:10px;
	 color:white;
	 font-size:1.2em;
	 opacity: .5;
}

i.fa.fa-paper-plane{
	 text-align: left;
	 margin-right:20px;
	 margin-left:10px;
	 color:white;
	 font-size:1.2em;
	 opacity: .5;
}


@media screen and (max-width:800px){
    
.img{
    width:100%;
    }

.header img{
	width:100%;
}


/*Начало таблицы*/
.content table {
	width:90%;
}

.content table td img{
	width:100%;
}

.predlozhenie{
	line-height:15px;
	font-size:1em;
}
.opisanie{
	font-size:0.7em;
}

.nazvanie{
	font-size:0.7em;
}
.lines{
    width:100%;
}
/* Конец таблицы*/









}

@media screen and (max-width:800px){
    .content{
    margin-left:0;
    }
   
.img{
    width:100%;
    }

.header img{
	width:100%;
}


/*������ �������*/

.table{
	margin-left:0.8em;
}

.table table {
	font-size:0.7em;
	width:100%;
}



.predlozhenie{
	font-size:0.7em;
	padding:2px;
}

h1{
	font-size:1em;
}

.nazvanie{
	font-size:0.7em;
}

/* ����� �������*/

.harakteristiki{
	margin-left:0.8em;
	font-size:0.7em;
}

.magazin a{
	font-size:0.7em;
}
.cena{
	font-size:0.6em;
	width:100%;
}

.search{
	width:90%;
	padding:10px;
}
.img_perforator{
	max-width:100%;
}
.characteristics_snippet p{
	margin-top:20px;
	font-size:0.7em;
}

.navigator-menu{
	width:95%;
}
.img_tools{
	width:100%;
}

.characteristics_snippet{
	width:100%;
}
i.fa.fa-vk{
	 margin-right:10px;
}

i.fa.fa-odnoklassniki{
	 margin-right:10px;
}

i.fa.fa-paper-plane{
	margin-right:10px;
}
.listing{
	flex-direction: column;
	/*width:100%;*/
}
.cenam{
	margin-top:10px;
}
.predlozheniem p{
	width:60%;
}
.cenam{
	width:60%;
}
.namem {
	margin-top:10px;
}
.example_text{
	line-height:7px;
	font-size:.7em;
}
}

@media screen and (max-width:1000px){
	.dws-menu > ul li a{
     padding: 10px 5px 10px 5px;
     font-size: 12px;
    } 
}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
}

.popup_img {
	margin-left:-40%;
	max-height:70%;
	max-width:70%;
}
}

@media screen and (max-width:600px){
	.tabl table td img{
	width:130%;
}
}

@media screen and (min-width:320px) and (max-width:800px){
ol{
	padding:10px;
}


.breadcrumb a{
	font-size:0.75em;
}
.predlozhenie{
	font-size:0.6em;
}
}
@media screen and (min-width:320px) and (max-width:450px){
.image {
	margin:2px; 
	max-height:30px;
}
}

@media screen and (min-width:451px) and (max-width:600px){
.image {
	margin:2px; 
	max-height:40px;
}
}

@media screen and (min-width:601px) and (max-width:850px){
.image {
	margin:3px; 
	max-height:60px;
}
}

@media screen and (min-width:800px) and (max-width:950px){
	.dws-menu > ul li a{
 padding: 7px 5px 7px 5px;
 font-size: 11px;
} 
}
@media screen and (min-width:950px) and (max-width:1200px){
	.dws-menu > ul li a{
 padding: 10px 6px 10px 6px;
 font-size: 13px;
} 
}

@media screen and (min-width:1000px) and (max-width:1200px){
.popup_img {
	margin-left:-30%;
	max-height:70%;
	max-width:70%;
}
}

@media screen and (min-width:320px) and (max-width:800px){
.block-navigator-menu li{
	font-size:0.65em;
	padding:5px;
}
.name{
	font-size:0.8em;
}
	
i.fa.fa-vk{
	 margin-right:5px;
	 margin-left:5px;
}

i.fa.fa-odnoklassniki{
	 margin-right:5px;
	 margin-left:5px;
}
}
@media screen and (max-width:800px){
    .img{
    width:100%;
    }

.header img{
	width:100%;
}

}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
    }
}

@media screen and (min-width:1000px) and (max-width:1250px){
	.block-footer-menu{
	width:250px;
}

.block-navigator-menu{
	width:250px;
}
.block-navigator-menu li{
	width:250px;
	font-size:0.8em;
}
.navigator-menu{
	width:84%;
}
}

@media screen and (min-width:800px) and (max-width:1000px){
	.block-footer-menu{
	width:200px;
}

.block-navigator-menu{
	width:200px;
}
.block-navigator-menu li{
	width:200px;
	font-size:0.75em;
}
.navigator-menu{
	width:90%;
}
.copy p{
	font-size:1.7em;
}
.footer{
	line-height:40px;
}
}

@media screen and (min-width:555px) and (max-width:620px){

.block-navigator-menu ul{
	width:135px;
}
.block-navigator-menu{
	width:135px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.copy p{
	font-size:1em;
}
.footer{
	line-height:30px;
}
.characteristics_snippet p{
	font-size:0.9em;
}
.footer-menu a{
	font-size:0.7em;
}
i.fa.fa-vk{
	 font-size:0.8em;
}

i.fa.fa-odnoklassniki{
	 font-size:0.8em;
}

i.fa.fa-paper-plane{
	 font-size:0.8em;
}
.other_brands > ul li a{
 padding: 10px 7px 10px 7px;
 font-size: 10px;
}
.perforators_other_brands{
	font-size: 0.9em;
	padding:8px;
}
.predlozhenie{
	width:80%;
}
.namem p{
	font-size:0.9em;
}
.namem a{
	font-size:0.95em;
}
.example_text{
	width:25%;
}
}

@media screen and (min-width:620px) and (max-width:700px){

.block-navigator-menu ul{
	width:155px;
}
.block-navigator-menu{
	width:155px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.copy p{
	font-size:1.2em;
}
.footer{
	line-height:35px;
}
.characteristics_snippet p{
	font-size:0.9em;
}
.footer-menu a{
	font-size:0.7em;
}
i.fa.fa-vk{
	 font-size:0.8em;
}

i.fa.fa-odnoklassniki{
	 font-size:0.8em;
}

i.fa.fa-paper-plane{
	 font-size:0.8em;
}
.other_brands > ul li a{
 padding: 10px 7px 10px 7px;
 font-size: 10px;
}
.perforators_other_brands{
	font-size: 0.9em;
	padding:9px;
}
.predlozhenie{
	width:70%;
}
.namem p{
	font-size:0.9em;
}
.namem a{
	font-size:0.95em;
}
.cenam{
	width:50%;
}
.predlozheniem p{
	width:50%;
}
.example_text{
	width:25%;
}
}


@media screen and (min-width:700px) and (max-width:750px){

.block-navigator-menu ul{
	width:175px;
}
.block-navigator-menu{
	width:175px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.copy p{
	font-size:1.3em;
}
.footer{
	line-height:35px;
}
.characteristics_snippet p{
	font-size:1em;
}
.footer-menu a{
	font-size:0.8em;
}
i.fa.fa-vk{
	 font-size:1em;
}

i.fa.fa-odnoklassniki{
	 font-size:1em;
}

i.fa.fa-paper-plane{
	 font-size:1em;
}
.other_brands > ul li a{
 padding: 12px 9px 12px 9px;
 font-size: 12px;
}
.perforators_other_brands{
	font-size: 1em;
	padding:11px;
}
.namem p{
	font-size:0.9em;
}
.namem a{
	font-size:0.95em;
}
.cenam{
	width:50%;
}
.predlozheniem p{
	width:50%;
}
.example_text{
	width:20%;
}
}

@media screen and (min-width:750px) and (max-width:800px){

.block-navigator-menu ul{
	width:185px;
}
.block-navigator-menu{
	width:185px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.copy p{
	font-size:1.5em;
}
.footer{
	line-height:40px;
}
.characteristics_snippet p{
	font-size:1em;
}
.footer-menu a{
	font-size:0.8em;
}
i.fa.fa-vk{
	 font-size:1em;
}

i.fa.fa-odnoklassniki{
	 font-size:1em;
}

i.fa.fa-paper-plane{
	 font-size:1em;
}
.other_brands > ul li a{
 padding: 12px 9px 12px 9px;
 font-size: 12px;
}
.perforators_other_brands{
	font-size: 1em;
	padding:11px;
}

.predlozhenie{
	width:70%;
}
.namem p{
	font-size:0.9em;
}
.namem a{
	font-size:0.95em;
}
.cenam{
	width:40%;
}
.predlozheniem p{
	width:40%;
}
.example_text{
	width:20%;
}
}


@media screen and (min-width:320px) and (max-width:555px){

.block-navigator-menu{
	width:100%;
	text-align:center;
}
.block-navigator-menu li{
	margin:0;
}
.block-characteristics-snippet{
	width:100%;
	text-align:center;
}
.copy p{
	font-size:0.8em;
}
.footer{
	line-height:30px;
}
.predlozhenie{
	font-size:0.5em;
}
.characteristics_snippet p{
	font-size:0.8em;
}
.footer-menu a{
	font-size:0.5em;
}
i.fa.fa-vk{
	 font-size:0.7em;
	 margin-right:2em;
}

i.fa.fa-odnoklassniki{
	 font-size:0.7em;
}

i.fa.fa-paper-plane{
	 font-size:0.7em;
	 margin-right:2em;
}

.other_brands > ul li a{
 padding: 7px 5px 7px 5px;
 font-size: 8px;
}
.perforators_other_brands{
	font-size: 0.8em;
	padding:8px;
}
.footer-menu{
	width:90%;
	margin-left:5px;
}
.footer-menu a{
	margin-right:3px;
	padding:3px;
}
.col4 img{
	max-height:80%;
	max-width:80%;
}
.predlozhenie{
	width:100%;
}


.listing{
	flex-direction: column;
	width:92%;
	/*margin-left:0;
	margin-right:0;*/
}

.imagem{
	width:95%;
	margin-bottom:10px;
}
.imagem img{
	max-height:25%;
	max-width:25%;
}
.namem{
	width:95%;
}
.namem p{
	font-size:0.8em;
}
.namem a{
	font-size:0.9em;
}

.cenam{
	width:95%;
	margin-top:10px;
}
.predlozheniem{
	width:60%;
	font-size:0.8em;
}
.cenam p{
	width:60%;
	font-size:0.8em;
}
}

@media screen and (min-width:1150px) and (max-width:1300px){

.characteristics_snippet p{
	margin-top:50px;
}
}

@media screen and (min-width:1000px) and (max-width:1149px){

.characteristics_snippet p{
	margin-top:40px;
}
.cena{
	font-size:0.9em
}
.content table{
	width:80%;
}
.lines{
	width:80%;
}
}
@media screen and (min-width:800px) and (max-width:999px){

.characteristics_snippet p{
	margin-top:20px;
}
.cena{
	font-size:0.9em
}
.content table{
	width:80%;
}
.lines{
	width:80%;
}
}
@media screen and (min-width:320px) and (max-width:400px){
.img_perforator{
	margin-top:10px;
}
}

@media screen and (min-width:1300px) and (max-width:1400px){
.listing{
	width:65%;
}
}

@media screen and (min-width:1200px) and (max-width:1300px){
.listing{
	width:70%;
}
}

@media screen and (min-width:1100px) and (max-width:1200px){
.listing{
	width:75%;
}
}

@media screen and (min-width:1000px) and (max-width:1100px){
.listing{
	width:80%;
}
}

@media screen and (min-width:900px) and (max-width:1000px){
.listing{
	width:85%;
}
}

@media screen and (min-width:800px) and (max-width:900px){
.listing{
	width:90%;
}
}

@media screen and (min-width:400px) and (max-width:555px){
.example_text{
	width:25%;
}
}
@media screen and (min-width:555px) and (max-width:620px){
.imagem img{
	max-height:25%;
	max-width:25%;
}
}

@media screen and (min-width:620px) and (max-width:800px){
.imagem img{
	max-height:20%;
	max-width:20%;
}
}







