* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 18px;
    font-size: 13px;
    font-family: Arial, Tahoma, Verdana;
    color: #000;
}

a {
    color: #e03a1b;
    text-decoration: underline;
}

a:hover {
    color: #444444;
}

a img {
    border: none;
    outline: none;
}

input,button,textarea {
    font-family: Arial;
}

.btn-brown {
  display: flex;
  align-items: center;
  height: 55px;
  border-radius: 5px;
  background-color: #AB4E1A;
  background: linear-gradient(180deg, #EF7531 0%, #AB4E1A 100%);
  color: white;
  font-size: 15px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  padding: 0 8px;
}

.btn-brown:hover {
  color: white;
  text-decoration: none;
  background-color: #EF7531;
  background: linear-gradient(180deg, #AB4E1A 0%, #EF7531 100%);
}

.btn-brown span {
  padding-left: 40px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  background: url("img/icon-tools.svg") left center no-repeat;
  background-size: 31px;
}

.btn-download-price {
  display: flex;
  align-items: center;
  height: 55px;
  border-radius: 5px;
  background-color: #4CD56A;
  background: linear-gradient(180deg, #4CD56A 0%, #06A529 100%);
  color: white;
  font-size: 15px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  padding: 0 8px;
}

.btn-download-price:hover {
  color: white;
  background-color: #06A529;
  background: linear-gradient(180deg, #06A529 0%, #4CD56A 100%);
}

.btn-download-price span {
  padding-left: 40px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  background: url("img/icon-excel.svg") left center no-repeat;
  background-size: 31px;
}

button,
input[type="submit"],
.btn,
.other-reviews a {
    font-family: Arial;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    cursor: pointer;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    background-color: #ffe066;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe066), to(#f5c406));
    background-image: -moz-linear-gradient(top, #ffe066, #f5c406);
    background-image: -ms-linear-gradient(top, #ffe066, #f5c406);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe066), color-stop(100%, #f5c406));
    background-image: -webkit-linear-gradient(top, #ffe066, #f5c406);
    background-image: -o-linear-gradient(top, #ffe066, #f5c406);
    background-image: linear-gradient(top, #ffe066, #f5c406);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe066', endColorstr='#f5c406', GradientType=0);
    border: 1px solid #d6ac0b;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
    color: black;
    font-weight: bold;
    padding: 0 10px;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    text-decoration: none;
}

.other-reviews a {
    height: auto;
    vertical-align: middle;
}

.btn.blue,
button.blue,
input[type=submit].blue {
    border: 1px solid #93bd38;
    border-top-color: #a5d244;
    background-color: #c0f353;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#c0f353), to(#a5d244));
    background-image: -moz-linear-gradient(top, #c0f353, #a5d244);
    background-image: -ms-linear-gradient(top, #c0f353, #a5d244);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0f353), color-stop(100%, #a5d244));
    background-image: -webkit-linear-gradient(top, #c0f353, #a5d244);
    background-image: -o-linear-gradient(top, #c0f353, #a5d244);
    background-image: linear-gradient(top, #c0f353, #a5d244);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0f353', endColorstr='#a5d244', GradientType=0);
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

button:hover,
input[type=submit]:hover,
.btn:hover,
.other-reviews a:hover {
    background-position: 0 25px;
}

button:active,
input[type=submit]:active,
.btn:active {
    outline: none;
    box-shadow: none;
}

.radio {
    background: url("img/radio.png") no-repeat;
    width: 20px;
    height: 19px;
    margin-right: 5px;
    display: block;
    float: left;
    cursor: pointer;

}
.st-label {
    background: url("img/radio.png") no-repeat 0 0 ;
    padding: 1px 0 2px 25px ;
    height: 19px ;
}
.st-label input[type=radio] {
    display: none ;
}
input:focus,
button:focus {
    outline: none;
}

ul.unstyled {
    list-style-type: none;
}

.p,p {
    margin-bottom: 20px;
}

.h3 {
    font-weight: bold;
    color: black;
    font-size: 14px;
margin-bottom: 15px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.float {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.h1,h1,h2,h3 {
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}

.h1,h1 {
    font-size: 2.5em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.75em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.4em;
}

.green {
    color: #47970e;
}

.red {
    color: #df3b1a;
}

/*header*/

#header .container {
    background: url("img/header-bg.jpg") left top no-repeat;
    height: 115px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .banner {
    /*margin-left: -35px;*/
}

#header .logo {
    width: 140px;
    overflow: hidden;
}

#header .logo a {
    display: block;
    line-height: 100px;
}

#header .logo a img {
    line-height: 0;
    vertical-align: middle;
    width: 140px;
}

#header .center {
    width: 600px;
    margin: 0;
}

#header .h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: black;
    text-shadow: 0 1px white;
    margin: 15px 0 5px;
}

#header .grafik {
    clear: both;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    font-weight: bold;
}

span.number {
    font-size: 24px;
}

#header .grafik span.number>a {
    color: black;
    text-decoration: none;
}

#header .grafik span.number>span {
    font-size: 12px;
}

#header .grafik span.time {
    font-weight: normal;
}

#header .phone {
    font-weight: bold;
    color: black;
    font-size: 22px;
    line-height: 26px;
    width: 254px;
    padding-right: 10px;
}

#header .phone>div {
    padding-right: 10px;
}

#header .phone span {
    color: #666666;
    font-weight: normal;
    font-size: 16px;
}

#header .phone small {
    font-size: 12px;
}

#header .phone .btn {
    height: auto;
    padding: 5px 10px;
}

#header .phone .btn>span {
    display: block;
    padding-left: 32px;
    background: url("img/call2.png") left center no-repeat;
    text-align: left;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    color: black;
    line-height: 18px;
}

#header .phone .btn>span>span {
    font-size: 12px;
    color: #836800;
}

#header .phone a.mail {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#header .phone .btn-whatsapp {
    margin-top: 5px;
    padding: 8px 0 8px 55px;
    background: url("img/icon-whatsapp.svg") left center no-repeat;
    background-size: 46px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-align: left;
    line-height: 1.2;
    transition: color .2s ease;
}

#header .phone .btn-whatsapp span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    transition: color .2s ease;
}

#header .phone .btn-whatsapp:hover,
#header .phone .btn-whatsapp:hover span {
    color: #e03a1b;
}

/*Navigation*/
.navigation {
    width: 100%;
    /*background: url("img/bg-nav.png") left top repeat-x;*/
    background: rgb(238,145,14);
    background: linear-gradient(180deg, rgba(238,145,14,1) 0%, rgba(225,123,9,1) 100%);
    border-bottom:1px solid #dfa35f;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    height: 45px;
}

.navigation .container {
    height: 45px;
}

.navigation ul.menu-h {
    height: 40px;
    padding: 0 10px;
    float: left;
    position: relative;
    z-index: 9800;
}

.navigation ul.menu-h li {
    float: left;
    list-style-type: none;
    margin-right: 0;
    border-right: 0;
    padding: 0 10px;
}

.navigation ul.menu-h li+li {
    margin-left: 1px;
}

.navigation ul.menu-h li a,
ul.menu-h li.more>span {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    text-decoration: none;
    padding: 11px 0 11px 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

ul.menu-h li.more>span {
    font-size: 12px;
}

.navigation ul.menu-h li.catalog a {
    background-image: url(img/catalog.png);
}

.navigation ul.menu-h li.blog a {
    background-image: url(img/blog.png);
}

.navigation ul.menu-h li.gallery a {
    background-image: url(img/gallery.png);
}

.navigation ul.menu-h li.calc a {
    background-image: url(img/calc.png);
}

.navigation ul.menu-h li.price a {
    background-image: url(img/price.png);
}

.navigation ul.menu-h li.del a {
    background-image: url(img/del.png);
    padding-left: 50px;
}

.navigation ul.menu-h li.company a {
    background-image: url(img/company.png);
}

.navigation ul.menu-h li.faq a {
    background-image: url(img/faq.png);
}

.navigation ul.menu-h li.contacts a {
    background-image: url(img/contacts.png);
}

.navigation ul.menu-h li:hover,
.navigation ul.menu-h li.active {
    background-color: #d07107;
}

.navigation ul.menu-h.hide {
    display: none;
}

.navigation ul.menu-h li.more>span {
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation ul.menu-h li.more>ul {
    display: none;
}

.navigation ul.menu-h li.more:hover>ul{
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    display: block;
}

.navigation ul.menu-h li.more>ul>li {
    float: none;
    background-color: #d07107;
    border-top: 1px solid #be6400;
}

.navigation ul.menu-h li.more>ul>li+li {
    margin-left: 0;
}

.navigation ul.menu-h li.more>ul>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.navigation ul.menu-h li.more>ul>li:hover {
    background-color: #c56800;
}


/**/

#main {
    overflow: hidden;
    clear: both;
}

#main .container {
    padding: 20px 0 150px;
    overflow: hidden;
}

