html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
textarea {
  resize: none;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
div#form_add_product img{display:inline-block;}
img {
  display: block;
}
button {
  background: transparent;
}
input,
textarea {
  font-family: 'Ubuntu', sans-serif;
  /*-webkit-appearance: none;*/
  border-radius: 0;
  font-size: 16px;
}
html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*h1 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  color: #483c33;
  text-transform: uppercase;
}*/
h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #483c33;
  margin-bottom: 14px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #483c33;
  margin-bottom: 11px;
}
h4 {
  font-size: 14px;
  font-weight: 300;
  color: #483c33;
  margin-bottom: 15px;
  font-style: italic;
}
article h1 {
    margin: 25px 0;
}
article h2 {
    margin: 20px 0;
}
article h3 {
    margin: 18px 0;
}
article h4 {
    margin: 16px 0;
}
article ul,
article ol {
    margin: 20px 0;
    display: list-item;
}
article ol li {
    margin-left: 35px;
}
article p {
    margin: 20px 0;
    line-height: 22px;
}
.clap_list p,
.clap_list p,
.vis p,
.vis p,
article p,
article p
.clap_list ul,
.clap_list ol,
.vis ol,
.vis ul,
article ol,
article ul {
    margin: 20px 0;
}
ul {
  font-size: 16px;
  line-height: 22px;
}
ul li {
  position: relative;
  padding-left: 40px;
}
ul li:before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008abc;
  top: 10px;
  left: 21px;
}
ol li {
    display: list-item;
    list-style-type: decimal;
    margin: 5px 0;
    margin-left: 35px;
}
/*p {
  font-size: 16px;
  line-height: 22px;
  color: #483c33;
  margin-bottom: 22px;
}*/
table {
  width: 100%;
  margin: 30px 0;
  background-color: #fff;
}
table thead tr {
  background: #008abc;
}
table thead tr,
table th {
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding: 12px 19px 14px;
  background-color: #008ABC;
}
table td {
  font-size: 15px;
  color: #483c33;
  font-weight: 300;
  padding: 13px 19px 15px;
  text-align: left;
  border-right: 1px solid #cfc8c2;
  border-bottom: 1px solid #cfc8c2;
}
article tbody tr:first-child {
    border-top: 1px solid #cfc8c2;
}
table td:first-child {
  border-left: 1px solid #cfc8c2;
}
@media only screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}
/*owl*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.s-slider-a .owl-carousel .owl-stage-outer {
    position: relative;
    height: 345px;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
ol li {
    display: list-item;
    list-style-type: decimal;
    position: relative;
    margin-left: 15px;
}
ol li:before,
ul li:before {
  background: #008abc;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.b-wrapper {
  min-width: 1000px;
  overflow: hidden;
  background: #fff;
}
.container {
  width: 100%;
  background: #fff;
  max-width: 1100px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
.s-footer {
  width: 100%;
  position: relative;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #e9f0f2;
}
/*main*/
.head-topline {
  background-color: #e9f0f2;
}
.head-topline:after {
  content: "";
  background-image: url(../i/topline.png);
  height: 6px;
  display: block;
}
.s-header .head-topline .container {
  padding: 0 50px;
  background: transparent;
}
.s-header .container {
  padding: 0 50px;
}
.s-header .m-main .container {
  margin-bottom: 15px;
  padding: 0 50px;
  background-color: #008ABC;
}
.s-header__top {
}
.s-header__top:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-header__middle {
    padding: 22px 0 5px 0;
}
.s-header__middle .logo-slogan {
  position: relative;
  top: -21px;
  left: 90px;
  color: #0075a0;
  font-size: 12px;
}
.m-site {
  line-height: 20px;
}
.m-site li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}
.m-site li:before {
  display: none;
}
.m-site li+li {
  margin-left: 27px;
}
.m-site a {
    color: #707070;
    font-size: 12px;
    font-family: 'ubuntu';
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
    transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.m-site a._active,
.m-site a:hover {
  color: #008ABC;
  text-decoration: underline;
  transition: all 0.5s;

}
.b-phones {
  float: right;
}
.b-phones a {
  color: #796a61;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
.b-phones a:nth-child(2n)  {
  margin-left: 25px;
}
.b-phones a b {
  font-size: 17px;
  color: #483c33;
  margin-left: 6px;
}
.i-logo {
  float: left;
}
.i-logo img {
  margin-bottom: 2px;
  /*height: 90px;*/
}
.i-logo span {
  font-size: 12px;
  color: #e57c78;
}
.h-content {
  display: inline-block;
}
.s-header__middle .top {
  
  float: right;
}
.s-header__middle .bottom {
  width: 710px;
  float: right;
}
.f-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  margin: 15px 0;
}
.f-search__field {
  height: 37px;
  padding: 0 50px 0 12px;
  border: 1px solid #cfc8c2;
  border-radius: 2px;
  color: #796a61;
  width: 315px;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}
.f-search__btn {
  display: block;
  height: 35px;
  width: 35px;
  top: 1px;
  right: 1px;
  position: absolute;
  background: url("../i/sprite.png") -423px -69px no-repeat;
}
.f-search__btn:hover {
  background-color: rgb(233, 240, 242);
}
.s-header__middle .right {
  display: inline-block;
  text-align: right;
}
.s-header .b-phones a {
  font-size: 13px;
  margin-bottom: 2px;
  display: inline-block;
  color: #808080;
  line-height: 20px;
}
.s-header .b-phones a:nth-child(2n)  {
  margin-left: 25px;
}
.s-header .b-phones a b {
  font-size: 18px;
  margin-left: 4px;
  font-weight: 100;
  color: #191919;
  font-weight: 	600;
}
.b-basket {
    margin: 15px 0px 10px 100px;
    padding-left: 59px;
    position: relative;
    display: block;
    vertical-align: top;
    text-align: left;
    float: right;
    min-width: 256px;
}
.b-basket a {
  display: inline-block;
}
.b-basket:hover .b-basket__total {
  text-decoration: none;
}
.b-basket__total {
  color: #008abc;
}
.b-basket__svg {
  width: 41px;
  height: 41px;
  border-radius: 10%;
  background: #008abc;
  position: absolute;
  left: 0;
  top: -2px;
}
.card_icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 22px;
  background: url("../i/sprite.png") -431px -109px no-repeat;
}
.b-basket__title {
  font-weight: 500;
  font-size: 16px;
  color: #483c33;
  line-height: 13px;
  margin-bottom: 5px;
}
.b-basket__count {
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
  border-bottom: 1px solid transparent;
  display: block;
}
/*.b-basket__count:hover {
  color: #008ABC;
  opacity: 0.8;
}*/
.b-basket__count,
.b-basket__price {
  font-size: 14px;
  color: #483c33;
  font-weight: 300;
}
.b-basket__price {
  margin-left: 12px;
  position: relative;
}
/*.b-basket__price:hover {
  color: #008ABC;
  opacity: 0.8;
}*/
.b-basket__price:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: -6px;
  width: 1px;
  height: 14px;
  background: #483c33;
}
.m-main {
  background: #008abc;
}
.m-main__ul {
  display: table;
  width: 100%;
  text-align: left;
  margin: 0;
  table-layout: fixed;
  background: #008ABC;
}
.m-main__li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  background: linear-gradient(to top, #008abc, #008abc);
}
.m-main__li:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  border-radius: 0;
  background: #fff;
  background: -webkit-linear-gradient(bottom, #fff, #f8f7f2);
  background: linear-gradient(to top, #fff, #f8f7f2);
}
.m-main__li:hover .m-main__link,
.m-main__li._active .m-main__link {
  color: #008abc;
}
.m-main__li:hover:before,
.m-main__li._active:before {
  opacity: 1;
}
.m-main__li:hover ul,
.m-main__li._active ul {
  display: block;
}
.m-main__li._sales:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  background: #eb928e;
  background: -webkit-linear-gradient(bottom, #eb928d, #f89cb1);
  background: linear-gradient(to top, #eb928d, #f89cb1);
  opacity: 1;
}
.m-main__li._sales .m-main__link {
  color: #fff;
}
.m-main__li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 430px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 215px;
  -moz-column-width: 215px;
  column-width: 215px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  text-align: left;
  padding: 24px 0 29px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.m-main__li ul li {
  padding: 0 0 0 26px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.m-main__li ul li:before {
  display: none;
}
.m-main__li ul a {
  font-size: 14px;
  color: #483c33;
  line-height: 14px;
  padding: 5px;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: block;
}
.m-main__li ul a ._active, {
  color: #008ABC;
  text-decoration: underline;
}
.m-main__link {
  position: relative;
  line-height: 42px;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 0 20px;
}
.s-footer .container {
  padding: 34px 50px 10px;
  background-color: #e9f0f2;
}
.s-footer .container>.container {
	min-width: 950px
}
.s-footer__top {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 18px;
}
.s-footer__bottom {
  border-top: 1px solid #cfc8c2;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  background-color: #E9F0F2;
}
.s-footer__bottom:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-footer__cell {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
.s-footer__title {
  font-weight: 500;
  color: #483c33;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
}
.s-footer .b-phones {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 29px;
}
.s-footer .b-phones a {
  font-size: 16px;
  margin-bottom: 2px;
  display: inline-block;
}
.s-footer .b-phones a b {
  font-size: 22px;
  margin-left: 4px;
}
.s-footer__bottom .copyright_l,
.s-footer__bottom .copyright_r {
  font-size: 13px;
  color: #796a61;
  line-height: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.s-footer__bottom .copyright_l {
	float: left;
}
.s-footer__bottom .copyright_r {
	float: right;
}
.s-footer__bottom .zm-logo {
	content: "";
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background-color: #008abc;
    background-image: url(../i/zmitroc.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}
.copyright_r a {
	display: inline-block;
	margin: 0 3px;
	color: #909090;
  text-decoration: underline;
}
.copyright_r a:hover {
	text-decoration: none;
}
.m-footer li {
  padding: 0;
  margin-bottom: 14px;
  max-width: 230px;
  line-height: 15px;
}
.m-footer li:before {
  display: none;
}
.m-footer a {
  font-size: 14px;
  color: #483c33;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.m-footer a._active,
.m-footer a:hover {
  border-color: #a39d99;
}
.b-office,
.b-worktime,
.b-contact__adress,
.s-footer .b-office dt  {
  display: block;
  font-size: 14px;
  color: #796a61;
}
.b-worktime dt,
.b-contact__adress dt,
.s-footer .b-office dt {
  font-size: 14px;
  color: #191919;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.b-worktime dd, 
.b-contact__adress dd,
.s-footer .b-office dd {
  font-size: 16px;
  color: #656565;
  line-height: 26px;
}

.f-delivery {
    bottom: -20px;
    font-size: 16px;
    width: 500px;
    position: relative;
}
.f-delivery._aside {
  border-top: 1px solid #cfc8c2;
  padding-top: 22px;
  margin-bottom: 37px;
}
.f-delivery._aside .f-delivery__title {
  margin-bottom: 14px;
}
.f-delivery._aside .f-delivery__field {
  margin-bottom: 17px;
}
.f-delivery._aside .f-delivery__btn {
  width: 100%;
  text-align: center;
  margin: 0;
}
.f-delivery__title {
	font-size: 16px;
    font-weight: 500;
    color: #656565;
    margin-bottom: 8px;
}
.f-delivery__field {
    height: 38px;
    max-width: 100%;
    padding: 0 13px;
    font-style: italic;
    font-size: 13px;
    color: #796a61;
    width: 294px;
    border-radius: 2px;
    border: 1px solid #cfc8c2;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}
.f-delivery__field.error {
    background: #fff url(../i/invalid.png) no-repeat 98% center;
    border-color: #b03535;
}
.f-delivery__btn,
.f-question__btn,
.btn-a {
    padding: 9px 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    transition: color 0.2s ease-out;
    background: #008ABC;
}
.f-delivery__btn:hover,
.f-question__btn:hover,
.btn-a:hover {
  opacity: 0.9;
}
.f-delivery__btn:active,
.f-question__btn:active,

.btn-a:active {
    transform: translateY(1px);
}
.b-social {
  float: right;
  font-size: 0;
  margin-top: 5px;
}
.b-social__social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #cfc8c2;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.b-social__social+.b-social__social {
  margin-left: 12px;
}
.b-social__social:hover {
  background: #ed9392;
}
.b-social__social:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../i/sprite.png") left top no-repeat;
}
.b-social__social._fb:before {
  background-position: left top;
}
.b-social__social._vk:before {
  background-position: -38px top;
}
.b-social__social._ok:before {
  background-position: -78px top;
}
/*p-index*/
.s-index-a .container {
  padding: 2px 50px 10px;
}
.owl-carousel .item {
  position: relative;
}
.owl-carousel .slide-name {
  font-family: 'Condensedc';
  position: absolute;
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 40px;
  width: 300px;
  top: 106px;
  left: 90px;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
}
.owl-carousel .slide-name span{
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
}
.owl-carousel._1 .owl-prev {
  width: 65px;
  height: 345px;
  position: absolute;
  border-radius: 0 28px 28px 0;
  top: 0;
  left: 0;
}
.owl-carousel._1 .owl-prev:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 35px;
  height: 35px;
  left: 25px;
  border-left: 2px solid #cfc8c2;
  border-top: 2px solid #cfc8c2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.owl-carousel._1 .owl-prev:hover:before,
.owl-carousel._1 .owl-next:hover:before {
  border-color: #FFF;
}
.owl-carousel._1 .owl-prev:hover,
.owl-carousel._1 .owl-next:hover {
  background: rgba(0,0,0,0.2);
  border-radius: 0;
  transition: background 0.5s;
}

.owl-carousel._1 .owl-next {
  right: 0;
  width: 65px;
  height: 345px;
  border-radius: 28px 0 0 28px;
  position: absolute;
  top: 0;
}
.owl-carousel._1 .owl-next:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  width: 35px;
  height: 35px;
  border-right: 2px solid #cfc8c2;
  border-top: 2px solid #cfc8c2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.owl-carousel._1 .owl-dots {
  position: relative;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.owl-carousel._1 .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
	margin: 0 7px;
	border: 1px solid #fff;
}
.owl-carousel._1 .owl-dot.active {
  margin: 0 7px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: #909090;
}
.s-index-b .container {
  padding: 7px 50px 10px;
}
.s-index-b__col-wrap {
  font-size: 0;
  margin: 0 -1px;
}
.s-index-b__col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 4px;
  margin-bottom: 8px;
}
.s-index-b__title {
  font-weight: 700;
  font-size: 30px;
  color: #483c33;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.s-index-c .container {
  padding: 16px 50px;
}
.s-index-c__title {
  font-weight: 700;
  font-size: 30px;
  color: #483c33;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.vis p {
	line-height: 24px;
	padding: 10px 0;
}
.s-index-c .vis:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.s-index-c img {
  float: right;
  margin: 0 0 10px 40px;
}
.s-index-c p {
  line-height: 25px;
  margin-bottom: 25px;
}
.section-name {
	text-align: center;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #191919;
	margin: 20px;
}
.section-name:before,
.section-name:after {
	content: "";
    width: 100px;
    height: 1px;
    background-color: #909090;
    display: inline-block;
    margin: 5px 10px;
}
.better_wrapper {
	display: inline-block;
	text-align: center;
}
.better_box {
	width: 33%;
    display: table;
    float: left;
    margin: 10px 0;
}
.better-roll {
	content: "";
	background-color: #008abc;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: inline-block;
	position: relative;
	background-image: url(../i/sprite.png);
	background-repeat: no-repeat;
}
/*
.icon_delivery-free {
	background-position: 1px 7px;
}
.icon_qualification {
	background-position: -72px 7px;
}
.icon_catalog {
	background-position: -141px 7px;
}
.icon_warranty {
	background-position: -216px 6px;
}
.icon_discount-card {
	background-position: -343px 7px;
}
.icon_location-shop {
	background-position: -479px 6px;
}*/

.better-roll.no_icon {
  background-image: none;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.icon_delivery-free {
 background-position: -677px 7px;
}
.icon_qualification {
 background-position: -72px 7px;
}
.icon_catalog {
 background-position: -141px 7px;
}
.icon_warranty {
 background-position: -216px 6px;
}
.icon_discount-card {
 background-position: -343px 7px;
}
.icon_first-hand {
 background-position: -479px 6px;
}
.icon_original-brands {
  background-position: 1px 6px;
}
.icon_delivery-fast {
  background-position: -547px 6px;
}
.icon_presents {
  background-position: -612px 6px;
}
.icon_shop-center {
  background-position: -740px 6px;
}
.icon_sales {
  background-position: -410px 6px;
}



.better-descr {
	font-size: 16px;
    color: #191919;
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    height: 75px;
    padding-right: 10px;
    text-align: left;
}
.social_links {
	display: block;
	text-align: center;
}
.social_links a {
	display: inline-block;
  margin: 20px;
}
.social-icon {
	content: "";
	width: 60px;
	height: 59px;
	display: inline-block;
	background-image: url(../i/sprite.png);
	background-repeat: no-repeat;
}
.odnoklassniki {
	background-position: 0 -80px;
}
.youtube {
	background-position: -59px -80px;
}
.google-plus {
	background-position: -117px -80px;
}
.facebook {
	background-position: -179px -80px;
}
.vkontakte {
	background-position: -238px -80px;
}
.twitter {
	background-position: -298px -80px;
}
.instagramm {
	background-position: -359px -78px;
}
.social_links a:hover >
.social-icon {
background-position-y: -140px;
transition: all 0.2s ease-out;
}
.s-partners-slider,
.s-why-better,
.s-about-shop,
.s-social {
  margin-bottom: 85px;
}
.s-index-d .container {
  padding: 30px 50px 35px;
}
.owl-carousel._2 {
  margin: 0 20px;
  width: auto;
}
.owl-carousel._2 .item {
  height: 100px;
  text-align: center;
  font-size: 0;
  padding: 5px 20px;
}
.owl-carousel._2 .item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.owl-carousel._2 img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}
.owl-carousel._2 .owl-prev {
  width: 17px;
  height: 17px;
  position: absolute;
  border-left: 2px solid #cfc8c2;
  border-top: 2px solid #cfc8c2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 37%;
  left: -15px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.owl-carousel._2 .owl-next {
  right: -15px;
  width: 17px;
  height: 17px;
  position: absolute;
  border-right: 2px solid #cfc8c2;
  border-top: 2px solid #cfc8c2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 37%;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.owl-carousel._2 .owl-next:hover,
.owl-carousel._2 .owl-prev:hover {
	border-color: #008ABC;;
}
/*p-article*/
.s-article-a {
  margin-bottom: 44px;
}
.s-article-a .container {
  padding: 2px 50px 35px;
}
.b-article {
  margin-bottom: 30px;
}
.b-article ul li {
  padding-left: 35px;
}
.b-crumbs {
  margin: 15px 0;
  width: 100%;
  display: inline-block;
}
.b-crumbs a {
  font-size: 13px;
  color: #796a61;
  font-weight: 300;
  font-style: italic;
  position: relative;
  border-bottom: 1px solid #dddad7;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
  float: left;
}
.b-crumbs a:hover {
  color: #008abc;
  border-bottom: 1px solid #008abc;
}
.b-crumbs a+a {
  margin-left: 14px;
}
.b-crumbs a+a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 14px;
  width: 5px;
  content: '»';
  font-style: italic;
  font-size: 13px;
  left: -9px;
  color: #796a61;
}
.b-crumbs span {
  margin-left: 14px;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #796a61;
  position: relative;
  float: left;
}
.b-crumbs span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 14px;
  width: 5px;
  content: '>';
  font-style: italic;
  font-size: 13px;
  left: -9px;
  color: #796a61;
}
.b-photos {
  margin: 0 -20px 9px;
  padding-top: 10px;
  font-size: 0;
}
.b-photos__col {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 50%;
}
.b-photos img {
  margin-bottom: 15px;
}
.b-quote {
  padding: 0 82px 0 62px;
  font-style: italic;
  position: relative;
  letter-spacing: -0.01em;
  margin: 25px;
}
.b-quote:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  content: '«';
  color: #483c33;
  font-size: 48px;
  top: 2px;
  left: 20px;
  line-height: 20px;
}
.b-quote:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  content: '»';
  color: #483c33;
  font-size: 48px;
  bottom: 22px;
  right: 69px;
  line-height: 20px;
}
.s-news-a .container {
  padding: 2px 50px 70px;
}
.s-news-a__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: -9px;
}
.s-news-a__left {
  display: table-cell;
  vertical-align: top;
  padding-right: 24px;
}
.s-news-a__right {
  display: table-cell;
  vertical-align: top;
  width: 248px;
  padding-top: 2px;
}
.s-news-a__right .one_new_block {
  margin-bottom: 20px;
}
.s-news-a__right time {
  color: #909090;
  font-size: 12px;
}
.s-news-a__right img {
  max-width: 248px;
}
.b-news {
  margin-bottom: 25px;
}
.b-news p {
  margin: 10px 0;
}
.b-news:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.b-news h1,
.b-product h1 {
  text-transform: none;
  font-size: 22px;
  margin-bottom: 2px;
}

.b-news time {
  font-size: 12px;
  color: #796a61;
  font-weight: 300;
  display: block;
  margin-bottom: 19px;
}
.b-news img {
  margin: 10px auto;
}
.i-back,
.last_news-wrap a {
  font-size: 14px;
  color: #483c33;
  border-bottom: 1px solid #d1cecc;
  margin-left: 19px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.last_news-wrap a {
  margin: 0 0 10px 0;
  border-bottom: none;
  font-size: 18px;
}
.i-back:hover,
.last_news-wrap a:hover {
  color: #008abc;
  border-color: #008abc;
}
.last_news-wrap a:hover {
  text-decoration: underline;
}
.i-back:hover:before {
  border-right-color: #008abc;
}
.i-back:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  left: -17px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  height: 10px;
  border-right: 7px solid #483c33;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.pr-news {
  padding: 25px 0;
  border-bottom: 1px #DEDEDE solid;
}
.pr-news:nth-child(2n) {
  background-color: #fff;
}
.pr-news:nth-last-child(1) {
  border-bottom: none;
}
.pr-news-short a {
  font-size: 18px;
  line-height: 20px;
  color: #483c33;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.pr-news-short a:hover {
  color: #008abc;
  border-color: #008abc;
}
.pr-news-short time {
  margin-top: 6px;
  font-size: 12px;
  color: #796a61;
  font-weight: 300;
  display: block;
}
.i-all-news {
  color: #483c33;
  font-style: italic;
  font-size: 14px;
  border-bottom: 1px solid #dddad7;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.i-all-news:hover {
  color: #008abc;
  border-color: #008abc;
}
/*p-newslist*/
.s-newslist-a {
  margin-bottom: 44px;
}
.s-newslist-a .container {
  padding: 2px 50px 70px;
}
.s-newslist-a__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-newslist-a__left {
  display: table-cell;
  vertical-align: top;
  width: 223px;
}
.s-newslist-a__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 26px;
}
.s-newslist-a h1 {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 17px;
}
.s-newslist-a .b-pagination {
  margin-left: -9px;
}
.m-aside {
  margin-bottom: 32px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.m-aside span {
  display: block;
  background-color: #008abc;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 40px;
  color: #fff;
}
.m-aside__li {
  line-height: 35px;
  padding-left: 0;
}
.m-aside__li:before {
  display: none;
}
.m-aside__li ul {
  display: none;
  padding: 9px 0 9px;
  margin-bottom: 12px;
}
.m-aside__li li {
    padding-left: 0;
}
.m-aside__li li:hover {
  background-color: #DCDCDC;
}
.m-aside__li li:before {
  display: none;
}
.m-aside__li li a {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  color: #483c33;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
  padding-left: 30px;
}
.m-aside__link {
	line-height: 20px;
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	color: #483c33;
	font-weight: 500;
	-webkit-transition: color 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.m-aside__link:hover,
._active, 
.m-main__li ul li:hover {
  background-color: #DCDCDC;
}
.m-aside__link._active+ul {
  display: block;
  background-color: #F5F5F5;
}
.m-aside__link. {
    color: #008ABC;
    display: block;
}
.last_news-wrap {
	display: block;
	font-size: 18px;
	color: #191919;
	text-transform: uppercase;
	line-height: 25px;
}
.last_new-wrap {
	display: block;
    margin: 20px 0 60px;
    text-align: left;
}
.last_new-wrap a:hover, 
.last_new-wrap a:hover img{
	text-decoration: underline;
	opacity: 1;
}
.last_new-date {
	color: #909090;
    font-size: 12px;
    text-transform: none;
    line-height: 12px;
    margin: 10px 0 5px 0;
}
.last_new-name {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 5px 0 10px;
    color: #000;
}
.last_new-name img {
	width: 80%;
	margin: 5px 0;
	opacity: 0.9;
}



.l-newslist {
  margin: -9px 0 32px;
}
.pr-news:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.pr-news img {
  float: left;
  margin: 6px 20px 20px 0;
}
.pr-news a {
  font-size: 20px;
  font-weight: 500;
  color: #008abc;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.pr-news a:hover {
  border-color: #008abc;
}
.pr-news time {
  margin: 4px 0 11px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #796a61;
}
.b-pagination {
  font-size: 0;
  text-align: center;
}
.b-pagination .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  position: relative;
}
.b-pagination .arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.b-pagination .arrow:hover {
  background: transparent;
}
.b-pagination .arrow:hover._prev:before {
  border-right-color: #008abc;
}
.b-pagination .arrow:hover._next:before {
  border-left-color: #008abc;
}
.b-pagination ._prev {
  margin-right: 10px;
}
.b-pagination ._prev:before {
  border-right: 7px solid #483c33;
}
.b-pagination ._next {
  margin-left: 10px;
}
.b-pagination ._next:before {
  border-left: 7px solid #483c33;
}
.b-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  color: #483c33;
  font-size: 16px;
  background: transparent;
}
.b-pagination a._active,
.b-pagination a:hover {
  background: #008abc;
  color: #fff;
}
.b-pagination a+.page {
  margin-left: 2px;
}
/*p-product*/
.s-product-a {
  margin-bottom: 44px;
}
.s-product-a .container {
  padding: 2px 50px 110px;
}
.s-product-a__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-product-a__left {
  display: table-cell;
  vertical-align: top;
  width: 223px;
}
.s-product-a__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 26px;
}
.s-product-a h1 {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 24px;
}
.b-product {
  margin-top: -10px;
}
.b-product__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}
.b-product__left {
  display: table-cell;
  vertical-align: top;
  width: 410px;
  padding: 6px 5px 0;
}
.b-product__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.b-product__dt {
  font-size: 16px;
      margin-top: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #483c33;
  text-transform: uppercase;
}
.b-product p {
  font-size: 13px;
  line-height: 20px;
  color: #483c33;
}
.b-product__old-price {
  font-size: 16px;
  color: #483c33;
  text-decoration: line-through;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.b-product__new-price {
  font-weight: 700;
  color: #008abc;
  font-size: 20px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
.b-product__add {
  text-transform: uppercase;
  text-align: center;
  margin: 18px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 164px;
  line-height: 34px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  background: #008abc;
  background: -webkit-linear-gradient(bottom, #008abc, #008abc);
  background: linear-gradient(to top, #008abc, #008abc);
}
.b-product__add:hover {
  opacity: 0.9;
  color: #fff;
}
.b-product__add:active {
  transform: translateY(1px);
}
.b-product .b-catalog__col-wrap {
  margin-top: 60px;
}
.b-gallery__top {
  margin-bottom: 7px;
}
.b-gallery__top img {
  display: none;
  width: 100%;
  height: auto;
}
.b-gallery__top ._active {
  display: block;
}
.b-gallery__bottom {
  margin-left: -7px;
  font-size: 0;
}
.b-gallery__bottom-col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 7px;
  margin-bottom: 7px;
}
.b-gallery__bottom-col img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.b-stats {
  margin-bottom: 19px;
}
.b-stats dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #483c33;
  font-weight: 500;
  line-height: 25px;
}
.b-stats dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 25px;
  color: #483c33;
  font-weight: 300;
}
.s-catalog-a {
  margin-top: 15px;
}
.s-catalog-a .container {
  padding: 2px 50px 40px;
}
.s-catalog-a__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.s-catalog-a__left {
  display: table-cell;
  vertical-align: top;
  width: 227px;
}
.s-catalog-a__right {
  display: table-cell;
  vertical-align: top;
  padding-left: 26px;
}
.b-catalog {
  /*margin-top: -10px;*/
}
.b-catalog:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.b-catalog h1,
.b-contact h1 {
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 37px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    overflow: hidden;
    max-width: 500px;
}
.b-catalog_main-page h1 {
  max-width: 800px;
}
.b-article h1,
.b-basket-full h1 {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 37px;
  z-index: 1;
  margin-bottom: 5px;
}
.l-newslist h1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 10px;
}
.b-catalog__col-wrap {
	margin: 20px 0 30px -9px;
    font-size: 0;
}
.b-catalog__col {
  padding-left: 9px;
  vertical-align: top;
  display: inline-block;
  width: 33.33%;
  margin-bottom: 28px;
  position: relative;
}
.b-sort {
  float: right;
  margin-top: 6px;
  letter-spacing: 0.02em;
}
.b-sort form {
    display: inline-block;
}
.b-sort__title {
  font-size: 13px;
  color: #483c33;
  font-weight: 300;
}
.b-sort__type {
  margin-left: 5px;
  color: #483c33;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
  border-bottom: 1px dashed transparent;
}
.b-sort__type._active,
.b-sort__type:hover {
  color: #008abc;
  border-color: #008abc;
}
.b-sort__type+.b-sort__type {
  position: relative;
  margin-left: 18px;
}
.b-sort__type+.b-sort__type:before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: -9px;
  top: 2px;
  background: #483c33;
}
.b-sort ._active {
  background-color: #fff;
}
.search h1 {
  font-size: 16px;
}
.s-catalog-a__table .search .b-catalog__col {
    width: 25%;
}

