/*
 * Webasyst Default theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2014 Webasyst LLC
 * @package Webasyst
 */

/* Reset
-------- */
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, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

@font-face {
  font-family: 'robotobold';
  src: url('fonts/roboto-bold-webfont.eot');
  src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-bold-webfont.woff') format('woff'),
  url('fonts/roboto-bold-webfont.ttf') format('truetype'),
  url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotomedium_italic';
  src: url('fonts/roboto-mediumitalic-webfont.eot');
  src: url('fonts/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-mediumitalic-webfont.woff') format('woff'),
  url('fonts/roboto-mediumitalic-webfont.ttf') format('truetype'),
  url('fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotoregular';
  src: url('fonts/roboto-regular-webfont.eot');
  src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-regular-webfont.woff') format('woff'),
  url('fonts/roboto-regular-webfont.ttf') format('truetype'),
  url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotoblack';
  src: url('fonts/roboto-black-webfont.eot');
  src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-black-webfont.woff') format('woff'),
  url('fonts/roboto-black-webfont.ttf') format('truetype'),
  url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotoitalic';
  src: url('fonts/roboto-italic-webfont.eot');
  src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-italic-webfont.woff') format('woff'),
  url('fonts/roboto-italic-webfont.ttf') format('truetype'),
  url('fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotolight';
  src: url('fonts/roboto-light-webfont.eot');
  src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-light-webfont.woff') format('woff'),
  url('fonts/roboto-light-webfont.ttf') format('truetype'),
  url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotomedium';
  src: url('fonts/roboto-medium-webfont.eot');
  src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/roboto-medium-webfont.woff2') format('woff2'),
  url('fonts/roboto-medium-webfont.woff') format('woff'),
  url('fonts/roboto-medium-webfont.ttf') format('truetype'),
  url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'myriadpro-cond';
  src: url('fonts/myriadpro-cond.eot');
  src: url('fonts/myriadpro-cond.eot?#iefix') format('embedded-opentype'),
  url('fonts/myriadpro-cond.woff') format('woff'),
  url('fonts/myriadpro-cond.ttf') format('truetype'),
  url('fonts/myriadpro-cond.svg#myriadpro-cond') format('svg');
  font-weight: normal;
  font-style: normal;

}
.main {
	min-height:1000px;
}
.shipping- {display:none;}
.cart-itog em {float:left;}
.subscribe {margin-right:5px;}
.wa-captcha {display:none;}
.g-recaptcha.cart {float:right;padding-bottom:20px;}
.brand {
	float: left;
    width: 25%;
}
.compare-at-price {
	font-size: 26px;
    text-decoration: line-through;
}

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body {
  width: 100%;
  min-height: 100%;
  background: #fafafa url(img/body.png) repeat-x 0 0;
  font-size: 12px;
}

a {
  color: #252525;
}

a:focus {
}

a:visited {
}

a:hover {
  text-decoration: none;
}

input[type="button"]::-moz-focus-inner {
  border: 0;
}

input[type="submit"]::-moz-focus-inner {
  border: 0;
}

a img {
  border: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote {
  margin-bottom: 20px;
}

h1 {
  font-size: 2.6em;
}

h1 a {
  text-decoration: none;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.45em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

ul, ol {
  padding-top: 0;
}

ol {
  list-style: decimal;
}

input, textarea, select {
  margin: 0;
}

input, textarea {
  font-size: 1em;
  color: #000000;
}

input[type="button"]:focus {
  outline: none;
  outline-offset: -2px;
}

fieldset {
  border: 1px solid #bbbbbb;
  padding: 10px;
  position: relative;
  background: #e9e9e9;
  margin-bottom: 10px;
}

legend {
  font-size: 1.1em;
  padding: .4em .8em;
  background: #ffffff;
/ / background: none;
  border: 1px solid #bbbbbb;
/ / border: none
}

fieldset p label {
  width: 98%;
}

fieldset p input[type="text"] {
  width: 98%;
}

fieldset p select {
  width: 99%;
}

blockquote {
  color: #555555;
  font-size: 0.9em;
  padding: 20px;
  background: #f3f3f3;
}

blockquote cite {
  font-size: 0.9em;
}

hr {
  background-color: rgba(0, 0, 0, 0.15);
  height: 1px;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

input:-moz-placeholder,
input::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder {
  color: #cccccc;
}

.main {
  max-width: 1050px;
  padding: 0 10px;
  display: block;
  margin: 0 auto;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  background: none;
}

/* panel_top ---------------- */

.panel_top {
  display: block;
  height: 40px;
  line-height: 38px;
  color: #fafafa;
  font-family: 'robotobold';
  font-size: 15px;
  position: relative;
}

.panel_top:after {
  height: 40px;
  width: 9999px;
  left: 50%;
  top: 0;
  position: absolute;
  content: '';
  background: #ff6a94;
  margin: 0 0 0 -5000px;
}

.panel_top .welcome {
  display: none;
  float: left;
  text-transform: uppercase;
}

.panel_top .cart {
  float: right;
  font-size: 11px;
  padding: 0 0 0 25px;
  position: relative;
  text-transform: uppercase;
  margin-left: 17px;
  line-height: 36px;
}

.panel_top .cart .icon {
  position: absolute;
  left: 0;
  top: 10px;
  background: url(img/cart.png) no-repeat 0 0px;
  width: 19px;
  height: 17px;
}

.panel_top .cart .link-cart {
  color: #fafafa;
  font-family: 'robotobold';
  text-decoration: none;
  border-bottom: 1px solid #bccba8;
  display: inline-block;
  line-height: 13px;
}

.panel_top .cart .currency {
  text-transform: none;
}

.panel_top .cart .cart-total {
  font-size: 15px;
  color: #ffbb57;
}

.panel_top .phone {
  float: right;
  padding: 0 0 0 27px;
  height: 40px;
  background: url(img/phone.png) no-repeat 0 8px;
}

.panel_top .phone span {
  color: #fafafa;
  font-size: 11px;
}

.panel_top .age-limit {
  float: left;
  margin-left: 10px;
}

/* panel_top END ---------------- */

/* Header ---------------- */

header {
  padding-bottom: 0px;
  position: relative;
}

header h2 {
  float: left;
  font-weight: normal;
  font-family: 'robotobold';
  width: 130px;
  text-align: center;
  padding: 17px 0 0 0 !important;
  margin: 0px 0 0 0px !important;
}

header h2 a {
  color: #636363;
  font-size: 13px;
  text-decoration: none;
}

header h2 span {
  display: block;
  line-height: 16px;
  text-transform: uppercase;
}

header h2 a, header h2 img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

header .info {
  float: right;
  text-align: right;
  padding-top: 21px;
}

header .info .phone {
  font-size: 16px;
  color: #252525;
  font-family: 'robotobold';
  line-height: 26px;
}

header .info .phone strong {
  font-weight: normal;
  font-size: 23px;
  color: #fc376b;
}

header .info .phone strong span {
  font-size: 15px;
}

header .info .auth {
  list-style: none;
  padding: 0;
  margin: 9px 0 17px 0;
  font-size: 0;
}

header .info .auth li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-family: 'robotobold';
  text-transform: uppercase;
}

header .info .auth li + li:before {
  content: '/';
  font-size: 12px;
  font-family: 'robotobold';
  text-transform: uppercase;
  color: #252525;
  padding: 0 2px;
}

header .info .auth li a {
  color: #252525;
}

header .info .auth li + li a {
  color: #ffbb57 !important;
}

header .info .auth li a:hover {
  text-decoration: none;
}

header .info .write-us {
  font-size: 13px;
  line-height: 15px;
  font-family: 'robotobold';
  text-transform: uppercase;
}

header .info .write-us a {
  color: #252525;
  text-decoration: none;
  border-bottom: 1px solid #6e6e6e;
  display: inline-block;
  line-height: 13px;
}

header .info .write-us a:hover {
  border: 0;
}

header .info .callback {
  margin: 3px 0 0 0;
  text-transform: uppercase;
}

header .info .callback a {
  color: #252525;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  border-bottom: 1px #252525 dashed;
}

header .search-form {
  margin: 0 238px 0 368px;
  padding: 22px 0 0 0px;
  position: relative;
}

header .social {
  position: absolute;
  left: -130px;
  top: 40px;
}

.social ul {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 9px 0 0 0;
  font-size: 0;
}

.social ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
}

.social ul li a {
  display: block;
  width: 23px;
  height: 23px;
}

.social ul li a.fb {
  background-position: 0 0;
}

.social ul li a.tw {
  background-position: -31px 0;
}

.social ul li a.vk {
  background-position: -61px 0;
}

.social ul li a.yt {
  background-position: -92px 0;
}

header .search-form .social p {
  font-size: 10px;
  color: #595858;
  font-family: 'robotobold';
  text-transform: uppercase;
  line-height: 12px;
  padding: 0;
  margin: 0;
}

header .menu_top {
  display: table;
  width: 100%;
  margin-top: 18px;
}

header .menu_top > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-row;
  height: 49px;
  background: url(img/menu_top.png) repeat-x 0 0;
}

header .menu_top > ul > li {
  display: table-cell;
  background: url(img/menu_top_li.png) no-repeat 0 0;
  padding-left: 2px;
}

header .menu_top > ul > li:first-child {
  background: none;
  padding: 0;
}

header .menu_top > ul > li > a {
  color: #fafafa;
  font-size: 13px;
  font-family: 'robotobold';
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 49px;
  padding: 0 4px;
  margin-left: -1px;
}

header .menu_top a:hover, header .menu_top li.selected a, header .menu_top .inner__:hover > a {
  background: url(img/menu_top_li_active.png) repeat-x 0 0;
  color: #ffffff;
}

header .menu_top > ul > li.man a:before {
  content: '';
  background: url(img/man.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin: 0 5px 0 0;
}

header .menu_top > ul > li.women a:before {
  content: '';
  background: url(img/women.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 18px;
  margin: 0 5px 0 0;
}

header .menu_top > ul > li > a {
  white-space: nowrap;
}

/* Header END ---------------- */

.bonus_p .body-sidebar {
  border: 0 !important;
}

.bonus_p .body-sidebar img {
  max-width: 100%;
  display: block;
}

.bonus_p h3 {
  text-align: center;
}

.menu_info {
  text-align: center;
  padding: 0px 0 0 0;
  margin: 0 0 0 0px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  top: 48px;
  left: 0;
  width: 100%;
}

.menu_info li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 2px 7px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.search-form {
  padding-bottom: 12px;
}

/* Misc elements
---------------- */

.block {
  padding: 25px 30px;
}

.inline {
  display: inline !important;
}

.inline-link {
  text-decoration: none !important;
}

.inline-link b {
  border-bottom: 1px dotted;
  font-weight: normal;
  position: relative;
  top: -0.13em;
}

.inline-link b i {
  font-style: normal;
  position: relative;
  top: 0.13em;
}

.small {
  font-size: 0.9em;
}

.large {
  font-size: 1.1em;
}

.bold {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.highlighted {
  background: #ffffcc;
}

.hint a,
.hint:visited,
.hint a:visited {
}

.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited {
  color: #888888;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

.shadowed {
  -moz-box-shadow: 0 5px 15px #aaaaaa;
  -webkit-box-shadow: 0 5px 15px #aaaaaa;
  box-shadow: 0 5px 15px #aaaaaa;
}

.nowrap {
  white-space: nowrap;
}

.hr {
  border-top: 1px solid #cccccc;
  margin-bottom: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.tags {
  line-height: 2em;
  min-height: 50px;
}

.tags a {
  color: green !important;
  display: inline !important;
  padding: 0 4px !important;
}

.tags a:hover {
  color: red !important;
}

.staff {
  background: #eeeebb;
  padding: 2px 3px !important;
  color: #334455;
  font-size: 0.9em;
}

/* Buttons
---------- */

/* Navigation menus
------------------- */

ul.menu-h {
  margin: 0;
  padding: 0;
}

ul.menu-h.bottom-padded {
  margin-bottom: 15px;
}

ul.menu-h li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: 1.3em;
  display: block \9;
  float: left \9;
}

ul.menu-h li a {
  display: inline-block;
  padding: 15px 30px 15px 16px;
  display: block \9;
  float: left \9;
  text-decoration: none;
}

ul.menu-h li a img.icon16 {
  position: relative;
  top: 3px;
  left: -3px;
}

ul.menu-h li a i.icon16 {
  margin-top: -0.1em;
}

ul.menu-h li.selected a {
  background: transparent;
}

ul.menu-h li.bold a {
  font-weight: bold;
}

.dropdown ul li {
  position: relative;
}

.dropdown ul li.collapsible {
  background: url('img/darr.png') no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  margin-right: 10px !important;
  padding-right: 5px;
}

.dropdown ul li:hover {
  background-color: #ffffcc !important;
}

.dropdown ul li a {
  display: block;
}

.dropdown ul ul.menu-v {
  opacity: 0;
  position: absolute;
  width: 200px;
  top: -9999em;
  left: -9999em;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0;
  z-index: 13012;
  margin-left: 0;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.dropdown ul ul.menu-v li {
  display: block;
  width: 200px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.dropdown ul ul.menu-v li.collapsible {
  background: url('img/rarr.png') no-repeat;
  background-size: 32px 16px;
  background-position: right center;
  margin-right: 0 !important;
}

.dropdown ul ul.menu-v li a {
  display: block;
  margin: 0;
  font-weight: normal !important;
}

/* .dropdown ul ul.menu-v li i.icon16 { margin-left:-20px; margin-right:4px; } */
.dropdown ul ul.menu-v li ul.menu-v {
  top: -1px;
  left: 100%;
  margin-left: 0;
}

.dropdown ul li:hover ul.menu-v {
  opacity: 1;
  top: 100%;
  left: -1px;
  transition: opacity 0.3s;
}

/* .dropdown ul li:hover ul.menu-v { background-color: rgba(255,255,222,1); } */
.dropdown ul.disabled li:hover ul.menu-v {
  display: none !important;
}

.dropdown ul li:hover ul.menu-v ul.menu-v {
  display: none;
  top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
  display: none;
  top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
  display: none;
  top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
  display: none;
  top: -1px;
}

.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}

.dropdown ul li .inner {
  opacity: 0;
  top: -9999em;
  left: -9999em;
  width: 300px;
  position: absolute;
  z-index: 13012;
  background: #ffffff;
}

.dropdown ul li .inner.shadowed {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0;
  margin-left: 0;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.dropdown ul li:hover .inner {
  top: 100%;
  left: -3px;
  opacity: 1;
  transition: opacity 0.3s;
}

.dropdown ul.menu-v {
  margin-bottom: 0;
}

.dropdown ul.menu-v li:hover ul.menu-v {
  top: -1px;
  left: 100%;
}

.dropdown ul.menu-v li.collapsible {
  background-image: url('img/rarr.png');
  background-size: 32px 16px;
  margin-right: 0 !important;
  padding-right: 0;
}

.dropdown ul.menu-v li.collapsible.selected:hover > a {
  background-color: #ffffcc !important;
}

.dropdown ul.menu-h li:hover {
  background-color: #ffffff !important;
}

.dropdown ul.menu-h li ul.menu-v li {
  background-position: right 0 center;
}

.dropdown ul.menu-h li.collapsible {
  background-position: right 10px center;
}

.dropdown ul.menu-h li.collapsible:hover {
  background-color: #ffffcc !important;
}

.dropdown ul.menu-h li ul.menu-v li:hover {
  background-color: #ffffcc !important;
}

.dropdown ul.menu-h.aux {
  float: right;
  font-size: 1em;
}

.dropdown ul.menu-h.aux li:hover .inner,
.dropdown ul.menu-h.aux li:hover ul {
  left: auto;
  right: 0;
}

ul.tree {
  list-style: none;
  padding-left: 0;
}

ul.tree li {
  border: none;
}

ul.tree li a {
  padding: 5px 16px;
  display: block;
  text-decoration: none;
}

ul.tree li.selected a {
  background: transparent;
}

ul.tree ul {
  padding-left: 20px;
  list-style: none;
}

ul.tree ul a {
  padding: 3px 6px;
  font-size: 90%;
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul {
  padding: 0;
  min-height: 16px;
}

.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 15px 0 0;
}

.wa-auth-adapters ul li a {
  display: block;
  padding: 0px 5px;
}

.wa-auth-adapters ul li a img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.wa-auth-adapters p {
  color: #888888;
  font-size: 0.9em;
  width: 40%;
}

.wa-form {
  float: left;
  margin: 10px 0;
  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-separator {
  height: 10px;
}

.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}

.wa-form .wa-field .wa-value input.wa-error {
  border: 2px solid red;
}

.wa-form .wa-field .wa-value .wa-error-msg {
  font-size: 0.9em;
  color: red;
  display: block;
}

.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: 260px;
  margin: 0;
}

.wa-form .wa-field .wa-value textarea {
  min-width: 300px;
  height: 70px;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 100px;
  min-width: 0;
}

.wa-form .wa-field .wa-value label {
  display: block;
}

.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}

.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}

.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 23px;
  position: relative;
}

.wa-form .wa-field .wa-value p span {
  color: #777777;
  font-size: 0.9em;
  display: block;
}

.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}

.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #ffaaaa;
}

.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #ffaaaa;
}

.wa-captcha {
  padding: 7px 0 10px;
}

.wa-captcha p {
  clear: left;
  margin: 0;
}

.wa-captcha strong {
  font-size: 1.2em;
}

.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: -8px;
}

