<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#actions .actions-title .icon-percent,
#actions .actions-title span {
  display: inline-block;
  vertical-align: middle;
}

#actions {
  margin-bottom: 30px;
}

#actions .actions-title {
  margin-bottom: 14px;
  font-size: 0;
}

#actions .actions-title .icon-percent {
  background: url("../images/icon-percent.svg") no-repeat left;
  width: 28px;
  height: 28px;
  margin-right: 13px;
}

#actions .actions-title span {
  font-size: 16px;
  color: #ae0109;
}

#actions img {
  width: 100%;
}
[class*=icon-],
.icon-cross,
.param-title span,
.count-item,
.count-item input[type=text],
.count-item a,
.icon-question {
  display: inline-block;
  vertical-align: middle;
}

/* reset browser styles */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1.2;
}

ol {
  padding-left: 16px;
  list-style: decimal;
}

ul {
  padding-left: 16px;
  list-style: disc;
}

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

*,
:after,
:before {
  box-sizing: border-box;
}

/* end reset browser styles */

* {
  outline: none;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444753;
  font-size: 16px;
  background: #fff;
  position: relative;
}

a {
  color: #444753;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

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

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

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

button {
  cursor: pointer;
}

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

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

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

#tpl {
  max-width: 520px;
  margin: 0 auto;
  padding-top: 100px;
}

.container {
  padding: 0 30px;
  max-width: 520px;
  margin: 0 auto;
}

#slider {
  margin-bottom: 30px;
}

.row {
  font-size: 0;
  margin: 0 -10px;
}

.row [class*=col-] {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.row [class*=col-].col-25 {
  width: 25%;
}

.row [class*=col-].col-33 {
  width: calc(100% / 3);
}

.row [class*=col-].col-40 {
  width: 42%;
}

.row [class*=col-].col-60 {
  width: 58%;
}

.row [class*=col-].col-50 {
  width: 50%;
}

.row [class*=col-].col-100 {
  width: 100%;
}

.banners {
  margin-bottom: 30px;
}

.banners:last-child {
  margin-bottom: 0;
}

.title {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-cross {
  width: 18px;
  height: 18px;
  background: url("../images/icon-cross.svg") no-repeat left;
}

.param-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.param-title .icon-delivery {
  width: 35px;
  height: 44px;
  margin-left: 20px;
  background: url("../images/icon-delivery.svg") no-repeat left;
}

.count-item {
  position: relative;
  font-size: 0;
}

.count-item input[type=text] {
  margin: 0 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
  font-size: 24px;
  font-weight: 600;
}

.count-item a {
  width: 50px;
  height: 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  background: #8e8e8e;
  text-align: center;
}

.count-item a .icon-minus {
  background-image: url(../images/sprite.png);
  background-position: -44px -100px;
  width: 23px;
  height: 14px;
}

.count-item a .icon-plus {
  background-image: url(../images/sprite.png);
  background-position: -89px -80px;
  width: 25px;
  height: 16px;
}

.icon-question {
  background: url("../images/icon-question.svg") no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.icon-question:before {
  content: attr(data-tooltip);
  top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: 10px;
  background: #f4f4ef;
  width: 200px;
  padding: 16px;
  font-size: 14px;
  position: absolute;
  color: #444753;
  display: none;
}

.icon-question.active {
  z-index: 100;
}

.icon-question.active:before {
  display: block;
}

.line {
  height: 1px;
  background: #cacdd1;
  border: none;
  margin: 30px 0;
}

.icon-dots {
  background: url("../images/icon-dots.svg") no-repeat left;
  width: 5px;
  height: 25px;
}

@media (max-width: 450px) {
  .container {
    padding: 0 15px;
  }
}
.article {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.article h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 14px;
}

.article h2,
.article h3,
.article h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

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

.article p:last-child {
  margin-bottom: 0;
}

.article ul,
.article ol {
  margin-bottom: 20px;
}

.article ul li,
.article ol li {
  margin-bottom: 10px;
}

.article ul li:last-child,
.article ol li:last-child {
  margin-bottom: 0;
}

.article ul:last-child,
.article ol:last-child {
  margin-bottom: 0;
}

.article:last-child {
  margin-bottom: 0;
}
.btn,
a.btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.btn,
a.btn {
  line-height: 38px;
  padding: 0 30px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: none;
}

.btn.btn-empty,
a.btn.btn-empty {
  border: 1px solid;
}

.btn.btn-white,
a.btn.btn-white {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.btn.btn-gray,
a.btn.btn-gray {
  background: #f3f5f7;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.btn.btn-red,
a.btn.btn-red {
  background: #ae0109;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn.btn-catalog,
a.btn.btn-catalog {
  z-index: 99;
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: rgba(174, 1, 9, 0.8);
  color: #ffffff;
  top: 50%;
  font-size: 18px;
  font-weight: 600;
  left: -50px;
  border-radius: 0 0 5px 5px;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.btn.btn-order,
a.btn.btn-order {
  width: 100%;
  padding: 0;
  font-size: 24px;
  text-transform: none;
  line-height: 70px;
}

@media (max-width: 450px) {
  .btn,
  a.btn {
    padding: 0 15px;
  }

  .btn.btn-catalog,
  a.btn.btn-catalog {
    left: -35px;
  }
}
#cabinet .cabinet-stats ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cabinet .club .link-club {
  display: inline-block;
  vertical-align: middle;
}

#cabinet {
  margin-bottom: 30px;
}

#cabinet .cabinet-stats {
  margin-bottom: 20px;
}

#cabinet .cabinet-stats ul li span {
  font-size: 24px;
  font-weight: 600;
}

#cabinet .cabinet-menu {
  margin-bottom: 30px;
  border-top: 1px solid #a2a2a2;
}

#cabinet .cabinet-menu &gt; ul &gt; li &gt; a {
  display: block;
  font-size: 18px;
  padding: 20px 30px;
  border-bottom: 1px solid #a2a2a2;
  font-weight: 600;
  position: relative;
}

#cabinet .cabinet-menu &gt; ul &gt; li &gt; a .icon-arr {
  background-image: url(../images/sprite.png);
  background-position: -118px -107px;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  transition: 0.3s all;
}

