@import url(mixins.scss);
@import url(../fonts/alsrubl.css);
@import url(../fonts/exo2.0-regular.css);
@import url(../fonts/exo2.0-bold.css);
@import url(../fonts/mullerblack.css);
@import url(../fonts/mullerbold.css);
::-webkit-input-placeholder {
  font-family: 'PFDinDisplayProLight';
  font-size: 20px;
  color: #000;
}

::-o-input-placeholder {
  font-family: 'PFDinDisplayProLight';
  font-size: 20px;
  color: #000;
}

::-moz-input-placeholder {
  font-family: 'PFDinDisplayProLight';
  font-size: 20px;
  color: #000;
}

::-ms-input-placeholder {
  font-family: 'PFDinDisplayProLight';
  font-size: 20px;
  color: #000;
}

input-placeholder {
  font-family: 'PFDinDisplayProLight';
  font-size: 20px;
  color: #000;
}

body {
  font-family: 'Arial';
}

@media screen and (max-width: 1004px) {
  .socad {
    Display: none;
  }
}

@media screen and (max-width: 1004px) {
  .soc_block {
    Display: none;
  }
}

.justi {
  text-align: justify;
}

.justi:after {
  content: '';
  width: 100%;
  height: 0px;
  display: inline-block;
}

.justi div, .justi span, .justi ins, .justi p, .justi a {
  text-align: left;
}

.clear {
  font-size: 0;
  background: url("../img/close3.png");
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 33;
  position: absolute;
  top: 12px;
  right: 10px;
}

.error {
  border: 1px solid #f30505 !important;
}

h1 {
  font-family: 'Tahoma', sans-serif;
  font-size: 36px;
  font-weight: normal;
}

.btn_basket, .order_btn, .order_btn_form {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a0a0+0,ec0f0f+100 */
  background: #f9a0a0;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9a0a0), to(#ec0f0f));
  background: linear-gradient(to bottom, #f9a0a0 0%, #ec0f0f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a0a0', endColorstr='#ec0f0f',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  border: 1px solid #ff7a7a;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 0;
  width: 190px;
  text-align: center;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px rgba(179, 27, 27, 0.35);
          box-shadow: 0px 3px 3px rgba(179, 27, 27, 0.35);
  text-shadow: 0px 2px 2px #c42d2d;
  margin-bottom: 10px;
}

.btn_basket:before, .order_btn:before, .order_btn_form:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.81);
          box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.81);
}

.btn_basket:hover, .order_btn:hover, .order_btn_form:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc5c5+0,f33a3a+100 */
  background: #fcc5c5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcc5c5), to(#f33a3a));
  background: linear-gradient(to bottom, #fcc5c5 0%, #f33a3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc5c5', endColorstr='#f33a3a',GradientType=0 );
  /* IE6-9 */
}

.btn_basket:active, .order_btn:active, .order_btn_form:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e80e0e+0,f88a8a+100 */
  background: #e80e0e;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e80e0e), to(#f88a8a));
  background: linear-gradient(to bottom, #e80e0e 0%, #f88a8a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80e0e', endColorstr='#f88a8a',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #f12828;
  -webkit-box-shadow: 0px 2px 3px transparent;
          box-shadow: 0px 2px 3px transparent;
}

.btn_basket:active:before, .order_btn:active:before, .order_btn_form:active:before {
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0);
          box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0);
}

.order_btn, .order_btn_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ec8f8), to(#148aec));
  background: linear-gradient(to bottom, #8ec8f8 0%, #148aec 100%);
  border-color: #148aec;
  -webkit-box-shadow: 0 3px 3px rgba(20, 138, 236, 0.35);
          box-shadow: 0 3px 3px rgba(20, 138, 236, 0.35);
}

.order_btn:hover, .order_btn_form:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#98deed), to(#2899fb));
  background: linear-gradient(to bottom, #98deed 0%, #2899fb 100%);
}

.order_btn:active, .order_btn_form:active {
  background: #148aec;
  border-color: #148aec;
}

#basket > div {
  float: left;
  padding: 10px 0 10px 10px;
  width: 83%;
  background: #FFFFFF;
}

#basket .content {
  background: #ffffff;
  padding: 35px;
  border: 1px solid #cccccc;
}

#basket .content .enter_num {
  display: inline-block;
  margin-top: 14px;
}

#basket .content .enter_num .clear {
  display: none !important;
}

#basket .content .enter_num button {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #c6c9ca;
  float: left;
  cursor: pointer;
  color: #c6c9ca;
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
  line-height: 32px;
  position: relative;
}

#basket .content .enter_num button:hover {
  border: 1px solid #9d9d9d;
}

#basket .content .enter_num button:first-child {
  border-radius: 3px 0px 0px 3px;
}

#basket .content .enter_num button:first-child:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #c6c9ca;
  position: absolute;
  top: 14px;
  left: 10px;
}

#basket .content .enter_num button:last-child {
  border-radius: 0px 3px 3px 0px;
}

#basket .content .enter_num button:last-child:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #c6c9ca;
  position: absolute;
  top: 14px;
  left: 10px;
}

