@font-face 	{font-family: "Franklin";src: url("fonts/framdcn.eot");}
@font-face 	{font-family: "Franklin";src: url("fonts/framdcn.ttf");}
@font-face 	{font-family: "Helvetica";src: url("HelveticaNeue-CondensedRegular.eot");}
@font-face 	{font-family: "Helvetica";src: url("HelveticaNeue-CondensedRegular.ttf");}


body{
  padding: 0;
  margin 0;
  font-size: 14px;
  font-family: "Helvetica"; 
}
.container{
  max-width: 970px;
}

img{
    max-width:100%;
}


header{
  margin-top: 50px;
}
h1,h2,h3,ul,p{
  padding: 0;
  margin: 0;
}
h1{
 font-size: 40px;
 color: #212529;
 font-stretch: condensed;
 font-weight: regular;
 margin: 10px 0;
}
h2{
  font-size: 32px;
  color: #212529;
  font-stretch: condensed;
  font-weight: regular;
  margin: 10px 0;
}
h3{
  font-size: 20px;
  color: #212529;
  font-stretch: condensed;
  font-weight: regular;
  margin: 10px 0;
}
li{
  
  padding: 0;
}
ul{
  padding: 0;
  margin-left: 15px;
}

ol {
    counter-reset:li; 
    padding:0; 
    list-style:none; 
  }
  ol li {
      position:relative; 
      
      }
  ol li:before {
      content:counter(li)"."; 
      counter-increment:li; 
      font-size: 18px;
      font-family: "Franklin" ,sans-serif;
      font-weight: 500;
      margin-right: 5px;   
    }
/*Таблица*/
table{
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px 10px 0 0;  
  overflow: auto;
  max-width: 100%;
  margin: 0 auto;
}
thead{
  border: none; 
}
tbody{
  border: none; 
}
th{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #212529;
  padding: 25px 0 25px 0;
  border-right: 1px solid #dddddd;
  background-color: #f7f7f7;    
}
td{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #212529; 
  text-align: left;
  padding: 20px 10px 20px 10px;
  border-right: 1px solid #dddddd;
  
}
tr{
  
  border-bottom: 1px solid #dddddd; 
}
thead{
  border-bottom: 1px solid #dddddd;
}
tr:first-child{
  border-top: none; 
}
tr:last-child{
 border-bottom: none;
}
th:last-child, td:last-child{
  border-right: none;
}
/*Таблицы конец*/
a:hover{
  text-decoration: none;
}
.logo{
  color: #000000;
  font-size: 44px;
  text-shadow: 1px 1px 1px #000000;
  cursor: pointer;
  margin-left: 10px;
}
.logo a{
  color: #000;
}
.logo:hover{
  text-decoration: underline;
}
.logo_info{
  font-size: 12px;
  font-weight: 600;
  
}
.logo_info a{
  color: #000;
}
.navigation_wrapper{
  background: #3463B3 url(images/bg_section_menu.png) top repeat-x;
  height: 51px;
  margin: 20px 0;
}
.menu{
  margin-left: 0;
}

.navigation ul li{
  list-style: none;
  display: inline-block;
  padding-top: 13px;
}
.navigation a{
  padding: 15px;
  font-size: 16px;
  color: #A7BFE7;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #2A4569;
}
.navigation a:hover{
  color: #fff;
  transition: 0.5s;  
}
.navigation .menu_active{
  color: #fff;
}
.img{
  max-width: 700px;
  width: 100%;
}
.list{
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  border-radius: 8px;
   
}
.list_wrapper{
  margin-bottom: 20px;  
}

