* {
  box-sizing: border-box;
}

html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inhterit;
}

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;
}


h2,
h3,
{
  font-weight: 300;
  margin: 0 0 2rem 0;
}
p 
{
  margin: 10px 0 10px 0;
}

h2,
h3 {
  line-height: 1.3;
  text-align:center;
}




ul {
    display: block;
    margin:0px;
    padding: 0px;
    list-style: none;
}


.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;
}


.search{
	width:50%;
	padding:20px;
	margin:0 auto;
}



.content{
	min-height:500px;
	padding:5px;
	/*margin-left:2em;*/
}

h1{
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	color: #5b5c5e;
	font-family:Arial,sans-serif;
}

.perforator{
	width:90%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.img_tools{
	display:inline-block;
	float: left;
	width:30%;
	text-align: center;
	padding:0;
}

.img_characteristics_snippet{
	margin:2px;
	display:inline;
	cursor:pointer;
	max-width:70%;
}




.characteristics_snippet{
	float: left;
	width:70%;
	display:inline-block;
    text-align: center;
	height:100%;
	margin-top: 5%; 
}



.characteristics_snippet p{
	color: #5b5c5e; 
	font-family:Arial,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	float: left;
	/*margin:0 auto;*/
}


.popupp_img{
	display:block;
	margin:0 auto;
	width:90%;
	text-align: center;
	padding:10px;
}

.image {
	/*margin:2px;*/
	display:inline;
	cursor:pointer;
	max-height:200px;
	max-width:30%;
	border:2px solid #c1c5cc;
}



.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:fixed ;
	z-index:1;
	height:100%;
	width:100%;
}


.popup_img {
	position: fixed ;
	pointer-events: none;
	/*margin-left:-20%;*/
	margin-top:10%;
	z-index:2;
	max-height:94%;
	max-width:94%;
}



.col1{
	float:right;
	width:25%;
	position:relative;
}

.col2{
	margin:0 25% 0 0;
	position:relative;
}






.table table {
	margin:auto;
	width: 70%; /* ������ ������� */
	background:#c1c5cc; /* ���� ���� ������� */
	color: #5b5c5e; /* ���� ������ */
	font-family:Arial,sans-serif;
	border-spacing: 1px; /* ���������� ����� �������� */
	font-size:1em;
	margin-top:2em;
	margin-bottom:2em;
}

.table table th{
	background:#e1e2e3; /* ���� ���� ����� */
	padding: 5px; /* ���� ������ ������ */
	
}

.table table td{
	background: white; /* ���� ���� ����� */
	padding: 5px; /* ���� ������ ������ */
	/*text-align:center;*/
}


.column2{
	text-align:center;
}

.vidos{
    width:50%;
    margin:0 auto;
}

.video{
    /*width:70%;
    margin:0 auto;*/
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
    margin-bottom:20px;
    
}

.video iframe{
    position:absolute;
    top:10px;
    width:100%;
    height:100%;
}

/*    TOOLTIP    */

.tooltip {
    position: relative;
    display: inline-block;
	float:right;
	margin-right:5px;
	color: #0979ea;
	font-size:1em;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width:400px;
    background-color:white;
    color: #5b5c5e;
    text-align: justify;
    border:1px solid #d4d4d4;
    border-radius: 6px;
    padding: 10px 10px;
	top: 100%;
    left: 50%;
    margin-left: -250px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	
}



/*    END TOOLTIP   */




.other_brands{
font-family: Arial,sans-serif;
width:100%;
text-align:center;
}

.other_brands img{
width:15%;
margin:0 10px 0 10px;
}






.predlozhenie{
	line-height:15px;
	border:1px solid #75a6f4;
	border-radius:4px;
	background:#75a6f4;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #fff;
	padding:10px;
	margin:0 auto;
	/*margin-bottom:15px;*/
	width:70%;
	text-align:center;
}



.nazvanie{
	font-weight:bold;
	font-size:1.4em;
	margin-left:1em;
}



.harakteristiki{
	width:80%;
	margin:0 auto;
	font-size:1em;
	font-family:Arial, sans-serif;
	color: #5b5c5e;
	margin-bottom:2em;
	padding:15px;
	text-align:justify;
}