.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaaaaa;
}

.wa-captcha .wa-captcha-input {
  display: inline !important;
}

.wa-captcha .errormsg {
  display: inline-block;
  margin-left: 10px;
}

input.error, textarea.error {
  border: 2px solid red;
}

.errormsg {
  color: red;
  margin-left: 170px;
  display: block;
}

/* Multi-column layout
---------------------- */

.row {
  clear: both;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}

.row.no-border {
  border: none;
}

.col {
  float: left;
}

.col.w1 {
  width: 6%;
}

.col.w2 {
  width: 12%;
}

.col.w3 {
  width: 18%;
}

.col.w4 {
  width: 24%;
}

.col.w5 {
  width: 30%;
}

.col.w6 {
  width: 36%;
}

.col.w7 {
  width: 42%;
}

.col.w8 {
  width: 48%;
}

.col.w9 {
  width: 54%;
}

.col.w10 {
  width: 60%;
}

.col.w11 {
  width: 66%;
}

.col.w12 {
  width: 72%;
}

.col.w13 {
  width: 78%;
}

.col.w14 {
  width: 84%;
}

.col.w15 {
  width: 90%;
}

.col.w16 {
  width: 96%;
}

/* Tables
--------- */

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

table th {
  color: #aaaaaa;
  padding: 0px 10px 7px;
}

table td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

table.not-bordered td {
  border: none;
}

table.lined {
  margin-top: 25px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.lined th {
  padding-left: 7px;
  padding-right: 7px;
}

table.lined td {
  padding: 15px 7px;
  border-bottom: 1px solid #dddddd;
}

table.lined td.min-width {
  width: 1%;
}

table.lined td p {
  margin: 0;
}

table.lined td input.numerical {
  width: 50px;
  margin-right: 5px;
  text-align: right;
}

table.lined tr.no-border td {
  border: none;
}

table.lined tr.thin td {
  padding-top: 13px;
  padding-bottom: 0;
}

table.lined tr.service td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 0.8em;
  color: #555555;
}