#cabinet .cabinet-menu &gt; ul &gt; li ul {
  display: none;
}

#cabinet .cabinet-menu &gt; ul &gt; li ul li a {
  display: block;
  padding: 14px 30px 14px 61px;
  border-bottom: 1px solid #a2a2a2;
  background: #f2f2f2;
  font-size: 16px;
  position: relative;
}

#cabinet .cabinet-menu &gt; ul &gt; li ul li a:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 30px;
  width: 8px;
  height: 8px;
  background: #444753;
  border-radius: 50%;
}

#cabinet .cabinet-menu &gt; ul &gt; li.active a .icon-arr {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cabinet .club {
  text-align: center;
}

#cabinet .club .btn-club {
  background: #f05e2c;
  line-height: 81px;
  text-transform: none;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}

#cabinet .club .link-club {
  text-decoration: underline;
}

@media (max-width: 450px) {
  #cabinet .cabinet-stats ul li {
    font-size: 12px;
  }

  #cabinet .cabinet-stats ul li span {
    font-size: 14px;
  }

  #cabinet .cabinet-menu &gt; ul &gt; li &gt; a {
    padding: 20px 15px;
  }

  #cabinet .cabinet-menu &gt; ul &gt; li ul li a {
    padding: 14px 15px 14px 40px;
  }

  #cabinet .cabinet-menu &gt; ul &gt; li ul li a:after {
    left: 15px;
  }
}
#card .new-price b,
#card .card-count .aviable,
#card .card-actions a span,
#card .tab dl dd span,
#card .tab dl dd .rating,
#card .tab .toggle span,
#card .tab .link-taobao,
#card .tab .link-taobao span {
  display: inline-block;
  vertical-align: middle;
}

#card #single-slider .slick-dots {
  padding: 0;
  margin: 26px 0 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

#card #single-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
}

#card #single-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 17px;
  height: 17px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 2px solid #cacdd1;
  border-radius: 50%;
  outline: none;
  background: #fff;
  margin: 0;
}

#card #single-slider .slick-dots li:hover button,
#card #single-slider .slick-dots li.slick-active button {
  background: #cacdd1;
}

#card {
  margin-top: -30px;
}

#card #single-slider {
  margin: 0 -30px 70px -30px;
}

#card #single-slider .slick-arrow {
  margin-top: -35px;
}

#card .old-price {
  padding-left: 30px;
  margin-bottom: 20px;
  color: #ae0109;
  font-size: 24px;
  text-decoration: line-through;
}

#card .new-price {
  padding-left: 30px;
  position: relative;
  line-height: 70px;
  background: #f3f5f7;
  font-size: 0;
  margin-bottom: 15px;
}

#card .new-price b {
  font-size: 30px;
  font-weight: bold;
  color: #ae0109;
}

#card .new-price .discount {
  position: absolute;
  top: 0;
  right: 0;
  background: #8e8e8e;
  color: #fff;
  font-size: 24px;
  padding: 0 18px;
}

#card .size {
  margin-bottom: 30px;
}

#card .size ul {
  font-size: 0;
}

#card .size ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0 16px;
  border: 1px solid #444753;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 38px;
}

#card .size ul li.active{
  background: rgba(174, 1, 9, 0.8);
  color: #fff;
}

#card .size ul li:hover {
  background: #444753;
  color: #fff;
}

#card .size ul li.disabled {
  opacity: 0.5;
  cursor: default;
  background: #FFF;
  color: #444753;
}

#card .variation {
  margin-bottom: 30px;
}

#card .variation .slider-items {
  margin: 0 -5px;
}

#card .variation .slider-items img {
  width: 100%;
}

.params-red-block .param-title{color:#eb0000;}

#card .variation .slider-items a {
  display: block;
  padding: 0 5px;
}

#card .variation .slider-items a.active {
  background-color: #ae0109;
  padding: 4px 5px;
  color:#fff;
}

#card .variation .slider-items a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #FFF;
  color: #444753;
}

#card .variation .slider-items .slick-arrow.slick-prev {
  left: 5px;
}

#card .variation .slider-items .slick-arrow.slick-next {
  right: 5px;
}

#card .variation .scroll-pane {
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
}

#card .variation .scroll-pane a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-right: 20px;
}

#card .variation .scroll-pane a img {
  width: 160px;
  margin-right: 20px;
}

#card .variation:last-child {
  margin-bottom: 0;
}

#card .card-count {
  font-size: 0;
  margin-bottom: 10px;
}

#card .card-count .aviable {
  font-size: 14px;
  margin-left: 20px;
}

#card .card-weight {
  font-size: 0;
  margin-bottom: 30px;
}

#card .card-weight p {
  font-size: 14px;
  margin-bottom: 8px;
}

#card .card-weight input[type=text] {
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

#card .card-actions a .icon-heart {
  width: 49px;
  height: 49px;
  background: url("../images/icon-heart-gray.svg") no-repeat left;
}

#card .card-actions a .icon-star {
  background: url("../images/icon-star-gray.svg") no-repeat left;
  width: 54px;
  height: 49px;
}

#card .card-actions a span {
  text-decoration: underline;
  font-size: 16px;
  margin-left: 15px;
}

#card .card-actions a.active .icon-heart,
#card .card-actions a:hover .icon-heart {
  background: url("../images/icon-heart.svg") no-repeat left;
}

#card .card-actions a.active .icon-star,
#card .card-actions a:hover .icon-star {
  background: url("../images/icon-star.svg") no-repeat left;
}

#card .delivery {
  margin-bottom: 20px;
}

#card .btns {
  margin-bottom: 30px;
}

#card .btns .btn {
  width: 100%;
  line-height: 70px;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 20px;
}

#card .btns .btn:last-child {
  margin-bottom: 0;
}

#card #tabs {
  margin-bottom: 17px;
  font-size: 0;
}

#card #tabs li {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px 19px 17px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

#card #tabs li.active {
  cursor: default;
}

