/* Basic text styles */
body {
  /*font-family: 'Exo 2','Arial', sans-serif;
	font-family: 'Roboto','Arial', sans-serif;*/
  font-family: "Rubik", "Arial", sans-serif;

  color: #35322f;
  font-size: 14px;
  line-height: 1.37;
  width: 100%;
  min-width: 1280px;
}

*,
hr,
img,
div,
a {
  outline: none !important;
  border: none;
  /*user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
	-ms-user-select: none;*/
}

h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  color: #333;
  margin: 0;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: inherit;
  font-weight: normal;
}

h3 {
  font-size: 19px;
  color: inherit;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 15px 0 !important;
}

.spec-offer-call-data .oferta.checkbox a,
.spec-quest-call-data .oferta.checkbox a {
  color: #000000;
  text-decoration: underline;
}

.oferta.checkbox a {
  color: #858585;
  /* text-decoration: underline; */
  border-bottom: 1px solid currentColor;
  /* height: 5px; */
  /* border-bottom: 2px solid currentColor; */
  display: inline-block;
  line-height: 0.85;
  /* text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;*/
}

a {
  color: #709125;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5c8106;
  text-decoration: underline;
}

a.link-gray {
  color: #474747;
}

a.link-gray:hover,
a.link-gray:focus {
  color: #474747;
}

p {
  margin-bottom: 15px;
}

ul,
ol {
  margin-top: 26px;
  margin-bottom: 31px;
  padding-left: 50px;
}

ul li,
ol li {
  margin-bottom: 11px;
}

ul.list-dashed {
  list-style-type: none;
}

ul.list-dashed li {
  text-indent: -23px;
}

ul.list-dashed li:before {
  padding: 0 4px;

  content: "\2014\a0";
  text-indent: -23px;
}

.quote {
  font-size: 14px;
  line-height: 24px;

  margin-bottom: 24px;
  padding-left: 27px;

  border-left: 5px solid #96c134;
}

.quote-red {
  border-color: #dd4646;
}

.quote-green {
  font-style: italic;

  color: #96c134;
}

img.pull-left {
  padding-right: 22px;
}

.text-gray {
  color: #7a7a7a;
}

.text-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none !important;
}

.user-list-item {
  margin-bottom: 10px;
}

.nav-tabs {
  margin: 0;
  padding: 0;
}

/*Cart page*/
.cart-list {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 33px;
}

.cart-list thead td {
  height: 36px;

  background-color: #f8f8f8;
}

.cart-list thead td.cart-photo {
  padding-left: 19px;
}

.cart-list td {
  border-bottom: 1px solid #c9c9c9;
}

.cart-photo {
  width: 177px;
}

.cart-name {
  width: 590px;
}

.cart-price {
  width: 155px;
}

.cart-count {
  width: 165px;
}

.cart-delete {
  width: 50px;
}

.cart-list tbody td {
  padding: 7px 0;
}

.cart-photo img {
  width: 148px;
  height: auto;
}

.cart-product-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;

  color: #77a118 !important;
}

.cart-product-params {
  margin: 0;
  margin-top: 14px;
  padding: 0;

  list-style-type: none;
}

.cart-product-params li {
  color: #606060;
}

.cart-product-params li+li {
  margin-top: 2px;
}

.cart-product-params li>span {
  display: inline-block;

  width: 75px;

  color: #2d2b29;
}

.c-old-price {
  font-size: 14px;
  font-weight: bold;

  text-decoration: line-through;

  color: #797979;
}

.c-actual-price {
  font-size: 18px;
  font-weight: bold;

  color: #35322e;
}

.plus,
.minus {
  display: inline-block;

  width: 31px;
  height: 31px;

  vertical-align: middle;

  background: url("images/plus_minus.png") 0 0 no-repeat;
}

.plus:hover,
.minus:hover {
  opacity: 0.65;
}

.minus {
  background-position: 0 -31px;
}

.count-value {
  font-size: 18px;

  display: inline-block;

  padding: 0 15px;

  vertical-align: middle;

  color: #35322e;
}

.cart-sum-value {
  font-size: 18px;
  font-weight: bold;

  color: #35322e;
}

.delete {
  display: inline-block;

  width: 100%;
  height: 17px;

  background: url("images/delete_icon.png") top center no-repeat;
}

.delete:hover {
  opacity: 0.75;
}

.cart-summary {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;

  float: right;

  margin-bottom: 48px;

  text-align: left;
  text-transform: uppercase;
}

.cart-summary>div {
  clear: both;
}

.cart-all-sum {
  font-size: 24px;

  margin-top: 14px;
}

.cart-forms {
  float: left;

  width: 100%;
  margin-bottom: 30px;

  color: #35322e;
  background-color: #f8f8f8;
}

.cart-forms input[type="checkbox"] {
  display: inline-block;

  margin-right: 7px;

  vertical-align: top;
}

.signin-block {
  float: left;

  width: 480px;
  padding: 32px 75px 30px 75px;
}

.cart-form-header {
  font-size: 21px;
  font-weight: bold;

  text-transform: uppercase;
}

.cart-small-header {
  font-size: 16px;

  color: #35322e;
}

.cart-forms input {
  display: block;

  border: 1px solid #afafaf;
}

.cart-forms input[type="text"],
.cart-forms select {
  height: 35px;
  padding-left: 10px;
}

.cart-forms form {
  margin-top: 28px;
}

.cart-forms input[type="radio"],
.cart-forms input[type="checkbox"] {
  outline: none;
}

.cart-forms label {
  font-size: 14px;
  font-weight: normal;

  margin-bottom: 6px;
}

.cart-forms .form-group {
  margin-bottom: 11px;
}

.cart-signin input {
  width: 246px;
}

.forgot-pass {
  font-size: 14px;

  display: inline-block;

  padding-top: 4px;

  text-decoration: underline;

  color: #35322e !important;
}

.forgot-pass:hover {
  text-decoration: none;
}

.button-green {
  font-size: 14px;
  font-weight: normal;
  width: 194px;
  height: 38px;
  margin-top: 18px;
  padding: 0 19px;

  /*text-transform: uppercase;*/

  color: #fff;
  border: none;
  background-color: #f3990b;
  border-radius: 5px;
}

.button-green:hover {
  opacity: 0.85;
}

.buy-block {
  float: left;

  width: 645px;
  padding: 32px 0 30px 131px;

  background: url("images/cart_line.png") top left repeat-y;
}

.cart-buy input[type="text"],
.cart-buy select {
  width: 100%;
}

.cart-buy .form-group-half {
  display: inline-block;

  width: 245px;
  margin-bottom: 11px;
}

.cart-buy .form-group-double {
  display: inline-block;

  width: 113px;
}

.form-group-half .form-group-double+.form-group-double {
  margin-left: 14px;
}

.cart-buy .form-group-half+.form-group-half {
  margin-left: 20px;
}

.buy-text {
  width: 100%;
  height: 56px;
}

.with-checkbox {
  margin-top: 15px;
}

.cart-buy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 0;

  vertical-align: top;
}

.cart-buy input[type="checkbox"]+label {
  line-height: 16px;

  cursor: pointer;
}

.cart-buy input[type="checkbox"]:not(checked) {
  position: absolute;

  opacity: 0;
}

.cart-buy input[type="checkbox"]:not(checked)+label {
  position: relative;

  padding: 0 0 0 23px;
}

.cart-buy input[type="checkbox"]:not(checked)+label:before {
  position: absolute;
  left: 0;

  width: 16px;
  height: 16px;

  content: "";

  border: 1px solid #afafaf;
  background: #fff;
}

.cart-buy input[type="checkbox"]:checked+label:before {
  position: absolute;
  left: 0;

  width: 16px;
  height: 16px;

  content: "";

  border: none;
  background: transparent url("images/checkbox.png") 0 0 no-repeat;
}

.cart-buy input[type="radio"] {
  width: 14px;
  height: 14px;
  margin-top: 0;

  vertical-align: top;
}

.cart-buy input[type="radio"]+label {
  line-height: 14px;

  cursor: pointer;
}

.cart-buy input[type="radio"]:not(checked) {
  position: absolute;

  opacity: 0;
}

.cart-buy input[type="radio"]:not(checked)+label {
  position: relative;

  padding: 0 0 0 24px;
}

.cart-buy input[type="radio"]:not(checked)+label:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 14px;
  height: 14px;

  content: "";

  border: 1px solid #afafaf;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
}

.cart-buy input[type="radio"]:not(checked)+label:after {
  position: absolute;
  top: 4px;
  left: 4px;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  opacity: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #96c134;
}

.cart-buy input[type="radio"]:checked+label:before {
  border-color: #96c134;
}

.cart-buy input[type="radio"]:checked+label:after {
  opacity: 1;
}

/* Wishlist page */
.wishlist-page-content {
  position: relative;

  border-top: 1px solid #35322e;
}

.wishlist-print {
  position: absolute;
  top: -40px;
  right: 0;

  display: inline-block;

  text-decoration: none;

  color: #606060;
  border-bottom: 1px dashed #606060;
}

.wishlist-print:hover {
  text-decoration: none;

  color: #606060;
  border-bottom-color: transparent;
}

.wishlist-print:before {
  position: absolute;
  top: -2px;
  left: -25px;

  width: 20px;
  height: 20px;

  content: "";

  background: url("images/print_icon.png") 0 0 no-repeat;
  background-size: contain;
}

.wishlist-products-list {
  font-size: 0;

  width: 100%;
  margin: 20px 0 0 0;
}

.wishlist-products-list li {
  width: 25%;
  margin: 0 0 60px 0;
  padding: 0;

  text-align: center;
  vertical-align: top;
}

.wishlist-products-list li:nth-child(4n + 1) {
  clear: left;

  text-align: left;
}

.wishlist-products-list li:nth-child(4n) {
  text-align: right;
}

.wishlist-item {
  font-size: 14px;

  display: inline-block;

  width: 235px;

  text-align: center;
}

.wishlist-item img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.wishlist-product-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  text-decoration: none;

  color: #77a118;
}

.wishlist-product-name:hover,
.wishlist-product-name:focus {
  color: #77a118;
}

.wishlist-vendor {
  font-size: 13px;
  line-height: 22px;

  color: #c8c8c8;
}

.wishlist-price {
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;

  color: #35322e;
}

.wishlist-old-price {
  font-size: 15px;
  line-height: 22px;

  text-decoration: line-through;

  color: #8f8f8f;
}

.wishlist-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  width: 100%;
  margin: 8px 0 6px 0;
  padding: 14px 0;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #f3990b;
}

.wishlist-btn:hover {
  opacity: 0.75;
  outline: none;
}

.wishlist-delete,
.wishlist-send {
  font-size: 13px;
  line-height: 16px;

  display: inline-block;

  text-decoration: none;

  color: #606060;
  border-bottom: 1px dashed #606060;
}

.wishlist-delete:hover,
.wishlist-send:hover,
.wishlist-delete:focus,
.wishlist-send:focus {
  text-decoration: none;

  color: #606060;
  border-bottom-color: transparent;
}

.wishlist-send {
  margin-top: 8px;
}

.wishlist-add-all {
  width: 100%;

  text-align: center;
}

.wishlist-add-all button {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  padding: 14px 33px;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #96c134;
}

.wishlist-add-all button:hover {
  opacity: 0.75;
  outline: none;
}

/*Product page*/
.product-page {
  padding-top: 2px;
  padding-left: 3px;
}

.product-slider-block {
  float: left;

  width: 865px;
}

.product-slider img {
  max-width: 100%;
  height: auto;
  cursor: url(/images/zoom-img-new.png?2020) 20 20, pointer;
}

.product-slider-thumbnails {
  position: relative;

  float: left;

  margin: 19px 0 0 0;
}

.product-slider-thumbnails div {
  float: left;
}

.product-slider-thumbnails div+div {
  margin-left: 35px;
}

.product-slider-thumbnails img {
  width: 265px;
  /*height: auto;*/
}

.product-slider-thumbnails .slider-prev,
.product-slider-thumbnails .slider-next {
  position: absolute;
  top: 50%;

  margin-top: -20px;
}

.product-slider-thumbnails .slider-prev:hover,
.product-slider-thumbnails .slider-next:hover {
  opacity: 0.75;
}

.product-slider-thumbnails .slider-prev {
  left: 0;
}

.product-slider-thumbnails .slider-next {
  right: 0;
}

.p-slider-prev,
.p-slider-next {
  position: absolute;
  top: -11px;
  left: 50%;

  display: inline-block;

  width: 45px;
  height: 43px;
  margin-left: -22px;

  background: url("images/slider_nav_vertical.png") 0 0 no-repeat;
}

.p-slider-prev:hover,
.p-slider-next:hover {
  opacity: 0.9;
}

.p-slider-next {
  top: auto;
  bottom: -11px;

  background-position: 0 -43px;
}

.product-info {
  position: relative;

  float: right;

  width: 358px;
  margin-left: 22px;
}

.product-price-block {
  width: 100%;
  padding: 14px 15px 7px 27px;

  border: 1px solid #fbdaa5;
  background-color: #fffae6;
}

.p-old-price {
  font-size: 21px;
  font-weight: bold;

  text-decoration: line-through;

  color: #9e9e9e;
}

.p-actual-price {
  font-size: 30px;
  font-weight: bold;

  margin-top: -7px;

  color: #35322e;
}

