﻿.new_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
}

.new_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
}

.new_header,
.new_header * {
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new_header_line_top {
  padding: 11px 0;
  background-color: #343434;
}

.new_header_line_bottom {
  padding: 42px 0 37px;
  background-color: #525252;
  overflow: hidden;
}

.body {
  padding-top: 144px;
  transition: padding-top 0.23s linear;
}

.header_container {
  width: 1506px;
  margin: 0 auto;
  padding-right: 25px;
  position: relative;
}

.header_container_wrapper {
  width: 1094px;
  float: right;
  display: block;
}

.new_header_line_top .header_container_wrapper {
  line-height: 16px;
}

.header_working_hours {
  display: inline-block;
  float: left;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.header_phones_wrapper {
  display: inline-block;
  float: right;
  width: auto;
}

.header_phones_block {
  display: inline-block;
  float: left;
  line-height: 16px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  position: relative;
}

.header_phones_mts {
  padding: 0 0 0 40px;
  border-left: 1px solid #fff;
}

.header_phones_velcom {
  padding: 0 14px 0 40px;
  border-left: 1px solid #fff;
}

.header_phones_landline {
  padding: 0 14px 0 33px;
  border-left: 1px solid #fff;
}

.header_phones_skype {
  padding: 0 17px 0 30px;
}

.header_phones_block a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s linear;
}

.header_phones_block a:hover,
.header_phones_block a:visited {
  color: #808080;
}

.header_phones_block a:focus {
  color: #c2a900;
  outline: none;
}

.header_phones_block a:active {
  color: #808080;
}

.header_phones_block:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.header_phones_skype:before {
  left: 4px;
  top: 1px;
  width: 17px;
  height: 16px;
  background-image: url("../img_new/skype.png");
}

.header_phones_landline:before {
  left: 14px;
  top: 2px;
  width: 13px;
  height: 13px;
  background-image: url("../img_new/a1.svg");
}

.header_phones_velcom:before {
  left: 14px;
  top: 2.5px;
  width: 18px;
  height: 13px;
  background-image: url("../img_new/phone_landline.png");
}

.header_phones_mts:before {
  left: 15px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-image: url("../img_new/phone_mts.png");
}

.top_menu {
  display: inline-block;
  float: left;
  width: auto;
  height: 28px;
  overflow: hidden;
}

.top_menu ul.menu {
  list-style: none;
  margin-left: 0;
  width: auto;
  display: inline-block;
}

.top_menu ul.menu li a {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 18px;
  margin: 5px 15px;
  height: 18px;
  display: inline-block;
  border-bottom: 0;
  transition: all 0.2s linear;
}

.top_menu ul.menu li.item-106 a {
  margin-left: 0;
}

body:not(.last_step_page) .top_menu .nav.menu li.current.active a {
  opacity: 1;
  color: #c2a900;
  cursor: default;
}

.top_menu .nav.menu li a:hover {
  color: #ffec4b;
}

.logo_big {
  display: block;
  width: 230px;
  height: auto;
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 1;
}

.clearfix_block {
  position: relative;
  display: block;
}

.clearfix_block:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
  height: 0;
}

.top_menu_right_wrapper {
  float: left;
  display: inline-block;
  width: auto;
  margin-left: 19px;
  height: 28px;
}

.top_menu_delivery {
  display: block;
  position: relative;
  width: 56px;
  height: 26px;
  cursor: pointer;
}

.top_menu_delivery:before,
.top_menu_delivery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  transition: all 0.2s linear;
}

.top_menu_delivery:before {
  background-image: url("../img_new/delivery.png");
  opacity: 1;
}

.top_menu_delivery:after {
  background-image: url("../img_new/delivery_hover.png");
  opacity: 0;
}

.top_menu_delivery:hover:before {
  opacity: 0;
}

.top_menu_delivery:hover:after {
  opacity: 1;
}

.top_menu_delivery_tip {
  position: absolute;
  color: #d6d6d6;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 12px;
  height: 20px;
  text-align: center;
  background-color: #343434;
  border-radius: 3px;
  width: 124px;
  line-height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.top_menu_delivery_wrap {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 30px;
  padding-top: 1px;
}

.top_menu_delivery_tip:before {
  content: "";
  display: block;
  border: 11px solid transparent;
  border-top: 12px solid #343434;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -17px;
  transition: all 0.2s linear;
}

.top_menu_delivery_wrap>a:hover~.top_menu_delivery_tip {
  visibility: visible;
  opacity: 1;
}

.top_menu_cart_wrap {
  position: relative;
  float: left;
  display: inline-block;
  padding-top: 3px;
  margin-right: 30px;
}

.top_menu_cart {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
}

.top_menu_cart:before,
.top_menu_cart:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  transition: all 0.2s linear;
}

.top_menu_cart:before {
  background-image: url("../img_new/cart.svg");
  opacity: 1;
}

.top_menu_cart:after {
  background-image: url("../img_new/cart_hover.svg");
  opacity: 0;
}

.top_menu_cart:hover:before {
  opacity: 0;
}

.top_menu_cart:hover:after {
  opacity: 1;
}

.top_menu_cart_qnt {
  width: 16px;
  height: 16px;
  background-color: #ff0000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  font-family: "RobotoN", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  right: -9px;
  top: -5px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s linear;
  box-shadow: 0 0 9px -1px transparent;
}

.top_menu_cart:hover .top_menu_cart_qnt {
  background-color: #e3c83b;
  color: #525252;
  box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.67);
}

.header_search_wrapper {
  display: none;
}

.header_search_block {
  top: 15px;
  width: 182px;
  height: 28px;
  background-color: #646464;
  display: inline-block;
  float: left;
  border-radius: 5px;
  /* overflow: hidden; */
}

.header_search_button {
  width: 48px;
  height: 28px;
  float: left;
  position: relative;
  cursor: default;
}

.header_search_button.active {
  cursor: pointer;
}

.header_search_button:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  width: 1px;
  height: 20px;
  top: 4px;
  background-color: #a3a3a3;
}

.header_search_button:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 6px;
  left: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img_new/search.png");
}

.header_search_input {
  display: block;
  float: left;
  outline: none;
  border: 0;
  background-color: transparent;
  height: 20px;
  width: 130px;
  margin-left: 2px;
  position: relative;
  top: 4px;
  line-height: 20px;
  text-align: center;
  color: #a3a3a3;
  font-size: 14px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
}

.header_search_input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.header_search_input:-moz-placeholder {
  color: #a3a3a3;
}

.header_search_input::-moz-placeholder {
  color: #a3a3a3;
}

.header_search_input:-ms-input-placeholder {
  color: #a3a3a3;
}

.fixed .new_header {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.fixed .logo_big {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.new_header_line_top .header_container_wrapper {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.fixed .body {
  padding-top: 45px;
}

.fixed .new_header_line_bottom {
  padding: 8px 0 9px;
  background-color: #525252;
  overflow: hidden;
}

.fixed .header_container {
  width: 1500px;
  margin: 0 auto;
  padding-right: 0;
  position: relative;
}

.fixed .new_header_line_bottom .header_container_wrapper {
  width: auto;
  display: inline-block;
}

.heder_fixed_landline {
  float: left;
  width: 0;
  overflow: hidden;
  display: inline-block;
  max-height: 0;
  text-align: right;
}

.heder_fixed_landline a {
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

.fixed .heder_fixed_landline a {}

.heder_fixed_landline a,
.heder_fixed_landline a:hover,
.heder_fixed_landline a:focus,
.heder_fixed_landline a:visited {
  text-decoration: none;
}

.fixed .heder_fixed_landline {
  width: 250px;
  max-height: 30px;
}

.fixed .top_menu_cart_wrap {
  margin-right: 0;
}

.fixed .top_menu_delivery_wrap>a:hover~.top_menu_delivery_tip {
  visibility: hidden;
  opacity: 0;
}

.fixed .header_search_block {
  position: absolute;
  top: 1px;
  left: 59px;
  width: 40px;
  overflow: hidden;
}

.top_menu_right_wrapper {
  position: relative;
}

.fixed .header_search_button:after {
  left: 12px;
}

.fixed .header_search_button {
  cursor: pointer;
}

.fixed .header_search_input {
  width: 0;
}

.fixed .top_menu ul.menu li a {
  margin: 5px 12px;
}

.fixed .top_menu_right_wrapper {
  float: left;
}

.fixed .top_menu_delivery_wrap {
  margin-left: 12px;
}

.fixed .header_search_block.fixed_opened_search {
  width: 214px;
}

.fixed .fixed_opened_search .header_search_input {
  width: 156px;
}

.fixed .fixed_opened_search .header_search_button:after {
  left: 16px;
}

.header_search_button:after,
.header_search_button:before {
  transition: all 0.2s linear;
}

.header_fixed_logo_block {
  position: absolute;
  width: 200px;
  height: 46px;
  background-color: #fff;
  bottom: -9px;
  left: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  transition: all 0s linear;
}

.fixed .header_fixed_logo_block {
  transition: all 0.3s linear;
}

.header_fixed_logo_block:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 200px;
  width: 2000px;
  background-color: #fff;
  height: 46px;
}

.header_fixed_logo_block:after {
  content: "";
  display: block;
  border: 23px solid transparent;
  border-left: 21px solid #ffffff;
  position: absolute;
  right: -43px;
  margin-left: 0;
  top: 1px;
}

.fixed .header_fixed_logo_block {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.header_container {
  position: relative;
}

.header_fixed_logo_block img {
  display: block;
  width: 40px;
  height: auto;
  position: relative;
  top: 4px;
  float: right;
  right: -10px;
  z-index: 1;
}

.fixed .top_menu_right_wrapper {
  width: 372px;
  margin-left: 0;
}

.top_menu_right_wrapper {
  transition: all 0s linear;
}

.heder_burger_button {
  display: none;
}

.heder_burger_button:hover span,
.heder_burger_button:hover span::before,
.heder_burger_button:hover span::after {
  transition: all 0.3s linear;
}

.heder_burger_button:hover span,
.heder_burger_button:hover span::before,
.heder_burger_button:hover span::after {
  background-color: #d2ba3a;
}

.header_search_block.focused {
  background-color: #e4e4e4;
}

.header_search_block.focused .header_search_input {
  color: #373737;
}

.focused .header_search_input::-webkit-input-placeholder {
  color: #373737;
}

.focused .header_search_input:-moz-placeholder {
  color: #373737;
}

.focused .header_search_input::-moz-placeholder {
  color: #373737;
}

.focused .header_search_input:-ms-input-placeholder {
  color: #373737;
}

.focused .header_search_button:before {
  background-color: #373737;
}

.focused .header_search_button:after {
  background-image: url("../img_new/search_mob.png");
}

.fixed .new_header {
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 15px;
}

.mobile_menu_delivery_ref {
  display: none;
}

.com_jshopping .row-fluid {
  max-width: 1490px;
  margin: 0 auto;
}

.com_jshopping {
  background: #fff !important;
}

.com_jshopping div#sidebar {
  float: left;
  height: auto;
  min-height: 0;
  display: block;
  z-index: 10;
  background: #ffffff;
  padding: 94px 0 0;
  width: 374px;
  margin-bottom: 60px;
}

.com_jshopping div#sidebar .h3 {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  line-height: 24px;
  color: #525252;
  padding-left: 20px;
  margin-bottom: 20px;
}

.com_jshopping div#sidebar .odcat li a {
  text-transform: none;
  font-size: 18px;
  background: #fff;
  display: block;
  font-weight: 400;
  padding: 10px 19px 10px 20px;
  text-decoration: none;
  border-bottom: solid 1px #f1f1f1;
  color: #525252;
  line-height: 23px;
  position: relative;
}

.com_jshopping div#sidebar .odcat li ul li a {
  font-size: 16px;
  padding-left: 38px;
}