#card #tabs li.active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #ae0109;
}

#card .tab {
  display: none;
}

#card .tab dl {
  font-size: 0;
  padding: 10px 17px;
}

#card .tab dl dt,
#card .tab dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

#card .tab dl dt {
  width: 60%;
  font-weight: bold;
}

#card .tab dl dd {
  width: 40%;
}

#card .tab dl dd .rating {
  margin-left: 10px;
}

#card .tab dl:nth-child(odd) {
  background: #f3f5f7;
}

#card .tab .toggle {
  display: block;
  margin-top: 20px;
  font-size: 0;
}

#card .tab .toggle span {
  font-size: 16px;
  text-decoration: underline;
}

#card .tab .toggle .icon-arr {
  margin-left: 13px;
  background-image: url(../images/sprite.png);
  background-position: -137px -78px;
  width: 9px;
  height: 5px;
  transition: 0.3s all;
}

#card .tab .toggle.active .icon-arr {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#card .tab .link-taobao {
  margin-top: 20px;
  font-size: 0;
}

#card .tab .link-taobao span {
  font-size: 16px;
  text-decoration: underline;
}

#card .tab .link-taobao + .icon-question {
  margin-top: 20px;
}

#card .tab.visible {
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: none;
  width: 70px;
  height: 70px;
  border: none;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  width: 14px;
  height: 23px;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  background: url("../images/icon-arr-prev.svg") no-repeat left;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  background: url("../images/icon-arr-next.svg") no-repeat left;
}

@media (max-width: 767px) {
  #card .card-actions a {
    display: block;
    text-align: center;
  }

  #card .card-actions a span {
    margin: 5px 0 0 0;
  }

  #card .btns .btn {
    font-size: 18px;
    padding: 0;
  }
}

@media (max-width: 450px) {
  #card #single-slider {
    margin: 0 -15px 30px -15px;
  }

  #card .new-price .discount {
    position: static;
    display: block;
    margin-left: -30px;
    padding-left: 30px;
  }

  #card .card-count .aviable {
    margin: 8px 0 0 0;
  }

  #card #tabs li {
    padding: 0 6px 10px 6px;
    font-size: 14px;
  }
}
#cart .cart-total dl dt,
#cart .cart-total dl dd {
  display: inline-block;
  vertical-align: middle;
}

#cart h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

#cart &gt; .item {
  border-top: 1px solid #cacdd1;
  padding: 30px 0 0 0;
  margin-bottom: 30px;
  font-size: 0;
}

#cart &gt; .item .body,
#cart &gt; .item figure {
  display: inline-block;
  vertical-align: top;
}

#cart &gt; .item figure {
  width: 140px;
}

#cart &gt; .item figure img {
  width: 100%;
}

#cart &gt; .item .body {
  width: calc(100% - 140px);
  padding-left: 30px;
  position: relative;
}

#cart &gt; .item .body .btn-popup {
  position: absolute;
  top: 0;
  right: 0;
}

#cart &gt; .item .body .item-title {
  padding-right: 10px;
}

#cart &gt; .item .body .item-title a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

#cart &gt; .item .body .params {
  font-size: 0;
  margin-bottom: 10px;
}

#cart &gt; .item .body .params dl {
  margin-bottom: 5px;
}

#cart &gt; .item .body .params dl dd,
#cart &gt; .item .body .params dl dt {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

#cart &gt; .item .body .params dl dd {
  font-weight: bold;
  margin-left: 5px;
}

#cart &gt; .item .body .params dl:last-child {
  margin-bottom: 0;
}

#cart &gt; .item .body .item-count {
  margin-bottom: 10px;
}

#cart &gt; .item .body .item-count p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}

#cart &gt; .item .body .item-weight {
  font-size: 0;
  margin-bottom: 20px;
}

#cart &gt; .item .body .item-weight p {
  font-size: 14px;
  margin-bottom: 8px;
}

#cart &gt; .item .body .item-weight input[type=text] {
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

#cart &gt; .item .body .item-price {
  margin-bottom: 20px;
}

#cart &gt; .item .body .item-price dl {
  font-size: 0;
  margin-bottom: 8px;
}

#cart &gt; .item .body .item-price dl dt,
#cart &gt; .item .body .item-price dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

#cart &gt; .item .body .item-price dl dt {
  width: 118px;
}

#cart &gt; .item .body .item-price-wish dl dt {
  width: 66px;
}

#cart &gt; .item .body .item-price dl dd {
  font-weight: bold;
  width: calc(100% - 118px);
}

#cart &gt; .item .body .item-price dl.red {
  color: #ae0109;
}

#cart &gt; .item .body .item-price dl:last-child {
  margin-bottom: 0;
}

#cart &gt; .item .body .item-options {
  font-size: 0;
  margin-bottom: 0;
}

#cart &gt; .item .body .item-options dl {
  margin-bottom: 10px;
}

#cart &gt; .item .body .item-options dl dt,
#cart &gt; .item .body .item-options dl dd {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

#cart &gt; .item .body .item-options dl dt {
  font-size: 14px;
  width: 150px;
}

#cart &gt; .item .body .item-options dl dd {
  width: calc(100% - 150px);
}

#cart &gt; .item .body .item-options dl dd .icon-question {
  margin-left: 0;
}

#cart &gt; .item .body .item-options dl.form {
  margin-bottom: 0;
}

#cart &gt; .item .body .item-options dl.form dt {
  margin-bottom: 10px;
}

#cart &gt; .item .body .item-options dl.form dt,
#cart &gt; .item .body .item-options dl.form dd {
  display: block;
  width: 100%;
  line-height: 1;
}

#cart &gt; .item .body .item-options dl.form dt textarea,
#cart &gt; .item .body .item-options dl.form dd textarea {
  margin-bottom: 0;
}

#cart &gt; .item .body .item-options dl:last-child {
  margin-bottom: 0;
}

#cart &gt; .item.active {
  opacity: 0.5;
}

#cart &gt; .item:last-child {
  margin-bottom: 0;
}

