*::-webkit-input-placeholder {
	color: #666;
	opacity: 0.6;
}
*:-moz-placeholder {
	color: #666;
	opacity: 0.6;
}
*::-moz-placeholder {
	color: #666;
	opacity: 0.6;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 0.6;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	color:#000;
}

/* === def vars === */
img {max-width: 100%;height: auto;}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {color:#009a3e;}
.rub {
  font-family: 'sans-serif';
  vertical-align: middle;
  border-bottom: 1px solid;
  line-height: 5px;
  display: inline-block;
  width: 0.5em;
}
a.big {
    font-size: 24px; 
    font-weight: bold;
    padding: 10px 0;
}
.cont1 {padding-bottom: 15px;}
.dash {border-bottom: 1px dashed;text-decoration: none;}
.dash:hover {text-decoration: none;}
blockquote {
    border:none;
    font-style: italic;
    margin: 30px 10px 20px 10px;
    padding: 0.5em 10px;
}
 
blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 5em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
 
blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 5em;
    line-height: 0.1em;
    vertical-align: -.55em;
    padding-left: 10px;
}
 
blockquote > p:first-child {
    display: inline;
}

.glyphicon {
    /*font-size:19px;
    margin-right:10px;
    color: #0dbc54;*/
}

.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.yellow {
    font-size: 14px;
    border:none;
    cursor: pointer;
    background-color: #fcff1f;
    color:#000;
    text-transform: uppercase;
    padding: 9px 25px 7px 25px;
}
.yellow:hover {
    background-color: #ffd21f;
}
.green {
    font-size: 14px;
    cursor: pointer;
    border:none;
    background-color: #0c9f47;
    color:#fff;
    text-transform: uppercase;
    padding: 5px 25px 3px 25px;
}
.green:hover {
    background-color: #0e522a;
}
.order {
    height: 50px;
    width: 270px;
}
.infoblock { margin-top: 30px; }
.txt {}
.txtimg {
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
    margin: 0 20px 10px 0;
}
.blogimg {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 20px 10px 0;
    display: block;
}

ol {padding: 0 10px;}
ol li {padding: 15px 10px;}

h2,h3,h4,h5 {
    margin: 25px 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
table tr,td {padding:10px 20px 20px 0;}
table img {
    float:left;
    margin: 5px 10px 10px 0;
}
/* === header === */

.topline {
    height: 30px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    padding-top: 5px;
}
.topline ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
}
.topline ul li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.topline ul li:after {
    content: "";
    border-radius: 100%;
    background-color: #888;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    right: 12px;
}
.topline ul li:last-child {padding-right: 0;}
.topline ul li:last-child:after {
    width: 0;height: 0;
}

/* === top elements === */

.topelement {
    display: inline-block;
    text-align: right;
}
.topitem {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.topitem span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.topitemicon {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    color: #0dbc54;
}


/* === menu line === */

.topmenu {
    margin: 0 0 20px 0;
    height: 40px;
    /*background-color: #0da349;*/
    background: url(/images/bgmenu.gif) center center repeat-x;
    padding-top: 9px;
}
.topmenu a {
    color:#fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
}
.topmenu a:hover {
    color:#fff;
    text-decoration: underline;
}
.form {margin: 0;padding: 0;}
.search {
    width: 261px;
    height: 22px;
    font-size: 14px;
    background: url(/images/searchbox.gif) no-repeat right;
    background-color: #fff;
    border:none;
}
.topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.topmenu ul li {
    display: inline-block;
    padding: 0 14px;
    position: relative;
}
.topmenu ul li:after {
    content: "";
    border-radius: 100%;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    right: -5px;
}
.topmenu ul li:last-child {padding-right: 0;}
.topmenu ul li:last-child:after {
    width: 0;height: 0;
}

/* === menu column === */

.cattitle {
    height: 40px;
    background: url(/images/bgcat.gif) repeat-x;
    color:#fff;
    font-weight: lighter;
    padding-left: 15px;
    padding-top: 11px;
    text-transform: uppercase;
}
.cattitle i {
    font-size:18px;
}

.cat {
    border: 1px solid #e0e0e0;
}

.cat ul {
    list-style-type: none;
    margin: 10px 10px 10px 10px;
    padding: 0;
}
.cat ul li {
    padding: 7px;
}
.cat ul li img {
    
}

/* === slider === */
.slider {
    height: 342px;
    background: url(/images/slider.jpg);
    color:#fff;
    font-size: 30px;

}
.slider span {
    display: block;
    font-size:35px;
    font-weight: bold;
}
.slider p {
    padding:50px 50px;
}

/* === icons line === */
.iconsline {
    text-align: center;
}
.iconsline ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.iconsline ul li {
    display: inline-block;
    position: relative;
    padding-left:48px;
    width: 22%;
    margin: 20px 10px;
    font-size:14px;
}
.iconsline ul li:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: -7px;
}
.iconsline ul li:nth-child(1):before {
    background-image: url(/images/icons_warranty.gif);
}
.iconsline ul li:nth-child(2):before {
    background-image: url(/images/icons_montazh.gif);
}
.iconsline ul li:nth-child(3):before {
    background-image: url(/images/icons_geo.gif);
}
.iconsline ul li:nth-child(4):before {
    background-image: url(/images/icons_partner.gif);
}