/*СТИКЕРЫ*/
.pr-product__label {
    position: absolute;
    font-size: 13px;
    width: 113px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    line-height: 24px;
    right: -29px;
    text-transform: uppercase;
    top: 15px;
    color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
}
.pr-product__label:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 25px;
  height: 25px;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
}
.pr-product__label span {
    display: block;
    position: relative;
}
.pr-product__label span:before {
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 6px solid rgba(0,0,0,0.1);
    border-left: 6px solid #f00;
    border-right: 6px solid #f00;
}
.pr-product__label:after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 25px;
    height: 25px;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}
.pr-product__label._new_item {
  background: #073c03;
}
.pr-product__label._new_item span:before {
  border-left-color: #092F06;
  border-right-color: #092F04;
}
.pr-product__label._low_price {
  background: #BD0821;
}
.pr-product__label._low_price span:before {
	border-left-color: #502704;
	border-right-color: #502704;
}
.pr-product__label._hit_item {
    background: #FC9E12;
}
.pr-product__label._hit_item span:before {
	border-left-color: #693407;
	border-right-color: #693407;
}
/*СТИКЕРЫ*/

.pr-product {
  box-shadow: 0 0 10px rgba(150,150,150,0.3);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  padding: 19px 20px 23px;
  text-align: center;
  min-height: 425px;
}
.pr-product._active .pr-product__add {
  color: #fff;
  background: #eb928e;
  background: -webkit-linear-gradient(bottom, #eb928e, #f89cb1);
  background: linear-gradient(to top, #eb928e, #f89cb1);
}
.pr-product:hover,
.pr-product._active {
  /*transform: translateY(-1px);*/
  transition: all 0.2s ease-out;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.pr-product:hover .pr-product__title,
.pr-product._active .pr-product__title {
  color: #008ABC;
  border-color: #fae4e4;
}
.pr-product._sales .pr-product__preview {
  position: relative;
}
.pr-product._sales .pr-product__preview:before {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 51px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../i/sprite.png") left -73px no-repeat;
}
.pr-product._new .pr-product__preview {
  position: relative;
}
.pr-product._new .pr-product__preview:before {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 51px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("../i/sprite.png") -60px -73px no-repeat;
}
.pr-product__preview {
  display: block;
  margin-bottom: 14px;
}
.pr-product__preview img {
  width: 100%;
  height: auto;
}
.pr-product__title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #483c33;
  -webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
  margin: 15px auto;
  width: 180px;
}
.pr-product__art {
  margin: 7px 0 11px;
  font-size: 13px;
  font-weight: 300;
  color: #909090;
}
.pr-product__descr {
    display: block;
    color: #606060;
    font-size: 14px;
    line-height: 17px;
    margin-left: 16px;
    display: block;
    vertical-align: middle;
    margin: 10px 0px;
}
.pr-product__old-price {
  display: block;
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
  font-weight: 300;
  line-height: 25px;
  vertical-align: middle;
}
.pr-product__new-price {
  color: #191919;
  font-size: 18px;
  margin-left: 16px;
  display: block;
  vertical-align: middle;
}
.pr-product__add {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  background: #fddb42;
  background: -webkit-linear-gradient(bottom, #fddb42, #fff4a6);
  background: linear-gradient(to top, #fddb42, #fff4a6);
  font-weight: 700;
  color: #483c33;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 164px;
  line-height: 33px;
  display: table;
  margin: 15px auto 0;
}
.pr-product__add:hover {
  color: #fff;
  background: #eb928e;
  background: -webkit-linear-gradient(bottom, #eb928e, #f89cb1);
  background: linear-gradient(to top, #eb928e, #f89cb1);
}
/*p-contact*/
.contact_groups {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
#map {
  margin-top: 0
}
.contact_group {
  width: 33%;
  float: left;
}
.s-contact-a {
  margin-bottom: 44px;
}
.s-contact-a .container {
  padding: 2px 50px 92px;
}
.b-contact {
  display: block;
  table-layout: fixed;
  width: 100%;
}
.b-contact h1 {
  margin-bottom: 25px;
  display: block;
}
.b-contact__left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 52px;
}
.b-contact__right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-top: 66px;
}
.b-contact__about {
  font-size: 18px;
  color: #191919;
  line-height: 24px;
  font-weight: 500;
  display: block;
  float: left;
  width: 100%;
  margin: 55px 0 15px;
}
.b-contact__ip {
  color: #483c33;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  float: left;
  width: 70%;
}
.b-contact__mail {
  color: #008abc;
  font-size: 16px;
  display: inline-block;
  margin: 24px 0;
  border-bottom: 1px solid #008abc;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.b-contact__mail:hover {
  border-color: transparent;
}
.b-contact__dt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  color: #191919;
  text-transform: uppercase;
}
.b-contact .b-phones {
  float: none;
  display: block;
  vertical-align: top;
}
.b-contact .b-phones a {
  font-size: 14px;
  line-height: 23px;
}
.b-contact .b-phones a b {
  font-size: 20px;
  font-weight: 500;
}
.b-contact_left,
.b-contact_right {
  width: 50%;
  float: left;
}
.b-contact_left:before {
  content: "";
  clear: both;
}
.b-contact .b-worktime dt,
.b-contact .b-contact__adress dt {
  margin-bottom: 10px;
}
.b-contact__unp {
  font-weight: 300;
  background: #f8f7f2;
  font-size: 13px;
  line-height: 20px;
  color: #483c33;
  font-style: italic;
  padding: 16px 21px;
  margin: 20px 0;
  float: left;
  width: 80%;
}
.f-question {
  padding-top: 6px;
  max-width: 80%;
}
.f-question__label {
  display: block;
  font-size: 13px;
  color: #796a61;
  font-weight: 300;
  margin-bottom: 8px;
  font-style: italic;
}
.f-question__field {
  margin-bottom: 16px;
  border: 1px solid #cfc8c2;
  border-radius: 2px;
  height: 37px;
  padding: 0 10px;
  width: 100%;
  display: block;
  font-size: 13px;
}
.f-question__field.error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535
}

.f-question__textarea.error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535
}
.f-question__field._captcha {
  width: 186px;
  float: right;
}
.f-question__textarea {
  margin-bottom: 17px;
  width: 100%;
  display: block;
  font-size: 13px;
  border: 1px solid #cfc8c2;
  border-radius: 2px;
  padding: 11px 10px 12px;
}
.f-question__captcha {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #010101;
  width: 150px;
  height: 35px;
  position: relative;
  top: 1px;
  margin-bottom: 27px;
}
.f-order__field._error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535
}