.list_title{
  padding: 5px 0 9px 9px;
  color: #3e3e3e;
  font-size: 15px;
  color: #383838;
  line-height: 1.2;
}
.list_title_wrapper{
  display: flex;
  font-family: "Franklin" ,sans-serif;
  font-size: 18px;
  padding: 10px 0 0 10px;
}
.list_title_img{
  background: url(images/sprites.png) no-repeat  0 6px;
  width: 20px;
  height: 20px;
  padding-right: 20px; 
}
.list li{
  
}
.list a{
  display: block;
  width: 100%;
  padding: 9px;
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
  list-style: none;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.list a:hover::after{
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  top:0;
  left:0;
} 
.list a{
  font-weight: bold;
  color: #3e3e3e;
}
.catalog{
  margin-left: 0;
}
.catalog li{
  list-style: none;
}
.browse{
    padding: 9px 0 15px 15px;
  color: #3e3e3e;
  font-size: 15px;
  color: #383838;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  border-radius: 8px;  
}
.browse__items{
  display: flex;
}
.browse_item img{
  height: 30px;
  width: 20px;
}
.browse_item{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  height: 44px;
  width: 44px;
  margin-right: 5px;
}
 
 .browse_item:hover{
  box-shadow: 0 0 5px rgba(0,0,0,0.2);  
 }
.browse_title{
  display: flex;
  margin: 10px 0 20px 0;
  font-family: "Franklin";
  font-size: 18px;
}
.browse_img{
  width: 20px;
  height: 20px;
  background: url(images/sprites.png) no-repeat  0 8px;
}


/* info */

.info__left_block{
   padding: 15px;
   border: 1px solid #dddddd;
   margin-bottom: 20px;
   background-color: #F7F7F7;
   border-radius: 8px;
}

.info__left_block p{
  line-height: 2; 
}
.info__title{
  font-size: 18px;
  font-family: "Franklin";
  margin-bottom: 20px;
  color: #383838;
  display: flex;
  height: 25px;
  align-items: center;
}
.info__title__img{
  background-image: url(images/sprites.png);
  width: 20px;
  height: 15px;
  margin-top: 3px;
}
.info__phone{
  display: flex;   
  margin-bottom: 5px; 
}
.info__phone div:last-child{
    width: fit-content;
}
.info__phone_img{
  background: url(images/sprites.png) 0 -48px no-repeat;;
  width: 20px;
  height: 20px;  
  margin-top: 14px;  
}
.info__email{
  display: flex;
  height: 25px;
  align-items: center; 
  margin-top: 5px; 
}
.info__email_img{
  background: url(images/sprites.png) 0 -48px no-repeat;;
  width: 20px;
  height: 20px; 
} 
.bold_link{
  font-size: 15px;
  font-weight: 700;
  color: #2f2f2f;
}
.info__left_block p{
  margin-bottom: 7px;
  font-size: 11px;
  color: #2f2f2f; 
}
.info__left_block p:nth-child(3){
  margin-bottom: 0;  
}
.info__left_block a{
  font-size: 15px;
}
.info__left_block span{
  font-size: 11px;
}


.info__right_block ol ul{
  padding-left: 15px;  
}
.info__right_block p{
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 20px;
}
.info__right_img_item img{

}

.info ul[style]{
  margin-left: 0;
}
.info ul[style] li {
    display: inline-block;
    margin: 14px;
}
 
.info ul[style] li:first-child{
 
  margin-left:0;
 }
 
 
  ul[style] li:last-child{
   margin-right:0;
 
 }

.info__right_img_item img{
  width: 210px;
  height: 140px; 
}
.info__right_img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.item1{
  
}
.item2{
  
}
.item3{
  
}

.staff_img{
     /* Для ie */
  min-height: 150px;
  display: block;
  margin: auto; 
}

div.news-list img.preview_picture{  /* обнуление марджинов у картинок */
    margin: 0;
}
.staff__title{
  justify-content: center; 
}
.staff_text{
  text-align: center;
  color: #808080;
  font-size: 14px; 
}

.staff__saw_img{
 background-image: url(images/saw.png);
}
.staff__drill_img{
 background-image: url(images/drill.png); 
}
.staff__roller_img{
 background-image: url(images/roller.png); 
}
.staff__weld_img{
 background-image: url(images/weld.png);   
}
.staff__title{
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.staff__title a{
    color: #2f2f2f;
}
.staff__item{
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ie{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* form */

.form{
  margin-top: 30px;
  margin-bottom: 30px;
}

.form__title{
  font-size: 18px;
  font-family: "Franklin" ,sans-serif;
  text-align: left;
  margin-top: 30px;
  color: #383838;
}
.form_wrapper{
    width: 100%;
    display: flex;
}
.form form{
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.input_block{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form_capcha{
  width: 100px;
  height: 50px;
  background-color: #000;
}
.input_block span{
  padding: 10px 0;
  
}

.form_capcha
{
  margin-bottom: 10px;
}
.capcha_input{
  margin-bottom: 20px;
}
.input_block input,
.input_block textarea {
 border: 1px solid #cccccc;
 border-radius: 3px;
 padding: 4px 6px;
 max-width: 250px;
}
.form__btn{
  border: none;
}

/* products */
.products{
  margin-bottom: 30px;
}
.product_wrapper{
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.products h2{
  
  font-size: 18px;
  font-family: "Franklin" ,sans-serif;
  text-align: left;
}
.products h2 a{
  color: #383838;  
}
.products h2 a:hover{
  text-decoration: underline;
}
.products__item{
  max-width: 220px;
  width: 100%;
  height: 300px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  color: #3463B3;
  font-family: 'Arial' ;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.products__item span{
  margin-top: 10px;
}
.products__item:hover{
  text-decoration: underline;
  color: #000;
}
.products__item img{
  max-width: 100px;
  width: 100%;
  height: 150px;
}
.products__item{
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  text-align: center;
}

/* footer */

.footer_wrapper{
  /*height: 102px;*/
  background: #ECECEC;
  display: flex;
  border-top: 2px solid #DEDEDE;
  align-items: center;
}
.footer__item{
  margin-left: auto;
  font-size: 14px;
}

.footer a {color: #737373;}

.footer__item .map_link{
  margin-right: 100px;
}
.footer__item span:first-child:hover{
  text-decoration: underline;
  cursor: pointer;
}
.footer__item span:last-child{
  margin-right: 30px;
  color: #A7A7A7;
}
.footer__item div{
  display: inline;
}
/* company */

.company__desc{
  text-align: justify;
  margin-bottom: 20px;
}
.company_img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.company_img_item img{
  width: 210px;
  height: 140px; 
}

.company__img4{
  max-width: 600px;
  width: 100%;
  display: block;
  margin: auto;
}

.map iframe{
  max-width: 700px;
  width: 100%;
  height: 400px;
}

.page_title{
  font-size: 20px;
  margin: 5px 0 20px 0;
}

/*Contacts*/

.contacts__title{
  font-size: 20px;
  margin: 5px 0 20px 0;
}
.contact_link{
  font-size: 11px; 
} 
.contacts__desc p{
  margin-bottom: 5px; 
}
.contact__item{
  margin-bottom: 5px;
}
.contact__item a{
  color: #3463B3;
}
.contact__item a:hover{
  text-decoration: underline;
}
.bold_contacts{
  margin-bottom: 5px;
}

.form__title_contacts{
  font-size: 18px;
  font-family: "Franklin" ,sans-serif;
  text-align: left;
  color: #383838;
}

.ff{
  margin-bottom: 20px;
}
.italic_contacts{
  font-style: italic;
  margin-right: 5px;
  font-weight: bold;
}
.bold_contacts{
  font-weight: 700;
}

/* feedback */

.user_name{
  color: #383838;
  font-family: "Franklin" ,sans-serif;
  font-size: 18px;
  margin-bottom: 10px;  
}
.user_comment{
  text-align: justify;
  color: #2f2f2f;
  font-size: 14px;
  margin-bottom: 25px; 
}

/* delivery */

.delivery p{
  margin-top: 20px;
  text-align: justify;
}

.contacts__title{
  font-family: "Franklin"; 
}

.dot{
  margin-right: 10px;
  font-size: 14px;
}

.delivery li{
  text-align: justify;
}

.ff{
}
.forbutton{
  position: relative;
}
.link a{
  font-size: 11px;
  color: #3463B3;
}
.link {
  font-size: 11px;
  color: #3463B3;
}
.link:hover{
  text-decoration: underline;
}

.owl-carousel  button.owl-dot{
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #000;
    margin-right: 20px;
    outline: none;
  
}
.owl-carousel .owl-dots{
    position: absolute;
    bottom: 10px;
    right: 0;  
}
.owl-carousel  button.owl-dot.active{
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
}
.owl-carousel  button.owl-dot.active::after{
 content: "";
 height: 12px;
 width: 12px;
 border: 1px solid #fff;
 position: absolute;
 top: -2px;
 left: -2px;
 border-radius: 50%; 
}


/*  slick */
.slicknav_menu {
	display:none;
  background: #3463B3 url(images/bg_section_menu.png) top repeat-x;
  
}

.list_wrapper .slicknav_menu{
  background-color: #c2c2c2; 
  background-image: none;
}
.list_wrapper .slicknav_brand{
  color: #000;
}
.list_wrapper .slicknav_nav a{
  color: #000;
}


@media screen and (max-width: 940px){
  .list_title_wrapper{
        font-size: 15px;
  }
  .list a {
    font-size: 12px;
  }
  .info__left_block a {
    font-size: 12px;
  }                                             
  .info__right_img img{
    margin-bottom: 10px;
  }
  .company_img_item{
    margin-bottom: 10px; 
  }
  .browse_title, .info__title{
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
	/* #menu is the original menu */
	.navigation_wrapper {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
  .company_img,
  .info__right_img{
    justify-content: space-around;
    
  }
  .company_img_item,
  .info__right_img_item{
    margin-bottom: 20px;
  }
  .logo_info,
  .logo{
    text-align: center;
  }
  .logo{
    margin-left: 0px;
    }
  .logo_info{
    margin-bottom: 20px;
  }
  .list{
    text-align: center;
    display: none;  
  }
  .staff__item{
  }
  .header{
    margin-top: 20px;
  }
  .product_wrapper{
    justify-content: center;
  }
  .list_wrapper .slicknav_btn{
    margin: 9px 12px;
  }
  .form form{
    width: 100%;
  }

  .navigation ul li{
    display: block;
  }
  h1{
    font-size: 28px;
 
  }
  h2{
    font-size: 20px;
   
  }
  h3{
    font-size: 16px;
  }
  p{
    font-size: 12px;
  }
  .info__right_block p{
    font-size: 12px;
  }
}
@media screen and (max-width: 576px){
    .footer__item div{
        display: block;        
    }
    .footer__item{
    display: flex;
    flex-direction: column;
    }
}
@media screen and (max-width: 500px){
    .info__right_img_item img{
    display: block;
    margin: auto;
    }
    .company_img_item img {
    display: block;
    margin: auto;
    }
      ul[style] li {
      display: block;
    }
    .info ul[style] li:first-child {
     margin-left: 14px;
    }
    .info ul[style] li:last-child {
      margin-right: 14px; */
    }
    .navigation ul li{
    display: block;
  }
}

@media screen and (max-width: 450px){
  .footer__item a{
        /*margin-right: 30px;
        margin-left: 30px;*/
  }
  .footer__item {
    font-size: 12px;
  }
  .form__contacts{
    width: 100%;
    }
    .staff__item{
    min-width: 150px;    
  }
    
}

@media screen and (max-width: 360px){
    .logo{
      font-size: 300%;
    }
  .staff{
    justify-content: center;
  }
  .footer__item a{
    /*margin-left: 10px;*/
  }
  .footer__item span:last-child{
    margin-right: 10px;
  }
  .footer__item a{
   /* margin-right: 10px;*/
  }
 
}