/* Search
--------- */

.search {
  position: relative;
  display: block;
  border: 1px solid #fdbbcb;
  background: #ffffff;
  height: 26px;
  padding: 0 30px 0 15px;
}

.search p {
  margin: 0 35px 0 14px;
}

.search input {
  width: 100%;
  height: 26px;
  padding: 0;
  float: left;
  border: 0;
  background: #ffffff;
  line-height: 26px;
  font-size: 10px;
  color: #b9b9b9;
  font-family: 'robotobold';
  text-transform: uppercase;
}

.search input:focus {
  outline: 0;
  background: #ffffff;
}

.search input::-webkit-input-placeholder {
  color: #b9b9b9;
  font-weight: normal;
}

.search input:-moz-placeholder,
.search input::-moz-placeholder {
  color: #b9b9b9;
  font-weight: normal;
}

.search input:-ms-input-placeholder {
  color: #b9b9b9;
  font-weight: normal;
}

.search button {
  overflow: visible;
  position: absolute;
  right: 8px;
  top: 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 17px;
  height: 19px;
  background: url(img/search_btn.png) no-repeat;
}

.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

/* Header
--------- */

.container {
}

.container:before,
.container:after {
  content: " ";
  clear: both;
}

.apps-negative {
  display: none; /* mobile-only slide-out navigation */
  padding-left: 0;
  margin: -1px 0 0;
}

.apps-negative li {
  list-style: none;
  display: block;
  padding: 15px 26px 15px 16px;
  border-top: 1px solid #777777;
}

.apps-negative li a {
  font-size: 1.2em;
  text-decoration: none;
  color: #dddddd;
}

.apps-negative li.selected a {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  background: transparent;
}

/* Main
------- */

.page {
  position: relative;
  z-index: 9;
}

/* Sidebar as column */

.page-nav {
  width: 26%;
  float: left;
  margin-top: 11px;
}

.page-content {
  width: 74%;
  float: right;
}

.content {
  margin: 0 0 0 8px;
}

.nav-sidebar {
}

.nav-hotties {
  padding-left: 10px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: 20%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-hotties ul.menu-h li {
  padding: 0;
}

/* Dropdown sidebar */

.dropdown-sidebar .nav-sidebar {
  min-width: 230px;
}

.dropdown-sidebar .nav-sidebar-header {
  background-color: #fafaf1;
  box-shadow: 0 7px 20px -18px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 102;
}

.dropdown-sidebar .nav-sidebar-body {
  position: absolute;
  opacity: 0;
  left: -9999em;
  top: -9999em;
  z-index: 101;
  width: 100%;
  margin-top: 1px;
  background: #f3f3e3;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-sidebar .nav-sidebar-body .waSlideMenu-wrapper ul.menu-v {
  margin-top: 1px;
  margin-bottom: 0;
}

.dropdown-sidebar .nav-sidebar:hover .nav-sidebar-body {
  top: 46px;
  left: 0;
  transition: opacity 0.3s;
  opacity: 1;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.dropdown-sidebar .nav-hotties {
  margin-left: 0%;
  border-left: none;
}

.nav-hotties .dummy {
  padding: 14px;
}

.waSlideMenu-back {
  background: url('img/larr.png') no-repeat;
  background-position: left center;
  background-size: 32px 16px;
  padding-left: 13px !important;
}

.waSlideMenu-back a {
  color: #aaaaaa;
}

.copyr #logo {
  height: 70px;
}

/* 16x16 Icons
-------------- */

i.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon16 {
  text-decoration: none !important;
  vertical-align: top;
  margin: 0.2em 0.25em 0 0;
}

.icon16.rss {
  background-position: -16px 0;
}

.icon16.facebook {
  background-position: -32px 0;
}

.icon16.twitter {
  background-position: -48px 0;
}

.icon16.vk {
  background-position: -64px 0;
}

.icon16.google {
  background-position: -80px 0;
}

.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: auto;
}

.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}

.icon16.loading {
  background-image: url('img/loading16.gif');
  background-position: 0 0;
  background-size: 16px 16px;
}

.icon16.star,
.icon16.star-full {
  background-position: -16px -16px;
}

.icon16.star-half {
  background-position: -32px -16px;
}

.icon16.star-empty {
  background-position: -48px -16px;
}

.icon16.star-hover {
  background-position: -64px -16px;
}

.icon16.remove {
  background-position: -96px -16px;
}

.icon16.saved {
  background-position: -112px -16px;
}

.icon16.stock-red {
  background-position: -128px -16px;
}

.icon16.stock-yellow {
  background-position: -144px -16px;
}

.icon16.stock-green {
  background-position: -160px -16px;
}

.icon16.stock-transparent {
  background-position: -176px -16px;
}

.icon16.uarr {
  background: url('img/uarr.png');
  background-position: 0 0;
  background-size: 16px 16px;
}

/* 10x10 Icons
-------------- */

i.icon10 {
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon10 {
  text-decoration: none !important;
  vertical-align: top;
  margin: 0.2em 0.1em 0 0;
}

.icon10.darr {
  background-image: url('img/darr.png');
  background-size: 16px 16px;
}

.icon10.star,
.icon10.star-full {
  background-position: 0 -100px;
}

.icon10.star-half {
  background-position: -10px -100px;
}

.icon10.star-empty {
  background-position: -20px -100px;
}

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a {
  padding: 5px 7px;
}

html.my ul.menu-h li.selected a {
  background: #eeeeee;
}

html.my .nav-sidebar {
  display: none;
}

html.my .nav-hotties {
  display: none;
}

html.my .page-content {
  margin-left: 0;
}

/* Legacy stuff
--------------- */

#poweredby {
  float: right;
  margin: 0 50px;
  color: #888888;
}

#copyright {
  float: left;
  margin: 0 50px;
  color: #888888;
}

body {
  font-family: 'robotoregular';
  font-size: 12px;
  color: #555555;
  line-height: 18px;
}

.category-tree {
  border: 1px solid #fdbbcb;
  list-style: none;
  padding: 9px 0 14px 17px;
  margin: 0;
}

.category-tree ul {
  padding: 0 0 0 10px;
}

.category-tree li {
  list-style: none;
  padding: 6px 0 7px 7px;
  margin: 0;
  font-size: 10px;
  color: #636363;
  text-transform: uppercase;
  font-family: 'robotobold';
  line-height: 14px;
  background: url(img/category-tree_li.png) no-repeat 0 12px;
}

.category-tree li a {
  color: #ff6a91;
}

.category-tree li.selected > a, .category-tree li a:hover {
  color: #a100a9;
  text-decoration: none;
}

.block-sidebar {
  padding: 21px 0 0px 0;
}

.block-sidebar h3, .history h3 {
  color: #636363;
  font-size: 20px;
  font-family: 'robotobold';
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 12px 0;
  margin: 0;
}

.block-sidebar .body-sidebar {
  border: 1px solid #fdbbcb;
}

.certificates {
  text-align: center;
  padding: 13px 0 13px 0;
}

.certificates img {
  display: block;
  margin: 0 auto;
}

.certificates p {
  font-size: 10px;
  padding: 0;
  margin: 8px 0 0 0;
  text-transform: uppercase;
  line-height: 14px;
}

.certificates a {
  color: #252525;
}

.block-sidebar .reviews {
  padding: 14px 0px 18px 0px;
}

.block-sidebar .reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-sidebar .reviews p {
  font-size: 11px;
  color: #636363;
  line-height: 17px;
  font-family: 'robotomedium_italic';
  padding: 0;
  margin: 0;
}

.block-sidebar .reviews li p + p {
  padding-left: 4px;
}

.block-sidebar .reviews .clear-both {
  margin-bottom: 7px;
}

.block-sidebar .reviews img {
  float: left;
  margin: 0 9px 0 0px;
  background: #f5f5f5;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.block-sidebar .reviews .name {
  color: #ff2b63;
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-family: 'robotobold';
  padding: 4px 0 2px 0;
}

.block-sidebar .reviews .post {
  font-size: 10px;
  color: #bbbbbb;
  line-height: 14px;
  display: block;
  font-family: 'robotobold';
}

#category_filter {
  margin: 12px 0;
}

.reviews .jcarousel-direction-rtl {
  direction: rtl;
}

.reviews .jcarousel-container-horizontal {
  width: 186px;
  padding: 0px 40px 0 45px;
}

.reviews .jcarousel-clip {
  overflow: hidden;
}

.reviews .jcarousel-clip-horizontal {
  width: 186px;
}

.reviews .jcarousel-item {
  width: 186px;
}

.reviews .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0px;
}

.reviews .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.reviews .jcarousel-next-horizontal, .box .jcarousel-next-horizontal {
  position: absolute;
  top: 75px;
  right: 0px;
  width: 33px;
  height: 44px;
  cursor: pointer;
  background: url(img/arrow.png) no-repeat right 0;
}

.reviews .jcarousel-prev-horizontal, .box .jcarousel-prev-horizontal {
  position: absolute;
  top: 75px;
  left: 0px;
  width: 33px;
  height: 44px;
  cursor: pointer;
  background: url(img/arrow.png) no-repeat 0 0;
}

.box {
  background: #f5f5f5;
  padding: 6px;
  border: 1px solid #edf0f0;
  margin-top: 20px;
  position: relative;
}

.slider {
  margin-top: 0;
}

.info .jcarousel-direction-rtl {
  direction: rtl;
}

.info .jcarousel-container-horizontal {
  width: 687px;
  padding: 12px 34px 12px 34px;
  background: #fafafa;
}

.info .jcarousel-clip {
  overflow: hidden;
}