#cart .cart-total {
  padding-left: 170px;
  border-top: 1px solid #cacdd1;
  padding-top: 20px;
}

#cart .cart-total dl {
  color: #ae0109;
  font-size: 0;
}

#cart .cart-total dl dt {
  font-size: 18px;
  margin-right: 68px;
}

#cart .cart-total dl dd {
  font-size: 24px;
  font-weight: bold;
}

#cart .delivery {
  border-bottom: 1px dotted;
  margin-bottom: 30px;
}

#cart .promo-code {
  margin-bottom: 20px;
}

#cart .promo-code p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#cart .promo-code .item {
  position: relative;
}

#cart .promo-code .item input[type=text] {
  height: 60px;
}

#cart .promo-code .item .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 450px) {
  #cart &gt; .item .body,
  #cart &gt; .item figure {
    display: block;
  }

  #cart &gt; .item figure {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  #cart &gt; .item .body {
    width: auto;
    padding: 0;
  }

  #cart .cart-total {
    padding-left: 0;
  }
}
#catalog {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  max-width: 500px;
  margin: 0 auto;
  top: 80px;
  right: 10px;
  left: 10px;
  background: #fff;
  bottom: 10px;
  overflow: auto;
  z-index: 100;
  padding-top: 40px;
  display: none;
}

#catalog ul li {
  border-bottom: 1px solid #cacdd1;
}

#catalog ul li a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
}

#catalog ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url(../images/sprite.png);
  background-position: -143px -49px;
  width: 5px;
  height: 9px;
}

#catalog ul li:hover a,
#catalog ul li.active a {
  background: #cacdd1;
}

#catalog ul li:hover a:before,
#catalog ul li.active a:before {
  background-image: url(../images/sprite.png);
  background-position: -142px -60px;
  width: 5px;
  height: 9px;
}

#catalog ul li:last-child {
  border-bottom: 0;
}

#catalog .btn-catalog-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
#cats ul {
  font-size: 0;
  margin: 0 -10px;
}

#cats ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

#cats ul li a {
  display: block;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

#cats ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#cats ul li:nth-child(1) a:before {
  background-image: url(../images/sprite.png);
  background-position: -118px -41px;
  width: 15px;
  height: 22px;
  left: 4px;
}

#cats ul li:nth-child(2) a:before {
  background-image: url(../images/sprite.png);
  background-position: -137px 0px;
  width: 13px;
  height: 22px;
  left: 3px;
}

#cats ul li:nth-child(3) a:before {
  background-image: url(../images/sprite.png);
  background-position: -96px -21px;
  width: 22px;
  height: 21px;
  left: 0;
}

#cats ul li:nth-child(4) a:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -100px;
  width: 22px;
  height: 18px;
  left: 0;
}

#cats ul li:nth-child(5) a:before {
  background-image: url(../images/sprite.png);
  background-position: -70px -32px;
  width: 22px;
  height: 21px;
  left: 0;
}

#cats ul li:nth-child(6) a:before {
  background-image: url(../images/sprite.png);
  background-position: -48px -32px;
  width: 22px;
  height: 22px;
  left: 0;
}

#cats ul li:nth-child(7) a:before {
  background-image: url(../images/sprite.png);
  background-position: -96px -42px;
  width: 21px;
  height: 22px;
  left: 0;
}

#cats ul li:nth-child(8) a:before {
  background-image: url(../images/sprite.png);
  background-position: -22px -100px;
  width: 22px;
  height: 18px;
  left: 0;
}

#cats ul li:nth-child(9) a:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -80px;
  width: 22px;
  height: 20px;
  left: 0;
}

#cats ul li:nth-child(10) a:before {
  background-image: url(../images/sprite.png);
  background-position: -96px 0px;
  width: 22px;
  height: 21px;
  left: 0;
}

#cats ul li:nth-child(11) a:before {
  background-image: url(../images/sprite.png);
  background-position: -118px -85px;
  width: 14px;
  height: 22px;
  left: 3px;
}

#cats ul li:nth-child(12) a:before {
  background-image: url(../images/sprite.png);
  background-position: -45px -80px;
  width: 22px;
  height: 19px;
  left: 0;
}

#cats ul li:nth-child(13) a:before {
  background-image: url(../images/sprite.png);
  background-position: -118px -19px;
  width: 15px;
  height: 22px;
  left: 3px;
}

@media (max-width: 450px) {
  #cats ul li a {
    font-size: 14px;
    padding-left: 30px;
  }
}
#contact-form p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.delivery dl dt,
.delivery dl dd {
  display: inline-block;
  vertical-align: middle;
}

.delivery dl {
  border-top: 1px dotted #000;
  padding: 16px 0;
  font-size: 0;
}

.delivery dl dt {
  width: 60%;
  padding-left: 10px;
  font-size: 14px;
}

.delivery dl dd {
  width: 40%;
  font-size: 14px;
  font-weight: bold;
}

.delivery dl dd select {
  padding: 0;
  border: none;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  height: auto;
}

.delivery dl dd span {
  font-size: 18px;
}

@media (max-width: 450px) {
  .delivery dl dt {
    padding-left: 0;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
#footer .socials a,
#footer .socials a .icon-plus {
  display: inline-block;
  vertical-align: middle;
}

#footer {
  margin-top: 30px;
  border-top: 1px solid #a2a2a2;
  padding-top: 30px;
  padding-bottom: 20px;
}

#footer .socials {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

#footer .socials p {
  font-size: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

#footer .socials a {
  width: 40px;
  margin: 0 10px;
  line-height: 40px;
  background: #444753;
}

#footer .socials a .icon-tw {
  background-image: url(../images/sprite.png);
  background-position: -96px -64px;
  width: 22px;
  height: 16px;
}

#footer .socials a .icon-g {
  background-image: url(../images/sprite.png);
  background-position: -67px -80px;
  width: 22px;
  height: 19px;
}

#footer .socials a .icon-ok {
  background-image: url(../images/sprite.png);
  background-position: -118px -63px;
  width: 15px;
  height: 22px;
}