.product-count {
  display: inline-block;

  margin-top: 14px;
}

.product-count .plus,
.product-count .minus {
  background: url("images/plus_minus_orange.png") 0 0 no-repeat;
}

.product-count .plus {
  background-position: 0 -31px;
}

.product-info .n-buy-button {
  float: right;

  width: 160px;
  margin-top: 14px;
}

.availability {
  width: 100%;
  margin-top: 7px;
}

.availability-indicator {
  display: inline-block;

  width: 11px;
  height: 11px;
  margin-right: 3px;

  vertical-align: middle;

  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.availability-indicator.yes {
  background-color: #68952c;
}

.availability-indicator.no {
  background-color: #eb2222;
}

.availability-text {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;

  color: #606060;
}

.p-info-other-text {
  font-size: 12px;
  line-height: 16px;

  margin-top: 16px;

  color: #878484;
}

.p-info-payment-text {
  font-size: 12px;
  line-height: 17px;

  margin-top: 8px;

  color: #000;
}

.product-info-details {
  font-size: 14px;
  line-height: 24px;

  position: relative;

  overflow: hidden;

  padding: 14px 21px 12px 21px;

  color: #606060;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.product-info-details h3 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #606060;
}

.product-info-details p+h3 {
  margin-top: 25px;
}

.product-func-links {
  position: absolute;
  top: -25px;
  right: 3px;
  font-size: 13px;
}

.product-func-links a {
  line-height: 17px;

  position: relative;

  margin-left: 40px;

  text-decoration: none !important;

  color: #606060 !important;
  border-bottom: 1px dashed #606060;
}

.product-func-links a:hover {
  border-bottom-color: transparent;
}

.product-func-links a:before {
  position: absolute;
  top: 0;
  left: -20px;

  content: "";
}

.to-wishlist:before {
  width: 14px;
  height: 17px;

  background: url("images/del_icon.png") 0 0 no-repeat;
}

a.product-print:before {
  top: -3px;
  left: -22px;

  width: 20px;
  height: 20px;

  background: url("images/print_icon.png") 0 0 no-repeat;
  background-size: contain;
}

a.product-send:before {
  top: 3px;
  left: -22px;

  width: 15px;
  height: 11px;

  background: url("images/send_icon.png") 0 0 no-repeat;
}

.product-info-links {
  /*position: absolute;
		bottom: 5px;
	left: 11px;*/

  margin-top: 5px;
}

.product-info-links a {
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  margin: 0 8px 8px 0;
  padding: 3px 9px;
  display: block;
  float: left;
  background: #eaf2d6;
}

.product-info-links a+a {
  margin-left: 0;
}

.product-special-info {
  display: table;
  float: left;

  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;

  border: 1px solid #e0e0e0;
}

.special-info-item {
  display: table-cell;
  float: none;

  height: 92px;
  padding: 0 25px 0 25px;

  vertical-align: middle;
}

.special-info-item+.special-info-item {
  border-left: 1px solid #e0e0e0;
}

.special-info-item:nth-child(1) img {
  margin-top: -10px;
}

.special-info-item:nth-child(2) img {
  margin-top: -12px;
}

.special-info-item:nth-child(3) img {
  margin-top: -13px;
}

.special-info-item:nth-child(4) img {
  margin-top: -13px;
}

.special-info-item img {
  position: absolute;
  top: 50%;
  left: 25px;

  margin-top: 5px;
}

.special-info-text {
  font-size: 12px;
  line-height: 18px;

  margin-left: 48px;

  color: #606060;
}

.special-info-text b {
  color: #4e4e4e;
}

.special-info-text a {
  text-decoration: underline;

  color: #68952c;
}

.special-info-text a:hover {
  text-decoration: none;
}

.product-tabs {
  float: left;

  width: 100%;
}

.product-tab-content {
  float: left;

  width: 100%;
}

.product-tabs>li>a {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;

  display: inline-block;

  padding: 20px 16px;

  text-decoration: underline;
  text-transform: uppercase;

  color: #d94545;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.product-tabs>li.active>a,
.product-tabs>li.active>a:focus,
.product-tabs>li.active>a:hover {
  text-decoration: none;

  color: #35322e;
  border-color: #e0e0e0;
  border-bottom-color: transparent;
}

.product-tab-content {
  margin-bottom: 21px;
  padding: 34px 50px 36px 30px;
  color: #606060;
  border: 1px solid #e0e0e0;
  border-top-color: transparent;
}

.product-params {
  width: 100%;
  float: none;
}

.product-params>li {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /*  margin-bottom: 6px; */
}

.product-params>li>div.prop-name {
  border-bottom: none;
  width: auto;
  height: auto;
  margin-right: 3px;
}

.product-params>li>div.prop-name>span {
  position: relative;
  top: 0px;
  left: 0;
  color: #606060;
  background-color: #fff;
}

.prof-dott {
  height: 19px;
  min-width: 10px;
  display: block;
  flex-grow: 1;
  border-bottom: 1px dashed #bfbfbf;
}

.product-params>li>div.prop-val {
  border: none;
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 6px;
}

.product-tab-text {
  line-height: 21px;

  margin-left: 350px;
  padding-left: 42px;

  border-left: 1px solid #d6d6d6;
}

.product-tab-text p {
  margin-bottom: 21px;
}

.product-alert {
  line-height: 21px;

  clear: both;

  width: 100%;
  margin-bottom: 38px;
  padding: 21px 50px 13px 122px;

  color: #606060;
  background: #fffae6 url("images/alert_icon.png") 31px center no-repeat;
}

.product-alert-header {
  font-size: 18px;

  margin-bottom: 13px;

  color: #35322e;
}

.bottom-left-block {
  float: left;

  width: 260px;
}

.bottom-right-block {
  margin-left: 275px;
}

.product-page .new-products-item {
  margin-bottom: 30px;
}

.product-page .watched {
  margin-top: 15px;
}

.watched {
  margin: 0 0 0 -3px;
  width: 202px;
}

.watched-list {
  margin: 3px 0 0px 0;
  padding: 0;
  padding: 0px 0px 3px 9px;
}

.watched-list li {
  overflow: hidden;
  padding: 17px 0;
}

.watched-list li:last-child {
  padding-bottom: 0;

  border-bottom-color: transparent;
}

.watched-list>li>img {
  float: left;
}

.watched-product-img-link {
  display: block;
  float: left;
  background: #e7e7e7;
}

.watched-product-img-link img {
  opacity: 0.7;
}

.watched-list .watched-text {
  margin-left: 0px;
  margin-top: 5px;
  color: #35322e;
  width: 196px;
  opacity: 0.7;
}

.watched-list li:hover .watched-text,
.watched-list li:hover .watched-product-img-link img {
  opacity: 1;
}

.watched-product-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;

  color: #77a118;
}

.watched-product-name:hover,
.watched-product-name:focus {
  color: #333;
}

.watched-vendor {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #858585;
  padding: 4px 0 0 0;
}

.watched-text {
  margin-left: 100px;

  color: #35322e;
}

.watched-price-block {
  display: block;

  width: 100%;
  margin: 11px 0 0 0;
}

.watched-price {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;

  float: left;

  text-transform: uppercase;
}

.watched-old-price {
  font-size: 13px;
  line-height: 16px;

  float: right;

  text-decoration: line-through;

  color: #808080;
}

.watched h3,
.left-social h3,
.footer-social h3,
.footer-phone h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*Request page*/
.request-page {
  float: left;

  margin-top: 20px;
  margin-bottom: 16px;
}

.request-page-form {
  color: #333;
  width: 1244px;
  margin-top: 330px;
  position: relative;
}

.request-page-form.fixed-top {
  margin-top: 390px;
}

.request-tabs {
  border: none;
  background-color: #fff;
}

.request-tabs>li>a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  padding: 22px 27px;

  text-decoration: underline;
  text-transform: uppercase;

  color: #5c8106;
  border: none;
}

.request-tabs>li.active>a,
.request-tabs>li.active>a:focus,
.request-tabs>li.active>a:hover {
  text-decoration: none;

  color: #35322e;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #f8f8f8;
}

.request-tab-content {
  padding: 35px 15px 30px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(29, 17, 86, 0.115517);
}

.request-form-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  color: #35322e;
  text-align: center;
  color: #232c38;
  opacity: 0.7;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.request-form-block {
  float: left;

  width: 100%;
  margin-bottom: 13px;
  padding: 0px 17px 0 17px;
  color: #858585;
  background-color: #fff;
}

.request-page input,
.request-page select,
.request-page textarea {
  height: 51px;
  padding-left: 20px;
  color: #000000;
  border: 1px solid #becad6;
  font-size: 16px;
}

.request-page textarea {
  width: 100%;
  height: 74px;
}

.request-page label {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-bottom: 11px;
  text-align: center;
  color: #858585;
}

.size-1 {
  width: 374px;
}

.size-2 {
  width: 404px;
  height: 51px;
}

.size-3 {
  width: 184px;
}

.size-4 {
  width: 118px;
}

.size-5 {
  width: 65px;
}

.size-100 {
  width: 100%;
}

.request-form-group {
  float: left;
  width: 404px;
  margin-bottom: 20px;
  margin-left: 180px;
}

.request-form-group+.request-form-group {
  margin-left: 16px;
}

.first-in-form .request-form-group+.request-form-group {
  margin-left: 7px;
}

.delete-form-row {
  width: 35px;
  height: 35px;
  margin: 0;
  margin-left: -5px;
  padding: 0;

  border: none;
  background: transparent url("images/delete_row.png") 0 0 no-repeat;
}

.delete-form-row:hover {
  opacity: 0.85;
}

.load-files {
  font-size: 14px;

  position: relative;

  float: left;

  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: 32px;

  text-decoration: none !important;

  color: #5c8106 !important;
  border-bottom: 1px dashed #5c8106;
}

.load-files:hover {
  border-bottom-color: transparent;
}

.load-files:before {
  position: absolute;
  top: 0;
  left: -32px;

  width: 24px;
  height: 20px;

  content: "";

  background: url("images/load_icon.png") 0 0 no-repeat;
}

.add-block {
  margin-bottom: 15px;
  padding: 0;

  background-color: transparent;
}

.add-product {
  font-size: 14px;
  line-height: 35px;

  position: relative;

  display: inline-block;

  padding-left: 44px;

  color: #35322e !important;
}

.add-product:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 34px;
  height: 35px;

  content: "";

  background: url("images/add_icon.png") 0 0 no-repeat;
}

.multiload {
  font-size: 16px;
  line-height: 75px;
  /*height: 160px;*/
  width: 1037px;
  margin: 15px 0px 0px 75px;

  text-align: center;

  color: #cecece;
  border: 1px dashed #afafaf;
}

.request-double input+input {
  margin-left: 17px;
}

.captcha-block {
  height: 61px;
}

.request-captcha {
  position: relative;
  top: 21px;
  left: 0;

  margin-right: 32px;
}

.send-request {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 43px;
  text-transform: none;
  color: #fff;
  border: none;
  outline: none;
  background-color: #f3990b;
  width: 403px;
  height: 38px;
  border-radius: 4px;
  margin: 10px 0px 0px 410px;
}

.send-request:hover {
  opacity: 0.8;
}

.request-page-text {
  float: left;

  width: 430px;
  margin-top: 70px;
  margin-left: 37px;
}

.request-page-alert {
  padding-bottom: 3px;
  padding-left: 23px;

  border-left: 5px solid #dd4646;
}

.request-alert-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;

  margin-bottom: 2px;

  text-transform: uppercase;

  color: #35322e;
}

.request-alert-text {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;

  margin-bottom: 0;

  color: #dd4646;
}

.request-page-text ul {
  font-size: 14px;
  line-height: 18px;

  margin-top: 31px;
  padding-left: 20px;

  color: #7a7a7a;
}

.request-page-text ul>li+li {
  margin-top: 18px;
}

.request-other-text {
  font-size: 14px;
  line-height: 26px;

  float: left;

  width: 100%;

  color: #7a7a7a;
}

.other-text-header {
  font-size: 21px;
  font-weight: bold;

  margin-bottom: 21px;

  text-transform: uppercase;

  color: #35322e;
}

.request-other-text p {
  margin-bottom: 26px;
}

.other-contacts {
  line-height: 19px;

  float: left;

  margin-bottom: 26px;

  color: #070707;
}

.other-contacts span {
  display: inline-block;

  margin-bottom: 5px;
}

.other-contacts a {
  color: #709125 !important;
}

.other-contacts div {
  float: left;
}

.other-contacts div+div {
  margin-left: 50px;
}

.other-text-s-header {
  font-weight: bold;
  line-height: 21px;

  float: left;

  margin-bottom: 24px;

  color: #35322e;
}

.other-text-list {
  line-height: 18px;

  margin-bottom: 45px;
  margin-left: -22px;
}

.other-text-list li+li {
  margin-top: 12px;
}

/*Catalog page*/
.catalog-sort {
  float: right;

  margin-top: 0;
}

.catalog-sort label {
  font-size: 14px;

  color: #35322e;
}

.catalog-sort select {
  width: 85px;
  color: #333;
  border: none;
  outline: none;
}

.catalog-filters {
  float: left;

  width: 100%;
  /*padding: 11px 0 11px 16px;*/
  padding: 11px 0 11px;
}

.catalog-filters {
  margin-top: 17px;

  /*border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;*/
}