.info .jcarousel-clip-horizontal {
  width: 687px;
}

.info .jcarousel-item {
  width: 687px;
  height: 117px;
  position: relative;
  text-align: center;
}

.info .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0px;
}

.info .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 0;
}

.box .jcarousel-next-horizontal {
  top: 50%;
  right: -6px;
  margin-top: -22px;
}

.box .jcarousel-prev-horizontal {
  top: 50%;
  left: -6px;
  margin-top: -22px;
}

.info .jcarousel-item img {
  position: absolute;
  left: 0;
  top: 0;
}

.info .jcarousel-item:after {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 117px;
  content: '';
  background: none;
}

.info .jcarousel-item span {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  text-align: center;
  font-size: 11px;
  color: #fafafa;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

#cart-content {
  display: none;
}

.item_tovar {
  display: block;
  width: 154px;
  text-align: center;
  padding: 18px 0 20px 0;
}

.item_tovar h5 {
  font-size: 10px;
  text-transform: uppercase;
  height: 42px;
  overflow: hidden;
  line-height: 14px;
  font-family: 'robotobold';
  text-align: center;
  display: block;
  padding: 0 5px 0px 5px;
  margin: 0;
}

.item_tovar h5 a {
  color: #363636;
}

.item_tovar .image {
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
}

.item_tovar .price {
  font-size: 18px;
  color: #ff6a91;
  font-family: 'robotobold';
  line-height: 22px;
  padding: 10px 0 0 0;
}

.item_tovar .price span {
  font-size: 13px;
  color: #636363;
}

.cross-up-title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 17px 16px;
}

.box .product-list {
  background: #fafafa;
  padding: 0;
  margin: 0;
  list-style: none;
}

.productslist .jcarousel-direction-rtl {
  direction: rtl;
}

.productslist .jcarousel-container-horizontal {
  width: 645px;
  padding: 0px 54px 0px 55px;
  background: #fafafa;
}

.productslist .jcarousel-clip {
  overflow: hidden;
}

.productslist .jcarousel-clip-horizontal {
  width: 646px;
}

.productslist .jcarousel-item {
  width: 154px;
  position: relative;
  text-align: center;
}

.productslist .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}

.productslist .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.history {
  padding: 24px 0 0 0;
}

.history h3 {
  padding: 0;
  margin: 0 0 -8px 0;
}

.history .text-box {
  font-size: 11px;
  line-height: 18px;
  color: #555555;
  font-family: 'robotoregular';
  font-weight: normal;
  background: #fafafa;
  padding: 13px 15px 17px 15px;
  text-align: justify;
}

.history .text-box p {
  padding: 0px 0 13px 0;
  margin: 0;
}

.history .text-box .read {
  padding: 0;
  margin: -13px 0 0 0;
}

.history .text-box img {
  float: left;
  border: 4px solid #f5f5f5;
  margin: 0 18px 0 -4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.read {
  text-align: right;
  font-size: 10px;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.read a {
  color: #ff6a91;
}

.pairs {
}

.pairs .jcarousel-direction-rtl {
  direction: rtl;
}

.pairs .jcarousel-container-horizontal {
  width: 925px;
  padding: 19px 55px;
  background: #ffffff;
}

.pairs .jcarousel-clip {
  overflow: hidden;
}

.pairs .jcarousel-clip-horizontal {
  width: 925px;
}

.pairs .jcarousel-item {
  width: 177px;
  position: relative;
  text-align: center;
}

.pairs .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}

.pairs .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.subscription {
  position: relative;
  font-size: 0;
  padding: 9px;
  margin-top: 20px;
  border: 1px solid #ebebeb;
}

.subscription#sub-home {
  border: 0;
  padding: 19px 0 21px 0;
  margin: 0;
}

.subscription .inp_sub {
  width: 208px;
  height: 39px;
  border: 1px solid #9d9c9c;
  padding: 0 12px;
  background: #ffffff;
  line-height: 39px;
  color: #636363;
  font-size: 14px;
  font-family: 'robotobold';
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  outline: none;
}

.subscription .inp_sub::-webkit-input-placeholder {
  color: #636363;
}

.subscription .inp_sub:-moz-placeholder {
  color: #636363;
}

.subscription .inp_sub:-ms-input-placeholder {
  color: #636363;
}

.subscription .btn_sub {
  border: 0;
  height: 41px;
  background: url(img/btn_sub.png) repeat-x 0 0;
  padding: 0 22px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'robotobold';
  text-transform: uppercase;
  margin: 0 0 0 16px;
  cursor: pointer;
}

.subscription .btn_sub.gray {
  background: gray;
}

.subscription .social {
  position: absolute;
  right: 9px;
  top: 20px;
}

.subscription#sub-home .social {
  top: 28px;
  right: 0;
}

.subscription .social ul {
  margin-top: 0;
}

.subscription .social ul li {
  margin: 0 0 0 3px;
}

.panel_bottom {
  border: 1px solid #ebebeb;
  position: relative;
  padding-bottom: 7px;
}

.panel_bottom:after {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  content: '';
  position: absolute;
  left: 0;
  top: 47px;
}

.panel_bottom h3 {
  line-height: 47px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
  color: #636363;
  font-family: 'robotobold';
  text-transform: uppercase;
}

.menu_foot {
  float: left;
  padding: 0 0 0 15px;
}

.menu_foot ul {
  list-style: none;
  padding: 11px 0;
  margin: 0;
}

.menu_foot ul li {
  padding: 8px 0;
  margin: 0;
  font-size: 11px;
  font-family: 'robotobold';
  text-transform: uppercase;
  line-height: 14px;
}

.menu_foot ul li a {
  color: #252525;
}

.news_foot {
  float: left;
  width: 315px;
  margin: 0 80px 0 0;
}

.news_foot ul {
  list-style: none;
  padding: 8px 0 12px 0;
  margin: 0;
}

.news_foot li {
  padding: 10px 0;
  margin: 0;
}

.news_foot li h4 {
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.news_foot li h4 a {
  color: #ffc76e;
}

.news_foot li p {
  padding: 0;
  margin: 0;
}

.news_foot li .desc {
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  font-family: 'robotoregular';
  font-weight: normal;
  padding: 4px 0 6px 0;
}

.news_foot li .date {
  font-family: 'robotoregular';
  font-weight: normal;
  font-size: 9px;
  color: #afafaf;
  line-height: 11px;
}

.news_foot .all {
  text-align: right;
  font-size: 10px;
  font-family: 'robotobold';
  text-transform: uppercase;
}

.news_foot .all a {
  color: #252525;
}

.contacts {
  float: left;
  width: 330px;
}

.contacts ul {
  list-style: none;
  padding: 5px 0 0 7px;
  display: block;
  width: 270px;
  margin: 0;
}

.contacts li {
  padding: 0;
  margin: 0;
  background: url(img/contacts_li.gif) repeat-x 0 0;
}

.contacts li:first-child {
  background: none;
}

.contacts li p {
  padding: 0;
  margin: 0;
}

.contacts .adres {
  font-size: 13px;
  color: #555555;
  font-family: 'robotobold';
  line-height: 17px;
  padding: 26px 0 20px 36px;
  background: url(img/adres.png) no-repeat 5px 21px;
}

.contacts .phone {
  font-size: 23px;
  color: #606060;
  line-height: 27px;
  padding: 18px 0 19px 36px;
  background: url(img/phone_foot.png) no-repeat 2px 20px;
}

.contacts .phone span {
  font-size: 15px;
}

.contacts .email {
  font-size: 15px;
  color: #606060;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 22px 0 0 36px;
  background: url(img/email.png) no-repeat 0 22px;
}

footer {
  display: block;
  height: 131px;
  position: relative;
}

footer .copyr {
  padding: 33px 0 0 36px;
  font-size: 0;
}

footer .copyr a, footer .copyr img {
  display: inline-block;
  vertical-align: middle;
}

footer .copyr span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 21px;
  font-size: 9px;
  color: #a8a8a8;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding-top: 11px;
}

footer .payment {
  position: absolute;
  right: 0;
  top: 38px;
}

footer .payment img {
  display: block;
}

.w100 {
  float: left;
  width: 100%;
  position: relative;
}

.breadcrumbs {
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0px;
  font-size: 0;
}

.breadcrumbs li {
  padding: 0;
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'robotobold';
  display: inline-block;
  vertical-align: top;
  line-height: 47px;
  color: #ff6a91;
}

.breadcrumbs li:before {
  content: '/';
  color: #636363;
  padding: 0 4px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #252525;
}

.breadcrumbs li + li a {
  color: #ff6a91;
}

.bonus-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.bonus-btn a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0 38px;
  background: url(img/bonus-btn.png) repeat-x 0 0;
  height: 49px;
  line-height: 49px;
  text-transform: uppercase;
  font-family: 'robotobold';
}

.border-box {
  background: #f5f5f5;
  padding: 6px;
  border: 1px solid #eef0f0;
  margin-top: 0px;
}

.border-box h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #636363;
  font-weight: normal;
  font-family: 'robotobold';
  line-height: 24px;
  padding: 17px;
  margin: 0;
}

.bg-box {
  background: #fafafa;
  padding: 0px 0 0 0;
}

.cart_detailed {
  padding: 0 15px;
}

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

.cart_detailed table th {
  background: #ff6a91;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  font-family: 'robotobold';
  text-transform: uppercase;
  line-height: 41px;
  padding: 0 15px;
  margin: 0;
}

.cart_detailed table th span {
  display: block;
  text-align: left;
  padding: 0;
  padding-left: 0px;
  margin: 0;
  line-height: 41px;
}