.harakteristiki p{
	display:inline;
	color: #3b3c3d;
	/*text-decoration:none;*/
	font-weight:bold;
}


.magazin{
	width:90%;
	border:2px solid #c1c5cc;
	height:auto;
	text-align:center;
	margin:0 auto;
}
.sailer a img{
	width:70%;
}

.sailer a{
	font-size:1em;
	font-family:Arial, sans-serif;
	color: #0979ea;
	text-decoration:underline;
}

.sailer a:hover{
	color: #77aafc;
	text-decoration:none;
}


.cena{
	line-height:1em;
	border:1px solid #a51212;
	border-radius:4px;
	background:#a51212;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:40%;
	margin:0 auto;
}

.installment{
	font-family:Arial, sans-serif;
	font-size:.9em;
	color: #5b5c5e;
	margin-top:10px;
}

.perforators_other_brands{
	width:80%;
	margin:0 auto;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color:#5b5c5e;
}

.btn{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}



.col1 img{
	display: inline-block;
    height:auto;
    width:100%;
}



/*Навигатор меню*/
.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;
}

.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;
}

/**
 * Material Modal CSS
 */
 
 
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}



.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 80%;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #f7f7f7;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-img{
	width:100%;
	text-align:center;
}

.modal-img img{
	width:70%;
}



.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
  background: white;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);*/
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: white;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f1f2;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/**
 * Demo specific CSS
 */
.body-modal {
  height: 100vh;
  background: #f0f1f2;
}
.buttons img {
  max-width: 100%;
  margin:0 auto;
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: white;
  /*padding: 3vh 10vw;*/
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
.bold{
	font-weight:bold;
}



@media screen and (max-width:800px){
    .content{
    margin-left:0;
    }
   
.img{
    width:100%;
    }

.header img{
	width:100%;
}


/*������ �������*/

.table{
	width:95%;
	margin:0 auto;
}

.table table {
	font-size:0.7em;
	width:100%;
}
.table table td{
	padding:5px 0 ; 
}


h1{
	font-size:0.7em;
}


/* ����� �������*/

.harakteristiki{
	width:95%;
	margin-left:5px;
	margin-bottom:0;
	line-height:15px;
}


.popup_img {
	margin-left:-30%;
	max-height:70%;
	max-width:70%;
}
.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;
}
.magazin a img{
	width:70%;
}
.magazin{
	border:1px solid #c1c5cc;
}
.vidos{
    	width:95%;
}
.col1{
	float:none;
	width:100%;
	margin-bottom:10px;
}
.col2{
	width:100%;
}

.image {
	border:1px solid #c1c5cc;
}
}

@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%;
}
.cena{
	width:70%;
}
.predlozhenie{
	font-size:0.8em;
}
}

@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;
}
}
@media screen and (min-width:320px) and (max-width:450px){
.image {
	/*margin:2px; */
	max-height:70px;
}
}

@media screen and (min-width:451px) and (max-width:600px){
.image {
	margin:2px; 
	max-height:80px;
}
}

@media screen and (min-width:601px) and (max-width:850px){
.image {
	margin:3px; 
	max-height:130px;
}
}

@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:-17%;
	max-height:90%;
	max-width:90%;
	margin-top:20px;
}
.cena{
	width:70%;
}
}

@media screen and (min-width:1000px) and (max-width:1300px){
.characteristics_snippet p{
	font-size: 1em;
	margin-top:1%;
}
}



@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%;
    }
	.characteristics_snippet p{
	font-size: 0.9em;
	margin-top:3%;
}
}

@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;
}
.popup_img {
	margin-left:-20%;
	margin-top:5%;
	max-height:90%;
	max-width:90%;
}
}

@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;
}
.popup_img {
	margin-left:-28%;
	margin-top:5%;
	max-height:90%;
	max-width:90%;
}
.harakteristiki{
	font-size:0.9em;
}
.predlozhenie{
	font-size:0.8em;
	width:30%;
}
.cena{
	font-size:0.8em;
	padding:7px;
	width:30%;
}
.magazin a{
	font-size:0.8em;
}
.magazin a img{
	width:60%;
}
.magazin{
	width:70%;
}
.table{
	width:80%;
}
}