#main .container .wrap {
    padding: 0;
    overflow: visible;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%;
}

#main .container .content {
    overflow: hidden;
    padding-right: 260px;
    padding-left: 10px;
}

#main .container .content.right300px {
    padding-right: 10px;
}

/**/

#main .container .rightCol {
    float: right;
    width: 220px;
    margin-left: -220px;
    margin-right: 10px;
    overflow: visible;
    z-index: 9900;
    position: relative;
}


#main .content ul, #main .content ol {
    margin-left: 20px;
}

#main .content ul.skus {
    margin: 15px 0 0 0;
}

/**/

#footer {
    width: 100%;
    height: 130px;
    background: #ececec url(img/footer-bg.jpg) repeat-x;
    position: absolute;
    bottom: 0;
}

#footer .container {
    height: 112px;
    padding: 18px 0 0;
    background: #ececec url(img/footer-bg.jpg) repeat-x;
}

#footer .container .copy-counter {
    float: left;
    width: 360px;
    margin-left: 10px;
}

#footer .container .copy-counter .copyright {
    margin-bottom: 15px;
}

#footer .container .phone {
    width: 215px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #e45e15;
    font-weight: bold;
    padding-top: 43px;
}

#footer .container .phone span {
    color: black;
}

#footer .container .nav-search-soc {
    position: absolute;
    top: 18px;
    right:10px;
}

#footer .container .nav {
    margin-bottom: 10px;
}

#footer .container .nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#footer .container .nav a:hover {
    color: #e13718;
}

#footer .container .nav a+a {
    margin-left: 18px;
}

#footer .container .search {
    margin-bottom: 10px;
    position: relative;
}

#footer .container .search input[type=button] {
    background: transparent url(img/search.png) left top;
    width: 12px;
    height: 12px;
    border: none;
    border: 0;
    position: absolute;
    top: 9px;
    left: 7px;
    z-index: 1000;
    cursor: pointer;
}

#footer .container .search input[type=text] {
    height: 28px;
    background-color: #989898;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 2px 1px 2px rgba(0,0,0,0.28);
    -moz-box-shadow: inset 2px 1px 2px rgba(0,0,0,0.28);
    box-shadow: inset 2px 1px 2px rgba(0,0,0,0.28);
    color: white;
    border: none;
    padding: 0 4px 0 24px;
    width: 210px;
    position: relative;
    z-index: 999;
    *line-height: 28px;
    line-height: 28px\0/;
    font-family: Arial;
}

#footer .container .search input[type=text]:-moz-placeholder {
  color: white;
  font-family: Arial;
}

#footer .container .search input[type=text]::-webkit-input-placeholder {
  color: white;
  font-family: Arial;
}

#footer .container .social {
    text-align: right;
}

#footer .container .social a {
    margin-left: 5px;
}

#products_list {
    overflow: hidden;
}

ul.listCatalog {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

ul.listCatalog li {
    float: left;
    width: 230px;
    margin-bottom: 20px;
}

ul.listCatalog li .lc-item {
    width: 196px;
    height: 335px;
    padding: 10px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 3px;
    -khtml-border-radius: 5px;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.13);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.13);
    box-shadow: 2px 3px 10px rgba(0,0,0,0.13);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #e8e8e8;
    *border: 1px solid #e8e8e8;
    border: 1px solid #e8e8e8\0/;
    text-align: center;
    background-color: #fff;
}

ul.listCatalog li .lc-item:hover {
    -webkit-box-shadow: 2px 3px5 px rgba(235,131,16,0.3);
    -moz-box-shadow: 2px 3px 5px rgba(235,131,16,0.3);
    box-shadow: 2px 3px 5px rgba(235,131,16,0.3);
    border: 1px solid #ed7e02;
    background-color: #fbf9f3;
}

ul.listCatalog li .headline {
    margin: 0 0 7px 0;
    height: 53px;
    overflow: hidden;
}

ul.listCatalog li .headline a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

ul.listCatalog li .headline a:hover {
    color: #de3b1a;
}

ul.listCatalog li div.imgCatalog {
    width: 100%;
    height: 157px;
    overflow: hidden;
    margin: 0 auto 5px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative ;

}
ul.listCatalog li div.imgCatalog .rating {

    bottom: 18px;
    left: 5px;
}

.imgCatalog a {
    display: block;
    }

ul.listCatalog li div.imgCatalog img {
    width: auto;
    height: 137px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 0;
}

ul.listCatalog li div.desc {
    margin: 0 0 7px 0;
    font-size: 13px;
    color: black;
    height: 53px;
    overflow: hidden;
}

ul.listCatalog li div.price {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 7px;
}
ul.listCatalog li  div.price .compare-at-price{
    color: #000 ;
    font-size: 12px ;
    text-decoration: line-through ;
}

ul.listCatalog li div.more {
    padding-bottom: 5px;
}

ul.listCatalog li div.more a:hover {
    background-color: #de3b1a;
    background-image: none;
}

/*-.Products list*/

.block {
    margin-bottom: 20px;
}

.block .headline {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #ef8a0d;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin-bottom: 10px;
    border: none !important;
    clear: both;
}

.headline.product-catalog {
    background: #ef8a0d url(img/catalog-icon.png) 10px center no-repeat;
}

.headline.view {
    background: #ef8a0d url(img/zoom.png) 10px center no-repeat;
}

.headline.news {
    background: #ef8a0d url(img/news-icon.png) 10px center no-repeat;
}

/*.headline.download {
    background: transparent url(img/button-price.png) left top no-repeat;
    position: relative;
}*/

.headline.download:hover {
    background-position: 0 -30px;

}

.headline.download .arrow-down {
    position: absolute;
    left: 14px;
    top: -13px;
    width: 14px;
    height: 13px;
    opacity: 0;
    background: url(img/arrow-down.png) left center no-repeat;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.headline.download:hover .arrow-down {
    opacity: 1;
    top: 4px;
}

.headline.download a {
    color: white;
    font-size: 14px;
    display: block;
    text-decoration: underline;
    font-weight: normal;
}

.headline.download a:hover {
    text-decoration: none;
}

.block ul {
    list-style-type: none;
}

.block ul.product-catalog {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.block ul.product-catalog li {
    border-top: 1px solid #dbdbdb;
}

.block ul.product-catalog li:first-child {
    border-top: none;
}

.block ul.product-catalog li a {
    display: block;
    color: #448dd8;
    line-height: 14px;
    padding: 10px;
    min-height: 24px;
    position: relative;
    z-index: 1000;
    font-size: 14px;
}

.block ul.product-catalog li a img {
    float: left;
    margin-right: 10px;
}

.block ul.product-catalog li a span {
  overflow: hidden;
  display: block;
}

.block ul.product-catalog li.selected a,
.block ul.product-catalog li a:hover,
.block ul.product-catalog li.selected ul li a:hover {
    color: #e13718;
    text-decoration: none;
}

.block ul.product-catalog li.selected a {
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    border-bottom: none;
    font-weight: bold;
}

.block ul.product-catalog li.selected ul li {
    border-top: 1px solid #dbdbdb;
}

.block ul.product-catalog li.selected ul li a {
    box-shadow: none;
    background-color: #ececec;
    font-size: 11px;
    padding-left: 10px;
    color: #448dd8;
    text-decoration: underline;
    min-height: 5px;
    z-index: 999;
}

.catalog-block.fixed,
.you-see.fixed {
  position: fixed;
  top: 122px;
  z-index: 100001;
  background-color: #fff;
  width: 220px;
}

/*.you-see.fixed {
  top: 303px;
}*/

/**/
.block .view-items {

}

.block .view-items .item {
    padding: 10px 0 0 10px;
    overflow: hidden;
    line-height: 14px;
    clear: both;
    position: relative;

}

.block .view-items .item:first-child {
    margin-top: -10px;
}

.block .view-items .item .image {
    float: left;
    margin-right: 10px;
}

.block .view-items .item .name {
    float: left;
    width: 100px;
}

.block .view-items .item .name a {
    color: #448ed9;
}

.block .view-items .item .name a:hover {
    color: #df3b1a;
    text-decoration: none;
}

.block .view-items .item .price {
    font-size: 12px ;
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: bold;
    color: black;
}
.block .view-items .item .price span {
    display: block ;
    font-size: 14px ;
}
.block .view-items .item .price .compare-at-price {
    color: #8D8D8D;
    font-size: 12px;
    text-decoration: line-through;
}

/**/
.block ul.news li a {
    padding: 10px 10px 10px 40px;
    display: block;
    color: #448ed9;
    border-bottom: 1px solid #dbdbdb;
    line-height: 14px;
    background: url(img/news-item.png) 10px 10px no-repeat;
}

.block ul.news li:first-child a {
    margin-top: -10px;
}

.block ul.news li a:hover {
    color: #df3b1a;
    text-decoration: none;
}

.block ul.news li.more a {
    text-align: right;
    background-image: none;
    border-bottom: none;
}

/*Basket*/
#card {
    background: #ececec url(img/basket-bg.png) left top repeat;
    box-shadow: 2px 2px 3px #d6d6d6;
    height: 80px;
    margin-bottom: 20px;
    width: 220px ;
    z-index:100001;
    position: relative;
}
#card .c-link {
    display: block ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    width: 80px ;
    height: 70px ;
    z-index: 2 ;
}
#card .card-content {
    padding: 0 0 0 83px;
    height: 80px;
    background: url(img/basket-icon.png) 23px center no-repeat;
    position: relative;
}