.cart_detailed table td {
  padding: 12px 15px;
  border: 0;
  background: #ebebeb;
  border-top: 3px solid #fafafa;
  font-size: 11px;
  color: #363636;
  font-family: 'robotoregular';
}

.cart_detailed .item-image img {
  border: 4px solid #f5f5f5;
  max-width: 94px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cart_detailed .item-name {
  font-size: 11px;
  font-family: 'robotoregular';
  font-weight: normal;
  text-transform: none;
  text-align: left;
}

.cart_detailed .item-name a {
  color: #363636;
  text-decoration: none;
  font-weight: normal;
}

.cart_detailed .item-qty input {
  text-align: center;
  border: 0;
  background: none;
  width: 20px;
  font-size: 11px;
  color: #363636;
  font-family: 'robotoregular';
}
.item-qty {
  padding:0 !important;
}
.cart_detailed .item-remove .delete {
  width: 10px;
  height: 10px;
  background: url(img/close.png) no-repeat;
  display: inline-block;
}

.cart-itog {
  text-align: right;
  padding: 8px 0 36px 0;
}

.cart-itog .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #636363;
}

.cart-itog .cart-total {
  font-size: 23px;
  color: #252525;
  text-transform: uppercase;
}

.cart-itog .cart-total .currency {
  font-size: 15px;
}

.cart-buttons {
  text-align: center;
  font-size: 0;
  padding-bottom: 24px;
}

.cart-buttons .btn {
  margin: 0 12px;
}

.btn_blue, .btn_green {
  height: 42px;
  background: url(img/btn_sub.png) repeat-x 0 0;
  padding: 0 17px;
  line-height: 42px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  font-family: 'robotobold';
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.btn_green {
  background: url(img/btn_sub.png) repeat-x 0 0;
}

.popup {
  width: 357px;
  display: none;
  background: url(img/popup-bg.png) repeat-y 0 0;
  position: relative;
}

/*
.popup:before {width:357px; height:50px; content:''; background:url(img/popup-top.png) no-repeat 0 0; position:absolute; left:0; top:0;}
.popup:after {width:357px; height:7px; content:''; background:url(img/popup-bot.png) no-repeat 0 0; position:absolute; left:0; bottom:0;}
*/
.popup form {
  position: relative;
  z-index: 5;
  padding: 3px 34px 19px 35px;
}

.popup .inp, .popup textarea {
  width: 258px;
  height: 32px;
  border: 1px solid #dee0e0;
  background: #f1f1f1;
  padding: 0 14px;
  margin: 0;
  line-height: 32px;
  color: #363636;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'robotobold';
  outline: none;
}

.popup textarea {
  overflow: hidden;
  height: 169px;
  line-height: 16px;
  padding: 5px 14px;
  resize: none;
}

.popup .inp::-webkit-input-placeholder, .popup textarea::-webkit-input-placeholder {
  color: #363636;
}

.popup .inp:-moz-placeholder, .popup textarea:-moz-placeholder {
  color: #363636;
}

.popup .inp:-ms-input-placeholder, .popup textarea:-ms-input-placeholder {
  color: #363636;
}

.popup p {
  padding: 0;
  margin: 17px 0 0 0;
}

.popup h3 {
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'robotobold';
  line-height: 47px;
  text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popup .btn {
  height: 38px;
  display: inline-block;
  background: #fc376b;
  line-height: 38px;
  padding: 0 28px;
  border: 0;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'robotobold';
  cursor: pointer;
}

.center {
  text-align: center;
}

.cent {
  position: relative;
  z-index: 5;
}

.note {
  color: #cc0000;
  font-size: 12px;
  padding-top: 10px;
  line-height: 16px;
  display: none;
}

.popup .required {
  font-size: 11px;
  line-height: 13px;
  color: #37709b;
  padding: 7px 0 8px 0;
  margin: 0;
  font-family: 'robotoblack';
}

#page {
  padding: 0 0 100px 0;
  margin: 0 16px;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  font-family: 'robotoregular';
  text-align: justify;
}

#page p {
  padding: 13px 0;
  margin: 0;
}

#page p em {
  color: #3b3a3a;
  font-family: 'robotoitalic';
}

#page h2 {
  font-size: 16px;
  color: #4d4c4c;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'robotobold';
  font-weight: normal;
  padding: 8px 0 0 0;
  margin: 0 0 -3px 0;
}

#page h3 {
  font-size: 13px;
  color: #6f9534;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'robotobold';
  font-weight: normal;
  padding: 29px 0 0 0;
  margin: 0 0 -3px 0;
}

#page table {
  width: 100%;
  border-collapse: 0;
  border-spacing: 0;
  padding: 0;
  margin: 8px 0 0 0;
}

#page table th {
  background: #6f9534;
  height: 41px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 14px;
  font-family: 'robotobold';
  text-align: center;
  padding: 0 10px;
}

#page table td {
  background: #ebebeb;
  font-size: 11px;
  color: #636363;
  line-height: 15px;
  font-family: 'robotobold';
  text-transform: uppercase;
  border: 0;
  padding: 10px 10px;
  text-align: center;
  border-top: 3px solid #ffffff;
}

.img-left {
  float: left;
}

#page img {
  border: 4px solid #f5f5f5;
  margin: 0 18px 0 -4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.product-list-catalog {
  margin: 0 5px;
  padding: 0 0 5px 0;
  list-style: none;
}

.product-list-catalog li {
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  padding: 16px 11px 16px 17px;
  margin: 6px 0 0px 0;
}

.product-list-catalog li:first-child {
  margin: 0;
}

.product-list-catalog li .image {
  width: 124px;
  float: left;
}

.product-list-catalog li .image img {
  border: 4px solid #f5f5f5;
  display: block;
  max-width: 122px;
  height: auto;
}

.product-list-catalog li .tov-info {
  margin: 0 0 0 139px;
  position: relative;
  min-height: 150px;
}

.product-list-catalog li .desc {
  margin: 0 255px 0 0px;
  padding-top: 9px;
}

.product-list-catalog li .desc h5 {
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  font-family: 'robotobold';
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.product-list-catalog li .desc h5 a {
  color: #66892f;
}

.product-list-catalog li .desc .summary {
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  font-family: 'robotoregular';
  text-align: justify;
  padding: 0;
  margin: 7px 0 0 0;
}

.product-list-catalog li .offers {
  width: 225px;
  border: 1px solid #f5f5f5;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 16px 0 15px 0;
}

.product-list-catalog li .compare-at-price {
  font-size: 20px;
  color: #b6b4b4;
  text-decoration: line-through;
  line-height: 24px;
  font-family: 'robotobold';
  font-weight: normal;
  padding: 0 5px;
}

.product-list-catalog li .compare-at-price .currency {
  font-size: 15px;
}

.product-list-catalog li .price {
  font-size: 25px;
  color: #ed8d1b;
  line-height: 29px;
  font-family: 'robotobold';
  font-weight: normal;
  padding: 0 5px;
}

.product-list-catalog li .price .currency {
  font-size: 18px;
}

.addcart1 {
  width: 170px;
  height: 47px;
  background: url(img/btn-tov-buy1.png) no-repeat 0 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 37px;
  padding: 0 0 0 0px;
  font-family: 'robotobold';
  font-size: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 19px;
}

.addcart {
  font-family: 'robotobold';
  vertical-align: top;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 16px 34px;
  outline: none;
  border-width: 1px;
  border-style: solid none;
  border-color: #d85a7d;
  border-radius: 0;
  background: #ff6a94;
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 14px;
}
.addcart:hover { background: #ff7c9c; }
.addcart:active { background: #ff8b9f; }

.btn-add .oneclick {
  font-family: 'robotobold';
  vertical-align: top;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 15px 34px;
  outline: none;
  border-width: 1px;
  border-style: solid none;
  border-color: #f6b54d;
  border-radius: 0;
  background: #ffbd4e;
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-add .oneclick:hover { background: #ffc948; }
.btn-add .oneclick:active { background: #ffce41; }

.productdetailed .btn-add .addcart {

}

/*.oneclick {
  display: block;
  text-transform: uppercase;
  font-family: 'robotobold';
  font-size: 11px;
  line-height: 15px;
  padding: 14px 0 0 0;
  text-align: center;
}*/

.oneclick a {
  color: #39729d;
}

#post-stream {
}

#post-stream section.post {
  margin: 0 16px;
  padding: 0 0 20px 0;
}

#post-stream section.post h3 {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: 'robotobold';
  padding: 0;
  margin: 0;
}

#post-stream section.post h3 a {
  color: #66892f;
}

#post-stream section.post .credentials {
  font-size: 8px;
  color: #bebebe;
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#post-stream section.post .text {
  margin: 10px 0 0 0;
}

#post-stream section.post p {
  padding: 0;
  margin: 0;
}

.page-content .breadcrumbs {
  display: none;
}

.page-content .w100 .breadcrumbs {
  display: block;
  padding-left: 20px;
}

.clear-h {
  clear: both;
  height: 200px;
}

.productdetailed {
}

.productdetailed .product-gallery {
  width: 294px;
  float: left;
  margin: 0 0 0 17px;
}

.productdetailed .product-gallery .large, .productdetailed .more-images a img {
  border: 6px solid #fbeaee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.productdetailed .product-gallery .large img {
  max-width: 100%;
  display: block;
}

.productdetailed .more-images {
  font-size: 0;
  margin: 0 0 0 -12px;
}

.productdetailed .more-images a {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 5px 12px;
}

.productdetailed .more-images a img {
  width: 78px;
  display: block;
}

.productdetailed .more-images .image.selected {
}

.productdetailed .desc {
  margin: 0 50px 0 328px;
}

.manufacturer {
  line-height: 42px;
  display: block;
  position: relative;
}

