/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
button {
  outline: none;
  padding: 0;
}
a {
  text-decoration: none;
}
.c-container {
  text-align: center;
}
.c-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -5px;
}
.c-container .c-block {
  display: inline-block;
  vertical-align: middle;
}
body {
  min-width: 1000px;
}
body.no-scroll {
  overflow: hidden;
}
body p,
body a,
body h1,
body h2,
body h3,
body h4,
body li,
body label,
body input,
body textarea,
body button,
body th,
body td {
  font: 400 14px/1.2 'PT Sans', sans-serif;
  color: #333;
}
body h1 {
  font-size: 22px;
  font-weight: 700;
}
body h2,
body .header-2 {
  font-size: 20px;
  font-weight: 700;
}
body h3,
body .header-3 {
  font-size: 18px;
  font-weight: 700;
}
body h4,
body .header-4 {
  font-size: 16px;
  font-weight: 700;
}
body a {
  color: #3e77aa;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body a span,
body a:after {
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body a:hover {
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}
body a:hover span,
body a:hover:after {
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}
.wrapper {
  max-width: 1890px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header.main {
  margin-bottom: 20px;
}
.header-top {
  height: 36px;
  background: #f9f9f9;
}
.header-top .wrapper {
  position: relative;
}
.header-top .authorization {
  float: right;
  overflow: hidden;
  padding-right: 194px;
}
.header-top .authorization a {
  display: block;
  float: left;
  line-height: 36px;
  padding: 0 8px 0 32px;
  position: relative;
}
.header-top .authorization a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 22px;
  height: 20px;
  background: 0 0 no-repeat;
}
.header-top .authorization a:hover {
  background: #ececec;
}
.header-top .authorization .login:before {
  background-image: url("/images/new/icon-login.png");
}
.header-top .authorization .registration:before {
  background-image: url("/images/new/icon-register.png");
}
nav.main {
  float: left;
}
nav.main ul {
  overflow: hidden;
}
nav.main ul li {
  display: block;
  float: left;
}
nav.main ul li a {
  display: block;
  line-height: 36px;
  padding: 0 12px;
}
nav.main ul li a:hover {
  background: #ececec;
}
nav.main ul li.active {
  background: #ececec;
}
nav.main ul li.active a {
  color: #333;
  pointer-events: none;
  cursor: default;
}
.btn-show-cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 46px;
  background: #ffbd3f;
  background: -moz-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbd3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbd3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3f', endColorstr='#ff9a3f', GradientType=0);
  border-radius: 0 0 4px 4px;
}
.btn-show-cart p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 8px 0 0 55px;
  position: relative;
}
.btn-show-cart p strong {
  font-size: 14px;
  font-weight: 700;
}
.btn-show-cart p:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 12px;
  width: 27px;
  height: 22px;
  background: url("/images/new/icon-cart.png") 0 0 no-repeat;
}
.header-middle {
  height: 104px;
}
#logo-link {
  display: block;
  float: left;
  margin: 22px 0 0 2px;
}
#logo-link img {
  width: 214px;
  height: 60px;
}
#show-phones-wrapper {
  position: relative;
  margin-top: 23px;
  float: right;
  overflow: hidden;
}
#contact-phones {
  float: left;
  padding: 5px 10px 5px 20px;
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  right: -530px;
  opacity: 0;
}
#contact-phones table td {
  font-size: 16px;
  font-weight: 700;
  color: #545454;
  height: 30px;
  vertical-align: middle;
  text-align: right;
  padding-right: 60px;
  position: relative;
}
#contact-phones table td:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 30px;
  width: 22px;
  height: 22px;
  background: 0 0 no-repeat;
}
#contact-phones table td a {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 1px dotted #628db6;
}
#contact-phones table td a:hover {
  border-bottom-color: transparent;
}
#contact-phones .mts:after {
  background: url("/images/new/icon-phone-mts.png");
}
#contact-phones .life:after {
  background: url("/images/new/icon-phone-life.png");
}
#contact-phones .velcom:after {
  background: url("/images/new/icon-phone-velcom.png");
}
#contact-phones .skype:after {
  background: url("/images/new/icon-phone-skype.png");
}
#contact-phones .btn-close-phones {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 21px;
  margin-top: -10.5px;
  background: url("/images/new/sprite-show-phones.png") right top no-repeat;
  cursor: pointer;
}
#show-phones {
  display: block;
  float: right;
  width: 98px;
  height: 68px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  line-height: 68px;
  position: relative;
  z-index: 10;
}
#show-phones span {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px dotted #628db6;
}
#show-phones .btn-show-phones {
  display: block;
  position: absolute;
  top: 50%;
  left: -11px;
  width: 11px;
  height: 21px;
  margin-top: -10.5px;
  background: url("/images/new/sprite-show-phones.png") left top no-repeat;
  border-bottom: none;
}
.header-bottom {
  height: 50px;
  background: #85d02d;
  background: -moz-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #85d02d), color-stop(100%, #6fb51c));
  background: -webkit-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -o-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -ms-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: linear-gradient(to bottom, #85d02d 0%, #6fb51c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d02d', endColorstr='#6fb51c', GradientType=0);
}
.search-form {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 137px;
}
.search-form .search-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 88px;
}
.search-form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 31px;
  border: 1px solid #72b622;
  border-radius: 4px;
  outline: none;
  padding: 0 20px;
  color: #000;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
  color: #c6c6c6;
}
.search-form input[type="text"]::-moz-placeholder {
  font-style: italic;
  color: #c6c6c6;
}
.search-form input[type="text"]:-moz-placeholder {
  font-style: italic;
  color: #c6c6c6;
}
.search-form input[type="text"]:-ms-input-placeholder {
  font-style: italic;
  color: #c6c6c6;
}
.search-form button {
  float: right;
  width: 75px;
  color: #000;
  background: #fff;
  line-height: 29px;
  border: 1px solid #72b622;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
#btn-advanced-search {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}
#btn-advanced-search span {
  border-bottom: 1px dotted #fff;
}
#btn-advanced-search:hover span {
  border-bottom-color: transparent;
}
#advanced-search {
  background: #f6f6f6;
  padding-top: 9px;
  display: none;
}
#advanced-search .wrapper {
  position: relative;
}
#advanced-search #btn-close-advanced {
  position: absolute;
  top: 6px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("/images/new/icon-close.png") 0 0 no-repeat;
}
#advanced-search .selects {
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
#advanced-search .price {
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
#advanced-search .price label {
  margin-right: 6px;
}
#advanced-search .price label span {
  color: #71b81d;
}
#advanced-search .out-of-stock {
  margin-bottom: 9px;
}
#advanced-search select {
  text-align: left;
  font-size: 14px;
  color: #666;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  outline: none;
  margin-right: 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  background: url("/images/new/icon-select-arrow-grey.png") right center no-repeat, #fff;
  cursor: pointer;
  padding: 0 20px 0 10px;
}
#advanced-search select::-ms-expand {
  display: none;
}
#advanced-search input[type="text"] {
  width: 60px;
  height: 30px;
  color: #666;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  outline: none;
  padding: 0 5px;
  margin: 0 8px;
}
#advanced-search input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}
#advanced-search input[type="checkbox"] + label {
  line-height: 32px;
  padding-right: 22px;
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
}
#advanced-search input[type="checkbox"] + label .checkbox {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  right: 0;
}
#advanced-search input[type="checkbox"] + label .checkbox:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 1px;
  width: 14px;
  height: 11px;
  background: url("/images/new/icon-checkbox.png") 0 0 no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#advanced-search input[type="checkbox"]:checked + label .checkbox:after {
  opacity: 1;
}
.footer-top {
  background: #2c2c2c;
  padding: 37px 0 24px;
}
.footer-top .header-4 {
  color: #a8a8a8;
  margin-bottom: 10px;
}
.footer-top .nav-links {
  width: 50%;
  float: left;
  overflow: hidden;
}
.footer-top .nav-links .col {
  width: 33%;
  float: left;
}
.footer-top .nav-links .col ul li {
  margin-bottom: 11px;
  padding-left: 16px;
  position: relative;
}
.footer-top .nav-links .col ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 0;
  border-bottom: 1px solid #ffbf3f;
}
.footer-top .nav-links .col ul li a {
  border-bottom: 1px solid transparent;
}
.footer-top .nav-links .col ul li a:hover {
  border-bottom-color: #628db6;
}
.footer-top .about {
  width: 25%;
  float: left;
  text-align: center;
}
.footer-top .about .container {
  display: inline-block;
  text-align: left;
}
.footer-top .about p {
  color: #a8a8a8;
  margin-bottom: 11px;
}
.footer-top .about p.payments {
  margin-bottom: 0;
  padding-top: 6px;
}
.footer-top .about img {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 5px;
}
.footer-top .info {
  width: 25%;
  float: left;
}
.footer-top .info p {
  font-size: 12px;
  color: #949494;
  margin-bottom: 9px;
}
.footer-bottom {
  height: 40px;
  background: #1c1c1c;
}
.footer-bottom .wrapper {
  overflow: hidden;
}
.footer-bottom .wrapper:after {
  display: none;
}
.footer-bottom .socials {
  width: 75%;
  float: left;
}
.footer-bottom .socials ul li {
  display: inline-block;
  padding-right: 34px;
  position: relative;
  margin: 12px 26px 0 0;
}
.footer-bottom .socials ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 17px;
  background: 0 0 no-repeat;
}
.footer-bottom .socials ul li a {
  color: #585858;
  position: relative;
}
.footer-bottom .socials ul li a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}
.footer-bottom .socials ul li a:hover:after {
  border-bottom-color: transparent;
}
.footer-bottom .socials ul li a:before {
  content: '';
  position: absolute;
  top: 9px;
  right: -16px;
  width: 9px;
  height: 0;
  border-bottom: 1px solid #585858;
}
.footer-bottom .socials .vk:after {
  background: url("/images/new/icon-social-vk.png");
}
.footer-bottom .socials .tw:after {
  background: url("/images/new/icon-social-tw.png");
}
.footer-bottom .socials .fb:after {
  background: url("/images/new/icon-social-fb.png");
}
.footer-bottom .partner-link {
  display: block;
  float: right;
  padding-top: 11px;
}
.footer-bottom .partner-link img {
  display: block;
  width: 113px;
  height: 18px;
}
aside.sidebar-left {
  width: 220px;
  float: left;
}
aside.sidebar-right {
  width: 250px;
  float: right;
}
aside.sidebar {
  margin-bottom: 40px;
}
section.catalog {
  background: #effae2;
  border: 1px solid #83cd2b;
  border-radius: 4px;
  padding: 16px 19px 5px;
  position: relative;
  margin-bottom: 10px;
}
section.catalog:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -13px;
  width: 24px;
  height: 24px;
  background: url("/images/new/icon-section-catalog.png") 0 0 no-repeat;
}
section.catalog .header-3 {
  margin-bottom: 9px;
}
section.catalog ul.main-list > li {
  margin-bottom: 11px;
  position: relative;
}
section.catalog ul.main-list > li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -12px;
  width: 6px;
  height: 12px;
  background: url("/images/new/icon-list-arrow.png") 0 0 no-repeat;
  z-index: 10;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