.com_jshopping div#sidebar .odcat li ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: url("../img_new/arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.com_jshopping div#sidebar .odcat li ul li a.active:before {
  background-image: url("../img_new/arrow_right_w.png");
}

.com_jshopping div#sidebar .odcat li a:not(.active):hover {
  background: #ececec;
}

.com_jshopping div#sidebar .odcat ul a.active,
.com_jshopping div#sidebar a.root.active {
  font-weight: 400;
  background-color: #525252;
  color: #ffffff;
}

.com_jshopping div#sidebar * {
  transition: all 0.3s linear;
}

.com_jshopping div#sidebar .odcat li a.root.parent {
  padding-right: 48px;
}

.com_jshopping div#sidebar .odcat li a.root.parent:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom: 6px solid #525252;
  position: absolute;
  right: 20px;
  margin-left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0s linear;
}

.com_jshopping div#sidebar .odcat li a.root.parent.opened:before {
  margin-top: -9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.com_jshopping div#sidebar .odcat li a.root.parent.active:before {
  border-bottom-color: #fff;
}

.com_jshopping div#sidebar .odcat li ul a.active {
  background-color: #646464;
}

.moduletable.jshopslider {
  display: none;
}

body.site.com_jshopping main#content {
  width: 1040px;
}

.com_jshopping .moduletable.bcrumps {
  margin-left: 0;
  margin-bottom: 50px;
}

.com_jshopping .moduletable.bcrumps a {
  text-decoration: none;
  font-size: 16px;
  color: #4a4a4a;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
}

.com_jshopping .moduletable.bcrumps .active span,
.com_jshopping .moduletable.bcrumps .active {
  font-size: 16px;
  color: #373737;
  font-family: "RobotoN", sans-serif;
  font-weight: 600;
}

.moduletable.bcrumps .divider {
  margin-left: 2px;
  margin-right: 2px;
}

div#comjshop {
  padding: 0;
}

h1.catalog_h2 {
  text-align: left;
  color: #4a4a4a;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
  font-weight: 400;
}

.jshop_list_product .block_product {
  padding: 0;
}

body.site.com_jshopping.view-.no-layout.task-view .sblock3,
body.site.com_jshopping.view-.no-layout.task-view .sblock3 * {
  transition: all 0.3s linear;
}

body.site.com_jshopping.view-.no-layout.task-view .sblock3,
div#comjshop_list_product>.row-fluid>div:first-child {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 18px 0 rgba(84, 84, 84, 0.03);
}

body.site.com_jshopping.view-.no-layout.task-view .sblock3:hover,
div#comjshop_list_product>.row-fluid>div:first-child:hover {
  box-shadow: 0 0 18px 0 rgba(84, 84, 84, 0.3);
}

.com_jshopping .jshop_list_product {
  margin-top: 0;
}

.com_jshopping form#sort_count {
  margin-bottom: 0;
}

.com_jshopping .product {
  position: relative;
}

.com_jshopping .sblock3 .product:after {
  content: "";
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  float: none;
  clear: both;
}

.com_jshopping .jshop_list_product .block_product {
  margin-bottom: 0;
}

.j_image_block {
  width: 180px;
  height: 180px;
  float: left;
  overflow: hidden;
}

.j_image_block img {
  width: 100%;
  height: auto;
  display: block;
}

.j_description_block {
  width: calc(100% - 205px);
  float: right;
  height: auto;
}

.j_clear {
  clear: both;
  float: none;
}

.j_name a,
.j_name a:hover,
.j_name a:visited,
.j_name a:focus {
  text-decoration: none;
  color: #494949;
  font-size: 20px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
}

.sblock3:hover .j_name a {
  color: #000;
}

.j_name a .j_more {
  font-size: 16px;
  color: #c2a900;
  margin-left: 0;
  display: inline-block;
  position: relative;
}

.j_name a .j_more:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #c2a900;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s linear;
}

.j_name a .j_more:hover:before {
  width: 100%;
}

.j_description_block_top {
  height: 90px;
  width: 100%;
}

.j_description_block_bottom {
  height: 90px;
  width: 100%;
}

.j_stock {
  color: #494949;
  font-size: 14px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}

.j_stock span {
  color: #c2a900;
  margin-left: 10px;
}

.j_name_span {
  margin-right: 20px;
}

.j_description_block_bottom_left {
  width: calc(100% - 410px);
  float: left;
  height: 90px;
  padding-right: 10px;
  position: relative;
}

.j_description_block_bottom_right {
  width: 410px;
  float: left;
  height: 90px;
}

.j_description_short,
.j_description_attributes {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  overflow: hidden;
  color: #494949;
  font-size: 14px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding-right: 10px;
}

.j_description_attributes_name {
  width: 80px;
  display: inline-block;
}

.j_r_price {
  height: 38px;
  margin-bottom: 8px;
  line-height: 38px;
  color: #4a4a4a;
  font-family: "RobotoN", sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-align: right;
}

.j_r_price .j_r_price_ext {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.j_r_price .j_r_price_before {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
}

.j_r_delivery {
  width: 96px;
  height: 44px;
  float: left;
}

.j_r_delivery_button {
  width: 82px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 4px 0 #e0e0e0;
  cursor: pointer;
  background-image: url("../img_new/delivery_j.png");
  background-position: center;
  background-repeat: no-repeat;
}

.j_r_delivery_button:hover {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  background-image: url("../img_new/delivery_j_hover.png");
}

.j_r_delivery_button:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.j_r_delivery {
  position: relative;
}

.j_r_delivery_tip {
  position: absolute;
  color: #aeaeae;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 12px;
  height: 20px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 124px;
  line-height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  margin-left: -17px;
  box-shadow: 0 0 7px 1px rgba(84, 84, 84, 0.25);
}

.j_r_delivery_tip:before {
  content: "";
  display: block;
  border: 11px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -17px;
  transition: all 0.2s linear;
  z-index: -1;
}

.j_r_delivery a:hover~.j_r_delivery_tip {
  opacity: 1;
  visibility: visible;
}

.j_r_quantity {
  width: 172px;
  height: 44px;
  float: left;
}

.j_r_quantity_input {
  width: 110px;
  height: 44px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  background-color: transparent;
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  padding: 0 12px;
  text-align: right;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-right: 6px;
}

.j_r_quantity_ext {
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  display: inline-block;
}

.j_r_cart_button {
  width: 140px;
  height: 40px;
  float: right;
  line-height: 40px;
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  transition: all 0.3s linear;
}

.j_r_cart_button:hover {
  background-color: #cfba31;
}

.j_r_cart_button:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.cart_success {
  background-color: #fff;
  width: 570px;
  padding: 42px 30px 35px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  max-height: 100vh;
  overflow: auto;
}

.cart_success_title {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}

.cart_success_closer,
.message-callback__close {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 10px;
  right: 10px;
  background-image: url("../img_new/lity_closer.png");
  background-position: center;
  background-repeat: no-repeat;
}

.cart_success_button {
  width: 240px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 4px 0 #e0e0e0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #888888;
  line-height: 40px;
}

.cart_success_button.f_r {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
}

.cart_success_button,
.cart_success_button * {
  transition: all 0.3s linear;
}

.cart_success_button:hover {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  color: #000;
}

.cart_success_button:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.cart_success_button_img {
  width: 17px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  background-image: url("../img_new/cart_button.png");
  background-position: center;
  background-repeat: no-repeat;
}

.cart_success_button:hover .cart_success_button_img {
  background-image: url("../img_new/cart_button_hover.png");
}

.cart_success_title_mobile {
  display: none;
}

.lity-close {
  display: none;
}

.cart_success_ref {
  display: none;
}

body.site.com_jshopping main#content {
  min-height: 0 !important;
  margin-bottom: 70px;
}