#basket .content .enter_num button:last-child:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #c6c9ca;
  position: absolute;
  top: 14px;
  left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#basket .content .enter_num .input_num {
  width: 32px;
  height: 32px;
  float: left;
  border: none;
  background: #f2f2f2;
  text-align: center;
  color: #333333;
  border-top: 1px solid #c6c9ca;
  border-bottom: 1px solid #c6c9ca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#basket .content .basket_goods {
  margin-top: 40px;
}

#basket .content .basket_goods li {
  padding: 25px 0px;
  border-bottom: 1px dotted #e6e6e6;
}

#basket .content .basket_goods li .good_img {
  display: inline-block;
  height: 100px;
  vertical-align: top;
}

#basket .content .basket_goods li .good_img img {
  width: 100px;
  height: 100px;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#basket .content .basket_goods li .good_desc {
  width: 250px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

#basket .content .basket_goods li .good_desc p {
  line-height: 21px;
  font-family: 'Arial';
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

#basket .content .basket_goods li .good_desc label {
  cursor: pointer;
}

#basket .content .basket_goods li .good_desc label input[type="checkbox"] {
  display: none;
}

#basket .content .basket_goods li .good_desc label input[type="checkbox"]:checked + i {
  border: 2px solid #f11717;
  -webkit-transition: .4s;
  transition: .4s;
}

#basket .content .basket_goods li .good_desc label input[type="checkbox"]:checked + i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#basket .content .basket_goods li .good_desc label input[type="checkbox"]:checked + i span {
  -webkit-transition: .4s;
  transition: .4s;
  color: #f11717;
}

#basket .content .basket_goods li .good_desc label i {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #808080;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

#basket .content .basket_goods li .good_desc label i:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/checkbox.png");
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

#basket .content .basket_goods li .good_desc label i span {
  font-family: 'Arial';
  color: #696969;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  font-style: normal;
  top: 1px;
  width: 200px;
  display: block;
  left: 32px;
  -webkit-transition: .4s;
  transition: .4s;
}

#basket .content .basket_goods li .good_price {
  display: inline-block;
  vertical-align: top;
  margin-left: 60px;
}

#basket .content .basket_goods li .good_price p {
  font-family: 'ALSRubl';
  color: #454545;
  font-size: 24px;
}

#basket .content .basket_goods li .good_price p span {
  font-weight: 700;
  font-family: 'Arial';
}

#basket .content .basket_goods li .good_price p.with_painting {
  color: #adadad;
  font-size: 9px;
  font-family: 'Arial';
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 1px;
}

#basket .content .basket_goods li .delete_good {
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 6px;
}

#basket .content .basket_goods li .delete_good > a {
  font-family: 'Arial';
  color: #3399ff;
  font-size: 14px;
  text-decoration: none;
  padding-left: 20px;
}

#basket .content .basket_goods li .delete_good > a span {
  border-bottom: 1px dotted #3399ff;
}

#basket .content .basket_goods li .delete_good > a:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/krest1.png");
  position: absolute;
  opacity: .5;
  left: 0;
  top: 3px;
  pointer-events: none;
}

#basket .content .basket_goods li .delete_good > a:hover {
  color: #f11717;
}

#basket .content .basket_goods li .delete_good > a:hover span {
  border-bottom: 1px dotted #f11717;
}

#basket .content .basket_goods li .delete_good > a:hover:before {
  opacity: 1;
}

#basket .content .total_to_basket {
  padding-top: 20px;
}

#basket .content .total_to_basket .basket_links {
  display: inline-block;
}

#basket .content .total_to_basket .basket_links a {
  color: #3399ff;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
}

#basket .content .total_to_basket .basket_links a span {
  border-bottom: 1px solid #3399ff;
}

#basket .content .total_to_basket .basket_links a:last-child {
  margin-left: 17px;
}

#basket .content .total_to_basket .basket_links a:last-child span {
  color: #a3a3a3;
  border-bottom: 1px dotted #a3a3a3;
}

#basket .content .total_to_basket .basket_links a:hover {
  color: #f11717;
}

#basket .content .total_to_basket .basket_links a:hover span {
  border-bottom: 1px solid #f11717;
}

#basket .content .total_to_basket .basket_links a:hover:last-child span {
  color: #f11717;
  border-bottom: 1px dotted #f11717;
}

#basket .content .total_to_basket .basket_total_sum {
  display: inline-block;
  float: right;
  margin-bottom: 50px;
}

#basket .content .total_to_basket .basket_total_sum p {
  color: #171717;
  font-size: 24px;
  font-family: 'Arial';
  font-weight: 700;
  padding-bottom: 25px;
  text-align: right;
  padding-right: 2px;
}

#basket .content .total_to_basket .basket_total_sum p .bts > ins {
  font-family: 'ALSRubl';
  font-weight: normal;
}

#order > div {
  float: left;
  padding: 10px 0 10px 10px;
  width: 850px;
  background: #FFFFFF;
}

#order .content {
  background: #ffffff;
  padding: 35px;
  border: 1px solid #cccccc;
}

#order .content h1 {
  display: inline-block;
  vertical-align: top;
}

