@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;700&display=swap");
/*$mainfont1: 'Open Sans', sans-serif;
$mainfont2: 'Roboto', sans-serif;
$mainfont3: 'Fira Sans', sans-serif;*/
/***********************************************/
.folder-menu-wr {
  background: #f3f3f3;
  position: relative;
  z-index: 10;
}
@media (max-width: 1731px) {
  .folder-menu-wr {
    margin: 0 -40px;
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .folder-menu-wr {
    display: none;
  }
}
.folder-menu-wr * {
  box-sizing: border-box;
}
.folder-menu-wr .folder-menu-inner {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.folder-menu-wr .folder-menu-inner > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
  background: #f3f3f3;
}
@media (max-width: 1485px) {
  .folder-menu-wr .folder-menu-inner > ul {
    padding: 0 20px;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li {
  margin: 0;
  padding: 15px 20px;
}
.folder-menu-wr .folder-menu-inner > ul > li > a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.folder-menu-wr .folder-menu-inner > ul > li > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #000;
  z-index: 2;
  opacity: 0;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.0005);
}
@media (max-width: 1731px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr {
    padding: 0 32px;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn {
  display: flex;
  justify-content: space-between;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
}
@media (max-width: 1731px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn {
    padding: 12px 10px 12px 0;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul {
  display: flex;
  flex-direction: column;
  flex: none;
  border-right: 1px solid #f2f2f2;
  max-width: 230px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 5px 10px 0;
  text-align: left;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu {
  padding: 10px 40px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 720px;
  text-align: left;
  display: none;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu {
    width: 600px;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu {
    width: 364px;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
}
@media (max-width: 1280px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item {
    width: 100%;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item .link {
  display: block;
  text-decoration: none;
  margin: 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li .cust-sub-menu .sub-menu-item .link:hover {
  color: #000;
  font-weight: bold;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn > ul > li:hover > a {
  color: #000;
  font-weight: bold;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img {
  max-width: 485px;
  width: 100%;
}
@media (max-width: 1280px) {
  .folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img {
    max-width: 400px;
  }
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.folder-menu-wr .folder-menu-inner > ul > li:hover > a {
  text-decoration: none;
}
.folder-menu-wr .folder-menu-inner > ul > li:hover > a:before {
  opacity: 1;
}
.folder-menu-wr .folder-menu-inner > ul > li:hover > .cust_menu-wr {
  opacity: 1;
  visibility: visible;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu, .side-panel-44 .side-panel-content-inner .categories-menu {
  display: flex;
  flex-direction: column;
  padding: 15px 5px 15px 20px;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li, .side-panel-44 .side-panel-content-inner .categories-menu li {
  display: flex;
  flex-direction: column;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li > a, .side-panel-44 .side-panel-content-inner .categories-menu li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr {
  display: none;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu {
  padding-left: 5px;
  display: none;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .title, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link:hover, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link:hover {
  text-decoration: underline;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul {
  padding-left: 5px;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li a, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li a {
  font-weight: 400;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li:hover > a, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li:hover > a {
  text-decoration: underline;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img, .side-panel-44 .side-panel-content-inner .categories-menu li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img {
  display: none;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li:hover > a, .side-panel-44 .side-panel-content-inner .categories-menu li:hover > a {
  text-decoration: underline;
}
.title-page .side-panel-44 .side-panel-content-inner .categories-menu li:hover > .cust_menu-wr, .side-panel-44 .side-panel-content-inner .categories-menu li:hover > .cust_menu-wr {
  display: block;
}
.fixed-panel-wrap-in2 .mob-categories-menu {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.fixed-panel-wrap-in2 .mob-categories-menu li {
  display: flex;
  flex-direction: column;
}
.fixed-panel-wrap-in2 .mob-categories-menu li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr {
  display: none;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu {
  padding-left: 5px;
  display: none;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn .cust-sub-menu .sub-menu-item .link:hover {
  text-decoration: underline;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn ul {
  padding-left: 5px;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li a {
  font-weight: 400;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn ul li:hover > a {
  text-decoration: underline;
}
.fixed-panel-wrap-in2 .mob-categories-menu li .cust_menu-wr .cust_menu-wr-inn .sub-menu-img {
  display: none;
}
.fixed-panel-wrap-in2 .mob-categories-menu li:hover > a {
  text-decoration: underline;
}
.fixed-panel-wrap-in2 .mob-categories-menu li:hover > .cust_menu-wr {
  display: block;
}
.title-page .block-5, .block-5 {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1366px) {
  .title-page .block-5, .block-5 {
    max-width: 1460px;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .title-page .block-4, .block-4 {
    padding: 10px 15px;
  }
}
.title-page .widget-3, .widget-3 {
  padding-left: 0;
  justify-content: center;
}
.sss1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #b5b5b5;
}
.title-page .menu-8 .menu-scroll > ul ul, .menu-8 .menu-scroll > ul ul {
  background: #000;
}
.title-page .menu-8 .menu-scroll > ul ul > li > a, .menu-8 .menu-scroll > ul ul > li > a {
  background: #000;
}
.title-page .menu-8 .menu-scroll > ul ul > li > a:hover, .menu-8 .menu-scroll > ul ul > li > a:hover {
  text-decoration: underline;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item.active > a span:before, .menu-8 .menu-scroll > ul > li.menu-item.active > a span:before {
  background: #b5b5b5;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a, .menu-8 .menu-scroll > ul > li.menu-item > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a span, .menu-8 .menu-scroll > ul > li.menu-item > a span {
  position: relative;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a span:before, .menu-8 .menu-scroll > ul > li.menu-item > a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #fff;
  z-index: 2;
  opacity: 0;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a:hover, .menu-8 .menu-scroll > ul > li.menu-item > a:hover {
  text-decoration: none;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a:hover > span:before, .menu-8 .menu-scroll > ul > li.menu-item > a:hover > span:before {
  opacity: 1;
}
.title-page .menu-8 .menu-scroll > ul > li.opened > a, .menu-8 .menu-scroll > ul > li.opened > a {
  color: #b5b5b5;
}
.color_edit.menu-8 .menu-scroll > ul > li.menu-item.active > a span:before {
  background: #fff;
}
.color_edit.menu-8 .menu-scroll > ul > li.opened > a {
  color: #fff;
}
.title-page .menu-8 .menu-scroll > ul, .menu-8 .menu-scroll > ul {
  align-items: center;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item, .menu-8 .menu-scroll > ul > li.menu-item {
  flex: none;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button, .menu-8 .menu-scroll > ul > li.more-button {
  display: block;
  margin: 0;
}
.title-page .authorization-9 .register-type2, .authorization-9 .register-type2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.title-page .widget-4, .widget-4 {
  margin: 0 10px 0 0;
  width: auto;
}
@media (min-width: 1366px) {
  .title-page .widget-4, .widget-4 {
    margin-right: 40px;
  }
}
.title-page .block-5 .layout_9, .block-5 .layout_9 {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 960px) {
  .title-page .block-5 .layout_9, .block-5 .layout_9 {
    width: auto;
  }
}
.site-versions {
  position: relative;
}
.site-versions > .item {
  display: flex;
  align-items: center;
}
.site-versions > .item .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 8px;
  box-sizing: border-box;
}
.site-versions > .item .icon {
  width: 14px;
  height: 11px;
  transition: all 0.3s ease;
}
.site-versions > .item .icon.act {
  transform: rotate(180deg);
}
.site-versions .dropdown-list {
  display: none;
  flex-direction: column;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: left;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.site-versions .dropdown-list .item {
  display: block;
  text-decoration: none;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.site-versions .dropdown-list .item:hover {
  background: #f8f9fa;
  color: #6c757d;
}
@media (min-width: 1366px) {
  .title-page .block-2, .block-2 {
    width: 100%;
  }
}
@media (min-width: 1732px) {
  .title-page .block-3, .block-3 {
    padding: 0 0 40px;
  }
}
@media (min-width: 1366px) {
  .title-page .block-6, .block-6 {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    padding: 27px 0;
  }
}
@media (min-width: 1366px) {
  .title-page .widget-5, .widget-5 {
    width: 100%;
    max-width: 233px;
  }
}
.title-page .search-12 input, .search-12 input {
  border: none;
  background: #f3f3f3;
  padding: 25px 4px 25px 25px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1366px) {
  .title-page .search-12 input, .search-12 input {
    padding: 25px 4px 25px 25px;
  }
}
.title-page .search-12 input::placeholder, .search-12 input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.title-page .search-12 button, .search-12 button {
  width: 50px;
  height: 50px;
}
.title-page .phones-13 .text_body a, .phones-13 .text_body a {
  font-family: "Roboto", sans-serif;
}
.title-page .phones-13 .text_body a:hover, .phones-13 .text_body a:hover {
  color: #5c5c5c;
}
.title-page .widget-9, .widget-9 {
  width: auto;
  padding: 0;
}
@media (max-width: 768px) {
  .title-page .widget-9, .widget-9 {
    padding-top: 16px;
  }
}
.title-page .widget-9 a, .widget-9 a {
  display: block;
  text-decoration: none;
  width: 33px;
  height: 41px;
  background: none;
  position: relative;
}
.title-page .widget-9 a svg, .widget-9 a svg {
  width: 100%;
  height: 100%;
}
.title-page .widget-9 a .cart-amount, .widget-9 a .cart-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  bottom: -5px;
  right: -8px;
}
.title-page .widget-9 a:hover .cart-amount, .widget-9 a:hover .cart-amount {
  background: #5c5c5c;
}
a.whatsapp-link {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 16px 25px 16px 65px;
  background: #000;
  text-decoration: none;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 960px) {
  a.whatsapp-link {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    font-size: 0;
    padding: 0;
  }
}
@media (min-width: 1366px) {
  a.whatsapp-link {
    margin: 0 56px;
  }
}
a.whatsapp-link .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 16px;
  top: calc(50% - 13px);
}
a.whatsapp-link .icon svg {
  max-width: 100%;
  max-height: 100%;
}
a.whatsapp-link:hover {
  color: #b5b5b5;
}
a.whatsapp-link:hover .icon svg path {
  stroke: #b5b5b5;
}
a.whatsapp-link:hover .icon svg path:nth-child(2) {
  fill: #b5b5b5;
}
a.email-link {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: right;
}
a.email-link:hover {
  color: #5c5c5c;
}
@media (min-width: 1366px) {
  .title-page .wrapper .block-20, .wrapper .block-20 {
    padding-left: 40px !important;
  }
}
.site-banner {
  max-width: 1732px;
  width: 100%;
  margin: 0 auto 30px;
}
.site-banner img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.folder-bl-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-page .widget-13 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.folder_image {
  text-align: center;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 1366px) {
  .title-page .blocklist-21 .img-convert {
    height: auto;
  }
}
.title-page .blocklist-21 .title a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
.title-page .blocklist-21 .item {
  /*&:hover {
		.image a {
			&:before {
				opacity: 1;
			}
		}
	}*/
}
.title-page .blocklist-21 .item .image a {
  position: relative;
  /*&:before {
			content: '';
			display: inline-block;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: rgba(#000, .6);
			opacity: 0;
		}*/
}
.site-banner-cont {
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .site-banner-cont {
    margin-bottom: 10px;
  }
}
.site-banner-cont img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.title-page .we-project.blocklist-21 .title {
  padding: 14px 0 10px;
}
.title-page .widget-20 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .title-page .widget-20 {
    margin: 20px auto;
  }
}
.title-page .widget-20 h1.h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .title-page .widget-20 h1.h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.request-block {
  display: flex;
  border: 1px solid #dfdfdf;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .request-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .request-block {
    margin: 0 auto 10px;
  }
}
.request-block .text-wr {
  padding: 30px 22px;
  text-align: left;
}
@media (max-width: 1024px) {
  .request-block .text-wr {
    padding: 15px 10px;
  }
}
.request-block .text-wr .request-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .request-block .text-wr .request-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.request-block .text-wr .request-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
@media (max-width: 1366px) {
  .request-block .text-wr .request-desc {
    line-height: 18px;
  }
}
.request-block .request_link {
  border-left: 1px solid #000;
  box-sizing: border-box;
  background: #000;
  text-decoration: none;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  min-width: 284px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-block .request_link:hover {
  background: none;
  color: #000;
}
@media (max-width: 960px) {
  .request-block .request_link {
    min-width: unset;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .title-page .block-10, .block-10 {
    max-width: 1460px;
    width: 100%;
  }
}
.block-22 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.title-page .menu-col-25 ul.menu-columns-items > li, .menu-col-25 ul.menu-columns-items > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-page .menu-col-25 ul.menu-columns-items > li > a, .menu-col-25 ul.menu-columns-items > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  pointer-events: none;
}
.title-page .menu-col-25 ul.menu-columns-items ul a, .menu-col-25 ul.menu-columns-items ul a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.social-block .soc-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.social-block .soc-item-wr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.social-block .soc-item-wr .soc-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.social-block .soc-item-wr .soc-item img {
  max-width: 25px;
  width: auto;
  height: auto;
  margin-right: 10px;
  filter: grayscale(1);
}
.social-block .soc-item-wr .soc-item svg {
  max-width: 25px;
  width: auto;
  height: auto;
  margin-right: 10px;
  filter: grayscale(1);
}
.social-block .soc-item-wr .soc-item .soc-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.social-block .soc-item-wr .soc-item .soc-link:hover {
  text-decoration: underline;
}
.social-block .soc-item-wr .soc-item:hover img {
  filter: grayscale(0);
}
.social-block .soc-item-wr .soc-item:hover svg {
  filter: grayscale(0);
}
.title-page .block-13, .block-13 {
  border-color: #fff;
}
.footer-info {
  display: flex;
  text-align: left;
  padding: 35px 0;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
}
.footer-info .main-office {
  max-width: 228px;
  padding-right: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer-info .main-office {
    max-width: 100%;
    padding: 0 0 10px;
  }
}
.footer-info .main-office .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer-info .main-office .title {
    margin-bottom: 10px;
  }
}
.footer-info .main-office .office-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer-info .main-office .office-contact {
    margin-bottom: 5px;
  }
}
.footer-info .main-office .office-contact .item {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f7f7f7;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer-info .main-office .office-contact .item:hover {
  text-decoration: underline;
}
.footer-info .main-office .address {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f7f7f7;
}
.footer-info .work-hours {
  max-width: 200px;
  padding-right: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-info .work-hours {
    padding: 0 0 10px;
  }
}
.footer-info .work-hours .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer-info .work-hours .title {
    margin-bottom: 10px;
  }
}
.footer-info .work-hours .desc {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f7f7f7;
}
.footer-info .out-office .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}
.footer-info .out-office .item-wr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.footer-info .out-office .item-wr span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0 2px;
}
.footer-info .out-office .item-wr .item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
.footer-info .out-office .item-wr .item:hover {
  text-decoration: underline;
}
.title-page .block-15, .block-15 {
  padding-bottom: 10px;
}
@media (min-width: 1440px) {
  .title-page .block-15, .block-15 {
    padding-bottom: 70px;
  }
}
.title-page .block-14, .block-14 {
  width: 100%;
  padding: 20px 0;
}
.title-page .widget-23, .widget-23 {
  opacity: 1;
}
.title-page .block-14 .layout_38, .block-14 .layout_38 {
  flex: none;
  margin-right: 30px;
}
.custom-link-wr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.custom-link-wr .custom-link {
  display: block;
  text-decoration: none;
  margin: 5px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #868685;
}
@media (max-width: 960px) {
  .custom-link-wr .custom-link {
    margin: 5px 10px 5px 0;
  }
}
.custom-link-wr .custom-link:hover {
  color: #fff;
}
@media (max-width: 960px) {
  .title-page .block-5 .layout_7, .block-5 .layout_7 {
    flex: none;
  }
}
@media (max-width: 960px) {
  .wrapper .block-20 .layout_13, .block-20 .layout_13 {
    padding-right: 5px;
  }
}
@media (max-width: 960px) {
  .title-page .block-7, .block-7 {
    align-items: center;
  }
  .title-page .block-7 .layout_11, .block-7 .layout_11 {
    flex: none;
  }
  .title-page .block-7 .layout_46, .block-7 .layout_46 {
    flex: none;
  }
}
.widget-45 li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  text-transform: uppercase;
}
.widget-45 li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
}
.widget-45 li:last-child {
  color: #000;
}
.widget-45 li:last-child span {
  color: #000;
}
.widget-44 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1441px) {
  .widget-44 {
    font-size: 30px;
    padding-bottom: 28px;
  }
}
.shop-cart-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #5e5e5e;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .shop-cart-title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .shop-cart-title .cart-price-title {
    order: 2;
  }
  .shop-cart-title .cart-amount-title {
    order: 1;
  }
  .del-title {
    order: 3;
  }
  .shop2-cart-product .cart-price {
    order: 2;
    text-align: center;
  }
  .shop2-cart-product .cart-amount {
    order: 1;
  }
  .shop2-cart-product .cart-product-right-in {
    order: 3;
  }
}
.shop2-order-options .tabs {
  display: flex;
  flex-direction: column;
}
.shop2-order-options .tabs .td1, .shop2-order-options .tabs .td3 {
  width: 100%;
}
.shop2-order-options .tabs .td1 .h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item {
    max-width: 680px;
    width: 100%;
  }
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item.ord1 {
    order: 1;
  }
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item.ord2 {
    order: 2;
  }
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item.ord3 {
    order: 3;
  }
  .shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item.ord4 {
    order: 4;
  }
}
.shop2-order-options .tabs .td3 h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  border: none;
}
@media (min-width: 1440px) {
  .shop2-order-options .tabs .td3 .shop2-order-options .op_ls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.shop2-order-options .tabs .td3 .shop2-order-options .op_ls .option-type {
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 1440px) {
  .shop2-order-options .tabs .td3 .shop2-order-options .op_ls .option-type {
    padding: 17px 24px 16px;
    max-width: 680px;
    width: 100%;
  }
}
.shop2-order-options .tabs .td3 .shop2-order-options .op_ls .option-type.active-type {
  background: #f3f3f3;
}
.shop2-order-options .tabs .td3 .shop2-order-options .custom-block {
  padding: 20px 0;
}
.shop2-order-options .tabs .td3 .shop2-order-options .custom-block .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.shop2-order-options .tabs .td3 .shop2-order-options .custom-block .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.shop2-delivery input[type="text"]:focus {
  border-color: #000;
}
.form-item.form-item-submit {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 680px) {
  .form-item.form-item-submit {
    flex-direction: column;
  }
}
.form-item.form-item-submit .order-btn-wr {
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .form-item.form-item-submit .order-btn-wr {
    max-width: 280px;
    width: 100%;
    margin-right: 95px;
  }
}
@media (max-width: 680px) {
  .form-item.form-item-submit .order-btn-wr {
    margin: 0 0 10px;
  }
}
.form-item.form-item-submit .order-btn-wr .orderbtn.g-button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  padding: 10px 20px;
  min-width: unset;
  max-width: 280px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}
.form-item.form-item-submit .order-btn-wr .orderbtn.g-button:hover {
  color: #fff !important;
  background: #1c1c1c;
}
.form-item.form-item-submit .order-btn-wr .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #888;
  line-height: 1;
  margin: 10px 0;
}
.form-item.form-item-submit .print-btn-wr {
  max-width: 280px;
  width: 100%;
}
.form-item.form-item-submit .print-btn-wr .print-done {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  padding: 13px 20px;
  max-width: 280px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
}
.form-item.form-item-submit .print-btn-wr .print-done:hover {
  color: #fff;
  background: #000;
}
.form-item.form-item-submit .print-btn-wr .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #888;
  line-height: 1;
  margin: 10px 0;
}
.product_wr .block-23 .layout_60 {
  max-width: 100%;
}
.shop2-product-mode-wr .product-shop2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}
@media (min-width: 1460px) {
  .shop2-product-mode-wr .product-shop2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1201px) {
  .shop2-product-mode-wr .product-l-side-wr {
    min-width: 990px;
    max-width: 990px;
  }
}
@media (min-width: 1441px) {
  .shop2-product-mode-wr .product-l-side-wr {
    min-width: 1035px;
    max-width: 1035px;
  }
}
@media (min-width: 1201px) {
  .shop2-product-mode-wr .product-r-side {
    margin-left: 11px;
    min-width: 250px;
  }
}
@media (min-width: 1300px) {
  .shop2-product-mode-wr .product-r-side {
    margin-left: 50px;
    flex: 1;
    min-width: unset;
  }
}
.shop2-product-mode-wr .product-image-slick button.slick-arrow {
  opacity: 0;
}
.shop2-product-mode-wr .product-image-slick .product-image-a {
  position: relative;
  display: block;
}
.shop2-product-mode-wr .product-image-slick:hover button.slick-arrow {
  opacity: 1;
}
h1.prod_name {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin: 0 0 25px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  h1.prod_name {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.wrap-top {
  margin-left: auto;
}
@media (min-width: 1366px) {
  .wrap-top {
    justify-content: flex-end;
  }
}
@media (min-width: 1366px) {
  .product_wr .widget-45 {
    padding-bottom: 25px;
  }
}
.shop2-product-mode-wr .add-form {
  padding: 0;
}
.shop2-product-mode-wr .add-form .price-product {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.shop2-product-mode-wr .add-form .price-product .prod-price-wr {
  display: flex;
  flex-direction: column;
  max-width: 150px;
  margin-bottom: 10px;
}
.shop2-product-mode-wr .add-form .product-amount {
  max-width: calc(100% - 150px);
  width: 100%;
  padding: 0;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0;
  box-sizing: border-box;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus {
  width: 31px;
  height: 32px;
  border-right: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 0;
  background: url("../images/down-arrow.svg") 50% / 11px no-repeat #f3f3f3;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus:hover {
  background-color: #e5e5e5;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus.disabled {
  background: url("../images/down-arrow.svg") 50% / 11px no-repeat #f3f3f3;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount input[type="text"] {
  width: calc(100% - 62px);
  height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-plus {
  width: 31px;
  height: 32px;
  border-radius: 0;
  border-right: 1px solid #d6d6d6;
  box-sizing: border-box;
  background: url("../images/down-arrow.svg") 50% / 11px no-repeat #f3f3f3;
  transform: rotate(180deg);
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-plus:hover {
  background-color: #e0e0e0;
}
.shop2-product-mode-wr table.shop2-product-options tr:after {
  display: none;
}
@media (max-width: 1200px) {
  .shop2-product-mode-wr table.shop2-product-options tr {
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .shop2-product-mode-wr table.shop2-product-options tr {
    align-items: center;
    flex-wrap: nowrap;
  }
}
.shop2-product-mode-wr table.shop2-product-options tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
@media (min-width: 1366px) {
  .shop2-product-mode-wr table.shop2-product-options tr th {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
  }
}
.shop2-product-mode-wr table.shop2-product-options tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
@media (min-width: 1366px) {
  .shop2-product-mode-wr table.shop2-product-options tr td {
    max-width: calc(100% - 150px);
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .jq-selectbox__select-text {
    padding: 0 25px 0 7px;
  }
  .jq-selectbox li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 42px;
    min-height: 42px;
  }
}
.shop2-product-mode-wr table.shop2-product-options tr.type-color td ul.shop2-color-pick li.shop2-cf {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid #d6d6d6;
  position: relative;
}
.shop2-product-mode-wr table.shop2-product-options tr.type-color td ul.shop2-color-pick li.shop2-cf:hover {
  border-color: #000;
}
.shop2-product-mode-wr table.shop2-product-options tr.type-color td ul.shop2-color-pick li.shop2-cf.active-color {
  border: 1px solid #d6d6d6;
}
.shop2-product-mode-wr table.shop2-product-options tr.type-color td ul.shop2-color-pick li.shop2-cf.active-color:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='424pt' viewBox='0 -65 424.032 424' width='424pt'%3E%3Cpath d='m146.660156 293.367188c-4.09375 0-8.191406-1.558594-11.304687-4.695313l-130.667969-130.667969c-6.25-6.25-6.25-16.382812 0-22.632812s16.382812-6.25 22.636719 0l119.359375 119.359375 250.027344-250.027344c6.25-6.25 16.382812-6.25 22.632812 0s6.25 16.386719 0 22.636719l-261.332031 261.332031c-3.160157 3.136719-7.253907 4.695313-11.351563 4.695313zm0 0'/%3E%3C/svg%3E") 50% / 15px no-repeat;
}
.color_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .color_wr {
    justify-content: flex-start;
  }
}
.color_wr .val_text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
}
.color_wr .shop2-color-ext-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -3px;
}
.color_wr .shop2-color-ext-list li {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 0;
  margin: 0 3px 3px;
  border: 1px solid #d6d6d6;
  position: relative;
}
.color_wr .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none;
}
.color_wr .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.color_wr .shop2-color-ext-list li.shop2-color-ext-selected:before {
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  border: none;
  /*display: flex;
				    justify-content: center;
				    align-items: center;
				    font-size: 16px;
				    color: #fff;
				    mix-blend-mode: difference;*/
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='424pt' viewBox='0 -65 424.032 424' width='424pt'%3E%3Cpath d='m146.660156 293.367188c-4.09375 0-8.191406-1.558594-11.304687-4.695313l-130.667969-130.667969c-6.25-6.25-6.25-16.382812 0-22.632812s16.382812-6.25 22.636719 0l119.359375 119.359375 250.027344-250.027344c6.25-6.25 16.382812-6.25 22.632812 0s6.25 16.386719 0 22.636719l-261.332031 261.332031c-3.160157 3.136719-7.253907 4.695313-11.351563 4.695313zm0 0'/%3E%3C/svg%3E") 50% / 15px no-repeat;
}
.shop2-product-mode-wr table.shop2-product-options tr.type-color td ul.shop2-color-pick li.shop2-cf span {
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 0;
}
@media (min-width: 1360px) {
  .shop2-product-mode-wr table.shop2-product-options .jq-selectbox__select {
    width: 100%;
    line-height: 34px;
    height: 34px;
  }
}
.shop2-product-mode-wr .product-btn {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.shop2-product-mode-wr .product-btn .shop-product-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #000;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-size: 0;
  box-sizing: border-box;
  height: auto;
  box-shadow: none;
}
.shop2-product-mode-wr .product-btn .shop-product-btn span {
  background: none;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  height: auto;
  line-height: 1;
  border: none;
}
.shop2-product-mode-wr .product-btn .shop-product-btn span:before {
  display: none;
}
.shop2-product-mode-wr .product-btn .shop-product-btn:hover {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
  box-shadow: none;
}
.shop2-product-mode-wr .product-btn .shop-product-btn:hover span {
  color: #fff;
  background: none;
}
.shop2-product-mode-wr .product-btn .buy-one-click {
  max-width: 100%;
  width: 100%;
}
.shop2-product-mode-wr .product-btn .buy-one-click a.shop2-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  border-radius: 0;
  padding: 15px 10px;
  height: auto;
  box-sizing: border-box;
  line-height: 1;
}
.shop2-product-mode-wr .product-btn .buy-one-click a.shop2-btn:hover {
  background: #000;
  color: #fff;
}
.prod-buttons-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.prod-buttons-list a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 26px 15px 0;
  margin-right: 10px;
}
@media (min-width: 1460px) {
  .prod-buttons-list a {
    margin-right: 30px;
  }
}
.prod-buttons-list a .icon {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  right: 0;
  top: calc(50% - 12px);
}
.prod-buttons-list a:hover {
  color: #888;
}
.prod-buttons-list a:hover .icon svg path {
  fill: #888;
}
.prod-bottom-wr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.prod-bottom-wr * {
  box-sizing: border-box;
}
.prod-bottom-wr .custom-desc-wr {
  max-width: 50%;
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .prod-bottom-wr .custom-desc-wr {
    max-width: 100%;
    padding: 0 0 10px;
  }
}
.prod-bottom-wr .custom-desc-wr .custom-desc-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.prod-bottom-wr .custom-desc-wr .custom-desc-item .product-body-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prod-bottom-wr .custom-desc-wr .custom-desc-item .prod-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.prod-bottom-wr .product-cust-bl {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .prod-bottom-wr .product-cust-bl {
    max-width: 100%;
  }
}
.prod-bottom-wr .product-cust-bl .title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}
.prod-bottom-wr .product-cust-bl .item-wr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prod-bottom-wr .product-cust-bl .item-wr .cust-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 10px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .prod-bottom-wr .product-cust-bl .item-wr .cust-item {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
}
.prod-bottom-wr .product-cust-bl .item-wr .cust-item img {
  max-width: 54px;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-right: 20px;
}
.prod-bottom-wr .product-cust-bl .item-wr .cust-item .link {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.folder_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.folder_banner .banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 640px;
}
.folder_banner .banner-inner .title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .folder_banner .banner-inner .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.folder_banner .banner-inner .desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .folder_banner .banner-inner .desc {
    line-height: 14px;
  }
}
.folder-out-wr {
  max-width: 1460px;
  margin: 0 auto;
}
.prod-counter {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.prod-counter span {
  font-weight: 700;
}
.folder_wr2 .block-23 {
  flex-direction: column;
}
@media (max-width: 960px) {
  .folder_wr2 .block-23 .layout_63 {
    margin-bottom: 10px;
  }
}
.folder_wr2 .block-23 .block-25 {
  width: 100%;
  padding: 0;
  z-index: 8;
}
.folder_wr2 .block-23 .block-25 .shop-filter {
  border: none;
  width: 100%;
}
.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter {
  display: flex;
  flex-wrap: wrap;
}
.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select {
  margin-right: 12px;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 961px) {
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title {
    padding: 18px 16px;
    border: 1px solid #e6e6e6;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    cursor: pointer;
  }
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title.active {
    background: #000;
    border-color: #000;
    color: #fff;
  }
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
@media (min-width: 961px) {
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    max-height: 250px;
    overflow: auto;
    z-index: 5;
  }
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-body a.param-val {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 11px 10px;
    background: #f3f3f3;
    margin: 0;
    border-radius: 0;
  }
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-body a.param-val:before {
    display: none;
  }
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-body a.param-val:hover {
    background: #e0e0e0;
  }
}
.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select.active-type .param-title {
  background: #000;
  border-color: #000;
  color: #fff;
}
@media (min-width: 961px) {
  .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-show-button {
    display: none;
  }
}
@media (min-width: 961px) {
  .folder_wr2 .block-23 .block-25 .shop-filter .wr-fil {
    display: none;
  }
}
.filter-searched-params {
  margin-top: 45px;
  margin-bottom: 30px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-right: 170px;
  position: relative;
}
@media (max-width: 960px) {
  .filter-searched-params {
    display: none;
  }
}
.filter-searched-params .filt-reset {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 18px;
  text-decoration: none;
  display: inline-block;
}
.filter-searched-params .prm-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.filter-searched-params .prm-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 16px;
  margin-right: 10px;
}
.filter-searched-params .prm-item .remove_params {
  margin-left: 8px;
  cursor: pointer;
}
.filter-searched-params .prm-item:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.product-thumb-item .product-image a {
  /*&:before {
		content: '';
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(#000, .6);
		opacity: 0;
	}*/
}
.product-thumb-item {
  /*&:hover {
		.product-image a:before {
			opacity: 1;
		}
	}*/
}
@media (min-width: 1440px) {
  .product-thumb-item {
    width: calc(25% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }
  .product-thumb-item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .product-thumb-item .product-thumb-item-in {
    margin: 0;
  }
}
.product-thumb-item .product-thumb-item-in .product-name a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .product-thumb-item table.shop2-product-options tr {
    align-items: center;
  }
}
.product-thumb-item table.shop2-product-options tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
}
@media (min-width: 1366px) {
  .product-thumb-item table.shop2-product-options tr th {
    max-width: 115px;
    width: 100%;
    padding: 0 5px 0 0;
  }
}
.product-thumb-item table.shop2-product-options tr:after {
  display: none;
}
.product-thumb-item table.shop2-product-options tr td {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #000;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 1366px) {
  .product-thumb-item table.shop2-product-options tr td {
    max-width: calc(100% - 115px);
    width: 100%;
  }
}
.product-thumb-item .shop2-color-pick {
  margin: 0;
}
.product-thumb-item .shop2-color-pick li.shop2-cf {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid #d6d6d6;
  position: relative;
}
.product-thumb-item .shop2-color-pick li.shop2-cf:hover {
  border-color: #000;
}
.product-thumb-item .shop2-color-pick li.shop2-cf.active-color {
  border: 1px solid #d6d6d6;
}
.product-thumb-item .shop2-color-pick li.shop2-cf.active-color:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='424pt' viewBox='0 -65 424.032 424' width='424pt'%3E%3Cpath d='m146.660156 293.367188c-4.09375 0-8.191406-1.558594-11.304687-4.695313l-130.667969-130.667969c-6.25-6.25-6.25-16.382812 0-22.632812s16.382812-6.25 22.636719 0l119.359375 119.359375 250.027344-250.027344c6.25-6.25 16.382812-6.25 22.632812 0s6.25 16.386719 0 22.636719l-261.332031 261.332031c-3.160157 3.136719-7.253907 4.695313-11.351563 4.695313zm0 0'/%3E%3C/svg%3E") 50% / 10px no-repeat;
}
.product-thumb-item .shop2-color-pick li.shop2-cf span {
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 0;
}
.product-thumb-item-in table.shop2-product-options .jq-selectbox__select {
  box-sizing: border-box;
}
@media (min-width: 1460px) {
  .product-thumb-item-in table.shop2-product-options .jq-selectbox__select {
    width: 100%;
    line-height: 34px;
    height: 34px;
  }
}
.product-thumb-item .product-thumb-item-in .product-bot {
  flex-direction: column;
  align-items: center;
}
.product-thumb-item .product-thumb-item-in .bottom-flex {
  width: 100%;
}
.product-thumb-item .product-thumb-item-in .shop-product-btn {
  width: 100%;
  box-shadow: none;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 5px;
}
.product-thumb-item .product-thumb-item-in .shop-product-btn span {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  min-width: unset;
}
.product-thumb-item .product-thumb-item-in .shop-product-btn span:before {
  display: none;
}
.product-thumb-item .product-thumb-item-in .shop-product-btn:hover {
  background: #000;
}
.product-thumb-item .product-thumb-item-in .shop-product-btn:hover span {
  color: #fff;
  background: none;
}
.up {
  width: 50px;
  height: 50px;
  background-color: #808080;
  background-image: url(../uparrow.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto 5px;
}
.last-viewed-products .product-thumb-item .product-thumb-item-in .shop-product-btn {
  font-family: "Roboto", sans-serif;
}
.last-viewed-products .product-thumb-item .product-thumb-item-in .shop-product-btn span {
  font-family: "Roboto", sans-serif;
  background: none;
  padding: 0;
  color: #000;
  min-width: unset;
  border: none;
}
.last-viewed-products .product-thumb-item .product-thumb-item-in .shop-product-btn span:before {
  display: none;
}
.last-viewed-products .product-thumb-item .product-thumb-item-in .shop-product-btn:hover span {
  color: #fff;
  background: none;
}
.shop2-cart-wrapper p.text-right {
  margin: 0 0 20px;
}
.folder-edit-block-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
@media (max-width: 1024px) {
  .folder-edit-block-title {
    font-size: 20px;
  }
}
.folder-edit-block-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.folder-edit-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
#_lp_block_37383304[data-block-layout="1735461"] {
  padding-left: 0;
}
.lpc-row {
  padding-left: 0;
  margin: 0;
}
.lpc-text-6._left[data-media-source="desktop"] .lpc-text-5__main {
  padding-left: 0;
}
body #_lp_block_37383304[data-block-layout="1735461"] {
  padding-top: 0;
}
body .lpc-row {
  padding-left: 0;
  margin: 0;
}
body #_lp_block_37379504[data-block-layout="1735461"] {
  padding-left: 0;
  padding-top: 0;
}
body .lpc-text-6[data-media-source="desktop"] {
  padding-left: 0;
}
body #_lp_block_37383104[data-block-layout="1735461"] {
  padding-left: 12px;
}
body .lpc-qa-7[data-media-source="desktop"] .lpc-qa-7__content-row {
  margin-top: 0;
}
body .lpc-qa-7[data-media-source="desktop"] .lpc-qa-7__content-row .lpc-col-8-lg {
  width: 100%;
}
.shop2-order-options .tabs .td3 .shop2-order-options .custom-block .desc {
  font-size: 14px;
  padding: 8px;
  color: #757575;
  border-bottom: 1px solid #d9d9d9;
}
/* 1851 start 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
$mainfont1: 'Roboto', sans-serif;
html {
	.ui-menu .ui-menu-item {
		padding: 4px 5px !important;
		margin: 0 !important;
		margin-bottom: 15px !important;
	}
	#ui-id-1 li + li:after {
		display: none;
	}
	.ui-widget-content {
		border: none !important;
		padding-top: 30px !important;
		box-sizing: border-box;
	}
	.autocomplete-item-price, .autocomplete-item-name {
		vertical-align: top;
	}
	.ui-widget-content .show_li_next {
		font-size: 18px;
		font-weight: 500;
		color: #000;
		background: #f8f8f8;
		font-family: $mainfont1;
		height: 55px;
	    line-height: 55px;
	    text-transform: uppercase;
		&:hover {
			color: #fff;
			background: #1c1c1c;
			
		}
	}
}
html .sand {
	.block-4 {
		background: #fff;
		border-bottom: 1px solid #605c5c;
	}
	.menu-8 .menu-scroll > ul > li.menu-item > a {
		color: #000;
		font-size: 15px;
		font-weight: normal;
		&:hover {
			color: #383333;
		}
	}
	.widget-2 {
		.sss1 {
			color: #000;
			font-size: 16px;
			font-weight: normal;
		}
		.ss2 {
			display: none;
		}
	}
	.authorization-9 .register-type2, .site-versions > .item .title {
		color: #383333;
		font-size: 15px;
		font-weight: normal;
	}
	.site-versions > .item {
		text-decoration: none;
	}
	.site-versions > .item .icon {
		background: url('../images/langs_arrow.png') 50% no-repeat;
		svg {
			display: none;
		}
	}
	.address-7 .icon {
		background: url('../images/addr_arrow.png') 50% no-repeat;
	}
	a.whatsapp-link {
		background: none;
		font-size: 20px;
		font-weight: normal;
		color: #000;
		margin: 0 20px;
		margin-left: 30px;
		padding-right: 0px;
		padding-left: 35px;
		&:hover {
			color: #4c4c4c;
		}
		.icon {
			left: 0px;
		}
	}
	.phones-13 .text_body a {
		font-size: 20px;
		font-weight: normal;
		color: #000;
		&:hover {
			color: #4c4c4c;
		}
	}
	.block-20 {
		align-items: center;
	}
	.block-20 .layout_15 {
		align-self: flex-start;
	    margin-top: 3px;
	}
	.widget-6 {
		position: relative;
		text-align: center;
		justify-content: center;
		.wm-search-inner {
			border-bottom: 1px solid #524e4e;
			display: inline-flex;
			width: 100%;
			max-width: 515px;
		}
		input.wm-input-default {
			font-size: 20px;
			padding: 5px;
			box-sizing: border-box;
			color: #000;
			flex: auto;
			border: none;
			background: none;
			&::placeholder {
				color: #b2b2b2;
			}
		}
		button.wm-input-default {
			font-size: 0px;
			width: 34px;
			height: 32px;
			border: none;
			outline: none;
			background: url('../images/search_btn_icon_03.png') 50% no-repeat;
			svg {
				display: none;
			}
		}
	}
	.block-6, .block-6 {
		z-index: 11;
	}
	.block-7 {
		align-items: center;
	}
	.folder-menu-wr .folder-menu-inner > ul > li {
		&:hover {
			> a{
				&:before {
					background: #332f2f;
				}
				&.red:before {
					background: #e41a26;
				}
			}
		}
		> a {
			font-size: 17px;
			font-weight: normal;
			color: #332f2f;
			&.red {
				color: #e41a26;
			}
		}
	}
	.folder-menu-wr .folder-menu-inner > ul > li > a:before {
		height: 1px;
	}
	.folder-menu-wr {
		background: none;
	}
	.folder-menu-wr .folder-menu-inner > ul {
		background: none;
	}
	.folder_image {
		max-width: 100%;
		img {
			max-height: 355px;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	.blocklist-21 .item {
		margin-bottom: 0;
	}
	.blocklist-21 .item-outer{
		margin-bottom: 20px;
		&:hover {
			box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
		}
	}
}
.main_red_block {
	font-family: $mainfont1;
	margin-bottom: 35px;
	&__inner {
		width: 100%;
		max-width: 1460px;
		margin: 0 auto;
	}
	&__top {
		padding: 100px 58px 75px;
		box-sizing: border-box;
		border-bottom: 1px solid #383838;
		@media all and (max-width: 480px) {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	&__top-title {
		font-size: 31px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 45px;
		max-width: 550px;
		text-align: left;
		@media all and (max-width: 480px) {
			font-size: 24px;
			text-align: center;
		}
	}
	&__top-text {
		color: #fff;
		font-size: 16px;
		max-width: 550px;
		line-height: 1.4;
		text-align: left;
		@media all and (max-width: 480px) {
			font-size: 14px;
			text-align: center;
		}
	}
	&__bot {
		display: flex;
		flex-wrap: wrap;
	}
	&__bot-item {
		width: 25%;
		padding: 65px 55px 55px;
		box-sizing: border-box;
		background: #1a1a1a;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		position: relative;
		transition: all 0.3s ease;
		border-right: 1px solid #2a2a2a;
		&:last-child {
			border: none;
		}
		@media all and (min-width: 1281px) {
			&:nth-child(4n) {
				border: none;
			}
		}
		@media all and (max-width: 1280px) and (min-width: 961px) {
			&:nth-child(3n) {
				border: none;
			}
		}
		@media all and (max-width: 1280px) {
			width: 33.3%;
		}
		@media all and (max-width: 960px) and (min-width: 481px) {
			&:nth-child(3n) {
				border: none;
			}
		}
		@media all and (max-width: 960px) {
			width: 50%;
			padding: 45px 25px 35px;
		}
		@media all and (max-width: 480px) {
			width: 100%;
		}
		&:hover {
			background: #f7f7f7;
			* {
				color: #000;
			}
		}
		> a {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			z-index: 5;
		}
	}
	&__item-icon {
		margin-bottom: 30px;
		img {
			max-width: 90px;
		}
	}
	&__item-title {
		font-size: 18px;
		color: #fff;
		line-height: 1.4;
		transition: all 0.3s ease;
		margin-bottom: 25px;
	}
	&__item-desc {
		font-size: 15px;
		color: #fefefe;
		margin-bottom: 28px;
		transition: all 0.3s ease;
	}
}

.new_adv {
	font-family: $mainfont1;
	margin-bottom: 30px;
	&__inner {
		width: 100%;
		max-width: 1460px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	&__item {
		width: 25%;
		padding-right: 20px;
		text-align: left;
		box-sizing: border-box;
		margin-bottom: 20px;
		@media all and (max-width: 960px) {
			width: 33.3%;
		}
		@media all and (max-width: 768px) {
			width: 50%;
		}
		@media all and (max-width: 480px) {
			width: 100%;
			padding-right: 0;
		}
	}
	&__item-title {
		font-size: 14px;
		color: #000;
		margin-bottom: 5px;
		line-height: 1;
		span {
			font-size: 64px;
			font-weight: 500;
		}
	}
	&__item-desc {
		font-size: 14px;
	}
}

.new_form_block {
	font-family: $mainfont1;
	&__image {
		margin-bottom: 90px;
		@media all and (max-width: 1731px) {
			margin: 0 -20px 90px;
		}
		@media all and (max-width: 768px) {
			margin-bottom: 30px;
		}
	}
	&__form {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1460px;
		margin: 0 auto;
	}
	&__form-left {
		max-width: 330px;
		margin-right: 20px;
		text-align: left;
		line-height: 1;
		margin-bottom: 20px;
		.title {
			.top_title {
				font-size: 14px;
				color: #1a1a1a;
				margin-bottom: -7px;
			}
			.bot_title {
				font-size: 14px;
				color: #1a1a1a;
				span {
					font-size: 85px;
				}
			}
		}
		.desc {
			font-size: 24px;
			font-weight: 500;
			color: #1a1a1a;
			line-height: normal;
		}
	}
	&__form-right {
		width: 100%;
		max-width: 830px;
	}
	&__form-form {
		margin-bottom: 30px;
		.tpl-anketa {
			
			.title {
				font-size: 15px;
				font-weight: 500;
				color: #1a1a1a;
				margin-bottom: 35px;
				text-transform: uppercase;
				text-align: left;
			}
			form {
				display: flex;
				flex-wrap: wrap;
				input[type="text"], input[type="phone"], input[type="paswword"], input[type="email"], textarea {
					font-size: 15px;
					font-weight: 500;
					padding: 7px 0;
					box-sizing: border-box;
					color: #000;
					border: none;
					outline: none;
					border-bottom: 1px solid #e6e6e6;
					transition: all 0.3s ease;
					width: 100%;
					&:hover, &:focus {
						//border-bottom-color: #1a1a1a;
					}
					&::placeholde {
						color: #696969;
					}
				}
				.tpl-field {
					width: 100%;
					margin-bottom: 10px;
					&:nth-last-child(3) {
						width: calc(100% - 32px);
					}
					&.tpl-field-button {
						width: 32px;
						border-bottom: 1px solid #e6e6e6;
						button {
							font-size: 0;
							min-width: 0;
							width: 100%;
							padding: 0;
							min-height: 0;
							height: 31px;
							background: url('../images/form_btn_icon.png') 50% no-repeat;
							&:hover, &:active {
								background: url('../images/form_btn_icon_active.png') 50% no-repeat;
							}
						}
					}
				}
			}
		}
		.tpl-anketa-success-note {
			font-size: 15px;
			text-align: left;
		}
	}
	&__form-links {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 -10px;
		a {
			font-size: 16px;
			font-weight: 500;
			color: #1a1a1a;
			text-decoration: underline;
			transition: all 0.3s ease;
			display: inline-block;
			margin: 0 10px 5px;
			text-transform: uppercase;
			&:hover {
				color: #4c4c4c;
			}
		}
	}
}

html {
	.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-body > a.param-val {
		background: #fff;
		color: #000;
		&:nth-child(2n) {
			background: #f8f8f8;
		}
	}
	.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title, .filter-searched-params .prm-item {
		&:hover {
			background: #fff;
			color: #4c4c4c;
			border-color: #4c4c4c;
			cursor: pointer;
		}
	}
	.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title, .filter-searched-params .prm-item {
		&:hover {
			background: #fff;
			color: #4c4c4c;
			border-color: #4c4c4c;
			cursor: pointer;
		}
	}
	.folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select.active-type .param-title, .folder_wr2 .block-23 .block-25 .shop-filter .shop-param-filter .param-wrap.type-select .param-title.active {
		border-color: #f8f8f8;
		background: #f8f8f8;
		color: #000;
	}
	.product-list .product-thumb-item {
		@media all and (min-width: 1025px) {
			padding-left: 10px;
			padding-right: 10px;
			margin-left: 0;
			margin-right: 0;
			transition: all 0.3s ease;
			padding-top: 10px;
			&:hover {
				box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
			}
		}
	}
	.product-load-button-wrap .product-load-button {
		border-color: #cecece;
		font-size: 14px;
		color: #000;
		font-family: $mainfont1;
		&:hover {
			border-color: #cecece;
			color: #fff;
			background: #000;
		}
	}
}
.block-2.new {
	min-height: 0;
}
.block-3.new {
	padding-left: 0;
	padding-right: 0;
}
.folder_red_block {
	margin-top: 53px;
	font-family: $mainfont1;
	&__inner {
		max-width: 1460px;
		margin: 0 auto;
		width: 100%;
		display: flex;
		@media all and (max-width: 640px) {
			flex-direction: column;
		}
	}
	&__left {
		padding: 80px 65px 120px;
		box-sizing: border-box;
		background: #1a1a1a;
		@media all and (max-width: 640px) {
			padding: 40px 20px;
		}
		flex: auto;
		.title {
			font-size: 31px;
		    font-weight: bold;
		    color: #fff;
		    max-width: 580px;
		    text-align: left;
		    margin-bottom: 15px;
		    @media all and (max-width: 480px) {
		    	font-size: 24px;
			    text-align: center;
		    }
		}
		.desc {
			color: #fff;
		    font-size: 16px;
		    max-width: 580px;
		    line-height: 1.4;
		    text-align: left;
		    @media all and (max-width: 480px) {
		    	font-size: 14px;
			    text-align: center;
		    }
		}
	}
	&__right {
		width: 100%;
		max-width: 345px;
		padding: 30px 35px 45px;
	    box-sizing: border-box;
	    background: #383838;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    position: relative;
	    transition: all 0.3s ease;
	    position: relative;
	    @media all and (max-width: 640px) {
	    	max-width: 100%;
	    	padding: 40px 20px;
	    }
	    > a.abs_link {
	    	position: absolute;
	    	top: 0;
	    	right: 0;
	    	bottom: 0;
	    	left: 0;
	    	z-index: 1;
	    }
	    &:hover {
	    	background: #f7f7f7;
	    	.title, .desc {
	    		color: #000;
	    	}
	    }
	    .icon {
	    	margin-bottom: 25px;
	    	img {
	    		max-width: 150px;
	    	}
	    }
	    .title {
	    	font-size: 18px;
		    color: #fff;
		    line-height: 1.4;
		    transition: all 0.3s ease;
		    margin-bottom: 10px;
	    }
	    .desc {
	    	font-size: 15px;
		    color: #fefefe;
		    transition: all 0.3s ease;
		    word-break: break-word;
	    }
	}
}

.folder_bottom_text {
	padding: 30px 25px;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	margin-top: 30px;
	font-family: $mainfont1;
	font-size: 15px;
	color: #1a1a1a;
	h1, h2, h3, h4, h5, h6 {
		font-size: 30px;
		color: #1a1a1a;
		@media all and (max-width: 960px) {
			font-size: 24px;
		}
	}
	
}
.shop2-product-mode-wr .product-shop2 {
	flex-direction: column;
	.product-l-side-wr {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.product-r-side {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 0;
	}
}

.card_tabs {
	
	.titles {
		display: flex;
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
		box-sizing: border-box;
		margin-bottom: 25px;
		> a {
			text-transform: uppercase;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			color: #000;
			margin-right: 40px;
			padding-bottom: 10px;
			border-bottom: 1px solid transparent;
			cursor: pointer;
			@media all and (max-width: 640px) {
				font-size: 13px;
				margin-right: 30px;
			}
			&:last-child {
				margin-right: 0;
			}
			&:hover {
				border-color: #000;
			}
			&.active {
				font-weight: bold;
				border-bottom-color: #000;
				cursor: default;
			}
		}
	}
	.body {
		> div{
			display: none;
			&.active {
				display: block;
			}
		}
		
		.prod-buttons-list {
			margin-bottom: 23px;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			a {
				width: 100%;
				max-width: 485px;
				border-bottom: 1px solid #e1e1e1;
				cursor: default;
				&:hover {
					color: #000;
					svg path {
						fill: #000;
					}
				}
				.icon {
					margin-left: 15px;
					position: relative;
					top: 0;
				}
				span {
					cursor: pointer;
					&:hover {
						color: #888;
						text-decoration: underline;
						svg path {
							//fill: #888;
						}
					}
				}
			}
		}
	}
	
	.shop2-product-options {
		margin: 0;
		tbody {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -8px;
			@media all and (max-width: 480px) {
				margin: 0;
			}
			> tr {
				margin: 0 8px 23px;
				display: flex;
				flex-direction: column;
				width: calc(20% - 16px);
				background: #f3f3f3;
				padding: 15px 25px;
				box-sizing: border-box;
				text-align: left;
				align-items: flex-start;
				min-height: 110px;
				@media all and (max-width: 1200px) {
					width: calc(25% - 16px);
				}
				@media all and (max-width: 980px) {
					width: calc(33.3% - 16px);
					padding: 15px 20px;
				}
				@media all and (max-width: 640px) {
					width: calc(50% - 16px);
				}
				@media all and (max-width: 480px) {
					width: 100%;
					margin: 0 0 15px;
				}
				th {
					font-size: 18px;
					font-weight: bold;
					margin-bottom: 22px;
					color: #000;
					padding: 0;
					width: 100%;
					max-width: 100%;
					position: relative;
					z-index: 135;
					.more_com {
						font-size: 0;
						width: 16px;
						height: 17px;
						background: url('../images/dop_fields_icon.png') 50% no-repeat !important;
						border: none;
						box-shadow: none;
						top: -4px;
					}
				}
				td {
					width: 100%;
					max-width: 100%;
					font-weight: bold;
					font-size: 16px;
					.jq-selectbox {
						
						&__select {
							display: none !important;
						}
						&__dropdown {
							position: relative !important;
							display: block !important;
							margin: 0;
							background: none;
							box-shadow: none;
							border: none;
							ul {
								overflow: visible !important;
								height: auto !important;
								max-height: 100% !important;
								display: flex;
								flex-direction: column;
								li {
									position: relative;
									display: flex;
									align-items: center;
									min-height: 0;
									line-height: 1.4;
									margin-bottom: 9px;
									padding: 0;
									font-size: 13px;
									font-weight: 300;
									color: #000;
									min-height: 35px;
									&:last-child {
										margin-bottom: 0;
									}
									&.sel, &:hover {
										&:before {
											background: #000;
										}
									}
									&:before {
										content: '';
										position: relative;
										display: inline-block;
										min-width: 21px;
										min-height: 21px;
										border-radius: 100%;
										background: #fff;
										box-shadow: 0 0 0 1px #ccc;
										margin-right: 12px;
										transition: all 0.3s ease;
										border: 6px solid #fff;
										box-sizing: border-box;
									}
								}
							}
						}
					}
					.shop2-color-ext-list {
						display: flex;
						flex-direction: column;
						margin: 0;
						width: 100%;
						&:before, &:after {
							display: none;
						}
						li {
							display: flex;
							align-items: center;
							justify-content: space-between;
							position: relative;
							width: 100%;
							max-width: 100%;
							border: none;
							height: auto;
							margin: 0 0 9px !important;
							line-height: normal;
							&:last-child {
								margin-bottom: 0 !important;
							}
							.title {
								display: block !important;
								font-size: 13px;
								font-weight: 300;
								color: #000;
								flex: auto;
							}
							.img {
								display: block !important;
								width: 6px;
								height: 35px;
								margin-left: 5px;
							}
							&.shop2-color-ext-selected, &:hover {
								&:before {
									background: #000;
								}
							}
							&:before {
								content: '';
								position: relative;
								display: inline-block;
								min-width: 21px;
								min-height: 21px;
								border-radius: 100%;
								background: #fff;
								box-shadow: 0 0 0 1px #ccc;
								margin-right: 12px;
								transition: all 0.3s ease;
								border: 6px solid #fff;
								box-sizing: border-box;
							}
						}
					}
				}
			}
		}
	}
}
@-webkit-keyframes animateThis {
    0% {
        width: 0;
    }
    100% {
        width: 100%;

    }
}
.shop2-product-mode-wr {
	.product-shop2 {
		.slider_counter {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			color: #000;
			font-size: 14px;
			.status {
				margin: 0 10px;
				min-width: 75px;
				height: 1px;
				background: #d7d7d7;
				position: relative;
				&:before {
					content: '';
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					width: 0;
					background: #4f4f4f;
					-webkit-animation: animateThis 3s ease-in;
				    -webkit-animation-fill-mode: forwards;
				}
			}
		}
		.product-btn {
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
			flex: unset;
			width: 100%;
			max-width: 574px;
			@media all and (max-width: 768px) {
				width: auto;
			}
			button, > div {
				max-width: 280px;
				width: 100%;
			}
			button {
				margin-right: 13px;
			}
		}
		.product_additional {
			display: flex;
			align-items: center;
			justify-content: center;
			@media all and (max-width: 768px) {
				flex-direction: column;
				align-items: flex-start;
			}
			.add-form {
				margin-right: 13px;
				@media all and (max-width: 768px) {
					margin: 0 0 20px;
				}
				@media all and (max-width: 480px) {
					flex-direction: column;
					align-items: flex-start;
				}
				.nds {
					font-size: 14px;
					margin-top: auto;
					width: 100%;
					text-align: right;
					@media all and (max-width: 480px) {
						text-align: left;
					}
				}
			}
			.product-btn {
				button {
					margin-right: 13px;
					@media all and (max-width: 480px) {
						margin-right: 0;
					}
				}
			}
		}
	}
	.prod-bottom-wr {
		display: flex;
		flex-direction: column;
		> div {
			width: 100%;
			max-width: 100%;
		}
		.product-cust-bl {
			.title {
				font-weight: bold;
				letter-spacing: -0.4px;
				@media all and (max-width: 480px) {
					font-size: 20px;
				}
			}
			.cust-item {
				width: 20%;
				@media all and (max-width: 1100px) {
					width: 25%;
				}
				@media all and (max-width: 900px) {
					width: 33.3%;
				}
				@media all and (max-width: 640px) {
					width: 50%;
				}
				@media all and (max-width: 520px) {
					width: 100%;
				}
			}
		}
	}
}
.shop2-product-mode-wr .product-image-slick {
	margin-bottom: 30px;
}
.shop2-product-mode-wr .add-form .price-product .prod-price-wr {
	align-items: unset;
	@media all and (max-width: 480px) {
		margin-bottom: 10px;
	}
}
.shop2-product-mode-wr .add-form .price-product {
	align-items: unset;
	@media all and (max-width: 480px) {
		flex-direction: column;
	}
}
.shop2-product-mode-wr .add-form .price-product .price-current {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	@media all and (max-width: 480px) {
		text-align: left;
	}
}
.shop2-product-mode-wr .add-form .price-product .price-current strong {
	font-size: 20px;
	font-weight: bold;
}
.shop2-product-mode-wr .add-form .price-product .prod-price-wr {
	margin-right: 25px;
	white-space: nowrap;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount input[type="text"] {
	height: 44px;
	width: calc(100% - 80px);
	border-radius: 0;
}
.shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus, .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-plus {
	width: 40px;
	height: 44px;
}
.product_wr .widget-45 {
	padding-bottom: 35px;
	@media all and (max-width: 1200px) {
		padding-bottom: 20px;
	}
}
h1.prod_name {
	margin-bottom: 35px;
}
.shop2-product-amount.disabled button, .shop2-product-amount.disabled button:hover, .shop2-product-amount.disabled button:active {
	width: 40px;
	height: 44px;
	border-radius: 0;
}
html .product-list .shop2-kinds-group-slider .product-thumb-item {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px !important;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	&:last-child {
		margin-bottom: 0;
		border: none;
	}
	.product-thumb-item-in {
		.prod_desc {
			font-size: 14px;
			font-weight: normal;
			color: #000;
			margin-right: 30px;
			max-width: 40%;
			width: 100%;
			@media all and (max-width: 768px) {
				max-width: 100%;
				margin: 0 0 20px;
			}
		}
		.product-top {
			display: flex;
			margin-bottom: 30px;
			@media all and (max-width: 768px) {
				flex-direction: column;
			}
		}
		.product-botom {
			display: flex;
			@media all and (max-width: 768px) {
				flex-direction: column;
			}
			> div {
				width: 50%;
				padding-top: 0 !important;
				@media all and (max-width: 768px) {
					width: 100%;
				}
			}
			.product-name {
				margin-right: 20px;
				margin-bottom: 0;
			}
			.product-amount {
				display: block;
			}
			.product-price {
				white-space: nowrap;
				padding: 0;
				margin-right: 35px;
				text-align: right;
				@media all and (max-width: 480px) {
					margin-bottom: 10px;
					text-align: left;
				}
				.price-current  {
					font-weight: bold;
					font-size: 18px;
					strong {
						font-size: 20px;
						font-weight: bold;
					}
				}
				.nds {
					font-size: 14px;
					font-weight: normal;
				}
			}
		}
		
		.bottom-flex {
			display: flex;
			flex-direction: column;
			width: auto;
			.product-amount {
				width: 100%;
				display: flex;
				justify-content: center;
				margin-bottom: 18px;
			}
			.shop-product-btn {
				width: 100%;
				max-width: 280px;
				background: #000000;
				color: #fff;
				border-color: #000;
				span {
					color: #fff;
					padding: 0;
				}
				&:hover {
					background: #1c1c1c;
					border-color: #1c1c1c;
					color: #fff;
				}
			}
			.shop2-product-amount {
				border: 1px solid #d6d6d6;
				box-sizing: border-box;
				width: 100%;
				max-width: 280px;
				button {
					width: 40px;
					height: 42px;
					&.amount-minus {
						border-right: 1px solid #d6d6d6;
					    box-sizing: border-box;
					    border-radius: 0;
					    background: url("../images/down-arrow.svg") 50% / 11px no-repeat #f3f3f3;
					    &:hover {
					    	background-color: #d6d6d6;
					    }
					}
					&.amount-plus {
						border-radius: 0;
					    border-right: 1px solid #d6d6d6;
					    box-sizing: border-box;
					    background: url("../images/down-arrow.svg") 50% / 11px no-repeat #f3f3f3;
					    transform: rotate(180deg);
					    &:hover {
					    	background-color: #d6d6d6;
					    }
					}
				}
				input {
					width: calc(100% - 80px);
				    height: 42px;
				    font-family: 'Roboto', sans-serif;
				    font-weight: 400;
				    font-size: 18px;
				    color: #000;
				    flex: auto;
				    height: 42px;
				}
				span {
					display: none;
				}
			}
		}
	}
}
.shop2-kinds-group-slider .product-thumb-item .product-thumb-item-in .product-bot {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	@media all and (max-width: 480px) {
		flex-direction: column;
	}
}
.shop2-product-mode-wr .shop2-collection-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold !important;
	font-family: $mainfont1 !important;
	font-size: 22px !important;
	cursor: pointer;
	margin-bottom: 0;
	@media all and (max-width: 768px) {
		font-size: 16px !important;
	}
	&:after {
		content: '+';
		min-width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		cursor: pointer;
		margin-left: 20px;
		&:hover {
			background: #d6d6d6;
		}
	}
	&.active {
		&:after {
			content: '-';
			background: #d6d6d6;
		}
	}
}
.collections_wrap {
	box-sizing: border-box;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	.prod_block.shop2-kinds-group {
		margin-bottom: 0;
		transition: height 1s ease-in-out;
		height: 0;
		box-sizing: border-box;
		&.active {
			padding-top: 10px;
		}
	}
}
.last-viewed-products {
	margin-top: 30px;
	.prod_block_title {
		font-size: 22px;
		font-weight: bold;
		font-family: $mainfont1;
		text-transform: uppercase;
		@media all and (max-width: 768px) {
			font-size: 16px !important;
		}
	}
}
.shop2-product-mode-wr .product-shop2 .product-btn button {
	margin-right: 0;
}
.shop2-kinds-group .product-thumb-item .product-thumb-item-in .shop-product-btn span:before, .prod_block .product-thumb-item .product-thumb-item-in .shop-product-btn span:before, .product-thumb-item .product-thumb-item-in .shop-product-btn span:before {
	display: none;
}
.prod_block .shop2-product-amount span {
	display: none;
}
.shop2-product-mode-wr .product-image-slick button.slick-prev.slick-arrow {
	transform: rotate(0deg);
	background-image: url('../images/card_slider_arrow.png');
	z-index: 6;
}
.shop2-product-mode-wr .product-image-slick button.slick-next.slick-arrow {
	transform: rotate(180deg);
	background-image: url('../images/card_slider_arrow.png');
	z-index: 6;
}
.shop2-product-mode-wr .product-image-slick {
	position: relative;
	&:hover {
		&:before, &:after {
			opacity: 1;
			visibility: visible;
		}
	}
	&:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 150px;
		background-image: linear-gradient(90deg, #bebebe, transparent);
		z-index: 5;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	&:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 150px;
		background-image: linear-gradient(90deg, #bebebe, transparent);
		z-index: 5;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		transform: rotate(180deg);
	}
}
.product-includeForm {
	.gr-form-wrap {
		margin: auto;
		max-width: 750px;
		h2 {
			font-size: 25px;
			font-weight: bold;
			color: #000;
			max-width: 370px;
			text-transform: uppercase;
			@media all and (max-width: 480px) {
				font-size: 22px;
			}
		}
		.closeBtnForm {
			background: url('../images/login_popap_closer.png') 50% no-repeat !important;
			filter: brightness(0);
			width: 28px;
			height: 28px;
			top: 27px;
			right: 32px;
			&:hover {
				background: url('../images/login_popap_closer.png') 50% no-repeat !important;
			}
		}
	}
	.gr-form {
		display: flex;
		flex-wrap: wrap;
		.reg_in {
			width: 100%;
			margin-bottom: 20px !important;
			margin-top: 0 !important;
			&.alias_ip, &.alias_prodname, &.alias_link {
				order: 555;
				margin: 0 !important;
			}
			&:nth-child(4) {
				width: calc(50% - 34px);
				margin-right: 34px;
				@media all and (max-width: 640px) {
					width: 100%;
					margin-right: 0;
				}
			}
			&:nth-child(5) {
				width: calc(50% - 34px);
				margin-left: 34px;
				@media all and (max-width: 640px) {
					width: 100%;
					margin-left: 0;
				}
			}
			input, textarea {
				&:focus {
					border-bottom-color: #000 !important;
				}
				&[type="text"], &[type="phone"], &[type="number"], &[type="mail"] {
					padding: 15px 20px !important;
					height: auto !important;
				}
			}
			textarea {
				padding: 15px 20px !important;
				height: auto !important;
				background: #f6f6f6 !important;
			}
			option:hover {
				background: #000;
			}
			.jq-selectbox li {
				&:first-child {
					opacity: 0.5;
					pointer-events: none;
					display: none;
				}
				&:hover {
					background: #000;
					color: #fff;
				}
			}
			.jq-selectbox__select {
				height: 50px;
				display: flex;
				align-items: center;
				border: none;
				box-sizing: border-box;
				border-bottom: 1px solid #d9d9d9;
			}
			.upload-button {
				position: relative;
				&:before {
					content: '';
					width: 17px;
					height: 17px;
					margin-right: 9px;
					background: url('../images/upload_icon.png') 50% no-repeat;
					display: inline-block;
					vertical-align: middle;
					margin-top: -3px;
				}
				input {
					background: none;
					color: #000;
					padding-left: 0;
				}
			}
		}
		.regs {
			display: inline-block;
			font-size: 15px;
			text-transform: uppercase;
			color: #000;
			font-family: $mainfont1;
			background: #fff;
			border: 1px solid #000;
			padding: 18px 40px;
			box-sizing: border-box;
			max-width: 100%;
			width: auto;
			&:hover {
				background: #000;
				color: #fff;
			}
		}
		.personal_data {
			margin-top: 20px;
			font-size: 12px;
			font-family: $mainfont1;
			color: #5a5a5a;
			max-width: 300px;
		}
	}
}
html body .autocomplete-item-name {
	font-size: 16px;
	font-weight: 500;
	font-family: $mainfont1;
	color: #000;
	div {
		font-size: 12px;
		font-weight: 500;
		color: #7f7f7f;
		font-family: $mainfont1;
	}
}
html body .autocomplete-item-price {
	> div {
		font-size: 16px;
		font-weight: 500;
		font-family: $mainfont1;
	}
	.fafa {
		font-size: 15px !important;
	}
}
.folder-bl-title {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: $mainfont1;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.title-page .block-9, .block-9 {
	background: #f4f4f4;
}
.title-page .menu-col-25 ul.menu-columns-items > li, .menu-col-25 ul.menu-columns-items > li {
	> a {
		font-size: 14px;
		font-weight: bold;
		font-family: $mainfont1;
		color: #000;
	}
}
.title-page .menu-col-25 ul.menu-columns-items ul a, .menu-col-25 ul.menu-columns-items ul a {
	color: #000;
	&:hover {
		color: #626262;
		text-decoration: none;
	}
}
.footer-info {
	border-color: #dfdfdf;
	background: #f4f4f4;
}
.title-page .block-13, .block-13 {
	border-color: #dfdfdf;
	background: #f4f4f4;
}
.footer-info .work-hours .title, .footer-info .out-office .title, .footer-info .main-office .title {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-family: $mainfont1;
}
.footer-info .out-office .item-wr .item {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	font-family: $mainfont1;
	&:first-child {
		font-weight: 500;
	}
}
.footer-info .main-office .office-contact .item {
	color: #000;
}
.footer-info .work-hours .desc {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	font-family: $mainfont1;
}
.footer-info .out-office .item-wr span {
	color: #000;
}
.social-block .soc-title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: $mainfont1;
}
.social-block .soc-item-wr .soc-item .soc-link {
	color: #000;
	&:hover {
		color: #626262;
	}
}
.custom-link-wr .custom-link {
	color: #9c9c9c;
}
.custom-link-wr .custom-link:hover {
	color: #4c4c4c;
}
.title-page .widget-25, .widget-25 {
	color: #9c9c9c;
}
.title-page .widget-23, .widget-23 {
	color: #9c9c9c;
}
.title-page .menu-8 .menu-scroll > ul, .menu-8 .menu-scroll > ul {
	justify-content: flex-start;
	@media all and (min-width: 1366px) {
		padding: 0 60px;
	}
}
.title-page .blocklist-21 .title a {
	font-weight: 400;
}
.request-block .text-wr .request-title {
	font-weight: 500;
}
1851 end */
.widget-39 .filter-searched-params {
  display: none;
}
.filter-searched-params {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.block-23 .layout_63 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.folder_wr2 .block-23 .block-25 {
  width: auto;
}
.block-23 .layout_60 {
  margin-top: 0;
}
.lg-backdrop {
  background-color: #fff !important;
}
.product-wr {
  display: flex;
}
@media (max-width: 1200px) {
  .product-wr {
    flex-direction: column;
  }
}
.product-shop2 {
  display: block !important;
}
.description-bl {
  flex: 1;
  margin-right: 50px;
}
.description-bl .title {
  font-size: 20px;
  text-transform: uppercase;
}
.product-bottom-wr {
  display: flex;
}
@media (max-width: 480px) {
  .product-bottom-wr {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .product-bottom-wr > div {
    flex: 1;
  }
}
.product-bottom-wr .product-cust-bl {
  max-width: unset;
}
.product-bottom-wr .product-cust-bl .title {
  font-size: 20px;
  text-transform: uppercase;
}
.prod-buttons-list {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  padding: 0;
  margin-bottom: 20px;
}
.lg-toolbar {
  background-color: transparent !important;
  padding: 20px;
}
.lg-toolbar .lg-icon {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 10px;
  position: relative;
}
.lg-toolbar .lg-icon:after {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
}
.lg-toolbar .lg-icon:hover {
  background-color: black !important;
}
.lg-sub-html {
  display: none;
}
.project-collections-content .project-coll-item {
  width: calc(100% / 4);
}
@media (max-width: 768px) {
  .project-collections-content .project-coll-item {
    width: calc(100% / 3);
  }
}
@media (max-width: 640px) {
  .project-collections-content .project-coll-item {
    width: calc(100% / 2);
  }
}
@media (max-width: 360px) {
  .project-collections-content .project-coll-item {
    width: 100%;
  }
}
.project-collections-content .project-coll-item .project-coll-desc {
  margin-top: 10px;
}
.project-collections-wrap .project-coll-title {
  display: flex;
  align-items: flex-start;
}
.project-collections-wrap .project-coll-title .has_date {
  padding-right: 20px;
}
.project-collections-wrap .project-coll-title__custom_date {
  font-size: 13px;
}
.description-bl {
  margin-bottom: 0;
}
.description-bl .title {
  margin-bottom: 23px;
}
@media (min-width: 1460px) {
  .shop2-product-mode-wr .product-shop2 {
    padding-bottom: 20px;
  }
}
.filter-searched-params .filt-reset:hover {
  color: #888;
}
.last-viewed-products {
  display: none;
}
.catalog-page-item-title {
  font-family: "Roboto";
}
.title-page .blocklist-21 .img-convert, .product-thumb-item .product-image {
  position: relative;
}
.title-page .blocklist-21 .img-convert:before, .product-thumb-item .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.title-page .blocklist-21 .img-convert:hover:before, .product-thumb-item .product-image:hover:before {
  opacity: 0.4;
}
.filter-searched-params .prm-item {
  position: relative;
}
.filter-searched-params .prm-item .remove_params {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; opacity: 1; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Rectangle_2_copy_12' data-name='Rectangle 2 copy 12' class='cls-1' d='M1562,389.279l-0.69.694-4.79-4.751L1551.7,390l-0.7-.7,4.84-4.8L1551,379.7l0.7-.7,4.82,4.782,4.79-4.75,0.69,0.693-4.81,4.78Z' transform='translate(-1551 -379)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.shop2-order-options .tabs .td3 .shop2-order-options .custom-block {
  padding: 0;
  margin: 15px 0 37px;
}
.filter-searched-params .searched-param .prm-name, .filter-searched-params .searched-param .prm-value {
  display: none;
}
.folder-menu-wr .folder-menu-inner > ul > li .cust_menu-wr.active {
  opacity: 1;
  visibility: visible;
}
/*.title-page .block-3, .block-3{
    z-index: 3 !important;
}*/
.jq-selectbox ul {
  background: #fff;
  max-height: 250px !important;
}
.param_tit_in .more_com_text {
  bottom: 34px;
  top: inherit;
  background: #ffffff;
  border: none;
  font-size: 14px;
  color: #898989;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
.param_tit_in .more_com_text:after {
  top: inherit;
  bottom: 0;
  background: #ffffff;
}
.block-23 .layout_60 {
  display: block;
}
body.addons688 .cblock .cblock_left {
  display: none;
}
body.addons688 .cblock .cblock_right {
  padding-left: 0;
  width: auto;
}
body.addons688 .shop2-panel-sorting {
  display: none;
}
body.addons688 .product-thumb-item table.shop2-product-options tr {
  align-items: center;
}
@media (max-width: 768px) {
  body.addons688 .product-thumb-item table.shop2-product-options tr {
    align-items: flex-start;
  }
}
body.addons688 .product-thumb-item table.shop2-product-options tr th {
  width: auto;
}
body.addons688 .product-thumb-item table.shop2-product-options tr td {
  max-width: calc(100% - 115px);
  width: 100%;
  text-align: left;
  font-weight: 300;
}
body.addons688 .product-thumb-item table.shop2-product-options tr td .color_wr {
  justify-content: space-between;
  flex-wrap: wrap;
}
body.addons688 .product-thumb-item table.shop2-product-options tr td .color_wr .shop2-color-ext-list {
  margin-left: auto;
}
@media (max-width: 768px) {
  body.addons688 .product-thumb-item table.shop2-product-options tr td .color_wr .shop2-color-ext-list {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  body.addons688 .product-thumb-item table.shop2-product-options tr td {
    max-width: none;
  }
}
@media (min-width: 1281px) {
  body.addons688 .shop2-product-mode-wr .slick-initialized .slick-slide a {
    min-height: 626px;
  }
}
@media (min-width: 1441px) {
  body.addons688 .shop2-product-mode-wr .product-l-side-wr {
    min-width: 910px;
    max-width: 910px;
  }
}
@media (min-width: 1201px) {
  body.addons688 .shop2-product-mode-wr .product-l-side-wr {
    min-width: 905px;
    max-width: 905px;
  }
}
@media (min-width: 1440px) {
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side {
    height: 100%;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .inner_slider {
    display: flex;
    align-items: center;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product {
    width: 90px;
    min-width: 90px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product .slick-slide {
    margin: 0;
    padding: 5px 0;
    border: none;
    position: relative;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product .slick-slide:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    border: 1px solid transparent;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product .slick-slide:hover:before {
    border-color: #000;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product .slick-slide.slick-current:before {
    border: 2px solid #000;
    display: block !important;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product button {
    background: url(/t/images/cart-slide-arrow2.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product button.slick-prev {
    top: -20px;
    bottom: inherit;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product button.slick-next {
    top: inherit;
    bottom: -20px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product ~ .product-l-side-bottom {
    width: calc(100% - 90px - 30px);
  }
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product ~ .product-l-side-bottom .product-image-slick .slick-slide a {
    min-height: 535px;
    min-height: 590px;
  }
}
@media (max-width: 1439px) {
  body.addons688 .shop2-product-mode-wr .product-l-side-wr .product-l-side .slick-slider-product {
    display: none !important;
  }
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr {
    flex-direction: column;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.c_razmery_569, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.c_razmery_569 {
  margin-bottom: 30px;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 27px;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text {
    align-items: flex-start;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select:before, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect:before, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text:before, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select:before, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect:before, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f1f1f1;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text td {
  background: #fff;
  width: auto;
  position: relative;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text th {
  padding-right: 5px;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text td {
  padding-left: 5px;
  width: 25%;
  min-width: 220px;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.text td {
    width: auto;
    min-width: auto;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 0;
  margin-bottom: 27px;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 {
    align-items: flex-start;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref:before, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2:before, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref:before, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f1f1f1;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 td {
  background: #fff;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref th, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref th, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 th {
  padding-right: 5px;
  width: auto;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 td {
  width: 25%;
  min-width: 220px;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 td {
    width: auto;
    min-width: auto;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref .selected_color, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 .selected_color, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref .selected_color, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 .selected_color {
  padding-right: 10px;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref .color_wr, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 .color_wr, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref .color_wr, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 .color_wr {
  margin-bottom: -8px;
  margin-top: -6px;
}
@media (max-width: 768px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref .color_wr, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 .color_wr, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color_ref .color_wr, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.color2 .color_wr {
    margin-bottom: 0;
    margin-top: 0;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select .type_select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select .type_select {
  margin-bottom: -10px;
  margin-top: -11px;
}
@media (max-width: 768px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select .type_select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select .type_select {
    margin-bottom: 0;
    margin-top: 0;
    width: 25%;
    min-width: 220px;
  }
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select .type_select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.select .type_select {
    width: auto;
    min-width: auto;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.c_razmery_810 td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.c_razmery_810 td {
  width: 25%;
  min-width: 220px;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.c_razmery_810 td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.c_razmery_810 td {
    width: auto;
    min-width: auto;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr td {
  justify-content: flex-start;
}
@media (max-width: 640px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr td, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr td {
    justify-content: space-between;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options .jq-selectbox__select, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options .jq-selectbox__select {
  width: auto;
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options .jq-selectbox li, body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options .jq-selectbox li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  white-space: initial;
}
@media (max-width: 768px) {
  body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.type-select > .type_select .jq-selectbox__select {
    width: 100%;
    height: auto;
  }
  body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr.type-select > .type_select .jq-selectbox__select-text {
    padding: 5px 25px 5px 7px;
  }
  body.addons688 .shop2-product-mode-wr .product-tabs-wrapper .shop2-product-options tr td.color_type .color_wr li {
    width: 30px;
    height: 30px;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr:nth-child(n+9) {
  display: none;
}
@media (min-width: 1201px) and (max-width: 1365px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr {
    row-gap: 10px;
  }
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.multiselect td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.text td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 td, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.c_razmery_810 td {
    width: auto;
    min-width: auto;
  }
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color_ref .color_wr, body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.color2 .color_wr {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr.select .type_select {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options tr td {
    justify-content: space-between;
  }
}
@media (min-width: 1201px) and (max-width: 1365px) {
  body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options .jq-selectbox {
    width: 100%;
  }
}
body.addons688 .shop2-product-mode-wr .product_additional .shop2-product-options.act tr:nth-child(n+8) {
  display: flex;
}
body.addons688 .shop2-product-mode-wr .product_additional .opt_btn {
  display: none;
}
body.addons688 .shop2-product-mode-wr .product_additional .opt_btn a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  transition: 0.3s font-weight;
}
body.addons688 .shop2-product-mode-wr .product_additional .opt_btn a:hover {
  font-weight: 500;
}
body.addons688 .shop2-product-mode-wr .add-form {
  padding: 5px 0 10px;
  margin-top: auto;
}
body.addons688 .shop2-product-mode-wr .add-form .prod-price-wr {
  padding-bottom: 10px;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount {
  width: 100%;
  max-width: 212px;
  padding-bottom: 5px;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount {
  border: none;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button {
  border: none;
  background-color: #f7f7f7;
  background-image: none;
  width: 65px;
  height: 34px;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus {
  background: #f3f3f3;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 17px;
  border: 0 !important;
  font-family: "Roboto", sans-serif !important;
  text-indent: 0;
  line-height: 30px;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-minus:hover {
  background: #e5e5e5;
  color: #000;
  font-weight: 400;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-plus {
  background: #f3f3f3;
  font-size: 17px;
  text-indent: 0;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount button.amount-plus:hover {
  background: #e5e5e5;
  color: #000;
  font-weight: 400;
}
body.addons688 .shop2-product-mode-wr .add-form .product-amount .shop2-product-amount input[type="text"] {
  border: none;
  width: 82px;
  height: 34px;
}
body.addons688 .shop2-product-mode-wr .product-btn {
  flex-grow: 0;
}
body.addons688 .param_tit_in {
  z-index: 9999;
}
body.addons688 .param_tit_in .more_com {
  font-size: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a9.972 9.972 0 00-7.071 2.928A9.972 9.972 0 002 12a9.971 9.971 0 002.929 7.071A9.971 9.971 0 0012 22a9.972 9.972 0 007.071-2.93A9.972 9.972 0 0022 12a9.972 9.972 0 00-2.929-7.072A9.972 9.972 0 0012 2z' stroke='%23C3C3CB' stroke-width='1.5' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.09a1.136 1.136 0 110 2.273 1.136 1.136 0 010-2.273zm-1.59 4.091a.91.91 0 01.908-.909h.91a.91.91 0 01.908.91v5.454h.682a.91.91 0 110 1.818h-3.182a.91.91 0 110-1.818h.682V11.09a.91.91 0 01-.909-.909z' fill='%23C3C3CB'%3E%3C/path%3E%3C/svg%3E") 50% 50% no-repeat;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  border: none;
}
body.addons688 .param_tit_in .more_com:after {
  background: #fff;
  position: absolute;
  top: -35px;
  left: -23px;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  content: "";
  z-index: 999;
  opacity: 0;
}
body.addons688 .param_tit_in .more_com.active, body.addons688 .param_tit_in .more_com:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a9.972 9.972 0 00-7.071 2.928A9.972 9.972 0 002 12a9.971 9.971 0 002.929 7.071A9.971 9.971 0 0012 22a9.972 9.972 0 007.071-2.93A9.972 9.972 0 0022 12a9.972 9.972 0 00-2.929-7.072A9.972 9.972 0 0012 2z' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.09a1.136 1.136 0 110 2.273 1.136 1.136 0 010-2.273zm-1.59 4.091a.91.91 0 01.908-.909h.91a.91.91 0 01.908.91v5.454h.682a.91.91 0 110 1.818h-3.182a.91.91 0 110-1.818h.682V11.09a.91.91 0 01-.909-.909z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}
body.addons688 .param_tit_in .more_com.active:after, body.addons688 .param_tit_in .more_com:hover:after {
  opacity: 1;
}
body.addons688 .param_tit_in .more_com_text {
  opacity: 1;
  width: 435px;
  padding: 20px 23px;
  transform: translateX(-50%);
  box-sizing: border-box;
  left: 20px;
}
body.addons688 .param_tit_in .more_com_text:after {
  display: none;
}
@media (max-width: 1200px) {
  body.addons688 .param_tit_in .more_com_text {
    transform: none;
    margin-left: -40px;
  }
}
@media (max-width: 580px) {
  body.addons688 .param_tit_in .more_com_text {
    width: 330px;
  }
}
@media (max-width: 480px) {
  body.addons688 .param_tit_in .more_com_text {
    width: 230px;
  }
}
body.addons688 .product-r-side {
  display: flex;
  flex-direction: column;
}
body.addons688 h1.prod_name {
  margin-bottom: 25px;
}
body.addons688 .product_additional {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.addons688 .product_additional .product_additional_body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  transition: box-shadow ease-in 0.3s;
  border-radius: 10px;
  z-index: 1000;
}
@media (min-width: 1201px) {
  body.addons688 .product_additional .table-wrapper {
    width: 100%;
  }
  body.addons688 .product_additional .product_additional_body.show {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 30px;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  }
}
body.addons688 .prod-buttons-list {
  background: #f3f3f3;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
}
body.addons688 .prod-button {
  position: relative;
  padding: 6px 33px 6px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  box-sizing: border-box;
  color: #000;
  background-position: left 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s background-color;
}
body.addons688 .prod-button:hover {
  background-color: #e5e5e5;
}
body.addons688 .prod-button--download {
  background-image: url(../images/download.svg);
}
body.addons688 .prod-button--passport {
  background-image: url(../images/passport.svg);
}
body.addons688 .prod-button--certificate, body.addons688 .prod-button--drawing, body.addons688 .prod-button--3d, body.addons688 .prod-button--ies {
  background-image: url(../images/certificate.svg);
}
body.addons688 .prod-button--presentation {
  background-image: url(../images/presentation.svg);
}
body.addons688 .prod-button--leaflet {
  background-image: url(../images/leaflet.svg);
}
body.addons688 .prod-button--list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  width: 8px;
  height: 4px;
  background: url(../images/prod-button-arrow.svg) center no-repeat;
  transition: 0.3s transform;
}
body.addons688 .prod-button--list.opened {
  background-color: #e5e5e5;
}
body.addons688 .prod-button--list.opened::after {
  transform: scale3d(-1, -1, -1);
}
body.addons688 .prod-button--list.opened .prod-button__links {
  display: flex;
}
body.addons688 .prod-button--list .prod-button__links {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 400px;
  background-color: #f3f3f3;
  flex-direction: column;
  cursor: default;
  z-index: 1;
}
@media (max-width: 1024px) {
  body.addons688 .prod-button--list .prod-button__links {
    max-width: 300px;
  }
}
@media (max-width: 640px) {
  body.addons688 .prod-button--list .prod-button__links {
    max-width: calc(100vw - 40px);
  }
}
body.addons688 .prod-button--list .prod-button__link {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  font-size: 11px;
  padding: 6px 20px 6px;
  min-height: 40px;
  display: flex;
  align-items: center;
  transition: 0.3s background-color;
}
body.addons688 .prod-button--list .prod-button__link:hover {
  background-color: #e5e5e5;
}
body.addons688 .prod-button--list .prod-button__link::after {
  display: none;
}
body.addons688 .prod-button__title {
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}
body.addons688 .prod-button__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin-right: 0;
  color: #000;
}
body.addons688 .product-tabs-wrapper {
  min-width: 0;
  width: calc(100% - 558px);
}
@media (max-width: 1200px) {
  body.addons688 .product-tabs-wrapper {
    border-bottom: 1px solid #dfdfe1;
    width: 100%;
  }
}
@media (max-width: 630px) {
  body.addons688 .product-tabs-wrapper {
    border-bottom: none;
  }
}
body.addons688 .product-tabs-wrapper #shop2-tabs-1 .for-mobile-view {
  overflow: inherit;
}
@media (max-width: 768px) {
  body.addons688 .product-tabs-wrapper .shop2-product-options tr {
    row-gap: 10px;
  }
}
body.addons688 .desc-area .tpl-comment .tpl-link {
  color: #000;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2010%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M5.012%2C12.002%20C5.012%2C12.002%204.970%2C12.002%204.970%2C12.002%20C2.226%2C12.002%200.033%2C10.715%200.001%2C8.366%20C-0.002%2C8.134%200.100%2C7.916%200.276%2C7.762%20C0.455%2C7.603%200.710%2C7.509%200.980%2C7.509%20C1.534%2C7.509%201.950%2C7.872%201.962%2C8.355%20C1.974%2C9.589%202.957%2C10.104%204.271%2C10.239%20C4.233%2C10.148%204.210%2C10.049%204.210%2C9.944%20C4.210%2C9.944%204.210%2C5.893%204.210%2C5.893%20C4.210%2C5.893%203.455%2C5.893%203.455%2C5.893%20C3.000%2C5.893%202.631%2C5.533%202.631%2C5.089%20C2.631%2C4.645%203.000%2C4.286%203.455%2C4.286%20C3.455%2C4.286%204.210%2C4.286%204.210%2C4.286%20C4.210%2C4.286%204.210%2C3.562%204.210%2C3.562%20C3.590%2C3.261%203.157%2C2.622%203.157%2C1.875%20C3.157%2C0.839%203.982%2C-0.000%205.000%2C-0.000%20C6.017%2C-0.000%206.842%2C0.839%206.842%2C1.875%20C6.842%2C2.622%206.410%2C3.261%205.789%2C3.562%20C5.789%2C3.562%205.789%2C4.286%205.789%2C4.286%20C5.789%2C4.286%206.544%2C4.286%206.544%2C4.286%20C6.999%2C4.286%207.368%2C4.645%207.368%2C5.089%20C7.368%2C5.533%206.999%2C5.893%206.544%2C5.893%20C6.544%2C5.893%205.789%2C5.893%205.789%2C5.893%20C5.789%2C5.893%205.789%2C9.944%205.789%2C9.944%20C5.789%2C10.051%205.766%2C10.153%205.726%2C10.246%20C7.032%2C10.119%208.045%2C9.598%208.060%2C8.357%20C8.061%2C7.872%208.482%2C7.509%209.037%2C7.509%20C9.308%2C7.509%209.560%2C7.603%209.740%2C7.757%20C9.916%2C7.912%2010.006%2C8.130%2010.006%2C8.357%20C9.984%2C10.756%207.740%2C11.980%205.012%2C12.002%20Z%22%2F%3E%3C%2Fsvg%3E") 100% 50% no-repeat;
}
body.addons688 .tpl-form .tpl-field a {
  border-radius: 0;
}
body.addons688 .tpl-info {
  border-radius: 0;
}
body.addons688 .tpl-value input[type="text"], body.addons688 .tpl-value textarea {
  border-radius: 0;
  max-width: 100%;
}
body.addons688 .tpl-value textarea {
  padding: 10px 14px;
}
body.addons688 .tpl-button {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  background: #000;
  color: #fff;
}
body.addons688 .tpl-button:hover {
  border-width: 1px;
  border-style: solid;
  background: none;
  color: #000;
}
body.addons688 .tpl-button:first-child:last-child {
  margin-top: 10px;
}
body.addons688 .shop2-product-mode-wr .product-shop2 {
  margin-bottom: 24px;
}
body.addons688 .product-bottom-wr {
  margin-top: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfe1;
}
@media (max-width: 1200px) {
  body.addons688 .product-bottom-wr {
    flex-direction: column;
    border-bottom: none;
  }
}
body.addons688 .product-bottom-wr .description-bl {
  display: block;
  margin-right: 0;
  min-width: 0;
}
body.addons688 .product-bottom-wr .prod-bottom-wr {
  margin-left: 88px;
}
@media (max-width: 1200px) {
  body.addons688 .product-bottom-wr .prod-bottom-wr {
    margin-left: 0;
    margin-top: 20px;
  }
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl {
  padding-top: 9px;
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .title {
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 1.2;
  font-weight: 500;
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .item-wr {
  gap: 10px 20px;
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .item-wr .cust-item {
  margin: 0;
  padding-right: 0;
  width: calc(50% - 10px);
}
@media (max-width: 640px) {
  body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .item-wr .cust-item {
    width: 100%;
  }
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .item-wr .cust-item img {
  margin-right: 4px;
}
body.addons688 .product-bottom-wr .prod-bottom-wr .product-cust-bl .item-wr .cust-item .link {
  padding: 5px;
}
body.addons688 .shop-product-data {
  margin: 0;
}
body.addons688 .shop-product-data .r-tabs-nav {
  border-bottom: 1px solid #dfdfe1;
}
body.addons688 .shop-product-data .r-tabs-tab {
  border: none;
  margin-right: 30px;
}
body.addons688 .shop-product-data .r-tabs-tab.accessory-anchor {
  opacity: 1;
}
body.addons688 .shop-product-data .r-tabs-tab.r-tabs-state-active {
  background: transparent;
}
body.addons688 .shop-product-data .r-tabs-tab.r-tabs-state-active::before {
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  margin-left: 0;
  border: none;
  background-color: #000;
}
body.addons688 .shop-product-data .r-tabs-tab.r-tabs-state-active a {
  color: #000;
}
body.addons688 .shop-product-data .r-tabs-tab a {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}
body.addons688 .shop-product-data .r-tabs-tab a:hover {
  color: #000;
}
body.addons688 .shop-product-data .r-tabs-accordion-title {
  border-radius: 0;
}
body.addons688 .shop-product-data .r-tabs-accordion-title.accessory-anchor {
  opacity: 1;
}
body.addons688 .shop-product-data .r-tabs-accordion-title.accessory-anchor .r-tabs-anchor > span::before {
  display: none;
}
body.addons688 .shop-product-data .r-tabs-accordion-title.r-tabs-state-active {
  border-color: #000;
}
body.addons688 .shop-product-data .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  color: #000;
}
body.addons688 .shop-product-data .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor > span::before {
  transform: scale3d(-1, -1, -1);
}
body.addons688 .shop-product-data .r-tabs-accordion-title .r-tabs-anchor {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  scroll-margin: 60px;
}
body.addons688 .shop-product-data .r-tabs-accordion-title .r-tabs-anchor > span::before {
  margin-top: -2px;
  width: 8px;
  height: 4px;
  background: url(../images/prod-button-arrow.svg) center no-repeat;
}
body.addons688 .shop-product-data .r-tabs-panel {
  padding-top: 38px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
@media (max-width: 630px) {
  body.addons688 .shop-product-data .r-tabs-panel {
    border-color: #000;
    padding-top: 33px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
body.addons688 .shop-product-data .r-tabs-panel p:first-child {
  margin-top: 1px;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-image a {
  min-height: auto;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-image .prod-img-item {
  aspect-ratio: 1.3376623377;
  object-fit: contain;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-name {
  margin-bottom: 0;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-name a {
  font-size: 14px;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-bot .product-price {
  display: block;
  padding: 10px 0;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-bot .product-price .price-current strong {
  font-size: 20px;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-bot .product-price .price-current .fa {
  font-size: 18px;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-amount {
  margin-bottom: 10px;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-amount .shop2-product-amount {
  display: none;
}
body.addons688 .shop-product-data .r-tabs-panel .product-thumb-item .product-amount .tabs .tds.tds55 {
  display: none;
}
body.addons688 .shop-product-data .prod_block.shop2-kinds-group {
  margin-bottom: 0;
}
body.addons688 .shop-product-data .prod_block.shop2-kinds-group .product-thumb-item {
  margin-right: 0 !important;
}
@media (max-width: 480px) {
  body.addons688 .shop-product-data .prod_block.shop2-kinds-group .product-thumb-item {
    padding-left: 0;
  }
  body.addons688 .shop-product-data .prod_block.shop2-kinds-group .product-thumb-item:last-child {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 630px) {
  body.addons688 .shop-product-desc {
    border: none;
  }
}
body.addons688 .collections_wrap.accessory {
  scroll-margin: 20px;
}
@media (max-width: 640px) {
  body.addons688 .collections_wrap.accessory {
    scroll-margin: 70px;
  }
}
@media (min-width: 961px) {
  .cblock {
    display: flex;
    align-items: flex-start;
  }
  .cblock .cblock_left {
    width: 236px;
    min-width: 236px;
  }
  .cblock .cblock_left .block-25 {
    padding: 0;
    margin: 0;
    width: auto;
  }
  .cblock .cblock_left .layout_63 {
    display: block;
  }
  .cblock .cblock_left .layout_63 .filter-searched-params {
    display: none !important;
  }
  .cblock .cblock_left .shop-filter {
    border: none;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter {
    display: block;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields {
    width: 100%;
    margin: 0;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-title {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-title:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 2px;
    width: 20px;
    height: 20px;
    background: url(../filt_bef.png) 50% 50% no-repeat;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-title:hover {
    color: #777777;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-title:hover:before {
    background: url(../filt_bef_act.png) 50% 50% no-repeat;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-title.active:before {
    transform: rotate(180deg);
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-body {
    display: none;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-body a.empty-val, .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-body li.empty-val {
    pointer-events: none;
    display: block !important;
  }
  .cblock .cblock_left .shop-filter .shop2-filter-block .shop-param-filter .shop2-filter-fields .param-show-button {
    display: none;
  }
  .cblock .cblock_right {
    padding-left: 34px;
    width: calc(100% - 236px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cblock .cblock_right .layout_60.not-product {
    margin-top: 0;
  }
  .cblock .cblock_right .shop2-panel-sorting .view-shop .shop2-btn.pricelist {
    display: none;
  }
}
.new-folders-menu {
  margin: 0 -20px 10px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .new-folders-menu {
    margin-right: -20px;
    margin-left: -10px;
  }
}
@media (max-width: 710px) {
  .new-folders-menu {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.new-folders-menu li {
  display: flex;
  width: calc(25% - 20px);
  box-sizing: border-box;
  margin: 0 20px 10px 0;
  padding: 0;
}
@media (max-width: 1439px) {
  .new-folders-menu li {
    width: calc(33.33% - 2.27273%);
    margin-right: 2.27273%;
  }
}
@media (max-width: 710px) {
  .new-folders-menu li {
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 490px) {
  .new-folders-menu li {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
.new-folders-menu li a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  text-decoration: none;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  color: #333;
  word-wrap: break-word;
}
@media (max-width: 1439px) {
  .new-folders-menu li a {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 710px) {
  .new-folders-menu li a {
    width: 100%;
    margin: 0;
  }
}
.new-folders-menu li a span {
  display: block;
}
.new-folders-menu li a span.bl_pic {
  min-width: 80px;
  width: 80px;
  margin-right: 10px;
}
@media (max-width: 1439px) {
  .new-folders-menu li a span.bl_pic {
    min-width: 60px;
    width: 60px;
  }
}
.new-folders-menu li a img {
  max-width: 100%;
}
.new-folders-menu li a:hover {
  background: #e5e5e5;
}
.shop2-kinds-group-slider .product-thumb-item .product-thumb-item-in .product-bot .bottom-flex .shop-product-btn span {
  font-size: 14px;
}
.shop2-order-options .tabs .td1 .shop2-order-form--offset-left .form-item.kommentarij_dla_zakaza {
  max-width: 100% !important;
}
.work-hours iframe {
  margin-top: 15px;
}
.addons688.fix {
  overflow: hidden;
}
.form-wrap-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .shop2-product-mode-wr .product-image-slick.no-image {
    min-height: 590px;
  }
}
.widget-45 li {
  font-size: 12px;
}
.widget-45 li a {
  font-size: 12px;
}
.wrap-top .shop2-product-article {
  font-size: 12px;
}
.shop2-product-article {
  color: #333333 !important;
}