#card .card-content .products {
    width: 24px;
    height: 21px;
    background: url(img/products-bg.png) left top no-repeat;
    color: black;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 43px;
    text-align: center;
    padding-top: 3px;
}

#card .h3 {
    padding-top: 10px;
}

#card .h3 a {
    color: #343a5d;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px 0 white;
    /*text-decoration: none;*/
}

#card .h3 a:hover {
    text-decoration: none;
}

#card .inner span {
    color: #666666;
    font-size: 11px;
    line-height: 14px;
    display: block;
}

#card .inner button {
    margin-top: 5px;
    *width: 120px;
}

/**/
.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs span {
    color: #999999;
}

/*div.scope*/
div.scope {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 4px 10px;
    color: black;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

div.scope span {
    color: #999999;
}

div.scope a {
    color: #448ed9;
    font-weight: normal;
}

div.scope a:hover {
    color: #de3b1a;
}

/*Selects*/
.selects {
    clear: both;
    margin-bottom: 20px;
    min-height: 40px;
}

.selects .sel-category {
    display:none;
}

ul.scope {
    float: left;
}

ul.scope+ul.scope {
    margin-left: 15px !important;
}

ul.scope {
    margin: 0 !important;
    list-style-type: none;
    width: 370px;
}

ul.scope>li {
    cursor: pointer;
    position: relative;
    padding: 9px 20px 9px 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    box-shadow: inset 0 0 10px rgba(171,206,223,0.65);
    border: 2px solid #d1e3ec;
    border-radius: 3px;
    background: url("img/arrow-down-scope.png") right center no-repeat;
}

ul.scope>li>ul {
    display: none;
}

ul.scope>li:hover>ul {
    display: block;
    list-style-type: none;
    position: absolute;
    z-index: 300;
    top: 37px;
    left: -2px;
    background-color: #fff;
    border-radius: 3px;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    padding: 13px 10px !important;
    margin-left: 0 !important;
    width: 370px;
    box-sizing: border-box;
}

ul.scope>li:hover>ul>li+li {
    margin-top: 13px;
}

ul.scope>li:hover>ul>li>a {
    color: #448dd8;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

ul.scope>li:hover>ul>li>a:hover {
    color: #de3b1a;
    text-decoration: underline;
}

/*catalog*/
.catalog-items {

}

.catalog-items .catalog-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    margin-bottom: 20px;
}

.catalog-items .catalog-item .right {
    text-align: right;
    width: 200px;
}

.catalog-items .catalog-item .price {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.catalog-items .catalog-item .compare {
  float: left;
  margin-right: 10px;
}

.catalog-items .catalog-item .compare input {
  float: left;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.catalog-items .catalog-item .compare-at-price {
    text-decoration: line-through ;
}

.catalog-items .catalog-item .photo {
    float: left;
    margin-right: 20px;
}

.catalog-items .catalog-item .photo .img {
    width: 155px;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    line-height: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.catalog-items .catalog-item .photo .img img {
    width: 155px;
    height: auto;
    line-height: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.catalog-items .catalog-item .photo .video-link {
    width: 155px;
    text-align: center;
    *text-align: left;
    margin-bottom: 10px;
}

.catalog-items .catalog-item .photo .video-link a {
   color: #448ed9;
}

.catalog-items .catalog-item .photo .video-link a:hover {
    color: #de3b1a;
}

.catalog-items .catalog-item .photo .compare {
   /* width: 75px;*/
    margin: 0 auto;
    *margin: 0;
    *width: 100px;

}

.catalog-items .catalog-item .photo .compare label {

}

.catalog-items .catalog-item .photo .compare input[type="checkbox"] {
    margin-right: 4px;
    margin-top: 2px;
    float: left;
    *margin-top: 0;
}

.catalog-items .catalog-item .desc {
    overflow: hidden;
}

.catalog-items .catalog-item .desc .p>span {
    color: #444;
    margin-left: 15px;
}

.catalog-items .catalog-item .desc .name {
    margin-bottom: 10px;
}

.catalog-items .catalog-item .desc .name a {
    font-size: 14px;
    font-weight: bold;
}

/*.reivews {

}

.reviews .star {
    background: url(img/star2.png) left top no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: left;
}

.reviews .star+.star {
    margin-left: 1px;
}

.reviews .star:hover,
.reviews .star.active {
    background: url(img/star.png) left top no-repeat;
}

.reviews-link {

}

.reviews-link a {
    color: #448ed9;
    font-style: italic;
}

.reviews-link a:hover {
    color: #de3b1a;
}*/

/**/

span.otziv-head {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.review-text img { width:200px;}

.pagination {
    margin: 0 0 20px 0;
    height: 30px;
    clear: both;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    float: left;
    list-style-type: none;
    border: 1px solid #cccccc;
    border-left: none;
}

.pagination ul li:first-child {
    border-left: 1px solid #cccccc;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.pagination ul li:last-child {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.pagination ul li a {
    display: block;
    padding: 6px 9px 5px;
    text-decoration: none;
    font-size: 12px;
    color: #444444;
}

.pagination ul li a:hover,
.pagination ul li.active a  {
    background-color: #de3b1a;
    color: white;
}

.pagination ul li.active a {
    color: white;
    cursor: default;
}

.pagination ul li.disabled a {
    cursor: default;
    background-color: transparent;
    color: #cccccc;
}

/*Description*/
.description {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    clear: both;
}

.description .photo {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.description .photo .img {
    width: 200px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    line-height: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.description .photo .img img {
    width: 200px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block-links .instr,
.block-links .sertif,
.block-links .isp {
    margin-bottom: 5px;
}

.block-links .instr a,
.block-links .sertif a,
.block-links .isp a,
.description .compare-add,
.description .photo .compare-remove,
.description .photo .compare-link {
    display: block;
    padding-left: 24px;
    background: url(img/pdf.png) left center no-repeat;
    line-height: 24px;
}

.description .photo br {
    display: none;
}

/*Description*/

.description .photo .compare-remove,
.description .photo .compare-link {
    margin-bottom: 5px;
    color: #e07e00;
}

.description .photo .compare-remove:hover,
.description .photo .compare-link:hover {
    color: #448ed9;
}

.description .photo .compare-remove {
    background: url(img/remove.png) left 2px no-repeat;
}

.description .photo .compare-link {
    background: url(img/scale.png) left center no-repeat;
}

.description .compare-add i {
    font-style: normal;
}

.description .compare-add {
    background: url(img/scale.png) left center no-repeat;
    color: #e07e00;
}

.description .compare-add:hover {
    color: #448ed9;
}



.block-links .sertif a {
    background: url(img/shtamp.png) left center no-repeat;
}

.block-links .isp a {
     background: url(img/colba.png) left center no-repeat;
}

.block-links .instr a:hover,
.block-links .sertif a:hover,
.block-links .photo .isp a:hover {
    color: #e07e00;
}

/*РќРѕРІС‹Рµ СЃС‚РёР»Рё РґР»СЏ РґРѕРєСѓРјРµРЅС‚Р°С†РёРё*/
.block-links>div>a {
    display: block;
    padding-left: 45px!important;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 32px!important;
}

.block-links>div.instr>a {
    background-image: url("img/pdf32-icon.png");
}

.block-links>div.sertif>a {
    background-image: url("img/certificate-icon.png");
}

.block-links>div.isp>a {
    background-image: url("img/experiment-icon.png");
}

.description .desc {
    overflow: hidden;
}

.page-nav {
    margin-bottom: 20px;
    overflow: hidden;
}

.page-nav .star {
    /*background: url(img/star.png) left top no-repeat;*/
    cursor: default;
}

/*.page-nav span {
    color: #999999;
}

.page-nav a {
    text-decoration: none;
    color: #448ed9;
    border-bottom: 1px dotted #448ed9;
    font-style: normal;
}

.page-nav a:hover {
    border-bottom-color: #e03a1b;
    color: #e03a1b;
}*/

/*New page-nav*/
.page-nav>span,
.page-nav>a {
    display: block;
    float: left;
    vertical-align: top;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ccc;
    color: black;
    text-decoration: none;
    padding: 12px 10px;
    font-size: 14px;
    margin-right: 1px;
    margin-bottom: 1px;
    transition: all 0.2s ease;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(#fff, #ddd);
    background-image: -o-linear-gradient(#fff, #ddd);
    background-image: linear-gradient(#fff, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd', GradientType=0);
}

.page-nav>span:hover,
.page-nav>a:hover {
    background-position: 0 20px;
}

.page-nav a {
    color: black;
    text-decoration: none;
}

.page-nav>a>span {
    display: inline-block;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 24px;
}

.page-nav>span {
    line-height: 24px;
}

.page-nav>a[href="#tehnicheskie-harakteristiki"]>span {
    background-image: url("img/nav-icon-configuration.png");
}

.page-nav>a[href="#video"]>span {
    background-image: url("img/nav-icon-video.png");
}

.page-nav>a[href="#documenti"]>span {
    background-image: url("img/nav-icon-documentation.png");
}

.page-nav>a[href="#prodtabs"]>span {
    background-image: url("img/nav-icon-warranty.png");
}

.page-nav>a[href*="#besplatnaya-dostavka"]>span {
    background-image: url("img/del.png");
    background-size: 24px;
}

.grafik a.mail {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
}

.nav.st-fixed a.mail {
  float: right;
  font-size: 24px;
  line-height: 40px;
  white-space: nowrap;
  vertical-align: middle;
  color: white;
}

.page-nav>a[href="/instruktsii-po-ekspluatacii/"]>span {
  background-image: url("https://www.flexyheat.ru/wa-data/public/shop/themes/flexyheat/img/nav-icon-instructions.png");
  background-size: 24px;
}

.page-nav>a[href="/sertifikaty/"]>span {
  background-image: url("https://www.flexyheat.ru/wa-data/public/shop/themes/flexyheat/img/certificate-icon.png");
  background-size: 24px;
}

.page-nav>a[href="/ispytaniya-obogrevateley/"]>span {
  background-image: url("https://www.flexyheat.ru/wa-data/public/shop/themes/flexyheat/img/experiment-icon.png");
  background-size: 24px;
}

.description .desc .main-block {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.description .desc .main-block h2 {
    
}

.description .desc .main-block ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

.description .desc .main-block ul {
    margin-bottom: 10px;
}

#main .content ul.arrows {
    margin-left: 0;
}

.description .desc .main-block ul li,
ul.arrows li,
.review-text ul li{
    list-style-type: none;
    background: url("img/arrow-right.png") 3px center no-repeat;
    padding-left: 15px;
    margin-bottom: 7px;
}

.description .desc .main-block .price {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
    overflow: hidden;
}

#mera,
.description .desc .main-block .price .add2cart .qty {
    font-size: 18px;
}

.description .desc .main-block .price>span {
    color: black;
    font-size: 18px;
}

.description .desc .main-block .price span.price {
    border-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.description .desc .main-block .price-label {
    color: black;
    font-size: 18px;
    line-height: 35px;
    padding: 0;
}

.description .desc .main-block .price-label+.price {
    padding-left: 0;
}
.description .desc .main-block .price .compare-at-price {
    color: #000 ;
    font-size: 14px ;
    text-decoration: line-through ;
}

.description .desc .main-block .price input[type="submit"],
.description .desc .main-block .price button[type="submit"],
.description .desc .main-block .price .buycall {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 20px;
    height: 35px;
}

.description .desc .main-block .price .buycall {
    float: right;
    font-size: 14px;
    padding: 0 10px;
}

.description .desc .main-block .price .buycall>span {
    display: block;
    padding-left: 30px;
    background: url("img/call.png") left center no-repeat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.description .desc .main-block .price .add2cart {
    float: left;
    margin-right: 15px;
}

.description .desc .main-block .price .add2cart .qty input {
    font-size: 18px;
}

.description .desc .main-block .price .stocks {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #333;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left left, left right, from(#eee), to(#fff));
    background-image: -moz-linear-gradient(left, #eee, #fff);
    background-image: -ms-linear-gradient(left, #eee, #fff);
    background-image: -webkit-gradient(linear, left left, left right, color-stop(0%, #eee), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(left, #eee, #fff);
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(left, #eee, #fff);
    box-shadow: 3px 0 5px rgba(0,0,0,0.27);
}

.description .desc .main-block .price .stocks span {
    padding-left: 40px;
    padding-right: 10px;
    background: url("img/check.png") 10px center no-repeat;
    font-size: 14px;
    display: block;
    line-height: 35px;
}

.description .desc .main-block .p {
    padding: 10px;
    margin-bottom: 0;
    clear: both;
    font-size: 14px;
    line-height: 20px;
}

.description .desc .main-block .p img {
    margin: 0 10px 10px 0;
}

.desc .options .option {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.desc .options .label {
    float: left;
    width: 140px;
    margin-top: 3px;
}

.desc .options .sel-wrap {
    float: left;
    overflow: hidden;
}

.tabs-box {
    font-size: 14px;
    line-height: 20px;
}

.other .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    clear: both;
    font-size: 14px;
    line-height: 20px;
}


/**/
.other .item.reviews .reviews-item {
    clear: both;
}

.other .item.reviews .reviews-item+.reviews-item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.other .item.reviews .reviews {
    overflow: hidden;
    margin-bottom: 3px;
}

.other .item.reviews .reviews-item .author {
    float: left;
    margin-right: 20px;
    width: 150px;
}

.other .item.reviews h2 {
    overflow: hidden;
}

.other .item.reviews h2 a {
    float: right;
    font-size: 18px;
}

.other-reviews {
    margin-top: 20px;
    border-top: 1px solid #ddd;
padding-top: 10px;
}

.other .item.reviews .reviews-item .author .star {
    cursor: default;
}

.other .item.reviews .reviews-item .author .date {
    font-size: 11px;
    color: #999;
}

.other .item.reviews .inner {
    overflow: hidden;
}

.other .item.reviews .inner .like,
.other .item.video .video-item .like {
    clear: both;
}

.other .item.reviews .inner .like span,
.other .item.video .video-item .like span {
    color: #999;
}

.other .item.reviews .inner .like .yn,
.other .item.video .video-item .like .yn {
    margin: 0 15px;
}

.other .item.reviews .inner .like a,
.other .item.video .video-item .like a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px dotted #444;
}

.other .item.reviews .inner .like a:hover,
.other .item.video .video-item .like a:hover {
    border-bottom: none;
    color: black;
}

/**/
.other .item.video .video-item+.video-item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.other .item.video .video-item .author {
    margin-bottom: 10px;
}

.other .item.video .video-item .author span {
    color: #999999;
    margin-left: 20px;
}

.other .item.video .video-item .h2 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.other .item.video .video-item .video-content {
    margin-bottom: 10px;
    overflow: hidden;
}

.other .item.video .video-item .video-content .left {
    float: none;
    overflow: hidden;
}

.other .item.video .video-item .video-content .left+.left {
    margin-left: 0;
}

.other .item.video .video-item .video-content .small-item {
    overflow: hidden;
    float: left;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.other .item.video .video-item .video-content .small-item .video-item {
    padding: 4px 12px;
    width: 127px;
    height: 84px;
    background: url("img/video.jpg") left top no-repeat;
    float: none;
    margin-right: 0;
    overflow: hidden;
}

.other .item.video .video-item .video-content .small-item .video-item img {
    width: 127px;
    height: 84px;
}

.other .item.video .video-item .video-content .small-item:hover .video-item {
    padding: 4px 12px;
    width: 127px;
    height: 84px;
    background: url("img/video.jpg") left -92px no-repeat;
}

.other .item.video .video-item .video-content .small-item+.small-item {
    margin-left: 20px;
}

.other .item.video .video-item .video-content .small-item .video-name {
    padding-top: 10px;
    width: 170px;
    overflow: hidden;
    clear: both;
    color: black;
    font-weight: bold;
     -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -ms-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;
}

.other .item.video .video-item .video-content .small-item:hover .video-name {
    color: #de3b1a;
}

/*Other video*/
.other .item.video .video-item .other-video {
    overflow: hidden;
    margin-bottom: 20px;
}

.other .item.video .video-item .other-video .small-item {
    overflow: hidden;
    float: left;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.other .item.video .video-item .other-video .small-item .video-item {
    padding: 4px 12px;
    width: 127px;
    height: 84px;
    background: url("img/video.jpg") left top no-repeat;
    float: none;
    margin-right: 0;
    overflow: hidden;
}

.other .item.video .video-item .other-video .small-item .video-item img {
    width: 127px;
    height: 84px;
}

.other .item.video .video-item .other-video .small-item:hover .video-item {
    padding: 4px 12px;
    width: 127px;
    height: 84px;
    background: url("img/video.jpg") left -92px no-repeat;
}

.other .item.video .video-item .other-video .small-item+.small-item {
    margin-left: 20px;
}

.other .item.video .video-item .other-video .small-item .video-name {
    padding-top: 10px;
    width: 170px;
    overflow: hidden;
    clear: both;
    color: black;
    font-weight: bold;
     -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -ms-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;
}

.other .item.video .video-item .other-video .small-item:hover .video-name {
    color: #de3b1a;
}

/**/
.other .item.examples .examples-item+.examples-item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.other .item.examples .examples-item .img {
    width: 86px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 0;
}

.other .item.examples .examples-item .img img {
    width: 86px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.other .item.examples .examples-item .desc {
    overflow: hidden;
}

.other .item.examples .examples-item .desc .name {
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
}

/**/
.other .item.other-products {
    overflow: hidden;
}

.other .item.other-products .item.other-products {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.other .item.other-products .other-product-item {
    float: left;
    width: 40%;
    margin-bottom: 10px;
    margin-right: 20px;
}

.other .item.other-products .other-product-item .img {
    width: 86px;
    margin-right: 10px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 0;

}

.other .item.other-products .other-product-item .img img {
    width: 86px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.other .item.other-products .other-product-item .desc {
    overflow: hidden;
}

.other .item.other-products .other-product-item .desc .name {
    font-size: 14px;
}

.other .item.other-products .other-product-item .desc .price {
    color: black;
    font-weight: bold;
}

/**/
.nav .container .search {
    float: right;
    position: relative;
    margin-right: 10px;
    margin-top: 6px;
}

.nav .container .search input[type=button] {
    background: transparent url(img/search-orange.png) left top;
    width: 12px;
    height: 12px;
    border: none;
    border: 0;
    position: absolute;
    top: 9px;
    left: 7px;
    z-index: 1000;
    cursor: pointer;
}

.nav .container .search input[type=text] {
    height: 28px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
    color: #444;
    border: none;
    padding: 0 4px 0 24px;
    width: 100px;
    position: relative;
    z-index: 999;
    *line-height: 28px;
    line-height: 28px\0/;
}

.nav .container .search input[type=text]:-moz-placeholder {
  color: #999;
}

.nav .container .search input[type=text]::-webkit-input-placeholder {
  color: #999;
}
table.char .compare-at-price {
    text-decoration: line-through;
}
table.char {
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: separate;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.char th, table td {
    padding: 10px 10px 9px;
    line-height: 18px;
    text-align: left;
}

table.char th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #f5f5f5;
    text-align: right;
    width: 20%;
    border-top: 1px solid #ccc;

}

table.char td {
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

table.char tr:first-child th,
table.char tr:first-child td {
    border-top: 0;
}

table.char th+th,table td+td,table th+td {
    border-left: 1px solid #ccc;
}

table.char thead tr:first-child th:first-child,
table.char tbody tr:first-child td:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

table.char thead tr:first-child th:last-child,
table.char tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

table.char tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

table.char tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 3px 0;
    border-radius: 0 0 3px 0;
}

table.char.compare td {
    text-align: center;
}

/*Compare*/
.compare-wrap {
    overflow-x: auto;
    max-width: 1346px;
}

table.compare {
    width: 100%;
}

table.compare span.img-wrap {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    margin-bottom: 10px;
}

table.compare span.img-wrap img {
    height: 48px;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

table.compare span.price {
    display: block;
    font-weight: bold;
    color: red;
    margin-bottom: 3px;
}

table.compare .compare-remove {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

/*Min photo*/
.min-photo {
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

.min-photo a {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.min-photo a+a {
    margin-left: 15px;
}

.min-photo a img {
    max-width: 48px;
    height: 48px;
    line-height: 0;
}

/* 10x10, 16x16 Icons
--------------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.1em 0.25em 0 0; }
.icon16.loading { background-position: 0; background-image: url('../../../../wa-content/img/loading16.gif'); }


/* Shop-Script icons */

.icon10,
.icon16 { background-image: url("img/icons.png"); }
.icon16.star,
.icon16.star-full { background-position:-16px 0; }
.icon16.star-half { background-position:-32px 0; }
.icon16.star-empty { background-position:-48px 0; }
.icon16.star-hover { background-position:-64px 0; }
.icon10.star,
.icon10.star-full { background-position:0 -16px; }
.icon10.star-half { background-position:-10px -16px; }
.icon10.star-empty { background-position:-20px -16px; }
.icon16.cart { background-position:-80px 0; }
.icon16.remove { background-position:-96px 0; }
.icon16.saved { background-position:-112px 0; }
.icon16.stock-red { background-position:-128px 0; }
.icon16.stock-yellow { background-position:-144px 0; }
.icon16.stock-green { background-position:-160px 0; }
.icon16.stock-transparent { background-position:-176px 0; }
.icon16.loading { background-image: url("img/loading16.gif"); background-position:0 0; }


/* Easy Zoom plugin for produce image enlargement */

#easy_zoom {
    width:650px;
    height:450px;
    border:7px solid #fff;
    background:#fff;
    color:#333;
    position:absolute;
    top:-5px;
    left:220px;
    overflow:hidden;
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);
    box-shadow:0 2px 10px rgba(0,0,0,0.3);
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
    z-index: 1001;
}
#easy_zoom img { max-width: none; height: auto; }

.item.tech ul {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.item.tech ul li {
    clear: both;
}

.item.tech ul li span {
    padding: 10px 0;
    display: block;
    float: left;
}

.item.tech ul li .prop {
    font-weight: bold;
    width: 150px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;

}

.item.tech ul li .value {
    padding-left: 10px;
}

.item.tech ul li+li {
    border-top: 1px solid #ddd;
}

.w940 {
    width: 960px;
    margin: 0 auto 20px;
}

.w940 .back {
    text-decoration: none;
}

.w940 .back span {
    font-size: 14px;
}

.cart-wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #d0a1d9;
    width: 940px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

.cart-wrap .headline {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

table.cart {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}

table.cart td {
    vertical-align: middle;
}

table.cart td img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    width: 64px;
    height: auto;
}

table.cart td+td {
    border: 0;
}

table.cart td a {
    color: #448ed9;
    font-size: 14px;
}

table.cart td a.product_name {
    display: block;
}

table.cart td a:hover {
    color: #e03a1b;
}

table.cart td.quant {
    width: 100px;
    text-align: right;
    padding-right: 0;
}

table.cart td.item-total {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

table.cart td.cart-total {
    font-weight: bold;
    color: #444;
    font-size: 16px;
    text-align: right;
}
table.cart td input.button.large {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 20px;
    height: 35px;
    vertical-align: middle;
}

table.cart td .label {
    color: black;
}

table.cart td.del {
    text-align: right;
    width: 22px;
}

table.cart td .qty,
input[type=text],
input[type=password],
input[type=email],
.sel-wrap{
    display: inline;
    width: 49px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.20);
    height: 28px;
    color: #444;
    padding: 0 4px;
    background-color: #fff;
}

select.sku-feature {
    width: auto;
}

.sel-wrap {
    display: block ;
    width: 250px;
}
.sel-wrap select {
    border: 0 ;
    width: 250px ;
    outline: 0 ;
    margin-top: 6px;
}

.analog {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
}

.analog .headline {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.analog .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.analog .item {
    float: left;
    width: 30%;
    margin: 0 10px 20px ;
    height: 160px;
}
/*
.analog .item+.item {
    margin-left: 20px;
}*/

.analog .item .img {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    width: 53px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
    line-height: 0;
}

.analog .item .img img {
    width: auto;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


}

.analog .item .desc {
    overflow: hidden;
}

.analog .item .desc .name {
    display: block;
    margin-bottom: 7px;
    height: 53px;
}

.analog .item .desc .price {
    font-weight: bold;
    color: black;
}

.analog .item .desc .price .compare-at-price {
    text-decoration: line-through ;
}
.analog .item .desc .price span {
    display: block;
    margin-bottom: 7px;
}

.analog .item .desc .price input {
    vertical-align: middle;
    margin-bottom: 5px;
}

.checkout-navigation.menu-h {
    margin-bottom: 15px;
    overflow: hidden;
}

.checkout-navigation.menu-h li {
    float: left;
    list-style-type: none;
}

.checkout-navigation.menu-h li+li {
    margin-left: 3px;
}

#checkout-contact-form .wa-field {
    margin-bottom: 10px;
}

#checkout-contact-form input[type=text],
#checkout-contact-form input[type=password] {
    width: 250px;
}

#checkout-contact-form .row {
    overflow: hidden;
    clear: both;
}

#checkout-contact-form .wa-field-firstname,
#checkout-contact-form .wa-field-lastname,
#checkout-contact-form .wa-field-phone,
#checkout-contact-form .wa-field-email {
    /*float: left;*/
}

#checkout-contact-form .wa-field-firstname input[type=text],
#checkout-contact-form .wa-field-lastname input[type=text],
#checkout-contact-form .wa-field-phone input[type=text],
#checkout-contact-form .wa-field-email input[type=text] {
    width: 200px;
}

#checkout-contact-form .wa-field-firstname,
#checkout-contact-form .wa-field-lastname,
#checkout-contact-form .wa-field-phone {
    margin-right: 10px;
}
#checkout-contact-form .wa-field-firstname,
#checkout-contact-form .wa-field-phone {
    float: left ;
}
#checkout-contact-form .wa-field-address-shipping {
    clear: both;
}

#checkout-contact-form .wa-field-address-shipping .wa-name {
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

#checkout-contact-form .wa-field-address-shipping {
    margin-bottom: 20px;
}

#checkout-contact-form .wa-field-address-shipping .wa-value span.field {
    display: block;
    margin-bottom: 10px;
}

#checkout-contact-form .wa-field-address-shipping .wa-value span.field>span {
    display: block;
}

.checkout-step input[type=submit] {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    padding: 0 20px;
    height: 35px;
    vertical-align: middle;
    margin-top: 10px;
}
.checkout-step.contactinfo { position:relative; }
.checkout-step.contactinfo.blockform form { filter: blur(1px); }
.checkout-step.contactinfo div.blockform { display:none; transition: all easy .5s; }
.checkout-step.contactinfo div.blockform .spiner { width:100px; height:100px; position: absolute;  top:50%; left:50%; transform: translate(-50%, -50%); }
.checkout-step.contactinfo.blockform div.blockform {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 2;
    margin: 0 -3px 3px -3px;
    padding: 3px 3px 0;
}
#checkout-contact-form input[type=checkbox] {
    float: left;
    margin: 2px 5px 0 0;
}

/*Checkout form*/
.checkout-step h3 {
    margin-bottom: 15px;
}

.checkout-step p {
    margin-bottom: 15px;
}

.checkout-step .table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.checkout-step .table th {
    padding: 10px 10px 9px;
}

.checkout-step .table td {
    border-top: 1px solid #ccc;
    vertical-align: middle;
}

.checkout-step .table tr th:nth-child(3) {
    text-align: left;
}

.checkout-step .table tr td:first-child {
    font-weight: bold;
    text-align: right;
}

.checkout-step .table tr td.bold {
    font-size: 18px;
    font-weight: bold;
}

.checkout-step .table tr td img {
    min-width: 48px;
    height: 48px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checkout-step .table tr.prod td:first-child {
    font-size: 14px;
    text-align: left;
}

.checkout-step .table tr td:first-child b {
    font-size: 16px;
}

.checkout-step .table td+td {
    border-left: 0;
}

.checkout-step textarea {
    width: 1000px;
}

textarea {
    width: 500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.20);
    height: 100px;
    color: #444;
    padding: 0 4px;
}

#product-skus {
    margin-bottom: 0;
    margin-top: 10px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 10px;
}

#product-skus li {
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 14px;
    color: black;
    list-style-type: none;
    background-image: none;
    padding: 3px 0;
}

#product-skus li span {
    vertical-align: middle;
    line-height: 20px;
}

#product-skus li input {
    margin: 0 3px 0 0;
    vertical-align: middle;
}

/*reviews*/
.review-form {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: inline-block;
    *display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.review-form .review-field {
    margin-bottom: 10px;
}

.review-form span.user img {
    vertical-align: middle;
    margin-right: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.review-form .review-field label {
    width: 150px;
    text-align: right;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.review-form .review-field label[for="review-title"] {
    margin-top: 3px;
}

.review-form .review-field input#review-title {
    width: 250px;
}

.review-form .review-field textarea {
    padding: 4px;
}

.review-form .review-submit {
    margin-left: 160px;
}

.menu-h.reviews-menu {
    margin-bottom: 10px;
    overflow: hidden;
}

.menu-h.reviews-menu li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

.menu-h.reviews-menu li.selected a {
    text-decoration: none;
    color: #444;
}

.menu-h.reviews-menu li a {
    color: #448ed9;
}

.reviews h3 {
    margin-bottom: 15px;
}

.reviews .write-review {
    margin-bottom: 15px;
}

.reviews ul.reviews-branch li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    list-style-type: none;
}

.reviews ul.reviews-branch li .reviews {
    float: left;
    margin-right: 10px;
}

.reviews ul.reviews-branch li .name {
    margin-right: 10px;

}

.reviews ul.reviews-branch li .date {
    display: inline;
    color: #999;
}

.reviews ul.reviews-branch li .inner {
    clear: both;
}

.reviews ul.reviews-branch .like span:first-child {
    color: #999;
}

.reviews ul.reviews-branch .like .yn {
    margin: 0 15px;
}

.reviews ul.reviews-branch .like a.bordered,
.reviews ul.reviews-branch .like a.review-reply {
    color: #444;
    border-bottom: 1px dotted #444;
    text-decoration: none;
}

.reviews ul.reviews-branch .like a.bordered:hover,
.reviews ul.reviews-branch .like a.review-reply:hover {
    color: black;
    border-bottom: 0;
}

.reviews ul.reviews-branch li ul {
    margin-left: 50px;
}

.reviews ul.reviews-branch li ul li {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 15px;
}

.reviews ul.reviews-branch li ul li+li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/*Primery rabot*/
.tabs-box h3 {
    margin-bottom: 15px;
    color: black;
}

.tabs-box .img-contain {
    overflow: hidden;
}

.tabs-box .img-wrap {
    float: left;
    margin: 0 10px 10px 0;
    width: 196px;
}

.tabs-box .img-wrap .img-name {
    display: block;
    margin-bottom: 7px;
    height: 53px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.tabs-box .img-wrap a.group1 {
    display: block;
    outline: none;
}

.tabs-box .img-wrap a.group1 img {
    width: auto;
    height: 137px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 0;
}

/*Text v otzyvah*/
.review-text a.group1 {
    display: block;
    margin: 15px 0;
}

.review-text ul {
    margin: 15px 0;
}

#main .content .review-text ul {
    margin-left: 0;
}

.review-contain .author .reviews {
    float: left;
    margin-right: 10px;
}

.review-contain .author .name {
    margin-right: 10px;
}

.review-contain .author .date {
    color: #999;
    display: inline;
}

.vs-button {z-index:1000;}

/*Responsive*/

@media screen and (min-width: 1215px) {
    .other .item.video .video-item .video-content .left {
        float: left;
    }

        .other .item.video .video-item .video-content .left+.left {
        margin-left: 20px;
    }

    .other .item.video .video-item .video-content .small-item {
        overflow: hidden;
        float: none;
        margin-top: 0;
        text-decoration: none;
    }

    .other .item.video .video-item .video-content .small-item .video-item {
        padding: 4px 12px;
        width: 127px;
        height: 84px;
        background: url("img/video.jpg") left top no-repeat;
    }

    .other .item.video .video-item .video-content .small-item .video-item:hover {
        padding: 4px 12px;
        width: 127px;
        height: 84px;
        background: url("img/video.jpg") left -92px no-repeat;
    }

    .other .item.video .video-item .video-content .small-item+.small-item {
        margin-top: 20px;
        margin-left: 0;
    }

    .other .item.video .video-item .video-content .small-item .video-item {
        float: left;
        margin-right: 10px;
    }

    .other .item.video .video-item .video-content .small-item .video-name {
        padding-top: 10px;
        width: 170px;
        overflow: hidden;
        float: left;
        clear: none;
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

    ul.listCatalog li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

    .nav .container .search input[type=text] {
        width: 190px;
    }
}

/*Price*/
table.char.price {
    margin-top: 20px;
}
table.char.price tr.category td {
    background-color: #f5f5f5;
}

table.char.price tr.category td a {
    font-weight: bold;
    color: black;
    font-size: 14px;
    text-decoration: none;
}

table.char.price tr td span {
    font-weight: bold;
    font-size: 14px;
}

table.char.price tr td.photo {
    width: 50px;
}

table.char.price tr td.photo a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #fff;
}

table.char.price tr td.photo a img {
    max-width: 48px;
    height: 48px;
    line-height: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.20);
}

table.char.price tr td.buy {
    width: 100px;
}

table.char.price tr td.buy input.btn {
    margin-top: 5px;
}

table.char.price tr td.char ul {
    list-style-type: none;
}

table.char.price tr td.char ul li div {
    display: inline;
    font-weight: bold;
}

#main .content .category-list {
    margin-left: 0;
    margin-bottom: 15px;
}

.category-list li {
    list-style-type: none;
    margin-bottom: 5px;
}

.category-list li img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    vertical-align: text-top;
}

.left>.category-list {
    margin-right: 40px;
}

.descprice {
    padding: 20px 0 0 0;
    font-size: 14px;
}

.descprice p {
    margin-bottom: 15px;
}

.catalog_pdf,
.price_xls,
.opt-price,
.diler-price {
    line-height: 32px;
    vertical-align: middle;
    color: #448dd8;
    padding-left: 42px;
    display: inline-block;
}

.clear {
    clear: both;
}

.catalog_pdf {
    background: url(img/pdf-icon.png) left center no-repeat;
}

.price_xls {
    background: url(img/xls.png) left center no-repeat;
}

.opt-price {
    background: url(img/opt-price.png) left center no-repeat;
}

.diler-price {
    background: url(img/diler-price.png) left center no-repeat;
}

.descprice .catalog_pdf {
    margin-right: 70px;
}

.descprice .opt-price {
    margin-right: 27px;
}
/* Dostavka */
table.char.thtop tbody tr:first-child td {
    border-top: 1px solid #ccc;
    font-weight: bold;
}

table.char.thtop tbody td {
    text-align: center;
    vertical-align: middle;
}

table.char.thtop tbody td:nth-child(3),
table.char.thtop tbody td:nth-child(1) {
    text-align: left;
}

table.char.thtop thead th {
    text-align: center;
}

table.char.thtop thead th h2 {
    margin-bottom: 0;
}

table.char td img.c_icon {
    width: 150px;
    display: block;
    height: auto;
    vertical-align: text-top;
    margin-right: 3px;
}
/* ./Dostavka */

/* Bistriy zakaz knopka */
.instantorder_block {
    padding: 10px 0;
}

.instantorder_block .btn.blue {
    height: auto;
    padding: 5px 7px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.instantorder_block .btn.blue>span {
    display: inline-block;
    padding-left: 53px;
    background: url("img/fastorder.png") left center no-repeat;
    line-height: 29px;
}

.instantorder_block .btn.blue:hover>span {
    font-style: italic;
}

/* Rekomenduemye tovary */
table.product-list.char tr td:first-child,
table.product-list.char tr td.align-center {
    text-align: center;
}

/*block links*/
.block-links {
    /*padding: 10px;
    border-radius: 4px;
    background-color: #f2ffec;
    box-shadow: inset 0 0 25px #c1efad;
    border: 1px solid #55da1b;
    margin-bottom: 12px;*/
}

.block-links .h3 {
    font-size: 16px;
    text-align: center;
}

.block-links a {
    font-size: 15px;
    font-weight: normal !important;
    color: #e03a1b !important;
    text-decoration: underline;
    letter-spacing: 2px;
}

.block-links a:hover {
    color: black !important;
}

.btn.grey {
    background-color: #fff;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -moz-linear-gradient(top, #fff, #ddd);
    background-image: -ms-linear-gradient(top, #fff, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background-image: linear-gradient(top, #fff, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd', GradientType=0);
    border: 1px solid #ccc;
    color: black;
}

.btn.scale {
    height: 30px;
    padding: 0 20px 0 35px;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: normal;
    background: #ffea97 url("img/scale-hover.png") 10px center no-repeat;
    border: 1px solid #d1b95d;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 3px 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 3px 3px 3px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 3px 3px 3px rgba(0,0,0,0.15);
}

.btn.scale:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 1px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 1px 1px 1px rgba(0,0,0,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 1px 1px 1px rgba(0,0,0,0.13);
    background: #ffe068 url("img/scale.png") 10px center no-repeat;
    border: 1px solid #e7cc66;
}

a.btn.blue:hover {
    color: black !important;
}

.text-center {
    text-align: center;
}
.easyzoom2 {
    position: relative ;
}
.easyzoom2 #easy_zoom {
    top: -350px ;
    left: 110px ;
    width: 550px ;
    height: 650px ;
}

#photo-list li {
    float: left;
    width: 200px;
    height: 270px;
    margin: 0 15px 15px 0;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#photo-list li .h5 {
    font-size: 12px;
    font-weight: bold;
    height: 53px;
    overflow: hidden;
    margin-bottom: 7px;
    text-align: center;
    line-height: 14px;
    *display: block;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}

#photo-list li .h5 a {
    color: black;
}

#photo-list li .h5 a:hover {
    color: #e03a1b;
}

#photo-list li .image {
    text-align: center;
}

#photo-list li .image a img {
    height: 137px !important;
    width: auto !important;
    line-height: 0;
}

#photo-list li .image .gallery-desc {
    height: 67px;
    text-align: center;
    line-height: 14px;
    overflow: hidden;
}

/*Contact form*/
.wa-form { overflow: visible; }
  .wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
  .wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
  .wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
  .wa-form .wa-field .wa-value.wa-submit { margin-top: 0px; }
  .wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 200px; margin: 0; }
  .wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
  input, textarea { font-size: 1em; color: black;}
  .wa-form .wa-captcha { padding: 7px 0 10px; }
  .wa-form .wa-captcha p { clear: left; margin: 0; }
  .wa-captcha img { float: left; margin-right: 5px; margin-top: -8px; }
  .wa-captcha .wa-captcha-refresh { color: #AAAAAA; font-size: 0.8em; text-decoration: underline; }

.wa-form .contact-form {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wa-form .contact-form .wa-field .wa-name {
    font-size: 12px;
    width: 100px;
    text-align: right;
}

.wa-form .contact-form .wa-field .wa-value {
    margin-left: 120px;
}

.wa-form .contact-form .wa-field .wa-value textarea {
    width: 433px;
}

.left.price_ul {
    width: 273px;
}

.stockproducts ul {
    margin: 20px 0 !important ;
}

#page .compare-at-price {
    color: #8d8d8d ;
    display: block ;
    font-size: 12px ;
    text-decoration: line-through ;
}

.journals img {
    height:150px;
}

#content-main {
    overflow:hidden;
}
#content-main .sidebar {
    display:none;
}
.buycall {
    line-height: 35px;
    height: 35px;
}

.buycall>span {
    padding-left: 30px;
    background: url("img/call.png") left center no-repeat;
    display: block;
}

/*Add to cart*/
form.addtocart.basket {
    margin-bottom: 10px;
    position: relative;
    width: 145px;
    height: 47px;
    overflow: hidden;
    float: right;
}

form.addtocart.basket button+.arrow-basket,
form.addtocart.basket>input[type="submit"]+.arrow-basket {
    background: url("img/arrow-buy.png") left center no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    z-index: 200;
    top: -13px;
    left: 31px;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

form.addtocart.basket button:hover+.arrow-basket,
form.addtocart.basket>input[type="submit"]:hover+.arrow-basket {
    top: 8px;
    left: 31px;
    opacity: 1;
}

form.addtocart.basket button,
form.addtocart.basket>input[type="submit"] {
    background: url("img/buy.png") 0 0 no-repeat;
    background-color: transparent;
    border: none;
    padding-left: 45px;
    padding-right: 8px;
    color: black;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    width: 135px;
    height: 40px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    position: relative;
    z-index: 100;
    font-size: 14px;
    font-weight: bold;
}
form.addtocart.basket button:hover,
form.addtocart.basket>input[type="submit"]:hover {
    background-position: 0 -40px;
    background-color: transparent;
}


input.error {
    border-color:red;
}
.errormsg {
    color:red;
    font-weight:bold;
    font-size:16px;
}
.image .videos {
    border: 1px solid #3f9dd4;
    color: #3f9dd4;
    font-size:12px;
    text-decoration:none;
}
.image .videos span {
    display:block;
    margin-top:8px;
}

/*fixed menu*/
.st-fixed { display:none; position:fixed; top:0; z-index:10000; }
/*fixed menu*/

/* Dialogs
---------- */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; filter: alpha(opacity=80); z-index: 10100; }
.dialog-window .cart { position: fixed; top: 25%; left: 0; right: 0; opacity: 1; z-index: 10110; overflow-x: hidden; box-shadow: 0 3px 15px #ddd; margin: 0 auto; text-align: left; width: 400px; bottom: 15%; background: #fff; padding: 25px; }
.dialog-window .cart .added2cart { font-style: italic; }
.dialog-window .cart .purchase { display: block; }
.dialog-window .dialog-close { float: right; color: #bbb; text-decoration: none; font-size: 200%; margin-top: -3px; }
.dialog-window .dialog-close:hover { color:red; }
.dialog-window .next { margin-top:40px !important; }
.dialog-window .butt { font-size:18px; margin:20px 10px; text-align:center;}

#mailer-frontend-subscribe-form { background:#fff; border-top: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; position:fixed; padding:0 0 20px; bottom:-246px; left:20px; width:350px; height:264px; z-index:5;}
#mailer-frontend-subscribe-form .podpiska { background:#E8860C; color:#fff; font-size:18px; padding:10px; }
#mailer-frontend-subscribe-form .podpiska:hover { cursor:pointer; }
#mailer-frontend-subscribe-form  table { width:100%; }
#mailer-frontend-subscribe-form  input[type=text],
#mailer-frontend-subscribe-form  input[type=email] { width:90%; }
#mailer-frontend-subscribe-form  input[type=submit] { height:40px; width:94%; }
#mailer-frontend-subscribe-form  .hidden  { padding:40px 20px 0; font-size:20px; }
#mailer-frontend-subscribe-form a { text-decoration:none; }

/*Blocks*/
.personal-order {
    padding: 20px 10px 10px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.personal-order>.right a.btn {
    text-shadow: 0 1px 0 rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 0 10px;
    height: auto;
}

.personal-order>.right a.btn .bg {
    padding: 10px 10px 10px 35px;
    background: url("img/call3.png") left center no-repeat;
    display: block;
    font-size: 16px;
}

.personal-order>.right a.btn .bg span {
    font-size: 12px;
}

.personal-order>.info {
    overflow: hidden;
    float: left;
}

.personal-order>.info>.img {
    width: 156px;
    height: 107px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    background: url("img/block-img.jpg") left top no-repeat;
    border: 1px solid #ddd;
    position: relative;
}

.personal-order>.info>.img>.name-block {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.65);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
}

.personal-order>.info>.text-block {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding-right: 70px;
    background: url("img/arrow-right2.png") right 17px no-repeat;
    margin-right: 20px;
    float: left;
    width: 300px;
}

.personal-order>.info>.text-block a {
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.personal-order>.info span.name {
    font-weight: bold;
}

<!-- Start -->

.calc_sushka_lesa{
    width: 100%;
    padding: 20px;
}
.calc__left-block {
     width: 50%;
     float: left;
     max-width: 400px;
 }
.calc__right-block {
    float: left;
    width: 50%;
    min-width: 100px;
    padding-left: 12px;
}
.calc__right-block img {
    max-height: 245px;
    min-width: 250px;
}
.calc__div-parametrs {
    height: 33px;
}
.calc__left-block label{
    float: left;
    width: 250px;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    padding-top: 12px;
    padding-right: 15px;
}
.calc__left-block select{
    float: left;
    display: block;
    width: 60px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.20);
    height: 28px;
    color: #444;
    padding: 0 4px;
    background-color: #fff;
}
.calc__left-block input[type=text]{
    float: left;
}
.calc__left-block input[type=checkbox]{
    display: block;
    float: left;
    margin-top: 14px;
}
.calc__bottom {
    float: left;
    width: 100%;
}
.resut_all {
    font-size: 18px;
    font-weight: bolder;
}

/*Kalkulator*/

div.calc-block {
    overflow: hidden;
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3e6;
}

div.calc-block h2 {
    padding-left: 40px;
    background: url("img/calc.png") left center no-repeat;
    line-height: 32px;
}

div.calc-block img#sckema {
    border: 1px solid #ddd;
    height: 165px;
}

.qr-block {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

#pop-up-info {
    position: fixed!important;
}

#pop-up-menu {
    margin-top: 40px!important;
}

#content-main {
    height: 450px!important;
    overflow-y: auto;
}

#pop-up-info {
    z-index: 100003!important;
}