#order .content .delivery_condition {
  background: url("../img/delivery.png") no-repeat center top;
  width: 296px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  margin-left: 130px;
}

#order .content .delivery_condition p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #656565;
  padding: 18px 15px 0px 90px;
  line-height: 17px;
}

#order .content .delivery_condition p a {
  color: #3399ff;
  text-decoration: none;
  border-bottom: 1px dotted #3399ff;
}

#order .content .delivery_condition p a:hover {
  border-bottom: 1px dotted transparent;
}

#order .content form {
  margin-top: 25px;
}

#order .content form .info_buyer {
  padding-bottom: 30px;
}

#order .content form .info_buyer p {
  font-size: 11px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

#order .content form .info_buyer label {
  display: block;
}

#order .content form .info_buyer label span {
  width: 160px;
  display: inline-block;
  font-size: 14px;
  color: #585858;
  vertical-align: top;
  line-height: 34px;
}

#order .content form .info_buyer label span i {
  color: #f30505;
  font-style: normal;
}

#order .content form .info_buyer label .wrap_val {
  display: inline-block;
  position: relative;
}

#order .content form .info_buyer label .wrap_val input[type="text"] {
  width: 290px;
  height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding-left: 10px;
  -webkit-box-shadow: inset 0px 1px 1px #bcbcbc;
          box-shadow: inset 0px 1px 1px #bcbcbc;
  margin-bottom: 40px;
  color: #fff;
}

#order .content form .info_buyer label .wrap_val label.error {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #f30505;
  line-height: 14px;
  border: none !important;
  position: absolute;
  top: 3px;
  left: 318px;
  width: 240px;
}

#order .content form .info_buyer.info_trans span {
  line-height: 14px;
  margin-top: 13px;
}

#order .content form .info_buyer.info_trans span strong {
  font-size: 12px;
  color: #adadad;
  font-weight: normal;
  display: block;
  opacity: .7;
  font-style: italic;
  margin-top: 2px;
}

#order .content form .delivery_method {
  padding-bottom: 30px;
}

#order .content form .delivery_method > p {
  font-size: 11px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

#order .content form .delivery_method .vars li {
  width: 500px;
  vertical-align: top;
  margin-bottom: 25px;
}

#order .content form .delivery_method .vars li label {
  cursor: pointer;
}

#order .content form .delivery_method .vars li label input[type="radio"] {
  display: none;
}

#order .content form .delivery_method .vars li label input[type="radio"]:checked + i {
  -webkit-transition: .4s;
  transition: .4s;
}

#order .content form .delivery_method .vars li label input[type="radio"]:checked + i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#order .content form .delivery_method .vars li label input[type="radio"]:checked + i span {
  -webkit-transition: .4s;
  transition: .4s;
  color: #f11717;
}

#order .content form .delivery_method .vars li label i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #fff;
  position: relative;
  vertical-align: top;
}

#order .content form .delivery_method .vars li label i:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

#order .content form .delivery_method .vars li label > div {
  display: inline-block;
  width: 80%;
  margin-left: 8px;
}

#order .content form .delivery_method .vars li label > div p {
  font-family: 'Arial';
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 3px;
  line-height: 18px;
}

#order .content form .delivery_method .vars li label > div p a {
  color: #3399ff;
}

#order .content form .delivery_method .vars li label > div p:last-child {
  color: #808080;
  font-style: italic;
  line-height: 18px;
  cursor: default;
}

#order .content form .payment_method {
  border-bottom: 1px solid #e6e6e6;
}

#order .content form .payment_method > p {
  font-size: 11px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

#order .content form .payment_method .payments li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-bottom: 40px;
}

#order .content form .payment_method .payments li label {
  cursor: pointer;
  display: block;
}

#order .content form .payment_method .payments li label input[type="radio"] {
  display: none;
}

#order .content form .payment_method .payments li label input[type="radio"]:checked + i {
  -webkit-transition: .4s;
  transition: .4s;
}

#order .content form .payment_method .payments li label input[type="radio"]:checked + i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#order .content form .payment_method .payments li label input[type="radio"]:checked + i span {
  -webkit-transition: .4s;
  transition: .4s;
  color: #f11717;
}

#order .content form .payment_method .payments li label i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #fff;
  position: relative;
  vertical-align: top;
}

#order .content form .payment_method .payments li label i:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

#order .content form .payment_method .payments li label > div {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  height: 40px;
  position: relative;
  top: -8px;
  margin-left: 8px;
}

#order .content form .payment_method .payments li label > div:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#order .content form .payment_method .payments li label > div img {
  float: left;
}

#order .content form .payment_method .payments li label > div p {
  font-family: 'Arial';
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 75%;
  padding-left: 5px;
  line-height: 18px;
  vertical-align: middle;
}

#order .content form .total_cost {
  margin-top: 35px;
}

#order .content form .total_cost .comment {
  display: inline-block;
  vertical-align: top;
}

#order .content form .total_cost .comment p {
  font-size: 14px;
  color: #a3a3a3;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

#order .content form .total_cost .comment .wrap_val {
  display: inline-block;
  position: relative;
}

