    /*Выпадающее меню*/
    .mainmenubtn {
      margin: 0 -4px 0 0;
      display: inline-block;
      width: 100px;
      height: 100px;
      text-align: center;
      line-height: 100px;
      background-image: url(../assets/img/knopka.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      text-decoration: none;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: white;
      transition: background 0.4s ease;
  }
  .abs{
    position: absolute;
    left: 100px;
  }
  .zbs{
    position: absolute;
    left: 200px;
  }
  
  .mainmenubtn:hover {
    color: black;
    background-image: url(../assets/img/knopka_choice.png);
    background-repeat: no-repeat;
    background-size: cover;
    }

   
  /* .dropdown {
      position: static;
      display: inline-block;
  }
  .dropdown-child {
    position: relative;
      display: none;
      background-color: white;
      //width: 1125px;
      width: 100%;
      height: 350px;
      top: 0;
      left: 0;
      z-index: 42;
  }
  .dropdown-child a {
      color: grey;
      display: block;
      text-decoration: none;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12px;
      font-weight: bold;
  }
  .dropdown:hover .dropdown-child {
      display: block;
  }
  */
  #blockmenu{
    display: grid;
    grid-template-rows: 60px 1fr;
    grid-template-columns: repeat(5, 1fr);
   }
   
  #blockmenu > div {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 30px;
   text-align: left;
  }
  #blockmenu a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px 0;
    text-align: left;
    display: block;
  }
  #blockmenu a:hover {
    color: black;
    text-decoration: underline;
  }
    /*********************/

    #logotype{
      height: 80%;
      margin-top: 0.75em;
      margin-left: 1em;
      float: left;
    }


    .searchform{
      display: block;
      background: white;
      border-radius: 4px;
      height: 30px;
      position: relative;
    }
    .searchform input{
      width: 100%;
      height: 30px;
      position: relative;
      
      border: none;
      outline: none;
      background: transparent;
      margin-left: 5px;
    }

    .searchbtn {
      position: absolute;
      top: 7px;
      right: 0.5em;
      border: none;
      outline: none;
      background: transparent;
      margin-left: 5px;
      height: 20px;
      width: 20px;
      cursor: pointer;
      background-image: url(../images/lupa.png);
      background-repeat: no-repeat;
      background-size: cover;
    }
.nav_line{
  width: 100%;
  margin-left: 2em;
  margin-right: 2em;
  display: grid;
  grid-template-columns: 1fr 60px 60px;
  align-items: center;
  text-align: right;
}
. .nav_line img{
  margin-top: 7px;
}


   /* модальное окно*/ 
    .blockcentr {
      width: 350px;
      height: 500px;
      position: fixed;
      left: 50%;
      margin-left: -150px;
      background: #f7f7f7;
      padding: 20px;
      line-height: 23px;
      z-index: 500;
      top:130px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 12px;
      font-weight: normal;
  }
  .blockcentr h3 {
    text-align: center;
  }

  .blockall {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    background: #000;
    cursor: pointer;
    z-index: 6;
  }

  .feedback {
    width: 274px;
    position: relative;
    top: 10px;
    left: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
  }

  .feedback input {
    width: 100%;
  }
  .feedback textarea {
    width: 100%;
  }

  .feedback button{
    margin-top: 20px;
    width: 125px;
    height: 50px;
    font-weight: bold;
    color: white;
    background-color: #64be00;
    border: none;
  }

#formtext{
  display: block;
  margin-top: 20px;
  width: 120px;
  float: right;
  line-height: 12px;
}

.green {
  background-color: #64be00;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.shapka {
  height: 20px;
  line-height: 20px;
}
.map{
  height: 376px;
}
.contacts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  padding-left: 3em;
  padding-bottom: 3em;
  background-color: black;
  color: white;
}
.contacts h3{

  color: white;
  font-size: 1rem;

}
.callme{
  display: block;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: white;
}
.zakaz{
  width: 8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: grey;
  float: right;
  border-radius: 0.7rem;
  text-align: center; 
}
.zakaz a, a:hover, a:visited{
  color: #fff;
  text-decoration: none;
}

.navlinksbar{
  padding: 2em;
}
.navlinksbar a{
  color: grey;
}
.cont{
  margin: 2em;
}
.product{
  margin: 0 2em 0 2em;
}
#prod_grid{
  margin: 0 2em 2em 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
  grid-gap: 2vw;
  text-align: left;
}
#prod_grid_cat{
  width: 100%;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 200px));
  grid-gap: 1vw;
  font-size: 0.8em;
  text-align: left;
}

#prod_grid_cat a{
  color: #50596c;
}

#prod_grid a{
  text-decoration: none;
}

.lefttext {
  display: block;
  width: 750px;
  float: left;
}
.vertical-text {
  /* Трансформируем текст */
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default{
	position: relative;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	z-index: 0;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	top: 85%;
	left: 5%;
	text-align: left;
	padding: 20px 0;
	z-index: 10;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:20px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
  z-index: 42;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -20px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
  z-index: 55;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}