.manufacturer:after, .manufacturer:before,
.info-desc:after, .info-desc:before {
  content: '';
  background: url(img/line-red.gif) repeat-x 0 0;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.manufacturer:before, .info-desc:before {
  top: auto;
  bottom: 0;
}

.info-desc {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
}

.info-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-desc ul li {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
  text-align: center;
}

.info-desc ul li img {
  display: block;
  margin: 0 auto;
}

.info-desc ul li span {
  display: block;
  font-size: 15px;
  color: #ff708f;
  font-family: 'myriadpro-cond';
  padding: 0 10px;
}

.desc-small {
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  font-family: 'robotoregular';
  margin: 0 5px 0 0;
}

.productdetailed {
  padding-bottom: 20px;
}

.productdetailed .addcart {
  float: none;
  margin-top: 0;
}

.productdetailed .add2cart .price {
  float: left;
  font-size: 19px;
  color: #515151;
  font-family: 'robotomedium';
  line-height: 37px;
}

.productdetailed .add2cart .price .currency {
  font-size: 11px;
  font-family: 'robotoregular';
}

.productdetailed .add2cart .qty {
  float: left;
  padding: 4px 0;
  margin: 0 10px;
}

/*
.productdetailed .add2cart .qty input {width:24px; height:29px; border:0; background:url(img/qty.png) no-repeat; line-height:29px; font-size:13px; color:#636363; text-align:center; font-family: 'robotobold'; display:inline-block; vertical-align:middle; outline:none;}
.productdetailed .add2cart .qty em { width:9px; height:11px; display:inline-block; vertical-align:middle; background:url(img/qty_em.png) no-repeat; margin:0 8px 0 5px;}
*/

input, textarea {
  outline: none;
}

.productdetailed .equally {
  display: inline-block;
  vertical-align: middle;
  color: #515151;
  font-size: 25px;
  font-family: 'robotoregular';
  margin: 0 9px 0 9px;
}

.productdetailed .price-itog {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #ff3267;
  font-family: 'robotomedium';
}

.productdetailed .price-itog .currency {
  font-size: 14px;
  color: #393939;
  font-family: 'robotoregular';
}

.productdetailed .cart {
  margin-top: 27px;
}

.productdetailed .btn-add {
  margin: 20px 0;
}

.productdetailed .options {
  margin-top: 20px;
}

.priimuschestva {
  margin-top: 22px;
}

.priimuschestva h3 {
  font-size: 16px;
  color: #636363;
  font-family: 'robotobold';
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 0 3px 0;
  margin: 0;
}

.priimuschestva ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.priimuschestva li {
  padding: 3px 0 3px 30px;
  margin: 6px 0 0 0;
  position: relative;
  font-size: 11px;
  color: #555555;
  line-height: 18px;
  font-family: 'robotoregular';
}

.priimuschestva li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 24px;
  background: url(img/li_span.png) repeat-x 0 0;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #fafafa;
}

.product-info-item {
  margin: 45px 16px 0 13px;
}

.product-info-item .tabs-nav {
  display: table;
  width: 100%;
  margin-bottom: -4px;
  position: relative;
  z-index: 5;
}

.product-info-item .tabs {
  display: table-row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-info-item .tabs li {
  display: table-cell;
  height: 53px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #9c9a9a;
  text-decoration: underline;
  font-family: 'robotobold';
  text-transform: uppercase;
  cursor: pointer;
}

.product-info-item .tabs li span {
  display: block;
  height: 37px;
  padding: 12px 4px 0 4px;
}

.product-info-item .tabs li.current {
  text-decoration: none;
  color: #636363;
}

.product-info-item .tabs li.current span {
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  padding: 8px 0 0 0;
  border-bottom: 0;
  height: 41px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.product-info-item .box-item {
  display: none;
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  padding: 15px 20px 15px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.product-info-item .box-item.visible {
  display: block;
}

.product-info-item .box-item .description {
  text-align: justify;
}

.productdetailed .yandex-market {
  float: left;
}

.productdetailed .reviews-product {
  margin: 0 0 0 210px;
}

.productdetailed .reviews-product .panel {
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  padding: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.productdetailed .panel ul {
  font-size: 0;
  list-style: none;
  padding: 0 6px 0 0;
  margin: 0;
  display: block;
  text-align: right;
}

.productdetailed .panel ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 11px;
  text-transform: uppercase;
}

.productdetailed .panel ul li.reit-nav a {
  color: #366f9a;
  font-family: 'robotoregular';
}

.productdetailed .panel ul li a.active {
  text-decoration: none;
  color: #363636;
}

.productdetailed .panel ul li.reit-btn a {
  width: 135px !important;
  padding: 0 !important;
  text-align: center;
  font-size: 12px;
  font-family: 'robotoblack';
}

.productdetailed .panel ul li.last {
  padding-right: 10px;
}

.review-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-list li {
  padding: 10px 18px;
  margin: 5px 0 0 0;
  border: 4px solid #f5f5f5;
  background: #fdfdfd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.review-list li h6 {
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-family: 'robotobold';
}

.review-list li p {
  padding: 0;
  margin: 0;
}

.reviews-all {
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'robotobold';
  padding: 15px 0 0 0;
}

.reviews-all a {
  color: #3b749f;
}

.post .text {
  padding: 20px;
  padding-top: 0;
}

.cart-no {
  text-align: center;
  margin: 0;
  padding: 0px 0 25px 0;
}

.zoomContainer {
  z-index: 25;
}

.zoomLens {
}

#page .product-list-catalog {
  margin: 0 -11px;
}

.user-auth-provider li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  float: none;
}

#user-auth-provider li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

#user-auth-provider li img {
  display: inline-block;
  vertical-align: middle;
}

.page-content .reviews {
  margin: 0 16px;
  padding: 0;
}

.category_top {
  display: none;
  padding-top: 9px;
  position: relative;
}

.category_top .btn_catalog_list {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'robotobold';
  padding: 0 50px 0 25px;
  line-height: 36px;
  background: #ff6a91;
  cursor: pointer;
  position: relative;
}

.category_top .btn_catalog_list:after {
  width: 14px;
  height: 8px;
  background: url(img/btn_catalog_list_after.png) no-repeat;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -4px 0 0 0;
}

.category_top .nav-sidebar-box {
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 10;
  width: 300px;
}

.category_top .nav-sidebar-box ul {
  background: #ffffff;
  border: 1px solid #ff6a91;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  text-align: center;
  width: 177px;
  padding: 21px 0;
  margin: 0px 5px;
  height: 76px;
  display: block;
  float: left;
}

.list_carousel.responsive {
  width: auto;
  position: relative;
  margin-left: 0;
  background: #fafafa;
  padding: 0 40px;
}

.list_carousel .prev, .list_carousel .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0px;
  width: 33px;
  height: 44px;
  cursor: pointer;
  background: url(img/arrow.png) no-repeat 0 0;
}

.list_carousel .next {
  left: auto;
  right: 0;
  background: url(img/arrow.png) no-repeat right 0;
}

.bot-info {
  float: right;
}

.wa-auth-adapters img {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
  top: 0 !important;
}

.cart input.qty {
  background: none;
  height: 20px;
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: top;
}

.cart_detailed table td {
  text-align: center;
}

.qu_inp span {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}

.w100p {
  width: 100% !important;
}

.m690p {
  max-width: 690px;
  display: block;
  margin: 0 auto;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000000;
  display: none;
}

.window {
  position: absolute;
  left: 0;
  top: 0;
  width: 266px;
  padding: 36px 0 16px;
  display: none;
  z-index: 9999;
  background: #ffffff;
  border: 2px solid #ff6a91;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.window h3 {
  color: #000000;
  text-align: center;
  padding: 0 2px;
  font: 21px/24px 'robotomedium';
}

.window .box_form {
  padding: 0 19px;
}

.window .box_form input[type="text"], .window .box_form input[type="password"] {
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ebebeb;
  border: none;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 20px 0 0;
  width: 100%;
  height: 34px;
  font: 12px 'robotolight';
  color: #000000;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
}

.window .box_form input[type="submit"] {
  color: #ffffff;
  height: 38px;
  text-align: center;
  width: 100%;
  display: block;
  border: none;
  background: #f20041;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 1px solid #000000;
  margin: 0 0 10px;
  font: 15px 'robotolight';
  text-transform: uppercase;
  overflow: hidden;
}

.window .box_form input[type="text"]:-moz-placeholder {
  color: #000000;
}

.window .box_form input[type="text"]::-webkit-input-placeholder {
  color: #000000;
}

.window .box_form input[type="password"]:-moz-placeholder {
  color: #000000;
}

.window .box_form input[type="password"]::-webkit-input-placeholder {
  color: #000000;
}

.window .box_form .wh_ {
  color: #f43a6b;
  text-align: center;
}

.window .box_form .wh_ a {
  display: block;
  font: 11px/25px 'robotolight';
  color: #f43a6b;
}

.window .box_form .reg__ {
  text-align: center;
}

.window .box_form .reg__ a {
  font: 14px/14px 'robotolight';
  color: #292929;
}

.menu_top {
  position: relative;
}

.list_nav_inner {
  padding: 34px 0 0 36px;
  overflow: hidden;
}

.inner__:hover .box_inner_ {
  display: block;
}

.box_inner_ {
  display: none;
  padding: 4px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 49px;
  width: 838px;
  border: 2px solid #ff6a91;
  border-top: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #fafafa;
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  box-shadow: 2px 2px 5px #aaaaaa;
}

.list_nav_inner strong {
  font: 13px/16px 'robotobold';
  color: #ff3066;
  margin: 0;
  text-transform: uppercase;
}

.list_nav_inner ul {
  padding: 0 0 0 10px;
  list-style: none;
  text-transform: uppercase;
}

.list_nav_inner li a {
  font: 10px/12px 'robotobold';
  color: #626262;
}