#order .content form .total_cost .comment .wrap_val textarea {
  width: 330px;
  height: 100px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding-left: 10px;
  padding-top: 10px;
  -webkit-box-shadow: inset 0px 1px 1px #bcbcbc;
          box-shadow: inset 0px 1px 1px #bcbcbc;
  margin-bottom: 40px;
  resize: none;
  margin-left: 15px;
}

#order .content form .total_cost .comment ::-webkit-input-placeholder {
  color: #808080;
  font-family: monospace;
  font-size: 13.3333px;
  font-style: italic;
}

#order .content form .total_cost .comment ::-o-input-placeholder {
  color: #808080;
  font-family: monospace;
  font-size: 13.3333px;
  font-style: italic;
}

#order .content form .total_cost .comment ::-moz-input-placeholder {
  color: #808080;
  font-family: monospace;
  font-size: 13.3333px;
  font-style: italic;
}

#order .content form .total_cost .comment ::-ms-input-placeholder {
  color: #808080;
  font-family: monospace;
  font-size: 13.3333px;
  font-style: italic;
}

#order .content form .total_cost .comment input-placeholder {
  color: #808080;
  font-family: monospace;
  font-size: 13.3333px;
  font-style: italic;
}

#order .content form .total_cost .to_pay {
  display: inline-block;
  vertical-align: top;
  float: right;
}

#order .content form .total_cost .to_pay p {
  color: #171717;
  font-size: 24px;
  font-family: 'Arial';
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  line-height: 20px;
}

#order .content form .total_cost .to_pay p:nth-child(2) {
  font-size: 9px;
  text-transform: uppercase;
  color: #a3a3a3;
  padding-bottom: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}

#order .content form .total_cost .to_pay p .bts > ins {
  font-family: 'ALSRubl';
  font-weight: normal;
}

#order .content form .total_cost .to_pay .btn_basket {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a0a0+0,ec0f0f+100 */
  background: #f9a0a0;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9a0a0), to(#ec0f0f));
  background: linear-gradient(to bottom, #f9a0a0 0%, #ec0f0f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a0a0', endColorstr='#ec0f0f',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px;
  border: 1px solid #ff7a7a;
  font-size: 20px;
  text-decoration: none;
  width: 204px;
  height: 47px;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px rgba(179, 27, 27, 0.35);
          box-shadow: 0px 3px 3px rgba(179, 27, 27, 0.35);
  text-shadow: 0px 2px 2px #c42d2d;
}

#order .content form .total_cost .to_pay .btn_basket:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.81);
          box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.81);
  border-radius: 5px;
}

#order .content form .total_cost .to_pay .btn_basket:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc5c5+0,f33a3a+100 */
  background: #fcc5c5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcc5c5), to(#f33a3a));
  background: linear-gradient(to bottom, #fcc5c5 0%, #f33a3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc5c5', endColorstr='#f33a3a',GradientType=0 );
  /* IE6-9 */
}

#order .content form .total_cost .to_pay .btn_basket:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e80e0e+0,f88a8a+100 */
  background: #e80e0e;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e80e0e), to(#f88a8a));
  background: linear-gradient(to bottom, #e80e0e 0%, #f88a8a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80e0e', endColorstr='#f88a8a',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #f12828;
  -webkit-box-shadow: 0px 2px 3px transparent;
          box-shadow: 0px 2px 3px transparent;
}

#order .content form .total_cost .to_pay .btn_basket:active:before {
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0);
          box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0);
}

#shares > div {
  float: left;
  padding: 10px 0 10px 10px;
  width: 850px;
  background: #FFFFFF;
}

#shares .content {
  padding: 25px 35px 35px 35px;
  border: 1px solid #cccccc;
  position: relative;
}

#shares .content .breadcrumbs {
  padding-bottom: 25px;
}

#shares .content .breadcrumbs li a {
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  color: #a3a3a3;
}

#shares .content .date {
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  color: #a3a3a3;
  position: absolute;
  top: 25px;
  right: 35px;
}

#shares .range_of_goods {
  padding-top: 20px;
}

#shares .range_of_goods > li {
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #cccccc;
}

#shares .range_of_goods > li:last-child {
  border-bottom: none;
}

#shares .range_of_goods > li > span {
  font-size: 14px;
  text-transform: uppercase;
  color: #f30505;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #f30505;
  border-radius: 4px;
  padding: 7px;
  margin-right: 15px;
}

#shares .range_of_goods > li > p {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
}

#shares .range_of_goods > li .main_gallery {
  display: inline-block;
  padding-top: 25px;
  vertical-align: top;
}

#shares .range_of_goods > li .main_gallery .big_img {
  max-width: 340px;
  max-height: 230px;
  text-align: center;
}

#shares .range_of_goods > li .main_gallery .big_img img {
  width: 340px;
  height: 230px;
}

#shares .range_of_goods > li .main_gallery .small_img {
  margin-top: 13px;
  max-width: 340px;
}

#shares .range_of_goods > li .main_gallery .small_img li {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

#shares .range_of_goods > li .main_gallery .small_img li:after {
  content: '';
  border: 3px solid #f30505;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}