.f-order__textarea._error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535
}
.s-basket-a {
  margin-bottom: 44px;
}
.s-basket-a .container {
  padding: 2px 50px 53px;
}
.b-basket-full h1 {
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.b-basket-full__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #483c33;
  margin-bottom: 15px;
}
.b-basket-full__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.b-basket-full__left {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.b-basket-full__right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 34px;
}
.b-basket-full__msg {
  padding: 21px 35px 23px 25px;
  letter-spacing: 0.01em;
  color: #A5A5A5;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  margin-top: 19px;
  line-height: 21px;
  background: #F8F8F8;
}
.t-basket {
  display: table;
  width: 100%;
  margin: 0 0 32px 0;
}
.t-basket__row {
  display: table-row;
}
.delivery_row {
  background-color: rgba(200, 200, 200, 0.13);
}
.delivery_row .t-basket__td {
  padding: 0px 20px;
}
.t-basket__row+.t-basket__row+.t-basket__row .t-basket__td {
  border-top: 1px solid #cfc8c2;
}
/*.t-basket__row+.t-basket__row+.t-basket__row .t-basket__td:first-child {
  position: relative;
}*/
.t-basket__row+.t-basket__row+.t-basket__row .t-basket__td:first-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background: #fff;
  top: -1px;
  left: 0;
}
/*.t-basket__row+.t-basket__row+.t-basket__row .t-basket__td:last-child {
  position: relative;
}*/
.t-basket__row+.t-basket__row+.t-basket__row .t-basket__td:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background: #fff;
  top: -1px;
  right: 0;
}
.t-basket__row .delivery_man,
.t-basket__row .delivery_post,
.t-basket__row .delivery_myself {
  float: left;
  width: 70px;
  height: 70px;
  content: "";
  background-image: url(../i/sprite.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 18px;
  opacity: 0.4;
}
.t-basket__row .delivery_man {
  background-position: -559px -61px;
}
.t-basket__row .delivery_post {
  background-position: -638px -65px;
}
.t-basket__row .delivery_myself {
  background-position: -711px -65px;
  width: 70px;
  margin: 0 18px 0 0px;
}
.t-basket__th {
  display: table-cell;
  vertical-align: middle;
  background: #f8f7f2;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #483c33;
  padding: 11px 19px;
  text-align: center;
}
.t-basket__th:nth-child(1) {
  text-align: left;
}
.t-basket__td {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #483c33;
  padding: 19px 20px;
}
.t-basket__td b {
  font-weight: 700;
}
.t-basket__td img {
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}
.t-basket__remove {
  font-weight: 700;
  font-size: 22px;
  color: #483c33;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-align: center;
  display: block;
}
.t-basket__remove:hover {
  color: #ed9392;
}
.f-order__col-wrap {
  font-size: 0;
  margin-left: -15px;
}
.f-order__col {
  padding-left: 15px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
chose_delivery {
margin: 30px 0;
}
.chose_delivery p {
font-size: 18px;
color: #191919;
margin-left: 15px;
margin-bottom: 10px;
}
.postcode,
._post, 
._self {
display: none;
}
.delivery_type {
width: 100%;
}
.p-card form {
margin-bottom: 30px;
}
.delivery_type .radio_label {
display: inline-block;
font-size: 15px;
font-style: normal;
color: #191919;
margin: 7px 0;
}
.delivery_type input[type="radio"] {
-webkit-appearance: radio;
display: inline-block;
position: relative;
top: 2px;
margin-right: 5px;
}
.input__large {
width: 100%;
}
.f-order__col-wrap-a {
font-size: 0;
}
.f-order__col-a {
  padding-right: 13px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
}
.f-order__col-a:nth-last-child(1) {
  padding-right: 0;
}
.f-order__field {
  height: 37px;
  width: 100%;
  display: block;
  border: 1px solid #cfc8c2;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #796a61;
  padding: 0 10px;
}
.f-order__field._captcha {
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  margin-left: 12px;
}
.f-order__textarea {
  width: 100%;
  display: block;
  border: 1px solid #cfc8c2;
  border-radius: 2px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #796a61;
  padding: 16px 10px;
}
.f-order__label {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #796a61;
  margin-bottom: 8px;
  cursor: pointer;
  display: block;
}
.f-order__rd {
  display: none;
}
.f-order__rd:checked+.f-order__rd-label:before {
  background: #54472c;
  box-shadow: inset 0 0 0 3px #f8f7f2;
}
.f-order__rd-label {
  font-size: 14px;
  color: #483c29;
  padding-left: 24px;
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 21px;
  display: inline-block;
  vertical-align: middle;
}
.f-order__rd-label~.f-order__rd-label {
  margin-left: 18px;
}
.f-order__rd-label:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cfc8c2;
  background: #f8f7f2;
  left: 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.f-order__captcha {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #010101;
  width: 150px;
  height: 35px;
  position: relative;
  top: 1px;
  margin-bottom: 22px;
}
.f-order__btn {
  width: 229px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  background: #008abc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.f-order__btn:hover {
  opacity: 0.9;
}
.f-order__btn:active {
  transform: translateY(1px);
}
.callback {
	position: fixed;
    top: 250px;
    right: -275px;
    height: 62px;
    width: 340px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
}
.callback a {
	display: block;
}
.callback a p {
	color: #008abc;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px 10px;
    position: relative;
    top: -28px;
}
.roll_icon {
	display: inline-block;
    width: 63px;
    height: 63px;
    background-color: #008abc;
    border-radius: 50%;
    background-image: url(../i/sprite.png);
    background-position: -485px -79px;
    transition: all 0.2s ease-out;
}
.callback:hover {
	right: 0px;
	transition: all 0.2s ease-out;
}
.pager-up {
	position: fixed;
	left: 50px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	background-color: #909090;
	border-radius: 50%;
	opacity: 0.5;
}
.uparrow {
	display: block;
    position: absolute;
    top: 11px;
    bottom: 0;
    margin: auto 0;
    right: 17px;
    width: 25px;
    height: 25px;
    border-right: 2px solid #cfc8c2;
    border-top: 2px solid #cfc8c2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.pager-up:hover {
	background-color: #606060;
  cursor: pointer;
}
.minus_item,
.plus_item {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  color: #808080;
  background-color: #F8F7F2;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  cursor: pointer;
  font-weight: 600;
}
.minus_item:hover,
.plus_item:hover {
  opacity: 0.9;
}
.minus_item:active,
.plus_item:active {
  transform: translateY(1px);
  box-shadow: none;
}
.input_pcs {
  max-width: 24px;
  display: inline-block;
  text-align: center;
}
.pcs-num {
min-width: 130px;
text-align: center;
}
/*popup*/
.s-popup {
    background: rgba(0,0,0,0.85);
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
    font-size: 0;
}
.f-order-call {
    vertical-align: middle;
    width: 537px;
    background: #fff;
    padding: 34px 35px 50px;
    text-align: left;
    position: relative;
    top: 100px;
    display: none;
}
.f-order-call__close {
  font-size: 20px;
  font-weight: 500;
  color: #191919;
  top: 5px;
  right: 12px;
  text-decoration: none;
  position: absolute;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.f-order-call__close:hover {
  color: #008abc;
}
.f-order-call__title {
    font-size: 18px;
    font-weight: 500;
    color: #1b191a;
    text-transform: uppercase;
    padding-left: 95px;
    position: relative;
    margin: 20px 0px 50px;
}
.f-order-call__title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background: #008abc;
    left: 0;
    background-image: url(../i/sprite.png);
    background-position: -486px -79px;
    transition: all 0.2s ease-out;
}
.f-order-call__text {
    font-size: 15px;
    line-height: 20px;
    color: #505050;
    margin-bottom: 26px;
}
.f-default__table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.f-default__left {
    display: table-cell;
    vertical-align: top;
    width: 88px;
}
.f-default__right {
    display: table-cell;
    vertical-align: top;
}
.f-order-call .f-default__label {
  line-height: 33px;
}
.f-default__label {
    color: #606060;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
}
.f-default__field {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    height: 36px;
    color: #1b191a;
    font-weight: 300;
    font-size: 13px;
    padding: 0 12px;
}

.f-default__field.error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535;
}

.f-order-call .btn-a {
    margin: 20px 37px 0;
}
._reserved {
	background: #0D8C2E;
}
.f-delivery__field.email_error{
	background: #fff url(../i/invalid.png) no-repeat 98% center;
	border-color: #b03535;
}
.item {
display: table;
}
.item .item-name {
    display: table-cell;
    vertical-align: middle;
    line-height: 21px;
    text-align: left;
}
.chose_delivery {
    margin: 30px 0;
}


/*reg*/
.m-site {
  display: inline-block;
  width: 100%;
}
.m-site li.login {
  float: right;
  margin-left: 20px;
  position: relative;
}
.m-site li.login a {
  font-size: 12px;
  color: #909090;
  margin: 0 5px;
}
.m-site li.login a+a {
  margin-left: 5px;
}
.m-site li.login a:before {
  background-image: url(../i/sprite.png);
  background-position: -423px -171px;
  opacity: 0.2;
  width: 12px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -13px;
}
.m-site li.login a:nth-child(1):hover:before {
  opacity: 0.5;
}
.m-site li.login a:hover {
  color: #000;
  text-decoration: underline;
}
.popup-login {
  width: 500px;
  margin: 0 auto;
  padding: 35px;
  vertical-align: middle;
  width: 537px;
  background: #fff;
  text-align: left;
  position: relative;
  top: 100px;
  display: none;
}
.login-pop__title {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}
.popup-login input[type=submit]+a+a,
.popup-login input[type=submit]+a {
  font-size: 14px;
  color: #008ABC;
  margin-left: 20px;
  border-bottom: 1px dotted transparent;
  text-align: center;
  position: relative;
  top: 5px;
}
.popup-login input[type=submit]+a+a:hover,
.popup-login input[type=submit]+a:hover {
  border-bottom: 1px dotted #008ABC;
}
.popup-login .f-default__label {
  line-height: 33px;
}
.f-order-call .btn-a {
  display: block;
  margin: 20px auto 0;
}
.i-sendpass,
.i-reg,
.popup-login,
.f-order-call,
.b-reg,
.f-reg {
  display: none;
}
.log-switch {
  -webkit-animation: log_switch_animation 0.5s ease-out;
  -moz-animation: log_switch_animation 0.5s ease-out;
  animation: log_switch_animation 0.5s ease-out;
}
.reg-switch {
  -webkit-animation: reg_switch_animation 0.5s ease-out;
  -moz-animation: reg_switch_animation 0.5s ease-out;
  animation: reg_switch_animation 0.5s ease-out;
}
.f-default__right>.forgot-pass {
  display: block;;
  font-size: 14px;
  position: relative;
  top: -10px;
  color: #909090;
  cursor: pointer;
}
@-webkit-keyframes log_switch_animation {from {box-shadow: inset 0 0px 0px #C3C3C3;}
50% {box-shadow: inset 0 0px 10px #C3C3C3;}
to {box-shadow: inset 0 0px 0px #C3C3C3;}
}
@-webkit-keyframes reg_switch_animation {from {box-shadow: inset 0 0px 0px #C3C3C3;}
50% {box-shadow: inset 0 0px 10px #C3C3C3;}
to {box-shadow: inset 0 0px 0px #C3C3C3;}
}
.s-registration {
  margin-bottom: 70px;
}
.s-registration .section-name {
  margin: 40px 0;
}
.w-registration {
  display: block;
  width: 600px;
  margin: 20px auto;
}
.w-registration .f-default__left {
  width: 160px;
}
.w-registration .f-default__label {
  color: #606060;
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
  font-size: 15px;
  line-height: 30px;
}
.w-registration .f-default__label span {
  color: red;
  margin: 0 2px;
  font-size: 18px;
}
.w-registration input[type=submit] {
  display: block;
  margin: 20px auto;
}
.w-userinfo {
  display: block;
}
.w-userinfo .row {
  display: inline-block;
  width: 100%;
}
.w-userinfo p.right,
.w-userinfo p.left {
  float: left;
  margin: 10px 0;
  cursor: default;
}
.w-userinfo p.left {
  width: 15%;
}
.w-userinfo p.right {
  position: relative;
  padding-right: 35px;
}
.w-userinfo p.right:hover span {
  display: block;
}
.w-userinfo .f-default__field {
  width: 300px;
  margin-left: 15%;
  display: none;
  margin-bottom: 0;
}
.w-userinfo p span {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  content: "";
  top: -2px;
  right: 7px;
  text-align: center;
  cursor: pointer;
  color: #ccc;
  background-image: url(../i/sprite.png);
  background-position: -464px -172px;
  opacity: 0.8;
  display: none;
}
.w-userinfo p span:hover {
  color: #000;
  opacity: 1;
}
.s-cabinet h3 {
  margin: 30px 0;
}
.w-order-history {
  margin: 20px 0;
}
.w-order-history .t-basket__td {
  text-align: center;
  padding: 10px 5px;
}

.s-404 {
  margin-bottom: 30px;
}
.w-404 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  background-color: #008abc;
}
.w-404 img {
  max-width: 100%;
}
.s-404 a:hover {
    text-decoration: underline;
}
.s-404 h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-h: 40px;
  text-align: center;
  position: relative;
  top: -15px;
}
.s-404 .mainpage {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #008ABC;
  display: block;
}
.pr-product__short-old-price,
.b-product__old-price {
  font-size: 16px;
  color: #483c33;
  text-decoration: line-through;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.b-product__old-price {
    float: right;
}
.pr-product__short-new-price,
.b-product__new-price {
  font-weight: 700;
  color: #008abc;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.pr-product__short-new-price {
  color: #3B941B;
  float: left;
}
.b-basket__short-total {
  float: right;
  font-size: 15px;
  color: #54B703;
}
.b-basket__short-total span {
  color: #A0A0A0;
}
.b-basket:hover .b-basket__short-total, 
.b-basket:hover .b-basket__total {
  text-decoration: underline;
}
/*COLORTHEME SWITCHER*/
.color-switcher {
  position: fixed;
  top: 50px;
  left: -38px;
  padding: 10px 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.color-switcher:hover {
  left: 0px;
}
.color-switcher:hover:after {
  opacity: 1;
}
.color-switcher:after {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  left: 35px;
  top: 0;
  cursor: pointer;
  background-image: url(../i/sprite.png);
  background-position: -480px -143px;
  opacity: 0.5;
}
/*.skin_red .color-switcher:after {
  border-bottom: 20px solid #FF6565;
  border-right: 20px solid #FF6565;
}
.skin_green .color-switcher:after {
  border-bottom: 20px solid #23AB6C;
  border-right: 20px solid #23AB6C;
}
.skin_orange .color-switcher:after {
  border-bottom: 20px solid #FF6E29;
  border-right: 20px solid #FF6E29;
}
.skin_black .color-switcher:after {
  border-bottom: 20px solid #1B1616;
  border-right: 20px solid #1B1616;
}*/
.rectangle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
.rectangle:nth-last-child(1) {
  margin-right: 0;
}
.blue {
  background-color: #008ABC;
}
.red {
  background-color: #FF6565;
}
.green {
  background-color: #23AB6C;
}
.orange {
  background-color: #FF6E29;
}
.black {
  background-color: #1B1616;
}
.blue {
  background-color: #008ABC;
}
.colorlogo {
  display: none;
}
.lblue {
  display: block;
}
.f-login__btn{
    padding: 9px 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    transition: color 0.2s ease-out;
    background: #008ABC;
}
.f-login__btn:hover{
  opacity: 0.9;
}
.f-login__btn:active{
    transform: translateY(1px);
}
.plus_mobile {
    position: absolute;
    right: 2%;
    top: 6px;
    font-size: 27px;
    content: "+";
    color: #8c8c8c;
}
.filter_form{
	padding: 10px 10px 10px 15px;
}
.filter__btn{
	top: -2px;
    position: relative;
    padding: 8px 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    transition: color 0.2s ease-out;
    background: #008ABC;
    border-radius: 0px;
    font-size: 12px;
}
.filter__btn_back {
    padding: 8px 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.2s ease-out;
    background: #8D8A87;
    border-radius: 0px;
    font-size: 12px;
    background-color: #909090;
}
ul.m-aside span:after{
	position: absolute;
    right: 6px;
    top: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    content: "+";
    display: block;
    border: 1px solid #7D6868;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
}
ul.m-aside span.f_opened:after{
    font-size: 20px;
    content: "-";
    line-height: 16px;
}

/* Отзывы */
/*.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}*/
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-primary {
  color: #fff;
  background-color: #077944;
  border-color: #077944;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.social_share ul {
    margin: 10px 0 0 0;
}
.social_share li {
    margin: 0 8px 8px 8px;
    padding: 0;
}
.description_claps {
    display: block;
}
.clap._description._active, .clap._feedback._active, .clap._feedback_own._active {
    background-color: #efefef;
    /* box-shadow: 0px -6px 13px rgba(150,150,150,0.1); */
}
.clap._description, .clap._feedback, .clap._feedback_own {
    color: #191919;
    padding: 13px 20px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.clap_list{
    display: none;
}
.clap_list._active {
    display: block;
}
.description_wrapper, .feedbacks_wrapper, .feedbacks_own_wrapper {
    background-color: #efefef;
    padding: 30px;
    font-size: 16px;
    line-height: 27px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/*IMG FIX*/
.pr-product__preview {
    display: block;
    margin-bottom: 14px;
    max-height: 202px;
}
.pr-product__preview img {
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.b-product__left {
    display: table-cell;
    vertical-align: top;
    width: 410px;
    padding: 6px 5px 0;
}
.b-gallery__top img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.b-gallery__bottom-col img {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}
/*IMG FIX*/

/*gallery*/
.w-gallery {
  display: inline-block;
  width: 100%;
}
.w-gallery .w-gallery-item {
  display: block;
  float: left;
  width: 32%;
  margin: 0 0 20px 0;
  margin-right: 2%;
  position: relative;
}
.w-gallery .w-gallery-item:nth-child(3n) {
  margin-right: 0;
}
.w-gallery .w-gallery-item a.gallery-item {
  display: block;
  height: 100%;
}
.w-gallery .w-gallery-item a.gallery-item>img {
  border-bottom: 2px solid #fff;  
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  max-width: 100%;
}
.w-gallery .w-gallery-item p {
  background-color: #fff;
  opacity: 0.8;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 5px;
  position: absolute;
  bottom: 0px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  color: #202020;
  max-width: 320px;
}
.w-gallery .w-gallery-item a.gallery-item:hover {
  opacity: 0.8;
}
.w-gallery .w-gallery-item a.gallery-item:hover p {
  padding-bottom: 30px;
  opacity: 1;
  bottom: 2px;
}
.w-gallery .w-gallery-item a.gallery-item:hover img {
  border-bottom: 2px solid red;
}

.social_share {
    margin: 15px 0px;
}
.social_share li:before{
    display: none;
}

.shk-count {
    text-align: center;
    border: 1px solid #cfc8c2;
    border-radius: 2px;
    height: 30px;
    width: 60%;
    margin-right: 5px;
}
#sitemap a {
    color: #000;
    text-decoration: underline;
}
#sitemap a:hover {
    text-decoration: none;
}
.b-gallery__bottom-col img {
    width: auto;
    height: auto;
    cursor: pointer;
}
.b-gallery .w-item-table {
    display: table;
    width: 90px;
    text-align: center;    
    border: 1px solid #f1f1f1;
}
.b-gallery .w-item-cell {
    display: table-cell;
    vertical-align: middle;
    height: 95px;
}
#filters .filter_head h3 {
    margin-bottom: 0;
}
.filter_block select {
    width: 100% !important;
}
#filters .filter_block {
    margin: 0 !important;
    padding: 5px 0 12px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
#filters .filter_row {
    min-height: 26px;
    display: inline-block;
    width: 100%;
}
#filters .filter_row sup {
    height: 0;
    vertical-align: top;
}