.box_inner_ .nav_box {
  width: 140px;
  margin: 0 14px 0 0;
  float: left;
}

.banners__ {
  float: right;
  width: 335px;
}

.banners__ ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.banners__ li {
  background: #f8f4f0;
  padding: 10px 8px 8px 15px;
  width: 308px;
  -moz-box-shadow: 2px 2px 2px #aaaaaa;
  -webkit-box-shadow: 2px 2px 2px #aaaaaa;
  box-shadow: 2px 2px 2px #aaaaaa;
  float: left;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.banners__ li + li {
  margin-top: 25px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.banners__ .img_box {
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 8px 0 0;
}

.banners__ .img_box img {
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  box-shadow: 2px 2px 5px #aaaaaa;
}

.banners__ .txt_box h3 {
  font: 13px/18px 'robotobold';
  color: #151515;
  margin: 0;
}

.banners__ .txt_box p {
  font: 10px/11px 'robotobold';
  color: #626262;
}

.banners__ .txt_box .bt__ {
  width: 115px;
  height: 33px;
  float: right;
}

.banners__ .txt_box .bt__ a {
  text-decoration: none;
  width: 115px;
  height: 33px;
  display: block;
  text-align: center;
  background: url(img/bt.png) no-repeat 0 0;
  color: #fafafa;
  font: 11px/33px 'robotoregular';
}

.search-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.list_nav_inner strong a {
  text-decoration: none;
  color: #ff3066;
}

.list_nav_inner strong a:hover {
  background: none;
  color: #ff3066;
}

#bestcart .checkout-step.submit input[type=submit] {
  border: 0;
  height: 41px;
  background: url(img/btn_sub.png) repeat-x 0 0;
  padding: 0 22px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'robotobold';
  text-transform: uppercase;
  margin: 12px 0;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .content .info .jcarousel-container-horizontal {
    width: auto !important;
  }

  .info .jcarousel-container-horizontal {
    width: auto !important;
  }

  .content .info .jcarousel-clip-horizontal {
    width: 457px;
    margin: 0 auto;
  }

  .productslist .jcarousel-container-horizontal {
    width: auto !important;
  }

  .productslist .jcarousel-clip-horizontal {
    width: 492px !important;
    margin: 0 auto;
  }

  .pairs .jcarousel-container-horizontal {
    width: auto !important;
  }

  .pairs .jcarousel-clip-horizontal {
    width: 738px !important;
    margin: 0 auto;
  }

  .reviews .jcarousel-container-horizontal {
    width: auto !important;
  }

  .reviews .jcarousel-clip-horizontal {
    width: 150px !important;
    margin: 0 auto;
  }

  .reviews .jcarousel-item {
    width: 150px;
  }

  header .menu_top a {
    padding: 0 10px;
    font-size: 12px;
  }

}

@media only screen and (max-width: 960px) {

  .menu_foot {
    display: none;
  }

  .foot-ots {
    padding: 0 35px 0 15px;
    display: block;
  }

  .panel_bottom .news_foot, .panel_bottom .contacts {
    width: 50%;
    padding: 0;
    margin: 0;
  }

  .contacts ul {
    width: auto;
  }

  .page-nav {
    display: none;
  }

  .page-content {
    width: 100%;
    float: left;
  }

  .content {
    margin: 0;
  }

  .bot-info {
    width: 100%;
  }

  .content .info .jcarousel-clip-horizontal {
    width: 687px;
  }

  .productslist .jcarousel-clip-horizontal {
    width: 646px !important;
  }

  header h2 {
    margin: 0 0 0 0px !important;
  }

  .panel_top .phone {
    font-size: 12px;
  }

  .panel_top .phone span {
    font-size: 10px;
  }

  .panel_top .cart {
    font-size: 10px;
  }

  .panel_top .cart .cart-total {
    font-size: 13px;
  }

  .category_top {
    display: block;
  }

  .social {
    float: left;
  }

  header .search-form {
    margin: 0 254px 0 214px;
  }

  header .search-form {
    margin-left: 0;
  }

  header .social {
    left: 0;
    position: relative;
    top: 0;
  }

  .menu_info {
    position: relative;
    text-align: left;
    padding-top: 10px;
    top: 0;
  }

  .menu_info li {
    display: block;
    padding: 2px 0;
    font-size: 11px;
    line-height: 13px;
  }

  header .info .auth {
    margin: 5px 0;
  }

  header .info {
    padding-top: 11px;
  }

  header .header-middle {
    margin: 0 auto;
    width: 160px;
  }

  .category_top .nav-sidebar-box ul {
    border: none;
  }

  .category_top .nav-sidebar-box .category-tree {
    border: 1px solid #fdbbcb;
  }
}

@media only screen and (max-width: 850px) {
  footer .copyr img {
    display: none;
  }

  footer .copyr a img {
    display: inline-block;
  }

  .category_top .btn_catalog_list {
    padding: 0 35px 0 13px;
  }
}

@media only screen and (max-width: 830px) {
  .addcart {
    margin-right: 10px;
  }

  .content .info .jcarousel-container-horizontal {
    width: auto !important;
  }

  .info .jcarousel-container-horizontal {
    width: auto !important;
  }

  .content .info .jcarousel-clip-horizontal {
    width: 457px;
    margin: 0 auto;
  }

  .productslist .jcarousel-container-horizontal {
    width: auto !important;
  }

  .productslist .jcarousel-clip-horizontal {
    width: 492px !important;
    margin: 0 auto;
  }

  .pairs .jcarousel-container-horizontal {
    width: auto !important;
  }

  .pairs .jcarousel-clip-horizontal {
    width: 551px !important;
    margin: 0 auto;
  }

  header .menu_top a {
    font-size: 10px;
  }

  .panel_top {
    height: 70px;
    font-size: 14px;
  }

  .panel_top:after {
    height: 70px;
  }

  .panel_top .cart {
    font-size: 12px;
  }

  .panel_top .phone {
    float: none;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 14px;
  }

  footer .copyr {
    padding: 10px 0 23px 8px;
  }

  footer {
    height: auto;
  }

  footer .payment {
    top: 14px;
  }

  .list_carousel li {
    width: 150px;
  }

  .list_carousel li img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 760px) {
  .addcart {
    font-size: 14px;
    padding: 13px 0;
    width: 80%;
    text-align: center;
    margin: 6px 0;
    float: none;
  }

  .btn-add .oneclick {
    font-size: 14px;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    margin: 6px 0;
    float: none;
  }
}

@media only screen and (max-width: 725px) {

  header .search-form {
    margin: 0 254px 0 0;
  }

  footer .payment img {
    height: 22px;
  }

  footer .payment {
    top: 20px;
  }

  header .menu_top > ul {
    text-align: center;
    font-size: 0;
    background: #ff6a91;
    display: block;
  }

  header .menu_top > ul > li {
    display: block;
    vertical-align: top;
    background: none;
    margin: 0 22px;
  }

  header .menu_top > ul > li > a {
    line-height: 28px;
    padding: 0 15px;
    margin: 0;
  }

  header .menu_top > ul {
    height: auto;
    padding: 9px 0;
  }

  .inner__:hover .box_inner_ {
    display: none;
  }
}

@media only screen and (max-width: 645px) {
  .panel_top .phone {
    display: none;
  }

  .list_carousel li {
    width: 100px;
  }

  .list_carousel li img {
    max-width: 90px;
  }

  .list_carousel li {
    height: 42px;
  }

  .subscription .inp_sub {
    height: 26px;
    line-height: 26px;
    width: 164px;
    padding: 0 8px;
    font-size: 10px;
    color: #636363;
  }

  .subscription .btn_sub {
    font-size: 10px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 6px;
  }

  .subscription {
    padding: 7px 0;
  }

  .subscription .social {
    top: 13px;
  }

  .subscription .social li a {
    width: 16px;
    height: 16px;
  }

  .subscription .social li a img {
    width: 16px;
    height: 16px;
  }

  .box {
    margin-top: 8px;
  }

  .block-sidebar h3, .history h3 {
    font-size: 18px;
    padding: 0 0 3px 10px;
    margin: 0;
  }

  .history {
    padding-top: 18px;
  }

  header {
    padding-bottom: 0;
  }

  header .info .write-us a {
    font-size: 11px;
  }

  header .info .auth li {
    font-size: 10px;
  }

  header .info .phone strong {
    font-size: 21px;
  }

  header .info .phone {
    font-size: 14px;
  }

  header .search-form {
  }

  .productslist .jcarousel-clip-horizontal {
    width: 318px !important;
  }

  .category_top .nav-sidebar-box {
    top: 84px;
  }
}

@media only screen and (max-width: 645px) {
  .info .jcarousel-item {
    width: 197px;
    height: 102px;
  }

  .info .jcarousel-item img {
    width: 197px;
  }

  .product-list-catalog li .desc {
    margin-right: 0;
  }

  .product-list-catalog li .offers {
    position: relative;
    display: block;
    float: none;
    border: 0;
    padding-top: 10px;
  }

  .product-list-catalog li .offers {
    text-align: left;
  }

  .addcart {
    margin: 0 0;
    margin-top: 7px;
  }

  .oneclick {
    width: 163px;
  }

  .product-info-item .tabs li {
    font-size: 12px;
  }

  .content .info .jcarousel-clip-horizontal {
    width: 397px;
  }

  .bonus-btn {
    top: 7px;
    width: 100%;
  }

  .bonus-btn a {
    display: block;
    text-align: center;
  }

  .breadcrumbs {
    padding-top: 60px;
  }

  .breadcrumbs ul {
    margin-bottom: -5px;
  }

  #page {
    padding-bottom: 20px;
  }

  .subscription {
    margin-top: 9px;
    padding: 9px 5px;
    padding-right: 0;
  }

  .add2cart {
    display: block;
    text-align: center;
  }

  .productdetailed .yandex-market {
    display: none;
  }

  .productdetailed .reviews-product {
    margin: 0;
  }

  .productdetailed .panel ul {
    text-align: left;
  }
}