@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;
}
.popup_img {
	margin-left:-25%;
	margin-top:5%;
	max-height:90%;
	max-width:90%;
}
.harakteristiki{
	font-size:0.9em;
}
.predlozhenie{
	font-size:0.8em;
	width:30%;
}
.cena{
	font-size:0.8em;
	padding:7px;
	width:30%;
}
.magazin a{
	font-size:0.8em;
}
.magazin a img{
	width:60%;
}
.magazin{
	width:60%;
}
.table{
	width:70%;
}
}

@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;
}
.popup_img {
	margin-left:-23%;
	margin-top:5%;
	max-height:90%;
	max-width:90%;
}
.harakteristiki{
	font-size:0.9em;
}
.predlozhenie{
	font-size:0.8em;
	width:30%;
}
.cena{
	font-size:0.8em;
	padding:7px;
	width:30%;
}
.magazin a{
	font-size:0.8em;
}
.magazin a img{
	width:60%;
}
.magazin{
	width:60%;
}
.table{
	width:70%;
}
}

@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;
}
.popup_img {
	margin-left:-23%;
	margin-top:5%;
	max-height:90%;
	max-width:90%;
}
.harakteristiki{
	font-size:0.9em;
}
.predlozhenie{
	font-size:0.8em;
	width:30%;
}
.cena{
	font-size:0.8em;
	padding:7px;
	width:30%;
}
.magazin a{
	font-size:0.8em;
}
.magazin a img{
	width:60%;
}
.magazin{
	width:60%;
}
.table{
	width:70%;
}
}

@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:97%;
	margin-left:5px;
}
.footer-menu a{
	margin-right:3px;
	padding:3px;
}
.popup_img {
	margin-left:-45%;
	max-height:90%;
	max-width:90%;
	margin-top:20px;
}
.harakteristiki{
	font-size:0.7em;
	padding:5px;
}

.harakteristiki p{
	font-size:0.95em;
}


.predlozhenie{
	font-size:0.8em;
	width:50%;
	padding:7px;
}
.cena{
	font-size:0.8em;
	padding:7px;
	width:50%;
}
.magazin a{
	font-size:0.8em;
}
.magazin a img{
	width:60%;
}
.magazin{
	width:80%;
}
.installment{
	font-size:.7em;
}

.modal__dialog {
  max-width:100%;
  padding: 0.5rem;
}

.modal-img img{
	width:100%;
}

.buttons img {
  max-width: 90%;
}

h2{
	font-size:1em;
	margin: 0 0 1rem 0;
}

h3{
	font-size:0.9em;
	margin: 0 0 1em 0;
}
p{
font-size:0.8em;
}
.modal__content {
  padding: 0.5em;
}
.column2{
	width:20%;
}
}

@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;
}
}
@media screen and (min-width:800px) and (max-width:999px){

.characteristics_snippet p{
	margin-top:20px;
}
}
@media screen and (min-width:320px) and (max-width:400px){
.img_perforator{
	margin-top:10px;
}
.footer-menu a{
	margin-right:5px;
	padding:3px;
}
}

@media screen and (min-width:1200px){
.popup_img {
	margin-left:-20%;
	margin-top:1%;
	max-height:95%;
	max-width:95%;
}
}

@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}


@media screen and (min-width:320px) and (max-width:400px){
.tooltip .tooltiptext {
    width:250px;
    margin-left:-200px;

}
}

@media screen and (min-width:401px) and (max-width:500px){
.tooltip .tooltiptext {
    width:300px;
    margin-left:-240px;
}
}

@media screen and (min-width:501px) and (max-width:600px){
.tooltip .tooltiptext {
    width:350px;
    margin-left:-270px;
}
}

@media screen and (min-width:601px) and (max-width:700px){
.tooltip .tooltiptext {
    width:350px;
    margin-left:-270px;
}
}

@media screen and (min-width:701px) and (max-width:800px){
.tooltip .tooltiptext {
    width:400px;
    margin-left:-270px;
}
}



/*
@media screen and (min-width:1200px){
.popup_img {
	margin-left:-20%;
	margin-top:5%;
	max-height:70%;
	max-width:70%;
}
}
*/
