.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
#tablo{
	
	   display:block;
    width: 253px;
    height: 180px;
    position: absolute;
    top: 226px;
    z-index: 1004;
  padding: 0px 15px;
    margin-left: 50%;
    margin-bottom: 40%;
	color:#757575;
}
#tablo9{
	
	   display:block;
        width: 223px;
    height: 40px;
    
	
}

#select991{
	
font-size:14px;
float:left;
}

#price991{
	
font-size:14px;
float:left;
}

#my_select99{
	
border-radius:6px;	
font-size:15px;
margin-left:10px;
float:right;
}

.str1{
	vertical-align:bottom;
	line-height: 25px;
	font-stretch: condensed;
}
.korz{
	margin-left: 50px;
	    margin-top: 10px;
font-size:14px;
float:left;
}


#price99{
font-size:15px;	
font-weight:700!important;
   	
	float:right;
}

#tablo2{
	  background-color: #fff;
    
    position: absolute;
    top: 226px;
    z-index: 1002;
    opacity: 0.8;
    margin-left: 50%;
    margin-bottom: 40%;
   width: 250px;
    height: 190px;
	
}
#tablo3{
	         position: absolute;
    top: 150px;
    z-index: 1000;
  
    margin-left: 50%;
}

#prev-btn2 {
    left: 10px;
    display: none;
}



#next-btn2 {
    right: 13px;
	
}
#prev-btn2, #next-btn2 {
	
    position: absolute;
 
	opacity:0.5;
    border-radius: 50%;
 
    top: calc(-11% - 25px);
	 z-index: 100;
}

#prev-btn2:hover, #next-btn2:hover {
    cursor: pointer;
}


#dver{
	  
        display: block;
    width: 255px;
    top: 239px;
    position: absolute;
    margin-left: 50.2%;
}
#submitinput button, html [type='button'], [type='reset'], [type='submit'] {
	background-color: red;
	color:#fff;
	/*border-radius:6px;*/
	    font: 15px Open Sans, sans-serif!important;
		font-weight:400!important;
		/*padding:10px 25px;*/
		padding:5px 5px;
}

.popup {
	
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 0px;
	width:95%;
	height:100%;
	position: fixed;
	text-align: justify;
	top: 50%;
	visibility: hidden;
	z-index: 999;
transform: none !important;
    top: 0px;
    left: 20px;
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup .close_window {
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: 0px;
	right: -1px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', sans-serif;
	background:  red;
	background-color: red;
	border: 1px solid red;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.popup .close_window:hover {
	background: #ea2626;
	background-color: #ea2626;
	border: 1px solid #ea2626;
}
.popup .close_window:active {
	background: red;
}

.close_x {
	text-align:center;
	   margin: -5px;
}

.popup img {
    width: 100%;
    height: 100%;
}
.slide  img {
    width: 100%;
    height: 100%;
}

#block-for-slider {
    width: 100%;
    margin: 0 auto;
   height: 100%;
}

#viewport {
	 height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
}
#viewport2 {
	
	 background-size: 20% 45%;
	    top: 4%;
    height: 90%;
    width: 90%;
    position: fixed;
    text-align: center;
    z-index: -1000;
}


#slidewrapper {
	 height: 100%;
    position: relative;
    width: calc(100% * 8);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
}

#slidewrapper, #slidewrapper ul, #slidewrapper li {
    margin: 0;
    padding: 0;
	 height: 100%;
}

.slide {
    width: calc(100%/8);
    list-style: none;
    display: inline;
    float: left;
}

.slide-img {
    width: 100%;
}

#prev-btn, #next-btn {
	font-size:36px;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
	opacity:0.5;
    border-radius: 50%;
    top: calc(50% - 25px);
}

#prev-btn:hover, #next-btn:hover {
    cursor: pointer;
}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

#nav-btns {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
	z-index: 1001;
	    top: -77px;
		    left: 1px;
}

.slide-nav-btn {
	    border: 1px double #e81313;
    position: relative;
    display: inline-block;
    list-style: none;
    width: 25px;
    height: 50px;
    background-color: #fff;
-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
    margin: 3px;
}

.slide-nav-btn:hover {
    cursor: pointer;
}
.kart {   display:none;  
   width: 19%;
    height: 82%;
    z-index: 1000;
    position: fixed;
    left: 22.37%;
    top: 14.2%;
	opacity': 1; 
	'visibility': 'visible';
}
.kart img{ width: 100%;
	    
    height: 100%;
}


/*всплывающее окно скидка*/

.skidkaf{
	display:inline-block;
	    text-align: center;
	z-index:100;
	 width: 100%;
	   overflow:hidden;
    position:fixed; 
    height: 100%;
	background:#000000a1;

}
.skidka{
	display:inline-block;
	margin: -150px 0 0 -150px;
	text-align: center;
	background:#fff;
		padding:20px;
		   position: absolute;
    top: 50%;
    left: 50%;
	    width: 410px;
		    margin: -55px 0 0 -210px;
}

.skidkaz{
	display:inline-block;
	margin-top:20px;
	text-align: center;
	background:#ff0000;
		 border-bottom: 3px solid #b80000;
		     padding: 2px;
    color: #fff;
    width: 100px;
}

.skidkaz :hover{
	
	
		
	cursor:pointer;
}

/*вакансии*/
.modalBtn2 {
  
    border-bottom: 1px solid #27101087;
    color: #27101087;
    text-transform: uppercase;
text-decoration: none;}

/* кнопка оформить заказ*/

.cart-checkout__btn2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    width: 80%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
background: #ff0000;}

.cart-checkout__btn2:hover {

    color: #ffffff;
background: #f73433}

/* представление для оптовых клиетов*/
.e102 {display:block;
border: 1px solid #bebebe;
    
  
}
.e1{
display:inline-block; 
width:7%;
text-align:center;
 vertical-align: middle;
}
.e2{
display:inline-block; 
width:10%;
text-align:center;
 vertical-align: middle;
}

.e2 img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 } 
.e2 img:hover{
 -webkit-transform: scale(2.0);
 -moz-transform: scale(2.0);
 -o-transform: scale(2.0);
 }
 
 
.e3{
display:inline-block; 
width:45%;
text-align:center;
 vertical-align: middle;
}
.e3 a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   } 
   
 .e102:hover{  

 border: 1px solid  #fbd100;
 }
 
 
.e4{
display:inline-block; 
width:40%;
text-align:center;
 vertical-align: middle;
}
.e5{
display:inline-block; 
width:30%;
text-align:center;
 vertical-align: middle;
}
.e6{
display:inline-block; 
width:20%;
text-align:center;
 vertical-align: middle;
}
.e51{text-size:8px;}

/*кнопка в контакте*/
 img#buton_AJAX2 {
	width:100px;
	margin-left:15px;
	    vertical-align: middle;
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 } 
img#buton_AJAX2:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 	cursor: pointer;
 }