.catalog-filter-block {
  position: relative;

  float: left;
}

.filter-button {
  display: inline-block;
  color: #333;
  padding-right: 15px;
  font-size: 13px;
  border: none;
  outline: none;
  background: transparent url("images/filters_arrow.png") center right no-repeat;
}

.catalog-filter-block .dropdown-menu {
  min-width: 132px;
  margin-top: 10px;
  padding: 17px 10px 9px 10px;

  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
}

.catalog-filter-block .dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 20px;

  width: 18px;
  height: 10px;

  content: "";

  background: url("images/filters_corner.png") 0 0 no-repeat;
}

.catalog-filter-block .dropdown-menu>div {
  margin: 0 0 4px;
}

.catalog-filter-block .dropdown-menu input {
  font-size: 14px;

  margin: 0;
  padding-left: 7px;

  color: #35322e;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.catalog-filter-block .dropdown-menu input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.catalog-filter-block .dropdown-menu label {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;

  margin-bottom: 0;
  margin-left: 7px;

  vertical-align: top;
}

.catalog-filter-block .dropdown-menu .button-green {
  font-size: 12px;

  width: 100%;
  height: 29px;
  margin-top: 0;
}

.catalog-sort-block {
  position: relative;

  float: right;
}

.catalog-sort-block .dropdown-menu {
  min-width: 132px;
  margin-top: 10px;
  padding: 17px 10px 9px 10px;

  left: auto;
  right: 0;
  float: none;

  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
}

.catalog-sort-block .dropdown-menu:before {
  position: absolute;
  top: -10px;
  right: 20px;

  width: 18px;
  height: 10px;

  content: "";

  background: url("images/filters_corner.png") 0 0 no-repeat;
}

.catalog-sort-block .dropdown-menu>div {
  margin: 0 0 4px;
}

.catalog-sort-block .dropdown-menu input {
  font-size: 14px;

  margin: 0;
  padding-left: 7px;

  color: #35322e;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

.catalog-sort-block .dropdown-menu input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.catalog-sort-block .dropdown-menu label {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;

  margin-bottom: 0;
  margin-left: 7px;

  vertical-align: top;
}

.catalog-sort-block .dropdown-menu .button-green {
  font-size: 12px;

  width: 100%;
  height: 29px;
  margin-top: 0;
}

/*cursor pointer*/
label,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

.range-slider-block {
  width: 230px;
  padding-right: 18px !important;
  padding-bottom: 34px !important;
  padding-left: 18px !important;
}

.range-slider-block input {
  float: left;

  width: 82px;
  height: 35px;
}

.range-slider-block span {
  line-height: 35px;


  float: left;

  padding: 0 8px;

  color: #c7c7c7;
}

.range-slider {
  position: relative;

  float: left;

  width: 100%;
  height: 9px;
  margin-top: 3px;

  background-color: #eaeaea;
}

.range-slider .ui-widget-header {
  height: 100%;

  background-color: #96c134;
}

.range-slider .ui-slider-handle {
  width: 32px;
  height: 39px;
  margin-left: -16px;

  outline: none;
  background: url("images/range_handle.png") 0 0 no-repeat;
}

.catalog-page .left-content {
  margin-top: 30px;
  margin-bottom: 50px;
}

.catalog-page .right-content {
  overflow: hidden;

  margin-top: 16px;
  margin-bottom: 100px;
}

.catalog-page .right-text-list {
  font-size: 14px;
  /*    line-height: 28px; */

  color: #757575;
}

.catalog-page .show-more {
  float: left;

  width: 100%;
  margin-top: -12px;
  margin-bottom: 8px;

  text-align: center;
}

.fancybox-skin {
  background-color: #fff;
}

.fancybox-button.fancybox-close {
  top: 25px;
  right: 28px;

  width: 18px;
  height: 17px;

  background: url("images/close_icon.png") 0 0 no-repeat;
}

.fancybox-close:hover {
  opacity: 0.75;
}

.fast-view {
  width: 1278px;
  height: auto;
  overflow: visible;
  padding: 15px 0 0 15px;
  border-radius: 4px;
}

.fast-view-header {
  font-size: 24px;
  font-weight: bold;
  width: 1036px;
  margin: 7px 0 0 2px;
  color: #35322f;
  text-transform: none;
}

.fast-view-content {
  width: 100%;
}

.fast-view-content .product-info {
  margin-left: 0;
}

.fast-view-content .product-info-details {
  font-size: 13px;
  font-weight: normal;
  padding: 14px 21px 20px 21px;

  float: left;

  width: 100%;
}

.fast-view-content .product-info-details p {
  line-height: 21px;

  color: #606060;
}

.fast-view-content .product-info-details a {
  text-decoration: underline;

  color: #606060 !important;
}

.fast-view-content .product-info-details a:hover {
  text-decoration: none;
}

.fast-view-content .product-params {
  margin-bottom: 14px;
}

.fast-view-content .product-alert {
  float: left;

  margin-top: 15px;
  margin-bottom: 0;
}

.fast-view-gallery {
  position: relative;
  overflow: hidden;
  width: 495px;
  margin-right: 12px;
  float: left;
}

.fast-view-gallery>ul {
  width: 20000em;
  position: relative;

  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}

.fast-view-gallery>ul>li {
  float: left;
}

.fast-view-gallery .fv-main-img {
  width: 100%;
  height: auto;
  padding-right: 3px;
}

.fv-thumb-list {
  position: relative;
  clear: both;
  padding-top: 4px;
}

.fv-thumb-list .slider-prev,
.fv-thumb-list .slider-next {
  position: absolute;
  top: 50%;
  left: 0;

  width: 31px;
  height: 33px;
  margin-top: 18px;

  background: #fff url("images/overlay_nav.png") 0 0 no-repeat;
}

.fv-thumb-list .slider-prev:hover,
.fv-thumb-list .slider-next:hover {
  opacity: 0.85;
}

.fv-thumb-list .slider-next {
  right: 0;
  left: auto;
}

.fv-thumb-list ul {
  margin: 0;
  padding: 0;

  list-style-type: none;
}

.fv-thumb-list ul li {
  float: left;
  opacity: 0.5;
  width: 96px;
}

.fv-thumb-list ul li img {
  width: 100%;
  height: auto;
}

.fv-thumb-list ul li:hover,
.fv-thumb-list ul li.active {
  opacity: 1;
}

.fv-thumb-list ul li+li {
  margin-left: 3px;
}

/* Styles for active filter */
.catalog-filter-block button.active {
  line-height: 20px;

  padding: 0 8px;

  color: #fff;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-color: #777;
  background-image: none;
}

.catalog-filter-block button.active+.filter-close,
.catalog-filter-block button.active+.condition-close {
  display: inline-block;
}

.filter-close,
.condition-close {
  line-height: 20px;

  display: none;

  width: 20px;
  margin-left: -3px;
  padding: 0;

  cursor: pointer;
  text-align: center;

  color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #777;
}

.filter-close:hover,
.condition-close:hover {
  opacity: 0.85;
}

/*General styles*/

.breadcrumb {
  font-size: 16px;

  margin-bottom: 3px;
  padding-top: 0;
  padding-left: 0;

  background: none;
}

.breadcrumb li {
  margin-bottom: 0px;
}

.breadcrumb a {
  text-decoration: underline;

  color: #858585;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb>li+li:before {
  padding: 0;

  color: #858585;
}

.breadcrumb>.active {
  color: #35322e;
}

.navbar-fixed-top {
  position: fixed !important;
  z-index: 2000;
  right: auto;
  left: auto;

  width: 1250px !important;

  border: 0;
  -webkit-box-shadow: 0 0 30px 2px rgba(68, 68, 68, 0.33);
  box-shadow: 0 0 30px 2px rgba(68, 68, 68, 0.33);
}

.container {
  width: 1280px !important;
}

header {
  position: relative;
}

header>.header-top {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;

  width: 100%;
}

.inner-page-header {
  position: relative !important;
}

.topbar,
.header-block {
  position: relative;

  overflow: hidden;

  width: 100%;
}

.topbar {
  height: 45px;
  overflow: visible;
}

.header-block {
  float: left;
  overflow: visible;
}

.topbar a {
  font-size: 14px;

  color: #757575;
}

.topbar-menu {
  float: right;

  margin-top: 14px !important;
}

.topbar-menu>li {
  float: left;

  margin-right: 25px;
  margin-bottom: 0;
}

.topbar-menu>li .menu-separ {
  display: inline-block;
}

.feedback {
  float: left;

  margin: 19px 0 0 295px;
}

.feedback a {
  position: relative;

  padding-left: 22px;
}

.feedback a:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 15px;

  content: "";

  background: url("images/feedback_icon.png") 0 0 no-repeat;
}

.auth {
  float: right;

  margin: 16px 0 0 0;
}

.signin {
  position: relative;

  margin-right: 18px;

  border-bottom: 1px dashed #35322e;
}

.signin:before {
  position: absolute;
  top: 0;
  left: -24px;

  width: 15px;
  height: 15px;

  content: "";

  background: url("images/signin_icon.png") 0 0 no-repeat;
}

.signin:after {
  position: absolute;
  top: 3px;
  right: -10px;

  width: 1px;
  height: 13px;

  content: "";

  background-color: #5c5850;
}