/* === content header === */
.mainheader {
    text-align: left;
    background: url(/images/bgheader.gif) repeat-x;
    padding-top: 10px;
    background-position: 0px 20px;
    padding-bottom: 15px;
    padding-left: 0;
    margin: 10px 0;
}
.mainheader h1 {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 30px 0 0;
    font-weight: bold;
    font-size: 23px;
    margin: 0;
}


.mainheader h1:after {
    content:"";
    background-image: url(/images/headeritem.gif);
    position: absolute;
    top: 9px;
    right: -12px;
    width: 14px;
    height: 14px;
}

.headertitle {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 30px;
    font-weight: bold;
    font-size: 23px;
}
.headertitle:before {
    content:"";
    background-image: url(/images/headeritem.gif);
    position: absolute;
    top: 9px;
    left: -12px;
    width: 14px;
    height: 14px;
}
.headertitle:after {
    content:"";
    background-image: url(/images/headeritem.gif);
    position: absolute;
    top: 9px;
    right: -12px;
    width: 14px;
    height: 14px;
}

/* === complekti === */

.complekt {
    text-align: left;
    width: 270px;
    height: 235px;
    padding: 9px 0;
}
.complekt:hover {
    box-shadow: 0px 0px 7px 0px #1d7a21;
}
.complekt a {
    color:#fff;
    text-decoration: none;
}

.complekt p {
    display: inline;
    background-color: #0c9f47;
    margin: 0px 0px;
    padding: 10px;
    color:#fff;  
}

.opc {
    opacity: 0;
    width: 100%;
    height: 90%;
    padding: 169px 0;

}
.opc:hover {opacity: 1;}

/* === popular products === */

