﻿/*$font-family-base: "OpenSans", sans-serif !default;*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* f($xs: 1, $sm: 1/2, $md: 1/4, $lg: 1/8) */
/*------FONTS====*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700&subset=cyrillic);

/*------END FONTS====*/
/*------NORMALIZE====*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------END NORMALIZE====*/
/*------BASE====*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


button {
  border: none;
  outline: none;
}

img {
  vertical-align: middle;
}

img[align=left] {
  float: left;
  margin: 0 25px 25px 0;
}

img[align=right] {
  float: right;
  margin: 0 0 25px 25px;
}

textarea {
  resize: vertical;
}

.clearfix:before, .wrapper:before, .greeting:before, .benefits_row:before, .contacts:before, .form_row:before, .clearfix:after, .wrapper:after, .greeting:after, .benefits_row:after, .contacts:after, .form_row:after {
  content: " ";
  display: table;
}
.clearfix:after, .wrapper:after, .greeting:after, .benefits_row:after, .contacts:after, .form_row:after {
  clear: both;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none
  transition: all 0.4s ease 0s;
/*
  &:hover {
    text-decoration: underline;
  }*/
}

p {
  margin: 0 0 25px;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}

.blue {
  color: #0099cc !important;
}

.bold {
  font-weight: bold;
}

.s18 {
  font-size: 18px !important;
}

/*.clear {
  clear: both !important;
}

.mtno {
  margin-top: 0 !important;
}*/
/*------END BASE====*/
/*------LAYOUT====*/
.wrapper {
  margin: 0 auto;
  width: 1048px;
  position: relative;
  padding: 37px 35px 0 35px;
  background-color: #fff;
}

/*------END LAYOUT====*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: left;
  color: #000;
  min-width: 1048px;
  background:url(../img/back.jpg) repeat -80px -5px #E8E8E8;
}

.index p {
  margin: 0;
}

.pluso-more {
  display: none !important;
}

.big-wrapper {
  width:1048px;
  margin: 0 auto;
  background-color: #fff;
padding: 0 35px 15px 35px;
}

.header {
  margin-bottom:17px;
}

.right-header {
  float: right;
  width:763px;
}

a {
  color: #c00;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
 /* text-decoration: underline;*/
}


.logo-link {
  margin-top: 19px;
  display: inline-block;
}

.header-telephone, .header-mail {
  display: inline-block;
  height:14px;
  margin:24px 0 0 0;
  background-position:0 0;
}

.header-mail:hover {
  background-position:0 -14px;
  text-decoration:none;
}


.header-telephone:hover, .header-mail:hover {
  background-position:0 0;
}

.header-mail {
  background: url(../img/headmail.png) no-repeat;
  text-indent: 35px;
  line-height: 14px;
  font-size: 14px;
}

.header-telephone {
  background: url(../img/headphone.png) no-repeat;
background-position:0 -14px;
  text-indent: 28px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin:24px 24px 0 13px; 
}

.topmenulink {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin:0 10px 0 16px;
}

.topmenulink:hover {color:#c00;}

.language , .poisk {float:right;}
.poisk {width:150px; margin:19px 0 0 50px;}
.poisk fieldset {margin:0; padding:0; border:none;}
.poisk #ajaxSearch_input {
  background: #f4f4f4;
  float: left;
  width: 122px;
  height: 25px;
  border: 1px solid #e2e2e2;
  text-align: center;
  color: #333;
  font-style: italic;
  font-size: 11px;
}
.poisk #ajaxSearch_submit {float:right; width:25px; height:25px; border:none; cursor:pointer;
  background:#c00 url(../img/headsearch.png) no-repeat 7px 9px;
  }

.language {
  width: 63px;
  margin: 25px 0 0 0;
  height: 15px;
  color: #000;
  line-height: 15px;
  text-align: left;
  padding: 0 0 0 22px;
  background: url(../img/headlang.png) no-repeat;
  background-position: 0 0;
  font-weight: 600;
  
}
.language i {
  background: url(../img/headstrel.png) no-repeat;
  background-position: 0 0;
  float: right;
  width: 8px;
  margin: 2px 0 0 4px;
  height: 12px;
}
.language:hover {background-position:0 -15px; text-decoration:none;}
.language:hover i {background-position:0 -12px;}
.nav {
clear: both;
display: inline-block;
border-top:1px solid #eaeaea;
width:101%;
margin:19px 0 0 0;
padding:27px 0 0 0;
 position: relative;
}

.nav > ul > li {border: 1px solid #ffffff;
    float: left;
    padding: 7px 0;
 //position: relative;
 }
.nav > ul > li:hover{
	border-radius: 5px 5px 0 0;
	border: 1px solid #d3d3d3;
    
 } 
.nav > ul > li:last-child {float: left;}

.nav > ul > li:last-child:hover {border: 1px solid #ffffff;}

.nav > ul > li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 17px;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  margin: 0 0 0 9px;
  position: relative;
  border: none;
  background: none;
  overflow: visible;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}

.nav > ul > li a::after {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;*/
}

/* Ivana */
.nav > ul > li a::before {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;*/
}