.signin:hover,
.signin:focus {
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.registration {
  text-decoration: none;

  border-bottom: 1px solid #5c5850;
}

.registration:hover,
.registration:focus {
  text-decoration: none;

  border-bottom: 1px solid transparent;
}

.header-block>.header-b-container {
  padding: 0;

  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.advantages .container {
  background: url("images/header_shadow.png") top center no-repeat;
}

.logo-line {
  overflow: hidden;

  margin: 0 0 0 28px;
  padding-bottom: 20px;

  color: #606060;
}

.logo {
  float: left;

  margin: 23px 60px 0 0;
}

.phone {
  float: left;

  margin: 18px 45px 0 23px;

  text-align: right;
}

.phone-number {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  color: #35322e;
}

.footer-phone .phone-number {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 8px 0;
  color: #35322e;
}

.header-other-info {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* or 112% */

  color: #858585;

  margin: 2px 0 5px 0;
}

.header-other-info span {
  display: block;
}

.header-info-link {
  font-size: 14px;

  text-decoration: none !important;

  color: #5c8106 !important;
  border-bottom: 1px dashed #5c8106;
}

.header-info-link:hover {
  border-bottom: 1px dashed transparent;
}

.address {
  float: left;

  margin: 35px 45px 0 0;
}

.header-block .address {
  float: left;

  margin: 0px 40px 0 0;
}

.address-header {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  text-transform: uppercase;

  color: #35322e;
}

.header-block .address-header {
  font-size: 16px;
  font-weight: bold;
  margin: 21px 0 3px 0;
  text-transform: uppercase;

  color: #35322e;
}

.address .header-other-info {
  margin: 0px 0 5px 0;
  font-size: 16px;
}

.header-block .address .header-other-info {
  margin: 0px 0 7px 0;
  font-size: 13px;
}

.search-block {
  float: left;
  margin-top: 15px;
}

.search-header {
  font-size: 14px;
  font-weight: 500;

  text-transform: uppercase;

  color: #35322e;
  margin-bottom: 6px;
}

.search-input {
  position: relative;

  margin-top: 6px;
}

.search-button {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 17px;
  height: 16px;
  background: url("images/search_icon.png") 0 0 no-repeat;
  border: none;
  outline: none;
  padding: 0;
}

.search-input input {
  width: 246px;
  height: 35px;
  padding: 0 0 0 10px;

  border: 1px solid #afafaf;
}

.search-text {
  font-size: 14px;

  margin-top: 5px;

  color: #35322e;
}

.search-text a {
  text-decoration: none !important;

  color: #a19f9d;
  border-bottom: 1px dashed #a19f9d;
}

.search-text a:hover {
  border-bottom-color: transparent;
}

.main-menu {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.with-slider .main-menu {
  border-bottom-color: transparent;
}

.main-menu .navbar {
  position: static;

  float: left;

  margin: 0;

  border: 0;
}

.main-menu .navbar-collapse {
  display: block !important;

  padding-right: 32px;
  padding-left: 0;

  border-right: 1px solid #e0e0e0;
}

.navbar-nav>li,
.navbar-nav {
  float: left !important;
  margin-bottom: 0;
}

.navbar-nav>li>a,
.cart-block ul>li>a {
  font-size: 14px;
  font-weight: normal;

  position: relative;

  padding: 16px 15px 20px 15px;

  text-decoration: none;
  text-transform: uppercase;

  color: #000000;
}

.navbar-nav>li>a:focus,
.cart-block ul>li>a:focus {
  color: #96c034;
  color: inherit;
}

.navbar-nav>li>a:hover,
.cart-block ul>li>a:hover {
  color: #96c034;
  /*color: inherit;*/
}

.navbar-nav>li.navbar-submenu {
  position: static;
}

.navbar-nav>li.catalog-submenu {
  padding-left: 31px;
}

.navbar-nav>li.navbar-submenu:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(68, 68, 68, 0.25);
  box-shadow: 0 0 20px 2px rgba(68, 68, 68, 0.25);
}

.navbar-nav>li.navbar-submenu:hover .inner-menu {
  display: block;
}

.navbar-nav>li.catalog-submenu>a:before {
  position: absolute;
  top: 15px;
  left: 0;

  width: 22px;
  height: 19px;

  content: "";

  background: url("images/catalog_icon.png") 0 0 no-repeat;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.navbar-nav>li.catalog-submenu>a {
  padding-left: 55px;
}

.inner-menu {
  position: absolute;
  z-index: 1000;
  top: 55px;
  left: 0;

  display: none;

  width: 100%;
  margin: 0;
  padding: 0;
  padding: 22px 0 16px 35px;

  list-style-type: none;

  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(68, 68, 68, 0.25);
  box-shadow: 0 0 20px 2px rgba(68, 68, 68, 0.25);
}

.inner-menu:before {
  position: absolute;
  top: -20px;
  left: 0;

  width: 162px;
  height: 20px;

  content: "";

  background-color: #fff;
}

.inner-menu li {
  margin-bottom: 0;
  width: 500px;
}

.inner-menu>li>ul {
  line-height: 19px;

  margin: 0 0 0 0;
  padding: 0;

  list-style-type: none;
}

.inner-menu>li {
  width: 290px;
  margin-bottom: 0;
}

.inner-menu>li>ul>li:first-child {
  margin-bottom: 8px;
}

.inner-menu>li>ul>li>a {
  color: #717171;
}

.inner-menu>li>ul>li:first-child {
  margin-bottom: 5px;
}

.catalog-submenu .inner-menu>li {
  float: left;
  margin-bottom: 0px;
}

.catalog-submenu .inner-menu>li ul {
  line-height: 24px;
  margin: 0 0 19px 0;
}

.catalog-submenu .inner-menu>li>ul>li:first-child {
  margin-bottom: 8px;
}

.special {
  position: relative;
}

.special-label {
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;

  position: absolute;
  top: 16px;
  left: 16px;

  width: 68px;
  height: 68px;

  text-align: center;

  color: #fff;
  -webkit-border-radius: 68px;
  border-radius: 68px;
  background-color: #e93434;
}

.special-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;

  display: inline-block;

  color: #77a118;
}

.special-header img {
  margin-bottom: 13px;
}

.special-header:hover {
  color: #77a118;
}

.cart-block {
  float: right;

  margin-right: 0px;
}

.cart-block ul {
  float: right;

  margin: 0;
  padding: 0;

  list-style-type: none;
}

.cart-block ul>li {
  float: left;
  margin-bottom: 0;
}

.cart-block ul>li>a {
  line-height: 25px;

  display: block;

  padding-top: 14px;
  padding-bottom: 16px;
}

.cart-block ul {
  float: none !important;
}

.cart-block {
  float: none !important;
}

.cart-block ul>li:first-child {
  float: left;
  margin-bottom: 0;
  padding-left: 27px;
}

.cart-item>a {
  font-size: 14px !important;

  /*padding-left: 65px!important;*/
}

.cart-item>a:before,
.wishlist>a:before {
  position: absolute;
  top: 0;
  left: 0;

  content: "";
}

.cart-item>a:before {
  width: 30px;
  height: 25px;
  margin-top: 14px;

  background: url("images/cart_header_icon.png") 0 0 no-repeat;
}

.wishlist>a:before {
  width: 26px;
  height: 25px;
  margin-top: 13px;

  background: url("images/wishlist_icon.png") 0 0 no-repeat;
}

.main-slider {
  position: relative;

  overflow: hidden;

  width: 1036px;

  height: 218px;
}

/*.main-slider ul
	{
    position: relative;
	
    width: 20000em;
    margin: 0;
    padding: 0;
	
    list-style-type: none;
	
    text-align: center;
	}
	.main-slider li
	{
    float: left;
	
    text-align: center;
}*/
.main-slider-container .slider-nav a {
  opacity: 0.5;
}

.main-slider-container .slider-nav a:hover {
  opacity: 1;
}

.m-slide {
  position: relative;
}

.m-slider-image {
  float: right;

  margin-top: 75px;
}

.m-slider-text {
  font-weight: bold;

  position: absolute;
  z-index: 500;
  top: 110px;
  left: 32px;

  text-transform: uppercase;
}

.m-slider-header {
  font-size: 42px;
  line-height: 44px;

  margin-bottom: 14px;

  color: #35322f;
}

.m-slider-descr {
  font-size: 14px;
  line-height: 24px;

  margin-bottom: 31px;

  color: #35322e;
}

.slider-old-price {
  font-size: 21px;
  line-height: 36px;

  margin-bottom: -5px;

  text-decoration: line-through;

  color: #807c7e;
}

.slider-actual-price {
  font-size: 30px;
  line-height: 36px;

  color: #c62d31;
}

.slider-image-block {
  position: relative;

  overflow: hidden;
}

.slider-label {
  line-height: 14px;

  position: absolute;
  top: 60px;
  right: 90px;

  width: 120px;
  height: 120px;
  padding-top: 17px;

  text-align: center;

  color: #ffa6a8;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  background-color: #c62d31;
}

.slider-label>span {
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;

  color: #fff;
}

.slider-nav {
  position: absolute;
  z-index: 90;
  bottom: 47px;
  left: 32px;
}

.main-slider-container .slider-nav {
  left: 0;

  width: 100%;
}

.slider-prev,
.slider-next {

  float: left;

  width: 50px;
  height: 52px;

  background: url("images/slider_nav2.png") 10px 0 no-repeat;
}

/*
    width: 60px;
    height: 60px;
	
    position: absolute;
    top: 50%;
    margin-top: -10px;
    outline: 0;
    !*background: rgba(128, 128, 128, 0.5);*!
    !*background: rgba(150, 193, 52, 0.7);*!
    !*background: rgba(255, 255, 255, 0.5);*!
    !*background: #e0e0e0;*!
    background: url('images/slider_nav2.png') 0 0 no-repeat;
	
    border-radius: 50%;
    text-indent: -9999px;
z-index: 1100;*/

/*.slider-prev::after,
	.slider-next::after {
    width: 32px;
    height: 32px;
    content: '';
    display: block;
    position: relative;
	}
	
	.slider-prev::after {
    top: 11px;
    left: 20px;
    border-top: 3px solid;
    border-left: 3px solid;
    border-color: #fff;
    transform: rotate(-54deg) skew(-8deg);
	}
	
	.slider-next::after {
    top: 11px;
    left: 7px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: #fff;
    transform: rotate(54deg) skew(8deg);
}*/

.slider-nav>a:hover {
  opacity: 0.75;
}

.slider-next {
  background-position: 18px -52px;
}

.slider-prev+.slider-next {
  margin-left: 1px;
}

.fv-thumb-list .slider-next {
  background-position: 0 -33px;
}

.slider-prev+.slider-next {
  margin-left: 1px;
}

.slider-banners {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 100%;
}

.slider-banners .container {
  margin-bottom: 60px;
}

.banner-item {
  float: right;
  clear: both;

  -webkit-box-shadow: 0 0 30px 2px rgba(68, 68, 68, 0.27);
  box-shadow: 0 0 30px 2px rgba(68, 68, 68, 0.27);
}

.banner-item+.banner-item {
  margin-top: 39px;
}

.banner-label {
  font-size: 11px;
  line-height: 13px;

  width: 43px;
  height: 13px;
  padding-left: 4px;

  color: #fff;
  background: url("images/banner_label.png") 0 0 no-repeat;
}

.banner-text {
  position: absolute;
  z-index: 200;
  top: 27px;
  left: 25px;

  max-width: 160px;
}

.banner-image {
  position: absolute;
  z-index: 100;
  right: 25px;
  bottom: 0;
}

.banner-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;

  margin: 17px 0 6px 0;

  text-transform: uppercase;

  color: #35322f;
}

.banner-descr {
  font-size: 15px;

  margin-bottom: 17px;

  color: #35322f;
}

.banner-price {
  font-size: 18px;
  font-weight: bold;

  color: #c62d31;
}

.advantages .container {
  margin-bottom: 21px;
  padding: 20px 15px 0 15px;
}

.advantages-list {
  overflow: hidden;

  margin: 0;
  padding: 0 0 18px 0;

  list-style-type: none;

  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.advantages-list>li {
  float: left;

  padding: 0 0 0 0;
  border-right: none;
  margin-bottom: 0;
}

.advantages-list>li:last-child {
  border: none;
}

.advantages-list>li>img {
  float: left;

  margin-right: 19px;
}

.advantages-header {
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;

  margin-bottom: 4px;

  color: #35322e;
  text-transform: none;
}

.advantages-descr {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-transform: uppercase;

  color: #000000;

  mix-blend-mode: normal;
  opacity: 0.4;
}

.advantages-list-wrap .advantages-list li:nth-child(1) .advantages-text {
  margin-left: 59px;
}

.advantages-list-wrap .advantages-list li:nth-child(1) img {
  margin: 2px 0 0 0;
}


.advantages-list-wrap .advantages-list li:nth-child(1) {
  margin: 21px 0 0 19px;
}

.advantages-list-wrap .advantages-list li:nth-child(2) {
  margin: 21px 0 0 66px;
}

.advantages-list-wrap .advantages-list li:nth-child(3) {
  margin: 21px 0 0 51px;
}

.advantages-list-wrap .advantages-list li:nth-child(4) {
  margin: 21px 0 0 63px;
}

.advantages-list-wrap .advantages-list li:nth-child(4) .advantages-text {
  margin: 0px 0 0 57px;
}

.advantages-list-wrap .advantages-list li:nth-child(5) {
  margin: 21px 0 0 70px;
}

.advantages-list-wrap .advantages-list li:nth-child(5) .advantages-text {
  margin: 0px 0 0 43px;
}

.advantages-list-wrap .advantages-list li:nth-child(5) img {
  margin: 4px 0 0px -6px;
}

.advantages-list-wrap .advantages-list li:nth-child(6) {
  margin: 21px 0 0 73px;
}

.advantages-list-wrap .advantages-list li:nth-child(6) .advantages-text {
  margin: 0px 0 0 41px;
}

.advantages-text {
  /*float: left;*/
  margin-left: 50px;
}

.advantages-list a {
  text-decoration: none !important;
}

.advantages-list img {
  float: left;
}

.left-content {
  float: left;
  width: 200px;
  margin: 16px 0 0 3px;
}

.left-content.search {

  margin: 33px 0 0 3px;
}

.search-section p {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #35322F;
}

.subscribe-block {
  width: 100%;
  margin-bottom: 21px;

  text-align: center;

  border: 1px solid #e0e0e0;
}

.subscribe-header {
  font-size: 14px;
  font-weight: bold;

  position: relative;
  top: -9px;

  display: inline-block;

  padding: 0 12px;

  text-transform: uppercase;

  color: #35322e;
  background-color: #fff;
}

.subscribe-block form {
  width: 100%;
  padding: 5px 17px 16px 17px;

  text-align: left;
}

.subscribe-block form>input,
.subscribe-block form>select {
  font-size: 14px;

  width: 100%;
  height: 43px;
  padding-left: 13px;

  color: #7a7a7a;
  border: 1px solid #afafaf;
}

.subscribe-block form>select+input {
  margin-top: 13px;
}

.subscribe-block form>input+button {
  margin-top: 15px;
}

.subscribe-block button {
  font-size: 14px;
  font-weight: bold;

  width: 100%;
  height: 45px;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #f3990b;
}

.left-banners a {
  display: inline-block;
}

.left-banners a+a {
  margin-top: 23px;
}

.left-social {
  margin: 46px 0 0 -3px;
  height: 117px;
}

.left-social h3 {
  margin-bottom: 15px;
}

.left-social>a {
  float: left;

  margin-right: 8px;
}

.right-content {
  margin-top: 17px;
  margin-left: 192px;
}

.new-products {
  position: relative;
  padding-top: 0;
  margin-bottom: 0px;
  margin-left: 6px;
  width: 100%;
  overflow: hidden;
}

.catalog-sep {
  height: 43px;
  position: relative;
  clear: both;
}

.new-products.row {
  padding-top: 7px;
}

.new-products>ul {
  width: 20000em;
  position: relative;

  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-products h2 {
  color: #333;
  margin-bottom: 10px;
  margin-left: 15px !important;
  padding-top: 0;
  font-size: 30px;
  font-weight: bold;
  clear: both;
  display: block;
}

.new-products-item {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

.new-products-item.hit {
  border: 1px solid #f39a0a;
}

.new-products-item.hit .label {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f39a0a;
  z-index: 1;
  border-radius: 20px;
}

.new-products-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 147px;
  overflow: hidden;
}

.slider-one.new-products-image span.new-products-image__hover {
  margin-bottom: 0;
}

.new-products-image:hover span.new-products-image__hover {
  display: block;
}

.new-products-image>img {
  width: 100%;
  height: 147px;
}

.new-products-info {
  padding: 13px 22px 0 21px;
  background: #fff;
}

.new-products-header,
.w-product-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
  height: 28px;
  display: inline-block;
  margin: 4px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #232c38;
  text-transform: uppercase;
}

.col-xs-2 .new-products-header,
.col-xs-2 .w-product-header {
  width: 155px;
}

.col-xs-1 .new-products-header,
.col-xs-1 .w-product-header {
  width: 155px;
}

.new-products-header:hover,
.w-product-header:hover {
  color: #232c38;
}

.new-products-header-full:hover {
  color: #232c38;
}

.hover-view.new-products-item:hover .new-products-header {
  white-space: normal !important;
  display: none;
}

.hover-view.new-products-item:hover .new-products-header-full {
  white-space: normal !important;
  display: inline-block;
}

.new-products-header-full {
  display: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  height: auto;
  width: 276px;
  margin-bottom: 0px;
  /*text-overflow: ellipsis;
	white-space: nowrap !important;*/
  overflow: hidden;
  color: #232c38;
  text-transform: uppercase;
  margin: 11px 0 0 0;
}

.new-products-params,
.r-banner-params {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.new-products-params {
  font-size: 12px;
  color: #333;
}

.new-products-params .params-name {
  display: inline-block;
  width: auto;
  overflow: hidden;
  background: none;
  position: absolute;
  z-index: 1;
}

.new-products-params .dots {
  display: inline-block;
  overflow: hidden;
  background: none;
  position: absolute;
  width: 283px;
  height: 16px;
  border-bottom: 1px dashed;
  margin: -3px 0 0 0;
}

.new-products-params .params-val {
  display: inline-block;
  width: auto;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 1;
  background: url(/images/textura.png), #f4f4f4;
}

.new-products-params li {
  margin-bottom: 0;
  display: block;
  position: relative;
  width: 283px;
  height: 16px;
}

.new-products-params>li+li,
.r-banner-params>li+li {
  margin-top: 6px;
}

.params-name>span {
  display: inline-block;
  padding-right: 4px;
  background-color: #f4f4f4;
  width: auto;
  background: url(/images/textura.png), #f4f4f4;
}

.new-products-params .value {
  width: 66px;
}

.new-price-block {
  margin: 7px 0 1px 0;
  min-width: 50px;
  display: flex;
}

.n-old-price,
.n-actual-price {
  font-weight: normal;

  float: left;
}

.n-old-price {
  font-size: 14px;
  margin-right: 11px;
  text-decoration: line-through;
  color: #797979;
  margin-top: 3px;
  margin-left: 18px;
}

.n-actual-price {
  font-size: 18px;

  color: #a9cc0c;
}

.n-wishlist {
  line-height: 17px;
  position: relative;

  float: left;
  margin: 10px 0 0 21px;
  text-decoration: none !important;
  color: #858585;
  border-bottom: 1px solid currentColor;
  line-height: 0.85;
}

.n-wishlist.success {
  /*color:#77a118;*/
  filter: grayscale(0%);
  width: 86px;
  color: #35322f;
}

.n-wishlist {
  filter: grayscale(90%);
}



.new-products-params {
  color: #858585;
}

.n-wishlist:before {
  position: absolute;
  top: -4px;
  left: -21px;

  width: 14px;
  height: 17px;

  content: "";

  background: url("images/image-wishlist-off.png") 50% 50% no-repeat;
  background-size: 100%;
}

.n-wishlist.success:before {
  position: absolute;
  top: -4px;
  left: -21px;

  width: 14px;
  height: 17px;

  content: "";

  background: url("images/image-wishlist-on.png") 50% 50% no-repeat;
  background-size: 100%;
}

.new-button-block {
  font-size: 13px;
  float: none;
  width: 100%;
  text-align: center;
  margin: 16px 0 0 0;
}

.n-buy-button.success {
  background-color: #8ec54b;
  padding-left: 42px;
}

.new-button-block .n-buy-button {
  float: none;
  display: none;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hover-view.new-products-item:hover .new-button-block .n-buy-button {
  display: inline-block;
}

.new-button-block .n-buy-button.success {
  width: 136px;
}

.n-buy-button.success:before {
  left: 12px;
}

.n-buy-button {
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 35px;
  padding-left: 44px;
  text-decoration: none !important;
  /*text-transform: uppercase;*/
  color: #fff;
  background-color: #f3990b;
  border-radius: 6px;
}

.n-buy-button:before {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 20px;
  height: 21px;
  content: "";
  background: url("images/cart_icon_small.png") 0 0 no-repeat;
}

.n-buy-button.unavailable {
  padding: 0;
  text-align: center;
}

.n-buy-button.prochee {
  background-color: #c7c7c7;
  cursor: default;
}

.n-buy-button.unavailable:before {
  display: none;
}

.n-buy-button:hover,
.n-buy-button:focus {
  opacity: 0.75;
  color: #fff;
}

.n-buy-button.grey {
  background: #ccc;
}

.new-products .slider-nav {
  top: 3px;
  right: 15px;
  bottom: auto;
  left: auto;
}

.right-banner {
  float: left;
  width: 1057px;
  padding-left: 0px;
  margin-left: -8px;
}

.right-banner-content {
  position: relative;
  background: #e0e0e0;
  border: 4px solid #e0e0e0;
}

.right-banner-img {
  float: left;

  width: 57%;
}

.right-banner-img>img {
  width: 100%;
  height: auto;
}

.right-banner-text {
  position: relative;

  float: left;

  width: 43%;
  height: 100%;
  padding: 27px 0 0 35px;

  background-color: #fff;
}

.right-banner-text:before {
  position: absolute;
  top: 50px;
  left: -34px;

  width: 34px;
  height: 51px;

  content: "";

  background: url("images/banner_arrow.png") 0 0 no-repeat;
}

.r-banner-label {
  font-size: 24px;

  color: #96c134;
}

.r-banner-header {
  font-size: 35px;
  font-weight: bold;
  line-height: 44px;

  margin: 4px 0 8px 0;

  text-transform: uppercase;

  color: #35322f;
}

.r-banner-descr {
  font-size: 14px;
  font-weight: bold;

  text-transform: uppercase;

  color: #35322e;
}

.r-banner-params {
  font-size: 18px;

  margin-top: 29px;

  color: #35322e !important;
}

.r-banner-params .params-name {
  width: 140px;

  background: url("images/dots_image.png") 0 17px repeat-x;
}

.right-banner-text .n-buy-button {
  line-height: 45px;

  width: 225px;
  height: 45px;
  margin-top: 36px;
  margin-bottom: 30px;
  padding-left: 97px;
}

.right-banner-text .n-buy-button:before {
  top: 12px;
  left: 61px;
}

.right-banner .slider-prev,
.right-banner .slider-next {
  z-index: 500;
  top: 50%;

  margin-top: -23px;
}

.right-banner .slider-prev:hover,
.right-banner .slider-next:hover {
  opacity: 0.75;
}

.right-banner .slider-prev {
  left: 0;
  display: none !important;
}

.right-banner .slider-next {
  right: 4px;
  display: none !important;
}

.news {
  float: none;

  width: 100%;
  margin-top: 26px;
  margin-left: 15px;
}

.news h2+a,
.blog h2+a {
  font-size: 15px;

  display: inline-block;

  margin-top: 5px;
  margin-left: 22px;

  text-decoration: underline;

  color: #35322e;
}

.news h2+a:hover,
.blog h2+a:hover {
  text-decoration: none;
}

.news .row,
.blog .row {
  clear: left;

  margin-top: 17px;
  margin-right: 0;
  margin-left: 0;
}

.news-image,
.blog-image {
  width: 100%;
  height: 186px;
  max-height: 186px;
}

.news-header,
.blog-header {
  line-height: 18px;

  display: inline-block;

  margin: 13px 0 7px 0;

  color: #35322e;
}

.news-header.text-header_oneline,
.blog-header.text-header_oneline {
  width: 237px;
  /*height: 18px;*/
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */

  color: #232c38;
  /*overflow: hidden;
		text-overflow: ellipsis;
	white-space: nowrap;*/
  margin-left: 31px;
}

.news-date,
.blog-date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #000000;

  mix-blend-mode: normal;
  opacity: 0.4;
  margin-left: 31px;
}

.news-date {
  margin-top: 20px;
}

.blog {
  float: left;

  width: 100%;
  margin-top: 27px;
  margin-left: 15px;
}

.blog .row>div {
  margin-bottom: 5px;
}

.right-text-list {
  float: left;
  margin: 2px 0 15px 0;
}

.text-list {
  margin: 30px 0 0 0;
  padding: 0;

  list-style-type: none;
}

.text-list>li>img {
  float: left;
}

.text-list>li+li {
  margin-top: 22px;
}

.text-list-info {
  margin-left: 68px;
}

.text-list-header {
  font-size: 18px;
  line-height: 24px;

  margin-bottom: 7px;

  color: #35322e;
}

.text-list-text {
  font-size: 14px;
  line-height: 21px;

  color: #757575;
}

.text-list>li:nth-child(4) .text-list-header {
  padding-top: 15px;
}

.map {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 40px auto 0 auto;
}

.map img {
  width: 100%;
  height: auto;
}

.show-map {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 127px;
  padding-top: 14px;

  text-align: center;

  background: url("images/map_glow.png") top center no-repeat;
}

.show-map>a {
  font-size: 13px;
  font-weight: bold;

  position: relative;

  text-decoration: none !important;
  text-transform: uppercase;

  color: #84af22;
  border-bottom: 1px dashed #84af22;
}

.show-map>a:hover {
  border-bottom-color: transparent;
}

.show-map>a:after {
  position: absolute;
  top: 5px;
  right: -20px;

  width: 12px;
  height: 7px;

  content: "";

  background: url("images/show_icon.png") 0 0 no-repeat;
}

.map.min .show-map>a:after {
  background: url("images/hide_icon.png") 0 0 no-repeat;
}

footer {
  background-color: #fff;
}

.footer-container {
  position: relative;
  overflow: hidden;
  padding: 14px 0 50px 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-top: none;
}

.footer-list {
  float: left;
  font-size: 13px;
  margin: 0;
  margin-right: 60px;
  padding: 0;

  list-style-type: none;
}

.footer-container .footer-list:nth-child(2) {
  margin: 0px 61px 0 4px;
}

.footer-list:nth-of-type(2) {
  margin-right: 90px;
}

.footer-list .menu-separ {
  margin: -9px 0;
}

.footer-list>li:first-child {
  margin-bottom: 21px;
}

.footer-list li {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #858585;
}

.footer-list>li:first-child>a {
  font-size: 16px;
  font-weight: bold;

  text-transform: uppercase;

  color: #35322e;
}

.footer-list a {
  line-height: 20px;

  color: #757575;
}

.footer-list:last-of-type {
  margin-right: 30px;
  max-width: 180px;
}

.footer-social-block {
  float: left;
  font-size: 13px;
  margin-left: 0;
}

.footer-social {
  margin: 110px 0 0 4px;
  position: absolute;
}

.footer-phone {
  font-size: 13px;
}

.footer-social h3,
.footer-phone h3 {
  font-size: 14px;

  margin-bottom: 11px;
}

.footer-social>a>img {
  opacity: 0.35;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 22px;
  margin-top: 16px;
}

.footer-social>a:hover>img {
  opacity: 0.9;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.left-social>a>img {
  opacity: 0.35;
  width: 22px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.left-social>a:hover>img {
  opacity: 0.9;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /*filter: none;*/
}

.footer-phone {
  float: left;
  margin-left: 0;
  margin-top: 4px;
}

.footer-phone .phone {
  margin: 0;
  float: none;
  text-align: left;
  width: 315px;
}

.footer-phone .phone-number {
  font-size: 30px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.footer-phone h3 {
  margin-bottom: 0;
}

.footer-phone-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #858585;
  margin: -7px 0 0 0;
  color: #757575;
}

.footer-phone .address {
  float: left;
  margin: 27px 45px 0 0;
}

.footer-phone .address-header {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 22px 0;
  text-transform: uppercase;

  color: #35322e;
}

.footer-phone .header-info-link-footer {
  font-size: 14px;
  text-decoration: none !important;
  color: #5c8106 !important;
  border-bottom: 1px solid #5c8106;
  line-height: 0.85;
  display: inline-block;
}

.footer-phone .address .header-other-info {
  margin: 0px 0 7px 0;
  font-size: 16px;
}

.footer-phone-link a {
  font-size: 14px;

  text-decoration: none !important;

  color: #5c8106 !important;
  border-bottom: 1px solid #5c8106;
  line-height: 0.85;
  display: inline-block;
}

.footer-phone-link a:hover {
  text-decoration: none;
}

.f-banks {
  margin-top: 23px;
  margin-left: 2px;
}

.copyright-block {
  font-size: 12px;
  line-height: 56px;

  color: #757575;
  background-color: #fff;
}

.copyright {
  float: left;
}

.designer {
  float: right;
}

.designer a {
  text-decoration: underline;

  color: #757575;
}

.designer a:hover {
  text-decoration: none;
}

/*Wishlist page*/
.wishlist-block {
  overflow: hidden;

  margin: 23px 0 57px 0;
}

.wishlist-block ul {
  width: 100%;
  margin: 0;
  padding: 0;

  list-style-type: none;
}

.wishlist-block li {
  float: left;
  width: 100%;
  padding: 7px 0;
}

.wishlist-block li+li {
  border-top: 1px solid #c9c9c9;
}

.wishlist-block li>img {
  float: left;

  width: 148px;
  height: auto;
  margin-right: 30px;
}

.wishlist-left-info {
  float: left;
  width: 400px;
  padding: 28px 0 0 0;
}

.w-product-header {
  margin-bottom: 0;
}

.wishlist-left-info .new-price-block {
  margin-top: 9px;
}

.wishlist-right-info {
  float: right;

  padding-top: 35px;
}

.del-from-wish,
.send-friend {
  line-height: 17px;
  position: relative;
  text-decoration: none !important;
  color: #606060 !important;
  border-bottom: 1px dashed #606060;
}

.del-from-wish {
  margin-right: 80px;
}

.send-friend {
  margin-right: 55px;
}

.del-from-wish:before,
.send-friend:before {
  position: absolute;
  top: 0;

  content: "";
}

.send-friend:before {
  top: 3px;
  left: -22px;
  width: 15px;
  height: 11px;
  background: url("images/send_icon.png") 0 0 no-repeat;
}

.del-from-wish:before {
  left: -20px;
  width: 14px;
  height: 17px;
  background: url("images/del_icon.png") 0 0 no-repeat;
}

.del-from-wish:hover {
  border-bottom-color: transparent;
}

.wishlist-right-info .n-buy-button {
  width: auto;
  padding-right: 22px;
}

/*Contacts-page*/
.contacts-map-block {
  margin: 0;
}

.map-container {
  position: relative;

  width: 100%;
}

.map-container>img {
  width: 100%;
  height: auto;
}

.map-info {
  z-index: 2;
  line-height: 24px;
  position: absolute;
  top: 50px;
  left: 53px;
  width: 486px;
  padding: 38px 15px 45px 38px;
  color: #7a7a7a;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.map-info-header {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #000000;
  line-height: 26px;
}

.map-info.vcard ul {
  margin: 3px 0 0 0px;
  padding: 0 0 0 0;
  list-style: none;
}

.map-info.vcard ul li {
  color: #000000;
  font-size: 16px;
  padding: 0 1px;
  margin-bottom: 2px;
  line-height: 22px;
  position: relative;
  line-height: 27px;
  text-indent: 22px
}

.map-info.vcard ul li::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #9EC82C;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 2px;
}

.parking {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 28px 0 0 15px;
  width: 380px;
  position: relative;
}

.parking span {
  color: #96C034;
}

.parking::before {
  content: '';
  position: absolute;
  background: url('/images/parking.png');
  width: 32px;
  height: 32px;
  left: -36px;
  top: 28px;
}

.map-info-text {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 28px 0 0 0;
}

.map-warn {
  position: absolute;
  height: 30px;
  width: 600px;
  background: #F7992E;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 4px 0 0 0;
  /*! writing-mode: vertical-rl; */
  transform: rotate(-90deg);
  top: 285px;
  left: -285px;
}

h1.contacts {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #35322F;
  margin: 0 0 25px 0;
}

.contacts.title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #35322F;
	margin: 0 0 25px 0;
  
}

.container .contacts.title {

  display: none;
}

.map-info-block {
  margin-top: 21px;
}

.map-info-block>p {
  padding-bottom: 2px;
}

.info-small-header {
  font-size: 14px;
  font-weight: bold;

  margin-bottom: 5px;
  text-transform: uppercase;
  color: #525252;
}

.map-info-phone {
  font-size: 24px;
  color: #35322e;
}

.map-info-email {
  color: #5c8106 !important;
}

.map-info-email:hover {
  text-decoration: underline;
}

.contacts-content {
	float: left;
	
	margin: 0 0 0 1px;
}

.c-content-img {
	float: right;
	width: 614px;
	margin: 43px 5px 0 0;
}

.c-content-text-contacts .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	color: #535353;
	width: 500px;
	float: none;
	text-align: left;
	margin: 28px 0 0 0;
}

.title.phone .text {
	font-size: 24px;
	line-height: 18px;
	color: #535353;
	font-weight: normal;
	margin: 12px 0 0 0;
}

.title.mail {
	margin: 22px 0 0 0;
}

.title.mail .text {
	font-size: 13px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #96C034;
	font-weight: normal;
	text-transform: none;
	margin: 8px 0 0 0;
}

.title.wh .text {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	color: #858585;
	margin: 10px 0 0 0;
}

.title.phone{
  float: none;
}

.c-content-img img {
  width: 100%;
  height: auto;
}

.c-content-text-contacts .ct {
	font-size: 24px;
	line-height: 28px;
	color: #35322F;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #35322F;
	margin: 65px 0 28px 4px;
}

.map-reveal {
	background: #ffffff;
	box-shadow: 4px 4px 8px rgba(129, 129, 129, 0.35);
	left: 50%;
	margin: 0 0 0 -675px;
	top: 100px;
	position: absolute;
	opacity: 0;
	z-index: 999999;
	visibility: hidden;
	width: 1350px;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
  overflow: hidden;
	height: 800px;
  
}

.map-reveal .close-reveal-modal {
	background: url('../images/Vector.png') 0 0 no-repeat !important;
	top: 25px !important;
	right: 25px !important;
	position: absolute;
	cursor: pointer;
	width: 20px;
	height: 19px;
}

.map-reveal .map-reveal-link-contacts {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-decoration-line: underline;
	color: #96C034;
	margin: 0 0 72px 0;
}

.map-reveal .contacts-content .ext{
  display: none;
}

.map-reveal-link-contacts {
	display: none;
}

.map-reveal .contacts.title {
	margin: 19px 0 25px 0px;
}

.map-reveal .map-reveal-wrapper {
	margin: 0 0 0 50px;
	overflow-y: scroll;
	/* overflow: hidden; */
	height: 800px;
	padding: 0 53px 0 0;
}

.c-content-text-contacts p {
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #858585;
	margin: 27px 0 0 4px;
  width: 100%;
}

.c-content-text {
  float: left;
  width: 50%;
  margin-top: 22px;
  padding-right: 45px;
}

.c-content-text p {
  font-size: 14px;
  line-height: 26px;
  color: #7a7a7a;
}

.c-content-text-contacts p:last-child {
	margin: 29px 0 58px 4px;
}

.c-content-text p>span {
  font-weight: bold;
  color: #35322e;
}

.c-content-text-contacts {
	margin: 42px 0 0 0;
	width: 1249px;
}

.c-content-text-contacts h3 {
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin: 20px 0 29px 0 !important;
}

.title.address {
	margin: 0 0 0 0;
}

.title.address .text {
	font-size: 13px;
	line-height: 23px;
	color: #858585;
	margin: 7px 0 0 0;
	font-weight: normal;
	text-transform: none;
}


.product-page__print:after {
  background: url("images/Big_Print.png") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
  content: "";
}

.product-page__print:hover {
  text-decoration: none;
  border-bottom: none;
  color: #606060;
}

/*addon*/
#ajax-img-container {
  display: none;
}

.pointer {
  cursor: pointer;
}

.map.min {
  overflow: hidden;
  height: 50px;
}

.wait * {
  cursor: wait;
}

.move-down.on {
  position: absolute;
  bottom: 16px;
  left: 22px;
  width: 87%;
}

.new-products-image>img.inverted {
  width: auto;
  height: 100%;
  position: relative;
}

.product-page .product-info-details ul.marcet-list ul {
  display: none;
  padding: 10px;
  background: #fff;
  z-index: 9;
}

.product-page .product-info-details>ul.marcet-list {
  position: relative;
  padding: 0;
}

.product-page .product-info-details>ul.marcet-list li {
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  line-height: 2em;
}

.product-page .product-info-details>ul.marcet-list li span.marcet-list-item__name {
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 1px dashed #333;
}

.product-page .product-info-details>ul.marcet-list ul li {
  font-weight: 400;
}

.auth {
  display: none;
}

.order-t {
  margin-bottom: 40px;
  width: 650px;
}

.order-t .td1 {
  width: 160px;
  padding: 5px;
  color: #999;
  font-weight: bold;
}

.order-t tr.type-1 td {
  padding: 40px 5px;
}

.order-t .td2 {
  padding: 5px;
  width: 367px;
  position: relative;
}

.order-t .text-i {
  border: 1px solid #999;
  padding: 5px 10px;
}

.order-t .text-i.type-1 {
  width: 100%;
}

.order-t .text-i.type-2 {
  width: 150px;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 4px;
}

.order-t .text-i.type-3 {
  width: 68px;
  padding: 2px 10px 2px 10px;
}

.order-t select {
  border: 1px solid #999;
  padding: 5px 10px;
  width: 100%;
}

.order-t select option {
  padding: 0 10px;
}

.order-t label input {
  margin-right: 3px;
}

.order-t label {
  margin-bottom: 8px;
  display: inline-block;
  color: #aaa;
  cursor: pointer;
}

.order-t .checkbox {
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 3px;
}

.order-t .l1 {
  display: inline-block;
  margin: 0 10px 4px 20px;
  width: 106px;
}

.order-t .l1.type-1 {
  width: 108px;
}

.order-t .map {
  display: inline-block;
}

.order-t .map input {
  width: 117px;
}

.order-t .map a {
  padding: 2px 12px;
  margin-right: 10px;
  background: #ecebe9;
  border: 1px solid #ccc;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.order-t .hideoptions {
  color: #aaa;
  margin-bottom: 10px;
  display: none;
}

.order-t .map span {
  line-height: 140%;
}

.order-t textarea {
  width: 367px;
  height: 61px;
  border: 1px solid #999;
  margin-bottom: 15px;
  resize: none;
  padding: 5px 10px;
}

.order-t .send {
  color: #fff;
  font-size: 20px;
  padding: 7px 30px;
  border-radius: 6px;
  border: 1px solid #999;
  background: #abe344;
  background: -webkit-gradient(linear,
      0 0,
      0 bottom,
      from(#abe344),
      to(#769d28));
  background: -webkit-linear-gradient(#abe344, #769d28);
  background: -moz-linear-gradient(#abe344, #769d28);
  background: -ms-linear-gradient(#abe344, #769d28);
  background: -o-linear-gradient(#abe344, #769d28);
  background: linear-gradient(#abe344, #769d28);
  cursor: pointer;
}

.order-t .v-a-t {
  vertical-align: top;
}

.search-form .search-suggest.search {
  width: 246px;
  height: 35px;
  padding: 0 0 0 10px;
  border: 1px solid #afafaf;
  font-size: 13px;
}

.search-form .search-suggest.search:after {
  content: "";
  width: 20px;
  height: 20px;
}

#search-form {
  position: relative;
}

.new-products__clear {
  clear: both;
}

.faq-list .faq-list-item {
  max-height: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: max-height 300ms linear;
  -moz-transition: max-height 300ms linear;
  -ms-transition: max-height 300ms linear;
  -o-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
}

.faq-list-item-question {
  text-decoration: underline;
}

.faq-list .faq-list-item .faq-list-item-question:hover {
  text-decoration: none;
}

.b-content .right .niz_menu ul {
  padding-top: 13px;
  list-style: none outside none;
}

.b-content .right .niz_menu ul li {
  float: left;
  margin-right: 10px;
  width: 120px;
  text-align: center;
}

.b-content .right .niz_menu ul li.niz_menu_1 {
  background: url(/images/niz_menu_1.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_2 {
  background: url(/images/niz_menu_2.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_3 {
  background: url(/images/niz_menu_3.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_4 {
  background: url(/images/niz_menu_4.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_5 {
  background: url(/images/niz_menu_5.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_6 {
  background: url(/images/niz_menu_7.png) top center no-repeat;
}

.b-content .right .niz_menu ul li.niz_menu_7 {
  background: url(/images/niz_menu_6.png) top center no-repeat;
}

.b-content .right .niz_menu ul li a span {
  display: block;
  padding-top: 80px;
}

.b-content .right .niz_menu ul li a:hover {
  text-decoration: underline;
}

.b-content .right .niz_menu ul li a {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.tile h2 {
  height: 51px;
  text-align: center;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Feedback page */
.feedback-page {
  overflow: hidden;

  margin: 23px 0 100px 0;
}

.feedback-form {
  float: left;
  color: #333;
  width: 750px;
  margin: 0 89px 0 0;
  padding: 19px 25px 38px 25px;

  background-color: #f8f8f8;
}

.feedback-form form {
  font-size: 14px;

  margin: 23px 0 0 0;

  color: #35322e;
}

.feedback-form form label {
  font-weight: normal;

  display: block;

  margin-bottom: 6px;
}

.feedback-form form input,
.feedback-form form textarea {
  width: 100%;
  height: 35px;
  padding-left: 10px;

  border: 1px solid #afafaf;
}

.feedback-form form textarea {
  height: 150px;
}

.feedback-form form .radio {
  position: relative;

  display: block;
  float: left;

  margin-top: 10px;
  margin-bottom: 10px;
}

.feedback-form form .radio+.radio {
  margin-left: 30px;
}

.feedback-text {
  float: left;

  width: 400px;
  padding: 5px 0 10px 26px;

  border-left: 5px solid #96c134;
}

.feedback-text h3 {
  color: #7a7a7a;
  margin-bottom: 17px;
}

.feedback-text p {
  font-size: 14px;
  line-height: 24px;

  color: #7a7a7a;
}

.feedback-form-block {
  float: left;
  clear: both;

  width: 100%;
  margin: 0 0 25px 0;
}

.feedback-block-double {
  float: left;

  width: 333px;
}

.feedback-block-double+.feedback-block-double {
  margin-left: 34px;
}

.feedback-radio-group {
  clear: both;

  width: 100%;
}

.feedback-form .feedback-radio {
  margin-bottom: 7px;
  padding-top: 5px;
}

.feedback-form .feedback-radio>label {
  font-weight: bold;
}

.feedback-form input[type="radio"] {
  width: 14px;
  height: 14px;
  margin-top: 0;

  vertical-align: top;
}

.feedback-form input[type="radio"]+label {
  line-height: 14px;

  cursor: pointer;
}

.feedback-form input[type="radio"]:not(checked) {
  position: absolute;

  opacity: 0;
}

.feedback-form input[type="radio"]:not(checked)+label {
  position: relative;

  padding: 0 0 0 24px;
}

.feedback-form input[type="radio"]:not(checked)+label:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 14px;
  height: 14px;

  content: "";

  border: 1px solid #afafaf;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #fff;
}

.feedback-form input[type="radio"]:not(checked)+label:after {
  position: absolute;
  top: 4px;
  left: 4px;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  opacity: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #96c134;
}

.feedback-form input[type="radio"]:checked+label:before {
  border-color: #96c134;
}

.feedback-form input[type="radio"]:checked+label:after {
  opacity: 1;
}

.feedback-form .feedback-small-text {
  margin-top: 6px;
}

.feedback-form .feedback-small-text textarea {
  height: 80px;
}

.feedback-btn {
  clear: both;

  width: 100%;

  text-align: center;
}

.feedback-btn button {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  padding: 14px 46px;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #f3990b;
}

.feedback-btn button:hover {
  opacity: 0.75;
  outline: none;
}

/* Recall popup */
.recall-popup,
.friend-popup {
  display: none;

  width: 470px;
  min-height: 458px;
  padding: 20px 30px 27px 30px;

  color: #35322e;
}

.recall-popup input,
.friend-popup input,
.recall-popup textarea,
.friend-popup textarea {
  font-size: 14px;

  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;

  border: 1px solid #afafaf;
}

.recall-popup input,
.friend-popup input {
  height: 35px;
}

.recall-popup textarea,
.friend-popup textarea {
  height: 112px;
}

.recall-popup label,
.friend-popup label {
  font-size: 14px;
  font-weight: normal;

  margin-bottom: 6px;
}

.recall-popup form,
.friend-popup form {
  margin: 20px 0 0 0;
}

.recall-popup button,
.friend-popup button {
  font-size: 14px;
  font-weight: bold;

  width: 100%;
  height: 45px;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #f3990b;
}

.recall-popup button:hover,
.friend-popup button:hover {
  opacity: 0.75;
}

.fancybox-nav span {
  width: 40px;
  height: 40px;
  background: url("images/slider_nav.png") 0 0 no-repeat;
  visibility: visible;
}

.fancybox-prev span {
  left: 20px;
}

.fancybox-next span {
  right: 20px;
  background-position: -40px 0;
}

/* Changes 15.05.2017 */
.auth {
  display: none;
}

.topbar-menu {
  float: right;
}

.topbar-menu li:last-child {
  margin-right: 0;
}

.feedback {
  display: none;
}

header>.header-top {
  position: relative;

  margin-bottom: 0px;
}

.header-block {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.slider-banners {
  display: none;
}

.main-slider-container .slider-prev {
  margin-left: 0;
}

.header-block:after {
  display: none;
}

.exclusive-slider .ul {
  margin: 0 !important;
}

.exclusive-slider .element {
  margin-bottom: 0;
  list-style-type: none;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pager-nav.nav-2019 .total {
  font-size: 14px;
  color: #858585;
}

.pager-nav.nav-2019 .total span {
  font-weight: bold;
  color: #A9CC0C;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #77a118;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pager li,
.pagination>li {
  display: inline;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #77a118;
  border-color: #77a118;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #77a118;
  background-color: #eee;
  border-color: #ddd;
}

.cl-grey {
  color: #757575;
}

.file-selectdialog .file-extended .file-uploader {
  color: #a0c500 !important;
}

.main-text {
  color: #35322e;
}

.delivery-table {
  border: 1px solid #cccccc;
}

.delivery-table>tbody>tr:nth-of-type(2n + 1) {
  background-color: #ebebeb;
}

.delivery-table>tbody>tr>th {
  color: #fff;
  padding: 13px 17px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #96c034;
}

.delivery-table>tbody>tr>td {
  color: #333333;
  padding: 20px 25px;
  text-align: center;
  vertical-align: middle;
}

.delivery-table>tbody>tr>th,
.delivery-table>tbody>tr>td {
  border: solid #cccccc;
  border-width: 0 1px 0 0;
}

.delivery-table>tbody>tr>td:last-of-type,
.delivery-table>tbody>tr>th:last-of-type {
  border: 0;
}

.delivery-table td p {
  margin: 0 0 3px;
}

.delivery-table td span {
  color: #818181;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.delivery-table td.price,
.delivery-table td .price {
  color: #96c034;
  font-size: 20px;
}

.delivery-table td.icon img {
  display: block;
  margin: 0 auto 10px;
}

.delivery-terms {
  margin: 60px 0 35px;
}

.delivery-terms h3 {
  color: #333333;
}

.delivery-terms ul {
  padding: 0 0 0 17px;
  list-style-image: url("images/li-marker-x10.png");
}

.delivery-terms ul li {
  color: #333333;
  font-size: 13px;
  padding: 0 15px;
  margin-bottom: 30px;
}

.delivery-gallery img {
  border: 1px solid #c3c3c3;
}

.delivery-seo {
  margin: 60px 0 0;
}

/*Блок для js слайдера */

.item-slider {
  position: relative;
  display: block;
  width: 246px;
  height: 227px;
  overflow: hidden;
}

.item-slider-item,
.item-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
}

.item-slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: auto;
  height: auto;
  opacity: 0;
  background-repeat: no-repeat;
}

.rr-block-mp .item-slider-image {
  background-size: 100%;
}

.col-xs-3 .item-slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: auto;
  height: auto;
  opacity: 0;
}

.item-slider-image.x-center {
  background-position-x: center;
}

.col-xs-2 .item-slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 327px;
  height: 228px;
  opacity: 0;
  background-repeat: no-repeat;
}

.item-slider-list,
.item-slider-more {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.item-slider-item:first-child .item-slider-image,
.item-slider-item:hover .item-slider-image {
  opacity: 1;
  background-color: #fff;
}

.hover-view:hover .item-slider-list {
  z-index: 2;
}

.item-slider-list {
  z-index: -1;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider-one .item-slider-list {
  margin: 0 !important;
}

.item-slider-list:hover .item-slider-item:after {
  background-color: rgba(232, 232, 232, 0.8);
}

.item-slider-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0px;
  position: static !important;
}

.item-slider-item:hover .item-slider-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-slider-item.slider-active:hover::after {
  background-color: #ffbc0a !important;
}

.item-slider-item.slider-active:after {
  content: "";
  width: 100%;
  height: 4px;
  margin: 0 1px 3px 1px;
  background-color: rgba(232, 232, 232, 0.8);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 95%;
}

.item-slider-list .item-slider-item.slider-active:first-child:after {
  margin: 0 1px 3px 4px;
}

.item-slider-list .item-slider-item.slider-active:last-child:after {
  width: 90%;
}

.hover-view.new-products-item:hover .item-slider {
  height: 248px;
}

.item-slider-item.slider-active:first-child:after {
  background-color: #ffbc0a;
}

.item-slider-list:hover .item-slider-item.slider-active:first-child:after {
  background-color: rgba(232, 232, 232, 0.8);
}

.item-slider-more {
  z-index: -1;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.item-slider-counter {
  position: absolute;
  left: 5px;
  bottom: 8px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
}

/*new banner exclusive*/
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/DINPro-Light.woff") format("woff"),
    url("fonts/DINPro-Light.ttf") format("truetype"),
    url("fonts/DINPro-Light.svg#DINPro-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("fonts/fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/DINPro-Medium.woff") format("woff"),
    url("fonts/DINPro-Medium.ttf") format("truetype"),
    url("fonts/DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/DINPro-Black.woff") format("woff"),
    url("fonts/DINPro-Black.ttf") format("truetype"),
    url("fonts/DINPro-Black.svg#DINPro-Black") format("svg");
  font-weight: 800;
  font-style: normal;
}

.right-banner-content {
  border-width: 13px;
}

.right-banner-img {
  float: left;
  width: 57%;
  height: 392px;
  overflow: hidden;
  min-height: 138px;
  position: relative;
}

.right-banner-img img {
  display: block;
  width: 100%;
}

.right-banner-title-wrap {
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px;
}

.right-banner-title {
  font-family: DINPro, Arial;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 1px 3px #000;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-banner-title a {
  color: #fff;
}

.right-banner-descr {
  font-family: DINPro, Arial;
  font-weight: 100;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 1px 3px #000;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-banner-text {
  position: relative;
  float: left;
  width: 43%;
  height: 100%;
  padding: 0 0 0 15px;
  background-color: #e0e0e0;
}

.right-banner-text:before {
  content: none;
}

.right-banner-text-price {
  padding: 15px 0 15px 0;
  width: auto;
}

.right-banner-real-price {
  font-family: DINPro;
  font-weight: 800;
  font-size: 43px;
  line-height: 36px;
  color: #000;
  float: left;
}

.right-banner-new-price-title {
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}

.right-banner-new-price-cnt {
  font-family: DINPro;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 19px;
  color: #000;
}

.right-banner-foto-item {
  width: 49.1%;
  height: 160px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  overflow: hidden;
}

.right-banner-foto-item img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

.left-mailform-wrap {
  background: url("images/left-mailform.svg") center top no-repeat;
  padding: 34px 15px 20px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: 300px 100%;
}

.left-mailform-title {
  font-weight: bold;
  font-size: 21px;
  text-shadow: 0 1px 0 #fff;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 23px;
  text-align: center;
}

.left-mailform-wrap .alert {
  font-size: 12px;
  padding: 5px;
  line-height: 12px;
  margin-bottom: 11px;
}

.left-mailform-wrap .alert .close {
  font-size: 11px;
}

.from-group {
  margin-bottom: 10px;
  position: relative;
}

.left-mailform-email {
  height: 30px;
  border: none;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}

.left-mailform-select {
  position: relative;
}

.left-mailform-select-btn {
  height: 30px;
  padding: 6px 12px;
  display: block;
  background: url("images/filters_arrow.png") 212px center no-repeat #fff;
  width: 100%;
  border: none;
  text-align: left;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  outline: none;
}

.styled-dropdown.dropdown-menu {
  min-width: 132px;
  margin-top: 10px;
  padding: 17px 10px 9px 10px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6px 8px rgba(0, 0, 0, 0.05);
}

.styled-dropdown.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 18px;
  height: 10px;
  content: "";
  background: url("/bitrix/templates/d-mebel-2017/images/filters_corner.png") 0 0 no-repeat;
}

.left-mailform-select label {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.left-mailform-btn-submit {
  font-size: 12px;
  width: 100%;
  height: 29px;
  margin-top: 5px;
}

.left-mailform-user {
  margin-bottom: 0;
}

.left-mailform-user label {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  margin-top: 3px;
}

.left-mailform-user label a {
  color: #333;
  font-weight: bold;
}

.left-mailform-submit {
  margin-bottom: 0;
}

.button-green-bordered {
  background: transparent;
  border-radius: 1px;
  border: 2px solid #69ab19;
  color: #69ab19;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}

.left-mailform-submit-btn {
  font-weight: bold;
  font-size: 19px;
  display: block;
  padding: 5px 15px;
  width: 100%;
}

.excl-offer {
  height: 350px;
}

.hit-sell {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ebcc54;
  width: 44px;
  height: 20px;
  padding: 0 0 0 9px;
  margin: 21px 0 0 0;
}

.new-products-info {
  box-shadow: none;
  position: relative;
  height: auto;
  min-height: 98px;
}

.items-block .row {
  position: relative;
  margin: 0 0 0 0;
  display: flex;
}

.items-block {
  height: 100%;
  margin: 13px 0 0 0px;
  position: relative;
  max-height: 285px;
}

.new-products .items-block {
  margin: 5px 0 0 0px;
  position: relative;
  height: 285px;
}

.items-block .col-xs-3,
.items-block .col-xs-4,
.items-block .col-xs-1,
.new-products .col-xs-3,
.new-products .col-xs-4 {
  padding: 0 0 0 0;
  margin-bottom: 16px;
  width: auto;
  margin: 0 17px 0 0px;
  /*box-shadow: 4px 4px 8px rgba(129, 129, 129, 0.35);*/
}

.new-products .col-xs-4 {
  margin: 0 17px 15px 0px;
}

.new-products .col-xs-3 {
  margin: 0 22px 21px 0px;
}

.items-block .col-xs-5 {
  width: 234px;
  padding: 0 0 0 0;
  margin: 0 18px 0 0;
}

.main-page-line-4 .items-block .row {
  position: relative;
  padding-left: 0px;
}

.col-xs-5 .item-slider {
  position: relative;
  display: block;
  width: 234px;
  height: 176px;
  overflow: hidden;
}

.col-xs-5 .hover-view.new-products-item .hover-view-bg {
  transition: 0.2s;
  position: relative;
  top: 0px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 4px 8px rgba(205, 205, 205, 0.25);
  background: #e1e1e1;
  height: auto;
}

.col-xs-5 .new-products-item {
  height: 272px;
  position: relative;
  overflow: visible !important;
  width: 234px;
}

.header-other-info.clearfix {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #858585;
  margin: 2px 0 5px 0;
}

.pop-cat .new-products {
  float: none;
}

.main-slider-container {
  padding-left: 0px;
  width: 1036px !important;
  margin: 121px 0 0 0px;
  position: relative;
  width: 100%;
  height: 260px;
}

.cart-item .b-rub,
.b-rub_arial {
  display: inline-block;
}

.stiker-price-new .b-rub,
.b-rub_arial {
  display: inline-block;
}

.request-form-block.contacts {
  margin-top: 25px;
}

.oferta.checkbox {
  margin-top: 35px;
}

.oferta.checkbox label {
  font-size: 13px;
}

.oferta.checkbox input {
  margin: 3px 0px 0px -25px;
}

.watched .watched_wrap {
  background: #e7e7e7;
  border-radius: 10px;
  width: 196px;
  margin: 0 0 0 0px;
  background-image: url(/images/textura.png);
}

.watched .watched_wrap .title_h3 {
  margin: 0px 0 0px 0 !important;
}

.footer-container .yarating {
  margin: 10px 10px 5px 10px;
}

.footer-container .yarating-wrap {
  background: #e7e7e7;
  border-radius: 10px;
  position: absolute;
  margin: 115px 0 0 1080px;
}


.buywith-products .hover-view-bg:hover .new-products-info {
  background: none;
  box-shadow: none;
}

.hover-view-bg:hover .new-products-info {
  background: url("/images/textura.png"), #f4f4f4;
  background-repeat: repeat;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.buywith-products .hover-view-bg:hover .new-products-info {
  box-shadow: none;
}

.hover-view-bg:hover .b-foto {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.to-wishlist-btn-new {
  position: absolute;
  top: 16px;
  left: 255px;
  z-index: 100;
  display: none;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.wishlist-wrapper .to-wishlist-btn-new {
  left: 185px;
  display: block;
  z-index: 1;
}



.wishlist-wrapper .hover-view-bg:hover .to-wishlist-btn-new {
  left: 255px;
  z-index: 100;

}

.to-wishlist-btn-new:before {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  left: 2px;
  top: 2px;
  background: #f2f3f4;
  border-radius: 17px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
}

.to-wishlist-btn-new:after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  left: 9px;
  top: 9px;
  background: url("/images/Fav.png?2020") no-repeat;
}

.to-wishlist-btn-new.success:after,
.to-wishlist-btn-new.success:hover:after {
  background: url("/images/FavSel.png?2020") no-repeat;
}

.to-wishlist-btn-new:hover:after {
  background: url("/images/FavHover.png?2020") no-repeat;
}

.to-wishlist-btn-new .n-wishlist-new {
  height: 34px;
  width: 0px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 -95px;
  border-radius: 17px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 0 0 17px;
  display: block;
  position: absolute;
  z-index: -2;
  right: 6px;
  top: 2px;
  white-space: nowrap;
  overflow-x: hidden;
  opacity: 0;
  text-overflow: ellipsis;
}

.to-wishlist-btn-new:hover .n-wishlist-new.success {
  width: 151px;
  margin: 0 0 0 -104px;
}

.new-products-item:hover .to-wishlist-btn-new,
.new-products-item:hover .new-products-image__hover {
  display: block;
}

.to-wishlist-btn-new:hover .n-wishlist-new {
  width: 131px;
  transition: width 0.5s;
  opacity: 1;
}

.new-products-image .new-products-image__hover {
  position: absolute;
  display: none;
  width: 38px;
  height: 38px;
  content: "";
  top: 65px;
  left: 255px;
  z-index: 100;
}

.new-products-image .new-products-image__hover:before {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  background: #f2f3f4;
  top: 2px;
  left: 3px;
  z-index: 100;
  border-radius: 17px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.new-products-image .new-products-image__hover:after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  background: url("/images/Zoom icon.png?2020") top center no-repeat;
  top: 10px;
  left: 3px;
  z-index: 100;
}

.new-products-image .new-products-image__hover:hover:before {
  display: block;
}

.new-products-image__hover .prev-text {
  height: 34px;
  width: 0px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 -95px;
  border-radius: 17px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 0 17px;
  display: block;
  position: absolute;
  z-index: -2;
  right: 10px;
  top: 2px;
  white-space: nowrap;
  overflow-x: hidden;
  opacity: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
}

.new-products-image__hover:hover .prev-text {
  width: 169px;
  opacity: 1;
  transition: width 0.5s;
}

.new-products-image__hover:hover:after {
  background: url("/images/ZoomHover.png?2020") no-repeat;
  left: 11px;
}

.right-content .new-products-params {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  /*list-style-image: url("/images/li-marker.png");*/
}

.main-slider-container-textura {
  position: absolute;
  min-width: 100%;
  left: 0px;
  background: url(/images/textura.png), #f1f1f1;
  height: 316px;
  margin: 62px 0 0 0;
}

.rr-block-mp .slider-prev {
  margin-left: 1px;
  position: absolute;
  top: 128px;
  left: -5px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e1e1e1;
  width: 33px;
  height: 35px;
  z-index: 13;
}

.rr-block-mp .slider-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 12px;
}

.rr-block-mp .slider-prev:after {
  content: "";
  position: absolute;
  border-top: 5px solid #b7b7b7;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  top: 33px;
  left: -2px;
}

.rr-block-mp .items-block .slider-next {
  top: 80px;
}

.rr-block-mp .slider-next {
  margin-left: 1px;
  position: absolute;
  top: 128px;
  right: -5px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e1e1e1;
  width: 33px;
  height: 35px;
  z-index: 12;
}

.rr-block-mp .slider-next:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  top: 8px;
  left: 4px;
}

.rr-block-mp .slider-next:after {
  content: "";
  position: absolute;
  border-top: 5px solid #b7b7b7;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  top: 33px;
  left: 26px;
}

.rr-block-mp .slider-next.hover {
  right: -91px;
}

.rr-block-mp .items-block .slider-next {
  display: none;
}

.rr-block-mp .slider-next {
  display: block;
}

.hover-view.new-products-item:hover .slider-next {
  display: block;
}

.rr-block-mp .slider-next,
.rr-block-mp .slider-prev {
  display: none;
}

.rr-block-mp:hover .slider-next.hov,
.rr-block-mp:hover .slider-prev.hov {
  display: block;
}

.to-cart-buttons-add .product-count .plus {
  background: none;
}

.to-cart-buttons-add .product-count {
  display: inline-block;
  margin: -2px 0 0 21px;
  background: #f7f8fa;
  border-radius: 4px;
  width: 100px;
  height: 38px;
  position: relative;
}

.to-cart-buttons-add .count-value {
  font-size: 18px;
  display: inline-block;
  padding: 0 0 0 0;
  vertical-align: middle;
  color: #35322e;
  margin: 7px 0 0 30px;
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  background: #f7f8fa;
}

.to-cart-buttons-add .product-count .minus {
  background: url(/images/minusNew.png) no-repeat left center;
  content: "";
  background-size: 100%;
  position: absolute;
  top: 21px;
  left: -3px;

  height: 7px;
  width: 7px;
  margin: -6px 0 0 21px;
}

.to-cart-buttons-add .product-count .plus {
  background: url(/images/plusNew.png) no-repeat left center;
  content: "";
  background-size: 100%;
  position: absolute;
  top: 19px;
  left: 50px;

  height: 10px;
  width: 10px;
  margin: -6px 0 0 21px;
}

.to-cart-buttons-add {
  display: inline-block;
}

.to-cart-buttons-add div {
  float: left;
}

.to-cart-buttons-add .add {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #858585;
  margin: 9px 0 0 169px;
}

.to-cart-buttons-add .to-cart {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #858585;
  margin: 8px 0 0 15px;
}

.product-warn-wrapper {
  position: absolute;
  font-size: 12px;
  color: #f3990b;
  top: 44px;
  left: 0px;
  width: 258px;
  height: 100%;
}

.product-warn-wrapper.diler {
  left: -33px;
}

.product-count-warn {
  display: none;
  font-size: 12px;
  color: #f3990b;
  width: auto;
  float: left;
}

.product-warn-diler {
  display: none;
  font-size: 12px;
  color: #f3990b;
  width: auto;
  float: left;
  margin: 0 0 0 2px;
}

.product-count-warn.visible {
  display: block;
}

.product-warn-diler.visible {
  display: block;
}

.to-cart-buttons-add .product-count .plus.disable {
  cursor: default;
  opacity: 0.5;
}

.sliders {
  display: block;
  margin: 567px 0 0 17px;
  width: 719px;
  text-align: center;
  user-select: none;
  -ms-user-select: none;
  line-height: 12px;
}

.sliders div {
  display: inline-block;
  width: 48px;
  height: 4px;
  background: #dadada;
  margin: 0 2px 0 0;
  cursor: pointer;
}

.sliders div.active {
  background: #ffbc0a;
}

.left-content.search .watched {
  margin: 100px 0 20px 0;
}

.left-content.search .ban-cnt-2019 {
  margin: 0 0 0 0;
}

.cookie-policy {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #696968;
  background: #9ec82c;
  height: 157px;
}

.cookie-policy .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 24px 0 0 19%;
}

.cookie-policy .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 5px 0 0 19%;
}

.cookie-policy .text a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  line-height: 0.85;
  cursor: pointer;
}

.cookie-policy .text a:hover {
  color: #698a0e;
}

.cookie-policy button {
  width: 154px;
  height: 38px;
  background: #fcfdff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #354052;
  padding: 10px 0 0 0;
  margin: 16px 0 0 19%;
}

.cookie-policy button:hover {
  background: #efefef;
}

.cookie-policy .close {
  position: absolute;
  right: 202px;
  top: 18px;
  width: 32px;
  height: 32px;
}

.cookie-policy .close:hover:before,
.cookie-policy .close:hover:after {
  background: #547107;
}

.cookie-policy .close:before,
.cookie-policy .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 27px;
  width: 3px;
  background-color: #698a0e;
}

.cookie-policy .close:before {
  transform: rotate(45deg);
}

.cookie-policy .close:after {
  transform: rotate(-45deg);
}

.policy-personal {
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(129, 129, 129, 0.35);
  border-radius: 6px;
  width: 1140px;
  height: 1125px;
  left: 50%;
  margin: 0 0 0 -552px;
  top: 50px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.policy-personal.modal {
  z-index: 99999;
}

.policy-personal .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #35322f;
  margin: 23px 0 21px 53px;
}

.policy-personal .text {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
  margin: 0 0 0 53px;
}

.policy-personal .text ul {
  padding: 0 0 2px 17px;
  list-style: none;
  margin: 1px 0 0 0;
}

.policy-personal .text ul li {
  color: #858585;
  font-size: 16px;
  padding: 0 1px;
  line-height: 28px;
  position: relative;
  margin: 0 0 0 0;
}

.policy-personal .text li:before {
  content: "";
  width: 8px;
  height: 2px;
  background: url(/images/listsd.png);
  position: absolute;
  top: 13px;
  left: -17px;
}

.policy-personal .close-modal {
  position: absolute;
  right: 22px;
  top: 19px;
  width: 32px;
  height: 32px;
}

.policy-personal .close-modal:before,
.policy-personal .close-modal:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: #d8d8d8;
}

.policy-personal .close-modal:before {
  transform: rotate(45deg);
}

.policy-personal .close-modal:after {
  transform: rotate(-45deg);
}

.publicoferta {
  float: left;
  margin: 0 0 0 120px;
}

.publicoferta a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  display: inline-block;
  line-height: 0.85;
  color: #757575;
}

.public-oferta-warn {
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(129, 129, 129, 0.35);
  border-radius: 6px;
  width: 819px;
  height: 421px;
  left: 50%;
  margin: 0 0 0 -410px;
  top: 250px;
  position: absolute;
  opacity: 0;
  z-index: 999999;
  visibility: hidden;
}

.public-oferta-warn.modal {
  z-index: 999999;
}

.public-oferta-warn .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #35322f;
  margin: 52px 0 28px 73px;
}

.public-oferta-warn .text {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
  margin: 32px 0 0 73px;
}

.public-oferta-warn .close-reveal-modal {
  position: absolute;
  right: 22px;
  top: 19px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.public-oferta-warn .close-reveal-modal:before,
.public-oferta-warn .close-reveal-modal:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 3px;
  background-color: #d8d8d8;
}

.public-oferta-warn .close-reveal-modal:before {
  transform: rotate(45deg);
}

.public-oferta-warn .close-reveal-modal:after {
  transform: rotate(-45deg);
}

.public-oferta-warn-rectangle {
  height: 4px;
  width: 88px;
  background-color: #96c134;
  margin: auto;
}

.reveal-modal .close-modal {
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) 0 0 no-repeat;
}

.recall-popup .title {
  margin: 43px 0 15px 0 !important;
  text-align: center;
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
}

.item-slider-mp-image-preview {
  width: 246px;
  height: 186px;
  background-repeat: no-repeat;
  z-index: 3;
  background-position-y: top;
}

.hover-view:hover .item-slider-mp-image-preview {
  opacity: 0;
}

.hover-view:hover .item-slider-cat-image-preview {
  opacity: 0;
}

.item-slider-cat-image-preview {
  width: 330px;
  height: 249px;
  background-repeat: no-repeat;
  z-index: 5;
  background-position-y: top;
}


#kladr_autocomplete ul:empty {
  display: none !important;
}

.header-personal {
  float: right;
  display: block;
  margin: 14px 0 0 20px;
  height: 30px;
}