#footer .socials a .icon-fb {
  background-image: url(../images/sprite.png);
  background-position: -137px -22px;
  width: 11px;
  height: 21px;
}

#footer .socials a .icon-yt {
  background-image: url(../images/sprite.png);
  background-position: 0px -118px;
  width: 19px;
  height: 15px;
}

#footer .socials a .icon-ins {
  background-image: url(../images/sprite.png);
  background-position: -118px 0px;
  width: 19px;
  height: 19px;
}

#footer .socials a .icon-vk {
  background-image: url(../images/sprite.png);
  background-position: -70px -64px;
  width: 26px;
  height: 16px;
}

#footer .socials a .icon-plus {
  width: 18px;
  height: 18px;
  background: url("../images/icon-plus.svg") no-repeat left;
}

#footer .menu {
  border-top: 1px solid #a2a2a2;
}

#footer .menu &gt; ul &gt; li &gt; a {
  display: block;
  font-size: 18px;
  padding: 20px 30px;
  border-bottom: 1px solid #a2a2a2;
}

#footer .menu &gt; ul &gt; li &gt; a .icon-arr {
  background-image: url(../images/sprite.png);
  background-position: -137px -43px;
  width: 11px;
  height: 6px;
  margin-left: 12px;
  position: relative;
  top: -2px;
  transition: 0.3s all;
}

#footer .menu &gt; ul &gt; li ul {
  display: none;
}

#footer .menu &gt; ul &gt; li ul li a {
  display: block;
  padding: 14px 30px;
  border-bottom: 1px solid #a2a2a2;
  background: #f2f2f2;
  font-size: 16px;
  position: relative;
}

#footer .menu &gt; ul &gt; li ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/sprite.png);
  background-position: -137px -49px;
  width: 6px;
  height: 11px;
  right: 30px;
}

#footer .menu &gt; ul &gt; li.active a .icon-arr {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#footer .logo {
  background: #ae0109;
  display: table;
  margin: 30px auto 0 auto;
  padding: 0 19px;
  line-height: 85px;
}

@media (max-width: 450px) {
  #footer .socials a {
    margin: 5px;
  }

  #footer .menu &gt; ul &gt; li &gt; a {
    padding: 20px 15px;
  }

  #footer .menu &gt; ul &gt; li ul li a {
    padding: 14px 15px;
  }
}
.form .item.count span,
.form .item.count input[type=text] {
  display: inline-block;
  vertical-align: middle;
}

.checkbox {
  display: block;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  color: #444753;
  line-height: 20px;
}

.checkbox span a {
  color: #444753;
  text-decoration: underline;
}

.checkbox span a:hover {
  text-decoration: none;
}

.checkbox input + span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #FFF;
  left: 0;
  top: 0;
  border: 1px solid #444753;
}

.checkbox input:checked + span:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background-image: url(../images/sprite.png);
  background-position: -22px -80px;
  width: 23px;
  height: 19px;
}

.checkbox:last-child {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #444753;
  height: 40px;
  padding: 0 17px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

textarea {
  height: 120px;
  resize: none;
  padding: 10px 17px;
}

.form .item {
  margin-bottom: 10px;
}

.form .item.has-label {
  font-size: 0;
}

.form .item.has-label .label {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  width: 40%;
  font-size: 14px;
}

.form .item.has-label .checkbox {
  display: inline-block;
}

.form .item.has-label input[type=text],
.form .item.has-label input[type=email],
.form .item.has-label input[type=password],
.form .item.has-label select,
.form .item.has-label textarea,
.form .item.has-label .checkbox {
  width: 60%;
  vertical-align: top;
}

.form .item.count {
  padding-left: 10px;
  font-size: 0;
}

.form .item.count span,
.form .item.count input[type=text] {
  font-size: 14px;
  margin-right: 10px;
}

.form .item.count input[type=text] {
  width: 50px;
  padding: 0;
  text-align: center;
  height: 30px;
}

.form .item:last-child {
  margin-bottom: 0;
}

.form .btns {
  margin-top: 20px;
}

.form .btns .btn {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}

.form .btns.has-indent {
  padding-left: 40%;
}

@media (max-width: 450px) {
  .form .item.has-label .label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }

  .form .item.has-label input[type=text],
  .form .item.has-label input[type=email],
  .form .item.has-label input[type=password],
  .form .item.has-label select,
  .form .item.has-label textarea,
  .form .item.has-label .checkbox {
    width: 100%;
  }
}
#header .container .btn-menu,
#header .container .logo,
#header .container .actions a,
#header .container .actions a i {
  display: inline-block;
  vertical-align: middle;
}

#header {
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header .container {
  position: relative;
  font-size: 0;
  height: 80px;
  line-height: 80px;
}

#header .container .btn-menu {
  margin-right: 20px;
}

#header .container .btn-menu .icon-burger {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header .container .btn-menu .icon-burger,
#header .container .btn-menu .icon-burger:before,
#header .container .btn-menu .icon-burger:after {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #444753;
  border-radius: 3px;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-duration: 0.3s;
}

#header .container .btn-menu .icon-burger:before,
#header .container .btn-menu .icon-burger:after {
  position: absolute;
  content: "";
}

#header .container .btn-menu .icon-burger:before {
  top: -10px;
}

#header .container .btn-menu .icon-burger:after {
  top: 10px;
}

#header .container .btn-menu.active .icon-burger {
  background: #ae0109;
}

#header .container .btn-menu.active .icon-burger:after,
#header .container .btn-menu.active .icon-burger:before {
  background: #ae0109;
}

#header .container .btn-menu.active .icon-burger {
  background-color: transparent;
}

#header .container .btn-menu.active .icon-burger:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#header .container .btn-menu.active .icon-burger:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#header .container .logo {
  line-height: 80px;
  font-size: 0;
  background: #ae0109;
  padding: 0 17px;
}

#header .container .actions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

#header .container .actions a {
  margin-left: 30px;
  position: relative;
  cursor: default;
}
#header .container .actions a.full {
  cursor: pointer;
}