#shares .range_of_goods > li .main_gallery .small_img li.active:after {
  display: block;
}

#shares .range_of_goods > li .range_of_color {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  margin-left: 60px;
}

#shares .range_of_goods > li .range_of_color > p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bcbcbc;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 41px;
  letter-spacing: 1px;
}

#shares .range_of_goods > li .range_of_color .all_colors {
  margin-top: 3px;
  position: relative;
}

#shares .range_of_goods > li .range_of_color .all_colors > li {
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  border-right: 1px solid #cccccc;
}

#shares .range_of_goods > li .range_of_color .all_colors > li:after {
  content: '';
  width: 8px;
  height: 7px;
  background: url("../img/brT.jpg");
  position: absolute;
  top: -7px;
  right: -1px;
  opacity: 0;
}

#shares .range_of_goods > li .range_of_color .all_colors > li:before {
  content: '';
  width: 8px;
  height: 7px;
  background: url("../img/brB.jpg");
  position: absolute;
  bottom: -7px;
  right: -1px;
  opacity: 0;
}

#shares .range_of_goods > li .range_of_color .all_colors > li:first-child:after {
  opacity: 1;
}

#shares .range_of_goods > li .range_of_color .all_colors > li:nth-last-child(2):before {
  opacity: 1;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -120px;
  display: inline-block;
  height: 40px;
  margin: auto;
  padding: 0;
  border: 0;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price p {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price p ins {
  font-family: "ALSRubl" !important;
  font-weight: normal;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price p.new_price {
  color: #f30505;
  font-size: 24px;
  font-weight: 700;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price p.old_price {
  color: #666666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
}

#shares .range_of_goods > li .range_of_color .all_colors > li.price p.old_price ins {
  font-weight: normal;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label {
  cursor: pointer;
  display: block;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label input[type="radio"] {
  display: none;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label input[type="radio"]:checked + i {
  -webkit-transition: .4s;
  transition: .4s;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label input[type="radio"]:checked + i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#shares .range_of_goods > li .range_of_color .all_colors > li label input[type="radio"]:checked + i span {
  -webkit-transition: .4s;
  transition: .4s;
  color: #f11717;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #fff;
  position: relative;
  vertical-align: top;
  top: 5px;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label i:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label > div {
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
  height: 32px;
  position: relative;
  margin-left: 15px;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label > div:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label > div img {
  float: left;
  border: 1px solid #cccccc;
  max-width: 32px;
  max-height: 32px;
}

#shares .range_of_goods > li .range_of_color .all_colors > li label > div p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  width: 70%;
  padding-left: 5px;
  line-height: 18px;
  vertical-align: middle;
}

#shares .range_of_goods > li .range_of_color .without_painting {
  border-right: none;
  margin-top: 10px;
  position: relative;
}

#shares .range_of_goods > li .range_of_color .without_painting:before {
  content: '';
  background: url("../img/bbr.jpg");
  width: 8px;
  height: 28px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  opacity: 1;
}

#shares .range_of_goods > li .range_of_color .without_painting label {
  cursor: pointer;
  display: block;
}

#shares .range_of_goods > li .range_of_color .without_painting label input[type="radio"] {
  display: none;
}

#shares .range_of_goods > li .range_of_color .without_painting label input[type="radio"]:checked + i {
  -webkit-transition: .4s;
  transition: .4s;
}

#shares .range_of_goods > li .range_of_color .without_painting label input[type="radio"]:checked + i:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#shares .range_of_goods > li .range_of_color .without_painting label input[type="radio"]:checked + i span {
  -webkit-transition: .4s;
  transition: .4s;
  color: #f11717;
}

#shares .range_of_goods > li .range_of_color .without_painting label i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #fff;
  position: relative;
  vertical-align: top;
  top: 5px;
}

#shares .range_of_goods > li .range_of_color .without_painting label i:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

#shares .range_of_goods > li .range_of_color .without_painting label > div {
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
  height: 32px;
  position: relative;
  margin-left: 15px;
}

#shares .range_of_goods > li .range_of_color .without_painting label > div:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#shares .range_of_goods > li .range_of_color .without_painting label > div img {
  float: left;
  border: 1px solid #cccccc;
  max-width: 32px;
  max-height: 32px;
}

#shares .range_of_goods > li .range_of_color .without_painting label > div p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  width: 70%;
  padding-left: 5px;
  line-height: 18px;
  vertical-align: middle;
}

#shares .range_of_goods > li .range_of_color .without_painting .price {
  position: absolute;
  top: -7px;
  right: -120px;
  bottom: 0;
  margin: auto;
}

#shares .range_of_goods > li .range_of_color .without_painting .price p {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
}

#shares .range_of_goods > li .range_of_color .without_painting .price p ins {
  font-family: "ALSRubl" !important;
  font-weight: normal;
}

#shares .range_of_goods > li .range_of_color .without_painting .price p.new_price {
  color: #f30505;
  font-size: 24px;
  font-weight: 700;
}

#shares .range_of_goods > li .range_of_color .without_painting .price p.old_price {
  color: #666666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
}

#shares .range_of_goods > li .range_of_color .btn_basket {
  top: 20px;
  left: 0;
}