.nav > ul > li a::before,
.nav > ul > li a::after {
	//box-shadow: 0 0 0 2px rgba(225,0,0,0.5);
}

.nav > ul > li a:hover::before {
	//-webkit-animation: anim-effect-ivana-1 0.5s forwards;
	//animation: anim-effect-ivana-1 0.5s forwards;
}

.nav > ul > li a:hover::after {
//	-webkit-animation: anim-effect-ivana-2 0.5s forwards;
	//animation: anim-effect-ivana-2 0.5s forwards;
}

/*.nav > ul > li ul {
    visibility: hidden;
	display: block;
    position: absolute;
    left: 0px;
    z-index: 1;
    margin-top: -1px;
    min-width: 250px;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 5px 20px;
    height: auto;
	  -webkit-transition: all 0.4s;
  transition: all 0.4s;
	opacity:0;
	    top:999px;
}*/
.nav .submenu {
    width: 789px;
	display: none;
    left: -20px;
    margin-top: -1px;
    position: absolute;
    z-index: 2;
	top:76px;
    
}
.nav .submenuin {
   background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 2px 2px 2px #eee;
    height: auto;
    padding: 35px 35px 20px 52px;
    width: auto;
	
}
.summary{
	float: left;
    width: 200px;
	
}
.details {
	float: left;
    padding-left: 30px;
    width: 493px; 
	height: auto;
}
.details .column {
	float: left;
    width: 228px;
	
}
.logimg {
	  background: rgba(0, 0, 0, 0) url("../img/logimg.jpg") no-repeat scroll 0 0;
    height: 32px;
    margin: 0 0 5px;
}
.logtext {
	 color: #333;
    font-size: 14px;
}
.pa {
	float: left;
    height: 7px;
    position: relative;
    width: 100%;
	margin: 0;
	opacity:0;
}
.pa span{
	bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
	background: #ffffff none repeat scroll 0 0;
}
ul li ul .pa, ul li ul .submenu {
	 display: none !important;
}
.nav .submenuin::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.active .submenu {
	//display: block!important;
}
.nav > ul > li:hover .submenu {display: block;}
.nav > ul > li:hover .pa {opacity:1;}

.nav > ul > li:last-child:hover .pa {opacity:0;}

/*
.nav > ul > li:hover > a {
    border-top: 1px solid #d3d3d3;
    border-radius: 0;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    z-index: 3;
    background: #fff;
}
*/
.nav > ul > li ul li {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    float: left;
}

.nav > ul > li ul li a {
    position: static;
    margin: 0;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    color: #333;
    background: url(../img/subnav-arrow.gif) no-repeat 2px 12px;
    float: left;
    width: 100%;
    text-align: left;
}

@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