#header .container .actions a .icon-user {
  background: url("../images/icon-user.svg") no-repeat left;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#header .container .actions a .icon-search {
  background: url("../images/icon-search.svg") no-repeat left;
  width: 27px;
  height: 28px;
  cursor: pointer;
}

#header .container .actions a .icon-cart {
  background: url("../images/icon-cart.svg") no-repeat left;
  width: 33px;
  height: 28px;
}

#header .container .actions a span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

#header .container .actions a span.count {
  top: -23px;
  font-size: 14px;
  margin-left: 3px;
}

#header .container .actions a span.summ {
  bottom: -24px;
  margin-left: 4px;
  font-size: 14px;
  color: #ae0109;
  font-weight: 600;
}

#header #menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  max-width: 500px;
  margin: 0 auto;
  top: 80px;
  right: 10px;
  left: 10px;
  background: #fff;
  bottom: 10px;
  overflow: auto;
  display: none;
}

#header #menu ul li {
  border-bottom: 1px solid #cacdd1;
}

#header #menu ul li a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
}

#header #menu ul li:hover a,
#header #menu ul li.active a {
  background: #cacdd1;
}

#header #menu ul li:last-child {
  border-bottom: 0;
}

#header.v-2 .container .actions a.full .icon-cart {
  background: url("../images/icon-cart-red.svg") no-repeat left;
}

@media (max-width: 450px) {
  #header .container .logo {
    display: none;
  }
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  background: #f5f7f9;
  padding: 0 16px;
  border: 1px solid #dadadb;
  border-radius: 3px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #707483;
  display: block;
  width: 100%;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  background: url("../images/arr-select.png") no-repeat;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  background: url("../images/arr-select-act.png") no-repeat;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #ccc;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #ccc;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
#order .total dl,
#order .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#order .btns .btn span {
  display: inline-block;
  vertical-align: middle;
}

#order .methods li .radio {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

#order .methods li .radio input {
  display: none;
}

#order .methods li .radio span {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  font-size: 16px;
  color: #444753;
  line-height: 24px;
  font-weight: bold;
}

#order .methods li .radio span a {
  color: #444753;
  text-decoration: underline;
}

#order .methods li .radio span a:hover {
  text-decoration: none;
}

#order .methods li .radio input + span:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background: #FFF;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #444753;
}

#order .methods li .radio input:checked + span:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ae0109;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

#order .methods li .radio:last-child {
  margin-bottom: 0;
}

#order h1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

#order .steps {
  margin-bottom: 20px;
}

#order .steps span {
  background: #cacdd1;
  height: 5px;
  display: block;
}

#order .steps span.active {
  background: #ae0109;
}

#order .total dl {
  margin-bottom: 20px;
  font-size: 16px;
}

#order .total dl dd {
  font-weight: bold;
}

#order .total dl.red {
  color: #ae0109;
}

#order .total dl:last-child {
  margin-bottom: 0;
}

#order .btns .btn {
  padding: 0 20px;
  font-size: 0;
}

#order .btns .btn span {
  font-size: 16px;
}

#order .btns .btn .icon-arr-back {
  background-image: url(../images/sprite.png);
  background-position: -137px -60px;
  width: 5px;
  height: 9px;
  margin-right: 10px;
}

#order .btns .btn .icon-arr-next {
  background-image: url(../images/sprite.png);
  background-position: -137px -69px;
  width: 5px;
  height: 9px;
  margin-left: 10px;
}

#order .msg {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

#order .msg p {
  font-size: 14px;
  line-height: 20px;
}

#order .msg:before {
  content: '';
  background: url("../images/icon-danger.svg") no-repeat left;
  left: 0;
  top: 5px;
  position: absolute;
  width: 32px;
  height: 27px;
}

#order .methods {
  margin-bottom: 30px;
}

#order .methods li {
  margin-bottom: 20px;
}

#order .methods li [class*=icon] {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

#order .methods li .icon-1 {
  background-image: url(../images/paym/sprite.png);
  background-position: 0px 0px;
  width: 48px;
  height: 32px;
}

#order .methods li .icon-2 {
  background-image: url(../images/paym/sprite.png);
  background-position: -48px 0px;
  width: 48px;
  height: 32px;
}

#order .methods li .icon-3 {
  background-image: url(../images/paym/sprite.png);
  background-position: 0px -32px;
  width: 48px;
  height: 32px;
}

#order .methods li .icon-4 {
  background-image: url(../images/paym/sprite.png);
  background-position: -48px -32px;
  width: 48px;
  height: 32px;
}

#order .methods li .icon-5 {
  background-image: url(../images/paym/sprite.png);
  background-position: 0px -64px;
  width: 48px;
  height: 32px;
}

#order .methods li .icon-6 {
  background-image: url(../images/paym/sprite.png);
  background-position: -48px -64px;
  width: 48px;
  height: 32px;
}

#order .methods li p {
  padding-left: 39px;
  font-size: 14px;
}

#order .methods li:last-child {
  margin-bottom: 0;
}
.path ul li {
  display: inline-block;
  vertical-align: middle;
}

.path {
  background: #f3f5f7;
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 30px 0;
}

.path ul {
  font-size: 0;
}

.path ul li {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 7px;
}

.path ul li a {
  font-weight: normal;
  text-decoration: underline;
}

.path ul li:after {
  content: '/';
  margin: 0 10px;
  font-weight: normal;
}

.path ul li:last-child:after {
  display: none;
}
.popup#msg .popup-inner span {
  display: inline-block;
  vertical-align: middle;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  display: none;
}

.popup .popup-inner {
  background: #fff;
  padding: 30px;
  position: relative;
  max-height: 450px;
  overflow: auto;
}