.popup_delivery {
  display: none;
  width: 600px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  margin: auto;
  border: 5px solid #525252;
  height: 380px;
  padding: 20px;
}

.popup_delivery .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: auto;
  cursor: pointer;
  z-index: 1 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup_delivery .close:before {
  content: '';
  width: 31px;
  height: 2px;
  background: #606f84;
  position: absolute;
  top: 13px;
  left: 0px;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.popup_delivery .close:after {
  content: '';
  width: 31px;
  height: 2px;
  background: #606f84;
  position: absolute;
  top: 13px;
  left: 0px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.popup_delivery h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.popup_delivery p {
  padding: 0px 20px 0px 20px;
  font-size: 16px;
  line-height: 24px;
}

.popup_overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

#wholesalers h2 {
  font-size: 36px;
  font-family: 'Tahoma';
  font-weight: 200;
  padding-top: 45px;
  margin-left: 52px;
  margin-bottom: 42px;
}

#wholesalers .saler-general .cont_1 {
  width: 654px;
  display: inline-block;
  margin-left: 55px;
  vertical-align: top;
}

#wholesalers .saler-general .cont_1 .notice {
  border-left: 7px solid #f53737;
  font-family: 'Arial';
  line-height: 1.3;
  font-size: 18px;
  padding-left: 21px;
}

#wholesalers .saler-general .cont_1 .brand {
  margin-top: 75px;
}

#wholesalers .saler-general .cont_1 .brand h3 {
  font-size: 24px;
  font-family: 'Tahoma';
  font-weight: bold;
  color: #333333;
}

#wholesalers .saler-general .cont_1 .brand .sub {
  font-size: 14px;
  font-family: 'Tahoma';
  font-weight: 200;
  color: #666666;
  margin-top: 10px;
}

#wholesalers .saler-general .cont_1 .brand .menu-s {
  margin-left: -10px;
  margin-top: 1px;
}

#wholesalers .saler-general .cont_2 {
  width: 299px;
  display: inline-block;
  vertical-align: top;
}

#wholesalers .saler-general .cont_2 .port-s {
  padding-left: 33px;
}

#wholesalers .saler-general .cont_2 .port-s .img18 {
  width: 133px;
  height: 41px;
  background: url("/templates/tuning/img/18-img.png") no-repeat;
}

#wholesalers .saler-general .cont_2 .port-s .img20 {
  width: 197px;
  height: 45px;
  margin-top: 87px;
  background: url("/templates/tuning/img/20-img.png") no-repeat;
}

#wholesalers .saler-general .cont_2 .port-s .thing-s {
  font-size: 18px;
  font-family: 'Tahoma';
  font-weight: bold;
  color: #333333;
  margin-top: 17px;
  line-height: 1.3;
  margin-bottom: 16px;
}

#wholesalers .saler-general .cont_2 .port-s .link-s a {
  font-family: 'Arial';
  color: red;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid red;
}

#wholesalers .saler-general .cont_2 .port-s .link-s a:hover {
  color: #f11717;
  border-bottom: 1px solid #f11717;
}

#wholesalers .salers-list {
  height: 347px;
  background: url("/templates/tuning/img/car.jpg") #f53737 no-repeat right;
}

#wholesalers .salers-list .list-s {
  display: inline-block;
  vertical-align: top;
  width: 557px;
}

#wholesalers .salers-list .list-s h3 {
  font-size: 24px;
  font-family: 'Tahoma';
  font-weight: bold;
  color: #333333;
  margin-left: 41px;
  margin-top: 47px;
}

#wholesalers .salers-list .list-s ul {
  list-style: none;
  font-family: 'Arial';
  color: #333333;
  font-size: 18px;
  margin-left: 43px;
  margin-top: 25px;
}

#wholesalers .salers-list .list-s ul li {
  line-height: 2;
}

#wholesalers .salers-list .list-s ul li span {
  margin-left: 11px;
}

#wholesalers .salers-list .list-s ul li i {
  width: 8px;
  height: 8px;
  background-color: #333333;
  background-position: center;
  border-radius: 4px;
  display: inline-block;
}

#wholesalers .saler-conditions h3 {
  font-size: 24px;
  font-family: 'Tahoma';
  font-weight: bold;
  color: #333333;
  margin-left: 52px;
  margin-top: 59px;
}

#wholesalers .saler-conditions .table-s {
  display: inline-block;
  vertical-align: top;
  width: 625px;
}

#wholesalers .saler-conditions .table-s table {
  margin-left: 50px;
  margin-top: 32px;
  width: 489px;
  border: 2px solid #ebebeb;
  text-align: center;
}

#wholesalers .saler-conditions .table-s table thead {
  color: #666666;
  font-size: 12px;
  font-family: 'Arial';
  font-weight: bold;
}

#wholesalers .saler-conditions .table-s table thead .ht {
  font-size: 14px;
}

#wholesalers .saler-conditions .table-s table thead > tr > td {
  width: 139px;
}

#wholesalers .saler-conditions .table-s table tbody {
  color: #333333;
  font-size: 18px;
  font-family: 'Arial';
}