section.catalog ul.main-list > li > a {
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
section.catalog ul.main-list > li > a:hover {
  border-bottom-color: #628db6;
}
section.catalog ul.main-list > li.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.catalog ul.main-list > li.active > a {
  display: inline-block;
  background: #c6e79f;
  margin: -4px 0 -6px -24px;
  border-radius: 3px;
  padding: 4px 20px 5px 24px;
  border-bottom: none;
}
section.catalog ul.main-list > li > ul {
  margin-left: -9px;
}
section.catalog ul.main-list ul {
  display: none;
  margin-top: 11px;
  position: relative;
  margin-left: 5px;
  padding-left: 9px;
}
section.catalog ul.main-list ul:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #83cd2b;
}
section.catalog ul.main-list ul li {
  margin-bottom: 11px;
  position: relative;
}
section.catalog ul.main-list ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -9px;
  width: 6px;
  height: 0;
  border-bottom: 1px solid #83cd2b;
}
section.catalog ul.main-list ul li a {
  border-bottom: 1px solid transparent;
}
section.catalog ul.main-list ul li a:hover {
  border-bottom-color: #628db6;
}
section.catalog ul.main-list ul li sup {
  font-size: 10px;
  vertical-align: super;
  color: #666;
}
section.catalog .btn-collapse-section {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 16px;
  height: 10px;
  background: url("/images/new/icon-collapse.png") 0 0 no-repeat;
  display: none;
}
section.catalog .btn-collapse-section.collapse {
	background: url("/images/new/icon-collapse2.png") 0 0 no-repeat;
}
section.pages {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 16px 19px 18px;
  position: relative;
  margin-bottom: 20px;
}
section.pages:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -13px;
  width: 24px;
  height: 24px;
  background: 0 0 no-repeat;
}
section.pages .header-3 {
  margin-bottom: 10px;
}
section.pages ul {
  margin-bottom: 6px;
}
section.pages li {
  padding: 7px 0 7px;
}
section.pages li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
section.pages li a {
  border-bottom: 1px solid transparent;
}
section.pages li a:hover {
  border-bottom-color: #628db6;
}
section.last-seen:before {
  background: url("/images/new/icon-section-seen.png");
}
section.news:before {
  background: url("/images/new/icon-section-news.png");
}
section.articles:before {
  background: url("/images/new/icon-section-articles.png");
}
section.special-offers {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 16px 20px 18px;
  position: relative;
  margin-bottom: 20px;
}
section.special-offers:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -13px;
  width: 24px;
  height: 24px;
  background: url("/images/new/icon-section-special.png") 0 0 no-repeat;
}
section.special-offers .offer {
  margin-bottom: 18px;
}
section.special-offers .header-3 {
  margin-bottom: 14px;
}
section.special-offers img {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
section.special-offers .text {
  padding-left: 60px;
}
section.special-offers .text a {
  border-bottom: 1px solid transparent;
}
section.special-offers .text a:hover {
  border-bottom-color: #628db6;
}
section.special-offers .text p.old-price {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
section.special-offers .text p.old-price:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #e65100;
}
section.special-offers .text p.price {
  font-size: 16px;
  color: #f57c00;
}

section.special-offers .text p.price_denom {
  font-size: 13px;
  color: #f57c00;	
}
section.filter {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 16px 20px 18px;
  margin-bottom: 10px;
}
section.filter .header-3 {
  position: relative;
}
section.filter .header-3:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -33px;
  width: 24px;
  height: 24px;
  background: 0 0 no-repeat;
}
section.filter .header-3.brand {
  margin-bottom: 10px;
}
section.filter .header-3.brand:before {
  background: url("/images/new/icon-section-brand.png");
}
section.filter .header-3.price {
  margin-bottom: 20px;
}
section.filter .header-3.price:before {
  background: url("/images/new/icon-section-price.png");
}
section.filter ul {
  overflow: hidden;
}
section.filter ul li {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 8px;
}
section.filter ul li a {
  border-bottom: 1px solid transparent;
}
section.filter ul li a:hover {
  border-bottom-color: #628db6;
}
section.filter a.detail {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px dotted #3e77aa;
  margin-bottom: 14px;
}
section.filter a.detail:hover {
  border-bottom-color: transparent;
}
section.filter .range {
  margin-bottom: 11px;
  overflow: hidden;
}
section.filter .range p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
section.filter .range p:first-of-type {
  padding-right: 10px;
}
section.filter .range p:last-of-type {
  padding-left: 10px;
}
section.filter .range span {
  display: inline-block;
  color: #969696;
  margin-bottom: 2px;
}
section.filter .range input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 22px;
  color: #969696;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  padding: 0 5px;
}
section.filter .btn-apply {
  display: inline-block;
  color: #fff;
  line-height: 22px;
  background: #85d02d;
  background: -moz-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #85d02d), color-stop(100%, #6fb51c));
  background: -webkit-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -o-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -ms-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: linear-gradient(to bottom, #85d02d 0%, #6fb51c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d02d', endColorstr='#6fb51c', GradientType=0);
  border-radius: 2px;
  padding: 0 7px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 8px;
}
section.filter .slider-clear {
  color: #969696;
  border-bottom: 1px dotted #969696;
}
section.filter .slider-clear:hover {
  border-bottom-color: transparent;
}
section.banner-left,
section.banner-right {
  position: relative;
  border-radius: 4px;
}
section.banner-left img,
section.banner-right img {
  display: block;
}
section.banner-left .border,
section.banner-right .border {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
section.banner-left img {
  width: 220px;
}
section.banner-right img {
  width: 250px;
}
.breadcrumbs {
  margin-bottom: 21px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: 9px;
}
.breadcrumbs li span {
	  display: inline-block;
  position: relative;
  padding-right: 9px;
  font-size: 12px;
}
.breadcrumbs li a {
  font-size: 12px;
  border-bottom: 1px solid transparent;
}
.breadcrumbs li a:hover {
  border-bottom-color: #628db6;
}
.breadcrumbs li.has-child:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  width: 8px;
  height: 7px;
  background: url("/images/new/icon-breadcrumbs-arrow.png") 0 0 no-repeat;
}
section.main-content {
  padding-left: 240px;
}
section.main-content a.detail {
  font-size: 12px;
  border-bottom: 1px dotted #3e77aa;
}
section.main-content a.detail:hover {
  border-bottom-color: transparent;
}
section.main-content.home .content p {
  font-size: 12px;
  margin-bottom: 5px;
}
section.main-content.single {
  padding-right: 270px;
}
section.main-content.single p {
  line-height: 18px;
  margin-bottom: 10px;
}
section.main-content.single .header-3 {
  margin-bottom: 10px;
}
section.main-content.single .specifications {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin: 16px 0 14px;
}
section.main-content.single .specifications .header-4 {
  line-height: 40px;
  padding: 0 12px;
}
section.main-content.single .specifications table {
  width: 100%;
}
section.main-content.single .specifications table tr {
  background: #fff;
  text-align: left;
}
section.main-content.single .specifications table tr:nth-child(2n) {
  background: #fbfbfb;
}
section.main-content.single .specifications table th,
section.main-content.single .specifications table td {
  width: 50%;
  line-height: 30px;
  padding: 0 12px;
  color: #555;
}
section.main-content.single .specifications table th {
  font-weight: 700;
}
section.main-content.single .comment {
  margin-bottom: 20px;
}
section.main-content.single .comment .name p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
section.main-content.single .comment .name .user-eval {
  display: inline-block;
  vertical-align: top;
  padding: 1px 0 0 6px;
}
section.main-content.single .comment p {
  line-height: 18px;
}
section.main-content.single .similar .header-2 {
  padding-left: 24px;
  position: relative;
  margin-bottom: 14px;
}
section.main-content.single .similar .header-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 24px;
  height: 24px;
  background: url("/images/new/icon-section-info.png") 0 0 no-repeat;
}
section.main-content.single .similar .header-2 a {
  font-size: inherit;
  font-weight: inherit;
}
section.main-content.single .similar .tile-cell {
  width: 150px;
  height: 263px;
  margin-bottom: 140px;
}
section.main-content.single .similar .tile-cell .tile {
  padding: 0 9px;
}
section.main-content.news {
  padding-right: 270px;
}
section.main-content.news .all-news {
  margin-bottom: 30px;
}
section.main-content.news .header-2 {
  margin-bottom: 16px;
}
section.main-content.news p {
  margin-bottom: 8px;
}
section.main-content.news p b {
  font-weight: 700;
}
section.main-content.news .see-also {
  margin-bottom: 15px;
}
section.main-content.news .see-also .article {
  margin-bottom: 12px;
}
section.main-content.news .see-also .header-3 {
  margin-bottom: 18px;
}
section.main-content.news .see-also p.date {
  font-size: 10px;
  color: #777;
  margin-bottom: 1px;
}
section.main-content.news .see-also a {
  border-bottom: 1px solid transparent;
}
section.main-content.news .see-also a:hover {
  border-bottom-color: #628db6;
}
section.main-content.section {
  padding-right: 270px;
}
section.main-content.section p {
  margin-bottom: 10px;
}
section.main-content.section .detail {
  display: inline-block;
  margin-bottom: 18px;
}
section.main-content.section .header-2 {
  margin-bottom: 10px;
}
section.main-content.section .header-2 a {
  font-size: inherit;
  font-weight: inherit;
}
section.main-content.section .tile-cell {
  width: 150px;
  height: 263px;
  margin-bottom: 28px;
}
section.main-content.section .tile-cell .tile {
  padding: 0 9px;
}
section.main-content.category {
  padding-right: 270px;
}
section.main-content.category p {
  margin-bottom: 10px;
}
section.main-content.category .detail {
  display: inline-block;
  margin-bottom: 18px;
}
section.main-content.category .sort-by-wrapper {
  overflow: hidden;
}
section.main-content.category .sort-by-wrapper .sort-by {
  float: left;
  width: 50%;
}
section.main-content.category .sort-by-wrapper .per-page {
  float: right;
  width: 50%;
  text-align: right;
}
section.main-content.category .sort-by-wrapper select {
  text-align: left;
  margin-left: 8px;
  font-size: 12px;
  color: #666;
  height: 22px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  background: url("/images/new/icon-select-arrow-grey.png") right center no-repeat, #fff;
  cursor: pointer;
  padding: 0 22px 0 7px;
}
section.main-content.category .sort-by-wrapper select::-ms-expand {
  display: none;
}
section.main-content h1 {
  margin-bottom: 12px;
}
section.main-content .header-2.section-link {
  padding-left: 21px;
  position: relative;
  margin-bottom: 8px;
}
section.main-content .header-2.section-link:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -10px;
  width: 24px;
  height: 24px;
  background: url("/images/new/icon-section-special.png") 0 0 no-repeat;
}
section.main-content .header-2 a {
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}
section.main-content .header-2 a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #b9cadc;
}
section.main-content .header-2 a:hover:after {
  border-bottom-color: transparent;
}
section.main-content .advantages ul {
  margin-bottom: 16px;
}
section.main-content .advantages ul li {
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
section.main-content .advantages ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 0;
  border-top: 1px solid #83cd2b;
}
section.main-content .additional-info p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
section.main-content .additional-info p b {
  font-weight: 700;
}
section.main-content .socials {
  padding: 14px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
section.main-content .socials ul {
  text-align: center;
}
section.main-content .socials ul li {
  display: inline-block;
}
section.main-content .socials ul li img {
  width: 24px;
  height: 24px;
}
section.content {
  margin-bottom: 24px;
}
section.special-offers,
section.bestsellers {
  margin-bottom: 12px;
}
.tile-board {
  margin: 0 -10px;
  padding-top: 6px;
  text-align: center;
}
.tile-board .tile-cell {
  display: inline-block;
  width: 235px;
  height: 300px;
  padding: 0 8px;
  margin-bottom: 30px;
}
.tile-board .tile {
  height: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.tile-board .tile img {
  margin: 9px 0 4px;
  display: inline-block;
  width: 130px;
  height: 130px;
}
.tile-board .tile .old-price {
  position: absolute;
  bottom: 89px;
  left: 0;
  width: 100%;
}
.tile-board .tile .old-price span {
  position: relative;
  font-size: 14px;
  padding: 0 2px;
}
.tile-board .tile .old-price span:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #e65100;
}
.tile-board .tile .info {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #666;
}
.tile-board .tile .price {
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #f57c00;
}
.tile-board .tile .price_denom {
  position: absolute;
  bottom: 35px;
  text-align:center;
  color: #f57c00;
  font-size:13px;
  left: 0;
  width: 100%;
}
.tile-board .tile .add-to-cart {
  position: absolute;
  text-align: left;
  bottom: -11px;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  height: 32px;
  background: #ffbd3f;
  background: -moz-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbd3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbd3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3f', endColorstr='#ff9a3f', GradientType=0);
  border-radius: 4px;
}
.tile-board .tile .add-to-cart span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 0 0 49px;
  position: relative;
}
.tile-board .tile .add-to-cart span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 17px;
  width: 20px;
  height: 16px;
  background: url("/images/new/icon-cart-small.png") 0 0 no-repeat;
}
.tile-board .tile .out-of-stock {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  height: 32px;
  background: #9f9f9f;
  border-radius: 4px;
}
.tile-board .tile .out-of-stock span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-top: 6px;
}
.label-bestseller:before,
.label-action:before,
.label-latest:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 101px;
  height: 101px;
  background: 0 0 no-repeat;
}
.label-bestseller:before {
  background: url("/images/new/label-bestseller.png");
}
.label-action:before {
  background: url("/images/new/label-action.png");
}
.label-latest:before {
  background: url("/images/new/label-latest.png");
}
.btn-all {
  display: inline-block;
  color: #fff;
  line-height: 22px;
  background: #85d02d;
  background: -moz-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #85d02d), color-stop(100%, #6fb51c));
  background: -webkit-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -o-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -ms-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: linear-gradient(to bottom, #85d02d 0%, #6fb51c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d02d', endColorstr='#6fb51c', GradientType=0);
  border-radius: 2px;
  padding: 0 7px;
}
.materials .news,
.materials .articles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 30px;
}
.materials .header-2 {
  position: relative;
  margin-bottom: 14px;
}
.materials .header-2:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: 0 0 no-repeat;
}
.materials .news .header-2:before {
  background-image: url("/images/new/icon-section-news.png");
}
.materials .articles .header-2:before {
  background-image: url("/images/new/icon-section-articles.png");
}
.materials p.date {
  font-size: 10px;
  color: #777;
}
.materials ul {
  margin-bottom: 17px;
}
.materials li {
  margin-bottom: 13px;
}
.materials li a {
  border-bottom: 1px solid transparent;
}
.materials li a:hover {
  border-bottom-color: #628db6;
}
.cart-wrapper .order {
  width: 230px;
  float: left;
  background: #fafafa;
  padding: 20px 20px 15px;
    position: absolute;
    top: 290px;  
}
.cart-wrapper .order .header-2 {
  font-size: 22px;
  margin-bottom: 4px;
}
.cart-wrapper .order label {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.cart-wrapper .order label sup {
  vertical-align: super;
  color: #dd2c00;
  font-size: 14px;
  position: relative;
  bottom: -5px;
}
.cart-wrapper .order input,
.cart-wrapper .order select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  width: 100%;
  font-size: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  outline: none;
  padding: 0 6px;
}
.cart-wrapper .order select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  background: url("/images/new/icon-select-arrow.png") right center no-repeat, #fff;
  cursor: pointer;
}
.cart-wrapper .order select::-ms-expand {
  display: none;
}
.cart-wrapper .order textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  outline: none;
  padding: 5px 6px;
  resize: vertical;
}
.cart-wrapper .order #order_submit {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 164px;
  height: 42px;
  background: #ffbf3f;
  background: -moz-linear-gradient(top, #ffbf3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbf3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbf3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbf3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbf3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbf3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf3f', endColorstr='#ff9a3f', GradientType=0);
  outline: none;
  border: none;
  border-radius: 4px;
  margin: 19px auto 8px;
  cursor: pointer;
}
.cart-wrapper .goods-list {
  padding-left: 290px;
}
.cart-wrapper .goods-list .item {
  border-top: 1px solid #f0f0f0;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.cart-wrapper .goods-list .item .thumb {
  float: left;
  width: 60px;
  height: inherit;
}
.cart-wrapper .goods-list .item .thumb img {
  width: 58px;
  height: 58px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.cart-wrapper .goods-list .item .link {
  height: inherit;
  text-align: left;
  padding: 0 225px 0 70px;
}
.cart-wrapper .goods-list .item .link a {
  font-size: 14px;
  border-bottom: 1px solid transparent;
}
.cart-wrapper .goods-list .item .link a:hover {
  border-bottom-color: #628db6;
}
.cart-wrapper .goods-list .item .item-price {
  float: right;
  width: 138px;
  height: inherit;
}
.cart-wrapper .goods-list .item .item-price p {
  font-size: 16px;
}
.cart-wrapper .goods-list .item .item-count {
  float: right;
  width: 87px;
  height: inherit;
}
.cart-wrapper .goods-list .item .item-count input {
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #666;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  text-align: center;
  margin: 0 2px;
}
.cart-wrapper .goods-list .item .item-count .btn-change {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/images/new/sprite-item-count.png") no-repeat;
  margin-bottom: -2px;
}
.cart-wrapper .goods-list .item .item-count .item-more {
  background-position: 0 0;
}
.cart-wrapper .goods-list .item .item-count .item-less {
  background-position: -14px 0;
}
.cart-wrapper .goods-list .item .delete-item {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 10px;
  height: 10px;
  background: url("/images/new/icon-cart-delete.png") 0 0 no-repeat;
}
.cart-wrapper .goods-list .cart-total-price {
  background: #fffce5;
  padding: 14px 20px;
  border-top: 1px solid #f0f0f0;
  text-align: right;
  margin-bottom: 6px;
}
.cart-wrapper .goods-list .cart-total-price p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cart-wrapper .goods-list .cart-total-price p span {
  color: #ee780b;
}
.cart-wrapper .goods-list .shipment {
  font-size: 14px;
  padding-right: 20px;
  text-align: right;
}
.goods-info {
  margin-bottom: 36px;
}
.goods-info .price-delivery {
  float: right;
  width: 210px;
}
.goods-info .price-delivery .buy {
  background: #fffcd9;
  border-radius: 4px;
  padding: 12px 0 13px;
  text-align: center;
  margin-bottom: 8px;
}
.goods-info .price-delivery .buy p.old-price {
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-bottom: 6px;
}
.goods-info .price-delivery .buy p.old-price:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #e65100;
}
.goods-info .price-delivery .buy p.price {
  font-size: 18px;
  font-weight: 700;
  color: #f57c00;
  margin-bottom: 8px;
}
.goods-info .price-delivery .buy .add-to-cart {
  display: inline-block;
  width: 136px;
  height: 32px;
  background: #ffbd3f;
  background: -moz-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbd3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbd3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3f', endColorstr='#ff9a3f', GradientType=0);
  border-radius: 4px;
  position: relative;
  text-align: left;
}
.goods-info .price-delivery .buy .add-to-cart span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 0 0 49px;
  position: relative;
}
.goods-info .price-delivery .buy .add-to-cart span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 17px;
  width: 20px;
  height: 16px;
  background: url("/images/new/icon-cart-small.png") 0 0 no-repeat;
}
.goods-info .price-delivery div.out-of-stock {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 25px 0 13px;
  text-align: center;
  margin-bottom: 10px;
}
.goods-info .price-delivery div.out-of-stock a {
  display: inline-block;
  position: relative;
  margin-bottom: 22px;
}
.goods-info .price-delivery div.out-of-stock a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dotted #3e77aa;
}
.goods-info .price-delivery div.out-of-stock a:hover:after {
  border-top-color: transparent;
}
.goods-info .price-delivery div.out-of-stock p.out-of-stock {
  display: inline-block;
  width: 136px;
  height: 32px;
  background: #9f9f9f;
  border-radius: 4px;
  margin-bottom: 0;
}
.goods-info .price-delivery div.out-of-stock p.out-of-stock span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-top: 6px;
}
.goods-info .price-delivery .payment-methods {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.goods-info .price-delivery .payment-methods .header-4 {
  line-height: 36px;
  margin-bottom: 0;
}
.goods-info .price-delivery .payment-methods div p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  line-height: 50px;
  float: left;
  color: #666;
  background: #fff;
  margin-bottom: 0;
}
.goods-info .price-delivery .payment-methods div p:nth-child(-n+2) {
  border-bottom: 1px solid #f0f0f0;
}
.goods-info .price-delivery .payment-methods div p:nth-child(2n+1) {
  border-right: 1px solid #f0f0f0;
}
.goods-info .price-delivery .delivery {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.goods-info .price-delivery .delivery .header-4 {
  line-height: 36px;
  text-align: center;
  margin-bottom: 0;
}
.goods-info .price-delivery .delivery div p {
  height: 50px;
  line-height: 50px;
  color: #666;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 0;
}
.goods-info .price-delivery .delivery div p:first-of-type {
  border-bottom: 1px solid #f0f0f0;
}
.goods-info .price-delivery .delivery div p span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.goods-info .gallery {
  padding-right: 230px;
}
.goods-info .gallery .big-image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
.goods-info .gallery .big-image img {
  display: block;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.goods-info .gallery .big-image:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 9px;
  width: 24px;
  height: 25px;
  background: url("/images/new/icon-zoom.png") 0 0 no-repeat;
}
.goods-info .gallery .thumbnails {
  overflow: hidden;
  margin: 0 -5px;
}
.goods-info .gallery .thumbnails a {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  padding: 0 5px;
  margin-bottom: 10px;
}
.goods-info .gallery .thumbnails a img {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.goods-info .gallery .thumbnails a.active img,
.goods-info .gallery .thumbnails a:hover img {
  border-color: #f0f0f0;
}
#one-click-order {
  display: block;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 12px;
}
#one-click-order a {
  position: relative;
}
#one-click-order a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -20px;
  width: 16px;
  height: 16px;
  background: url("/images/new/icon-one-click.png") 0 0 no-repeat;
}
#one-click-order a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dotted #3e77aa;
}
#one-click-order a:hover:after {
  border-top-color: transparent;
}
.tabs {
  margin-bottom: 30px;
}
.tabs > ul {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.tabs > ul > li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #3e77aa;
  background: #f8f8f8;
  cursor: pointer;
  padding: 8px 16px 10px;
  border-radius: 4px 4px 0 0;
  bottom: -1px;
  border: 1px solid transparent;
  border-bottom-color: #f0f0f0;
  margin-right: -4px;
  -webkit-transition-property: background, border, color;
  -moz-transition-property: background, border, color;
  -o-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tabs > ul > li.active {
  background: #fff;
  color: #333;
  border-color: #f0f0f0;
  border-bottom-color: #fff;
  cursor: default;
  z-index: 10;
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}
.tabs > ul > li sup {
  font-size: 10px;
  vertical-align: super;
}
.eval-total ul {
  overflow: hidden;
  float: right;
  padding-top: 8px;
}
.evaluation li {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  background: url("/images/new/sprite-stars.png") left top no-repeat;
  margin-right: 4px;
}
.evaluation li:last-of-type {
  margin-right: 0;
}
.evaluation li.interact {
  cursor: pointer;
}
.evaluation li.hover {
  background-position: right top;
}
.evaluation li.selected {
  background-position: right top;
}
.leave-comment textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 6px 8px;
  outline: none;
  resize: none;
  margin-bottom: 10px;
}
.leave-comment p {
  margin-bottom: 0;
}
.leave-comment .name {
  display: inline-block;
  margin-right: 22px;
}
.leave-comment .name p {
  display: inline-block;
  padding-right: 8px;
}
.leave-comment .name input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  height: 32px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 0 8px;
  outline: none;
}
.leave-comment .eval {
  display: inline-block;
}
.leave-comment .eval p {
  display: inline-block;
  padding-right: 8px;
}
.leave-comment .eval .reply-eval {
  display: inline-block;
}
.leave-comment .eval li {
  margin-bottom: -3px;
}
.leave-comment #btn_submit {
  display: block;
  float: right;
  width: 100px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  background: #85d02d;
  background: -moz-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #85d02d), color-stop(100%, #6fb51c));
  background: -webkit-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -o-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -ms-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: linear-gradient(to bottom, #85d02d 0%, #6fb51c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d02d', endColorstr='#6fb51c', GradientType=0);
  border-radius: 4px;
  border: none;
  outline: none;
}
.popup-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.popup-wrapper .popup {
  border-radius: 4px;
  position: relative;
}
.popup-wrapper .popup .header-2 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.popup-wrapper .popup label {
  display: inline-block;
  margin-bottom: 12px;
}
.popup-wrapper .popup input[type="text"],
.popup-wrapper .popup input[type="email"],
.popup-wrapper .popup input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  font-size: 16px;
  color: #9c9c9c;
  padding: 0 8px;
}
.popup-wrapper .popup button {
  height: 36px;
  background: #ffbd3f;
  background: -moz-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbd3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbd3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3f', endColorstr='#ff9a3f', GradientType=0);
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}
.popup-wrapper .popup button span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 2px 53px;
  position: relative;
}
.popup-wrapper .popup button span:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 32px;
  width: 14px;
  height: 14px;
  background: url("/images/new/icon-order-ok.png") 0 0 no-repeat;
}
.popup-wrapper .popup-one-click {
  width: 350px;
  padding: 24px 0 38px;
  background: url("/images/new/img-one-click.jpg") left bottom no-repeat, #fff;
}
.popup-wrapper .popup-one-click .header-2 {
  margin-bottom: 55px;
}
.popup-wrapper .popup-one-click form {
  padding-left: 150px;
}
.popup-wrapper .popup-one-click input {
  width: 154px;
  margin-bottom: 16px;
}
.popup-wrapper .popup-one-click button {
  width: 154px;
}
.popup-wrapper .popup-auth {
  width: 295px;
  background: #fff;
  padding: 20px;
}
.popup-wrapper .popup-auth .header-2 {
  margin-bottom: 30px;
}
.popup-wrapper .popup-auth .group {
  margin-bottom: 8px;
  text-align: left;
}
.popup-wrapper .popup-auth label {
  margin-bottom: 8px;
}
.popup-wrapper .popup-auth input[type="text"],
.popup-wrapper .popup-auth input[type="email"],
.popup-wrapper .popup-auth input[type="password"] {
  width: 100%;
}
.popup-wrapper .popup-auth input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}
.popup-wrapper .popup-auth input[type="checkbox"] + label {
  padding-right: 25px;
  position: relative;
  margin-bottom: 0;
}
.popup-wrapper .popup-auth input[type="checkbox"] + label .checkbox {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  right: 0;
}
.popup-wrapper .popup-auth input[type="checkbox"] + label .checkbox:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 1px;
  width: 14px;
  height: 11px;
  background: url("/images/new/icon-checkbox.png") 0 0 no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.popup-wrapper .popup-auth input[type="checkbox"]:checked + label .checkbox:after {
  opacity: 1;
}
.popup-wrapper .popup-auth .captcha {
  vertical-align: baseline;
  margin-bottom: 20px;
}
.popup-wrapper .popup-auth .captcha label {
  display: block;
}
.popup-wrapper .popup-auth .captcha input {
  width: 148px;
  margin-right: 18px;
}
.popup-wrapper .popup-auth .captcha img {
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-bottom: -14px;
  margin-right: 15px;
}
.popup-wrapper .popup-auth .captcha .reload-capcha {
  text-align: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/new/icon-reload.png") 0 0 no-repeat;
}
.popup-wrapper .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("/images/new/icon-popup-close.png") 0 0 no-repeat;
}
.popup-wrapper .popup-reg button {
  width: 230px;
}
.popup-wrapper .popup-login .enter {
  text-align: left;
  margin-top: 20px;
}
.popup-wrapper .popup-login .remind-pass {
  display: inline-block;
  float: left;
  border-bottom: 1px solid #b9cadc;
  margin-top: 10px;
}
.popup-wrapper .popup-login .remind-pass:hover {
  border-bottom-color: transparent;
}
.popup-wrapper .popup-login button {
  float: right;
  width: 134px;
}
.news-list .news {
  margin-bottom: 15px;
}
.news-list .news .header-4 {
  margin-bottom: 8px;
}
.news-list .news .header-4 a {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 1px solid transparent;
}
.news-list .news .header-4 a:hover {
  border-bottom-color: #628db6;
}
.news-list .news p {
  color: #444;
  margin-bottom: 10px;
}
.news-list .news p.date {
  font-size: 10px;
  color: #454545;
}
.pagination {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 3px;
  margin: 28px 0 40px;
}
.pagination ul {
  text-align: center;
  position: relative;
}
.pagination ul li {
  display: inline-block;
  text-align: center;
}
.pagination ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  width: 24px;
  height: 24px;
  background: #85d02d;
  background: -moz-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #85d02d), color-stop(100%, #6fb51c));
  background: -webkit-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -o-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: -ms-linear-gradient(top, #85d02d 0%, #6fb51c 100%);
  background: linear-gradient(to bottom, #85d02d 0%, #6fb51c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d02d', endColorstr='#6fb51c', GradientType=0);
  border-radius: 50%;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.pagination ul li:hover a {
  background: #dcdcdc;
  color: #000;
}
.pagination ul li.active a {
  background: #dcdcdc;
  color: #000;
  pointer-events: none;
  cursor: default;
}
.pagination ul li.prev a,
.pagination ul li.next a {
  position: absolute;
  top: 0;
}
.pagination ul li.prev a:after,
.pagination ul li.next a:after {
  content: '';
  position: absolute;
  top: 6px;
  width: 8px;
  height: 13px;
  background: url("/images/new/sprite-pagination.png") left top no-repeat;
}
.pagination ul li.prev a {
  left: 0;
}
.pagination ul li.prev a:after {
  left: 7px;
}
.pagination ul li.next a {
  right: 0;
}
.pagination ul li.next a:after {
  left: 9px;
  background-position: right top;
}
.socials-rate {
  padding: 14px 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin: 15px 0 28px;
}
.socials-rate .likes {
  float: left;
}
.socials-rate .likes li {
  display: inline-block;
}
.socials-rate .rate-news {
  float: right;
  display: inline-block;
}
.socials-rate .rate-news p {
  display: inline-block;
  color: #000;
  line-height: 24px;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.socials-rate .rate-news ul {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.ui-widget-content {
  width: 100%;
  height: 6px;
  background: #c2c2c2;
  position: relative;
  margin-bottom: 30px;
}
.ui-widget-header {
  position: absolute;
  z-index: 1;
  background: #ffc248;
  height: 6px;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 18px;
  background: url("/images/new/icon-slider-handler.png") 0 0 no-repeat;
  margin-left: -4px;
  outline: none;
}
#btn-menu-burger {
  position: absolute;
  top: 0;
  right: 10px;
  width: 36px;
  height: 36px;
  background: url("/images/new/icon-menu-burger.png") 0 0 no-repeat;
  display: none;
}
nav.dropdown-menu {
  position: absolute;
  top: 36px;
  right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 167px;
  background: #fff;
  border: 1px solid #84cf2d;
  z-index: 100;
  display: none;
}
nav.dropdown-menu ul li {
  display: block;
}
nav.dropdown-menu ul li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
}
nav.dropdown-menu ul li:not(:first-child) {
  border-top: 1px solid #f8f8f8;
}
nav.dropdown-menu ul li:hover {
  background: #fcfcfc;
}
nav.dropdown-menu ul li.login {
  border-top: 1px solid #84cf2d;
}
nav.dropdown-menu ul li.login a {
  padding-left: 31px;
  position: relative;
}
nav.dropdown-menu ul li.login a:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 14px;
  height: 13px;
  background: url("/images/new/icon-login-small.png") 0 0 no-repeat;
}
nav.dropdown-menu ul li.registration a {
  padding-left: 31px;
  position: relative;
}
nav.dropdown-menu ul li.registration a:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 14px;
  height: 13px;
  background: url("/images/new/icon-register-small.png") 0 0 no-repeat;
}
.mobile-phones {
  overflow: hidden;
  clear: both;
  display: none;
}
.mobile-phones li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #545454;
  padding-left: 28px;
  position: relative;
}
.mobile-phones li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  background: 0 0 no-repeat;
}
.mobile-phones li a {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 1px dotted #628db6;
}
.mobile-phones li a:hover {
  border-bottom-color: transparent;
}
.mobile-phones .mts:after {
  background: url("/images/new/icon-phone-mts.png");
}
.mobile-phones .life:after {
  background: url("/images/new/icon-phone-life.png");
}
.mobile-phones .velcom:after {
  background: url("/images/new/icon-phone-velcom.png");
}
.mobile-phones .skype:after {
  background: url("/images/new/icon-phone-skype.png");
}
@media (max-width: 1199px) {
  .wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  body {
    min-width: 320px;
  }
  #cont_m_seo {
	  display:none;
	  margin:0;
  }
  .wrapper {
    width: 728px;
  }
  .mobile-hide-768 {
    display: none !important;
  }
  .mobile-show-768 {
    display: block !important;
  }
  nav.main ul li a {
    font-size: 16px;
  }
  .header-middle {
    height: auto;
    padding: 16px 0 10px;
  }
  #logo-link {
    margin: 0 0 10px;
  }
  #logo-link img {
    height: 50px;
    width: auto;
  }
  .btn-show-cart {
    position: relative;
    float: right;
    border-radius: 4px;
    height: 50px;
    margin-bottom: 10px;
  }
  .btn-show-cart p {
    padding-top: 11px;
  }
  .btn-show-cart p:before {
    top: 13px;
  }
  .tile-board .tile-cell {
    width: 234px;
  }
  .materials .news,
  .materials .articles {
    width: 100%;
    float: none;
  }
  .footer-top .nav-links {
    width: 75%;
  }
  .footer-top .info {
    width: 100%;
    margin-top: 20px;
  }
  section.main-content.single,
  section.main-content.news,
  section.main-content.section,
  section.main-content.category,
  .cart-wrapper .goods-list {
    padding-right: 0;
  }
  .cart-wrapper .goods-list {
	   padding-left: 0;
  }
  section.main-content.section {
    margin-bottom: 40px;
  }
  section.main-content.single .similar .tile-cell,
  section.main-content.section .tile-cell {
    width: 149px;
  }
  .cart-wrapper .goods-list {
    margin-bottom: 40px;
	
  }
  .cart-wrapper .order {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-bottom: 40px;
	position:static;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 440px;
  }
   header.main {
    min-width: 460px;
  }
  section.catalog ul.main-list ul li,section.catalog ul.main-list > li {	  
	  margin-bottom:18px;
  }
   section.catalog ul.main-list ul li a, section.catalog ul.main-list > li > a{
	   font-size:18px;
   }
  .mobile-hide-480 {
    display: none !important;
  }
  .mobile-show-480 {
    display: block !important;
  }
  .mobile-phones li {
    width: 50%;
  }
  aside.sidebar-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  section.main-content {
    padding-left: 0;
  }
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .tile-board .tile-cell {
    width: 210px;
  }
  .tile-board .tile {
    padding: 0 10px;
  }
   footer.main {
    min-width: 460px;
  } 
  .footer-top .nav-links {
    width: 100%;
  }
  .footer-top .about {
    width: 50%;
    text-align: left;
    margin-top: 20px;
  }
  .footer-top .info {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;	
  }
  .footer-bottom {
    height: auto;
  }
  .footer-bottom .socials {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-bottom .socials ul {
    display: inline-block;
  }
  .footer-bottom .socials ul li {
    margin: 12px 10px 0;
  }
  .footer-bottom .partner-link {
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 18px;
  }
  .footer-bottom .partner-link img {
    display: inline-block;
  }
  section.main-content.single .similar .tile-cell,
  section.main-content.section .tile-cell {
    width: 210px;
    margin-bottom: 30px;
  }
}
#cont_m_seo p,#cont_m_seo2 p {
	text-indent:10px;
	line-height:20px;
	font-size:13px;
}

#cont_m_seo h2, #cont_m_seo2 h2, #cont_m_seo2 h3, #cont_m_seo2 h4  {
	margin: 10px 0 5px 10px; 
}
#cont_m_seo ul, #cont_m_seo2 ul    {
    list-style-type: disc;
	margin-left:20px;
	font-size: 13px;
}

#cont_m_seo ul  li, #cont_m_seo2 ul  li  {
	font-size: 13px;
	line-height:16px;
}
.goods-info .price-delivery .buy .add-to-cart-rassrochka {
  display: inline-block;
  width: 136px;
  height: 52px;
  background: #ffbd3f;
  background: -moz-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbd3f), color-stop(100%, #ff9a3f));
  background: -webkit-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -o-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: -ms-linear-gradient(top, #ffbd3f 0%, #ff9a3f 100%);
  background: linear-gradient(to bottom, #ffbd3f 0%, #ff9a3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd3f', endColorstr='#ff9a3f', GradientType=0);
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.goods-info .price-delivery .buy .add-to-cart-rassrochka span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 0 0 10px;
  position: relative;
}
.goods-info .price-delivery .buy .add-to-cart-rassrochka span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 17px;
  width: 20px;
  height: 16px;

}