.popup .popup-inner .popup-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.popup .popup-inner .popup-title .icon-tick {
  background: url("../images/icon-tick.svg") no-repeat left;
  width: 21px;
  height: 16px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.popup .popup-inner .quick-search {
  font-size: 0;
}

.popup .popup-inner .quick-search .item {
  position: relative;
  margin-bottom: 20px;
}

.popup .popup-inner .quick-search input[type=text] {
  width: 55%;
  margin-right: -1px;
}

.popup .popup-inner .quick-search select {
  width: 45%;
}

.popup .popup-inner .quick-search .btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.popup .popup-inner .quick-search .icon-photograpthy {
  background: url("../images/icon-photocamera.svg") no-repeat left;
  width: 26px;
  height: 21px;
  position: absolute;
  top: 10px;
  left: 55%;
  margin-left: -35px;
}

.popup .popup-inner &gt; .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.popup .popup-inner .links {
  margin-top: 20px;
  font-size: 0;
}

.popup .popup-inner .links a {
  color: #444753;
  font-size: 14px;
  margin-right: 20px;
  text-decoration: underline;
}

.popup#add-cart .link-save {
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 14px;
  border-bottom: 1px dashed;
}

.popup#add-cart .row {
  margin-top: 20px;
}

.popup#add-cart .row .btn {
  width: 100%;
  font-size: 16px;
  text-transform: none;
  padding: 0;
  font-weight: 600;
}

.popup#cart-menu .popup-inner {
  padding: 60px 10px 10px 10px;
}

.popup#cart-menu .popup-inner ul li {
  border-top: 1px solid #cacdd1;
}

.popup#cart-menu .popup-inner ul li a {
  display: block;
  padding: 16px 12px;
}

.popup#cart-menu .popup-inner .btn-close {
  right: 10px;
  top: 15px;
}

.popup#msg .popup-inner {
  background: #f05e2c;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.popup#msg .popup-inner .icon-tick {
  width: 21px;
  height: 16px;
  margin-right: 10px;
  background: url("../images/icon-tick-white.svg") no-repeat left;
}

@media (max-width: 450px) {
  .popup .popup-inner {
    padding: 20px 15px;
  }

  .popup .popup-inner .quick-search input[type=text] {
    margin-right: 0;
    width: 100%;
  }

  .popup .popup-inner .quick-search select {
    width: 100%;
  }

  .popup .popup-inner .quick-search .icon-photograpthy {
    left: 100%;
  }

  .popup .popup-inner &gt; .btn-close {
    top: 20px;
    right: 15px;
  }
}
.products .cat a,
.products .pages a,
.products .pages span,
.products .pages a .icon-prev,
.products .pages a .icon-next,
.products .pages span .icon-prev,
.products .pages span .icon-next {
  display: inline-block;
  vertical-align: middle;
}

.products {
  margin-bottom: 30px;
}

.products .cat {
  margin-bottom: 20px;
}

.products .cat a {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.products .cat a:after {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -137px -49px;
  width: 6px;
  height: 11px;
  right: -20px;
  position: absolute;
  top: 6px;
}

.products .item {
  font-size: 0;
  margin-bottom: 20px;
}

.products .item figure {
  margin-bottom: 16px;
}

.products .item figure img {
  width: 100%;
}

.products .item .item-title {
  margin-bottom: 10px;
}

.products .item .item-title a {
  font-size: 14px;
}

.products .item .item-price {
  font-size: 18px;
  font-weight: 600;
  color: #ae0109;
}

.products .item .item-info {
  margin-top: 10px;
  font-size: 0;
  position: relative;
}

.products .item .item-info .flag {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.products .btn {
  display: table;
  margin: 0 auto;
}

.products .pages {
  text-align: center;
  margin-bottom: 20px;
}

.products .pages a,
.products .pages span {
  border-radius: 50%;
  border: 1px solid #444753;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  position: relative;
}

.products .pages a .icon-prev,
.products .pages a .icon-next,
.products .pages span .icon-prev,
.products .pages span .icon-next {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .pages a .icon-prev,
.products .pages span .icon-prev {
  background: url("../images/icon-prev.svg") no-repeat;
  margin-left: -1px;
}

.products .pages a .icon-next,
.products .pages span .icon-next {
  background: url("../images/icon-next.svg") no-repeat;
  margin-left: 1px;
}

.products .pages span {
  color: #fff;
  background: #444753;
}

.products .pages:last-child {
  margin-bottom: 0;
}

.products:last-child {
  margin-bottom: 0;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.sort #filter .btns, .sort #catsort .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sort {
  font-size: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 90;
}

.sort .btn {
  position: relative;
  font-size: 14px;
  text-transform: none;
  padding: 0 20px;
  margin-right: 10px;
}

.sort .btn .number {
  position: absolute;
  top: -13px;
  right: -13px;
  line-height: 26px;
  width: 26px;
  background: #444753;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.sort #filter, .sort #catsort {
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #f0f1ed;
  top: -20px;
  right: -20px;
  left: -20px;
  padding: 30px 20px;
  display: none;
}

.sort #filter .link-reset, .sort #catsort .link-reset {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed;
}

.sort #filter .btn-filter-close, .sort #catsort .btn-catsort-close {
  position: absolute;
  top: 30px;
  right: 20px;
}

.sort #filter .btns, .sort #catsort .btns {
  margin-top: 24px;
}

.sort #filter .btns .link-reset {
  margin-bottom: 0;
}

.sort #filter .btns .btn {
  padding: 0 28px;
  font-size: 16px;
  font-weight: 600;
}

.sort #catsort a.sortlink,.sort #filter input[type=number]{
    width: 100%;
    background: #fff;
    border: 1px solid #444753;
    height: 40px;
    padding: 0 17px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;    
}
.sort #catsort a.sortlink{
    display: block; text-align: center; padding-top: 10px;
}
.sort #filter select option.first{
  color: #CECECE;
  text-align: center;
}

@media (max-width: 450px) {
  .sort #filter, .sort #catsort {
    right: -15px;
    top: -15px;
    left: -15px;
    padding: 20px 15px;
  }

  .sort #filter .link-reset {
    margin-left: 0;
  }

  .sort #filter .btn-filter-close, .sort #catsort .btn-catsort-close {
    top: 20px;
  }
}

footer .fullversion{
    text-align: center;
    margin-top: 15px;
}

.products .category ul{
    margin-bottom: 25px;
}

div.best-price{
    font-size: 14px;
    margin-bottom: 15px;
}
div.best-price a{
    color: #ae0109;
    text-decoration: underline;
}
div.best-price a span{
    color: #444753;
    text-decoration: none;
}