@media only screen and (max-width: 595px) {
  header h2 {
    display: none;
  }

  header .menu_info {
    display: block;
    width: 100%;
  }

  header .header-middle {
    float: left;
    padding: 0;
  }

  .panel_bottom .news_foot, .panel_bottom .contacts {
    width: 100%;
  }

  .panel_bottom {
    border: 0;
  }

  .panel_bottom h3 {
    font-size: 18px;
    padding: 0;
    line-height: 28px;
  }

  .panel_bottom:after {
    display: none;
  }

  .foot-ots {
    padding: 0 0 0 0;
  }

  .bot-info .news_foot .foot-ots {
    padding: 0 7px 0 7px;
  }

  .news_foot li {
    padding: 7px 0;
  }

  .news_foot ul {
    padding: 0;
    margin-bottom: -3px;
  }

  .news_foot .all {
    margin-bottom: 9px;
  }

  .contacts .foot-ots {
    border: 1px solid #ececec;
    padding: 8px 6px 15px 6px;
  }

  .wa-form {
    float: none;
  }

  .wa-form .wa-field .wa-name {
    width: 100px;
  }

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

  select {
    width: 100%;
  }

  .subscription .inp_sub {
    width: 144px;
  }

  .productdetailed .product-gallery {
    float: none;
    width: auto;
    display: block;
    margin: 0 17px;
    text-align: center;
  }

  .productdetailed .desc {
    margin: 0 0 0 0;
    display: block;
  }

  .productdetailed .product-gallery .large {
    display: inline-block;
  }
}

@media only screen and (max-width: 530px) {
  header {
    position: relative;
  }

  footer .copyr span {
    margin: 0 0 0 15px;
    font-size: 8px;
  }

  footer .copyr a img {
    width: 59px;
  }

  footer .payment {
    top: 16px;
  }

  .panel_top .cart {
    margin: 0;
  }

  header .menu_top > ul > li {
    margin: 0 11px;
  }

  .content .info .jcarousel-clip-horizontal {
    width: 361px;
  }

  .info .jcarousel-item {
    width: 179px;
  }

  .info .jcarousel-item img {
    width: 179px;
  }

  .info .jcarousel-item {
    height: 92px;
  }

  footer .payment img {
    height: 19px;
  }

  .main {
    padding: 0 5px;
  }

  .cart_detailed .item-image img {
    width: 50px;
  }

  .cart_detailed table th {
    font-size: 11px;
    padding: 0 5px;
  }

  .box.slider,
  .box.info,
  .box.productslist {
    display: none;
  }

  header .info {
    float: none;
    text-align: center;
  }

  header .header-middle {
    float: none;
  }

  .menu_info {
    text-align: center;
  }

  header .social {
    left: 24px;
  }

  .subscription .social {
    position: static;
    float: none;
    text-align: center;
    margin: 20px 0 0;
  }

  .subscription .social ul {
    display: inline-block;
    vertical-align: top;
  }

  #product-list .product-list {
    padding: 0 0 0 7px;
  }

  #product-list .product-list.present li {
    margin: 0 26px 20px 0;
  }
}

#cart-form .options, #cart-form .stocks {
  width: 100%;
  float: left;
}

/* top menu product box
--------------------- */
.products_box_menu {
  width: 370px;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
}

.products_box_menu__item {
  margin: 12px 0;
  position: relative;
}

.products_box_menu__item__img_box {
  width: 100px;
  height: 110px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

header .menu_top .products_box_menu__item__img_box a:hover {
  background: none;
}

.products_box_menu__item__img_box img {
  max-width: 100px;
  max-height: 100px;
  margin-left: 10px;
}

.products_box_menu__item_info {
  display: inline-block;
  vertical-align: top;
  width: 248px;
  margin-left: 10px;
  max-height: 100px;
  overflow: hidden;
}

.products_box_menu__item_info_title {
  font-size: 12px;
  text-transform: uppercase;
  color: #151515;
  font-weight: bold;
  margin-bottom: 2px;
}

.products_box_menu__item_info_btn {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: block;
  padding: 2px 6px;
  width: 95px;
  height: 25px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  background: rgb(253, 127, 155);
  background: -moz-linear-gradient(30deg, rgb(253, 127, 155) 30%, rgb(248, 207, 83) 70%);
  background: -webkit-linear-gradient(30deg, rgb(253, 127, 155) 30%, rgb(248, 207, 83) 70%);
  background: -o-linear-gradient(30deg, rgb(253, 127, 155) 30%, rgb(248, 207, 83) 70%);
  background: -ms-linear-gradient(30deg, rgb(253, 127, 155) 30%, rgb(248, 207, 83) 70%);
  background: linear-gradient(120deg, rgb(253, 127, 155) 30%, rgb(248, 207, 83) 70%);
}

.addcart[disabled=disabled] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  cursor: default;
}

.sku-params-block {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  position: relative;
}

.sku-params-block__title {
  color: #434242;
  font-size: 15px;
  border-bottom: #ff6a91 1px dashed;
  padding-bottom: 14px;
}

.sku-params-block ul {
  list-style: none;
  padding: 0;
}

.sku-color-selector__list:after {
  content: '';
  display: block;
  clear: both;
}

.sku-params-block__list li {
  cursor: pointer;
}

.sku-color-selector__list li {
  float: left;
}

.sku-color-selector__color {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px #fdbfcd solid;
  margin: 4px;
}

.sku-color-selector__item {
  cursor: pointer;
}

.sku-color-selector__item.selected .sku-color-selector__color {
  border: 2px #000000 solid;
  margin: 3px;
}

.sku-selector {
  margin-top: 16px;
  position: relative;
}

.sku-selector__sku {
  border: 2px #ff8aa3 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.sku-selector__sku::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
  background: url('img/icon_arrow_down.png') no-repeat 0 0;
  width: 18px;
  height: 13px;
}

.sku-selector__sku::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  width: 2px;
  height: 100%;
  background: #ff8aa3;
}

.sku-selector__list {
  background: #ffffff;
  border: 2px #ff8aa3 solid;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  z-index: 10;
}

.sku-selector__item {
  padding: 4px 10px;
  border-bottom: 1px rgba(255, 138, 163, 0.29) solid;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  max-height: 120px;
}

.sku-selector__item:hover {
  background: rgba(255, 138, 163, 0.14);
}

.sku-selector__item.selected {
  background: rgba(255, 138, 163, 0.08);
}

.invisible {
  display: none;
}

.product-cart-skus {
  display: none;
}

.description-category {
  margin: 0 17px;
}

#page-content .reviews {
  margin: 0 16px;
  padding: 0;
}

#page-content .reviews .reviews-branch {
  margin: 20px 0;
}

#page-content .reviews .reviews-branch li {
  padding: 2px;
}

#page-content .reviews > .reviews-branch > li:after {
  display: block;
  content: '';
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.paging-nav ul.menu-h {
  font-family: 'Roboto';
  font-weight: bold;
  text-align: center;
}

.paging-nav ul.menu-h li a {
  padding: 15px 8px;
  color: #ff6a91;
}

.paging-nav ul.menu-h li a:hover {
  color: #333333;
}

.paging-nav ul.menu-h li:first-child a, .paging-nav ul.menu-h li:last-child a {
  padding: 15px 8px;
  color: #333333;
}

.paging-nav ul.menu-h li.selected a {
  color: #333333;
}

.regionHelperDiv {
  float: left;
}

.regionHelperDiv__link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px #ffffff dotted;
}

.ui-widget-content {

border: 1px solid #FF6896;

background: #ffffff;

color: #222222;

}

.ui-widget-content a {

outline: none;

}

.ui-widget-header {

background: #ff6a94 !important;

border: 1px solid #EE6585 !important;

color: #ffffff !important;

}

.ui-widget-header .ui-icon {

background-image: url(/wa-data/public/site/themes/default/img/ui-icons_d8e7f3_256x240.png) !important;

}

.ui-state-hover,

.ui-widget-content .ui-state-hover,

.ui-widget-header .ui-state-hover,

.ui-state-focus, .ui-widget-content .ui-state-focus,

.ui-widget-header .ui-state-focus {

border: none !important;

background: none !important;

font-weight: inherit !important;

color: inherit !important;

}

.zvonok-knp1{
left:-9px;
position:relative;	
}
.popup h4{
 margin-top: 8px;
    text-align: center;
}
.zvonok-knp1:hover{
cursor:pointer;
opacity:0.8;
}
@media only screen and (max-width: 530px){
	.regionHelperDiv{
	    margin-left: 15px;
    position: relative;	
	}
	.cent{
	left:-12px;	
	}
.panel_top .cart {
    margin: 0;
    margin-top: -23px;
    /* left: 50%; */
    left: -23px;
    position: relative;
  }
 .subscription .btn_sub{
	left:67px;
    top:10px;
position:relative;	
 }
 .subscription .inp_sub{
    left: 81px;
    position: relative;
 }
 .foot-ots h4{
text-align: center;
 }
 .news_foot .all {
    margin-bottom: 9px;
    text-align: center;
}
.subscription{
display:none;	
}
.sorting-block {
    position: relative;
    left: -9px;
}
}
@media (max-width:414px) {
	.copyr #logo {height:auto;}
	header .menu_top {display:none;}
	.panel_top .cart {font-size:10px;left:0;}
	.info-desc ul li {width:23%;}
}
@media (max-width:766px) {
.brand {
    width: 50%;
}
}