#sidebar .bcrumps {
  display: none;
}

.sidebar_header {
  display: none;
}

.j_stock_mobile {
  display: none;
}

body {
  min-width: 320px;
}

.jshop_list_category .row-fluid .sblock3:first-of-type {
  margin-left: 0;
}

.jshop_list_category .row-fluid .sblock3:nth-of-type(3) {
  margin-right: 0;
}

.jshop.productfull .jshop.col-md-4.сol-sm-4 {
  padding-left: 0;
}

#jquery-lightbox {
  margin-top: 110px;
}

.j_p_quantity {
  width: 154px;
  height: 44px;
  float: left;
  transition: all 0.3s linear;
}

.j_p_cart_button {
  width: 140px;
  height: 40px;
  float: left;
  line-height: 40px;
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  transition: all 0.3s linear;
}

.j_p_cart_button:hover {
  background-color: #cfba31;
}

.j_p_cart_button:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.j_p_quantity_input {
  width: 110px;
  height: 44px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  background-color: transparent;
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  padding: 0 12px;
  text-align: right;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-right: 2px;
  transition: all 0.3s linear;
}

.j_p_quantity_ext {
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  display: inline-block;
}

.jshop_list_product {
  margin-bottom: 50px;
}

.block_category_description {
  border-top: 1px solid #e0e0e0;
  padding: 70px 0 0;
}

.category_description {
  font-size: 18px;
}

.category_description ul,
.category_description ol {
  padding-left: 19px;
}

.category_description ol li:not(:last-child) {
  margin-bottom: 15px;
}

.category_description h3 {
  margin-bottom: 10px;
}

.ss_cat>h2 {
  display: block;
  width: 100%;
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  line-height: inherit;
  padding: 35px 45px;
  color: #fff;
  font-family: "RobotoN", sans-serif;
  font-weight: 700;
  font-size: 48px;
  background-image: url("../img_new/ss_cat_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.ss_cat>h2 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
}

.ss_cat {
  margin-top: 10px;
}

.ss_cat_wrap {
  background-color: rgba(255, 255, 255, 0.93);
  width: auto;
  margin: -70px 45px 0;
  padding: 25px 30px;
}

.ss_cat p,
.ss_cat_wrap ul,
.ss_cat_wrap ol,
.ss_cat_wrap span {
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

.ss_cat p.ss_cat_p_grey {
  position: relative;
  margin-bottom: 55px;
  background-color: #e9e9e9;
  padding: 37px 115px 40px 325px;
  overflow: hidden;
  margin-top: 15px;
}

.ss_cat_p_grey img {
  width: 206px;
  position: absolute;
  display: block;
  height: auto;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat h3 {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #000;
  line-height: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.ss_cat p>a {
  color: #c8b941;
}

.ss_cat p>a:hover {
  text-decoration: underline !important;
}

.ss_cat p.ss_cat_p_blue {
  padding-left: 285px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.ss_cat_p_blue img {
  display: block;
  position: absolute;
  left: 0;
  width: 270px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.ss_cat_bg_house_first li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 4px;
}

.ss_cat_bg_house_first li:before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img_new/ul_check.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ss_cat_bg_house ul.ss_cat_bg_house_first {
  margin-bottom: 15px;
}

.ss_cat_bg_house span {
  display: inline-block;
  margin-bottom: 4px;
}

.ss_cat_bg_house_second li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}

.ss_cat_bg_house_second li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}

.ss_cat_bg_house {
  padding-bottom: 35px;
  margin-bottom: 50px;
  background-image: url("../img_new/ss_cat_house_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.ss_cat_wrap h2 {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.ss_cat_wrap .two_images {
  margin-top: 25px;
  margin-bottom: 50px;
}

.ss_cat p.ss_cat_mb,
.ss_cat div.ss_cat_mb {
  margin-bottom: 50px;
}

.ss_cat_wrap ul.ss_cat_tech_ul {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

.ss_cat_wrap ul.ss_cat_tech_ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  line-height: 22px;
}

.ss_cat_wrap ul.ss_cat_tech_ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #000;
}

.ss_cat_attention {
  position: relative;
  padding-left: 80px;
}

.ss_cat_attention:before {
  width: 26px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img_new/attention.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 20px;
}

.ss_cat_difference {
  padding: 40px 15px 40px 475px;
  position: relative;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 15px 0;
}

.ss_cat_difference h4 {
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  line-height: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 7px;
}

.ss_cat_difference p {
  font-size: 16px;
}

.ss_cat_difference p:nth-of-type(1) {
  margin-bottom: 7px;
}

.ss_cat_difference p:nth-of-type(2) {
  margin-bottom: 21px;
}

.ss_cat_difference p:nth-of-type(3) {
  margin-bottom: 0;
}

.ss_cat_difference img {
  display: block;
  width: 450px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat_wrap iframe {
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}

.ss_cat_ocean {
  margin: 30px 0 25px;
  background-color: #f3f3f3;
  padding: 35px 370px 40px 20px;
  position: relative;
}

.ss_cat_ocean p {
  font-size: 24px;
  line-height: 30px;
}

.ss_cat_ocean p:last-of-type {
  margin-bottom: 0;
}

.ss_cat_ocean img {
  display: block;
  width: 300px;
  height: auto;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat_wrap p b a {
  color: #000;
  text-decoration: none;
}

.ss_cat_wrap img.warehouse {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 15px;
}

.ss_cat_wrap p.compare {
  display: none;
}

.cat_share_block_social {
  float: right;
  margin-right: 70px;
}

.cat_share_block_ref {
  float: right;
  margin-right: 30px;
}

.cat_share_block_social_title {
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #9e9e9e;
  margin-bottom: 10px;
  height: 19px;
}

.cat_share_icon {
  width: 35px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-right: 12px;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-position: center;
}

.cat_share_icon_go {
  margin-right: 0;
}

.cat_share_icon:active {
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.cat_share_icon_vk {
  background-color: #4d97ca;
  box-shadow: 0 4px 0 #3c79a2;
  background-image: url("../img_new/vkontakte.png");
}

.cat_share_icon_fb {
  background-color: #3a6197;
  box-shadow: 0 4px 0 #284975;
  background-image: url("../img_new/facebook.png");
}

.cat_share_icon_ok {
  background-color: #ff9d39;
  box-shadow: 0 4px 0 #fe7d07;
  background-image: url("../img_new/odnoklassniki.png");
}

.cat_share_icon_go {
  background-color: #ff6d46;
  box-shadow: 0 4px 0 #ff4518;
  background-image: url("../img_new/google.png");
}

.cat_share_block_ref {
  width: 238px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s linear;
  background-color: #f7f7f7;
  box-shadow: 0 4px 0 #ebebeb;
  line-height: 31px;
  margin-top: 29px;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #919191;
  text-transform: uppercase;
  position: relative;
}

.cat_share_block_ref:hover {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  color: #000;
}

.cat_share_block_ref:active {
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.cat_share_block_ref .copied_ref {
  position: absolute;
  color: #d6d6d6;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 12px;
  height: 20px;
  text-align: center;
  background-color: #343434;
  border-radius: 3px;
  width: 100%;
  line-height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  transition: all 0.2s linear;
  text-transform: none;
  display: none;
}

.cat_share_block_ref .copied_ref:before {
  content: "";
  display: block;
  border: 11px solid transparent;
  border-top: 12px solid #343434;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -17px;
  transition: all 0.2s linear;
}

.j_cart_wrapper {
  width: 100%;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 18px 0 rgba(84, 84, 84, 0.06);
  margin-bottom: 20px;
  margin-top: -30px;
}

.j_cart_header_wrapper {
  border-bottom: 1px solid #e3e3e3;
  height: 50px;
  padding: 0 20px;
}

.j_cart_header_wrapper>div {
  color: #494949;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 47px;
  float: left;
}

.j_cart_header_name {
  width: 450px;
}

.j_cart_header_quantity {
  width: 150px;
}

.j_cart_header_wrapper>div.j_cart_header_cost {
  width: 160px;
  display: block;
  text-align: center;
  padding-top: 5px;
}

.j_cart_header_cost span {
  font-size: 13px;
  display: block;
  position: relative;
  top: -2px;
}

.j_cart_header_cost_common {
  width: 180px;
  justify-content: center;
}

.j_cart_product_wrapper {
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
}

.j_cart_products_wrapper {
  padding: 0 20px;
}

.j_cart_product_name {
  width: 450px;
}

.j_cart_product_wrapper>div {
  float: left;
  min-height: 65px;
}

.j_cart_product_wrapper>div.j_clear {
  float: none;
  height: 0;
  min-height: 0;
}

.j_cart_product_wrapper>div.j_cart_product_name {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px 0 90px;
  position: relative;
}

.j_cart_product_wrapper>div.j_cart_product_name a {
  text-decoration: none;
  color: #494949;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.j_cart_product_img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.j_cart_product_img img {
  display: block;
  width: 100%;
  height: auto;
}

.j_cart_product_quantity {
  width: 150px;
}

.j_cart_product_quantity_wrap {
  position: relative;
  width: 106px;
  height: 44px;
  margin-top: 13px;
}

.j_cart_product_quantity_wrap input {
  width: 74px;
  height: 44px;
  border: 1px solid #d5d5d5;
  display: block;
  background-color: transparent;
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  padding: 0 12px;
  text-align: right;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  float: left;
}

.j_cart_product_quantity_wrap input[type="number"] {
  -moz-appearance: textfield;
}

.j_cart_product_quantity_wrap input::-webkit-outer-spin-button,
.j_cart_product_quantity_wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.j_cart_product_quantity_unit {
  width: 30px;
  height: 44px;
  line-height: 44px;
  color: #777777;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  float: left;
}

.j_cart_product_quantity_plus,
.j_cart_product_quantity_minus {
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 0.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.j_cart_product_quantity_plus {
  right: -18px;
  background-image: url("../img_new/plus.png");
}

.j_cart_product_quantity_minus {
  left: -20px;
  background-image: url("../img_new/minus.png");
}

.j_cart_product_quantity_plus:hover,
.j_cart_product_quantity_minus:hover {
  opacity: 1;
}

.j_cart_product_price {
  width: 160px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.j_cart_product_price span {
  font-size: 20px;
}

.j_cart_product_price_common {
  width: 180px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.j_cart_product_price_common span {
  font-size: 20px;
  font-weight: 600;
}

.j_cart_product_wrapper>div.j_cart_product_delete {
  width: 40px;
  height: 37px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  float: right;
  margin-right: 12px;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
  box-shadow: 0 4px 0 #ebebeb;
  min-height: 0;
  margin-top: 13px;
  background-image: url("../img_new/trash.png");
  position: relative;
}

.j_cart_product_wrapper>div.j_cart_product_delete>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.j_cart_product_wrapper>div.j_cart_product_delete:hover {
  background-color: #ffee63;
  box-shadow: 0 4px 0 #d9c860;
  background-image: url("../img_new/trash_hover.png");
}

.j_cart_product_wrapper>div.j_cart_product_delete:active {
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.j_cart_footer_wrapper {
  padding: 20px 0;
}

.j_cart_footer_refresh {
  width: 40px;
  height: 37px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  float: right;
  margin-right: 12px;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
  box-shadow: 0 4px 0 #ebebeb;
  min-height: 0;
  background-image: url("../img_new/refresh.png");
  position: relative;
}

.j_cart_footer_refresh:hover {
  background-color: #ffee63;
  box-shadow: 0 4px 0 #d9c860;
  background-image: url("../img_new/refresh.png");
}

.j_cart_footer_refresh:active {
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.j_cart_footer_sum {
  float: right;
  margin-right: 65px;
  height: 40px;
  line-height: 40px;
  font-family: "RobotoN", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #494949;
}

.j_cart_footer_sum span {
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.j_cart_footer_weight {
  width: 200px;
  float: left;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #494949;
  text-align: right;
}

.j_cart_footer_weight span {
  float: left;
}

.j_cart_buttons_wrapper {
  margin-bottom: 40px;
  width: 100%;
  padding: 0 20px;
}

.j_cart_buttons_back_to_shop {
  width: 240px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 4px 0 #e0e0e0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #888888;
  line-height: 40px;
  transition: all 0.3s linear;
  float: left;
}

.j_cart_buttons_back_to_shop:hover {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  color: #000;
}

.j_cart_buttons_back_to_shop:active,
.j_cart_buttons_checkout:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.j_cart_buttons_checkout {
  width: 240px;
  height: 40px;
  background-color: #ffea32;
  border-radius: 5px;
  box-shadow: 0 4px 0 #cfba31;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  line-height: 40px;
  transition: all 0.3s linear;
  float: right;
}

.j_cart_bottom_description p {
  color: #494949;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.j_cart_bottom_description p b {
  font-family: "RobotoN", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.j_cart_bottom_description p .refresh {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  position: relative;
  bottom: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img_new/refresh_hover.png");
}

.j_cart_bottom_description {
  padding: 0 20px;
}

.j_cart_buttons_wrapper.empty {
  padding: 0;
  margin-top: 20px;
}

.j_cart_header_wrapper_mobile {
  display: none;
}

.j_cart_header_cost_common_mobile,
.j_cart_header_cost_mobile {
  display: none;
}

.block_category_description {
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
}

.moduletable.relprodmod {
  float: left;
  display: block;
  width: 100%;
}

.moduletable.relprodmod>p {
  color: #c2a900;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 500;
  font-size: 1.5em;
}

#printcart {
  display: none;
}

.jshop.address_block {
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.jshop.address_block div.jshop_register {
  width: 100%;
  text-align: left;
  padding: 0;
}

.address_block_title {
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
  color: #494949;
  text-align: center;
}

.address_block_form {
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 18px 0 rgba(84, 84, 84, 0.1);
  margin-bottom: 5px;
}

.address_block_form .control-group {
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.address_block_form .control-group:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  border-bottom: 1px solid #e3e3e3;
}

.address_block_form .control-group .control-label {
  width: 190px;
  height: 50px;
  display: block;
  background-color: #f9f9f9;
  border-right: 1px solid #e3e3e3;
  float: left;
  padding: 0 25px;
  line-height: 50px;
  color: #4a4a4a;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.address_block_form .control-group .control-label span {
  color: #ff1111;
}

.address_block_form .control-group:last-of-type .control-label {
  height: 150px;
  line-height: normal;
  padding: 15px 25px;
}

.address_block_form .control-group .controls {
  width: 390px;
  float: left;
  height: 50px;
  position: relative;
  border: 1px solid transparent;
}

.address_block_form .control-group .controls input {
  height: 50px;
  width: 100%;
  margin-top: 0;
  min-width: 0;
  outline: none;
  border: none;
  display: block;
  background-color: transparent;
  line-height: 50px;
  padding: 0 35px 0 15px;
  color: #4a4a4a;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.address_block_form .control-group .controls #ext_field_1 {
  background-color: transparent;
  height: 150px;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  color: #4a4a4a;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;
  line-height: normal;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}

.address_block_form ::-webkit-input-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.address_block_form :-moz-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.address_block_form ::-moz-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.address_block_form :-ms-input-placeholder {
  color: #c9c9c9;
  font-weight: 400;
}

.j_req .requiredtext {
  color: #000;
  font-family: "RobotoN", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.j_req .requiredtext span {
  font-size: 16px;
  color: #ff1111;
  margin-left: 20px;
}

.submit_wrap_1 {
  width: 220px;
  height: 40px;
  float: none;
  line-height: 40px;
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  margin: 20px auto;
  transition: all 0.3s linear;
}

.submit_wrap_1:hover {
  background-color: #cfba31;
}

.submit_wrap_1:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.address_block_form .control-group:not(:last-of-type) .controls:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img_new/form_s.png");
  opacity: 0;
}

.address_block_form .control-group:not(:last-of-type) .controls:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img_new/form_e.png");
  opacity: 0;
}

.address_block_form .control-group:not(:last-of-type) .controls.success:after {
  opacity: 1;
}

.address_block_form .control-group:not(:last-of-type) .controls.error:before {
  opacity: 1;
}

.address_block_form .control-group:not(:last-of-type) .controls.error {
  border-color: #ff0000;
}

.j_errors {
  margin-bottom: 10px;
  color: #ff0000;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.j_errors>div {
  display: none;
}

.mobile_last_form_title {
  display: none;
}

.last_step_page .jshop.finish {
  display: none;
}

.last_step_page div#printinfinish {
  display: none;
}

.last_step_page a.print_cart {
  display: none !important;
}

#cart_success_finish .cart_success_title_mobile {
  display: block;
}

#cart_success_finish .cart_success_title {
  margin-bottom: 20px;
}

#cart_success_finish .cart_success_title_mobile {
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
}

.cart_success_button.f_r {
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  color: #000;
}

.cart_success_button.f_r .cart_success_button_img {
  background-image: url("../img_new/cart_button_hover.png");
}

#cart_success_finish.cart_success {
  padding: 30px 30px 35px;
}

#cart_success_finish .cart_success_button.f_r .cart_success_button_img {
  background-image: url("../img_new/print.png");
}

#cart_success_finish a {
  text-decoration: none !important;
}

.post_table {
  display: none;
}

.j_bread_crumb_name {
  display: none;
}

.dealer-slider #jt_jshopping_toprating_slider ul li .block_item {
  overflow: hidden;
}

.form111 .submit_wrap_1,
.form222 .submit_wrap_1,
.form333 .submit_wrap_1 {
  font-size: 15px;
  width: 230px;
}

form#dealership-form input {
  padding: 0 15px !important;
  transition: all 0.3s linear;
}

form#dealership-form.form111 input.error,
form#dealership-form.form222 input.error,
form#dealership-form2.form333 input.error,
form#contact-form.form444 input.error,
form#contact-form.form444 textarea.error,
form#popup-form.form555 input.error,
form#popup-form.form555 textarea.error {
  border: 1px solid red !important;
}

form#contact-form.form444 input,
form#contact-form.form444 textarea,
form#popup-form.form555 input,
form#popup-form.form555 textarea {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

form#contact-form.form444 input:active,
form#contact-form.form444 textarea:active {
  background-color: #fff;
}

.form555 .submit_wrap_1:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.printmapimg {
  display: block;
}

#pmi {
  display: none;
}

.else_they_asked_us {
  font-size: 19px;
  color: #c2a900;
  font-weight: 400;
  margin-bottom: 20px;
}

.sg_cat.ss_cat>h2 {
  background-image: url("../img_new/ss_cat_bg2.jpg");
  padding-top: 80px;
}

.ss_cat p.sg_cat_p_grey {
  position: relative;
  margin-bottom: 55px;
  background-color: #e9e9e9;
  padding: 40px 30px 40px 295px;
  overflow: hidden;
  margin-top: 15px;
}

.sg_cat_p_grey img {
  width: 255px;
  position: absolute;
  display: block;
  height: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sg_cat .ss_cat_attention {
  padding: 30px 0 30px 80px;
  margin-bottom: 55px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.sg_cat p.ss_cat_p_blue {
  margin-bottom: 30px;
}

.sg_cat p>a {
  font-family: "RobotoN", sans-serif;
}

.mesh_plastering_category_descriotion .sg_cat_gossamer {
  padding: 25px 480px 25px 0;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: url("../img_new/sg_cat_gossamer_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.sg_cat_gossamer span {
  display: block;
  margin-top: 20px;
}

.sg_cat_gossamer img {
  display: none;
}

p.sg_cat_mb50,
div.sg_cat_mb50 {
  margin-bottom: 50px;
}

.ss_cat_bg_house.sg_cat_bg_house {
  padding: 20px 370px 15px 0;
  background-image: url("../img_new/sg_cat_bg_house_bg.jpg");
  margin-bottom: 15px;
}

.sg_cat_bg_house li a {
  color: #c8b941;
  text-decoration: none;
}

.sg_cat_bg_house li a:hover {
  text-decoration: underline;
}

.sg_cat_bg_house .ss_cat_bg_house_first li:before {
  top: 12px;
}

.sg_cat_bg_house img {
  display: none;
}

.ss_cat .sg_cat_putty {
  padding: 35px 30px 35px 405px;
  font-size: 24px;
  background-image: url("../img_new/putty_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  margin-bottom: 15px;
  position: relative;
}

.sg_cat_putty img {
  display: none;
}

p.ss_cat_attention2 {
  padding: 20px 0 20px 80px;
  margin-bottom: 15px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.ss_cat_attention2:before {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img_new/attention2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 17px;
}

.sg_cat_ol1 li {
  margin-bottom: 15px;
  list-style-position: outside;
}

.sg_cat_ol1 {
  padding-left: 20px;
}

.putty2 {
  padding: 25px 360px 25px 20px;
  background-color: #e9e9e9;
  position: relative;
}

.putty2 p {
  font-size: 24px;
}

.putty2 p:last-of-type {
  margin-bottom: 0;
}

.putty2 img {
  display: block;
  position: absolute;
  width: 300px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.putty3 {
  margin-top: 35px;
  position: relative;
  padding: 10px 0 10px 300px;
}

.putty3 img {
  position: absolute;
  display: block;
  left: 0;
  width: 275px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -25px;
}

p.putty4 {
  margin-top: 25px;
  padding: 70px 30px 70px 300px;
  background-image: url("../img_new/putty4_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  font-size: 24px;
}

p.putty4 span {
  display: block;
  margin-top: 5px;
}

.putty4 img {
  display: none;
}

.sg_cat p.ss_cat_p_blue.putty5 {
  margin-bottom: 15px;
  margin-top: 20px;
}

p.putty6 {
  padding: 90px 30px 90px 275px;
  position: relative;
  font-size: 24px;
  background-color: #ebecee;
}

.putty6 img {
  display: block;
  position: absolute;
  width: 230px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.ss_cat_attention.putty7 {
  padding: 20px 0 20px 80px;
  border-top: 1px solid #cfba31;
  border-bottom: 1px solid #cfba31;
}

.ss_cat_attention.putty7 ul {
  padding: 0;
  margin: 0;
}

.ss_cat_attention.putty7 ul li {
  margin-top: 10px;
}

p.putty8 {
  padding: 35px 340px 35px 20px;
  background-color: #ebecee;
  position: relative;
  font-size: 24px;
  margin: 25px 0;
}

p.putty8 img {
  display: block;
  position: absolute;
  width: 275px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.ss_cat p>a.putty_a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

div.putty9 {
  padding: 15px 30px 15px 300px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

div.putty9 img {
  width: 275px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
}

.sg_method_block {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
}

.sg_method_elem {
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 380px 40px 20px;
  position: relative;
}

.sg_method_elem h4,
.sg_method_elem h4 span {
  font-size: 17px;
  color: #000;
}

.sg_method_elem h4 {
  font-weight: 700;
}

.sg_method_elem h4 span {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  margin-top: 3px;
}

.sg_method_elem p:last-of-type {
  margin-bottom: 0;
}

.sg_method_elem p {
  font-size: 16px;
}

.sg_method_elem ul {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  margin-top: 8px;
}

.sg_method_elem ul li {
  font-size: 16px;
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.sg_method_elem ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.sg_method_pic {
  width: 380px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  padding: 20px;
}

.sg_method_pic_inside {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.sg_method_elem_1 .sg_method_pic_inside {
  background-image: url("../img_new/method1.jpg");
}

.sg_method_elem_2 .sg_method_pic_inside {
  background-image: url("../img_new/method2.jpg");
}

.sg_method_elem_3 .sg_method_pic_inside {
  background-image: url("../img_new/method3.jpg");
}

.sg_method_elem_4 .sg_method_pic_inside {
  background-image: url("../img_new/method4.jpg");
}

.sg_method_elem p em {
  font-weight: 400;
}

.sg_method_elem:nth-of-type(even) {
  background-color: #fbfbfb;
}

.sg_method_elem>img {
  display: none;
}

.sg_cat_gossamer {
  position: relative;
}

span.sg_cat_gossamer_title {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 470px;
  display: block;
  margin: 0;
}

.ss_cat_bg_house.sg_cat_bg_house {
  position: relative;
}

.sg_cat_bg_house_title {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  display: block;
  margin: 0;
}

.sg_cat_putty_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 370px;
  display: block;
  margin: 0;
}

.putty4_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 260px;
  display: block;
  margin: 0;
}

.putty4 {
  position: relative;
}

.br_only_mob {
  display: none;
}

.post_table_client {
  display: none;
}

.cart_success_title_href a {
  color: #000;
  text-decoration: none;
}

.cart_success_title.cart_success_title_href {
  margin-bottom: 10px;
}

.cart_success_title_mobile.cart_success_title_mob_cont {
  margin-bottom: 10px;
  display: block;
}

.cart_success_title_mobile.cart_success_title_mob_cont.mt15 {
  margin-top: 17px;
}

.cart_success_title_mess a {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}

.cart_success_title_mess a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -1px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cart_success_title_viber a:before {
  background-image: url("../images/icon_viber.png");
}

.cart_success_title_whatsapp a:before {
  background-image: url("../images/icon_whatsapp.png");
}

.header_phones_landline a {
  outline: none !important;
}

.header_phones_landline .header_phones_landline_mob {
  display: none;
}

.cart_success_closer_fancy {
  position: absolute;
  background-image: url("fancybox_sprite.png");
  background-position: top;
  background-repeat: no-repeat;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.r_blog_page h2 {
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}

.r_blog_page .item-image {
  width: 33%;
  float: left;
  margin-right: 3%;
  padding-top: 5px;
}

.r_blog_page .leading-0 .page-header,
.r_blog_page .items-row .page-header {
  width: 64%;
  float: right;
}

.r_blog_page>.page-header {
  margin-bottom: 15px;
}

.r_blog_page .leading-0,
.r_blog_page .items-row {
  margin-bottom: 55px;
}

.item-pageblog {
  position: relative;
  margin-bottom: 45px;
}

.item-pageblog:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
}

.item-pageblog {
  min-height: calc(100vh - 523px);
}

.item-pageblog img {
  max-width: 400px;
}

.r_blog_page .leading-0,
.r_blog_page .item,
.r_blog_page .leading-0 p,
.r_blog_page .item p,
.r_blog_page .leading-0 ul,
.r_blog_page .item ul,
.r_blog_page .leading-0 ol,
.r_blog_page .item ol,
.r_blog_page .leading-0 span,
.r_blog_page .item span,
.item-pageblog {
  font-family: "RobotoN", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: normal;
  text-align: left;
}

.r_blog_page .leading-0 p,
.r_blog_page .item p,
.r_blog_page .leading-0 ul,
.r_blog_page .item ul,
.r_blog_page .leading-0 ol,
.r_blog_page .item ol,
.r_blog_page .leading-0 span,
.r_blog_page .item span {
  margin-bottom: 10px;
}

.r_blog_page h2 a {
  font-family: "RobotoN", sans-serif;
}

.jshop_related .nds {
  display: none;
}

.ss_cat_wrap p.compare {
  display: block;
}

.ss_cat_wrap .two_images {
  margin-top: 15px;
}

.r_blog_page time,
.r_blog_page .page-header~a,
.r_blog_page .page-header~p a,
.item-pageblog time,
.item-pageblog .page-header~a,
.item-pageblog a {
  color: #c8b941;
}

.r_blog_page .page-header~a,
.r_blog_page .page-header~p a,
.item-pageblog .page-header~a,
.item-pageblog .page-header~p a,
.item-pageblog a {
  text-decoration: none;
}

.r_blog_page .page-header~a:hover,
.r_blog_page .page-header~p a:hover,
.item-pageblog .page-header~a:hover,
.item-pageblog .page-header~p a:hover,
.item-pageblog a:hover {
  text-decoration: underline;
}

.r_add_review_input_hidden {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}

.r_add_review_button {
  outline: none !important;
}

.ss_cat_new_img_wrapper_1 {
  position: relative;
  padding-right: 475px;
  overflow: hidden;
}

.ss_cat_new_img_wrapper_1 img {
  position: absolute;
  display: block;
  width: 450px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sg_cat_full_width_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.ss_cat_new_img_wrapper_2 p:last-of-type {
  margin-bottom: 0;
}

.ss_cat_new_img_wrapper_2 {
  position: relative;
  overflow: hidden;
}

.ss_cat_new_img_wrapper_2 img {
  position: absolute;
  display: block;
  width: 180px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat_new_img_wrapper_3 {
  position: relative;
  overflow: hidden;
  font-size: 24px !important;
  padding: 65px 0 75px 410px;
  margin-top: 20px;
}

.ss_cat_new_img_wrapper_3 img {
  position: absolute;
  display: block;
  width: 390px;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat_new_img_wrapper_4 p:last-of-type {
  margin-bottom: 0;
}

.ss_cat_new_img_wrapper_4 {
  position: relative;
  padding-right: 275px;
  overflow: hidden;
  margin-bottom: 15px;
}

.ss_cat_new_img_wrapper_4 img {
  position: absolute;
  display: block;
  width: 400px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_cat_new_img_wrapper_5 {
  overflow: hidden;
  padding: 100px 415px 100px 15px;
  position: relative;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 20px 0 !important;
}

.ss_cat_new_img_wrapper_5 img {
  position: absolute;
  display: block;
  width: 400px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

p.ss_cat_new_img_wrapper_2_putty {
  padding: 85px 450px 85px 20px;
  background-color: #ebecee;
  position: relative;
  font-size: 24px;
  margin: 25px 0;
}

p.ss_cat_new_img_wrapper_2_putty img {
  display: block;
  position: absolute;
  width: 400px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.ss_cat_new_img_wrapper_4 {
  position: relative;
  overflow: hidden;
  padding: 70px 415px 75px 0;
  margin-bottom: 20px;
}

.ss_cat_new_img_wrapper_4 p {
  font-size: 24px !important;
}

/*new contacts*/
@font-face {
  font-family: "a_Futurica";
  src: url("/templates/protostar/contacts/AFuturica.eot");
  src: url("/templates/protostar/contacts/AFuturica.eot?#iefix") format("embedded-opentype"),
    url("/templates/protostar/contacts/AFuturica.woff2") format("woff2"),
    url("/templates/protostar/contacts/AFuturica.woff") format("woff"),
    url("/templates/protostar/contacts/AFuturica.ttf") format("truetype"),
    url("/templates/protostar/contacts/AFuturica.svg#AFuturica") format("svg");
  font-weight: normal;
  font-style: normal;
}

.new_contacts__page,
.new_contacts__page * {
  /*font-family: 'a_Futurica', sans-serif;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new_contacts__page {
  width: 1150px;
  margin: 0 auto;
}

.new_contacts__page h1 {
  display: block;
  width: 100%;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #525252;
  padding: 25px 0 30px;
  line-height: 40px;
}

.new_contacts__gray_block {
  background-color: #dadada;
  position: relative;
  width: 100%;
}

.new_contacts__gray_block:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
}

.new_contacts__gray_block_text {
  width: 50%;
  float: right;
  padding: 45px 35px 45px;
}

.new_contacts__gray_block h2 {
  color: #50524f;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
}

.new_contacts__gray_block p {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 18px;
  color: #50524f;
}

.new_contacts_phone_ref,
.new_contacts_phone_ref:visited {
  color: #50524f;
  text-decoration: none;
  outline: none;
  transition: all 0.3s linear;
}

.new_contacts_phone_ref:hover {
  color: #000;
}

.new_contacts_phone_ref:focus {
  color: #c2a900;
}

.new_contacts_ref_brown,
.new_contacts_ref_brown:visited,
.new_contacts_ref_brown:focus {
  color: #c2a900;
  text-decoration: none;
  outline: none;
  transition: all 0.3s linear;
}

.new_contacts_ref_brown:hover {
  color: #d7c235;
}

.new_contacts_ref_brown:focus {
  color: #665a05;
}

.new_contacts__gray_block p.new_contacts__address {
  font-size: 21px;
  line-height: 23px;
}

.new_contacts__gray_block_image {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  padding-right: 35px;
  overflow: hidden;
}

.new_contacts__gray_block_image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.new_contacts_mobile {
  display: none;
}

.new_contacts__print_map_block {
  padding: 75px 15px;
  text-align: center;
  position: relative;
}

.new_contacts__print_map_block span {
  display: inline-block;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 31px;
  text-align: left;
  font-weight: 600;
  color: #ffe600;
  padding-left: 140px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
}

.new_contacts__print_map_block span:hover {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.new_contacts__print_map_block img {
  display: block;
  width: 105px;
  height: auto;
  position: absolute;
  left: 0;
  top: -33px;
}

.new_contacts__print_map_block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 20px solid #dadada;
}

.new_contacts__print_map_block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-bottom: 20px solid #dadada;
}

.new_contacts__white_stripe {
  position: relative;
  height: 30px;
  background-color: #fff;
  z-index: 1;
}

.new_contacts__white_stripe:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-bottom: 20px solid #fff;
}

.new_contacts__white_stripe:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-bottom: 20px solid #dadada;
}

.new_contacts__triple_block {
  padding: 55px 35px 38px;
}

.new_contacts__triple_block_element {
  width: 33.33%;
  padding: 0 15px;
}

.new_contacts__triple_block_element:nth-of-type(1) {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new_contacts__triple_block_element:nth-of-type(2) {
  position: absolute;
  top: 55px;
  left: 35px;
}

.new_contacts__triple_block_element:nth-of-type(3) {
  position: absolute;
  top: 55px;
  right: 35px;
}

.new_contacts__triple_block h2,
.new_contacts__triple_block .new_contacts__triple_block_element {
  text-align: center;
}

.new_contacts__triple_block_element p:first-of-type {
  min-height: 80px;
}

.new_contacts__truck {
  display: block;
  width: 100%;
}

.new_contacts__logistics>h2 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  background-color: #525252;
  padding: 35px 15px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.new_contacts__logistics>h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 20px solid #525252;
}

.new_contacts__logistics_wrapper {
  position: relative;
  background-color: #dadada;
  width: 100%;
  padding: 50px 15px;
}

.new_contacts__logistics_wrapper:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  float: none;
}

.new_contacts__logistics_element {
  width: 50%;
  float: left;
  padding: 0 35px;
}

.new_contacts__logistics_element p {
  color: #50524f;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  text-align: justify;
}

.new_contacts_black {
  color: #000;
}

.new_contacts__logistics_element .new_contacts_black:hover {
  color: #808080;
}

.new_contacts__logistics_element .new_contacts__logistics_element__center * {
  text-align: center;
}

.new_contacts__logistics_element__center h2 {
  color: #50524f;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 600;
}

.new_contacts__logistics_element p.new_contacts__logistics_element__account {
  font-size: 22px;
  line-height: 27px;
}

.new_contacts__logistics_element__cheque {
  display: inline-block;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 31px;
  text-align: left;
  font-weight: 600;
  color: #c2a900;
  padding-left: 80px;
  position: relative;
  cursor: pointer;
  float: right;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s linear;
}

.new_contacts__logistics_element__cheque:hover {
  color: #d7c235;
}

.new_contacts__logistics_element__cheque:focus {
  color: #665a05;
}

.new_contacts__logistics_element__cheque:active {
  color: #c2a900;
}

.new_contacts__logistics_element__cheque img {
  display: block;
  position: absolute;
  width: 60px;
  height: auto;
  left: 0;
  top: -22px;
}

.new_contacts__cheque {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.new_contacts__white_stripe_rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new_contacts__form {
  position: relative;
  background-color: #dadada;
  width: 100%;
  padding: 50px 30px 0;
  margin-bottom: 70px;
}

.new_contacts__form h2 {
  color: #50524f;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 600;
}

.new_contacts__form .submit_wrap_1 {
  width: auto;
  height: 100px;
  float: none;
  line-height: 100px;
  background-color: #525252;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  margin: 70px -30px 0;
  transition: all 0.3s linear;
  display: block;
  border-radius: 0;
}

.new_contacts__form .submit_wrap_1:hover {
  background-color: #c2a900;
}

.new_contacts__form .submit_wrap_1:focus {
  background-color: #665a05;
}

.new_contacts__form #contact-form label {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 2px !important;
  margin-top: 25px !important;
}

.new_contacts__form #contact-form textarea {
  height: 240px !important;
  transition: all 0.3s linear;
}

.new_contacts__form #contact-form textarea:hover {
  background-color: #ccc;
}

.new_contacts__form .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.new_contacts__form #contact-form input {
  height: 45px !important;
  transition: all 0.3s linear;
}

.new_contacts__form #contact-form input:hover {
  background-color: #ccc;
}

.new_contacts__form .j_errors {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 10px;
}

.new_contacts__form .submit_wrap_1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 20px solid #dadada;
}

.new_contacts__logistics {
  position: relative;
  z-index: 1;
}

.new_company h1,
.new_company h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #373737;
  padding: 45px 15px 15px;
  position: relative;
}

.new_company h1:before,
.new_company h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 35px solid #fff;
}

.new_company_team__slider_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new_company_team {
  padding: 85px 0;
  background-image: url("../company/team_bg.jpg");
  background-position: top center;
  background-size: cover;
  border-bottom: 30px solid #fff;
}

.new_company_team__container {
  max-width: 1720px;
  margin: 0 auto;
}

.new_company_team__element {
  width: calc((100% - 8 * 25px) / 4);
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 25px;
  float: left;
  padding: 25px;
}

.new_company_team__image {
  width: 300px;
  height: 300px;
  margin: auto;
  margin-bottom: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.22);
}

.new_company_team__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new_company_team__name {
  font-size: 29px;
  text-align: center;
  color: #525252;
  font-weight: 300;
  margin-bottom: 15px;
}

.new_company_team__name b {
  font-weight: 400;
}

.new_company_team__position {
  height: 70px;
  font-size: 19px;
  text-align: center;
  color: #525252;
  overflow: hidden;
  margin-bottom: 15px;
}

.new_company_team__quote {
  font-size: 19px;
  font-style: italic;
  color: #525252;
  font-weight: 300;
  text-align: center;
  position: relative;
  background-image: url("../company/quote.png");
  background-size: 46px;
  background-repeat: no-repeat;
}

.new_company_team__element_1 .new_company_team__quote {
  background-position: 9px 1px;
}

.new_company_team__element_2 .new_company_team__quote {
  background-position: 53px 1px;
}

.new_company_team__element_3 .new_company_team__quote {
  background-position: 64px 1px;
}

.new_company_team__element_4 .new_company_team__quote {
  background-position: 73px 1px;
}

.new_company_team__element_5 .new_company_team__quote {
  background-position: 65px 1px;
}

.new_company_team__element_6 .new_company_team__quote {
  background-position: 100px 1px;
}

.slick-list {
  overflow: hidden;
}

.new_company_team__slider .slick-prev,
.new_company_team__slider .slick-next {
  width: 25px;
  height: 25px;
}

.new_company_team__slider .slick-prev:before,
.new_company_team__slider .slick-next:before {
  background-image: url("../company/arrow.png");
  background-position: center;
  background-size: contain;
  color: transparent;
  width: 25px;
  height: 25px;
  display: block;
}

.new_company_team__slider .slick-next {
  right: -40px;
}

.new_company_team__slider .slick-prev {
  left: -40px;
}

.new_company_team__slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new_company_team__slider_2 {
  display: none;
}

.slick-slider,
.slick-slider * {
  outline: none !important;
}

.new_company_grateful {
  padding: 85px 85px 45px;
  position: relative;
  background-image: url("../company/office.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.new_company_grateful:after {
  content: "";
  display: block;
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  height: 0;
}

.new_company_grateful img {
  display: none;
}

.new_company_grateful_text {
  float: right;
  padding: 380px 45px 85px 85px;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  color: #fff;
  font-size: 33px;
  width: 445px;
  position: relative;
}

.new_company_grateful_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 28px;
  bottom: 28px;
  border: 5px solid #fff;
}

.new_company_grateful_text br {
  display: none;
}

.new_company_grateful:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 252px;
  border: 55px solid transparent;
  border-top: 35px solid #fff;
}

.new_company_stock {
  background-color: #535353;
  padding: 80px 27px;
  position: relative;
}

.new_company h2 {
  z-index: 1;
}

.new_company_stock:after {
  content: "";
  display: block;
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  height: 0;
}

.new_company_stock_element {
  width: 50%;
  float: left;
  padding: 27px;
}

.new_company_stock_element_img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.new_company_stock_element_img .fixer_1 {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

.new_company_stock_element_img:not(.new_company_stock_horizontal) img:not(.fixer_1) {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new_company_stock_element_img.new_company_stock_horizontal img:not(.fixer_1) {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new_company_stock_divider {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 25px;
  background-color: #fff;
}

.new_company_stock_divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 35px solid #535353;
  z-index: 2;
}

.new_company_stock_divider:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 35px solid #fff;
}

.new_company_sell_title {
  position: relative;
  background-color: #373737;
  width: 100%;
  padding: 100px 15px 80px;
  z-index: 1;
}

.new_company_sell_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 35px solid #373737;
}

.new_company_sell_title h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 5px;
  line-height: 45px;
  font-family: Roboto, sans-serif;
}

.new_company_sell_title span {
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  display: block;
  width: 100%;
}

.new_company_stock.new_company_sale {
  background-color: #fff;
}

.new_company_sale_carousel {
  display: none;
}

.new_company_sale_carousel {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

.new_company_sale_carousel_element {
  width: 100%;
  float: left;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.new_company_sale_carousel_element img {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
}

.new_company_sale_carousel .slick-prev,
.new_company_sale_carousel .slick-next {
  width: 25px;
  height: 25px;
  z-index: 1;
}

.new_company_sale_carousel .slick-prev:before,
.new_company_sale_carousel .slick-next:before {
  background-image: url("../company/arrow.png");
  background-position: center;
  background-size: contain;
  color: transparent;
  width: 25px;
  height: 25px;
  display: block;
}

.new_company_sale_carousel .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new_company_sale_carousel .slick-prev {
  left: 10px;
}

.new_company_sale_carousel .slick-next {
  right: 10px;
}

.new_company_location {
  padding: 175px 50px 110px;
  background-image: url("../company/location_bg.jpg");
  background-size: cover;
  background-position: top right;
  min-height: 985px;
  position: relative;
}

.new_company_location>img {
  display: none;
}

.new_company_location_text {
  width: 440px;
  height: 686px;
  float: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 335px 30px 0 65px;
  font-size: 51px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}

.new_company_location_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 28px;
  bottom: 28px;
  border: 5px solid #fff;
}

.new_company_location_text span {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform: none;
  font-size: 28px;
  padding-left: 40px;
  margin-top: 15px;
}

.new_company_location_text span:before {
  content: "";
  width: 30px;
  height: 41px;
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  background-image: url("../company/location.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.new_company_location_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 336px;
  left: 495px;
  border: 55px solid transparent;
  border-left: 35px solid #fff;
}

.new_company_location_line_1 {
  background-color: #fff;
  height: 5px;
  width: calc(100% - 1003px);
  position: absolute;
  left: 618px;
  top: 564px;
}

.new_company_location_line_2 {
  width: 30px;
  height: 152px;
  position: absolute;
  right: 356px;
  top: 417px;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
}

.new_company_about {
  position: relative;
  padding: 90px 60px 100px 700px;
  z-index: 1;
}

.new_company_about_text {
  font-size: 19px;
  font-weight: 300;
  color: #343434;
  margin-bottom: 40px;
}

.new_company_about_call {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  transition: all 0.3s linear;
  float: left;
  margin-right: 25px;
}

.new_company_about_call:hover {
  background-color: #cfba31;
}

.new_company_about_call:focus {
  background-color: #bdab14;
}

.new_company_about_call:active {
  box-shadow: 0 0 0 #cfba31;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.new_company_about_call_title {
  float: left;
  padding-left: 15px;
  height: 40px;
  border-left: 2px solid #525252;
  width: calc(100% - 245px);
  display: table;
}

.new_company_about_call_title span {
  font-size: 14px;
  color: #525252;
  display: table-cell;
  vertical-align: middle;
}

.new_company_about:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
  height: 0;
}

.new_company_about_title {
  width: 442px;
  height: calc(100% - 96px);
  position: absolute;
  top: 0;
  left: 80px;
  border: 9px solid #525252;
}

.new_company_about_title span {
  position: absolute;
  width: 100%;
  height: auto;
  font-size: 50px;
  color: #525252;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
  line-height: 56px;
  font-family: Roboto, sans-serif;
  left: 0;
  bottom: 0;
  padding: 0 0 60px 60px;
  text-transform: uppercase;
}

.new_company_about_title:before {
  content: "";
  display: block;
  width: 70px;
  height: 110px;
  position: absolute;
  background-color: #525252;
  top: 25px;
  left: 400px;
}

.new_company_about_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 470px;
  border: 55px solid transparent;
  border-left: 35px solid #525252;
}

.new_company_about:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 35px solid #fff;
}

.form777_lity {
  width: 400px;
  max-height: 90vh !important;
  overflow: auto;
}

.form777_lity_ref {
  display: none;
}

#tiles_pixel {
  background: none;
  background-color: rgba(60, 59, 59, 0.52);
}

.footer_col .top_phone a:hover,
.footer_col .email-head a:hover {
  color: #c2a900;
}

.footer_col .top_phone a:focus,
.footer_col .email-head a:hover {
  color: #665a05;
}

.footer_col .top_phone a:active,
.footer_col .email-head a:hover {
  color: #c2a900;
}

.email-head {
  margin-top: 10px;
  margin-bottom: 10px;
}

.work-on {
  margin-bottom: 10px;
}

.footer_maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

div#footer_col_mid {
  margin: 0;
}

div#footer_col_print {
  display: none;
}

.com_jlsitemap #sidebar {
  display: none;
}

.html {
  width: 1300px;
  margin: 60px auto;
  padding: 0 29px;
}

.html h2 {
  line-height: 2;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.html .unstyled {
  list-style-type: none;
}

.html a {
  font-size: 18px;
  padding: 5px 0;
  color: #525252;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.html a:hover {
  background-color: #ececec;
}

.category_banner_title h2 {
  max-width: 800px;
  line-height: 1.3;
}

.category_banner_title {
  width: 100%;
  min-height: 330px;
  background-size: cover;
  padding: 45px 35px;
  font-family: RobotoN, sans-serif;
  background-position: center;
}

.category_banner_title * {
  font-family: inherit;
}

.category-table-content {
  position: relative;
  top: -70px;
  width: calc(100% - 90px);
  margin: 0px 45px;
  padding: 25px 30px;
  font-family: RobotoN, sans-serif;
  font-weight: 300;
  color: #000;
}

.category-table-content * {
  font-family: RobotoN, sans-serif;
}

.category-table-cover {
  background-size: cover;
}

.category-table-content img {
  object-fit: contain;
}

.category-table-content h3 {
  max-width: 70%;
  line-height: 1;
  font-size: 19pt;
  font-weight: 500;
  text-align: left;
}

.category-table-gray {
  padding: 20px;
  background-color: #e9e9e9;
}

.category-img-text,
.category-img-text_left,
.category-img-text_right {
  padding: 20px;
  font-family: RobotoN, sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #000;
}

.category-img-text,
.category-table-gray td>p,
.category-img-text_left tr,
.category-img-text_right tr {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 20px;
}

.category-ico-text-border,
.category-ico-text-border_table {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 20px;
  padding-bottom: 22px;
}

.category-ico-text-border td,
.category-ico-text-border_table tr {
  display: flex;
  gap: 30px;
  align-items: center;
}

.category-ico-text-border_table img {
  min-width: 26px;
}

.category-img-text_left td,
.category-img-text_right td {
  overflow-wrap: anywhere;
}

.category_banner_title h2 {
  font-size: 48px;
}

.category-table-content p {
  margin-bottom: 10px;
}

.footer__adress {
  margin-bottom: 10px;
  font-size: 14px;
}

.custom-sitemap {
  column-count: 3;
}

.custom-sitemap .level-4 {
  display: none;
}

.list_category:not(.jshop),
.map-main-menu ul.menu {
  width: 100%;
  margin-left: 0;
  column-count: 3;
  column-gap: 10%;
  font-weight: 400;
}

.mod_jshopping_catprod .list_category .category,
.mod_jshopping_catprod .list_category .subcategory,
.map-main-menu ul.menu li a {
  margin: 0px 0 20px 0;
  padding-left: 0;
  border: none;
  page-break-inside: avoid;
  break-inside: avoid;
}

.mod_jshopping_catprod .list_category .category .category-title,
.mod_jshopping_catprod .list_category .subcategory .subcategory-title {
  font-size: 18px;
  font-weight: 400;
  background-color: unset;
}

.mod_jshopping_catprod .list_category .subcategory {
  position: relative;
  margin: 0;
  padding: 0 0 5px 35px;
}

.mod_jshopping_catprod .list_category .subcategory::before {
  content: "";
  position: absolute;
  right: calc(100% - 30px);
  top: calc(50% - 5px);
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  border-radius: 50%;
}

.map-main-menu ul.menu li {
  display: block;
}

.map-main-menu ul.menu li a {
  color: #000;
  height: auto;
  font-size: 18px;
  line-height: inherit;
  text-transform: none;
}

.map-main-menu ul.menu li a:hover {
  color: #333;
}

.map-main-menu ul.menu li::before {
  background-color: unset;
}

.sblock2 .category_short_description+p {
  display: none;
}

.img-ckeckes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.com_jshopping form#sort_count {
  margin-bottom: 15px;
}

.block_sorting_count_to_page .icon-arrow img {
  margin-bottom: 0;
}

.header_search_block {
  position: relative;
}

.header_callback {
  position: absolute;
  top: -33px;
  left: 13%;
  color: #fff;
  background-color: unset;
  border: none;
  text-transform: none;
}

.form-callback {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s linear, visibility 1s linear;
  -o-transition: opacity 0.5s linear, visibility 1s linear;
  transition: opacity 0.5s linear, visibility 1s linear;
}

.form-callback_active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.send-callback,
.message-callback {
  position: relative;
  background-color: #fff;
  width: 380px;
  padding: 42px 30px 35px;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s linear, visibility 1s linear;
  -o-transition: opacity 0.5s linear, visibility 1s linear;
  transition: opacity 0.5s linear, visibility 1s linear;
}

.send-callback_unvisible {
  opacity: 1;
  visibility: hidden;
  display: none;
}

.form-callback__title {
  margin-bottom: 20px;
  font-family: "RobotoN", sans-serif;
  font-size: 25px;
  color: #000;
}

.form-callback__label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.form-callback__input {
  height: 45px;
  margin-bottom: 15px;
  padding: 3px;
  border-radius: 1px;
  background: #fff;
  color: #4a4a4a;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  line-height: 35px;
  transition: background-color 0.3s linear;
}

.form-callback__input:hover {
  background-color: #ccc;
}

.form-callback__btn {
  padding: 7px 14px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoN", sans-serif;
  background-color: #ffea32;
  box-shadow: 0 4px 0 #cfba31;
  transition: background-color 0.3s linear;
}

.form-callback__btn:hover {
  background-color: #cfba31;
}

.header_callback {
  top: -44px;
  left: 0%;
  border: none;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  width: 182px;
  height: 28px;
  line-height: 20px;
  font-size: 14px;
  font-family: "RobotoN", sans-serif;
  font-weight: 400;
  background-color: #646464;
  color: #a3a3a3;
}

button.header_callback:hover {
  background-color: white;
  color: #646464;
  border: 1px solid white;
  cursor: pointer;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s linear,
    visibility .2s linear;
  -o-transition: opacity .2s linear,
    visibility .2s linear;
  transition: opacity .2s linear,
    visibility .2s linear;
}

.spinner_active {
  opacity: 1;
  visibility: visible;
}

.spinner__animation {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgb(129, 138, 145);
  -webkit-animation: loading-spinner 0.5s infinite linear;
  animation: loading-spinner 0.5s infinite linear;
}

.spinner__info {
  display: block;
  padding-top: 5px;
  color: rgb(129, 138, 145);
  font-size: .9rem;
}

@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.message-callback {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s linear,
    visibility .2s linear;
  -o-transition: opacity .2s linear,
    visibility .2s linear;
  transition: opacity .2s linear,
    visibility .2s linear;
}

.message-callback_active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1720px) {
  .new_company_team__container {
    max-width: 100%;
  }

  .new_company_team__image {
    width: 235px;
    height: 235px;
  }
}

@media only screen and (max-width: 1521px) {
  .header_callback {
    width: 160px;
  }
}

@media only screen and (max-width: 1300px) {
  .html {
    width: 970px;
  }

  .header_search_block {
    top: unset;
  }

  .header_callback {
    top: 0;
    border: 0px solid #646464;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    font-size: 10px;
    left: unset;
    right: 260px;
    min-width: 24px;
    font-size: 0;
    background-image: url("phone.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    filter: invert(1);
    -webkit-filter: invert(1);
    background-color: rgba(1, 1, 1, 0);
  }

  button.header_callback:hover {
    background-color: unset;
    border: 0px solid white;
  }

  .fixed .header_search_block {
    overflow: visible !important;
  }
}

@media screen and (max-width: 1380px) {
  div#footer_col_print {
    display: block;
  }
}

@media only screen and (max-width: 1021px) {
  .html {
    width: 690px;
  }

  .custom-sitemap {
    column-count: 2;
  }

  .category-table-content {
    top: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  .category-table-gray,
  .category-img-text_left,
  .category-img-text_right {
    padding: 15px;
    font-size: 19px;
    object-fit: contain;
  }

  .category-img-text_left img,
  .category-img-text_right img {
    object-fit: contain;
  }

  .category_description {
    font-size: 16px;
  }

  .list_category,
  .map-main-menu ul.menu {
    column-count: 2;
  }
}

@media only screen and (max-width: 741px) {
  .html {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-sitemap {
    column-count: 1;
  }

  .category_banner_title {
    width: calc(100% + 20px);
    min-height: 180px;
    margin-left: -10px;
    padding: 20px 15px;
  }

  .category_banner_title h2 {
    font-size: 28px;
  }

  .category_description {
    font-size: 14px;
  }

  .category_description h3 {
    font-size: 16px;
  }

  .category-table-content {
    padding: 10px 0;
  }

  .category-table-gray {
    background-color: unset;
  }

  .category-img-text,
  .category-table-gray td>p,
  .category-img-text_left tr,
  .category-img-text_right tr {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-img-text,
  .category-img-text_left,
  .category-img-text_right {
    font-size: 14px;
    line-height: 21px;
  }

  .category-ico-text-border td,
  .category-ico-text-border_table tr {
    gap: 15px;
  }

  .list_category,
  .map-main-menu ul.menu {
    column-count: 1;
  }
}

@media only screen and (max-width: 541px) {
  .header_callback {
    border: 0px solid #646464;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    font-size: 8px;
    left: unset;
    right: 118px;
    min-width: 22px;
    font-size: 0;
    background-image: url("phone.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    filter: invert(1);
    -webkit-filter: invert(1);
    background-color: rgba(1, 1, 1, 0);
  }

  button.header_callback:hover {
    background-color: unset;
    border: 0px solid white;
  }

  input.header_search_input {
    opacity: 0;
  }

  .focused input.header_search_input {
    opacity: 1;
  }
}

.just-validate-error-label {
  padding-bottom: 10%;
}