.product {
    max-width: 260px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    margin: 0 10px 20px 0;
    display: inline-block;
}
.product:hover {
     box-shadow: 0px 0px 7px 0px #1d7a21;
}
.product img {
    display: block;
    margin: 10px auto;
}
.product a {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size:16px;
}
.product button {
    display: block;
    margin: 10px auto;
}
.product p {
    font-size:12px;
}
.price {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.price1 {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
}
.p1 {margin-top: 10px;}
.price i {font-size: 15px;}
.price span {
    color:#0d873e;
    font-size: 19px;
    font-weight: bold;
}
.discount {
    display: inline-block;
    padding: 1px 10px;
    margin: 10px 0;
    background-color: #ffd02e;
    font-size: 12px;
}
.discount i {font-size: 10px;}

/* === news === */

.news {
    background-color: #eee;
    padding: 10px 0 30px 0;
    text-align: center;
}
.news span {
    background-color: #eee;
}
.newsblock {
    display: block;
    margin: 0 0 20px 0; 
    font-size: 12px;
    text-align: left;
}
.newsblock a {font-weight: bold;}
.news img {
    padding: 0 15px;
    display: inline-block;
    float: left;
}
.newsinside {
    padding: 10px 0 10px 30px;
}

/* === customers === */

.customers {
    padding: 0;
}
.customers img {
    display: inline;
    margin: 10px;
    border: 1px solid #ccc;
}

/* === subscribe form === */
.subscribe {
    height: 80px;
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding-top: 20px; 
    font-size: 14px;
}
.subscribe img {
    padding-right: 35px;
    display: inline-block;
    float: left;
}
.subscribe span {
    display: inline-block;
}
.subscribeform {
    display: inline-block;
}
.subscribe form {
    display: inline-block;
    padding-top: 5px;
}
.subscribe input[type="email"] {
    display: inline;
    width:235px;
    height: 28px;
    margin: 0 20px;
}

/* === footer === */
footer {
    background-color: #333;
    padding: 50px 0;
    font-size:12px;
    color:#fff;
    margin: 0;
}
footer img {margin: 0;}
footer table tr td {margin: 0;padding: 0;}
footer .glyphicon {
    color:#0faf4f;
    font-size:18px;
}
footer p {
    margin: 20px 0 0 0;
}
footer a {
    color:#fff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .footerblock {
    display: inline-block;
    float:left;
    margin: 0 40px 0 0;
}
footer span {
    display: block;
    color:#0c9f47;
    text-transform: uppercase;
    font-size:16px;
    font-weight: bold;
    margin-bottom:10px;
    border-bottom:1px solid #0c9f47;
}

.product_options {
    padding: 5px 20px;
}

/* === menu insider cat === */

.menu_insider  {
    display: inline-table;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 20px 10px 20px;
    margin: 10px; 
    height: 240px;
}
.menu_insider  img {
    float: none;
    display: block;
    margin: 0px auto;
    border: 0;
}
.menu_insider  a {
    font-size: 18px;
    color:#009a3e;
}
.menu_insider:hover {
     box-shadow: 0px 0px 7px 0px #1d7a21;
}

/* === contactform === */

.contactform {
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #eaeaea;
    padding: 30px;
}
.contactform input[type="text"] {
    width:290px;
    margin-right: 20px;
}
.contactform textarea {
    width: 605px;
    height: 90px;
    margin: 20px 0;
    border: 1px solid #c6c6c6; 
    padding: 5px;
}
.contactform .namet {
background: url(/images/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 4% center;
    border: 1px solid #c6c6c6; 
    margin-right: 30px;
    padding-left: 40px;
    height: 40px;
}
.contactform .telt {
    background: url(/images/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 4% center;
    border: 1px solid #c6c6c6; 
    padding-left: 40px;
    height: 40px;
}
.contactform .emailt {
    background: url(/images/input-mail.png) no-repeat;
    background-color: #fff;
    background-position: 4% center;
    border: 1px solid #c6c6c6; 
    padding-left: 40px;
    height: 40px;
}
.contactform strong {display: block;}

/* === catalog === */
.catid {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 20px 10px 20px; 
}
.catid img {
    float: none;
    display: block;
    margin: 0px auto;
    border: 0;
}
.catid a {
    font-size: 18px;
    color:#009a3e;
}
.catid:hover {
     box-shadow: 0px 0px 7px 0px #1d7a21;
}

/* === catalog list === */
.tablecat {
    border: 1px solid #ddd;
}

.tablecat tr {border-bottom: 1px solid #ddd;}
.tablecat img {
    float:left;
}
.tablecat a {
    font-size: 18px;
    color:#009a3e;
}
.tablecat .green {
    margin: 20px 0 0 0;
}
.tablecat strong
{
    font-size: 18px;

}

.iteminfo {

}
.iteminfo img {
    border: 1px solid #ddd;
}


.spec td {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    vertical-align: middle;
    height: 25px;
    font-size: 14px;
    padding: 0 10px;
}
.spec .specheader {
    height: 35px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: #eaebef;
} 

/* === nav links === */
.navlinks {}

/* === mpopup === */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  border-radius: 10px;
  text-align: center;
}
.white-popup input[type="text"] {
    margin: auto;
    width: 250px;
    height: 45px;
    display: inline-block;
    padding-left:40px;
    margin-bottom: 30px;
}
.white-popup strong {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}
.white-popup .nametext {
background: url(/images/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 5% center;
    border: 1px solid #c6c6c6; 
    margin-right: 30px;
}
.white-popup .teltext {
    background: url(/images/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 5% center;
    border: 1px solid #c6c6c6; 
}

.slist {
    padding: 10px 0 0 30px;
    font-size: 12px;
}
.slist a {
    font-size: 12px;
}

/* === calc form === */

.calcform {
    display: block;
    width:470px;
    margin: 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #eaeaea;
    padding: 30px;
}
.calcform input[type="text"] {
    width:390px;
    height: 30px;
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.calcform span {
    display: block;
    border-bottom: 1px solid #888;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
}
.calcform textarea {
    width: 390px;
    height: 70px;
    margin-bottom: 20px;
}
.calcform button {
    height: 40px;
    width: 300px;
}