#wholesalers .saler-conditions .table-s table tbody tr > td:first-child {
  color: #333333;
}

#wholesalers .saler-conditions .table-s table tbody td {
  padding: 14px;
  border: none;
}

#wholesalers .saler-conditions .table-s table tbody tr:nth-child(2n) {
  background-color: #fcfcfc;
}

#wholesalers .saler-conditions .table-s table td {
  padding: 11px;
}

#wholesalers .saler-conditions .main-s {
  display: inline-block;
  vertical-align: top;
  width: 390px;
}

#wholesalers .saler-conditions .main-s .img1500 {
  width: 230px;
  height: 49px;
  margin-top: 84px;
  background: url("/templates/tuning/img/1500-img.png") no-repeat;
  margin-left: 24px;
}

#wholesalers .saler-conditions .main-s .desc-s {
  margin-top: 9px;
  color: #333333;
  font-size: 18px;
  font-family: 'Tahoma';
  font-weight: bold;
  line-height: 1.3;
  width: 210px;
  margin-left: 21px;
}

#wholesalers .saler-conditions .main-s .sub-s {
  margin-top: 19px;
  color: #666666;
  font-size: 14px;
  font-family: 'Arial';
  line-height: 1.3;
  width: 260px;
  margin-left: 19px;
}

#wholesalers .saler-conditions .text-s {
  font-size: 18px;
  font-family: 'Arial';
  font-weight: 200;
  color: #333333;
  margin-left: 51px;
  margin-top: 51px;
  width: 935px;
}

#wholesalers .saler-conditions .text-s p {
  margin-top: 25px;
  line-height: 1.3;
}

#wholesalers .saler-conditions .note {
  font-size: 12px;
  font-family: 'Tahoma';
  font-weight: 200;
  color: #666666;
  margin-left: 46px;
  margin-top: 11px;
  line-height: 1.5;
}

#wholesalers .saler-conditions .note-s {
  font-size: 14px;
  font-family: 'Arial';
  font-weight: 200;
  color: #666666;
  margin-left: 48px;
  margin-top: 28px;
  margin-bottom: 70px;
}

#wholesalers .saler-offers {
  background-color: #333333;
  background: -webkit-gradient(linear, left top, right bottom, from(#333333), to(#4c4c4c));
  background: linear-gradient(to bottom right, #333333, #4c4c4c);
  color: #fff;
  padding-top: 61px;
  padding-bottom: 69px;
}

#wholesalers .saler-offers h3 {
  font-size: 24px;
  font-family: 'Tahoma';
  font-weight: bold;
  margin-left: 54px;
}

#wholesalers .saler-offers ul {
  list-style: none;
  font-family: 'Arial';
  font-size: 18px;
  margin-left: 56px;
  margin-top: 45px;
  width: 760px;
}

#wholesalers .saler-offers ul li {
  line-height: 1.2;
  margin-bottom: 13px;
}

#wholesalers .saler-offers ul li span {
  margin-left: 17px;
}

#wholesalers .saler-offers ul li i {
  width: 8px;
  height: 8px;
  background-color: #f53737;
  background-position: center;
  border-radius: 4px;
  display: inline-block;
}

#wholesalers .saler-contacts {
  padding-top: 65px;
  padding-bottom: 100px;
}

#wholesalers .saler-contacts h3 {
  font-size: 24px;
  font-family: 'Tahoma';
  font-weight: bold;
  margin-left: 54px;
  color: #333333;
}

#wholesalers .saler-contacts .raws-s {
  margin-top: 61px;
}

#wholesalers .saler-contacts .raws-s:nth-child(1) {
  margin-bottom: 40px;
}

#wholesalers .saler-contacts .raws-s:nth-child(2) {
  margin-bottom: 41px;
}

#wholesalers .saler-contacts .tel-s {
  display: inline-block;
  width: 278px;
  margin-left: 48px;
  vertical-align: middle;
}

#wholesalers .saler-contacts .tel-s .cod-s {
  display: inline-block;
  font-size: 16px;
  font-family: 'Tahoma';
  font-weight: bold;
  color: #333333;
  vertical-align: top;
  margin-top: 4px;
}

#wholesalers .saler-contacts .tel-s .numb-s {
  font-size: 30px;
  font-family: 'Tahoma';
  font-weight: bold;
  display: inline-block;
  color: #333333;
  vertical-align: top;
}

#wholesalers .saler-contacts .tel-s .numb-s span {
  display: inline-block;
  margin-bottom: 18px;
}

#wholesalers .saler-contacts .tel-s .mob-s {
  font-size: 18px;
  font-family: 'Tahoma';
  font-weight: bold;
  display: inline-block;
  color: #333333;
  vertical-align: top;
  text-align: right;
  margin-top: -1px;
}

#wholesalers .saler-contacts .field-s {
  display: inline-block;
  width: 278px;
  border-left: 7px solid #f53737;
  padding-left: 26px;
  vertical-align: middle;
  height: 51px;
  color: #333333;
}

#wholesalers .saler-contacts .field-s span {
  font-size: 18px;
  font-family: 'Arial';
  line-height: 1.4;
  vertical-align: middle;
}