a.link-see-all{
    color: #ae0109;
    text-decoration: underline;
}

#card .city_deliv{
    font-size: 14px;    
    padding-left: 10px;
}
#card .city_deliv a{
    color: #ae0109;
    text-decoration: underline;
}

#card a.share-link-label{
    display: block;
    color: #ae0109;
    text-decoration: underline;
    font-size: 13px;    
    margin: 7px 0 25px 0;
}
.popup .block-link{
    display: block;
    color: #ae0109;
    text-decoration: underline;
    font-size: 14px;
    margin: 7px 0 15px 0;
}

.protection-block-title{font-size:16px;font-weight:400;color:#6f4a49;display:block;padding-left:49px;position:relative;margin-bottom: 10px;}
.protection-block-title::before{position:absolute;content:url('../images/tovar-buyers-protection.png');top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:9px;}
.protection-list{font-size:12px;color:#9a9996;padding-left:50px;}
.protection-list li{padding-bottom:10px;}

#login-form .login-links{
    margin-top: 15px;
}
#login-form .login-links a, #login-form a.cabinet, .club_info a.more{
    text-decoration: underline;
    color:#ae0109;
}
#login-form span.balance-box{
    display: block;
    margin: 7px 0 10px 0;
}
#login-form span.balance-box .b-input-sum{
    font-weight: bold;
}

#login-form .block-input a, .register_form .btn-form-oform{
    display: block;
    margin-top: 15px;
    padding: 5px 7px;
    background-color: #ae0109;
    color:#FFF;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.register_form .btn-form-oform{
    width: 300px;
    margin-bottom: 30px;
}

.text-block h2{margin: 15px 0 10px 0;}
.text-block ul, .text-block ol{margin: 7px 0;}
.text-block ul li, .text-block ol li{margin-bottom: 7px;}
.text-block .date{
    font-size: 12px; margin-bottom: 7px;
}    
.text-block .author{
    margin: 15px 0; text-align: right; font-style: italic;
}

.left-block-cabinet{
    margin-bottom: 15px;
}
.left-block-cabinet h2.my_cabinet_title{
    margin-top: 7px;
    margin-bottom: 2px;
    color:#ae0109;
    font-weight: normal;
}
.left-block-cabinet .my_cabinet a{
    text-decoration: underline;
    font-size: 13px;
}
.club_info{margin: 10px 0 15px 0;}

.blog_list .dpages_list .dpl_item{
    display: inline-block;
    margin-bottom: 15px;
    width: 140px;
    height: 260px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
}
.blog_list .dpages_list .dpl_item .pic{
    margin: 0px 0px 5px 0;
}    
.blog_list .dpages_list .dpl_item .pic img{
    width: 140px; height: 140px;
}
.blog_list .dpages_list .dpl_item .name{
    height: 40px; overflow: hidden; margin-bottom: 4px;
}
.blog_list .dpages_list .dpl_item .name a{
    font-size: 13px;
    color: #ae0109;
    text-decoration: underline;
}
.blog_list .dpages_list .dpl_item .short{
    font-size: 12px;
}

#card .dos_info{font-size:12px;margin-bottom:10px;}
#card .dos_info span{font-weight:bold;color:#c4211f;}
#card .ranges{
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 14px;
    margin: 5px 20px 10px 0px;
}
#card .ranges span.name{
    display: inline-block;
    width: 120px;
}

.dpages_list .dpl_item{margin-bottom:20px;}
.dpages_list .dpl_item .name{margin-bottom:3px;}
.dpages_list .dpl_item .name a{color:#ae0109; text-decoration: underline;}

span.error{color:#F00;margin:20px 0;display:block;}
span.error span{display:block;margin:0 0 5px 0;}

.article p a{text-decoration: underline;}
.delivery .result, .delivery .result span{color:#ae0109}
.boxberry_pvz_link{text-decoration: underline;}
#bxbr_pvz{display: block; font-style: italic;}

.total_end dl{margin-bottom: 10px;}
.total_end dt{font-size: 18px;  font-weight: 600; margin-bottom: 5px;}
.total_end dd{font-size: 14px;}
.total_end .pay-form{margin-top: 10px;}
.total_end form{margin-top: 10px;}

.total_end_text p{display: block; font-size: 14px; margin-bottom: 5px;}
.cab_orders #form-oa{margin-bottom: 15px;}
.cab_orders .order .t-order{font-size: 18px;  font-weight: 600; margin-bottom: 10px;}
.cab_orders .order .t-order a{font-size: 16px;  text-decoration: underline; text-transform: lowercase;}
.cab_orders .total2 dl{margin-bottom: 10px !important;}
.cab_orders .total2 dt, .cab_orders .total dd{font-size: 14px; font-weight: normal !important;}

table.cab_balance_stat{width: 100%; margin: 15px 0;}
table.cab_balance_stat th, table.cab_balance_stat td{border: 1px solid #CECECE; border-collapse: collapse;}
table.cab_balance_stat th, table.cab_balance_stat td{font-size: 14px;}
table.cab_balance_stat th, table.cab_balance_stat td span{display: block; font-size: 12px;}
table.cab_balance_stat th{font-weight: bold;}

.news_list ul{margin: 0; padding: 0;}
.news_list li{
    list-style: none;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}
.news_list li span{display: block; font-size: 12px; }
.news_list li a.title{display: block; font-size: 14px; text-decoration: underline; margin-bottom: 10px;}
.links_also span{display: block;}
.links_also a{text-decoration: underline; font-size: 14px;}

.pages{}
.pages span{}
                   
.city_deliv4{margin: 10px 0 20px 0; font-size: 12px;}

table.style1{border-collapse:collapse;padding:0;margin:0 0 10px 0;}
table.style1 th, table.style1 td{border:1px solid #D1CFCB;padding:5px;}
table.style1 th{text-align:center;font-size:16px;font-weight:normal;color:#414141;}

.text_pages a{text-decoration: underline; color:#c0110f;}</pre></body></html>