.nav ul li a:hover {/*background:#ececec; */ color:#c00;}


.nav > ul > li:first-child > a {
padding: 0;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background-image:url(../img/menuhome.png);
  background-repeat:no-repeat;
  background-position:9px 11px;
  margin:0;
    font-size: 1px;
  color: #c00;
}
.nav > ul > li:first-child > a:hover {//background-position:9px -12px; }

.nav > ul > li:first-child:hover {border:none; }
.nav > ul > li:first-child:hover .submenu{display:none!important; }
.nav > ul > li:first-child {border:none; }

.nav > ul > li:last-child > a {
  background: #c00;
  color: #fff;
  margin:0;
  padding: 0 17px;
}

.nav > ul > li.active > a {//background-color:#ececec;}


.slider {
width:100%;
display:inline-blok;
height:343px;
background:#f8f8f8;
}

.slidleft {
 //background: rgba(0, 0, 0, 0) url("../img/slide1.jpg") no-repeat scroll left top;
    float: left;
    height: 343px;
    overflow: hidden;
    position: relative;
    width: 685px;
}


.slidbutton {
  background: #ffcc33 url("../img/slidesoob.jpg") no-repeat scroll left top;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    height: 45px;
    line-height: 45px;
    margin: 298px 0 0;
    padding: 0 0 0 48px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 297px;
}

.slidbutton:hover {text-decoration: none;}

.slidright {float:right; width:293px;}
.slidright h3 {
  background: url(../img/slidetitl.jpg) no-repeat center center;
  width: 100%;
  height: 124px;
  text-align: left;
  padding:20px 10px 20px 30px;
  color: #fff;
  font-weight:900;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 29px;
  letter-spacing: 1.05px;
}
.slidright p {
	 background: #f8f8f8 url("../img/tr_03.png") no-repeat scroll right bottom;
	
  padding: 20px 30px;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0;
  height: 219px;
}
.slidright p a {color:#c00;}



.productsglav {
  width: 100%;
  padding: 15px 0 18px 0;
  display: inline-block;
	margin:50px 0 0 0;/**/
}

.productsglav > img {
  width: 231px;
  float: right;
}


/**/


.productsglav ul li {
  float: left;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-weight:900;
  line-height: 45px;
	
	
	width: 230px;
    margin: 0 16px 27px 0;
    background: url(../img/lupa.png) 205px 0px no-repeat;

	  position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.productsglav ul li img {
  float: left;
  padding: 0 13px 0 0;
}

.productsglav ul li:hover {background:#D70000 url(../img/lupa.png) 205px -50px no-repeat; color:#fff; z-index: 1;}



.productsglav ul li > div {
	position: absolute;
	/*
	width: 100%;
	height: 100%;
	*/
	width: 295px;
  height: 117px;
	background-position: center center;
	background:#fff;
	visibility: hidden;
	z-index: 100;
	box-shadow:inset 2px 1px 4px rgba(0,0,0,0.1);
	top: 0;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	-webkit-transition: all 120ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 0ms;
	-moz-transition: all 120ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 0ms;
	-o-transition: all 120ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 0ms;
	transition: all 120ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 0ms;
}


.productsglav ul li:hover > div {
	box-shadow: 
		inset 0 0 5px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(0,0,0,0.3);
  visibility: visible;
	background:#fff;
	color:#000;
	  width: 295px;
  height: 117px;
    top: 45px;

    -webkit-transform: rotateX(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 400ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 400ms;
  -moz-transition: all 400ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 400ms;
  -o-transition: all 400ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 400ms;
  transition: all 400ms cubic-bezier(0.61, 0.13, 0.35, 0.92) 400ms;
}


.productsglav ul li > div img {width:93px; height:93px; border:1px solid #f5f5f5; padding:0; margin:0 20px 0 0;}
.productsglav ul li > div p {
    float: left;
    font-size: 12px;
    text-transform: none;
    color: #000;
    line-height:13px;
    font-weight:200;
    width: 157px;
    margin: 0;
}

.productsglav ul li > div a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    background-color: #f7f7f7;
    text-transform: none;
    width: 80px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #ededed;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 123px;
}


/**/


.prodglav {
  width: 745px;
  display: inline-block;
}

.prodglav a img {
  float: left;
  padding: 0 13px 0 0;
}

.prodglav a {
    float: left;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    line-height: 45px;
    width: 100%;
}

.prodglav li:hover > a {color:#fff; /*background: url(../img/lupa.png) bottom right no-repeat;*/}


.clear {
  clear: both;
}

.glnews {
  width: 1048px;
  margin: 0 0 0 -35px;
  padding: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #eee inset;
    display: inline-block;
}

.glnews > img {float:left; width:231px;}

.glnews ul {
  float: right;
  width: 730px;
  list-style: none;
}
.glnews ul li {
  float: left;
  width: 231px;
  margin:0;
  list-style: none;
}
.glnews ul li:last-child {float:right;}
.glnews ul li:first-child {margin: 0 19px 0 0;}
.glnews ul li h4 {
  margin: 0;
  width: 100%;
  padding: 0 0 6px 0;
}
.glnews ul li h4 > a {
  font-size: 14px;
  color: #000;
  /*text-transform: uppercase;*/
  font-weight: bold;
  line-height: 16px;
}

.glnews ul li > a {
  width: 231px;
  height: 134px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
  display: inline-block;
}

.glnews ul li > a > img {
width: 100%;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.glnews ul li > a:hover > img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}


.glnews ul li > a > span {
  width: 45px;
  height: 54px;
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  background: url(../img/slidetitl.jpg) no-repeat #D70000 -32px 0;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding:0;
}

.glnews ul li > a > span i {
  clear: both;
  text-align: center;
  font-size: 12px;
  float: left;
  width: 100%;
  font-style: normal;
  margin: -6px 0 0 0;
  font-weight: 200;
}

.glnews ul li p {
  font-size: 12px;
  font-weight: 200;
  color: #333;
  padding: 6px 0 25px 0;
  display: inline-block;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0;
  position: relative;
}

.glnews ul li p a#readall {
  background: url(../img/readal.jpg) no-repeat top right;
  height: 19px;
  display: inline-block;
  text-align: right;
  padding: 0 28px 0 0;
  line-height: 19px;
  font-size: 12px;
  font-style: italic;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
}

.glnews ul li p a#readall:hover {
  text-decoration: underline;
}


.newssingle {width:735px; float:left; padding: 0 0 50px 0;}
.newssingle h2 {
	  font-size: 30px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 500;
  padding: 0 0 10px 0;
}

.newssingle p {
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 400;
  padding: 0;
  margin: 15px 0 0 0;
 /* text-indent: 12px;*/
}


.newssingle img {float:center; padding:30px 0;}

.newstrio {width:205px; float:right;}

.newstrio ul {
  float: left;
  width: 100%;
}

.newstrio ul li {
  float: left;
  width: 100%;
	margin:0 0 32px 0;
	padding:0 0 17px 0;
	border-bottom:1px solid #ccc;
}

.newstrio ul li h4 {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
}


.newstrio ul li h4 a {
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  width: 100%;
  float: left;
}

.newstrio ul li > a {
  float: left;
}

.newstrio ul li a img {width:100%;}

.newstrio ul li a span {
  float: left;
  width: 100%;
  padding: 15px 0 25px 0;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 700;
}

.newstrio ul li p {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 25px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}


.newstrio ul li p a#readall {
  background: url(../img/readal.jpg) no-repeat top right;
  height: 19px;
  display: inline-block;
  text-align: right;
  padding: 0 28px 0 0;
  line-height: 19px;
  font-size: 12px;
  font-style: italic;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
}

.newstrio ul li p a#readall:hover {
  text-decoration: underline;
}

.newstrio a#spisnews {
  background: #cc0000 url(../img/spisnews.png) no-repeat top left;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 0 0 30px;
  display: block;
  float: right;
  clear: both;
  width: 170px;
}

.newstrio a#spisnews:hover { background:#e00000 url(../img/spisnews.png) no-repeat top left;}


.allnews {width:735px; float:left; padding: 0 0 50px 0;}
.allnews ul {
  float: left;
  width: 100%;
}


.allnews ul li {
  float: left;
  width: 214px;
  margin: 0 45px 35px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #c00;
}

.allnews ul li:nth-child(3n) {margin:0;}
.allnews ul li h4 {
  float: left;
  width: 100%;
  padding: 0 0 25px 0;
}

.allnews ul li h4 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
float: left;
  width: 100%;
}
.allnews ul li h4 a:hover {color:#c00;}

.allnews ul li > a, .allnews ul li > a > img {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.allnews ul li a span {
  float: left;
  width: 100%;
  padding: 15px 0 25px 0;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: 700;
}

.allnews ul li p {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 25px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}




.glmartsegod {
  display: inline-block;
  width: 100%;
  padding: 52px 0;
}

.glmartsegod h5 {
  background: url(../img/martsegfon.png) no-repeat center center;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0;
  text-transform: uppercase;
}

.glmartsegod p {
  width: 163px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  text-align: center;
}

.glmartsegod p img {}

.glmartsegod p span {
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
  font-weight: 400;
	line-height: 15px;
}


.cloude {height:215px; width:100%; position:relative; display: inline-block;float:left;}
.cloude iframe {border:0;width:100%;height:194px;float:left;}
.cloude p {
  font-size: 24px;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  background: url(../img/cloudmed.png) no-repeat bottom center;
  margin: -194px 0 0 0;
  z-index: 2;
  position: relative;
  line-height: 45px;
  height: 215px;
  padding: 20px 0 0 0;
  text-shadow:1px 1px 3px #999;
}




.glokomp {
background: url(../img/footlogo.png) no-repeat bottom left;
  display: inline-block;
  width: 100%;
  padding:35px 0 0 200px;
  font-size: 12px;
  margin:0 0 45px 0;
}

.glokomp strong {}
.glokomp p {
  margin: 20px 0 0 0;
}

.footer {
  position: relative;
  width: 100%;
  min-width: 980px;
}

.foot-wrapper {
  margin: 0 auto;
  width: 1048px;
  position: relative;
  padding:0 35px 15px 35px;
  background-color: #fff;
}

.bootcl {float:left; width:100%; height:1px; margin:0 0 15px 0; background:#ccc;}

.copyright {width:248px; float: left;}
.copyright p {  margin: 0 0 10px 0;}
.copyright a {  color: #930000;}
.copyright a:hover {text-decoration: underline;}

.botcntr {float:left; width:560px;}
.botcntr a#footlink{
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin: 0 45px 10px 0;
  float: left;
}

.botcntr > a#footlink:nth-child(3) {margin: 0 0 10px 0;}

.botcntr a#footlink:hover {color:#c00;}
.footsocial {
  float: left;
  height: 24px;
  margin: 10px 0 0 0;
  width: 360px;
}

.footsocial a {
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}

.footsocial a:hover {background-position: 0 -24px;}

.footsocial a#socvk{background-image: url(../img/socvk.jpg);}
.footsocial a#socf{background-image: url(../img/socf.jpg);}
.footsocial a#socy{background-image: url(../img/socy.jpg);}
.footsocial a#socok{background-image: url(../img/socok.jpg);}

p.footcol {float: left;}

p.footcol a {
  background: url(../img/footphone.png) no-repeat bottom left;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0 0 23px;
  color: #000;
  line-height: 15px;
  float: left;
}

.dlilb {
  float: right;
  text-align: right;
  margin: 0;
  text-transform: lowercase;
}

.dlilb  a {color:#c00;}
.dlilb  a:hover {text-decoration: underline;}

.go-top-button {
 /* background-color:#fff;*/
  bottom: 100px;
  cursor: pointer;
  height: 38px;
  padding: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  width:38px;
  display: none;
}

.rightbloc {
    float: right;
    width: 205px;
}

.registor_uppercase {
	text-transform: uppercase;
}

.btn_red {
  color: #ffffff;
  background: #cc0000;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  width: 154px;
  height: 34px;
  text-align: center;
}

.btn_red:hover {
  background: #9e0202;
  text-decoration: none;
}

#red_box1 {
	width: 101px;
	height: 26px;
	background-color: #cc0000;
	text-align: center;
	color: white;
	line-height: 24px;
}

#red_box2 {
	width: 101px;
	height: 26px;
	background-color: #cc0000;
	text-align: center;
	color: white;
    margin-top: 225px;
    line-height: 24px;
}

#triangle_red_box{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cc0000;
	margin-left: 20px;
}

#img_left20 {
	float: left; 
	border-right: 20px solid white;
}

#conteiner_redbox {
	float: left; 
	width: 300px;
}

#icon_left {
	border-left: 9px solid white; 
	border-right: 23px solid white; 
	float: left;
}

#img_100 {
	width: 100%;
}

#display_f {
	display: flex;
}

#m_auto {
	margin: auto;
}

#gray_p {
	background-color: #d3d3d3;
	padding: 20px;
	margin-top: 65px;
}

#bg_g {
    background-color: #f7f7f7;
    margin-top: 65px;
    padding: 25px;
}

#img_left2 {
	border-bottom: 9px solid white; 
	border-left: 9px solid white; 
	border-right: 23px solid white; 
	float: left; 
	padding: 0;
}

#img_left3 {
	border-bottom: 44px solid white; 
	border-left: 9px solid white; 
	border-right: 23px solid white; 
	float: left; 
	padding: 0;
}

#img_mtop {
	margin: auto;
	margin-top: 120px;
}

#mtop {
	margin-top: 300px;
}

#img_mtop2 {
	margin: auto;
	margin-top: 390px;
}

#img_left4 {
	float: left; 
	margin-right: 5px;
}

#bg_wrapper {
	background-image:url([*images*]); 
	background-position: 35px 180px; 
	background-repeat: no-repeat;
}

#icon_li {
	float: left; 
	border-right: 5px solid white;
}

ul.hr {
    margin: 0;
    padding: 4px;
}
ul.hr li {
    display: inline;
    margin-right: 5px;
    border: 1px solid #000;
    padding: 3px;
}
 
.icontehno {float: left;
    width: 100%;
}
.icontehno li {
    float: left;
    list-style-type: disc;
    color: #ccc;
    line-height: 116px;
    margin: 0 0 0 -36px;
    padding: 0 0 0 62px;
}
.icontehno li:first-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.B_crumbBox {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
	    font-size: 12px;
}
.B_crumbBox a {color:#d3d3d3;}
.B_crumbBox a:hover {color:#c00;}
.B_currentCrumb {    text-decoration: underline;}

.kareraform {}
.kareraform p {margin: 0 0 5px 0;}
.kareraform input, .kareraform textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #f0f0f0;
    margin: 0 0 10px 0;
}
.kareraform a {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    text-decoration: underline;
    padding: 15px 25px 25px 0;
}
.kareraform textarea {
height: 100px;
}

.kareraform a img#img_left4 {margin: 10px 20px 0 0;}
.kareraform .btn_red {
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #a00;
}





.leftblock {
 float: left;
    width: 200px;
}
.leftmenu {
    float: left;
    width: 200px;
}
.leftmenu h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.leftmenu ul {
    float: left;
    width: 100%;
}
.leftmenu ul li {
    float: left;
    width: 100%;
}
.leftmenu ul li a {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
		  -webkit-transition: all 0.4s;
  transition: all 0.4s;
        background-position: right top;
	    background-repeat: no-repeat;
}
.leftmenu ul li.active a, .leftmenu ul li:hover a {background-color: #c00;color: #fff;  background-position: right bottom;}

.leftmenu ul li:first-child a {border-top: 0;}

.leftmenu ul li:nth-child(1) a {background-image:url(../../images/icomenu/sersemico.png);}
.leftmenu ul li:nth-child(2) a {background-image:url(../../images/icomenu/sersuhico.png);}
.leftmenu ul li:nth-child(3) a {background-image:url(../../images/icomenu/serchipsico.png);}
.leftmenu ul li:nth-child(4) a {background-image:url(../../images/icomenu/serfist.png);}
.leftmenu ul li:nth-child(5) a {background-image:url(../../images/icomenu/servodico.png);}
.leftmenu ul li:nth-child(6) a {background-image:url(../../images/icomenu/serlimico.png);}
.leftmenu ul li:nth-child(7) a {background-image:url(../../images/icomenu/serpivico.png);}
.leftmenu ul li:nth-child(8) a {background-image:url(../../images/icomenu/sermacico.png);}
.leftmenu ul li:nth-child(9) a {background-image:url(../../images/icomenu/sermukico.png);}
.leftmenu ul li:nth-child(10) a {background-image:url(../../images/icomenu/serkompico.png);}
.leftmenu ul li:nth-child(11) a {background-image:url(../../images/icomenu/serkonserico.png);}
.leftmenu ul li:nth-child(12) a {background-image:url(../../images/icomenu/konservack.png);}

.rightproduct {
    float: right;
    width: 735px;
}

.rightproduct h2 {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.prodcategor {
    width: 100%;
    float: left;
}

.prodcategor li {
    width: 29%;
    float: left;
    position: relative;
    border: 1px solid #ededed;
    margin: 20px 47px 20px 0;
}
.prodcategor li:nth-child(3n) {margin:20px 0;}

.prodcategor li > a:first-child {
    width: 100%;
    float: left;
    position: relative;
	padding:3px;
	border-top: 1px solid #fff;
}
.prodcategor li > a:first-child img {
    width: 100%;
    position: relative;
}

.prodcategor li div#overimagepr {
    background: #000;
    position: absolute;
    margin:0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
	visibility: hidden;
		  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.prodcategor li:hover div#overimagepr {opacity: 0.3;visibility: visible;}

.prodcategor li:hover > a:first-child {border-top: 1px solid #c00;}

.prodcategor li p {
float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 13px;
 /*   text-transform: uppercase;*/
    font-weight:600;
    line-height: 18px;
    height: 48px;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #000;
	border-bottom: 1px solid #fff;
}
.prodcategor li p a {color: #000;}

.prodcategor li > a#hoverlink {
    color: #fff;
    background: #c00;
    padding: 5px 15px;
    position: absolute;
    left: 30%;
    top: -20%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
-webkit-transition: all 0.4s;
  transition: all 0.4s;
	
}
.prodcategor li:hover > a#hoverlink {top: 50%; opacity: 1; visibility: visible;}
.prodcategor li > a#hoverlink:hover {background: #f00;}
.prodcategor li:hover p {
  background: #474747;
    color: #fff;
	border-bottom: 1px solid #c00;
}
.prodcategor li:hover p a {color:#fff;}

.prodcategor li span {
    width: 23px;
    height: 19px;
    top: 0;
    background-color: #c00;
    display: block;
    right: 25px;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

.prodcategor li span i {
    width: 19px;
    height: 19px;
    overflow: hidden;
    position: relative;
    top: -4px;
    left: 2.5px;
    display: block;
}

.prodcategor li span i img {
    width: 19px;
    margin: -19px 0 0 0;
}


.prodcategor li span:after {
    border: 4px solid transparent;
    border-top: 0px solid #c00;
    border-right: 11px solid #c00;
    position: relative;
    display: block;
    content: "";
    top: -4px;
    right: 0;
}

.prodcategor li span:before {
    border: 4px solid transparent;
    border-top: 0px solid #c00;
    position: relative;
    display: block;
    content: "";
    top: 19px;
    left: 0;
    border-left: 11px solid #c00;
}


.left_detali {
float: left;
   // width: 327px;
	width: 300px;
	padding: 0 0 20px;
}
.block_slider {
width: 270px;
}

.block_sl_img {
border: 1px solid #EAEAEA;
    display: table-cell;
    height: 290px;
    text-align: center;
    vertical-align: middle;
    width: 269px;
}

/*
.block_sl_img img {
max-width: 269px;
max-height: 290px;
}

*/


.block_sl_imges {
margin-top: 10px;
    width: 290px;
}
.block_sl_imges p {
border: 1px solid #EAEAEA;
float: left;
    height: 82px;
    width: 82px;
	margin-right: 13px;
	cursor: pointer;
	margin-bottom: 8px;
}
.block_sl_imges p:last-child {

	margin-right: 0px;
}
.block_sl_imges p img {

    height: 82px;
    width: 82px;
}
.right_detali {
float: right;
   // width: 649px;
    width: 100%;
}
.downcatalog {
float: left;
  margin: 82px 0;
    width: 100%;
}
.dilerdiler {
float: left;
  margin: 0 0 20px;
    width: 100%;
}
.formdiler {
float: left;
    margin: 15px 0;
    width: 100%;
	font-size: 11px;
}
.lin1 {
float: left;
    margin-bottom: 19px;
    width: 100%;
}
.lin1 p{
margin: 0 0 2px;
}
.lin1 div{
float: left;
    width: 50%;
}
.lin1 input{
border: 1px solid #e4e4e4;
    padding: 4px;
    width: 80%;
}
.lin1.lin2 {

}
.lin1 textarea {
border: 1px solid #e4e4e4;
    height: 100px;
    width: 661px;
}
.kartkl{
  background:rgba(0, 0, 0, 0) url("../img/downfile_03.png") no-repeat scroll 0 30px;
  position: relative;
  height: 68px;
}
.kartkl p{

}
.kartkl input{
 cursor: pointer;
    height: 39px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 21px;
    width: 128px;
}
.kartkl label{
cursor: pointer;
    float: left;
    min-height: 65px;
    width: 203px;
}
.kartkl .prikr{
float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 8px 0 0 45px;
    text-decoration: underline;
    width: 79px;
}
.kartkl .kaptcha{

}
.kartkl .kaptcha img{

}
.prikrotv {
float: left;
    margin: 3px 0 0;
    width: 100%;
}
.lin4 div{
width: 666px;
}
.lin4 div p{
font-style: italic;
}
.lin1.lin5 input{
background: #cc0000 none repeat scroll 0 0;
    border-bottom:2px solid #660000;
    border-top: none ;
    border-left:none;
	border-right:none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 54px;
    width: auto;
}
.errors{
 float: left;
   
    width: 100%;
color:red;
margin-bottom: 8px;
}
.errors .requiredlist span{
 float: left;
    margin-right: 2px;
    width: 100%;
}
.kaptcha img {
height: 43px;
    width: 146px;
}
.filtp {
background: #C00 none repeat scroll 0 0;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 7px 14px;
    width: 100%;
}
.filtblock {
background: #f2f2f2 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    margin: 10px 0;
    width: 100%;
}
.filtblock a{
    color: #333333; 
}
.kubik span {
background: #333333 none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    margin: 3px 0 0;
    width: 10px;
}
.kubik {
float: left;
    height: 50px;
    text-align: center;
    width: 35px;
	height: 100%;
}
.filtnaim div, .vesupak div, .makaronik div{
float: left;
    height: 51px;
    margin: 15px 0 10px;
    width: 170px;
}
.filtnaim div:hover .kubik span, .vesupak div:hover .kubik span, .kubik.act span {
background: #c00 none repeat scroll 0 0;
}
.filtnaim , .vesupak, .makaronik{
float: left;
width: 100%;
}
.vesupak div{
    height: 23px;
	cursor: pointer;
    
}
.makaronik .makka{
	float: left;
    border: 1px solid #ededed;
    height: 154px;
    margin-right: 15px;
    width: 128px;
    text-align: center;
    margin: 10px 5px 10px 12px;
    cursor: pointer;
}
.makaronik.fdiv div{
	float: left;
    border: 1px solid #ededed;
    height: 174px;
    margin-right: 15px;
    width: 128px;
    text-align: center;
    margin: 10px 5px 10px 12px;
    cursor: pointer;
}
.makaronik.fdiv div:hover {
     border: 1px solid #cc0000;
   
}
.makaronik .makka:hover, .makaronik .actmak {
     border: 1px solid #cc0000;
   
}

.hr {
    background: #848484 none repeat scroll 0 0;
    float: left;
    height: 1px;
    margin: 0;
    width: 100%;
}
.maktemblimg {

}
.maktemblimg img{ 
    max-height: 100px;
    max-width: 110px;
    margin: 5px 0;
}
.maktembl p{
 margin: 3px;
}
.makaronik {
background: #ffffff none repeat scroll 0 0;
}
.makaronblock {
 border: 1px solid #ededed;
}
.makaronblock .filtp{
background: #f2f2f2 none repeat scroll 0 0;
color: #333333;
}
.lg{
 float: right;
 position: relative;
}
.lgnone{
    position: absolute;
    top: 45px;
    display: none;
    background-color: #fff;
    border: 1px solid #eee;
    width: 55px;
    left: 10px;
	    z-index: 1;
}
.lgnone .language{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 4px 0;
}


.vesright {width: 430px;}

.vesright div div {
    display: flex;
	width: auto;
}
.podpisnews {
	background-image: url("../img/rass_03.jpg");
    background-repeat: no-repeat;
    background-size: 205px auto;
	
	float: right;
    height: auto;
    width: 205px;
}
.blakcc {
	float: left;
    padding: 165px 0 35px 0;
    width: 100%;
}
.blrass .t1{
float: left;
    font-size: 11px;
    margin: 21px 0 0 16px;
    width: 100%;
}
.blrass .t2{
	float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 17px 0 0 16px;
    width: 100%;
}
.blrass form{
	float: left;
   
    margin: 11px 0 0 16px;
    width: 100%;
}
.blrass .intptext{
    border: medium none;
    height: 24px;
    margin: -5px 0 0 32px;
    width: 112px;
    float: left;
}
.blrass .intpsubmit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 4px 13px;
}
.blrass {
	float: left;
    margin-bottom:15px;
    width: 100%;
}
.adrrrr {
	float: left;
    margin:35px 0;
    width: 100%;
	
}
.phonesss {
	background: rgba(0, 0, 0, 0) url("../img/phonne.jpg") no-repeat scroll 0 0;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 0 32px;
	 margin: 0 0 28px;
}
.adrrrrblock {
	float: left;
    padding-left: 7px;
    width: 107%;
}
.adrrrrblockitem {
	float: left;
    margin: 0 30px 20px 0;
    width: 305px;
	min-height: 102px;
}
.cityphon {
	background: rgba(0, 0, 0, 0) url("../img/kapl.jpg") no-repeat scroll 0 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 26px;
}
.adrrrrblockitem:hover .cityphon {
	background: rgba(0, 0, 0, 0) url("../img/kapl_hover.jpg") no-repeat scroll 0 0;
   
}
.pphon {
	margin: 0 0 5px;
}
.pphon span{
	 font-weight: bold;
}
.formcontacth {
	background: rgba(0, 0, 0, 0) url("../img/list_11.jpg") no-repeat scroll 0 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 26px;
}
.formcontacth span{
	color :#cccccc;
}
.formcontact .lin1 div {
    float: left;
    margin-right: 55px;
    width: 286px;
}
.formcontact .lin1{
   
    width:110%;
}
.formcontact .lin1 input {
   
    width: 100%;
}
.lastdiv {
	
}
.formcontact .lin1.lin2 .textarcont{
    
    width: 628px;
}
.formcontact .lin1.lin2 .kaptcha{
    margin: 0;
    width: 286px;
}
.formcontact .lin1 textarea {
    
    width: 100%;
}
.formcontact .lin1.lin2 .kaptcha img {
   float: left;
    height: 30px;
    margin: 0 17px 0 0;
    width: auto;
}
.formcontact .lin1.lin2 .kaptcha input {
    float: left;
    height: 30px;
    
    width: 133px;
}
.otprsubmit input {
   background: #cc0000 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #660000;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top: 37px;
    padding: 6px 30px;
    width: auto !important;
}
.formcontact .lin1.lin4 div {
   
    margin-right: 0;
    width: 980px;
}
.adrrrr.formcontact{
	 margin: 0 0 0 0;
}
.glvkusno {
	 float: right;
    height: 249px;
    margin: 0;
    width: 231px;
	border: 1px solid #ededed;
}
.glvkusno img{
	
	
}
.glvkusnotext1 {
font-size: 18px;
color: White;
    font-weight: bold;
    margin: 0px 0 0px 0px;	     
    text-align: center;  
    background: url("../img/dsh_11_2.jpg") no-repeat scroll 0 0;
}
.glvkusnotext2 {
	background: url("../img/glvkus2_07.jpg") no-repeat scroll 150px 15px, #f7f7f7 none repeat scroll 0 0;
    font-size: 18px;
    margin: 16px 0 0 22px;
}
.distrrkompot {
	float: left;
    width: 217px;
}
.distrr {
	border: 1px solid #ededed;
	border-bottom: 2px solid #ededed;
	    background: #fff;
}
.distrrh {
	background: rgba(0, 0, 0, 0) url("../img/dsh_11.jpg") no-repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.maktembl0 p {
    background: #eee;
    height: 59px;
    padding: 3px 0 0 0;
    float: left;
    width: 100%;
    margin: 0;
}

.makaronik div.maktembl0:hover p { background: #c00; color:#fff;}
.makaronik div.maktembl0:hover p a {color:#fff;}
.distrrtext {
	font-size: 11px;
    margin: 2px 0 15px 15px;
}
.distrrhochu {
background: rgba(0, 0, 0, 0) url("../img/sumka_15.jpg") no-repeat scroll 0 0;
    border: 1px solid #ededed;
    color: #000000;
    display: block;
    font-weight: bold;
    margin: 2px 0 15px 15px;
    padding: 5px 0 5px 55px;
    width: 183px;
}
.kompot {
border: 1px solid #ededed;
	border-bottom: 2px solid #ededed;
   margin: 29px  0 0 0;	
    padding: 11px;
	    background: #fff;
}
.kompot img {
	float: left;
	  max-width: 95px;
	  margin-right: 13px;
}
.kompottext {
	
}
.kompotsmotr {
	background: #cc0000 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #660000;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #ffffff;
    cursor: pointer;
     font-size: 10px;
    font-weight: bold;
    padding: 5px 11px;
    width: auto;
} 
.sitemap{
background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin: 5px 0 15px;
	float: left;
    width: 100%;
	display :none;
	padding: 20px 0;
}
.sitemapleft{
float: left;
    width: 200px;	
}
.sitemapright{
	float: left;
    width: 750px;
}
.sitemapright>ul>li{
	float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 184px;
	 margin-bottom: 30px;
}
.sitemapright>ul>li ul li{
	 font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: auto;
	 margin-bottom: 0;
}
.sitemapright>ul>li ul{
	margin: 18px 0 0 0;
}
.sitemapright ul li a{
	color: #000000;
}
#slider-wrap{ /* Оболочка слайдера и кнопок */
	position: relative;
    width: 979px;
	}
#slider{ /* Оболочка слайдера */
	width:979px;
	height:343px;
	overflow: hidden;
	
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.sli-links{ /* Кнопки смены слайдов */
	bottom: 4px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
    text-align: center;}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:rgba(0, 0, 0, 0) url("../img/kn_03.png") no-repeat scroll -30px bottom;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:-9px bottom;}
.sli-links .control-slide.active{
	background-position:-9px bottom;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}

.fancybox-inner {background:#fff;}



@media screen and (max-device-width: 650px) {
	.cloude {display: none;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.cloude {display: none;}
}

body > div.wrapper > div.rightproduct > div.detail_el > div > table {margin: 0 0 20px 0;}


.icosostav, .icokorobka, .icosrokhran {
    background: #c00;
    color: #fff;
    margin: 5px 0;
    height: 22px;
    display: inline-block;
    padding: 0 8px 0 32px;
    line-height: 22px;
}

.icopishcen, .icoenergocen, .icoshtrih {
    display: inline-block;
    padding: 0 0 0 24px;
    line-height: 15px;
}

.icosostav {background-image: url(../img/icosostav.jpg); background-repeat: no-repeat;}
.icopishcen {background-image: url(../img/icopishcen.jpg); background-repeat: no-repeat;}
.icoenergocen {background-image: url(../img/icoenergocen.jpg); background-repeat: no-repeat;}
.icokorobka {background-image: url(../img/icokorobka.jpg); background-repeat: no-repeat;}
.icoshtrih {background-image: url(../img/icoshtrih.jpg); background-repeat: no-repeat;}
.icosrokhran {background-image: url(../img/icosrokhran.jpg); background-repeat: no-repeat;}