#wholesalers .saler-contacts .cont-s {
  color: #333333;
  display: inline-block;
  width: 272px;
  font-size: 18px;
  font-family: 'Tahoma';
  font-weight: bold;
  vertical-align: middle;
  padding-left: 89px;
  line-height: 1.7;
}

#wholesalers .saler-contacts .cont-s a {
  font-weight: 200;
  color: #333333;
}

#wholesalers .saler-contacts .cont-s a:hover {
  color: #f11717;
}

#shop-popular h2 {
  font-size: 36px;
  font-family: 'Tahoma';
  font-weight: 200;
  padding-top: 45px;
  margin-left: 52px;
  margin-bottom: 42px;
}

#shop-popular .item-p {
  display: inline-block;
  text-align: center;
  width: 90px;
  margin-right: 54px;
  margin-top: 39px;
}

#shop-popular .item-p a {
  text-decoration: none;
}

#shop-popular .item-p:hover .icon-p {
  background-position: 0 -58px;
}

#shop-popular .item-p:hover .tit-p {
  color: #f53737;
}

#shop-popular .item-p:hover .tit-p span {
  border-bottom: 1px solid #f53737;
}

#shop-popular .item-p .icon-p {
  width: 66px;
  height: 58px;
  display: inline-block;
  background-position: 0 0;
}

#shop-popular .item-p .tit-p {
  color: #b3b3b3;
  padding-top: 6px;
  display: inline-block;
  font-family: 'Arial';
}

#shop-popular .item-p .tit-p span {
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
}

.popup_to_order {
  display: none;
  background: #fff;
  border-radius: 5px;
  z-index: 222;
  width: 784px;
  min-height: 430px;
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
  padding: 40px 55px 20px;
  color: #000;
}

.popup_to_order h2 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.popup_to_order .popup_close {
  background-image: url("../img/close_button.png");
  background-repeat: no-repeat;
  background-position: top;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup_to_order .popup_close:hover {
  background-position: bottom;
}

.popup_to_order .product_block {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 17px;
}

.popup_to_order .product_block .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 46%;
  height: 76px;
  margin-right: 32px;
  margin-bottom: 14px;
}

.popup_to_order .product_block .item:nth-child(2n) {
  margin-right: 0;
}

.popup_to_order .product_block ._img {
  width: 80px;
  height: 80px;
  float: left;
}

.popup_to_order .product_block ._img img {
  max-width: 100%;
}

.popup_to_order .product_block .info {
  padding-left: 90px;
}

.popup_to_order .product_block h3 {
  font-size: 14px;
  line-height: 17px;
}

.popup_to_order .product_block .bottom {
  font-size: 12px;
  margin-top: 7px;
}

.popup_to_order .product_block .bottom p {
  margin-bottom: 5px;
}

.popup_to_order .product_block .bottom span {
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
}

.popup_to_order .product_block .bottom .js-minus, .popup_to_order .product_block .bottom .js-plus {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 18px;
  border: 1px solid #666;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.popup_to_order .product_block .bottom .js-minus:hover, .popup_to_order .product_block .bottom .js-plus:hover {
  background: rgba(204, 204, 204, 0.4);
}

.popup_to_order .product_block .bottom .js-minus {
  border-radius: 3px 0 0 3px;
  border-right: none;
  position: relative;
}

.popup_to_order .product_block .bottom .js-minus:after {
  content: '-';
  font-size: 18px;
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup_to_order .product_block .bottom .js-plus {
  border-radius: 0 3px 3px 0;
  border-left: none;
  position: relative;
}

.popup_to_order .product_block .bottom .js-plus:after {
  content: '+';
  font-size: 18px;
  color: #666;
  position: absolute;
  top: 1px;
  left: 0;
  right: 1px;
  bottom: 0;
  margin: auto;
}

.popup_to_order .product_block .bottom input {
  width: 40px;
  text-align: center;
  border: 1px solid #666;
  padding: 0 10px;
  height: 20px;
}

.popup_to_order p {
  font-size: 14px;
}

.popup_to_order .cost {
  text-align: center;
  font: bold 16px 'Arial';
  margin-top: 6px;
}

.popup_to_order .field {
  display: inline-block;
  vertical-align: top;
  width: 246px;
  margin-right: 130px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.popup_to_order .field:first-child {
  margin-left: 35px;
}

.popup_to_order .field:nth-child(2n) {
  margin-right: 0;
}

.popup_to_order .field label {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 14px;
  color: red;
  border: none !important;
}

.popup_to_order .field .clear {
  display: none !important;
}

.popup_to_order .field input {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  height: 35px;
  width: 100%;
  padding: 0 12px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #c0c0c0;
}

.popup_to_order .field input.error {
  border-color: red;
}

.popup_to_order .field p {
  margin-bottom: 5px;
  color: #5c5c5c;
}

.popup_to_order .center {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 321px) {
  #shop-catalog .wrap-c .item-catalog .items-list table tbody tr td .color-selector .sel-opener {
    float: left;
    margin-left: 80%;
    zoom: 0.24 !important;
  }
}

.top-nav ul li {
  float: inherit !important;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */