@charset "utf-8";
ul.reset,
ul.reset > li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.row-vspace {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.fixed {
  position: fixed !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.clear-both {
  clear: both !important;
}

.tpl-info {
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  text-align: left;
  color: #494949;
  font-size: 12px;
  margin: 10px 0px;
  padding: 10px 14px;
}

.tpl-info p {
  margin: 0;
  padding: 0;
}

.tpl-info p + p {
  margin: 10px 0px 0px;
}

.tpl-info + .tpl-form {
  margin: 20px 0px 0px;
}

.tpl-info.tpl-warning {
  background: url('/g/shop2v2/default/images/warning-icon.png') 24px 14px
    repeat-x;
  padding-left: 100px;
}

.tpl-button {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tpl-button:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

.tpl-button:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

.tpl-button.disabled,
.tpl-button.disabled:hover,
.tpl-button.disabled:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  background: none #eee;
  color: #494949;
  cursor: default;
}

.tpl-button-big {
  font-weight: bold;
  font-size: 15px;
}

a.tpl-button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 11px;
}

a.tpl-button-big {
  padding: 7px 15px;
}

button.tpl-button,
input[type='button'].tpl-button,
input[type='submit'].tpl-button,
input[type='reset'].tpl-button {
  padding: 4px 8px;
}

button.tpl-button-big,
input[type='button'].tpl-button-big,
input[type='submit'].tpl-button-big,
input[type='reset'].tpl-button-big {
  padding: 6px 15px;
}

.tpl-required {
  color: #eb3c3c;
}

.tpl-stars {
  width: 60px;
  height: 10px;
  background: url('/g/shop2v2/default/images/stars-small.png') 0 0 repeat-x;
}

.tpl-rating {
  width: 0;
  height: 10px;
  background: url('/g/shop2v2/default/images/stars-small.png') 0 -15px repeat-x;
}

.tpl-rating-1 {
  width: 20%;
}

.tpl-rating-2 {
  width: 40%;
}

.tpl-rating-3 {
  width: 60%;
}

.tpl-rating-4 {
  width: 80%;
}

.tpl-rating-5 {
  width: 100%;
}

.shop2-product .tpl-rating-block {
  margin: 10px 0 0;
  font-size: 11px;
  white-space: pre;
}

.shop2-product .tpl-rating-block .tpl-stars {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px;
}

.product-item-simple .tpl-stars {
  margin: 5px 0 0 10px;
}

.shop2-compare-product-image + .tpl-stars {
  margin-top: 10px;
}

.tpl-level-3 {
  padding-left: 10px !important;
}

.tpl-level-4 {
  padding-left: 20px !important;
}

.tpl-level-5 {
  padding-left: 30px !important;
}

.tpl-form {
  font-size: 13px;
}

.tpl-form label {
  line-height: normal;
  font-size: 13px;
}

.tpl-form input[type='text'],
.tpl-form input[type='password'],
.tpl-form textarea,
.tpl-form select {
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 4px;
}

.tpl-form input[type='checkbox'],
.tpl-form input[type='radio'] {
  vertical-align: middle;
  margin: 0;
}

.tpl-form .tpl-field {
  margin: 0px 0px 10px 0px;
}

.tpl-form .tpl-error {
  color: #eb3c3c;
}

.tpl-form .tpl-value {
  margin: 3px 0px 0px;
}

.tpl-form .tpl-value ul,
.tpl-form .tpl-value li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.tpl-form .tpl-value li {
  margin: 0 0 7px 0;
}

.tpl-form ul.tpl-date {
  *zoom: 1;
}

.tpl-form ul.tpl-date:before,
.tpl-form ul.tpl-date:after {
  display: table;
  line-height: 0;
  content: '';
}

.tpl-form ul.tpl-date:after {
  clear: both;
}

.tpl-form ul.tpl-date li {
  float: left;
  margin: 0;
}

.tpl-form ul.tpl-date li + li {
  margin-left: 20px;
}

.tpl-form .tpl-stars {
  background: url('/g/shop2v2/default/images/stars-big.png') 0 0 repeat-x;
  width: 115px;
  height: 20px;
  overflow: hidden;
}

.tpl-form .tpl-stars span {
  display: block;
  float: left;
  cursor: pointer;
  width: 23px;
  height: 20px;
}

.tpl-form .tpl-stars span.tpl-active {
  background: url('/g/shop2v2/default/images/stars-big.png') 0 -25px repeat-x;
}

.tpl-form .tpl-note {
  font-size: 11px;
}

.mgCaptcha-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.mgCaptcha-block a img {
  border: none;
  vertical-align: middle;
}

.tpl-block-header {
  font-size: 24px;
  margin: 0px 0px 12px 0px;
}

.tpl-text {
  padding: 10px 0;
}

.tpl-auth {
  overflow: hidden;
}

.tpl-auth .tpl-left {
  float: left;
  width: 211px;
  margin: 0 29px 0 0;
}

.tpl-auth .tpl-rigth {
  overflow: hidden;
}

.tpl-auth input[type='text'] {
  width: 200px;
}

.tpl-auth input[type='password'] {
  width: 130px;
}

.tpl-comment .tpl-header {
  background: #dedede;
  height: 36px;
  line-height: 36px;
}

.tpl-comment .tpl-name {
  float: left;
  font-weight: bold;
  margin: 0 11px 0 14px;
  font-size: 14px;
}

.tpl-comment .tpl-date {
  float: left;
  text-transform: lowercase;
  font-size: 11px;
}

.tpl-comment .tpl-stars {
  float: left;
  margin: 13px 0px 0px 12px;
}

.tpl-comment .tpl-link {
  float: right;
  margin: 0px 17px 0px 0px;
  font-size: 11px;
}

.tpl-comment .tpl-link,
.tpl-comment .tpl-link:hover {
  text-decoration: none;
}

.tpl-comment .tpl-body {
  font-size: 13px;
  padding: 14px;
}

.tpl-reply {
  position: relative;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  margin: 0 0 14px;
}

.tpl-reply .tpl-arrow {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #e1c893 transparent;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 20px;
  top: -9px;
}

.tpl-reply .tpl-header {
  background: none;
  border-bottom: 1px solid #ccc;
  margin: 0 13px;
}

.tpl-reply .tpl-name {
  margin: 0;
}

.tpl-vote .tpl-list li {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  padding: 10px 0 10px 20px;
}

.tpl-vote .tpl-results dt {
  padding: 18px 0 5px;
}

.tpl-vote .tpl-results div {
  float: left;
  height: 20px;
  width: 1px;
  background-color: #0fa1eb;
  background-image: -moz-linear-gradient(top, #1ab2ff, #08c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#1ab2ff),
    to(#08c)
  );
  background-image: -webkit-linear-gradient(top, #1ab2ff, #08c);
  background-image: -o-linear-gradient(top, #1ab2ff, #08c);
  background-image: linear-gradient(to bottom, #1ab2ff, #08c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ab2ff', endColorstr='#08c', GradientType=0);
}

.tpl-vote .tpl-results strong {
  display: block;
  float: left;
  width: 9%;
  text-indent: 10px;
  line-height: 20px;
}

.tpl-search .tpl-results {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}

.tpl-search dl {
  padding: 0 0 0 20px;
}

.tpl-search dt {
  padding: 25px 0 0;
  font-size: 16px;
}

.tpl-search .tpl-note {
  font-size: 12px;
  color: #ccc;
  padding: 7px 0 13px;
}

.tpl-article .tpl-list ul,
.tpl-news .tpl-list ul {
  vertical-align: top;
  width: 33%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.tpl-article .tpl-list li,
.tpl-news .tpl-list li {
  font-size: 12px;
  line-height: normal;
  padding: 5px 0;
}

.tpl-article .tpl-post,
.tpl-news .tpl-post {
  margin: 35px 0 0;
}

.tpl-article .tpl-name,
.tpl-news .tpl-name {
  padding: 7px 0 17px;
  font-size: 17px;
}

.tpl-article .tpl-date,
.tpl-news .tpl-date {
  font-size: 12px;
}

.tpl-article .tpl-image,
.tpl-news .tpl-image {
  float: left;
  margin: 0 10px 10px 0;
}

.tpl-article .tpl-image a img,
.tpl-news .tpl-image a img {
  border: none;
}

.tpl-article .tpl-image + p,
.tpl-news .tpl-image + p {
  margin-top: 0;
}

.tpl-files table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
}

.tpl-files th,
.tpl-files td {
  border: none;
  padding: 10px;
}

.tpl-files th {
  background: #dedede;
  font-weight: normal;
  font-size: 12px;
  white-space: pre;
  width: 1px;
}

.tpl-files th:first-child {
  width: auto;
}

.tpl-files td {
  border-bottom: 1px solid #ccc;
}

.tpl-files .tpl-name {
  font-size: 16px;
  color: #08c;
}

.tpl-files .tpl-note {
  font-size: 12px;
}

.tpl-files .tpl-date {
  font-size: 11px;
}

.tpl-map ul,
.tpl-map li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpl-map ul {
  clear: both;
}

.tpl-map li {
  border-left: 1px dotted #08c;
  *zoom: 1;
}

.tpl-map li:before,
.tpl-map li:after {
  display: table;
  line-height: 0;
  content: '';
}

.tpl-map li:after {
  clear: both;
}

.tpl-map .tpl-line {
  float: left;
  height: 1px;
  width: 15px;
  border-top: 1px dotted #08c;
  position: relative;
  top: 14px;
}

.tpl-map .tpl-name {
  float: left;
  overflow: hidden;
  padding: 4px 0;
}

.ui-datepicker {
  font-size: 0.9em;
}

.shop2-clear-container {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  clear: both;
  width: 100%;
  height: 0;
}

div.yashare {
  font-size: 12px;
  text-align: left;
}

div.yashare span.yashare-header {
  display: block;
  color: #999;
  cursor: default;
  line-height: 1;
}

div.yashare span.b-share {
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

div.yashare span.b-share a.b-share__handle {
  padding: 5px 5px 0 0 !important;
  width: 16px;
  height: 16px;
  float: left;
}

.shop2-btn {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.shop2-btn:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

.shop2-btn:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

.shop2-btn.disabled,
.shop2-btn.disabled:hover,
.shop2-btn.disabled:active,
.shop2-btn.notavailable,
.shop2-btn.notavailable:hover,
.shop2-btn.notavailable:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  background: none #eee;
  color: #494949;
  cursor: default;
}

a.shop2-btn {
  display: inline-block;
  text-decoration: none;
  padding: 5px 11px;
}

button.shop2-btn,
input[type='button'].shop2-btn,
input[type='submit'].shop2-btn {
  padding: 4px 8px;
}

.shop2-product-amount {
  text-align: center;
  line-height: 0;
  font-size: 0;
  width: 86px;
  white-space: nowrap;
}

.shop2-product-amount button {
  padding: 0;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 22px;
  height: 20px;
  line-height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  text-shadow: #fff 0 1px 0;
  overflow: hidden;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #626262;
}

.shop2-product-amount button::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product-amount button::selection {
  background: none;
  text-shadow: none;
}

.shop2-product-amount button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.shop2-product-amount button:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

.shop2-product-amount button:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

.shop2-product-amount input[type='text'] {
  vertical-align: middle;
  width: 28px;
  margin: 0 4px;
  font-family: inherit;
  font-size: 13px;
  text-align: center;
  padding: 0;
}

.shop2-product-amount.disabled button,
.shop2-product-amount.disabled button:hover,
.shop2-product-amount.disabled button:active {
  -webkit-box-shadow: #eee 0 0 0 inset;
  -moz-box-shadow: #eee 0 0 0 inset;
  box-shadow: #eee 0 0 0 inset;
  background: none #eee;
  color: #959595;
  cursor: default;
}

.shop2-product-amount.disabled input {
  cursor: default;
  color: #959595;
}

.shop2-product-amount.disabled input::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product-amount.disabled input::selection {
  background: none;
  text-shadow: none;
}

.shop2-btn--large {
  font-size: 16px;
  padding: 8px 16px !important;
}

.shop2-product-actions,
.shop2-product-actions dl,
.shop2-product-actions dt,
.shop2-product-actions dd {
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-product-actions {
  clear: both;
}

.shop2-product-actions dl {
  overflow: hidden;
}

.shop2-product-actions dt {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAMAAACeL25MAAAABlBMVEUAAADu7u6BVFV4AAAAAXRSTlMAQObYZgAAABdJREFUeNpdw7ENAAAAgjD5/2mYbdKFKwA8AAUsxv4oAAAAAElFTkSuQmCC)
    0 0 repeat;
  cursor: pointer;
  min-height: 29px;
  text-align: left;
}

.shop2-product-actions dt span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.shop2-product-actions dt span::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product-actions dt span::selection {
  background: none;
  text-shadow: none;
}

.shop2-product-actions dt span.icon-action {
  background: url('/g/shop2v2/default/images/icons-actions.png') 0 -39px no-repeat;
  width: 29px;
  height: 29px;
}

.shop2-product-actions dt span.name-action {
  line-height: normal;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dotted #919191;
  margin: 2px 0 2px 10px;
  overflow: hidden;
}

.shop2-product-actions dt.gift-action span.icon-action {
  background-position: 0 0;
}

.shop2-product-actions dd {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 220px;
  padding: 4px 24px 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  color: #494949;
}

.shop2-product-actions dd .name-action,
.shop2-product-actions dd .desc-action {
  line-height: normal;
  font-size: 12px;
  margin: 10px 0;
}

.shop2-product-actions dd .name-action {
  font-size: 14px;
  font-weight: bold;
}

.shop2-product-actions dd .desc-action {
  line-height: 17px;
}

.shop2-product-actions dd .desc-action p {
  margin: 10px 0;
  padding: 0;
}

.shop2-product-actions dd .close-desc-action {
  background: url('/g/shop2v2/default/images/close-discount-desc.png') 0 0
    no-repeat;
  width: 11px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 9px;
}

.shop2-product-discount-desc {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #494949;
}

.shop2-product-discount-desc p {
  margin: 10px 0;
  padding: 0;
}

.shop2-color-pick,
.shop2-color-pick li,
.shop2-color-pick ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-color-pick {
  overflow: hidden;
}

.shop2-color-pick li {
  float: left;
  display: inline;
  margin: 1px 10px 1px 0;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
}

.shop2-color-pick li span {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -1000px;
}

.shop2-color-pick li.active-color {
  border-color: #eb3c3c;
}

.shop2-color-pick li.active-color span {
  cursor: default;
}

.shop2-texture-pick,
.shop2-texture-pick li,
.shop2-texture-pick ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-texture-pick {
  overflow: hidden;
}

.shop2-texture-pick li {
  float: left;
  display: inline;
  margin: 1px 10px 1px 0;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
}

.shop2-texture-pick li img {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.shop2-texture-pick li.active-texture {
  border-color: #eb3c3c;
}

.shop2-texture-pick li.active-texture img {
  cursor: default;
}

table.shop2-product-options {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

table.shop2-product-options tr.odd {
  background-color: #eee;
}

table.shop2-product-options tr.even {
  background-color: transparent;
}

table.shop2-product-options th,
table.shop2-product-options td {
  border-top: 1px solid #dedede;
  vertical-align: top;
  font-weight: normal;
  line-height: 16px;
  padding: 8px 0;
  text-align: left;
  word-wrap: break-word;
}

table.shop2-product-options th {
  font-size: 11px;
  color: #999;
  padding-right: 10px;
}

table.shop2-product-options td {
  font-size: 12px;
  color: #494949;
}

table.shop2-product-options td select {
  font: inherit;
}

table.shop2-product-options td input[type='text'] {
  font: inherit;
}

table.shop2-product-options tr.type-color td,
table.shop2-product-options tr.type-texture td {
  padding: 5px 0;
}

table.shop2-product-options tr.type-select th,
table.shop2-product-options tr.type-input-text th,
table.shop2-product-options tr.type-texture th,
table.shop2-product-options tr.type-select td,
table.shop2-product-options tr.type-input-text td,
table.shop2-product-options tr.type-texture td {
  vertical-align: middle;
}

.product-list table.shop2-product-options td select {
  width: 100%;
}

table.shop2-product-params a.file,
table.shop2-product-options a.file {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-left: 17px;
}

table.shop2-product-params a.file span,
table.shop2-product-options a.file span {
  display: inline-block;
  vertical-align: top;
}

table.shop2-product-params a.file span.icon,
table.shop2-product-options a.file span.icon {
  position: absolute;
  left: 0;
  background: url('/g/shop2v2/default/images/icon-file.png') no-repeat;
  line-height: 0;
  font-size: 0;
  width: 11px;
  height: 13px;
  margin-top: 1px;
}

table.shop2-product-params a.file span.value,
table.shop2-product-options a.file span.value {
  text-decoration: underline;
}

table.shop2-product-params a.file:hover span.value,
table.shop2-product-options a.file:hover span.value {
  text-decoration: none;
}

table.shop2-product-params {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.shop2-product-params tr.odd {
  background-color: transparent;
}

table.shop2-product-params tr.odd a.file span.icon {
  background-position: 0 0;
}

table.shop2-product-params tr.even {
  background-color: #eee;
}

table.shop2-product-params tr.even a.file span.icon {
  background-position: -21px 0;
}

table.shop2-product-params th,
table.shop2-product-params td {
  font-size: 13px;
  vertical-align: top;
  padding: 5px 10px;
  text-align: left;
}

table.shop2-product-params th {
  color: #2a2a2a;
  width: 40%;
}

table.shop2-product-params tr.type-color th,
table.shop2-product-params tr.type-texture th,
table.shop2-product-params tr.type-color td,
table.shop2-product-params tr.type-texture td {
  vertical-align: middle;
}

.shop2-product-btn {
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.shop2-product-btn:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

.shop2-product-btn:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

.shop2-product-btn span {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: url('/g/shop2v2/default/images/icons-btn.png') no-repeat;
  font-size: 15px;
  font-weight: bold;
  color: #626262;
}

.shop2-product-btn span::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product-btn span::selection {
  background: none;
  text-shadow: none;
}

.shop2-product-btn.disabled,
.shop2-product-btn.disabled:hover,
.shop2-product-btn.disabled:active,
.shop2-product-btn.notavailable,
.shop2-product-btn.notavailable:hover,
.shop2-product-btn.notavailable:active {
  -webkit-box-shadow: #eee 0 0 0 inset;
  -moz-box-shadow: #eee 0 0 0 inset;
  box-shadow: #eee 0 0 0 inset;
  background: none #eee;
  cursor: default;
}

.shop2-product-btn.disabled span,
.shop2-product-btn.disabled:hover span,
.shop2-product-btn.disabled:active span,
.shop2-product-btn.notavailable span,
.shop2-product-btn.notavailable:hover span,
.shop2-product-btn.notavailable:active span {
  font-size: 12px;
  color: #a4a4a4;
}

.shop2-product-btn.type-1 {
  width: 36px;
  height: 25px;
  text-align: left;
}

.shop2-product-btn.type-1 span {
  height: 25px;
  line-height: 34px;
  text-indent: -1000px;
}

.shop2-product-btn.type-1.buy span {
  background-position: 50% -120px;
}

.shop2-product-btn.type-1.onrequest span {
  background-position: 50% -150px;
}

.shop2-product-btn.type-1.notavailable span {
  background-position: 50% -180px;
}

.shop2-product-btn.type-1.more span {
  background-position: 50% -210px;
}

.shop2-product-btn.type-2 {
  width: 50px;
  height: 34px;
  text-align: left;
}

.shop2-product-btn.type-2 span {
  height: 34px;
  line-height: 34px;
  text-indent: -1000px;
}

.shop2-product-btn.type-2.buy span {
  background-position: 50% 0;
}

.shop2-product-btn.type-2.onrequest span {
  background-position: 50% -40px;
}

.shop2-product-btn.type-2.notavailable span {
  background-position: 50% -80px;
}

.shop2-product-btn.type-3 {
  width: 150px;
  height: 34px;
  text-align: left;
}

.shop2-product-btn.type-3 span {
  height: 34px;
  line-height: 34px;
  padding-left: 50px;
}

.shop2-product-btn.type-3.buy span {
  background-position: 0 0;
}

.shop2-product-btn.type-3.onrequest span {
  background-position: 0 -40px;
}

.shop2-product-btn.type-3.notavailable span {
  background-position: 0 -80px;
}

.shop2-filter {
  margin: 20px 0;
  clear: both;
  border-top: 1px solid #dedede;
  padding: 15px 10px 10px;
  text-align: left;
}

.shop2-filter table.table-filter-param {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 8px;
}

.shop2-filter table.table-filter-param th,
.shop2-filter table.table-filter-param td {
  font-family: inherit;
  font-size: 12px;
  color: #494949;
  vertical-align: top;
  text-align: left;
  margin: 0;
}

.shop2-filter table.table-filter-param th {
  width: 5%;
  white-space: pre;
  padding: 8px 15px 8px 0;
}

.shop2-filter table.table-filter-param td {
  padding: 3px 0;
}

.shop2-filter table.table-filter-param tr.type-text th,
.shop2-filter table.table-filter-param tr.type-select th,
.shop2-filter table.table-filter-param tr.type-text td,
.shop2-filter table.table-filter-param tr.type-select td {
  vertical-align: middle;
}

.shop2-filter table.table-filter-param label {
  padding-left: 6px;
}

.shop2-filter table.table-filter-param input[type='text'] {
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 12px;
  color: #494949;
  text-align: center;
  padding: 3px 4px;
  margin: 0;
  width: 60px;
}

.shop2-filter a.param-val {
  display: inline-block;
  cursor: pointer;
  padding: 4px 6px;
  margin: 1px 3px 1px 0;
}

.shop2-filter a.param-val span {
  display: none;
}

.shop2-filter a.param-val.active-val {
  background-color: #eee;
  padding-right: 16px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #393939;
}

.shop2-filter a.param-val.active-val span {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -3px;
  background: url('/g/shop2v2/default/images/icons-filter-sort.png') -9px 0 no-repeat;
}

.shop2-filter a.param-val.active-val:hover span {
  background-position: 0 0;
}

.shop2-filter .shop2-btn {
  margin-right: 6px;
  vertical-align: top;
}

.shop2-filter .result {
  font-family: inherit;
  font-size: 12px;
  color: #fff;
  background-color: #08c;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin-right: 6px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-filter .result .result-arrow {
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #08c;
}

.shop2-filter .result.no-result {
  background-color: #eb3c3c;
}

.shop2-filter .result.no-result .result-arrow {
  border-color: transparent transparent transparent #eb3c3c;
  display: none;
}

.shop2-sorting-panel {
  margin: 20px 0;
  overflow: hidden;
  background-color: #eee;
  font-family: inherit;
  font-size: 12px;
  text-align: left;
  color: #494949;
}

.shop2-sorting-panel .sorting {
  float: left;
  padding: 10px;
}

.shop2-sorting-panel .sorting .sort-title {
  float: left;
  padding-right: 5px;
}

.shop2-sorting-panel .sorting .sort-param {
  float: left;
  margin-left: 10px;
}

.shop2-sorting-panel .sorting .sort-param span {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  background: url('/g/shop2v2/default/images/icons-filter-sort.png') -1000px -1000px
    no-repeat;
}

.shop2-sorting-panel .sorting .sort-param.sort-param-asc span {
  background-position: -38px 0;
}

.shop2-sorting-panel .sorting .sort-param.sort-param-desc span {
  background-position: -46px 0;
}

.shop2-sorting-panel .sorting .sort-reset {
  float: left;
  margin-left: 20px;
  text-decoration: none;
  color: #626262;
}

.shop2-sorting-panel .sorting .sort-reset ins,
.shop2-sorting-panel .sorting .sort-reset span {
  float: left;
}

.shop2-sorting-panel .sorting .sort-reset ins {
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}

.shop2-sorting-panel .sorting .sort-reset span {
  line-height: 0;
  font-size: 0;
  width: 12px;
  height: 13px;
  margin: 2px 0 0 4px;
  background: url('/g/shop2v2/default/images/icons-filter-sort.png') -74px 0 no-repeat;
}

.shop2-sorting-panel .view-shop {
  line-height: 0;
  font-size: 0;
  float: right;
  padding: 6px 10px;
}

.shop2-sorting-panel .view-shop a,
.shop2-sorting-panel .view-shop strong {
  display: inline-block;
  vertical-align: middle;
}

.shop2-sorting-panel .view-shop a {
  width: 26px;
  height: 24px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 0 2px;
  padding: 0;
}

.shop2-sorting-panel .view-shop a span {
  display: block;
  width: 26px;
  height: 24px;
  background: url('/g/shop2v2/default/images/icons-view.png') no-repeat;
}

.shop2-sorting-panel .view-shop a.active-view {
  cursor: default;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

.shop2-sorting-panel .view-shop a.simple span {
  background-position: 0 0;
}

.shop2-sorting-panel .view-shop a.simple:active span,
.shop2-sorting-panel .view-shop a.simple.active-view span {
  background-position: 0 -30px;
}

.shop2-sorting-panel .view-shop a.thumbs span {
  background-position: -30px 0;
}

.shop2-sorting-panel .view-shop a.thumbs:active span,
.shop2-sorting-panel .view-shop a.thumbs.active-view span {
  background-position: -30px -30px;
}

.shop2-sorting-panel .view-shop a.pricelist span {
  background-position: -60px 0;
}

.shop2-sorting-panel .view-shop a.pricelist:active span,
.shop2-sorting-panel .view-shop a.pricelist.active-view span {
  background-position: -60px -30px;
}

.shop2-sorting-panel .view-shop strong {
  line-height: normal;
  font-size: 12px;
  padding-right: 14px;
}

.product-list {
  line-height: 0;
  font-size: 0;
  margin: 10px 0;
}

.product-list.product-list-thumbs {
  margin-right: -25px;
}

.product-item-thumb {
  border: 1px solid #dedede;
  padding: 9px;
  vertical-align: top;
  width: 200px;
  margin: 10px 25px 10px 0;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-thumb.marginRight0 {
  margin-right: 0 !important;
}

.product-item-thumb .product-top {
  line-height: normal;
  font-size: 12px;
}

.product-item-thumb .product-bot {
  border-top: 1px solid #dedede;
  padding-top: 8px;
  min-height: 42px;
  clear: both;
}

.product-item-thumb .product-image {
  position: relative;
  margin: 0 auto 8px auto;
  text-align: center;
  width: 200px;
  height: 190px;
  line-height: 0;
  font-size: 0;
}

.product-item-thumb .product-image img {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

.product-item-thumb .product-image > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.product-item-thumb .product-image > a > img,
.product-item-thumb .product-image > a:hover > img {
  border: none;
}

.product-item-thumb .product-image.no-image {
  background: #e6e6e6 url('/g/shop2v2/default/images/noimage.png') 50% 50%
    no-repeat;
}

.product-item-thumb .product-image .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-thumb .product-name {
  font-size: 13px;
  margin-top: 8px;
}

.product-item-thumb .product-article {
  font-size: 10px;
  padding-bottom: 8px;
}

.product-item-thumb .product-article span {
  color: #999;
}

.product-item-thumb .product-anonce {
  padding: 8px 0;
  overflow: hidden;
}

.product-item-thumb table.shop2-product-options tr.odd,
.product-item-thumb table.shop2-product-options tr.even {
  background: none;
}

.product-item-thumb .shop2-product-actions dt {
  border-top: 1px solid #dedede;
}

.product-item-thumb .shop2-product-actions dt span.name-action {
  max-width: 160px;
}

.product-item-thumb .product-amount {
  border-top: 1px solid #dedede;
  line-height: 0;
  font-size: 0;
  padding: 6px 0;
}

.product-item-thumb .product-amount .amount-title {
  padding-right: 10px;
  line-height: normal;
  font-size: 11px;
  color: #999;
  width: 104px;
}

.product-item-thumb .product-amount .amount-title,
.product-item-thumb .product-amount .shop2-product-amount {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-thumb .product-price {
  cursor: default;
  vertical-align: bottom;
  line-height: normal;
  width: 150px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-thumb .product-price .price-current {
  font-size: 14px;
  color: #333;
}

.product-item-thumb .product-price .price-current strong {
  font-size: 18px;
  line-height: 1;
}

.product-item-thumb .product-price .price-old {
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 18px;
  color: #eb3c3c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-thumb .product-price .price-old span {
  font-size: 14px;
  color: #9a9a9a;
}

.product-item-thumb .product-price .price-old strong {
  font-size: 14px;
  font-weight: normal;
}

.product-item-thumb .product-price .price-old.question {
  cursor: pointer;
  padding-right: 15px;
  background: url('/g/shop2v2/default/images/question-price.png') 100% 6px
    no-repeat;
}

.product-item-thumb .shop2-product-btn {
  vertical-align: bottom;
  margin-top: 8px;
}

.product-item-thumb .product-label {
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: -10px;
  left: -10px;
}

.product-item-thumb .product-label div {
  float: left;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  line-height: normal;
  cursor: default;
}

.product-item-thumb .product-label div::-moz-selection {
  background: none;
  text-shadow: none;
}

.product-item-thumb .product-label div::selection {
  background: none;
  text-shadow: none;
}

.product-item-thumb .product-label div.product-new {
  background-color: #eb3c3c;
}

.product-item-thumb .product-label div.product-spec {
  background-color: #f1632b;
  margin-right: 2px;
}

.product-item-simple {
  border: 1px solid #dedede;
  padding: 9px;
  line-height: normal;
  font-size: 12px;
  margin: 20px 0;
}

.product-item-simple .product-side-l {
  float: left;
  position: relative;
  min-width: 200px;
  *zoom: 1;
}

.product-item-simple .product-side-r {
  border-left: 1px solid #dedede;
  padding-left: 9px;
  float: right;
  width: 160px;
  min-height: 190px;
  position: relative;
  text-align: center;
  *zoom: 1;
}

.product-item-simple .product-side-c {
  overflow: hidden;
  padding: 0 10px;
}

.product-item-simple .product-image {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 190px;
  line-height: 0;
  font-size: 0;
}

.product-item-simple .product-image img {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

.product-item-simple .product-image > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.product-item-simple .product-image > a > img,
.product-item-simple .product-image > a:hover > img {
  border: none;
}

.product-item-simple .product-image.no-image {
  background: #e6e6e6 url('/g/shop2v2/default/images/noimage.png') 50% 50%
    no-repeat;
}

.product-item-simple .product-image .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-simple .product-label {
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: 0;
  left: -10px;
}

.product-item-simple .product-label div {
  float: left;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  line-height: normal;
  cursor: default;
}

.product-item-simple .product-label div::-moz-selection {
  background: none;
  text-shadow: none;
}

.product-item-simple .product-label div::selection {
  background: none;
  text-shadow: none;
}

.product-item-simple .product-label div.product-new {
  background-color: #eb3c3c;
}

.product-item-simple .product-label div.product-spec {
  background-color: #f1632b;
  margin-right: 2px;
}

.product-item-simple .product-name {
  font-size: 13px;
}

.product-item-simple .product-article {
  font-size: 10px;
  padding-bottom: 8px;
}

.product-item-simple .product-article span {
  color: #999;
}

.product-item-simple .product-anonce {
  padding: 8px 0;
  overflow: hidden;
}

.product-item-simple table.shop2-product-options tr.odd,
.product-item-simple table.shop2-product-options tr.even {
  background: none;
}

.product-item-simple .shop2-product-actions {
  width: 169px;
  min-height: 59px;
  margin-right: -9px;
}

.product-item-simple .shop2-product-actions dt {
  border-top: 1px dashed #dedede;
}

.product-item-simple .shop2-product-actions dt:first-child {
  border: none;
}

.product-item-simple .shop2-product-actions dt span.name-action {
  max-width: 130px;
  white-space: pre;
  margin-left: 9px;
}

.product-item-simple .product-amount {
  line-height: 0;
  font-size: 0;
  margin-top: 5px;
}

.product-item-simple .product-amount .amount-title {
  padding-bottom: 4px;
  line-height: normal;
  font-size: 11px;
  color: #999;
  text-align: center;
}

.product-item-simple .product-amount .shop2-product-amount {
  margin: 0 auto;
}

.product-item-simple .product-price {
  cursor: default;
  vertical-align: bottom;
  line-height: normal;
  text-align: left;
  min-height: 42px;
  margin: 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-simple .product-price .price-current {
  font-size: 14px;
  color: #333;
}

.product-item-simple .product-price .price-current strong {
  font-size: 18px;
  line-height: 1;
}

.product-item-simple .product-price .price-old {
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 18px;
  color: #eb3c3c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.product-item-simple .product-price .price-old span {
  font-size: 14px;
  color: #9a9a9a;
}

.product-item-simple .product-price .price-old strong {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.product-item-simple .product-price .price-old.question {
  cursor: pointer;
  padding-right: 15px;
  background: url('/g/shop2v2/default/images/question-price.png') 100% 6px
    no-repeat;
}

.product-item-simple .shop2-product-btn {
  display: block;
  margin: 0 auto;
}

.shop2-pricelist {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.shop2-pricelist .tr {
  display: table-row;
}

.shop2-pricelist .odd {
  background: none transparent;
}

.shop2-pricelist .even {
  background-color: #f6f6f6;
}

.shop2-pricelist .th {
  display: table-cell;
  padding: 8px 10px;
  background-color: #eb3c3c;
  white-space: pre;
  font-size: 13px;
  color: #fff;
}

.shop2-pricelist .th .shop2-options-btn {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 14px 0 0;
  position: relative;
  text-decoration: none;
}

.shop2-pricelist .th .shop2-options-btn .shop2-options-text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px dashed #fff;
}

.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  right: 0;
  top: 50%;
  margin: -2px 0 0;
}

.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow-revert {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #fff transparent;
}

.shop2-pricelist .td {
  display: table-cell;
  font-size: 12px;
  padding: 4px 10px;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}

.shop2-pricelist .td .shop2-options-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px dashed #08c;
  text-decoration: none;
}

.shop2-pricelist .td.column-name {
  vertical-align: top;
}

.shop2-pricelist .td.column-price {
  font-size: 15px;
  color: #333;
  text-align: right;
  width: 1px;
}

.shop2-pricelist .td.column-amount {
  width: 1px;
}

.shop2-pricelist .td.column-add {
  padding-left: 0;
  width: 1px;
}

.shop2-pricelist .product-wrapping {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-pricelist .product-name {
  margin-top: 4px;
  font-size: 12px;
}

.shop2-pricelist .product-article {
  font-size: 10px;
  padding-bottom: 4px;
}

.shop2-pricelist .product-article span {
  color: #888;
}

.shop2-pricelist .shop2-product-actions {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-pricelist .shop2-product-actions dt {
  background: none;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-pricelist .shop2-product-actions dt span.name-action {
  display: none;
}

.shop2-pricelist .product-vendor {
  font-size: 11px;
  margin: 4px 0;
}

.shop2-pricelist .product-vendor span {
  color: #888;
}

.shop2-pricelist .price-current {
  font-size: 15px;
  font-weight: bold;
  white-space: pre;
}

.shop2-pricelist .price-old {
  font-size: 15px;
  text-decoration: line-through;
  color: #eb3c3c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-pricelist .price-old span {
  font-size: 13px;
  color: #9a9a9a;
}

.shop2-pricelist .price-old span strong {
  font-weight: normal;
}

.shop2-pricelist .price-old.question {
  cursor: pointer;
  padding-left: 15px;
  background: url('/g/shop2v2/default/images/question-price.png') 0 2px
    no-repeat;
}

.shop2-pricelist table.shop2-product-options {
  margin: 1px 0;
}

.shop2-pricelist table.shop2-product-options tr.odd,
.shop2-pricelist table.shop2-product-options tr.even {
  background: none transparent;
}

.shop2-pricelist table.shop2-product-options th,
.shop2-pricelist table.shop2-product-options td {
  padding: 0;
  border: none;
  background: none transparent;
  vertical-align: top;
}

.shop2-pricelist table.shop2-product-options th {
  padding: 3px 10px 3px 0;
  line-height: 16px;
  font-size: 11px;
  color: #626262;
}

.shop2-pricelist table.shop2-product-options td {
  padding: 3px 0;
}

.shop2-pricelist table.shop2-product-options tr.type-color td,
.shop2-pricelist table.shop2-product-options tr.type-texture td {
  padding: 0;
}

.shop2-pricelist .product-label {
  overflow: hidden;
  margin: -3px 0 0 -10px;
}

.shop2-pricelist .product-label div {
  float: left;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  line-height: normal;
  cursor: default;
}

.shop2-pricelist .product-label div::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-pricelist .product-label div::selection {
  background: none;
  text-shadow: none;
}

.shop2-pricelist .product-label div.product-new {
  background-color: #eb3c3c;
}

.shop2-pricelist .product-label div.product-spec {
  background-color: #f1632b;
  margin-right: 2px;
}

.shop2-group-kinds {
  line-height: 0;
  font-size: 0;
  margin: 15px -25px 15px 0;
}

.shop2-kind-item {
  border: 1px solid #dedede;
  vertical-align: top;
  padding: 9px;
  width: 200px;
  margin: 5px 25px 5px 0;
  line-height: normal;
  text-align: left;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-kind-item.marginRight0 {
  margin-right: 0 !important;
}

.shop2-kind-item .kind-image {
  float: left;
  display: inline;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 0;
  font-size: 0;
}

.shop2-kind-item .kind-image img {
  font-size: 11px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

.shop2-kind-item .kind-image > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.shop2-kind-item .kind-image > a > img,
.shop2-kind-item .kind-image > a:hover > img {
  border: none;
}

.shop2-kind-item .kind-image.no-image {
  background: #e6e6e6 url('/g/shop2v2/default/images/noimage2.png') 50% 50%
    no-repeat;
}

.shop2-kind-item .kind-image .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-kind-item .kind-details {
  padding-left: 15px;
  overflow: hidden;
}

.shop2-kind-item .kind-name {
  margin-bottom: 2px;
}

.shop2-kind-item .kind-price {
  cursor: default;
}

.shop2-kind-item .kind-price .price-current {
  font-size: 13px;
  color: #333;
}

.shop2-kind-item .kind-price .price-current strong {
  font-size: 13px;
}

.shop2-kind-item .kind-price .price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #eb3c3c;
}

.shop2-kind-item .kind-price .price-old span {
  color: #9a9a9a;
}

.shop2-kind-item .kind-price .price-old strong {
  font-size: 13px;
  font-weight: normal;
}

.shop2-kind-item .kind-price .price-old {
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 15px;
  color: #eb3c3c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-kind-item .kind-price .price-old span {
  font-size: 13px;
  color: #9a9a9a;
}

.shop2-kind-item .kind-price .price-old strong {
  font-size: 13px;
  font-weight: normal;
}

.shop2-kind-item .kind-price .price-old.question {
  cursor: pointer;
  padding-right: 15px;
  background: url('/g/shop2v2/default/images/question-price.png') 100% 3px
    no-repeat;
}

.shop2-kind-item .kind-price .shop2-product-btn {
  margin: 5px 0 0;
}

.shop2-kind-item table.shop2-product-params {
  clear: both;
  margin-top: 5px;
}

.shop2-kind-item table.shop2-product-params tr.odd,
.shop2-kind-item table.shop2-product-params tr.even {
  background-color: transparent;
}

.shop2-kind-item table.shop2-product-params tr.odd a.file span.icon,
.shop2-kind-item table.shop2-product-params tr.even a.file span.icon {
  background-position: -21px 0;
}

.shop2-kind-item table.shop2-product-params th,
.shop2-kind-item table.shop2-product-params td {
  font-size: 12px;
  padding-left: 0;
  border-top: 1px solid #dedede;
}

.shop2-kind-item table.shop2-product-params th {
  font-weight: normal;
  width: 75px;
}

.shop2-kind-item table.shop2-product-params tr:first-child th,
.shop2-kind-item table.shop2-product-params tr:first-child td {
  border: none;
}

.shop2-kind-item .shop2-color-pick li,
.shop2-kind-item .shop2-texture-pick li {
  border-color: #dedede;
}

.shop2-product-article {
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  margin: 10px 0;
}

.shop2-product-article span {
  color: #999;
}

.shop2-product {
  margin: 30px 0 70px 0;
  position: relative;
  text-align: left;
}

.shop2-product .product-side-l {
  float: left;
  width: 200px;
}

.shop2-product .product-side-r {
  overflow: hidden;
  padding-left: 10px;
}

.shop2-product .product-new,
.shop2-product .product-spec {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  line-height: normal;
  cursor: default;
}

.shop2-product .product-new::-moz-selection,
.shop2-product .product-spec::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product .product-new::selection,
.shop2-product .product-spec::selection {
  background: none;
  text-shadow: none;
}

.shop2-product .product-new {
  background-color: #eb3c3c;
  left: 0;
  bottom: 0;
}

.shop2-product .product-spec {
  background-color: #f1632b;
  left: 0;
  bottom: 100%;
}

.shop2-product .product-image {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 190px;
  line-height: 0;
  font-size: 0;
  position: relative;
}

.shop2-product .product-image img {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

.shop2-product .product-image > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.shop2-product .product-image > a > img,
.shop2-product .product-image > a:hover > img {
  border: none;
}

.shop2-product .product-image.no-image {
  background: #e6e6e6 url('/g/shop2v2/default/images/noimage.png') 50% 50%
    no-repeat;
}

.shop2-product .product-image .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .product-thumbnails {
  position: relative;
}

.shop2-product .product-thumbnails ul,
.shop2-product .product-thumbnails li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-product .product-thumbnails ul {
  overflow: hidden;
}

.shop2-product .product-thumbnails li {
  float: left;
  display: inline;
  margin: 8px 6px 0 0;
  border: 2px solid #dedede;
  background-color: #dedede;
  width: 56px;
  height: 56px;
}

.shop2-product .product-thumbnails li.active-image {
  border-color: #eb3c3c;
}

.shop2-product .product-thumbnails li img {
  font-size: 11px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

.shop2-product .product-thumbnails li .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .form-add {
  line-height: 0;
  font-size: 0;
  border: 1px solid #dedede;
  padding: 4px 19px;
  margin-bottom: 10px;
}

.shop2-product .form-add .product-price {
  cursor: default;
  vertical-align: middle;
  line-height: normal;
  min-width: 184px;
  margin: 5px 20px 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .form-add .product-price .price-current {
  font-size: 18px;
  color: #333;
}

.shop2-product .form-add .product-price .price-current strong {
  font-size: 22px;
  line-height: 1;
}

.shop2-product .form-add .product-price .price-old {
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 18px;
  color: #eb3c3c;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .form-add .product-price .price-old span {
  font-size: 14px;
  color: #9a9a9a;
}

.shop2-product .form-add .product-price .price-old strong {
  font-size: 18px;
  font-weight: normal;
}

.shop2-product .form-add .product-price .price-old.question {
  cursor: pointer;
  padding-right: 15px;
  background: url('/g/shop2v2/default/images/question-price.png') 100% 6px
    no-repeat;
}

.shop2-product .form-add .product-amount {
  vertical-align: middle;
  line-height: normal;
  font-size: 11px;
  margin: 5px 20px 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .form-add .product-amount .amount-title {
  margin-bottom: 1px;
  color: #999;
}

.shop2-product .form-add .shop2-product-btn {
  margin: 5px 0;
}

.shop2-product .shop2-product-actions dt {
  width: 200px;
  vertical-align: top;
  margin: 0 5px 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product .shop2-product-actions dt span.name-action {
  max-width: 160px;
  white-space: pre;
}

.shop2-product .product-details {
  border: 1px solid #dedede;
  padding: 9px;
  margin-top: 5px;
}

.shop2-product .product-details table.shop2-product-options th,
.shop2-product .product-details table.shop2-product-options td {
  border: none;
  padding: 6px 10px;
}

.shop2-product .product-details table.shop2-product-options tr.type-color td,
.shop2-product .product-details table.shop2-product-options tr.type-texture td {
  padding: 3px 10px;
}

.shop2-product .product-details div.yashare {
  margin-top: 10px;
}

.shop2-product .product-details div.yashare:first-child {
  margin-top: 0;
}

.shop2-product-data {
  margin: 30px 0;
}

.shop2-product-tabs,
.shop2-product-tabs li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-product-tabs {
  margin-bottom: -1px;
}

.shop2-product-tabs li {
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  margin-right: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-product-tabs li a {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  padding: 0 9px;
}

.shop2-product-tabs li a::-moz-selection {
  background: none;
  text-shadow: none;
}

.shop2-product-tabs li a::selection {
  background: none;
  text-shadow: none;
}

.shop2-product-tabs li.active-tab {
  background: none #fff;
  padding-bottom: 1px;
  border-bottom: none;
}

.shop2-product-tabs li.active-tab a {
  cursor: default;
  color: #333;
}

.shop2-product-desc {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 5px 1px;
  padding: 9px;
  text-align: left;
}

.shop2-product-desc .desc-area {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.shop2-product-desc .desc-area.active-area {
  position: static;
}

.shop2-product-desc .shop2-kind-item {
  margin-right: 15px;
}

.shop2-product-desc .shop2-color-pick li,
.shop2-product-desc .shop2-texture-pick li {
  border-color: #eb3c3c;
}

.shop2-product-tags {
  background-color: #eee;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
  overflow: hidden;
}

.shop2-product-tags > span {
  float: left;
  padding-left: 24px;
  padding-right: 14px;
  background: url('/g/shop2v2/default/images/icon-tags.png') 0 4px no-repeat;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

.shop2-product-tags > div {
  overflow: hidden;
}

.shop2-pagelist,
.shop2-pagelist li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-pagelist {
  margin: 20px 0;
  text-align: center;
}

.shop2-pagelist li {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
  margin: 0 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-pagelist li.page-first a,
.shop2-pagelist li.page-last a,
.shop2-pagelist li.page-prev a,
.shop2-pagelist li.page-next a {
  display: block;
  background: url('/g/shop2v2/default/images/pagelist-arrows.png') no-repeat;
  text-decoration: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.shop2-pagelist li.page-first {
  margin-left: 0;
}

.shop2-pagelist li.page-first a {
  background-position: 0 0;
}

.shop2-pagelist li.page-last {
  margin-right: 0;
}

.shop2-pagelist li.page-last a {
  background-position: 0 -28px;
}

.shop2-pagelist li.page-prev a {
  background-position: 0 -56px;
}

.shop2-pagelist li.page-next a {
  background-position: 0 -84px;
}

.shop2-pagelist li.page-num a,
.shop2-pagelist li.page-num span {
  display: inline-block;
  min-width: 20px;
  padding: 0 4px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #333;
}

.shop2-pagelist li.page-num.active-num {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
}

.shop2-pagelist li.page-num.active-num a {
  cursor: default;
}

.shop2-cart-update {
  display: none;
}

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

table.shop2-cart-table th,
table.shop2-cart-table td {
  vertical-align: middle;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  text-align: left;
}

table.shop2-cart-table th {
  background-color: #eb3c3c;
  white-space: pre;
  font-weight: normal;
  color: #fff;
}

table.shop2-cart-table td {
  border-bottom: 1px solid #dedede;
}

table.shop2-cart-table td.cart-price,
table.shop2-cart-table td.cart-amount,
table.shop2-cart-table td.cart-delete {
  width: 1px;
  text-align: center;
}

table.shop2-cart-table td.cart-price {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

table.shop2-cart-table td.cart-delete a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

table.shop2-cart-table td.cart-delete img {
  border: none;
  display: block;
  width: 15px;
  height: 15px;
}

table.shop2-cart-table td.cart-product {
  vertical-align: top;
}

table.shop2-cart-table td.cart-product .cart-product-image {
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 0;
  font-size: 0;
  float: left;
  display: inline;
  margin-right: 10px;
}

table.shop2-cart-table td.cart-product .cart-product-image img {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}

table.shop2-cart-table td.cart-product .cart-product-image > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

table.shop2-cart-table td.cart-product .cart-product-image > a > img,
table.shop2-cart-table td.cart-product .cart-product-image > a:hover > img {
  border: none;
}

table.shop2-cart-table td.cart-product .cart-product-image.no-image {
  background: #e6e6e6 url('/g/shop2v2/default/images/noimage2.png') 50% 50%
    no-repeat;
}

table.shop2-cart-table td.cart-product .cart-product-image .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

table.shop2-cart-table td.cart-product .cart-product-details {
  overflow: hidden;
}

table.shop2-cart-table td.cart-product .cart-product-name {
  margin-bottom: 2px;
}

table.shop2-cart-table td.cart-product .cart-product-article {
  font-size: 11px;
  margin-bottom: 6px;
}

table.shop2-cart-table td.cart-product .cart-product-article span {
  color: #999;
}

table.shop2-cart-table td.cart-product .cart-product-param {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: #7c7c7c;
}

table.shop2-cart-table td.cart-product .cart-product-param > li {
  margin: 4px 0;
}

table.shop2-cart-table td.cart-product .cart-product-param .param-title,
table.shop2-cart-table td.cart-product .cart-product-param .param-value {
  vertical-align: middle;
  line-height: normal;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

table.shop2-cart-table td.cart-product .cart-product-param .param-title {
  margin-right: 4px;
}

table.shop2-cart-table td.cart-product .cart-product-param .param-value {
  font-weight: bold;
}

table.shop2-cart-table
  td.cart-product
  .cart-product-param
  .shop2-color-pick
  li {
  margin: 0;
}

table.shop2-cart-table td.cart-product .cart-product-action {
  font-size: 12px;
  color: #eb3c3c;
  margin: 4px 0;
}

table.shop2-cart-total {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.shop2-cart-total th,
table.shop2-cart-total td {
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
  text-align: right;
  padding: 0 0 0 10px;
  margin: 0;
  width: 140px;
  height: 40px;
  white-space: pre;
}

table.shop2-cart-total th {
  font-size: 14px;
  font-weight: normal;
}

table.shop2-cart-total th img {
  vertical-align: top;
  cursor: pointer;
  margin-top: 1px;
}

table.shop2-cart-total td {
  font-size: 18px;
  color: #333;
}

table.shop2-cart-total td:first-child {
  width: auto;
  text-align: left;
  border-color: transparent;
  padding: 0 20px 0 0;
  white-space: normal;
}

table.shop2-cart-total .question {
  cursor: pointer;
}

.shop2-coupon {
  text-align: left;
  background-color: #fdf5b5;
  position: relative;
  min-width: 330px;
  height: 40px;
  *zoom: 1;
}

.shop2-coupon input[type='text'] {
  background: none transparent;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
}

.shop2-coupon .coupon-arrow {
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  border-color: transparent transparent transparent #fdf5b5;
}

.shop2-coupon .coupon-body {
  overflow: hidden;
  cursor: default;
  padding: 6px 6px 6px 20px;
  height: 28px;
}

.shop2-coupon .coupon-label {
  float: left;
  display: inline;
  width: 76px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  margin-right: 8px;
}

.shop2-coupon .coupon-btn {
  float: right;
  display: inline;
  margin: 1px 0 1px 8px;
}

.shop2-coupon .coupon-field {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  height: 26px;
  padding: 0 3px;
}

.shop2-coupon .coupon-field input[type='text'] {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #333;
  cursor: default;
  padding: 5px 0;
}

.shop2-coupon .coupon-id {
  padding: 12px 6px 12px 20px;
  cursor: default;
  text-align: left;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.shop2-coupon .coupon-id a,
.shop2-coupon .coupon-id span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 13px;
}

.shop2-coupon .coupon-id .coupon-code {
  padding: 0 10px 0 12px;
  color: #787878;
}

.shop2-coupon .coupon-id .coupon-delete {
  line-height: 0;
  font-size: 0;
  text-decoration: none;
  background: url('/g/shop2v2/default/images/delete-coupon.png') 0 0 no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.shop2-discounts-desc {
  margin: 20px 0;
  font-size: 13px;
  text-align: left;
}

.shop2-discounts-desc .block-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.shop2-discounts-desc .discount-name {
  font-weight: bold;
  color: #eb3c3c;
  margin: 5px 0;
}

.shop2-discounts-desc .discount-desc {
  overflow: hidden;
  margin: 5px 0 5px 0;
}

.shop2-discounts-desc .discount-desc p {
  margin: 0 0 15px;
}

.shop2-cart-registration {
  margin: 40px 0;
  text-align: left;
  clear: both;
}

.shop2-cart-registration table.table-registration {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.shop2-cart-registration table.table-registration td {
  width: 50%;
  padding: 30px;
  margin: 0;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
}

.shop2-cart-registration table.table-registration td.cell-l {
  background-color: #fdf5b5;
}

.shop2-cart-registration table.table-registration td.cell-r {
  vertical-align: bottom;
  background-color: #eee;
  border-left: 1px solid #fff;
  padding: 10px 30px;
}

.shop2-cart-registration table.table-registration td.cell-r p {
  min-width: 170px;
  margin: 20px 0;
}

.shop2-cart-registration form.form-registration {
  min-width: 170px;
  padding: 0;
  margin: 0;
}

.shop2-cart-registration form.form-registration input[type='text'],
.shop2-cart-registration form.form-registration input[type='password'] {
  background: none transparent;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
}

.shop2-cart-registration form.form-registration div {
  margin-bottom: 6px;
}

.shop2-cart-registration form.form-registration button {
  margin-top: 8px;
}

.shop2-cart-registration form.form-registration .registration-field {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  height: 26px;
  padding: 0 3px;
  margin-top: 2px;
}

.shop2-cart-registration
  form.form-registration
  .registration-field
  input[type='text'],
.shop2-cart-registration
  form.form-registration
  .registration-field
  input[type='password'] {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: #333;
  cursor: default;
  padding: 5px 0;
}

.shop2-order-options {
  margin: 20px 0;
  text-align: left;
}

.shop2-order-options .total-sum {
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 30px;
}

.shop2-order-options .total-sum strong {
  font-size: 16px;
  color: #222;
}

.shop2-order-options .options-list {
  margin: 20px 0;
  font-size: 14px;
  text-align: left;
}

.shop2-order-options .option-type {
  border-bottom: 1px solid #dedede;
}

.shop2-order-options .option-type:first-child {
  border-top: 1px solid #dedede;
}

.shop2-order-options .option-type .option-label {
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  line-height: 0;
  font-size: 0;
}

.shop2-order-options .option-type .option-label input[type='radio'] {
  cursor: pointer;
  margin: 0 0 1px;
  vertical-align: middle;
}

.shop2-order-options .option-type .option-label span {
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.shop2-order-options .option-type .label-icons {
  margin-top: 5px;
  display: none !important;
}

.shop2-order-options .option-type .label-icons img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dedede;
  height: 42px;
  vertical-align: middle;
  margin: 0 5px 10px;
}

.shop2-order-options .option-type.active-type .label-icons {
  display: block !important;
}

.shop2-order-options .option-type .option-details {
  overflow: hidden;
  padding: 0 20px 20px 40px;
  display: none;
}

.shop2-order-options .option-type .option-details .option-item {
  margin: 10px 0;
}

.shop2-order-options .option-type .option-details .option-item label {
  display: inline-block;
}

.shop2-order-options .option-type .option-details .option-item label > span {
  display: block;
  margin-bottom: 2px;
}

.shop2-order-options .option-type.active-type {
  background-color: #fdf5b5;
  color: #3c3c3c;
}

.shop2-order-options .option-type.active-type .option-label span.label-icon {
  border: 1px solid #ccc;
  background-color: #e6e6e6;
}

.shop2-order-options .option-type.active-type .option-details {
  display: block;
}

.shop2-order-options .option-type .payment_methods-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 0 !important;
}

.shop2-order-options .option-type .payment_methods-column label {
  display: block;
}

.shop2-order-options.shop2-delivery .option-type .option-label {
  padding: 10px;
}

.shop2-order-completed {
  margin: 20px 0;
  text-align: left;
}

.shop2-order-completed div {
  margin: 10px 0;
}

table.shop2-table-person {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}

table.shop2-table-person th,
table.shop2-table-person td {
  border: 1px solid #dedede;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0;
  text-align: left;
  font-size: 13px;
}

table.shop2-table-order {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  width: 100%;
}

table.shop2-table-order th,
table.shop2-table-order td {
  border: 1px solid #dedede;
  vertical-align: middle;
  padding: 5px;
  margin: 0;
  text-align: left;
  font-size: 13px;
}

table.shop2-table-order th img,
table.shop2-table-order td img {
  vertical-align: middle;
  margin-right: 7px;
}

table.shop2-table-order th span,
table.shop2-table-order td span {
  vertical-align: middle;
}

table.shop2-table-order tr:first-child th {
  background-color: #dedede;
  color: #3c3c3c;
}

table.shop2-table-order tr:first-child th.wide-cell {
  width: 55px;
}

.shop2-payments-order label {
  display: block;
  margin: 0 0 10px;
}

.shop2-payments-order .label-icons {
  margin-top: 5px;
  display: block;
}

.shop2-payments-order .label-icons img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dedede;
  height: 42px;
  vertical-align: middle;
  margin: 0 5px 10px;
}

.shop2-payments-order .payment_methods-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 0 !important;
}

.shop2-payments-order .payment_methods-column label {
  display: block;
}

.error,
.required {
  color: #eb3c3c !important;
}

.shop2-order-form .form-item {
  margin: 15px 0;
}

.shop2-order-form .form-item-submit {
  text-align: center;
}

.shop2-order-form .order-form-options {
  display: block;
  margin: 5px 0;
}

.shop2-order-form label {
  display: inline-block;
}

.shop2-order-form label strong {
  display: block;
  margin-bottom: 2px;
}

.shop2-order-form small {
  display: block;
  font-size: 11px;
}

#shop2-msg {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #494949;
  width: auto;
}

#shop2-msg p {
  margin: 10px 0;
  padding: 0;
}

.shop2-warning {
  overflow: hidden;
  padding: 14px 30px 14px 100px;
  border: 1px solid #e1c893;
  background: #f2e6cf url('/g/shop2v2/default/images/warning-icon.png') 24px
    14px no-repeat;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  font-size: 13px;
  color: #494949;
  margin: 1em 0;
  min-height: 58px;
}

.shop2-info {
  overflow: hidden;
  padding: 14px 30px 14px 100px;
  border: 1px solid #e1c893;
  background: #f2e6cf url('/g/shop2v2/default/images/warning-icon.png') 24px
    14px no-repeat;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  font-size: 13px;
  color: #494949;
  margin: 1em 0;
  min-height: 58px;
  background-image: none;
  min-height: auto;
  padding-left: 30px;
}

.shop2-vendors {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  margin: 20px 0;
}

.shop2-vendors .shop2-vendor {
  border: 1px solid #dedede;
  vertical-align: top;
  width: 110px;
  padding: 0 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-vendors .shop2-vendor .vendor-logo {
  width: 80px;
  height: 80px;
  margin: 20px auto 10px;
  text-align: center;
}

.shop2-vendors .shop2-vendor .vendor-logo img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.shop2-vendors .shop2-vendor .vendor-logo .verticalMiddle {
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.shop2-vendors .shop2-vendor .vendor-logo.no-logo {
  background: #e6e6e6 url('/g/shop2v2/default/images/vendor-nologo.png') 50% 50%
    no-repeat;
  height: 80px;
}

.shop2-vendors .shop2-vendor .vendor-name {
  margin: 10px 0;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.shop2-vendors .shop2-vendor a,
.shop2-vendors .shop2-vendor span {
  display: block;
}

.shop2-vendors .shop2-vendor a {
  text-decoration: none;
}

.shop2-vendors .shop2-vendor a:hover .vendor-name {
  text-decoration: none;
}

.shop2-product-folders a {
  white-space: pre;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background: #dedede;
  color: #626262;
  font-size: 11px;
  line-height: 26px;
  text-decoration: none;
  padding: 0 8px;
  margin: 0 20px 10px 0;
}

.shop2-product-folders a:hover {
  color: #08c;
}

.shop2-product-folders a span {
  position: absolute;
  right: -10px;
  top: 0px;
  border-width: 13px 0 13px 10px;
  border-color: transparent transparent transparent #dedede;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

fieldset.shop2-order-data {
  border: 1px solid #dedede;
  padding: 5px;
  margin: 0 0 10px 0;
}

fieldset.shop2-order-data legend {
  padding: 2px 10px;
  font-size: 12px;
}

fieldset.shop2-order-data table {
  border-collapse: collapse;
}

fieldset.shop2-order-data td,
fieldset.shop2-order-data th {
  border-top: 1px solid #eee;
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

fieldset.shop2-order-data tr:first-child td,
fieldset.shop2-order-data tr:first-child th {
  border-top: none;
}

fieldset.shop2-order-data th {
  width: 220px;
}

a.shop2-toggle-fields {
  font-weight: bold;
  border-bottom: 1px dashed #08c;
  text-decoration: none;
}

a.shop2-toggle-fields:hover {
  border-bottom: none;
  text-decoration: none;
}

.shop2-main-header {
  background-color: #cfcfcf;
  background-image: -moz-linear-gradient(top, #d1d1d1, #ccc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d1d1d1),
    to(#ccc)
  );
  background-image: -webkit-linear-gradient(top, #d1d1d1, #ccc);
  background-image: -o-linear-gradient(top, #d1d1d1, #ccc);
  background-image: linear-gradient(to bottom, #d1d1d1, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ccc', GradientType=0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 10px;
}

.shop2-main-header + .product-list {
  margin-top: 0;
  margin-bottom: 0;
}

.shop2-main-new {
  background-color: #ec4848;
  background-image: -moz-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ed5151),
    to(#eb3c3c)
  );
  background-image: -webkit-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: -o-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: linear-gradient(to bottom, #ed5151, #eb3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5151', endColorstr='#eb3c3c', GradientType=0);
  color: #fff;
}

.shop2-main-spec {
  background-color: #f37442;
  background-image: -moz-linear-gradient(top, #f47f51, #f1632b);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f47f51),
    to(#f1632b)
  );
  background-image: -webkit-linear-gradient(top, #f47f51, #f1632b);
  background-image: -o-linear-gradient(top, #f47f51, #f1632b);
  background-image: linear-gradient(to bottom, #f47f51, #f1632b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47f51', endColorstr='#f1632b', GradientType=0);
  color: #fff;
}

.shop2-main-before {
  padding: 10px 0;
}

.shop2-main-before + .product-list {
  margin-top: 0;
  margin-bottom: 0;
}

.shop2-main-after {
  padding: 10px 0 35px;
}

.shop2-edost {
  margin: 0 0 0 10px;
}

.shop2-edost label {
  display: block;
  overflow: hidden;
}

.shop2-edost label img,
.shop2-edost label input {
  display: inline-block;
  vertical-align: middle;
}

.shop2-delivery h2 {
  font-weight: bold;
  font-size: 16px;
  color: #484848;
  padding: 0 0 7px;
  border-bottom: 2px solid #b7b289;
  margin: 40px 0 0;
}

.shop2-edost-control {
  float: left;
}

.shop2-edost-variant {
  color: #484848;
  padding: 3px 0;
  border-bottom: 1px solid #e5dea6;
}

.shop2-edost-variant > label .shop2-edost-control {
  width: 100px;
}

.shop2-edost-variant > label img {
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  margin: 3px 0 3px 6px;
}

.shop2-edost-day {
  background: url('/g/shop2v2/default/images/lorry.png') 2px 50% no-repeat;
  padding: 4px 0 4px 23px;
  margin-left: 100px;
  font-size: 12px;
  color: #5f5f5e;
}

.shop2-edost-pickpointmap {
  margin: 0 0 0 100px;
}

.shop2-edost-office {
  margin: 3px 0 10px 100px;
  padding: 7px 10px;
  background: #ffffeb;
  -webkit-box-shadow: 0 1px 2px #c0c0c0;
  -moz-box-shadow: 0 1px 2px #c0c0c0;
  box-shadow: 0 1px 2px #c0c0c0;
  font-size: 12px;
}

.shop2-edost-office > label {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.shop2-edost-office > label .shop2-edost-control {
  width: 25px;
}

.shop2-edost-office-address,
.shop2-edost-office-schedule,
.shop2-edost-office-tel {
  margin: 0 0 0 25px;
}

.product-compare {
  padding: 8px 0;
  border-top: 1px solid #dedede;
}

.product-compare input {
  vertical-align: middle;
}

.shop2-pricelist .product-compare,
.product-details .product-compare,
.shop2-kind-item .product-compare {
  border-top: none;
  border-bottom: 1px solid #dedede;
}

.product-details .product-compare {
  font-size: 12px;
}

.shop2-tooltip {
  background: url(/g/shop2v2/default/images/question-price.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.shop2-input {
  height: 26px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
}

.shop2-textarea {
  height: 26px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  height: auto;
  padding: 5px;
}

.shop2-cart-auth {
  background-color: #eee;
  border-radius: 4px;
  padding: 22px 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4f4f4f;
  margin: 40px 0;
}

.shop2-cart-auth__row {
  line-height: 21px;
}

.shop2-cart-auth__row--top-offset {
  margin-top: 16px;
}

.shop2-cart-auth__expand {
  border-bottom: 1px dotted #08c;
}

.shop2-cart-auth__expand,
.shop2-cart-auth__expand:hover {
  color: #08c;
  text-decoration: none;
}

.shop2-cart-auth__expand:hover {
  border-bottom-color: transparent;
}

.shop2-cart-auth__form {
  margin: 16px 0;
  display: none;
}

.shop2-cart-auth__label {
  display: inline-block;
  font-weight: bold;
  color: #212121;
  font-size: 13px;
  line-height: 15px;
}

.shop2-cart-auth__label--password {
  margin-left: 17px;
}

.shop2-cart-auth__input {
  height: 26px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  width: 118px;
  margin: 0 5px 0 5px;
}

.shop2-order-form--offset-left {
  margin-left: 10px;
}

.personal-html-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10001;
  opacity: 0;
  padding: 10px 0;
  visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.personal-html-content.active {
  opacity: 1;
  visibility: visible;
}

.personal-html-content-in {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 20px;
  margin: 10px;
  background: #fff;
  height: 500px;
  max-height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.personal-html-content-in .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff
    url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23474747%22%20d%3D%22M%206.4%205%20C%206.4%205%209.71%208.31%209.71%208.31%20C%2010.1%208.7%2010.1%209.33%209.71%209.71%20C%209.32%2010.1%208.7%2010.1%208.31%209.71%20C%208.31%209.71%205%206.4%205%206.4%20C%205%206.4%201.69%209.71%201.69%209.71%20C%201.3%2010.1%200.67%2010.1%200.29%209.71%20C%20-0.1%209.33%20-0.1%208.7%200.29%208.31%20C%200.29%208.31%203.59%205%203.59%205%20C%203.59%205%200.29%201.69%200.29%201.69%20C%20-0.1%201.3%20-0.1%200.67%200.29%200.29%20C%200.67%20-0.1%201.3%20-0.1%201.69%200.29%20C%201.69%200.29%205%203.59%205%203.59%20C%205%203.59%208.31%200.29%208.31%200.29%20C%208.7%20-0.1%209.32%20-0.1%209.71%200.29%20C%2010.1%200.67%2010.1%201.3%209.71%201.69%20C%209.71%201.69%206.4%205%206.4%205%20Z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
    50% 50% no-repeat;
}

.personal-highslide-body {
  height: 100%;
  overflow: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.order-cancel #shop2-alert-body {
  padding-bottom: 0;
}

.order-cancel .shop2-alert-close {
  padding-left: 20px;
  font-size: 13px;
  color: #0066cc;
}

.order-cancel #shop2-alert-ok {
  display: none;
}

.order-cancel .order-cancel-title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

.order-cancel {
  background-position: 15px 50%;
}

.shop2-product .product-flag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.shop2-product .product-flag div {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  line-height: normal;
  cursor: default;
  display: inline-block;
}

.suggestions-input--wrapper {
  padding: 10px 0 40px 32px;
  margin: 0 0 0 16px;
  display: flex;
  border-left: 2px solid #f8f8f8;
  align-items: center;
}

.suggestions-input--wrapper:after {
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
}

.suggestions-input--wrapper .suggestions-input {
  display: inline-block;
}

.suggestions-input--wrapper #shop2-deligate-calc {
  display: none;
  margin-left: 10px;
}

.suggestions-input--wrapper .suggestions-suggestions {
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  padding: 10px 10px;
}

.suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion {
  padding: 4px 10px;
  font-weight: 700;
  color: #333;
}

.suggestions-input--wrapper
  .suggestions-suggestions
  .suggestions-suggestion
  strong {
  color: #333;
  font-weight: 700;
}

#shop2-order-delivery {
  position: relative;
}

#shop2-order-delivery .shop2-delivery--item__tab {
  padding: 0;
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0;
}

#shop2-order-delivery .shop2-delivery--item__tab .tab-label {
  padding: 25px 20px 25px 22px;
  cursor: pointer;
}

#shop2-order-delivery .shop2-delivery--item__tab .label {
  cursor: pointer;
  padding: 0;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 3px solid #f8f8f8;
}

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  width: 52px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
  display: inline-block;
  vertical-align: top;
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-tab--name
  .delivery-tab--note {
  display: block;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-tab--name
  span.error {
  color: red;
  font-size: 13px;
  display: none;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-tab--name.err
  span.error {
  display: block;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.courier
  .delivery-tab--icon {
  background-image: url(../images/сourier-icon-blue.svg);
  background-size: 48px 31px;
  background-position: 0 4px;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.selfdelivery
  .delivery-tab--icon {
  background-image: url(../images/selfdelivery-icon-blue.svg);
  background-size: 38px 38px;
  background-position: 9px 0;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.point
  .delivery-tab--icon {
  background-image: url(../images/points-icon-blue.svg);
  background-size: 50px 32px;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.door
  .delivery-tab--icon {
  background-size: 38px 38px;
  background-image: url(../images/mail-icon-blue.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.mail
  .delivery-tab--icon {
  background-size: 38px 38px;
  background-position: 9px 0;
  background-image: url(../images/mail-icon-blue.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label.other
  .delivery-tab--icon {
  background-size: 38px 38px;
  background-position: 9px 0;
  background-image: url(../images/other-delivery-icon-blue.svg);
}

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items {
  padding: 0 20px 25px 22px;
  line-height: normal;
  font-size: 13px;
  display: none;
  cursor: auto;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type {
  border: none;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-details {
  overflow: visible;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label {
  display: flex;
  justify-content: space-between;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  strong {
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  span {
  padding: 0;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  span.g-form-control-radio__input {
  left: 10px;
  top: 11px;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  span.g-form-control-radio__label {
  padding-left: 30px;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  span.shop2-edost-day {
  margin: 3px 0 0 32px;
  display: block;
  font-size: 11px;
  color: #333;
  padding-left: 23px;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .g-form-field {
  padding: 0;
}

#shop2-order-delivery
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .g-form-field
  .g-form-field__title {
  font-size: 12px;
}

#shop2-order-delivery .shop2-delivery--item__tab.disabled .label {
  cursor: auto;
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label.courier
  .delivery-tab--icon {
  background-image: url(../images/сourier-icon-disable.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label.selfdelivery
  .delivery-tab--icon {
  background-image: url(../images/selfdelivery-icon-disable.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label.point
  .delivery-tab--icon {
  background-image: url(../images/points-icon-disable.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label.mail
  .delivery-tab--icon {
  background-image: url(../images/mail-icon-disable.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label.other
  .delivery-tab--icon {
  background-image: url(../images/other-delivery-icon-disable.svg);
}

#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label
  .delivery-tab--name,
#shop2-order-delivery
  .shop2-delivery--item__tab.disabled
  .label
  .delivery-tab--note {
  color: #c0c0c0;
}

#shop2-order-delivery .shop2-delivery--item__tab.active-tab .label {
  background-color: transparent;
  border-color: #e3e3e3;
}

#shop2-order-delivery
  .shop2-delivery--item__tab.active-tab
  .label
  .delivery-items {
  display: block;
}

#shop2-order-delivery .shop2-delivery--item__tab.point {
  background-color: #f8f8f8;
}

#shop2-order-delivery .shop2-delivery--item__tab.active-tab.point #map {
  display: none;
}

#shop2-order-delivery
  .shop2-delivery--item__tab.active-tab.point
  #deligate_points_fields {
  display: block !important;
}

#shop2-order-delivery .preloader {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 10px;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#shop2-order-delivery .preloader .spinner {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #15c;
  -webkit-animation: s3-preloader-animate 1.1s infinite linear;
  animation: s3-preloader-animate 1.1s infinite linear;
  z-index: 100000;
}

#shop2-order-delivery .preloader:after,
#shop2-order-delivery .preloader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 3px rgba(37, 153, 42, 0.5),
    0 0 3px rgba(37, 153, 42, 0.5) inset;
}

#shop2-order-delivery.preloader .preloader {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes s3-preloader-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes s3-preloader-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes s3-preloader-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes s3-preloader-animate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.delivery-baloon-content {
  box-sizing: border-box;
  padding-left: 8px;
}

.delivery-baloon-content .note-block {
  border-radius: 3px;
  background-color: #fdf8bc;
  padding: 13px 0;
  font: normal 14px Arial;
  color: #333333;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.delivery-baloon-content .note-block > div {
  padding: 0 20px;
}

.delivery-baloon-content .note-block label.cost {
  display: block;
  padding: 3px 0;
}

.delivery-baloon-content .note-block label.cost input {
  margin-left: 0;
  vertical-align: top;
  margin-top: 2px;
}

.delivery-baloon-content div.buttons {
  display: flex;
  justify-content: space-between;
}

.delivery-baloon-content div.buttons a {
  margin-right: 10px;
}

.delivery-baloon-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 0;
}

.delivery-baloon-content > div {
  padding: 0 0 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.delivery-baloon-content > div span {
  display: block;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.shop2-perfect-form {
  margin: 20px 0 0;
}

.shop2-order-options .options-list.padding {
  margin: 20px 0 0;
  padding-left: 50px;
}

.shop2-delivery-step {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  font: normal 18px Arial;
  color: #15c;
  margin-right: 12px;
  border-radius: 17px;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 7px 0;
}

.shop2-delivery-step-name {
  display: inline-block;
  font: normal 16px Arial;
  color: #212121;
  vertical-align: middle;
}

#deligate_points_fields {
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  margin: 0 20px 20px 96px;
  display: none;
}

#deligate_points_fields .delivery-point {
  font: normal 14px Arial;
  color: #333;
  display: flex;
  padding-bottom: 10px;
}

#deligate_points_fields .delivery-point div + div {
  padding-left: 40px;
}

#deligate_points_fields .delivery-point p {
  margin: 0;
  padding: 0 0 10px;
}

#deligate_points_fields .delivery-point p span.title {
  color: #999999;
  display: inline-block;
  padding-right: 30px;
  min-width: 100px;
}

.suggestions-nowrap {
  white-space: nowrap;
}

.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.suggestions-input::-ms-clear {
  display: none;
}

.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%;
}

.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}

.suggestions-addon[data-addon-type='spinner'] {
  background: rgba(255, 255, 255, 0.75)
    url('data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=')
    50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.suggestions-addon[data-addon-type='clear'] {
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=')
    50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-addon[data-addon-type='clear']:hover {
  opacity: 1;
}

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}

.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}

.suggestions-suggestion:hover {
  background: #f7f7f7;
}

.suggestions-selected {
  background: #f0f0f0;
}

.suggestions-selected:hover {
  background: #f0f0f0;
}

.suggestions-hint {
  padding: 0 4px 10px 8px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  line-height: normal;
  display: block !important;
}

.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.suggestions-constraints:empty {
  display: none !important;
}

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=')
    50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}

.suggestions-constraints li span {
  vertical-align: middle;
}

.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}

.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

.suggestions-value[data-suggestion-status='LIQUIDATED'] {
  position: relative;
}

.suggestions-value[data-suggestion-status='LIQUIDATED']:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: '';
}

.shop2-order-options
  .options-list.hide-tabs
  .shop2-delivery--item__tab.disabled {
  display: none;
}

#shop2-order-delivery .options-list {
  margin-top: 0;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items {
  padding-left: 22px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type {
  position: relative;
  margin: 0 0 20px;
  padding: 0 18px;
  box-shadow: none;
  border: none;
  background: none;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type:first-child {
  border: none;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type.active-type {
  background: none;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type.active-type
  .option-details {
  margin-top: -10px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #202020;
  opacity: 0.1;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  > label,
#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  > div {
  position: relative;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label {
  padding: 17px 0;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  > span {
  font-size: 15px;
  color: #404040;
  margin-bottom: 5px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  input:checked
  + .control-radio__label:after {
  opacity: 1;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  .control-radio__label {
  position: relative;
  padding: 0 0 0 35px !important;
  cursor: pointer;
  display: inline-block;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  .control-radio__label::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cdd1da;
  border-radius: 50%;
  background: #fff;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-label
  .control-radio__label::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #15c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-details {
  margin-left: 30px;
  overflow: visible;
  padding: 0 0 10px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-details
  .option-item
  label {
  width: 100%;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .option-type
  .option-details
  .option-item
  label
  > span {
  font-size: 14px;
  color: #606060;
  margin-bottom: 5px;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .map-wrapper {
  position: relative;
  border: 1px solid rgba(20, 20, 20, 0.1);
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .map-wrapper
  *
  ymaps {
  box-shadow: none;
}

#shop2-order-delivery
  .options-list
  .shop2-delivery--item__tab
  .label
  .delivery-items
  .map-select {
  padding: 10px 0 15px;
}

.deligate_points_fields {
  background: none;
  padding: 0;
  box-sizing: border-box;
  margin: 10px 0 0;
  display: none;
}

.deligate_points_fields .delivery-point {
  font: normal 14px Arial;
  color: #333;
  display: flex;
  padding-bottom: 10px;
}

.deligate_points_fields .delivery-point div + div {
  padding-left: 40px;
}

.deligate_points_fields .delivery-point p {
  margin: 0;
  padding: 0 0 10px;
}

.deligate_points_fields .delivery-point p span.title {
  color: #999999;
  display: inline-block;
  padding-right: 30px;
  min-width: 100px;
}

.delivery-baloon-content div.buttons {
  display: block;
  line-height: normal;
  padding: 12px 0 0;
}

.delivery-baloon-content div.buttons a {
  padding: 4px 8px;
  margin: 0 0 0 10px;
}

.delivery-baloon-content > div {
  padding-bottom: 12px;
}

.delivery-baloon-content .note-block {
  padding: 0;
  margin: 0;
  background: none;
  display: block;
}

.delivery-baloon-content .note-block label {
  font-size: 13px;
  color: #999;
}

.delivery-baloon-content .note-block strong {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.deligate_points_fields {
  padding: 10px;
  background: #fdf5b5;
}

.shop2-order-options .option-type .option-details.map.selected .map-select,
.shop2-order-options .option-type .option-details.map.selected .map-wrapper {
  display: none;
}

.shop2-order-options
  .option-type
  .option-details.map.selected
  .deligate_points_fields {
  display: block;
}

@media screen and (max-width: 768px) {
  .suggestions-input--wrapper {
    padding-left: 0;
    margin-left: 0;
    border: none;
    display: block;
  }

  .suggestions-input--wrapper input {
    max-width: 100%;
  }

  .suggestions-input--wrapper #shop2-deligate-calc {
    display: inline-block !important;
    margin: 10px 0 0;
  }

  .shop2-delivery-step-name {
    font-size: 14px;
    vertical-align: baseline;
  }

  .shop2-delivery-step {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 17px;
    padding: 0;
  }

  .shop2-order-options .options-list.padding {
    padding-left: 0;
  }

  #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
    padding: 10px;
  }

  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
    font-size: 15px;
  }

  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items {
    padding-left: 0;
  }

  #shop2-order-delivery
    .shop2-delivery--item__tab
    .label
    .delivery-items
    .option-type
    .option-label
    strong {
    font-size: 15px;
  }

  #deligate_points_fields {
    margin-left: 0;
  }
}

.shop2-compare-page {
  padding: 35px;
  color: #464646;
  font: normal 14px Arial, Helvetica, sans-serif;
  position: relative;
}

.shop2-compare-page h1 {
  color: #303030;
  font-size: 22px;
}

.shop2-compare-page a img,
.shop2-compare-page a:hover img {
  border: none;
}

.shop2-compare-logo {
  position: absolute;
  top: 35px;
  left: 35px;
}

.shop2-compare-table {
  border-collapse: collapse;
}

.shop2-compare-table td {
  vertical-align: top;
  padding: 0 45px 0 0;
  border-bottom: 1px solid #dfdfdf;
}

.shop2-compare-header td {
  border-bottom: none;
}

.shop2-compare-header td:first-child {
  vertical-align: bottom;
}

.shop2-compare-header2 td {
  border-bottom-width: 2px;
}

.shop2-compare-header2 form {
  display: inline-block;
}

.shop2-compare-data td {
  padding: 10px 10px 10px 0;
  width: 230px;
}

.shop2-compare-data td:first-child {
  padding-left: 10px;
  font-weight: bold;
  width: 300px;
}

.shop2-compare-product-image {
  width: 128px;
  height: 128px;
  text-align: center;
}

.shop2-compare-product-image.shop2-compare-product-not-image {
  background: #e7e7e7 url('/g/shop2v2/default/images/noimage.png') 50% 50%
    no-repeat;
}

.shop2-compare-product-image a {
  display: inline-block;
  vertical-align: middle;
}

.shop2-compare-product-image .verticalMiddle {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.shop2-compare-product-name {
  padding: 10px 0 5px;
  font-size: 12px;
}

.shop2-compare-product-name a,
.shop2-compare-data a {
  color: #0089d0;
  text-decoration: underline;
}

.shop2-compare-product-name a:hover,
.shop2-compare-data a:hover {
  text-decoration: none;
}

.shop2-compare-product-price {
  color: #090909;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 6px 0;
}

a.shop2-compare-delete {
  color: #9a9a9a;
  display: inline-block;
  margin: 0 0 0 16px;
  text-decoration: none;
  border-bottom: 1px dotted #9a9a9a;
  position: relative;
}

a.shop2-compare-delete:hover {
  text-decoration: none;
  border-color: transparent;
}

a.shop2-compare-delete ins {
  display: block;
  width: 11px;
  height: 11px;
  background: url('/g/shop2v2/default/images/compare-delete.png') 0 0 no-repeat;
  position: absolute;
  left: -16px;
  top: 50%;
  margin: -5px 0 0 0;
}

.shop2-compare-switch a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-decoration: none;
  margin: 6px 0 0;
}

.shop2-compare-switch a span {
  color: #0089d0;
  border-bottom: 1px dotted #0089d0;
}

.shop2-compare-switch a:hover span {
  border-color: transparent;
}

.shop2-compare-switch a.shop2-compare-switch-active {
  background: #dfdfdf;
}

.shop2-compare-switch a.shop2-compare-switch-active span {
  color: #303030;
  border-color: transparent;
}

.shop2-compare-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}

.shop2-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/g/shop2v2/default/images/panel-bg.png') 0 0 repeat;
  height: 45px;
  border-top: 1px solid #d4d4d4;
  z-index: 999;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.shop2-panel-content {
  margin: 0 auto;
  width: 980px;
  text-align: right;
  overflow: hidden;
}

.shop2-panel-content .shop2-btn {
  float: right;
  margin: 10px 0;
}

.shop2-panel-compare,
.shop2-panel-cart {
  float: right;
  height: 45px;
  text-align: left;
  line-height: 45px;
}

.shop2-panel-compare a,
.shop2-panel-cart a {
  color: #fff;
}

.shop2-panel-compare a.shop2-panel-link-disabled,
.shop2-panel-cart a.shop2-panel-link-disabled {
  color: #606060;
}

.shop2-panel-cart {
  width: 270px;
  background: url('/g/shop2v2/default/images/panel-icons.png') 0 -36px no-repeat;
  padding: 0 0 0 35px;
}

.shop2-panel-compare {
  width: 200px;
  background: url('/g/shop2v2/default/images/panel-icons.png') 0 13px no-repeat;
  padding: 0 0 0 40px;
}

.shop2-panel-count {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  margin: 9px 6px 0 6px;
  padding: 0 7px;
  height: 24px;
  border: 2px solid #606060;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #606060;
}

.shop2-panel-count.not-null {
  border-color: #cdcdcd;
  color: #fff;
}

.shop2-panel-total {
  display: inline-block;
  color: #606060;
}

.not-null + .shop2-panel-total {
  color: #fff;
}

.shop2-panel-btn {
  float: right;
  margin: 10px 0;
  vertical-align: middle;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  padding: 5px 11px;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.shop2-panel-btn:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

.shop2-panel-btn:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
}

.shop2-panel-btn.disabled,
.shop2-panel-btn.disabled:hover,
.shop2-panel-btn.disabled:active {
  background-color: #a3a3a3;
  background-image: -moz-linear-gradient(top, #aaa, #999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(#999));
  background-image: -webkit-linear-gradient(top, #aaa, #999);
  background-image: -o-linear-gradient(top, #aaa, #999);
  background-image: linear-gradient(to bottom, #aaa, #999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#999', GradientType=0);
  color: #494949;
  cursor: default;
}

#shop2-alert-overlay {
  position: fixed;
  z-index: 1001;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#shop2-alert {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: fixed;
  z-index: 1002;
  max-width: 700px;
  min-width: 300px;
  top: 50%;
  left: 50%;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: right;
  display: none;
}

#shop2-alert.shop2-alert-cart {
  background-image: url('/g/shop2v2/default/images/cart-icon.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 100px;
}

#shop2-alert.shop2-alert-cart .shop2-alert-header {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}

#shop2-alert.shop2-alert-cart .shop2-alert-close {
  padding-left: 20px;
  font-size: 13px;
  color: #0066cc;
}

#shop2-alert.shop2-alert-cart #shop2-alert-body {
  padding-bottom: 5px;
}

#shop2-alert.shop2-alert-cart #shop2-alert-ok {
  display: none;
}

#shop2-alert.shop2-alert--warning {
  background-image: url('/g/shop2v2/default/images/warning-icon.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 100px;
}

#shop2-alert.shop2-alert--map {
  max-width: none;
  min-width: 0;
  padding: 20px;
  background-image: none;
}

#shop2-alert-map {
  width: 900px;
  height: 600px;
}

#shop2-alert-body {
  font: normal 16px Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0 0 20px;
  text-align: left;
}

#shop2-alert-ok {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  padding: 5px 11px;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f8f8f8),
    to(#dfdfdf)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset,
    #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#shop2-alert-ok:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#efefef)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}

#shop2-alert-ok:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#dedede),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}

#shop2-alert-ok.disabled,
#shop2-alert-ok.disabled:hover,
#shop2-alert-ok.disabled:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  background: none #eee;
  color: #494949;
  cursor: default;
}

.baron-wrapper {
  position: relative;
  overflow: hidden;
}

.baron-scroller {
  max-height: 340px;
  overflow-y: scroll;
}

.baron-scroller::-webkit-scrollbar {
  width: 0;
}

.baron-scroller-bar {
  position: absolute;
  z-index: 1;
  right: 1px;
  width: 3px;
  background: #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.baron-container {
  overflow: hidden;
}

.shop2-color-ext-list {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
}

.shop2-color-ext-list:before,
.shop2-color-ext-list:after {
  display: table;
  line-height: 0;
  content: '';
}

.shop2-color-ext-list:after {
  clear: both;
}

.shop2-color-ext-list,
.shop2-color-ext-list li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-color-ext-list li {
  float: left;
  height: 22px;
  width: 22px;
  margin: 3px 12px 3px 0;
  cursor: pointer;
  border: 1px solid #dedede;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shop2-color-ext-list span {
  display: none;
  background: url('/g/shop2v2/default/images/shop2-color-ext-mark.png') 50% 50%
    no-repeat;
  height: 22px;
  width: 22px;
}

.shop2-color-ext-list div {
  display: none !important;
}

.shop2-color-ext-list .shop2-color-ext-selected {
  outline: 2px solid #dedede;
}

.shop2-color-ext-list .shop2-color-ext-selected:first-child:last-child {
  cursor: default;
}

.shop2-color-ext-list .shop2-color-ext-selected span {
  display: block;
}

#shop2-tooltip {
  position: absolute;
  z-index: 1001;
  display: none;
  margin: 10px;
}

.shop2-color-ext-tooltip {
  position: absolute;
  padding: 6px;
  border: 1px solid #e1c893;
  background: #ecdcbb;
  -webkit-box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.shop2-color-ext-tooltip ul,
.shop2-color-ext-tooltip li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-color-ext-tooltip,
.shop2-color-ext-tooltip li {
  line-height: normal;
  font-size: 12px;
}

.shop2-color-ext-tooltip li {
  overflow: hidden;
  margin: 9px 0 0 0;
}

.shop2-color-ext-tooltip li:first-child {
  margin: 0;
}

.shop2-color-ext-tooltip li span {
  float: left;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 11px 0 0;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.shop2-color-ext-tooltip li div {
  float: left;
}

.shop2-color-ext-tooltip img {
  display: block;
  margin-bottom: 6px;
  max-width: 96px;
}

#shop2-color-ext-popup,
#shop2-color-ext-select {
  position: absolute;
  z-index: 1000;
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px 0;
  -webkit-box-shadow: 0 1px 3px #b3b3b3;
  -moz-box-shadow: 0 1px 3px #b3b3b3;
  box-shadow: 0 1px 3px #b3b3b3;
}

#shop2-color-ext-popup {
  width: 220px;
  padding: 30px 12px 15px;
  margin-top: 27px;
}

#shop2-color-ext-select {
  width: 180px;
  margin-top: 32px;
  cursor: pointer;
}

#shop2-color-ext-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url('/g/shop2v2/default/images/shop2-color-ext-close.png') 50% 50%
    no-repeat;
  cursor: pointer;
}

.shop2-color-ext-popup li {
  display: none;
}

.shop2-color-ext-popup .shop2-color-ext-selected {
  display: block;
}

.shop2-color-ext-popup .shop2-color-ext-caption {
  float: left;
  text-decoration: none;
  border-bottom: 1px dotted #08c;
  margin: 4px 10px 0 6px;
}

.shop2-color-ext-popup .shop2-color-ext-list {
  overflow: hidden;
  padding-left: 2px;
}

#shop2-color-ext-select li {
  height: 28px;
  padding: 3px 0 !important;
  display: block !important;
}

#shop2-color-ext-select li:hover {
  background: #dedede !important;
}

#shop2-color-ext-select li:hover ins {
  background-color: #dedede;
  background-image: -moz-linear-gradient(left, rgba(222, 222, 222, 0), #dedede);
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(222, 222, 222, 0)),
    to(#dedede)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(222, 222, 222, 0),
    #dedede
  );
  background-image: -o-linear-gradient(left, rgba(222, 222, 222, 0), #dedede);
  background-image: linear-gradient(to right, rgba(222, 222, 222, 0), #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(222, 222, 222, 0)', endColorstr='#dedede', GradientType=1);
  background-color: transparent;
}

#shop2-color-ext-select .shop2-color-ext-selected span {
  outline: 2px solid #dedede;
}

#shop2-color-ext-select .shop2-color-ext-selected em {
  display: block;
}

.shop2-color-ext-select {
  position: relative;
  height: 30px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-siznig: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shop2-color-ext-select .shop2-color-ext-options {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.shop2-color-ext-select .shop2-color-ext-options,
.shop2-color-ext-select .shop2-color-ext-options li {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.shop2-color-ext-select li {
  display: none;
}

.shop2-color-ext-select i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -2px 0 0 0;
  z-index: 2;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.shop2-color-ext-options,
.shop2-color-ext-options li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-color-ext-options li {
  position: relative;
  border: none !important;
  padding: 0 !important;
  display: none !important;
  background: #fff !important;
  *zoom: 1;
}

.shop2-color-ext-options li:before,
.shop2-color-ext-options li:after {
  display: table;
  line-height: 0;
  content: '';
}

.shop2-color-ext-options li:after {
  clear: both;
}

.shop2-color-ext-options ins {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 25px;
  z-index: 1;
  background-color: #fff;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=1);
  background-color: transparent;
}

.shop2-color-ext-options span {
  display: block;
  width: 22px !important;
  padding: 0 !important;
  height: 22px;
  margin: 2px 11px 0 4px;
  vertical-align: middle;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  border: 1px solid #dedede;
}

.shop2-color-ext-options em {
  display: none;
  background: url('/g/shop2v2/default/images/shop2-color-ext-mark.png') 50% 50%
    no-repeat;
  height: 22px;
  width: 22px;
}

.shop2-color-ext-options div {
  font-size: 12px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 12px;
}

.shop2-color-ext-options .shop2-color-ext-selected {
  display: block !important;
}

.shop2-color-ext-multi {
  border: 1px solid #dedede;
  outline: 2px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  *zoom: 1;
}

.shop2-color-ext-multi:before,
.shop2-color-ext-multi:after {
  display: table;
  line-height: 0;
  content: '';
}

.shop2-color-ext-multi:after {
  clear: both;
}

.shop2-color-ext-multi,
.shop2-color-ext-multi li {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.shop2-color-ext-multi ul {
  display: none;
}

.shop2-color-ext-multi li {
  position: relative;
  float: left;
  width: 11px !important;
  height: 22px;
  margin: 0 !important;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.shop2-color-ext-multi li:first-child:last-child {
  width: 22px !important;
}

.shop2-color-ext-multi ins {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  z-index: 1;
  background-color: #fff;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=1);
  background-color: transparent;
}

@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

/*border-spacing:0*/
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.reset-indents {
  padding: 0;
  margin: 0;
}

.reset-font {
  line-height: 0;
  font-size: 0;
}

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

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
}

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.overflowHidden {
  overflow: hidden;
}

ins {
  text-decoration: none;
}

.thumb,
.YMaps,
.ymaps-map {
  color: #000;
}

.table {
  display: table;
}

.table .tr {
  display: table-row;
}

.table .tr .td {
  display: table-cell;
}

.table0,
.table1,
.table2 {
  border-collapse: collapse;
}

.table0 td,
.table1 td,
.table2 td {
  padding: 0.5em;
}

.table1,
.table2 {
  border: 1px solid #afafaf;
}

.table1 td,
.table2 td,
.table1 th,
.table2 th {
  border: 1px solid #afafaf;
}

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00;
}

.menu-default,
.menu-default ul,
.menu-default li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #000;
  background: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-size: 2rem;
  color: #333;
  font-family: 'fsr';
  font-size: 36px;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #00f;
}

a:hover {
  text-decoration: none;
}

a img {
  border-color: #000;
}

.center {
  width: 100%;
  box-sizing: border-box;
}

@media all and (min-width: 769px) {
  .center {
    padding-left: 83px;
    padding-right: 83px;
  }
}

@media all and (max-width: 768px) {
  .center {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 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;
  -ms-touch-action: pan-y;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

.owl-loaded {
  position: relative;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-stage {
  position: relative;
}

.owl-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  -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-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.noUi-target,
.noUi-target * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
}

.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.noUi-handle {
  position: absolute;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 16px;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

[disabled].noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img,
textarea,
object,
object embed,
.table-wrapper {
  max-width: 100%;
}

.table-wrapper {
  overflow: auto;
}

img {
  height: auto;
}

table img {
  max-width: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-path {
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1;
  color: #999;
  font-family: 'fsl';
  font-size: 14px;
  margin-bottom: 37px;
}

.site-path a {
  color: #ff5800;
  text-decoration: none;
}

.site-header a img,
.site-sidebar a img,
.site-footer a img {
  border: none;
}

.site-header p,
.site-footer p {
  margin: 0;
}

.site-sidebar p:first-child {
  margin-top: 0;
}

.site-sidebar p:last-child {
  border-bottom: 0;
}

.site-wrapper {
  min-height: 100%;
  max-width: 100%;
  margin: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ie .site-wrapper {
  height: 100%;
}

.site-header {
  min-height: 100px;
  padding-top: 18px;
  padding-bottom: 167px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 0;
}

.site-header.site-header-inpage {
  background: #fff;
  padding-bottom: 28px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 53px;
}

.logo_wrapper {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo_wrapper__left {
  height: 29px;
  margin-right: 13px;
}

@media all and (min-width: 769px) {
  .logo_wrapper__left {
    width: 70px;
  }
}

@media all and (max-width: 768px) {
  .logo_wrapper__left {
    width: 30px;
  }
}

@media all and (min-width: 1025px) {
  .logo_wrapper__left {
    background: #ff5800;
  }
}

.logo_wrapper__logo {
  width: 170px;
  margin-right: 13px;
}

.logo_wrapper__logo > a {
  max-width: 100%;
  display: block;
  font-size: 0;
}

.logo_wrapper__logo > a img {
  max-width: inherit;
}

.logo_wrapper__right {
  height: 29px;
  background: url('../logo_pattern.png') 0 50%;
}

@media all and (min-width: 769px) {
  .logo_wrapper__right {
    width: calc(100% - 266px);
  }
}

@media all and (max-width: 768px) {
  .logo_wrapper__right {
    width: calc(100% - 226px);
  }
}

.header_center {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 114px;
}

.header_center.header_center-inpage {
  margin-bottom: 0;
}

.header_center__left-city {
  font-size: 0;
}

.header_center__left-city-title {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-family: 'fsl';
  font-size: 16px;
  margin-right: 20px;
}

.header_center__left-city-name {
  display: inline-block;
  vertical-align: middle;
}

.header_center__left-city-name .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.header_center__left-city-name .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
}

@media all and (max-width: 480px) {
  .header_center__right {
    display: none;
  }
}

.header_center__right-catalog_opener {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: pointer;
  margin-right: 40px;
}

.header_center__right-catalog_opener .logo {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.header_center__right-catalog_opener .logo span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}

.header_center__right-catalog_opener .logo span:not(:last-child) {
  margin-bottom: 3px;
}

.header_center__right-catalog_opener .text {
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.header_center__right-nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 121px;
}

@media all and (max-width: 1024px) {
  .header_center__right-nav {
    display: none;
  }
}

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

.header_center__right-menu > li {
  display: inline-block;
  vertical-align: middle;
}

.header_center__right-menu > li:not(:last-child) {
  margin-right: 40px;
}

.header_center__right-menu > li a {
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  text-decoration: none;
}

.header_center__right-buttons {
  display: inline-block;
  vertical-align: middle;
}

.header_center__right-buttons > a:not(:last-child) {
  margin-right: 39px;
}

.header_bottom__in {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  border-left: 3px solid #ff5800;
}

@media all and (min-width: 481px) {
  .header_bottom__in {
    padding-left: 57px;
  }
}

@media all and (max-width: 480px) {
  .header_bottom__in {
    padding-left: 30px;
  }
}

.header_bottom-title {
  color: #fff;
  font-family: 'fsm';
  margin-bottom: 23px;
}

@media all and (min-width: 769px) {
  .header_bottom-title {
    font-size: 75px;
    line-height: 75px;
  }
}

@media all and (max-width: 768px) {
  .header_bottom-title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media all and (max-width: 480px) {
  .header_bottom-title {
    font-size: 30px;
  }
}

.header_bottom-text {
  color: #ccc;
  font-family: 'fsl';
  font-size: 18px;
  margin-bottom: 36px;
  width: 100%;
  max-width: 555px;
}

.header_bottom-btn {
  display: inline-block;
  padding: 15px 30px 15px 29px;
  background: #ff5800;
  text-decoration: none;
}

.header_bottom-btn .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  margin-right: 10px;
}

.header_bottom-btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.categories_wrap {
  margin-top: -40px;
  padding-bottom: 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.categories_wrap__menu li a {
  position: relative;
  z-index: 100;
}
.categories_wrap__menu li ul {
  position: relative;
  z-index: 100;
}
.categories_wrap__img-block {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.categories_wrap__menu {
  display: -ms-grid;
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px 25px;
    grid-template-rows: repeat(20, 10px) 5px;
  }
}

@media all and (max-width: 1024px) and (min-width: 769px) {
  .categories_wrap__menu {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}

@media all and (max-width: 768px) and (min-width: 481px) {
  .categories_wrap__menu {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}

@media all and (max-width: 480px) {
  .categories_wrap__menu {
    grid-template-columns: 1fr;
    grid-gap: 60px 30px;
  }
}

.categories_wrap__menu > li,
.categories_wrap__menu .categories_wrap-col > li {
  display: inline-block;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fafafa url('../categor_pattern.png') 0 20px repeat-x;
  padding-top: 76px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.categories_wrap__menu > li:nth-child(4) {
  display: none !important;
}

.categories_wrap__menu > li:not(.categoreis_pic) > a,
.categories_wrap__menu .categories_wrap-col > li:not(.categoreis_pic) > a {
  color: #ff5800;
  font-family: 'fsr';
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.categories_wrap__menu > li:not(.categoreis_pic) > ul,
.categories_wrap__menu .categories_wrap-col > li:not(.categoreis_pic) > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.categories_wrap__menu > li:not(.categoreis_pic) > ul li,
.categories_wrap__menu .categories_wrap-col > li:not(.categoreis_pic) > ul li {
  margin-bottom: 13px;
}

.categories_wrap__menu > li:not(.categoreis_pic) > ul li a,
.categories_wrap__menu
  .categories_wrap-col
  > li:not(.categoreis_pic)
  > ul
  li
  a {
  color: #333;
  font-family: 'fsl';
  font-size: 16px;
  text-decoration: none;
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(1) {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 15;
    grid-row-end: 15;
    padding-top: 60px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    height: 91%;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(2) {
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 19;
    grid-row-end: 19;
    padding-top: 70px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(3) {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 15;
    grid-row-end: 15;
    padding-top: 85px;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    bottom: 37px;
  }
}

.categories_wrap__menu li.categoreis_pic,
.categories_wrap__menu .categories_wrap-col li.categoreis_pic {
  font-size: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu li.categoreis_pic,
  .categories_wrap__menu .categories_wrap-col li.categoreis_pic {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 8;
    grid-row-end: 8;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 5;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 1024px) and (min-width: 769px) {
  .categories_wrap__menu li.categoreis_pic,
  .categories_wrap__menu .categories_wrap-col li.categoreis_pic {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 8;
    grid-row-end: 3;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
}

.categories_wrap__menu li.categoreis_pic > a,
.categories_wrap__menu
  .categories_wrap-col
  > li.categoreis_pic
  > a
  .red-block1
  > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px 15px 15px 66px;
  background-color: #ff5800;
  height: fit-content;
  /* min-height: 320px;
  height: 320px; */
  min-height: 360px;
  height: 360px;
  overflow: hidden;
}

.categories_wrap__menu li.categoreis_pic > a:before,
.categories_wrap__menu .categories_wrap-col li.categoreis_pic > a:before,
.red-block1 > a:before {
  content: 'КАТАЛОГИ И БУКЛЕТЫ';
  position: absolute;
  transform-origin: 0;
  transform: rotate(-90deg) translateX(-50%);
  left: 35px;
  height: 29px;
  top: 45%;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  font-size: 26px;
  font-weight: 500;
  white-space: nowrap;
}

.red-block1 > a:before {
  left: 48px;
}

.categories_wrap__menu li.categoreis_pic > a img,
.red-block1 > a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .categories_wrap__menu li.categoreis_pic > a,
  .red-block1 > a {
    height: auto;
    min-height: auto;
  }
}

@media all and (min-width: 1235px) {
  .categories_wrap__menu li.categoreis_pic > a img,
  .red-block1 > a img {
    height: 100%;
  }
}

.categories_wrap__menu > li:nth-child(11) img {
  width: 100%;
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(4) {
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 20;
    grid-row-end: 20;
    padding-top: 65px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  .categories_wrap__menu > li:nth-child(4) img {
    margin-top: 27px;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(5) {
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 19;
    grid-row-end: 19;
    padding-top: 80px;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    bottom: 35px;
    height: 100%;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(6) {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 15;
    grid-row-end: 15;
    padding-top: 85px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    height: 95%;
    top: 10px;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(7) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 9;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    height: 90%;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(8) {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 11;
    grid-row-end: 11;
    padding-top: 51px;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    bottom: 40px;
  }
}

@media all and (min-width: 1025px) {
  .categories_wrap__menu > li:nth-child(9) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 10;
    grid-row-end: 10;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    height: 92%;
  }

  .categories_wrap__menu > li:nth-child(10) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 6;
    grid-row-end: 6;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    height: 100%;
  }

  .categories_wrap__menu > li:nth-child(11) {
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 20;
    grid-row-end: 20;
    padding-top: 80px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    height: 85%;
  }
  .categories_wrap__menu > li:nth-child(12) {
    -ms-grid-row: 16;
    grid-row-start: 16;
    -ms-grid-row-span: 19;
    grid-row-end: 19;
    padding-top: 65px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    bottom: 35px;
    height: 120%;
  }

  .categories_wrap__menu > li:nth-child(13) {
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 14;
    grid-row-end: 14;
    padding-top: 65px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .categories_wrap__menu > li:nth-child(14) {
    -ms-grid-row: 19;
    grid-row-start: 19;
    -ms-grid-row-span: 23;
    grid-row-end: 23;
    padding-top: 95px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    height: 82%;
  }
}

@media all and (max-width: 1024px) and (min-width: 769px) {
  .categories_wrap__menu > li:nth-child(1) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 10;
    grid-row-end: 10;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .categories_wrap__menu > li:nth-child(2) {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 14;
    grid-row-end: 14;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(3) {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 12;
    grid-row-end: 12;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  .categories_wrap__menu > li:nth-child(4) {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 13;
    grid-row-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(5) {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 14;
    grid-row-end: 14;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(6) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 9;
    grid-row-end: 9;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(7) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(8) {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 11;
    grid-row-end: 11;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(9) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(10) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 10;
    grid-row-end: 10;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(11) {
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 13;
    grid-row-end: 13;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  .categories_wrap__menu > li:nth-child(12) {
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 13;
    grid-row-end: 13;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(13) {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 12;
    grid-row-end: 12;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

@media all and (max-width: 768px) and (min-width: 481px) {
  .categories_wrap__menu > li:nth-child(1) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .categories_wrap__menu > li:nth-child(2) {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 6;
    grid-row-end: 6;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(3) {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 5;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(4) {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 8;
    grid-row-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(5) {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 7;
    grid-row-end: 7;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .categories_wrap__menu > li:nth-child(6) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(7) {
    -ms-grid-row: 1;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(8) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(9) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(10) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  .categories_wrap__menu > li:nth-child(11) {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 7;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(12) {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 6;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(13) {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 5;
    grid-row-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

@media all and (max-width: 480px) {
  .categories_wrap__menu > li:nth-child(1) {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 6;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(2) {
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 0;
    grid-row-end: 10;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(3) {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 7;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(4) {
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 14;
    grid-row-end: 14;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(5) {
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 12;
    grid-row-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(6) {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(7) {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(8) {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 5;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .categories_wrap__menu > li:nth-child(9) {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(10) {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(11) {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 11;
    grid-row-end: 11;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(12) {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 9;
    grid-row-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }

  .categories_wrap__menu > li:nth-child(13) {
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 8;
    grid-row-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
}

.product-list.product-list-thumbs {
  margin: 0;
}

.mainBlocks_wrap:after {
  content: '';
  height: 6px;
  display: block;
  /* background: url('../main_blocks_bottom.png') 50% 50%; */
}

@media all and (min-width: 769px) {
  .mainBlocks_wrap:after {
    margin-left: -83px;
    margin-right: -83px;
  }
}

@media all and (max-width: 768px) {
  .mainBlocks_wrap:after {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.mainBlocks_wrap__blocks_left {
  padding-top: 60px;
}

@media all and (min-width: 769px) {
  .mainBlocks_wrap__blocks_left {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media all and (max-width: 768px) {
  .mainBlocks_wrap__blocks_left {
    padding-bottom: 30px;
  }
}

.mainBlocks_wrap__right {
  background: #fff url('../mainblocksright.png') 0 0 repeat-y;
  padding-left: 26px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 14px;
}

@media all and (min-width: 1025px) {
  .mainBlocks_wrap__right {
    width: calc(25% - 24px);
  }
}

@media all and (max-width: 1024px) {
  .mainBlocks_wrap__right {
    width: calc(100% / 3 - 23px);
  }
}

@media all and (max-width: 768px) {
  .mainBlocks_wrap__right {
    width: calc(100% / 2 - 20px);
  }
}

@media all and (max-width: 640px) {
  .mainBlocks_wrap__right {
    width: 100%;
  }
}

@media all and (min-width: 641px) {
  .mainBlocks_wrap__right {
    margin-left: 40px;
  }
}

.mainBlocks_wrap__right-title {
  color: #000;
  font-family: 'fsr';
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.mainBlocks_wrap__right-button {
  margin-top: 231px;
  display: inline-block;
  padding: 18px 30px;
  background: #ff5800;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  text-decoration: none;
}

.mainBlocks_wrap__title {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.mainBlocks_wrap__title .text {
  color: #333;
  font-family: 'fsr';
  font-size: 36px;
  margin-right: 30px;
}

@media all and (max-width: 480px) {
  .mainBlocks_wrap__title .text {
    font-size: 25px;
  }
}

.mainBlocks_wrap__title .line {
  height: 1px;
  background: #dbdbdb;
  flex: 1 0 auto;
}

.mainBlocks_wrap__title .link {
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 21px;
  background: #ff5800
    url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%20d%3D%22M11.000%2C7.000%20L7.000%2C7.000%20L7.000%2C11.000%20L4.000%2C11.000%20L4.000%2C7.000%20L-0.000%2C7.000%20L-0.000%2C4.000%20L4.000%2C4.000%20L4.000%2C-0.000%20L7.000%2C-0.000%20L7.000%2C4.000%20L11.000%2C4.000%20L11.000%2C7.000%20Z%22%2F%3E%3C%2Fsvg%3E')
    50% 50% no-repeat;
}

.mainBlocks_wrap .product-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mainBlocks_wrap .product-list .shop2-product-item {
  margin: 0;
  padding: 0;
  border: none;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}

@media all and (min-width: 1025px) {
  .mainBlocks_wrap .product-list .shop2-product-item {
    width: calc(25% - 40px);
  }
}

@media all and (max-width: 1024px) {
  .mainBlocks_wrap .product-list .shop2-product-item {
    width: calc(100% / 3 - 40px);
  }
}

.mainBlocks_wrap .product-list .product-popup {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  z-index: 12;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.mainBlocks_wrap .product-list .product-popup .button {
  width: 140px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
}

.mainBlocks_wrap .product-list .product-image {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 100%;
  height: auto !important;
  padding-top: 100%;
  margin-bottom: 20px;
}

.mainBlocks_wrap .product-list .product-image .product-img {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

.mainBlocks_wrap .product-list .product-image img {
  max-width: 100%;
}

.mainBlocks_wrap .product-list .product-image:hover .product-popup {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mainBlocks_wrap .product-list .product-label {
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mainBlocks_wrap .product-list .product-label > div {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  transform-origin: 50% 50%;
  padding-bottom: 3px;
  color: #fff;
  font-family: 'fsr';
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  float: none;
}

.mainBlocks_wrap .product-list .product-label > div.product-new {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  background: #ff5800;
  left: -35px;
  top: -17px;
}

.mainBlocks_wrap .product-list .product-label > div.product-spec {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
  right: -35px;
  top: -17px;
}

.mainBlocks_wrap .product-list .product-name {
  margin: 0;
}

.mainBlocks_wrap .product-list .product-name a:not(.product-popup) {
  color: #333;
  font-family: 'fsr';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.mainBlocks_wrap__blocks {
  width: 100%;
}

@media all and (min-width: 1025px) {
  .mainBlocks_wrap__blocks.halfWidth {
    width: 75%;
  }
}

@media all and (max-width: 1024px) {
  .mainBlocks_wrap__blocks.halfWidth {
    width: calc(100% / 3 * 2);
  }
}

@media all and (max-width: 768px) {
  .mainBlocks_wrap__blocks.halfWidth {
    width: calc(100% / 2 - 20px);
  }
}

@media all and (max-width: 640px) {
  .mainBlocks_wrap__blocks.halfWidth {
    width: calc(100% / 1);
  }
}

@media all and (min-width: 1025px) {
  .mainBlocks_wrap__blocks.halfWidth .product-list .shop2-product-item {
    width: calc(100% / 3 - 40px);
  }
}

@media all and (max-width: 1024px) {
  .mainBlocks_wrap__blocks.halfWidth .product-list .shop2-product-item {
    width: calc(100% / 2 - 40px);
  }
}

@media all and (max-width: 640px) {
  .mainBlocks_wrap__blocks.halfWidth .product-list .shop2-product-item {
    width: calc(100% / 1);
  }
}

.news {
  background: #333;
}

.news__block {
  padding-top: 41px;
  padding-bottom: 80px;
}

.news__main_title {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

.news__main_title-left {
  font-size: 0;
}

.news__main_title-left .title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'fsr';
  font-size: 36px;
  margin-right: 10px;
}

.news__main_title-left .logo {
  display: inline-block;
  vertical-align: middle;
}

.news__news-more a {
  font-size: 0;
  display: block;
  height: 19px;
  width: 19px;
  background: #ff5800
    url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2011%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%20d%3D%22M11.000%2C7.000%20L7.000%2C7.000%20L7.000%2C11.000%20L4.000%2C11.000%20L4.000%2C7.000%20L-0.000%2C7.000%20L-0.000%2C4.000%20L4.000%2C4.000%20L4.000%2C-0.000%20L7.000%2C-0.000%20L7.000%2C4.000%20L11.000%2C4.000%20L11.000%2C7.000%20Z%22%2F%3E%3C%2Fsvg%3E')
    50% 50% no-repeat;
}

.news__wrapper {
  font-size: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 1025px) {
  .news__block-in {
    width: 37%;
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
  }
}

@media all and (min-width: 1025px) {
  .news__block-in:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .news__block-in:first-child {
    padding-left: 0;
    width: 31.5%;
  }

  .news__block-in:last-child {
    padding-right: 0;
    width: 31.5%;
  }
}

.news__text_wrap {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news__text_wrap-left {
  margin-right: 23px;
  margin-bottom: 25px;
}

.news__date {
  display: block;
}

.news__date .big {
  color: #ff5800;
  font-family: 'fseb';
  font-size: 75px;
  line-height: 60px;
  text-align: center;
}

.news__date .small {
  color: #fff;
  font-family: 'fsl';
  font-size: 17px;
  text-align: center;
}

.news__text_wrap-right {
  flex: 1 1 auto;
  margin-bottom: 25px;
}

.news__title {
  color: #fff;
  font-family: 'fsr';
  font-size: 28px;
  line-height: 1;
  margin-bottom: 12px;
}

.news__anonce {
  color: #999;
  font-family: 'fsr';
  font-size: 18px;
}

.news__text {
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 27px;
}

.news__title-link {
  background-color: #ff5800;
  width: 141px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-decoration: none;
}

.site-container {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.site-main {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.site-main.site-main-innerpage {
  padding-top: 30px;
}

@media all and (min-width: 1025px) {
  .site-main.site-main-innerpage {
    width: calc(100% - 280px - 60px);
    margin-left: 60px;
  }
}

@media all and (max-width: 1024px) {
  .site-main.site-main-innerpage {
    width: 100%;
    box-sizing: border-box;
  }
}

.site-sidebar {
  position: relative;
}

.displayH1 {
  display: none;
}

.site-sidebar.left {
  width: 280px;
  background-color: #b5e3ff;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

@media all and (max-width: 1024px) {
  .site-sidebar.left {
    display: none;
  }
}

.site-sidebar.right {
  width: 250px;
  background-color: #ffacaa;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer {
  padding-top: 9px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}

.footer__top {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.footer__logo_left {
  margin-right: 13px;
}

@media all and (max-width: 1024px) {
  .footer__logo_left {
    background: #ff5800;
  }
}

.footer__logo_right {
  margin-left: 13px;
}

.footer__middle {
  font-size: 0;
  padding-bottom: 47px;
}

.footer__middle-left {
  width: 186px;
  display: inline-block;
  vertical-align: top;
}

.footer__middle-left__email {
  font-size: 0;
  margin-bottom: 18px;
}

.footer__middle-left__email .logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: #ff5800 url('../email.svg') 50% 50% no-repeat;
}

.footer__middle-left__email .text {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding-top: 2px;
}

.footer__middle-left__email .text a {
  display: block;
  color: #ff5800;
  font-family: 'fsl';
  font-size: 14px;
  text-decoration: none;
}

.footer__middle-left__counters {
  width: 100%;
  height: 50px;
  background: #000;
}

@media all and (min-width: 1025px) {
  .footer__middle-right {
    width: calc(90% - 188px);
    margin-left: 10%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }
}

@media all and (max-width: 1024px) {
  .footer__middle-right {
    display: none;
  }
}

.footer__middle-right-ul {
  font-size: 15px;
  width: calc(100% / 3);
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  border-left: 1px solid #dbdbdb;
}

.footer__middle-right-ul > li {
  margin-bottom: 13px;
}

.footer__middle-right-ul > li > a {
  color: #999;
  font-family: 'fsl';
  font-size: 14px;
  text-decoration: none;
}

.footer__middle-right-ul > li:first-child > a {
  color: #333;
  font-family: 'fsr';
  font-size: 16px;
  text-transform: uppercase;
}

.footer__bottom {
  background: #333;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 66px;
  color: #ccc;
  font-family: 'fsl';
  font-size: 14px;
}

.footer__bottom a {
  color: #f2f2f2;
}

.pudgeJS-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99 !important;
}

.mobile_menu_wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ff5800;
  transform: translate3d(-280px, 0, 0);
  font-size: 0;
  z-index: 100;
  width: 280px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 1025px) {
  .mobile_menu_wrap {
    display: none;
  }
}

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

.mobile_menu_wrap__body-topmenuUl > li {
  width: 100%;
}

.mobile_menu_wrap__body-topmenuUl > li > a {
  display: block;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
}

.mobile_menu_wrap__body-topmenuUl > li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.mobile_menu_wrap__opener {
  position: absolute;
  left: 100%;
  top: 29px;
  height: 29px;
  background: #ff5800;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 25px;
  touch-action: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-perspective: 100px;
  perspective: 100px;
}

@media all and (min-width: 769px) {
  .mobile_menu_wrap__opener {
    width: 70px;
  }
}

@media all and (max-width: 768px) {
  .mobile_menu_wrap__opener {
    width: 30px;
  }
}

.mobile_menu_wrap__opener span {
  display: inline-block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.mobile_menu_wrap.pudgeJS-opened {
  transform: translate3d(0, 0, 0);
}

.mobile_menu_wrap.pudgeJS-opened .mobile_menu_wrap__opener {
  background: #333;
}

.mobile_menu_wrap.pudgeJS-opened .mobile_menu_wrap__opener span {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.gallery_wrap {
  padding-bottom: 110px;
}

.gallery_wrap__in {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.gallery_wrap__item {
  position: relative;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(25% - 40px);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1366px) {
  .gallery_wrap__item {
    width: calc(100% / 3 - 40px);
  }
}

@media all and (max-width: 1120px) {
  .gallery_wrap__item {
    width: calc(100% / 2 - 40px);
  }
}

@media all and (max-width: 1024px) {
  .gallery_wrap__item {
    width: calc(100% / 3 - 40px);
  }
}

@media all and (max-width: 860px) {
  .gallery_wrap__item {
    width: calc(100% / 2 - 40px);
  }
}

@media all and (max-width: 480px) {
  .gallery_wrap__item {
    width: calc(100% / 1 - 40px);
  }
}

.gallery_wrap__hover {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  /*background: rgba(0, 0, 0, 0.3) url('../gallery_item_bg.svg') 50% 100% no-repeat;*/
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery_wrap__item:hover .gallery_wrap__hover {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.gallery_wrap__title {
  color: #fff;
  font-family: 'fsl';
  font-size: 18px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 26px;
}

.gallery_wrap__btn {
  color: #fff;
  font-family: 'fsl';
  font-size: 16px;
  width: 141px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}

.gallery_info_wrapper__in {
  padding-bottom: 110px;
}

.gallery_info_wrapper__image {
  font-size: 0;
  margin-bottom: 40px;
}

.gallery_info_wrapper__image .slick-next {
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  background: #fff url('../slick_arr.svg') 50% 50% no-repeat;
  border: none;
}

.gallery_info_wrapper__image .slick-prev {
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  background: #fff url('../slick_arr_prev.svg') 50% 50% no-repeat;
  border: none;
  z-index: 10;
}

.gallery_info_wrapper__text {
  color: #666;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 24px;
}

.shop2-sorting-panel {
  margin-top: 0;
  margin-bottom: 40px;
}

.shop2-filter {
  margin: 0;
  padding: 0;
  display: none;
}

.site-main.site-main-innerpage > .product-list,
.shop2-group-kinds {
  margin-left: -20px;
  margin-right: -20px;
}

.shop2-product-item,
.shop2-group-kinds > .shop2-product-item {
  width: calc(100% / 3 - 40px);
  margin: 0 10px 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: none;
  padding: 0 0 30px 0;
}

@media all and (max-width: 960px) {
  .shop2-product-item,
  .shop2-group-kinds > .shop2-product-item {
    width: calc(100% / 2 - 40px);
  }
}

@media all and (max-width: 640px) {
  .shop2-product-item,
  .shop2-group-kinds > .shop2-product-item {
    width: calc(100% / 1 - 40px);
  }
}

.shop2-product-item .product-image,
.shop2-group-kinds > .shop2-product-item .product-image {
  width: 100%;
  /* height: auto; */
  position: relative;
  /* padding-top: 100%;*/
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.shop2-product-item .product-image > a,
.shop2-group-kinds > .shop2-product-item .product-image > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.shop2-product-item .product-name,
.shop2-group-kinds > .shop2-product-item .product-name {
  margin-top: 0;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.shop2-product-item .product-name > a,
.shop2-group-kinds > .shop2-product-item .product-name > a {
  color: #333;
  font-family: 'fsr';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.shop2-product-item .product-article,
.shop2-group-kinds > .shop2-product-item .product-article,
.shop2-product-item .shop2-product-options > div,
.shop2-group-kinds > .shop2-product-item .shop2-product-options > div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}

.shop2-product-item .product-article > span:nth-child(1),
.shop2-group-kinds > .shop2-product-item .product-article > span:nth-child(1),
.shop2-product-item .shop2-product-options > div > span:nth-child(1),
.shop2-group-kinds
  > .shop2-product-item
  .shop2-product-options
  > div
  > span:nth-child(1),
.shop2-product-item .product-article > div:nth-child(1),
.shop2-group-kinds > .shop2-product-item .product-article > div:nth-child(1),
.shop2-product-item .shop2-product-options > div > div:nth-child(1),
.shop2-group-kinds
  > .shop2-product-item
  .shop2-product-options
  > div
  > div:nth-child(1) {
  color: #333;
  font-family: 'fsr';
  font-size: 14px;
}

.shop2-product-item .product-article > span:nth-child(2),
.shop2-group-kinds > .shop2-product-item .product-article > span:nth-child(2),
.shop2-product-item .shop2-product-options > div > span:nth-child(2),
.shop2-group-kinds
  > .shop2-product-item
  .shop2-product-options
  > div
  > span:nth-child(2),
.shop2-product-item .product-article > div:nth-child(2),
.shop2-group-kinds > .shop2-product-item .product-article > div:nth-child(2),
.shop2-product-item .shop2-product-options > div > div:nth-child(2),
.shop2-group-kinds
  > .shop2-product-item
  .shop2-product-options
  > div
  > div:nth-child(2) {
  color: #666;
  font-family: 'fsl';
  font-size: 14px;
  margin-left: 5px;
}

.shop2-product-item .product-amount,
.shop2-group-kinds > .shop2-product-item .product-amount {
  display: none;
}

.shop2-product-item .product-price,
.shop2-group-kinds > .shop2-product-item .product-price {
  display: none;
}

.shop2-product-item .product-link-btn,
.shop2-group-kinds > .shop2-product-item .product-link-btn {
  font-size: 15px;
}

.shop2-product-item .product-bot,
.shop2-group-kinds > .shop2-product-item .product-bot {
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  font-size: 0;
}

.shop2-product-item .product-bot .shop2-product-btn,
.shop2-group-kinds > .shop2-product-item .product-bot .shop2-product-btn {
  width: auto;
  height: auto;
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}

.shop2-product-item .product-bot .shop2-product-btn > span,
.shop2-group-kinds
  > .shop2-product-item
  .product-bot
  .shop2-product-btn
  > span {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #dbdbdb;
  background: transparent;
  text-indent: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box;
}

.shop2-product-item .product-bot .product-link-btn,
.shop2-group-kinds > .shop2-product-item .product-bot .product-link-btn,
.return-btn {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
  margin-left: 10px;
  height: 50px;
  border: 1px solid #dbdbdb;
  background: transparent;
  box-sizing: border-box;
  color: #ff5800;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.shop2-product-item .product-label,
.shop2-group-kinds > .shop2-product-item .product-label {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.shop2-product-item .product-label > div,
.shop2-group-kinds > .shop2-product-item .product-label > div {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  transform-origin: 50% 50%;
  padding-bottom: 3px;
  color: #fff;
  font-family: 'fsr';
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  float: none;
}

.shop2-product-item .product-label > div.product-new,
.shop2-group-kinds > .shop2-product-item .product-label > div.product-new {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  background: #ff5800;
  left: -35px;
  top: -17px;
  z-index: 1000;
}

.shop2-product-item .product-label > div.product-spec,
.shop2-group-kinds > .shop2-product-item .product-label > div.product-spec {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
  right: -35px;
  top: -17px;
}

.shop2-collection-header {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

html body .site-main-innerpage .shop2-pagelist > li {
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  border-radius: 0;
  margin: 0;
}

html body .site-main-innerpage .shop2-pagelist > li > a,
html body .site-main-innerpage .shop2-pagelist > li > span {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  border: none;
  background-image: none;
  background-color: transparent;
  color: #ff5800;
  font-family: 'fsr';
  font-size: 18px;
}

html body .site-main-innerpage .shop2-pagelist > li.active-num {
  background-image: none;
  background-color: transparent;
}

html body .site-main-innerpage .shop2-pagelist > li.active-num > a,
html body .site-main-innerpage .shop2-pagelist > li.active-num > span {
  color: #333;
}

html body .site-main-innerpage .shop2-pagelist > li.page-next {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

html body .site-main-innerpage .shop2-pagelist > li.page-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html body .site-main-innerpage .shop2-pagelist > li.page-prev {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

html body .site-main-innerpage .shop2-pagelist > li.page-last {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  display: none;
}

html body .site-main-innerpage .shop2-pagelist > li.page-first {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  display: none;
}

.shop2-group-kinds .shop2-product-article {
  display: none;
}

.shop2-group-kinds .shop2-product-options {
  display: none;
}

.shop2-product {
  font-size: 0;
}

@media all and (min-width: 769px) {
  .shop2-product .product-left-side {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.shop2-product .product-left-side .product-img {
  width: auto;
  height: auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 20px;
}

.shop2-product .product-left-side .product-img a {
  float: none;
  display: inline-block;
}

.shop2-product .product-left-side .product-img a > div {
  padding-top: 100%;
  position: relative;
}

.shop2-product .product-left-side .product-img a > div > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.shop2-product .product-left-side .product-thumbnail-images {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-list {
  padding-top: 7px;
  margin-top: -7px;
  padding-bottom: 7px;
  margin-bottom: -7px;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-arrow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: none;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-prev {
  margin-right: 10px;
  width: 97px;
  position: relative;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../pager_arr.svg') 50% 50% no-repeat;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-next {
  margin-left: 10px;
  width: 97px;
  position: relative;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../pager_arr.svg') 50% 50% no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop2-product .product-left-side .product-thumbnail-images .slick-slide {
  padding: 3px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  background: #fff;
  margin: 0 10px;
  font-size: 0;
  text-decoration: none;
  outline: none;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-slide img {
  position: relative;
  z-index: 6;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-slide:after {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 50%;
  margin-top: -5px;
  width: 7px;
  height: 9px;
  background: url('../pager_arr.svg') 50% 50% no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop2-product .product-left-side .product-thumbnail-images .slick-slide img {
  display: inline-block;
}

.shop2-product
  .product-left-side
  .product-thumbnail-images
  .slick-slide.slick-current {
  -webkit-box-shadow: inset 0px 0px 0px 3px #ff5800;
  -moz-box-shadow: inset 0px 0px 0px 3px #ff5800;
  box-shadow: inset 0px 0px 0px 3px #ff5800;
}

.shop2-product
  .product-left-side
  .product-thumbnail-images
  .slick-slide.slick-current:after {
  bottom: calc(100% - 1px);
}

@media all and (min-width: 769px) {
  .shop2-product .product-right-side {
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
  }
}

.shop2-product .product-right-side .right-side-flags {
  margin-bottom: 31px;
}

.shop2-product .product-right-side .right-side-flags > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #333;
  font-family: 'fsr';
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.shop2-product .product-right-side .right-side-flags > div:not(:last-child) {
  margin-right: 20px;
}

.shop2-product .product-right-side .right-side-flags .product-new-flag,
.shop2-product .product-right-side .right-side-flags .product-spec-flag {
  background-image: linear-gradient(
    to right,
    #fbbc85 0%,
    #fbbc85 23%,
    #ff5600 23%,
    #ff5c03 32%,
    #f79b4c 32%,
    #f79b4c 40%,
    #ff5a00 40%,
    #ff5a00 70%,
    #fdd4b1 70%,
    #fdd4b1 93%,
    #ff5a00 93%,
    #ff5a00 100%
  );
}

.shop2-product .product-right-side .product-custom-flag {
  background: #fff url('../agro.png') 50% 50% no-repeat;
}

.shop2-product .product-right-side .product-details {
  padding: 0;
  border: none;
  margin-bottom: 38px;
}

.shop2-product
  .product-right-side
  .product-details
  .shop2-product-options
  > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.shop2-product
  .product-right-side
  .product-details
  .shop2-product-options
  > div
  > div:first-child {
  color: #333;
  font-family: 'fsr';
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
}

.shop2-product
  .product-right-side
  .product-details
  .shop2-product-options
  > div
  > div:last-child {
  color: #666;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 18px;
}

.shop2-product .product-right-side .shop2-product-article {
  margin: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.shop2-product .product-right-side .shop2-product-article span:first-child {
  color: #333;
  font-family: 'fsr';
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
}

.shop2-product .product-right-side .shop2-product-article span:last-child {
  color: #666;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 18px;
}

.shop2-product .product-right-side .product-form_opener {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  text-decoration: none;
}

.shop2-product .product-right-side .product-form_opener .icon {
  margin-right: 6px;
}

.shop2-product .product-right-side .product-form_opener .text {
  color: #333;
  font-family: 'fsl';
  font-size: 16px;
}

.descAndDoc {
  margin-bottom: 60px;
}

.descAndDoc__title {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

.descAndDoc__title-left {
  color: #333;
  font-family: 'fsr';
  font-size: 24px;
  padding-right: 30px;
}

.descAndDoc__title-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  background: #dbdbdb;
}

.descAndDoc__body-main {
  color: #666;
  font-family: 'fsl';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 37px;
}

.descAndDoc__body-signature {
  color: #999;
  font-family: 'fsli';
  font-size: 14px;
  margin-bottom: 37px;
}

.descAndDoc__body-signature span {
  margin-right: 2px;
  color: #ff5800;
}

.descAndDoc__body-links a {
  display: block;
  text-decoration: none;
  font-size: 0;
}

.descAndDoc__body-links a:not(:last-child) {
  margin-bottom: 20px;
}

.descAndDoc__body-links a .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 30px;
  height: 40px;
}

.descAndDoc__body-links a .text {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-family: 'fsl';
  font-size: 16px;
  border-bottom: 1px dotted #333;
  max-width: calc(100% - 50px);
}

.product_video_block {
  margin-bottom: 60px;
}

.product_video_block-title {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

.product_video_block-title_left {
  color: #333;
  font-family: 'fsr';
  font-size: 24px;
  padding-right: 30px;
}

.product_video_block-title_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  background: #dbdbdb;
}

.product_video_block__body-main {
  font-size: 0;
}

.product_video_block__body-main .videodetector {
  width: calc(50% - 20px);
  display: inline-block;
}

.product_video_block__body-main .videodetector:nth-child(2n + 1) {
  margin-right: 40px;
}

@media all and (min-width: 1025px) {
  .site-main {
    margin-left: 55px;
  }
}

li.top_title.r-tabs-tab.r-tabs-state-active a {
  border-bottom: 3px solid #ff5800;
  color: #333;
}

li.top_title.r-tabs-tab.r-tabs-state-active a::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  bottom: -9px;
  left: 47%;
  background: url(../111.svg) 0 0 no-repeat;
}

#horizontalTab ul.top_title_ul li.top_title,
#horizontalTab ul.top_title_ul li.top_title.r-tabs-state-active {
  width: auto;
  height: 17px;
  margin-right: 46px;
}

#horizontalTab ul.top_title_ul li.top_title a,
#horizontalTab ul.top_title_ul li.top_title.r-tabs-state-active a {
  color: #666;
  font-family: 'fsb';
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  width: auto;
  position: relative;
}

#horizontalTab ul.top_title_ul li.top_title a:hover,
#horizontalTab ul.top_title_ul li.top_title.r-tabs-state-active a:hover {
  border-bottom: 3px solid #ff5800;
  color: #333;
}

#horizontalTab ul.top_title_ul li.top_title a:hover::after,
#horizontalTab ul.top_title_ul li.top_title.r-tabs-state-active a:hover::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  bottom: -9px;
  left: 47%;
  background: url(../111.svg) 0 0 no-repeat;
}

#horizontalTab #tab-1 {
  padding: 0;
  transition: all 1s ease-in-out;
  padding-left: 3px;
  margin-top: 31px;
}

#horizontalTab #tab-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#horizontalTab #tab-1 ul.level-1 {
  -webkit-columns: 180px 4;
  columns: 180px 4;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 4px;
  column-gap: 4px;
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 .tab_title {
  color: #333;
  font-family: 'fsb';
  font-weight: 400;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  margin-bottom: 7px;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 .tab_title::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  bottom: 26%;
  background-color: #999;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 ul.level-2 li.level-2 {
  margin-bottom: 7px;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 ul.level-2 li.level-2 a {
  font-family: 'fsl';
  font-weight: 300;
  color: #666;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 ul.level-2 li.level-2 a:hover {
  color: #ff5800;
}

#horizontalTab #tab-1 ul.level-1 li.level-1 ul.level-2 li.level-2 a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  background-color: #ff5800;
}

#tab-2 {
  padding: 0;
  margin-top: 48px;
  position: relative;
}

#tab-2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

#tab-2 .top {
  background: #fff;
  padding: 36px 0 30px 0;
  padding-left: 13px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

#tab-2 .top::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: url(../13.svg) 0 0 repeat-x;
}

#tab-2 .top select {
  width: 198px;
  height: 50px;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
}

#tab-2 .top .button {
  /* width: 154px; */
  /* height: 50px; */
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#tab-2 .top .button a {
  background-color: #ff5800;
  padding: 17px 46px 17px 30px;
  text-decoration: none;
  color: #fff;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  position: relative;
  /* width: 78px; */
  /* height: 15px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tab-2 .top .button a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  top: 20px;
  right: 30px;
  bottom: 19px;
  background: url(../12.png);
}

.map {
  height: 486px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 6px;
  margin-top: 24px;
  margin-bottom: 30px;
  position: relative;
}

.map .block_for_map {
  position: absolute;
  content: '';
  bottom: 92px;
  right: 92px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.map .block_for_map .body {
  color: #666;
  font-family: 'fsr';
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: url(../14.png) left 0 top 0 repeat-y #fff;
  padding: 20px 31px 20px 30px;
  position: relative;
}

.map .block_for_map .body::before {
  position: absolute;
  content: '';
  height: 12px;
  width: 100%;
  left: 14px;
  bottom: -7px;
  opacity: 0.5;
  background: url(../17.png) 0 0 no-repeat;
}

.map .block_for_map .body::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  bottom: -6px;
  left: 50%;
}

.map .block_for_map .body .close_btn {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(../16.png) 0 0 no-repeat;
}

.map .block_for_map .body::before {
  position: absolute;
  content: '';
}

.map .block_for_map .body span {
  color: #333;
  font-family: 'fsb';
  font-weight: 400;
}

.map .block_for_map .body .title {
  color: #333;
  font-family: 'fsb';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.map .block_for_map .body .site_url a {
  text-decoration: none;
  color: #ff5800;
  font-family: 'fsl';
  font-weight: 300;
}

.jq-selectbox__select {
  position: relative;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 15px 36px 15px 21px;
  width: 198px;
  /* height: 50px; */
  box-sizing: border-box;
  cursor: pointer;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 22px;
  right: 10px;
  bottom: 22px;
  width: 11px;
  height: 6px;
  background: url(../15.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jq-selectbox__select-text {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
}

.jq-selectbox {
  margin-left: 16px;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jq-selectbox__dropdown {
  left: 0;
  right: 0;
  width: 100% !important;
}

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

.jq-selectbox__dropdown ul li {
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 6px 20px 6px 20px;
  cursor: pointer;
}

.scroll_wr {
  max-height: 606px;
  overflow-y: auto;
}

.scroll_wr .scroll_block {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 18px;
  column-gap: 18px;
}

.scroll_wr .scroll_block .scroll_block_wrap .scroll_block_body {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 29px;
}

.scroll_wr .scroll_block .scroll_block_wrap .scroll_block_body span {
  color: #333;
  font-family: 'fsb';
  font-weight: 400;
}

.scroll_wr .scroll_block .scroll_block_wrap .scroll_block_body .title {
  color: #333;
  font-family: 'fsb';
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
}

.scroll_wr .scroll_block .scroll_block_wrap .scroll_block_body .site_url a {
  text-decoration: none;
  color: #ff5800;
  font-family: 'fsl';
  font-weight: 300;
}

@media all and (max-width: 1024px) {
  #horizontalTab form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media all and (max-width: 1365px) {
  #tab-2 .top {
    padding: 0;
    min-height: 112px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #tab-2 .top form {
    min-height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #tab-2 .top form .jq-selectbox {
    margin: 0;
  }
}

/*@media all and (max-width: 1293px) {
  #tab-2 .top {
    padding: 20px; }
    #tab-2 .top .button {
      margin: 0 auto;
      margin-top: 20px;
      width: calc(100% - 80px); }
      #tab-2 .top .button a {
        width: auto;
        border-radius: 8px; } }*/

@media all and (max-width: 960px) {
  .map {
    height: 350px;
  }

  .map #myMap {
    max-height: 100%;
  }

  .map .block_for_map {
    right: 0;
    bottom: 0;
  }
}

@media all and (max-width: 768px) {
  #tab-2 .top form .jq-selectbox {
    width: 100%;
    margin-bottom: 20px;
  }

  #tab-2 .top form .jq-selectbox .jq-selectbox__select {
    width: auto;
    border-radius: 8px;
  }

  #tab-2 .top .button {
    margin-top: 0;
  }
}

@media all and (max-width: 640px) {
  #horizontalTab #tab-1 {
    max-height: 400px;
    overflow-y: auto;
  }
}

@media all and (max-width: 480px) {
  .scroll_wr .scroll_block {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .scroll_wr {
    max-height: 400px;
  }
}

.about_block_wr {
  margin-bottom: 50px;
}

.about_block_wr .about_body .about_img {
  max-width: 410px;
  max-height: 410px;
  float: left;
  position: relative;
  margin-right: 39px;
  margin-bottom: 39px;
}

.about_block_wr .about_body .about_img::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: url(../left_border.png) 0 0 no-repeat;
}

.about_block_wr .about_body .about_img img {
  width: 100%;
  height: 100%;
}

.about_block_wr .about_body .about_text .text_anonce {
  color: #333;
  font-family: 'fsb';
  font-size: 16px;
  margin-bottom: 27px;
  line-height: 24px;
}

.about_block_wr .about_body .about_text .text {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  line-height: 24px;
}

.count_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.count_block .count_body {
  position: relative;
  padding-left: 35px;
  min-width: calc(300px - 35px);
}

.count_block .count_body::before {
  position: absolute;
  content: '';
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../count_left.png) 0 0 repeat-y;
}

.count_block .count_body .number_wr {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.count_block .count_body .number_wr .arrow {
  color: #ff5800;
  font-size: 60px;
}

.count_block .count_body .number_wr .number {
  color: #ff5800;
  font-family: 'fsb';
  font-size: 60px;
  min-width: 182px;
}

.count_block .count_body .number_wr .unit {
  color: #ff5800;
  font-size: 22px;
  margin-bottom: -20px;
  margin-left: 20px;
}

.count_block .count_body .text {
  color: #333;
  font-family: 'fsb';
  font-size: 18px;
}

.production_wr {
  margin-top: 56px;
}

.production_wr .title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}

.production_wr .title_top a {
  display: block;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 0;
}

.production_wr .title_top .title_text {
  color: #333;
  font-family: 'fsb';
  font-size: 24px;
}

.production_wr .title_top .tm {
  color: #333;
}

.production_wr .text_block {
  margin-bottom: 25px;
}

.production_wr .text_block .text {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.production_wr .production_list ul.pr_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.production_wr .production_list ul.pr_list li.list_items {
  display: block;
  color: #333;
  font-family: 'fsb';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.production_wr .production_list ul.pr_list li.list_items::before {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
  content: '';
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  background: #ff5800;
}

.production_wr .more_button {
  width: 132px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #ff5800;
  margin-top: 30px;
}

.production_wr .more_button .button {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.production_wr .more_button .button::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  top: 20px;
  right: 30px;
  background: url(../right_arrow.png) 0 0 no-repeat;
}

.production_wr .more_button .button a {
  text-decoration: none;
  color: #fff;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  padding-right: 10px;
}

.strategy_wr {
  margin-top: 60px;
}

.strategy_wr .strategy_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}

.strategy_wr .strategy_title a {
  display: block;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 0;
}

.strategy_wr .strategy_title .title_text {
  color: #333;
  font-family: 'fsb';
  font-size: 24px;
}

.strategy_wr .strategy_title .tm {
  color: #333;
}

.strategy_wr .strategy_title .line {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-left: 32px;
  background: url(../line.png) 0 0 repeat-x;
}

.strategy_wr .strategy_list_wr ul.strategy_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.strategy_wr .strategy_list_wr ul.strategy_list li.list_items {
  color: #666;
  font-family: 'fsr';
  font-size: 0;
  position: relative;
  margin-bottom: 28px;
}

.strategy_wr .strategy_list_wr ul.strategy_list li.list_items .icon_title {
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #ff5800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.strategy_wr
  .strategy_list_wr
  ul.strategy_list
  li.list_items
  .icon_title
  .icon {
  max-width: 21px;
  max-height: 20px;
}

.strategy_wr .strategy_list_wr ul.strategy_list li.list_items .text {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  width: calc(100% - 68px);
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 26px;
}

.advantage_block {
  margin-top: 56px;
  position: relative;
}

.advantage_block::before {
  position: absolute;
  content: '';
  width: 360px;
  height: 51px;
  bottom: -30px;
  right: -18px;
  background: url(../5.png) 0 0 repeat-x;
}

.advantage_block .advantage_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.advantage_block .advantage_title a {
  display: block;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 0;
}

.advantage_block .advantage_title .title_text {
  color: #333;
  font-family: 'fsb';
  font-size: 24px;
}

.advantage_block .advantage_title .tm {
  color: #333;
}

.advantage_block .advantage_title .line {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-left: 30px;
  background: url(../line.png) 0 0 repeat-x;
}

.advantage_block .advantage_list {
  padding-right: 312px;
}

.advantage_block .advantage_list p {
  margin: 0;
}

.advantage_block .advantage_list ul.advantage_list_wr {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advantage_block .advantage_list ul.advantage_list_wr li.list_items {
  color: #666;
  font-family: 'fsr';
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
  line-height: 24px;
}

.advantage_block .advantage_list ul.advantage_list_wr li.list_items .text {
  width: calc(100% - 31px);
  padding-left: 20px;
}

.advantage_block .advantage_list ul.advantage_list_wr li.list_items::before {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ff5800;
  margin-top: 5px;
}

.header_center__right-nav ul ul {
  display: none;
}

.left_menu_wr {
  margin-bottom: 60px;
}

.left_menu_wr ul.header_center__right-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.left_menu_wr ul.header_center__right-menu::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: url(../menu_border.png) 0 0 repeat-y;
}

.left_menu_wr ul.header_center__right-menu li {
  margin-right: 0;
  display: block;
}

.left_menu_wr ul.header_center__right-menu li a {
  display: block;
  text-decoration: none;
  color: #666;
  font-family: 'fsr';
  font-size: 0;
}

.left_menu_wr ul.header_center__right-menu li.opened.active ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left_menu_wr ul.header_center__right-menu li.opened.active ul li {
  display: block;
}

.left_menu_wr ul.header_center__right-menu li.opened.active ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  padding: 16px 36px;
  box-shadow: inset 0 -1px 0 #e4e4e4;
  background-color: #fff;
}

ul.gr-categories.folders_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.gr-categories.folders_menu::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: url(../menu_border.png) 0 0 repeat-y;
}

ul.gr-categories.folders_menu li {
  margin-right: 0;
  display: block;
}

ul.gr-categories.folders_menu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.gr-categories.folders_menu li ul li a {
  color: #ff5800;
}

ul.gr-categories.folders_menu li.opened.active ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.gr-categories.folders_menu li.opened.active ul li {
  display: block;
}

ul.gr-categories.folders_menu li.opened.active ul li a {
  background: none;
}

ul.gr-categories.folders_menu li a {
  display: block;

  padding: 16px 0 18px 34px;
  margin-left: 6px;
  box-shadow: inset 0 -1px 0 #e4e4e4;
  background-color: #fff;
}

ul.gr-categories.folders_menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-family: 'fsb';
  font-size: 16px;
  font-weight: 400;
}

ul.gr-categories.folders_menu li.has-child > a {
  position: relative;
}

ul.gr-categories.folders_menu li.has-child > a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 8px;
  width: 20px;
  transform: rotate(0deg);
  transition: transform 1s ease-in-out;
  background: url(../15.png) left 50% top 50% no-repeat;
}

ul.gr-categories.folders_menu li.has-child.linked > a::before {
  transform: rotate(-180deg);
}

ul.gr-categories.folders_menu li.opened.active.no-child a {
  position: relative;
}

ul.gr-categories.folders_menu li.opened.active.no-child a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 8px;
  width: 20px;
  background: url(../20.png) left 50% top 42% no-repeat;
}

ul.gr-categories.folders_menu li.has-child ul {
  display: none;
}

.red-block1 {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 30px;
}

.red-block1 a.logo_left {
  font-size: 0;
  margin-left: 5px;
}

.red-block1 .title_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.red-block1 .title_body::before {
  position: absolute;
  content: '';
  height: 6px;
  left: 30px;
  right: 0;
  bottom: 0;
  /*background: url(../red_border.png) 0 0 repeat-x;*/
}

.red-block1 .title_body .block_title {
  padding-left: 28px;
  padding-top: 25px;
  padding-bottom: 21px;
  color: #000;
  font-family: 'fsb';
  font-size: 18px;
  font-weight: 400;
}

.red-block1 .body {
  min-height: 298px;
  position: relative;
}

.red-block1 .body .btn_more {
  width: 141px;
  height: 50px;
  background-color: #ff5800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.red-block1 .body .btn_more a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.red_block2 {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.red_block2::before {
  position: absolute;
  content: '';
  width: 6px;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../14.png) 0 0 repeat-y;
}

.red_block2 .title {
  padding: 30px 0 27px 33px;
}

.red_block2 .title .title_in {
  color: #000;
  font-family: 'fsb';
  font-size: 24px;
  font-weight: 400;
}

.red_block2 .body {
  margin-bottom: 20px;
}

.red_block2 .body .images {
  margin-bottom: 32px;
  text-align: center;
  max-width: 100%;
}

.red_block2 .body .text {
  padding-left: 33px;
}

.red_block2 .body .text .text_in {
  color: #000;
  font-family: 'fsb';
  font-size: 18px;
  font-weight: 400;
}

.red_block2 .btn_more {
  width: 141px;
  height: 50px;
  background-color: #ff5800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
}

.red_block2 .btn_more a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'fsr';
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.site-sidebar.left {
  background: none;
}

@font-face {
  font-family: 'fsl';
  src: url('fira_sans-l.eot');
  src: url('fira_sans-l.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-l.woff2') format('woff2'),
    url('fira_sans-l.woff') format('woff'),
    url('fira_sans-l.ttf') format('truetype'),
    url('fira_sans-l.svg#fsl') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fsli';
  src: url('fira_sans-l-i.eot');
  src: url('fira_sans-l-i.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-l-i.woff2') format('woff2'),
    url('fira_sans-l-i.woff') format('woff'),
    url('fira_sans-l-i.ttf') format('truetype'),
    url('fira_sans-l-i.svg#fsli') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fsr';
  src: url('fira_sans-r.eot');
  src: url('fira_sans-r.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-r.woff2') format('woff2'),
    url('fira_sans-r.woff') format('woff'),
    url('fira_sans-r.ttf') format('truetype'),
    url('fira_sans-r.svg#fsr') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fsm';
  src: url('fira_sans-m.eot');
  src: url('fira_sans-m.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-m.woff2') format('woff2'),
    url('fira_sans-m.woff') format('woff'),
    url('fira_sans-m.ttf') format('truetype'),
    url('fira_sans-m.svg#fsm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fsb';
  src: url('fira_sans-b.eot');
  src: url('fira_sans-b.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-b.woff2') format('woff2'),
    url('fira_sans-b.woff') format('woff'),
    url('fira_sans-b.ttf') format('truetype'),
    url('fira_sans-b.svg#fsb') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fseb';
  src: url('fira_sans-e-b.eot');
  src: url('fira_sans-e-b.eot?#iefix') format('embedded-opentype'),
    url('fira_sans-e-b.woff2') format('woff2'),
    url('fira_sans-e-b.woff') format('woff'),
    url('fira_sans-e-b.ttf') format('truetype'),
    url('fira_sans-e-b.svg#fseb') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.shop2-product-item .product-image > a {
  z-index: 111;
}

.descAndDoc__body-main * {
  font-size: 16px;
  line-height: 24px;
  font-family: 'fsl';
}

body.body_news .shop2-product-item.product-item-thumb {
  width: calc(100% / 2 - 21px);
}

.categories_wrap__menu > li:nth-child(12) > a {
  /* margin-bottom: 20px; */
}

@media screen and (max-width: 1280px) {
  .categories_wrap__menu > li:nth-child(12) {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1132px) {
  .categories_wrap.center.in_cat nav.categories_wrap__nav {
    margin-top: 100px !important;
  }
  .categories_wrap__menu > li {
    padding-top: 66px !important;
  }
  .categories_wrap__img-block img {
    max-height: 150px !important;
  }
  .categories_wrap__menu > li:not(.categoreis_pic) > a {
    font-size: 15px !important;
  }
  .categories_wrap__menu > li:not(.categoreis_pic) > ul li a {
    font-size: 14px !important;
  }
}
.visuallyhidden {
  display: none;
}

/* 

ul.gr-categories.folders_menu li.has-child ul {
    padding-left: 20px;
}

ul.gr-categories.folders_menu li {
    padding-left: 0;
}

ul.gr-categories.folders_menu li {
    padding-left: 34px;
    display: block;
    padding: 16px 0 18px 34px;
    margin-left: 6px;
    box-shadow: inset 0 -1px 0 #e4e4e4;
    background-color: #fff;
}

body ul.gr-categories.folders_menu > ul > li {
    padding-left: 34px;
}


ul.gr-categories.folders_menu li.has-child::before {
  position: absolute;
  content: '';
  top: 16px;
  bottom: 0;
  left: 8px;
  width: 20px;
height: 20px;

  transform: rotate(0deg);
  transition: transform 1s ease-in-out;
  background: url(../15.png) left 50% top 50% no-repeat;
}

ul.gr-categories.folders_menu li.has-child.linked::before {
  transform: rotate(-180deg);
}

ul.gr-categories.folders_menu li.opened.active.no-child  {
  position: relative;
}

ul.gr-categories.folders_menu li {
	position: relative;
 }


ul.gr-categories.folders_menu li.opened.active.no-child::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 8px;
  width: 20px;
  background: url(../20.png) left 50% top 42% no-repeat;
}

*/

.market {
  position: relative;
  padding: 25px 24px 32px 24px;
  background: #ffffff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.markets-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 26.66px));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.market-logo {
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.market strong {
  display: block;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 7px;
  text-decoration: none;
}

.market span {
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  text-decoration: none;
}

.market:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url('/images/stripes.svg');
  background-size: cover;
  background-repeat: repeat-x;
  background-position: left 0 top 0;
}

.fira-font * {
  font-family: 'Fira Sans';
}

.nice-select {
  float: none;
}

.on-page {
  display: flex;
  align-items: center;
}

.on-page span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-right: 18px;
}

.n-select {
  width: 80px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.05);
  padding-left: 20px;
  padding-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  color: #666666;
  display: flex;
  align-items: center;
}

.nice-select:after {
  border-color: #ff5800;
  width: 11px;
  height: 6px;
  border: none;
  background-image: url('/images/arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transform-origin: center;
}

.nice-select.open:after {
  transform: rotate(-180deg);
}

.nice-select .list {
  width: 100%;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination .prev,
.pagination .next {
  background: #ffffff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(180deg);
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .prev {
  margin-right: 20px;
}

.pagination .next {
  margin-left: 20px;
}

.pagination-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pagination-links a,
.pagination-links span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-links a {
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ff5800;
  text-decoration: none;
}

.pagination-links span {
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #999999;
}

.pagination-links span.current {
  color: #000000;
}

.pagination-row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.content-wrapper {
  padding-bottom: 120px;
}

.nice-select .option {
  text-align: center;
}

@media (max-width: 1320px) {
  .pagination-links a,
  .pagination-links span,
  .pagination .prev,
  .pagination .next {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .n-select {
    height: 40px;
  }
}

@media (max-width: 1220px) {
  .pagination-row {
    flex-direction: column;
  }

  .on-page {
    margin-top: 20px;
  }
}

@media (max-width: 980px) {
  .markets-grid {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 13.33px));
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .markets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}

@media (max-width: 577px) {
  .markets-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .pagination {
    justify-content: center;
  }

  .pagination .prev {
    order: 98;
  }

  .pagination .next {
    order: 99;
  }

  .pagination-links {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .on-page {
    margin-left: auto;
    margin-right: auto;
  }
}

.logo_wrapper {
  overflow-x: hidden;
}

.logo_wrapper__center {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}

.logo_wrapper__logo {
  position: relative;
}

.logo_wrapper__logo:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  height: 29px;
  background: url(../logo_pattern.png) 0 50%;
  width: 2000px;
}

.logo_wrapper__logo:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  height: 29px;
  background: url(../logo_pattern.png) 0 50%;
  width: 2000px;
}

@media (max-width: 1024px) {
  .logo_wrapper__center {
    padding-left: 80px;
  }
}

.header_bottom__actions {
  display: flex;
}

.header_bottom__actions .header_bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.header_bottom__actions .header_bottom-btn span {
  white-space: nowrap;
}

.header_bottom__actions .header_bottom-btn + .header_bottom-btn {
  margin-left: 30px;
}

.header_bottom__actions .header_bottom-btn {
  border: 1px solid #ff5800;
}

.header_bottom__actions .header_bottom-btn:hover {
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.header_bottom__actions .header_bottom-btn:hover span {
  color: #ff5800;
}

.header_bottom__actions .header_bottom-btn:hover svg path {
  fill: #ff5800;
}

.mainBlocks_wrap .product-list .product-label > div.product-new,
.mainBlocks_wrap .product-list .product-label > div.product-spec,
body .shop2-product-item .product-label > div.product-new {
  transform: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background: #ff5800;

  /* White */
  color: #ffffff;
  left: -20px;
  right: auto;
  top: 10px;
  padding: 2px 6px 2px 15px;
  margin: 0 !important;
  border-bottom-right-radius: 3px;
}

.mainBlocks_wrap .product-list .product-label > div.product-new:before,
.mainBlocks_wrap .product-list .product-label > div.product-spec:before,
body .shop2-product-item .product-label > div.product-new:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  background-image: url('/local/templates/theme2018/images/zz.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  left: 0;
}

.mainBlocks_wrap .product-list .product-label > div.product-new:after,
.mainBlocks_wrap .product-list .product-label > div.product-spec:after,
body .shop2-product-item .product-label > div.product-new:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/local/templates/theme2018/images/zzr.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 98%;
}

.product-item-thumb .product-label {
  overflow: visible;
}

@media (max-width: 1024px) {
  .gde_kupit .site-sidebar.left {
    display: block;
    width: 100%;
  }

  .gde_kupit ul.gr-categories.folders_menu.map_ul > ul {
    padding-right: 0;
  }

  .gde_kupit .site-sidebar.left > div:not(.left_menu_wr) {
    display: none;
  }

  .gde_kupit .left_menu_wr {
    margin-bottom: 20px;
  }
}

/* NEW */
.categories_wrap-col {
  display: flex;
  row-gap: 80px;
  flex-direction: column;
}

.categories_wrap__menu {
  grid-template-rows: none !important;
  grid-gap: initial;
  grid-column-gap: 25px;
}

.categories_wrap__menu > li,
.categories_wrap__menu .categories_wrap-col > li {
  height: fit-content;
}


.logo__img img {
    max-height: 80px;
    padding: 10px;
}