.secondname, table.char.price tr td span.secondname{font-size:.95em;font-weight:normal;}
#cart-form span.secondname{padding:0 10px;}
table.char.price tr td span.callme_viewform{font-size:12px; white-space:nowrap;}
/* 
 * Tipper v3.1.0 - 2014-11-25 
 * A jQuery plugin for simple tooltips. Part of the formstone library. 
 * https://formstone.it/tipper/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.tipper{width:1px;height:1px;position:absolute;top:-999px;left:-999px;z-index:10;opacity:0;pointer-events:none;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.tipper *{-webkit-transition:none;transition:none}.tipper,.tipper *{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.tipper,.tipper *,.tipper :before,.tipper :after{box-sizing:border-box}.tipper.visible{opacity:1}.tipper .tipper-content{background:#111;border-radius:3px;color:#fff;display:block;float:left;font-size:12px;margin:0;padding:10px 15px;position:relative;white-space:nowrap}.tipper .tipper-caret{width:0;height:0;content:'';display:block;margin:0;position:absolute}.tipper.right .tipper-content{box-shadow:1px 0 5px rgba(0,0,0,.35)}.tipper.right .tipper-caret{top:0;left:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #111}.tipper.left .tipper-content{box-shadow:-1px 0 5px rgba(0,0,0,.35)}.tipper.left .tipper-caret{top:0;right:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #111}.tipper.top .tipper-caret,.tipper.bottom .tipper-caret{display:block;float:none;margin:0 auto}.tipper.top .tipper-content{box-shadow:0 -1px 5px rgba(0,0,0,.35)}.tipper.top .tipper-caret{bottom:-5px;left:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #111}.tipper.bottom .tipper-content{box-shadow:0 1px 5px rgba(0,0,0,.35)}.tipper.bottom .tipper-caret{top:-5px;left:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #111}