﻿html, body {
  width: 100%;
}
html.modalOver {
  overflow: hidden;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
  color: #323232;
  transition: all .1s ease-in-out;
}
a:hover {
  color: var(--main-color);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.table-res {
  width: 100% !important;
  overflow-y: hidden;
  min-height: .01%;
  overflow-x: auto;
  box-sizing: border-box;
}
header { background: #fff; }
#cookie_notice {
  position: fixed;
  left: calc(50% - 300px);
  bottom: 15px;
  box-shadow: 0 0 5px var(--main-color-opacity);
  background-color: var(--main-color);
  color: #fff;
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.3;
  max-width: 600px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}
#cookie_notice a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0px;
  text-underline-position: under;
}
#cookie_notice > button {
  margin-left: 10px;
  display: inline-block;
  background-color: #fff;
  background-size: 31px;
  color: var(--main-color);
  border: 0;
  outline: 0;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

header .modal>div.wrapp,
header .modal>div.wrapp>div,
header [id*="block"]>div.wrapp,
header [id*="block"]>div.wrapp>div,
#block-add-cart>div.wrapp,
#block-add-cart>div.wrapp>div,
#send-comment>div.wrapp,
#send-comment>div.wrapp>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal>div>div>div,
header [id*="block"]>div>div>div,
#block-add-cart>div>div>div,
#send-comment>div>div>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
.modal>div.wrapp>div>div:before,
header [id*="block"]>div.wrapp>div>div:before,
#block-add-cart>div.wrapp>div>div:before,
#send-comment>div.wrapp>div>div:before {
  content: "";
  height: 100%;
  width: 0;
}
.modal>div.wrapp>div>div:before,
.modal>div.wrapp>div>div>*,
header [id*="block"]>div.wrapp>div>div:before,
header [id*="block"]>div.wrapp>div>div>*,
#block-add-cart>div.wrapp>div>div:before,
#block-add-cart>div.wrapp>div>div>*,
#send-comment>div.wrapp>div>div>*,
#send-comment>div.wrapp>div>div:before {
  display: inline-block;
  vertical-align: middle;
}
.modal>div.wrapp>div>div>div *,
header [id*="block"]>div.wrapp>div>div>div>div,
#block-add-cart>div.wrapp>div>div>div *,
#send-comment>div.wrapp>div>div>div * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal>div.wrapp>div>div>*,
header [id*="block"]>div.wrapp>div>div>*,
#block-add-cart>div.wrapp>div>div>*,
#send-comment>div.wrapp>div>div>* {
  position: relative;
  top: 0;
  box-sizing: border-box;
  margin: 30px 0;
  z-index: 99996;
}
.modal>div.wrapp>div>div>*,
#block-add-cart>div.wrapp>div>div>*,
#send-comment>div.wrapp>div>div>* {
  width: 740px;
}

/* Заказ звонка*/

.modal,
#blockEngZvonok,
#block-add-cart,
#send-comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}
#bodyInfoZvonok {
  min-height: 500px;
  width: 370px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #FFF;
  float: left;
  box-shadow: -4px 2px 4px 0 rgba(30, 30, 30, 0.75);
}
#bodyZakazZvonok {
  min-height: 500px;
  width: 370px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #F3F3F3;
  float: right;
  border-left: 2px #ccc solid;
  box-shadow: 4px 2px 4px 0 rgba(30, 30, 30, 0.75);
}
#bodyEngZvonok {
  margin: 20px 0 0;
  height: 373px;
  width: 100%;
  background: #F3F3F3;
}
#contentZakazZvonok {
  margin: 20px;
  font-style: italic;
}
#titlZakazZvonka {
  border-bottom: 2px var(--main-color-opacity) solid;
  padding: 0 0 5px;
  font-style: italic;
  font-size: 16px;
}
#close-add-cart:before,
#close-send-comment:before,
#close-message-to-buy:before,
.unset-filter span:before,
.unset-all span:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 12px;
  background-color: #3D3D3D;
  transform: rotate(45deg);
  left: 0;
}
#close-add-cart:after,
#close-send-comment:after,
#close-message-to-buy:after,
.unset-filter span:after,
.unset-all span:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 12px;
  background-color: #3D3D3D;
  transform: rotate(135deg);
  left: 0;
}
.unset-filter span:before, .unset-all span:before, .unset-filter span:after, .unset-all span:after {
  width: 18px;
  top: 11px;
  left: 3px;
}
#menu-header {
  width: 100%;
  height: 40px;
  position: relative;
  background: var(--main-color);
}
#menu-header > ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#menu-header > ul li {
  width: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  max-height: 40px;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}
#menu-header > ul li a:hover, #menu-header > ul li:active {
  background: rgba(0,0,0,.1);
}

#menu-header > ul div:first-child li:after {
  content: '';
  width: 1px;
  position: absolute;
  height: 75%;
  background: rgba(255,255,255,.25);
  top: 12.5%;
  right: 0;
}
#menu-header > ul li > a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  padding: 11px 16px;
}
#menu-header > ul div:last-child li:last-child > a {
  margin-right: 16px;
}
.rich-menu {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 500px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
  overflow-y: auto;
  overscroll-behavior: auto;
  display: block;
  z-index: 99;
  height: 0;
  opacity: 0;
  top: 40px;
}
.rich-menu.active-cat {
  padding: 10px 15px;
  opacity: 1;
  height: auto;
  transition: opacity .1s ease-in-out;
  transition-delay: .1s;
}
.category_block {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.category_block > li {
  position: relative;
  list-style: none;
  max-width: calc(20% - 10px);
  margin: 0 10px 0 0;
  width: 100%;
}
.category_block > li .level_one {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  color: var(--main-color);
}
.category_block > li .level_one:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-underline-position: under;
}
.category_block > li .list-one {
  margin: 5px 0 15px;
}
.category_block > li .list-one li {
  position: relative;
  padding: 5px 0 0;
}
.category_block > li .list-one > li > a {
  font-size: 14px;
}
.category_block > li .list-two {
  margin-left: 10px;
}
/* Header*/
#header {
  display: flex;
  width: 100%;
  height: 110px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 110;
}
.header_logo_wh { display: none; }
#bodyLogo {
  width: calc(50% - 232px);
}
.btn-phone {
  width: 250px;
}
#logo {
  background-image: url('/images/site/logo-full.svg');
  background-repeat: no-repeat;
  width: 150px;
  background-position: center;
  background-size: contain;
  height: 80px;
  position: relative;
}
.btn-mobile { display: none; }
.btn-phone p {
  font-size: 14px;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
}
.btn-phone a {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.btn-phone a.email_mnu_button, .btn-mobile a.email_mnu_button {
  margin-top: 15px
}
.btn-phone a:before, .btn-mobile a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: url(/images/site/icons.svg#phone-blue);
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.btn-phone a.email_mnu_button:before, .btn-mobile a.email_mnu_button:before {
  top: 2px;
  background-image: url(/images/site/email.svg);
  background-size: 90%;
}
.btn-mobile a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 35px;
  font-weight: 500;
  line-height: 1;
  color: var(--main-color);
}
.btn-mobile a.email_mnu_button {
  font-size: 14px;
}
.btn-mobile a:before, .btn-mobile a.email_mnu_button:before {
  top: 0;
  height: 18px;
}
#wp-room, [wp-room] {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #999;
  font-size: 12px;
}
[wp-room] .h-line {
  line-height: 24px;
  margin-bottom: 5px;
}

#phone {
  padding: 25px 0 20px 70px;
  color: #9D9E9E;
  font-size: 28px;
  line-height: 1.2em;
}
#but-zvon {
  width: 139px;
  height: 32px;
  background: #bbdaea;
  background: -moz-linear-gradient(top, #BBDAEA 0%, #3BABD3 34%, #217FB6 100%);
  background: -webkit-linear-gradient(top, #BBDAEA 0%, #3BABD3 34%, #217FB6 100%);
  background: linear-gradient(to bottom, #BBDAEA 0%, #3BABD3 34%, #217FB6 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bbdaea', endColorstr='#217fb6', GradientType=0);
  border: 1px solid #3b95c1;
  float: right;
  margin-top: 25px;
  color: #FFFFFF;
  padding: 7px 0 0 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
#but-room, [but-room], #ad-room, [ad-room] {
  position: relative;
}
#but-room, [but-room], #ad-room, [ad-room], .adsite {
  text-decoration: none;
  color: #999;
  font-size: 13px;
  display: block;
  margin-left: 40px;
  min-height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.h-line a, [room-user] a {
  cursor: pointer;
  display: block;
  padding: 4px 0 4px 40px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
[top-great], [login-room] {
  background: url(/images/site/user-gray.svg) 8px center no-repeat;
  background-size: 18px;
}
[favorites] {
  background: url(/images/site/heart-gray.svg) 8px center no-repeat;
  background-size: 18px;
}
[comparing] {
  background: url(/images/site/tz-full-gray.svg) 8px center no-repeat;
  background-size: 16px;
}
#room-user a:hover {
  color: var(--main-color);
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
}
[top-auth], [top-user] {
  background: url(/images/site/user-exit-gray.svg) 10px center no-repeat;
  background-size: 18px;
}
[price-cart], #clone_users [price-cart], [user-cart] {
  background: url(/images/site/user-cart-gray.svg) 8px center no-repeat;
  background-size: 18px;
}
[room-user], [block-top-auth] {
  box-sizing: border-box;
}
a[visit] {
  background: url('/images/site/user-gray.svg') 8px center no-repeat;
  background-size: 18px;
  cursor: pointer;
  height: 21px;
  overflow: hidden;
  word-break: break-word;
}
.wp-menu {
  height: 60px;
  width: 1024px;
}
.nav li {
  float: left;
  height: 45px;
}
.banner {
  width: 1024px;
  height: 265px;
  background-size: cover;
}
#wp-search {
  margin: 40px 20px 0 0;
  width: 100%;
  max-width: 200px;
  position: relative;
}
#site__translate-version {
  position: absolute;
  top: -40px;
  left: 0;
  overflow: hidden;
  width: max-content;
  max-width: 150px;
}
#site__translate-version > div > :not(:first-child), #goog-gt-tt {
  display: none !important;
  visibility: hidden !important;
}
aside #site__translate-version {
  position: relative;
  top: 0;
  margin-bottom: 15px;
}
/* html[class^="translated-"] body {
  top: 0 !important;
}
html[class^="translated-"] body > .skiptranslate:first-child {
  display: none !important;
} */
#site__translate-version select {
  margin: 0;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  outline: none;
  background: #fff;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}
#site__translate-version select:focus-visible {
  border-color: var(--main-color);
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: unset !important;
  box-shadow: unset !important;
}

.site__disabled-version {
  position: absolute;
  display: inline-block;
  top: -40px;
  width: 30px;
  height: 30px;
  right: 0;
  background: #fff url("/img/eye.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}
#headerLeft {
  width: 100%;
  max-width: 230px;
  margin: 0 20px 0 0;
}
#query-search {
  max-width: 200px;
  width: 100%;
  margin: 0;
  padding: 8px 30px 8px 10px;
  cursor: text;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  color: #000;
  outline-style: none;
  font-size: 14px;
  line-height: 1;
  box-shadow: inset 0 0 10px #eee;
}
#query-search:focus {
  border-color: var(--main-color);
  box-shadow: none;
}
#mobile-search {
  width: calc(100% - 20px);
  position: absolute;
  top: 50px;
  left: 10px;
  height: 40px;
  border: 0;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: inset 0 5px 20px #ddd;
  outline: none;
}
#btn-search {
  content: '';
  position: absolute;
  outline: none;
  border: 0;
  cursor: pointer;
  right: 2px;
  top: 2px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: inherit;
  background: url('/images/site/icons.svg#search-gray') center no-repeat;
  background-size: 16px;
}
#banner-block {
  grid-area: baner;
  padding: 0 0 10px;
  margin: 0 10px;
  height: 90px;
  position: relative;
}

#slider-wrap {
  height: 90px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.slide {
  width: 100%;
  max-width: 1340px;
  height: 90px;
}
.slide img {
  width: 100%;
}
.slide div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
}
.sli-links {
  display: none;
  margin: 5px auto;
  text-align: center;
  z-index: 10;
}
.control-slide {
  margin: 2px 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -99px;
  border-radius: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #f0f2f3;
}
.control-slide:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
}
.control-slide.active {
  background: #00C2FE;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
main.content .content-page.cat {
  margin: 0 10px;
}
/* Middle
*/

.middle {
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 260px fit-content(100%);
  grid-template-areas: "baner baner" "head head" "sidebar container";
}
.content>p {
  font-size: 14px;
  margin: 5px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#products-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5) url('/images/site/preloader.svg') center no-repeat;
  z-index: 9999;
}
#loader {
  background: #fff url("/images/site/preloader.svg") center no-repeat;
  background-size: contain;
}
.content-page > ul > li, .content-page > ol > li, .tab_description > ul:not(.prod-tech) > li {
  font-size: 14px;
  line-height: 1.75;
  list-style: disc;
  margin-left: 30px;
  padding: 2px 0;
  text-align: justify;
}
.content-page {
  font-size: 14px;
  line-height: 1.5;
/*   margin: 10px 0; */
}
.content-page p {
  padding: 5px 0;
  text-align: justify;
}
.content-page h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 0;
}
.content-page h3, .content-page h4 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5;
  padding: 10px 0 0;
}
.content-page a {
  color: var(--main-color);
}
.content-page a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
}
.btn_blue {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 30px;
  font-weight: normal;
  color: #fff;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn_blue:hover {
  background-color: #fff;
  border-color: var(--main-color-opacity);
  color: var(--main-color-opacity);
}
.btn_normal, .clear_filters {
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  width: 30%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  margin: 15px 30px 0;
  color: #333;
  border: 1px solid #ccc;
}
.btn_normal:hover, .clear_filters:hover, .btn_normal:focus, .clear_filters:focus {
  text-decoration: none;
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.clear_filters {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  font-weight: bold;
}
.text-page {
  font-size: 14px;
  text-align: justify;
}
.breadcrumbs {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.75;
}
.breadcrumbs a {
  border-bottom: 1px solid #999;
}
.breadcrumbs a:hover {
border-color: var(--color);
}
.content_banners {
  width: 100%;
  overflow: hidden;
}
.content_banners.rounded {
  border-radius: 25px;
  border: 1px solid #ccc;
}
#wp-content {
  background: #FFF;
}
#wp-content ul {
  padding: 5px 30px;
  font-size: 14px;
}
#wp-content ol {
  list-style: decimal;
  padding: 5px 30px;
  font-size: 14px;
}
#wp-content p {
  padding: 5px 0;
  font-size: 14px;
}
#content-title {
  font-size: 18px;
  border-bottom: 0 solid #CCC;
  padding: 5px 0;
}
#header-content {
  width: 100%;
  font-size: 14px;
  color: #000;
  left: 0;
  margin-left: 10px;
  box-sizing: border-box;
}
#header-content a {
  text-decoration: none;
  color: #3a3939;
}
#header-content a:hover {
  text-decoration: underline;
}
.link-header {
  font-size: 18px;
  text-decoration: none;
  color: #2E9ADA;
}
#bg-shadow {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  position: fixed;
  z-index: 1100;
  display: none;
}
#gallery_block_but {
  height: 30px;
}
#block-album {
  display: block;
  margin: 10px;
}
#album_gallery {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
#album_gallery li {
  font-size: 14px;
  width: 220px;
  height: 200px;
  margin: 2px;
  padding: 5px 3px;
  text-align: center;
  cursor: pointer;
  color: #000;
  float: left;
  border: 1px solid #D7D7D7;
}
#album_gallery li span {
  position: absolute;
  margin-left: -1.3em;
}
.wp_imd_gallery {
  width: 218px;
  height: 150px;
  text-align: center;
}
.wp_imd_gallery img {
  max-width: 200px;
  max-height: 150px;
}
.link_gallery {
  text-decoration: none;
  color: #2EA1DC;
  font-size: 16px;
}
.upload_image {
  margin-left: 135px;
  padding-left: 5px;
  width: 60%;
  height: 25px;
  font-size: 15px;
  cursor: pointer;
}
#block-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  justify-content: space-between;
  grid-gap: 15px;
  margin: 0 10px 10px;
}
#block-cat-grid a {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
  width: 100%;
  min-width: 130px;
}
#block-cat-grid a:hover {
  border: 1px solid var(--main-color);
  color: #333;
}
#block-cat-grid img {
  width: 100%;
  max-width: 80px;
  margin: 10px auto 0;
}
#block-cat-grid .cat-title {
  height: 28px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 117px;
  margin: 5px auto;
  font-weight: bold;
}
#block-cat-grid p:not(.cat-title):last-child {
  margin: 0 0 10px;
}

#block-tovar-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-areas: "product";
  justify-content: space-between;
}
#block-tovar-grid.index {
  grid-template-columns: repeat(4, 23%);
}
.block-tovar-tape {
  margin: 0 10px;
}
#block-tovar-grid .descripProd {
  font-size: 11px;
  line-height: 1;
}
#block-tovar-card .descripProd span {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
}
#block-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -10px;
}
#block-sort>div {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
#block-sort select {
  width: 100%;
}
.sc2-block-podcat-under,
.sc2-block-podcat {
  position: relative;
  padding: 5px;
}
.pu-wrapp {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  text-align: center;
  background: #FFF;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.pu-wrapp img {
  width: 90%;
}
#block-tovar-grid-rfame {
  width: 100%;
  margin-top: 0;
}
#block-tovar-iframe {
  width: 350px;
  height: 100px;
  margin-top: 0;
}
.block-rand-prod {
  background: #FFF;
  width: 85px;
  height: 95px;
  margin: 0 4px 5px 4px;
  text-align: center;
  float: left;
}
.block-rand-prod p {
  color: #000;
}
.img-rand-prod {
  background: #FFF;
  width: 85px;
  height: 85px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
}
.img-rand-prod img {
  max-height: 80px;
  max-width: 80px;
}
.set-prod-grid {
  width: 30px;
  height: 180px;
  float: right;
  text-align: center;
}
.set-prod-grid img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 4px 0 3px;
}
.wp-product-grid {
  position: relative;
  display: inline-grid;
  grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) auto;
  grid-template-columns: 100%;
  margin: 10px 5px 50px;
  box-sizing: border-box;
}
.block-product-grid5 {
  width: 110px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.block5-img-product {
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 90px;
  margin: 5px 0 0 5px;
  line-height: 90px;
}
.img5-product {
  vertical-align: middle;
  max-width: 90px;
  max-height: 90px;
  margin: 0 auto;
}
.price-product-grid5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.set-prod-grid2 {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 30px;
  height: auto;
  max-height: 180px;
}
.set-prod-grid2 > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  border-radius: 5px;
  opacity: .3;
}
.wp-product-card .prod_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12px;
  opacity: .3;
  transition: opacity .1s ease-in-out;
}
.wp-product-card:hover .prod_links {
  opacity: 1;
}

.prod-title-list-ni .project_map, .prod-title-list-ni .otzyv, .prod-title-list-ni .link_page, .prod-title-list-ni .prod_3d, .prod-title-list-ni .technic_zadan {
  margin: 5px 0;
  width: 30%;
  min-width: 130px;
  position: relative;
  padding: 0 10px 0 25px;
}
#wp-add-cart .prod-title-list-ni > .prod_links > * {
 width: 50%;
 padding-right: 0;
 min-width: 150px;
}
#wp-add-cart .prod-title-list-ni a.title { font-size: 18px; }
.prod-title-list-ni .project_map:before, .prod-title-list-ni .otzyv:before, .prod-title-list-ni .link_page:before, .prod-title-list-ni .prod_3d:before, .prod-title-list-ni .technic_zadan:before, .but_dtz.technic_zadan:before, .but_link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: var(--main-color);
  background-position: center;
  border-radius: 3px;
}
.set-prod-grid2 .project_map:before, .set-prod-grid2 .otzyv:before, .set-prod-grid2 .link_page:before, .set-prod-grid2 .prod_3d:before, .set-prod-grid2 .technic_zadan:before {
  content: '';
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  transition: opacity .1s ease-in-out;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/site/icons.svg);
}
.wp-product-grid:hover .set-prod-grid2 > a, .wp-product-grid:hover .btn_favorite.add {
  opacity: 1;
}
.set-prod-grid2 .technic_zadan:before, .prod-title-list-ni .technic_zadan:before, .but_dtz.technic_zadan:before {
  background-image: url(/images/site/icons.svg#tz-white);
  background-position: 2px center;
}
.set-prod-grid2 .project_map:before, .prod-title-list-ni .project_map:before {
  background-image: url(/images/site/icons.svg#project-white);
}
.set-prod-grid2 .otzyv:before, .prod-title-list-ni .otzyv:before {
  background-image: url(/images/site/icons.svg#review-white);
}
.set-prod-grid2 .link_page:before, .prod-title-list-ni .link_page:before, .but_link:before {
  background-image: url(/images/site/icons.svg#info-white);
}
.set-prod-grid2 .prod_3d:before, .prod-title-list-ni .prod_3d:before {
  background-image: url(/images/site/icons.svg#3d-white);
}

.dop_docs {
  display: inline-flex;
  justify-content: flex-start;
  width: calc(100% - 20px);
  margin: 10px 0 0;
}
.dop_docs .doc-item {
  margin: 0 30px 0 0;
  max-width: 175px;
  width: 100%;
  font-size: 14px;
}
.dop_docs .doc-item:last-child {
  margin: 0;
}
.dop_docs .doc-image {
  margin: 0;
  height: 100%;
  max-height: 200px;
  max-width: 142px;
  width: 100%;
  text-align: center;
  position: relative;
}
.dop_docs .doc-image img {
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 200px;
  border: 1px solid #E4E4E4;
}
.dop_docs .doc-title {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  height: 46px;
  overflow: hidden;
}
.dop_docs .doc-size {
  padding: 10px 0 0 20px;
  position: relative;
}
.dop_docs .doc-size:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('/images/site/icons.svg#download-black');
  background-size: contain;
}

.block-img-product {
  text-align: center;
  width: 220px;
  height: 180px;
  margin: 5px 10px 0 20px;
}
.price-product-view {
  font-size: 24px;
  margin: 10px 0 0;
}
.price-product {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}
/* .wp-product-grid .price-product, .wp-product-card .price-product{
  font-size: 16px;
} */
.block2-img-product {
  position: relative;
  text-align: center;
  width: 100%;
  height: 190px;
  padding: 15px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: all .1s ease-in-out;
}
.block2-img-product:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.block2-img-product img {
  width: 100%;
  min-height: 150px;
  max-width: 150px;
}
.prod_preview {
  position: relative;
  display: block;
}
a.prod_preview > div > span {
  position: absolute;
  min-height: 150px;
  height: 100%;
  bottom: -1px;
}
.choosing.between {
  justify-content: space-between;
}
.choosing .range-value {
  cursor: pointer;
  min-width: 25%;
}
.choosing input[type='range'] {
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: none;
  background: transparent;
  position: absolute;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.choosing input[type=number] {
  -moz-appearance: textfield;
  position: relative;
  width: calc(100% - 40px);
  padding: 5px 5px 5px 30px;
  outline: none;
  font-size: 14px;
  line-height: 14px;
  border-radius: 3px;
  border: 2px solid #ccc;
}
.choosing .range-start,
.choosing .range-end {
  position: relative;
  display: inline-block;
  width: 47%;
}
.choosing .range-start input:focus,
.choosing .range-end input:focus {
  border: 2px solid var(--main-color);
}
.choosing>span.range-start label,
.choosing>span.range-end label {
  position: absolute;
  top: 8px;
  left: 10px;
  line-height: 14px;
  color: #999;
  width: 20px;
  height: 10px;
  z-index: 10;
  font-size: 14px;
}
.choosing .range-bar {
  position: absolute;
  content: '';
  left: 0;
  top: -1px;
  right: 1px;
  height: 3px;
  z-index: 1;
}
.choosing .progress-bar {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  height: 3px;
  max-width: 100%;
  width: 0;
  z-index: 5;
  background: #999;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 0;
  background: var(--main-color);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--main-color);
}

/* input[type=range]::-ms-track { height: 3px; background:var(--main-color); }
 */


/* input[type=range]:focus::-ms-track { background: var(--main-color); } */

input[type=range]::-moz-range-track {
  height: 0;
  background: var(--main-color);
}
input[type=range]:focus::-moz-range-track {
  background: var(--main-color);
}

/* input[type=range]::-moz-range-progress { background: #999; } */


/* input[type=range]::-ms-fill-lower { background: #999; } */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #999;
  margin-top: -8px;
  z-index: 10;
}
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  pointer-events: all;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -9px;
  border: 1px solid #999;
  z-index: 10;
}

/* input[type=range]::-ms-thumb { height: 20px; width: 20px; border-radius: 50%; pointer-events: all;  background: #fff; border: 1px solid #999; margin-top: -8px; }
 */

input[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid var(--main-color);
  z-index: 10;
}
input[type=range]:focus::-moz-range-thumb {
  border: 2px solid var(--main-color);
  z-index: 10;
}

/* input[type=range]:focus::-ms-thumb { border: 2px solid var(--main-color); }
 */

.choosing input[type=checkbox] {
  margin-top: 3px;
  cursor: pointer;
}
.new-img-product {
  text-align: center;
  vertical-align: bottom;
  width: 100%;
  height: 150px;
  padding: 5px;
  box-sizing: border-box;
}
.new-img-product:before {
  position: absolute;
  right: -10px;
  bottom: 50px;
  border-width: 15px;
  border-style: solid;
  border-color: #684FA3 #684FA3 #684FA3 transparent;
  box-shadow: 10px 7px 15px -5px #333;
  color: #fff;
  text-indent: 15px;
  text-shadow: 1px 1px 1px #000;
  height: 0;
  min-width: 60px;
  max-width: 140px;
}
.set-prod-list {
  width: 100%;
  margin-top: 5px;
}
.set-prod-list a {
  display: block;
  float: left;
  width: 120px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
}
#wp-add-cart .set-prod-list a {
  margin: 0 10px 10px;
}
.blockListCart .set-prod-list a {
  display: block;
  float: left;
  width: auto;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
}
.set-prod-list div {
  cursor: pointer;
  /* display: inline-block; */
  float: left;
  width: 26px;
  height: 27px;
  margin-right: 10px;
}
.set-prod-list img,
#wp-add-cart .set-prod-list span {
  cursor: pointer;
  width: 26px;
  float: left;
  height: 27px;
  margin: 6px 0 5px;
  padding-right: 3px;
}
.prod-title-list {
  margin: 5px 0;
  font-size: 16px;
}
.prod-title-list a {
  color: #404040;
}
.set-prod-text {
  color: #9D9E9E;
  font-size: 12px !important;
  line-height: 15px;
  margin-top: 0;
}
.set-prod-link {
  margin: 5px 10px 5px 0;
  color: #9D9E9E;
  font-size: 13px;
  text-decoration: none;
  outline: none;
  text-align: right;
}
.set-prod-link a {
  text-decoration: none;
  outline: none;
}
.img-product {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.img-product-b {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #b6a4a4;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px 1px #b6a4a4;
  box-shadow: 0 0 5px 1px #b6a4a4;
}
.prod-title {
  margin: 3px 5px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #2B2B2B;
  text-align: center;
  padding: 5px 0 5px;
  height: 23px;
}
.prod-title a, .prod-title-grid a {
  color: #404040;
}
.prod-title-grid {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
}
.prod-title-grid a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
}
.text-product {
  margin: 5px;
  border-top: 1px solid #2B2B2B;
  font-size: 10px;
  line-height: 12px;
}
.text-product2 {
  margin: 5px;
  border-top: 1px solid #2B2B2B;
  font-size: 12px;
  line-height: 14px;
}
.text-product5 {
  margin: 5px 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.article_link {
  box-sizing: border-box;
  position: absolute;
  top: 145px;
  left: 0;
  padding: 5px;
  color: #999;
  width: 100%;
  font-size: 12px;
}
.count-number {
  position: relative;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
.count-warning {
  display: none;
  position: absolute;
  top: 5px;
  background-color: #fff;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.2);
  border-radius: 5px;
  right: calc(100% + 16px);
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
.count-warning:after {
  content: '';
  position: absolute;
  right: -5px;
  top: calc(50% - 5px);
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  border-left: 5px solid rgba(255, 0, 0, 0.9);
}
.countProd, .countInput {
  width: 50px;
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 4px;
  outline: none;
}
.countProd:focus, .countInput:focus { border: 1px solid var(--main-color); }
.countProd-plus, .countProd-minus {
  width: 24px;
  height: 24px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}
.countProd-plus:active, .countProd-minus:active {
  background-color: #efefef;
}
#wp-product-view .countProd {
  width: 50px;
  margin: 0;
  padding: 5px 8px;
}
#wp-product-view .countProd-plus, #wp-product-view .countProd-minus {
  width: 32px;
  height: 32px;
  font-weight: bold;
}
.dop-price {
  float: right;
}
.wp-grid-line {
  margin: 15px 0 10px;
}
.add-linkCart,
.add-montCart {
  width: 40%;
  min-width: 120px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #FFF;
  padding: 8px 0 8px 15px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  transition-duration: 0.2s;
}
.add-linkCart:before,
.add-linkCart-l-ni:before,
.add-montCart:before {
  content: "";
  position: absolute;
  left: 4%;
  top: 25%;
  background: url(/images/site/user-cart-white.svg) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.add-linkCart.bgDark:before, .add-linkCart-l-ni.bgDark:before {
  background-image: url(/images/site/user-cart-blue.svg);
}
.add-linkCart:hover,
.add-linkCart-l-ni:hover,
.add-montCart:hover,
.add-countProd:hover {
  background-color: var(--main-color-opacity);
  color: #fff;
}
.price-pr-list-ni, .priceCart {
  min-width: 150px;
}
.price-wrapper-list {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.add-countProd {
  display: inline-block;
  max-width: 115px;
  width: auto;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #FFF;
  margin: 0 auto;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  transition-duration: 0.2s;
}
.add-linkCart.bgDark:hover,
.add-linkCart-l-ni.bgDark:hover {
  background-color: #efefef;
  color: var(--main-color);
}
.base-linkCart {
  display: block;
  width: 90%;
  border: 1px solid #131313;
  color: #000;
  text-align: center;
  margin: 10px auto 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0;
  transition-duration: 0.3s;
  text-decoration: none;
}
.base-linkCart:hover {
  border: 1px solid var(--main-color);
  font-weight: bold;
  background: var(--main-color);
}
.linkCartBlue {
  display: block;
  color: #fff;
  width: 90%;
  margin: 20px 10px 0 0;
  box-sizing: border-box;
  padding: 15px 0;
  height: auto;
  font-weight: bold;
  outline: none;
  font-size: 16px;
  text-align: center;
}
.wrPrice-view .linkCartBlue:hover {
  background-position: 20px center;
}
.wp-product-list, .wp-product-card {
  position: relative;
  width: calc(100% - 20px);
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 10px 10px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #ddd;

}
.wp-product-list:last-child, .wp-product-card:last-child {
  margin-bottom: 10px;
  border-bottom: 0;
}
.wp-product-card {
  margin: 10px 0;
  padding: 10px 10px 20px;
  width: 100%;
}
.price-product-list {
  font-size: 20px;
  margin: 10px 0;
}
.block-img-product-list {
  width: 20%;
  box-sizing: border-box;
  min-height: 170px;
  text-align: center;
  float: left;
  padding: 10px 0;
}
.wp-img-product-list {
  position: relative;
  height: 150px;
  margin: 0 auto;
  max-width: 150px;
}
.wp-product-card .wp-img-product-list {
  margin: 0 20px 0 0;
  transition: all .1s ease-in-out;
}
#content_prod .wp-product-card .wp-img-product-list:hover img {
  box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.img-product-list {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 150px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all .1s ease-in-out;
}
.text-product-list {
  width: 60%;
  box-sizing: border-box;
  margin-left: 5px;
  padding: 0 5px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
  float: left;
  border-right: 2px solid #525252;
  border-left: 2px solid #525252;
}
.wrPrice-list {
  width: 19%;
  box-sizing: border-box;
  min-height: 190px;
  padding: 5px 0 0 5px;
  float: left;
}
.text-prod {
  color: #9D9E9E;
  font-size: 14px;
}
.text-price {
  color: var(--main-color);
  font-weight: bold;
  font-size: 10px;
}
.title-options {
  margin: 5px 7px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #9D9E9E;
  display: block;
  float: left;
}
#opions-view {
  float: left;
  padding: 10px;
}
#opions-view button {
  color: #000;
  padding: 0;
  border: 0;
  margin: 0 10px 0 -2px;
  background: #FFF;
  cursor: pointer;
  font-size: inherit;
}
#opions-view button div {
  padding: 5px;
}
#opions-view button:focus {
  color: #000;
  padding: 0;
  border: none;
  background: #FFF;
  box-shadow: none;
  outline: none;
}
.ico-ln, .ico-l, .ico-g, .ico-ln-act, .ico-l-act, .ico-g-act {
  width: 14px;
  height: 14px;
  background: #0000 center no-repeat;
  background-size: 20px;
  background-image: url(/images/site/style.svg);
  font-size: inherit;
}
.ico-ln { background-image: url(/images/site/style.svg#list); }
.ico-ln-act { background-image: url(/images/site/style.svg#list-blue); }
.ico-l { background-image: url(/images/site/style.svg#card); }
.ico-l-act { background-image: url(/images/site/style.svg#card-blue); }
.ico-g { background-image: url(/images/site/style.svg#grid); background-size: 16px; }
.ico-g-act { background-image: url(/images/site/style.svg#grid-blue); background-size: 16px; }

.wp_tth_sp {
  margin: 0 10px 15px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.wp_tth_sp h3 {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.wp_tth_sp p {
  padding: 0 0 10px;
}
.wp_tth_sp ul, .wp_tth_sp ol {
  list-style: inherit;
  margin-left: 25px;
}
.wrSort {
  position: relative;
  padding: 7px 0 0 0;
  float: left;
}
.filtered-count-prod {
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.filtered-count-prod:not(:empty):before { content: '('; }
.filtered-count-prod:not(:empty):after { content: ')'; }
.sort-list {
  background: #FFF;
  padding: 12px 16px;
  font-size: 16px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  outline: none;
  z-index: 999;
  top: 38px;
  right: 0;
  min-width: 130px;
  width: max-content;
}
.sort-list button {
  position: relative;
  outline: none;
  font-size: 16px;
  padding: 2px 0;
  color: #333;
  display: inline-block;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.sort-list button:hover, .sort-list button:focus {
  color: var(--main-color);
}
.sort-icon[data-id='1']:after, .sort-icon[data-id='2']:after {
  content: '';
  position: absolute;
  right: -22px;
  top: 3px;
  background: url(/images/site/icons.svg#arrow-black) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 21px;
}
.sort-icon[data-id='2']:after {
  transform: rotate(180deg);
}
.select-sort {
  position: relative;
  padding: 5px 0 5px 10px;
  float: right;
  text-align: right;
  border-radius: 3px;
  outline: none;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}
.select-sort:hover {
  color: var(--main-color);
}
.sc-content .tdnone {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.sc-content ul {
  list-style: disc;
  padding: 5px 10px;
  font-size: 14px;
}
.sc-content p {
  padding: 5px 0;
  font-size: 14px;
}

/*      Авторизация   */

#block-top-auth, [block-top-auth] {
  color: #000;
  border: 1px solid #ccc;
  width: 250px;
  background-color: #FFF;
  right: 0;
  top: 50%;
  z-index: 999;
  position: absolute;
  border-radius: 7px;
  padding: 20px;
  display: none;
  box-shadow: 0 0 10px #aaa;
}
#title-auth, [title-auth],
#title-remind, [title-remind] {
  font-size: 16px;
  margin: 0 0 15px;
}
#message-auth,
[message-auth], .message-remind {
  font-size: 14px;
  line-height: 1;
  display: none;
  padding: 8px;
  margin: 10px 0;
  border-radius: 3px;
  text-align: center;
}
[message-auth].bad, .message-remind.bad {
  color: #F00;
  background: rgba(255, 0, 0, .15);
}
[message-auth].good, .message-remind.good {
  color: rgb(0, 100, 0);
  background: rgba(0, 100, 0, .15);
}
#input-auth>li,
[input-auth]>li {
  margin: 10px 0 0;
}
#auth-login, [auth-login],
#auth-pass, [auth-pass],
#block-remind input, [block-remind] input {
  width: calc(100% - 22px);
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline-color: var(--main-color);
}
.list-auth, [list-auth] {
  margin: 15px 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.list-auth > li > a {
  color: #333;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}
.list-auth >li > a:hover, #prev-auth:hover, [prev-auth]:hover {
  color: var(--main-color);
  border-bottom-color: var(--main-color);
}
#button-auth a, [button-auth] a, #button-remind a, [button-remind] a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: var(--main-color);
  border-radius: 5px;
  color: #FFF;
  padding: 8px 15px;
  cursor: pointer;
}
#block-remind, [block-remind] {
  display: none;
}
#prev-auth, [prev-auth] {
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}
#block-user {
  color: #000;
  border: 1px solid #333;
  width: 140px;
  background-color: #FFF;
  margin: 86px 100px 0 810px;
  z-index: 999;
  position: absolute;
  border-radius: 7px;
  display: none;
}
#block-user li {
  margin: 10px;
}
#block-user li img {
  margin: 0 10px 0 0;
}
#block-user li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#block-user li a:hover {
  text-decoration: underline;
}

/*                         end  Авторизация
*/

#room-user, [room-user],
#block-top-auth, [block-top-auth] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#room-user, [room-user] {
  color: #000;
  border: 1px solid #ccc;
  width: 250px;
  background-color: #FFF;
  right: 0;
  top: 50%;
  z-index: 999;
  position: absolute;
  border-radius: 7px;
  padding: 15px 10px;
  display: none;
  box-shadow: 0 0 10px #aaa;
}

/*                Registracions  - Р Е Г И С Т Р А Ц И Я
*/

.block-captcha {
  margin: 10px 0 0;
  display: inline-flex;
  align-items: center;
}
.captcha {
  position: relative;
}
.block-captcha img {
  padding-left: 24px;
  margin-right: 10px;
  width: 100px;
  height: 50px;
}
.reloadCaptcha {
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/images/site/reload.svg') center no-repeat;
  background-size: cover;
  transition: all .1s ease-in-out;
}
.reloadCaptcha:active {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.error {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  color: #FF3E3E !important;
}


/*                 END Registracions - Р Е Г И С Т Р А Ц И Я     */


/*               USER PROFILE - Л И Ч Н Ы Й   К А Б И Н Е Т     */

#wr-profile {
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 10px;
}
#wr-profile,
#wr-profile .tab,
#info-profile,
#info-profile *,
#form-anketa * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.titleProfile {
  font-size: 18px;
  border-bottom: 1px solid #CCC;
  padding: 3px 0;
}
.status-user {
  float: right;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0 0;
}
#info-profile, #info-anketa {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#info-profile li, #info-anketa li {
  width: 50%;
  list-style: none;
  padding: 15px 30px 0 0;
}
#info-profile li:nth-child(2n), #info-anketa li:nth-child(2n) {
  padding-right: 0;
}
#info-profile input, #info-profile textarea, #info-anketa input, #info-anketa textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: box-shadow .1s ease-in-out;
}
#info-profile input:focus, #info-profile textarea:focus, #info-anketa input:focus, #info-anketa textarea:focus {
  box-shadow: 0 1px 6px rgb(0 0 0 / 25%);
}
#info-anketa textarea {
  min-height: 35px;
  max-height: 175px;
  resize: vertical;
}
#info-profile>li>label, #info-anketa > li > label {
  display: inline-block;
  margin: 5px 0;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
#info-profile>li>label.star:before {
  content: '*';
  position: absolute;
  top: 0;
  left: -10px;
  color: red;
  font-weight: bold;
  font-size: 20px;
}
#info-profile>li>span {
  position: absolute;
  left: 10px;
  font-size: 16px;
  margin-top: 7px;
}
#open-anketa {
  font-size: 13px;
  margin-left: 15px;
  text-decoration: underline;
  cursor: pointer;
}
#info-form-success, .info-form-success, #info-form-error, .info-form-error {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  background: rgba(0, 100, 0, .15);
  padding: 10px;
  text-align: center;
}
#info-form-error, .info-form-error {
  background: rgba(255, 0, 0, .15);
}

/*                 USER PROFILE - Л И Ч Н Ы Й   К А Б И Н Е Т        */


/*                         К О Р З И Н А          */
.cart-steps {
  font-size: 18px;
}
.cart-steps p a {
  color: #999;
}
.cart-steps p a.activStep {
  color: #000;
}
.wrStep {
  border-bottom: 1px solid #CCC;
}
.wrStep>p {
  font-size: 16px;
  color: #9D9E9E;
  margin: 8px 0 8px 10px;
}
.clear-cart, .clear-favorite, .clear-compare {
  font-size: 14px;
  line-height: 1;
  color: var(--main-color);
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 4px 10px;
  float: right;
  text-decoration: none;
}
.clear-cart:hover, .btn_upload:hover, .clear-favorite:hover, .clear-compare:hover {
  background-color: #efefef;
}
.blockStep li {
  float: left;
  margin: 10px 0 0 10px;
}
.blockStep a {
  font-size: 16px;
  color: #9D9E9E;
  text-decoration: none;
  text-transform: uppercase;
}
.blockStep a.activStep {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.blockStep span {
  font-size: 14px;
  color: #9D9E9E;
  text-decoration: none;
}
.headerListCart,
.headerListCart * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headerListCart {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.headerListCart div {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.listCartTab0 {
  width: 5%;
}
.listCartTab1 {
  width: 10%;
}
.listCartTab2 {
  width: 50%;
}
.listCartTab3 {
  width: 27%;
  text-align: right !important;
}
.blockListCart {
  border-radius: 10px;
  padding: 10px 0;
  margin: 5px 0;
  overflow: hidden;
  border: 1px solid #CBCBCB;
}
.blockListCart>div {
  float: left;
  display: block;
  margin: 0 0 0 5px;
}
.numCart {
  text-align: center;
  font-size: 18px;
  color: #999;
}
.imgCart {
  width: 10%;
  min-width: 85px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.imgProdCart {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #0000001a;
}
.titleCart {
  width: 41%;
  box-sizing: border-box;
  padding: 5px;
}
.titleCart>p {
  margin: 2px 0 5px 0;
  font-size: 16px;
}
.titleCart>p>a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.titleCart>p>a:hover {
  cursor: default;
}
.descProdCart {
  font-size: 12px;
  color: #000;
}
.blockListCart textarea {
  width: 100%;
  height: 40px;
  resize: vertical;
}
.countCart {
  width: 18%;
  height: 60px;
  padding: 10px 5px;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}
.countCart select {
  text-align: center;
  border: 1px solid #000;
  width: 100%;
  height: 22px;
  font-size: 16px;
  border-radius: 2px;
}
.wpCountStyle {
  width: 90%;
  float: left;
}
.countStyle {
  margin: 0;
  top: 1px;
}
.countStyle li {
  float: left;
}
.countStyle input {
  text-align: center;
  border: 1px solid #000;
  width: 35px;
  height: 22px;
  font-size: 16px;
  border-radius: 2px;
}
.countStyle p {
  cursor: pointer;
}
.priceCart {
  width: 15%;
}
.spanCount {
  margin: 15px 0 0 0;
  color: #333;
  font-size: 16px;
}
.cart_prod_file {
  visibility: hidden;
  display: none;
}
.btn_upload {
  font-size: 12px;
  line-height: 1;
  color: var(--main-color);
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: bold;
  transition: all .1s ease-in-out;
}
.btn_compare {
  background: url('/images/site/tz-blue.svg') left center no-repeat;
  background-size: 15px;
  padding: 5px 10px 5px 20px;
  margin-right: 15px;
}
.btn_compare:hover, .btn_compare.remove {
  color: var(--main-color);
  background-image: url('/images/site/tz-full-blue.svg');
}
.btn_favorite {
  position: relative;
  padding: 5px 10px 5px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  transition: all .1s ease-in;
}
.btn_favorite.add, .btn_favorite.no_support {
  background-image: url('/images/site/heart-blue.svg');
}
.btn_favorite.add:hover {
  background-image: url('/images/site/heart-full-blue.svg');
  color: var(--main-color);
}
.btn_favorite.remove {
  background-image: url('/images/site/heart-full-blue.svg');
  color: var(--main-color);
}
.wp-product-grid .btn_favorite {
  background-size: 20px;
  background-position: center;
  padding: 6px 15px;
}
.wp-product-grid .btn_compare {
  background-size: 18px;
}
.favorite_block .fav_modal, .compare_block .compare_modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -45px;
  background-color: #fff;
  padding: 10px 5px;
  text-align: center;
  line-height: 1;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  border-radius: 5px;
  left: 0;
  min-width: 160px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  transition: all .1s ease-in-out;
  z-index: 1000;
  color: #333;
}
.wp-product-grid .favorite_block .fav_modal,
.wp-product-grid .compare_block .compare_modal {
  top: -50px;
  left: auto;
  right: 0;
}
.favorite_block:hover .btn_favorite.remove ~ .fav_modal, .favorite_block:hover .btn_favorite.no_support ~ .fav_modal, .compare_block:hover .btn_compare.remove ~ .compare_modal, .compare_block:hover .btn_compare.no_support ~ .compare_modal {
  visibility: visible;
  opacity: 1;
}
.compare_block.delete {
  position: absolute;
  top: 10px;
  right: -15px;
}
.compare_block.delete > .btn_compare {
  background-image: url('/images/site/bg-delet.png');
  background-size: 20px;
}
.deletCart, .deletCartFile, .search-address-wrapper {
  margin: 0;
  position: relative;
}
.deletCart a, .deletCartFile a {
  box-sizing: content-box;
  background-color: #fff;
  background-size: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 1px 4px 3px 0;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  transition: all .1s ease-in-out;
}
.deletCart a:before, .deletCartFile a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 9px;
  background-color: #333;
  transform: rotate(45deg);
  left: 0;
}
.deletCart a:after, .deletCartFile a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 9px;
  background-color: #333;
  transform: rotate(135deg);
  left: 0;
}
.deletCartFile a:before, .deletCartFile a:after {
  left: 2px;
}
.deletCart a:hover, .deletCartFile a:hover {
background-color: #efefef;
}
.deletCartFile a {
  box-sizing: content-box !important;
  width: 12px;
  height: 12px;
  right: -25px;
}
.deletCartFile a:before, .deletCartFile a:after {
  width: 12px;
  top: 7px;
}
#compare_wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 10px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 90;
}
#compare_wrapper.pinned .compare_products .product_card {
  margin: 10px 0 5px 10px;
}
#compare_wrapper.pinned .product_card--image {
  float: left;
  padding: 0;
}
#compare_wrapper.pinned .product_card--title {
  margin: 5px auto;
}
#compare_wrapper.pinned .product_card--image img {
max-height: 50px; width: auto;
}
#compare_wrapper.pinned .product_card--image:hover {
box-shadow: none;
}
#compare_wrapper.pinned .product_card--btn, #compare_wrapper.pinned .compare_block {
display: none;
}
#compare_wrapper.pinned .product_nav button {
top: calc(25% - 40px);
}
#compare_wrapper.pinned:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
.compare_categories {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.compare_categories a {
  padding: 8px;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  overflow-y: hidden;
  font-weight: 500;
  min-width: max-content;
  border-bottom: 1px solid #d8d8d8;
}
.compare_categories a.active {
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50px;
  outline: none;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  background-color: #fff;
  background-image: url(/images/site/icons.svg#arrow-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  z-index: 100;
  opacity: .5;
  cursor: pointer;
  transition: all .1s ease-in;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: 20px;
  transform: rotate(-90deg);
}
.slick-arrow.slick-next {
  right: 20px;
  transform: rotate(90deg);
}
.spec_data:nth-child(2n+1) .spec_label {
  padding-top: 15px;
}
.spec_data:nth-child(2n+1) .spec_line, .spec_data:nth-child(2n+1) .spec_label {
  background-color: #f9f9f9;
}
.spec_card:not(.slick-current) .spec_label span {
  visibility: hidden;
}
.spec_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 14px;
}
.spec_line {
  margin: 0 0 15px 0;
  padding: 5px 0 0 10px;
  min-height: 42px;
  max-height: 42px;
  max-width: 100%;
  overflow: hidden;
}
.spec_card:first-child .spec_line {
  margin: 0 0 15px 0;
}
.spec_card .spec_label {
  margin-left: 0;
  padding-left: 10px;
}
.spec_card {
  width: 335px;
  /* min-width: 335px; */
  margin: 0;
  padding: 15px 0;
  line-height: 1.5;
  outline: none;
}

.compare_products .product_card {
  width: 305px;
 /*  min-width: 305px; */
  margin: 15px 15px 0 0;
  outline: none;
}
.product_card--image {
  border: 1px solid #0000001a;
  padding: 8px 0;
}
.product_card--image img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product_card--title {
  margin: 10px auto 5px;
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  word-break: break-word;
}
.resul_price_prod {
  text-align: right;
  font-size: 18px;
  color: #000;
  margin: 15px 32px 0 0 ;
}
.butNext {
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  background: var(--main-color);
  border-radius: 7px;
  margin: 10px 0 0;
  padding: 7px 20px;
  cursor: pointer;
  outline: none;
  border: 0;
  float: right;
}
.butNext a {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
#message_to_buy {
  position: fixed;
  left: 30%;
  top: 25%;
  width: 40%;
  height: auto;
  padding: 50px 10px;
  background: #fff;
  text-align: center;
  color: var(--main-color);
  font-size: 24px;
  border-radius: 5px;
  display: none;
  z-index: 9999;
  line-height: 2em;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.textareaBig {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 0;
  padding: 5px;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  resize: vertical;
  min-height: 30px;
  max-height: 500px;
}
.textareaBig:focus {
  border: 1px solid var(--main-color);
}
.label_style {
  font-size: 14px;
  color: #222;
  display: block;
}

/*     -----------    К О Р З И Н А      Ш А Г 2       --------------     */

.title-dostavka {
  font-size: 16px;
  margin: 15px 0 5px 0;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
}
.type-zakaz {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  margin: 15px 0 15px -4px;
}
#type-zakaz {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.type-zakaz label {
  cursor: pointer;
}
.order_file {
  padding: 5px 0 2px;
}
.wp_yr_zakaz {
  display: none;
  background-color: #f9f9f9;
  padding: 1px 10px 10px;
  border-radius: 5px;
}
#info-radio>ol {
  width: 150px;
  float: left;
}
#info-radio>ol input {
  margin-top: 10px;
  margin-right: 10px;
}
#info-radio>ol {
  font-size: 18px;
  color: #000;
}
#delivery_one,
#delivery_two {
  position: relative;
  margin: 5px 0 20px;
}

#info-order, #info-reg {
  width: 100%;
  margin: 0 auto;
}
#info-order li, #info-reg li {
  margin-top: 15px;
}
#info-order li input:not([type=radio]),
#info-reg li input,
#service-report .serv_inp {
  height: 30px;
  width: calc(100% - 12px);
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 8px;
  vertical-align: middle;
  outline: none;
}
#info-order li select {
  height: 30px;
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 5px;
  outline: none;
  font-family: 'Geometria', Open Sans, Arial, sans-serif;
}

#info-order li input:focus,
#info-order li select:focus,
#info-reg li input:focus,
#service-report .serv_inp:focus {
  border: 1px solid var(--main-color);
}

#info-order li label:not(.label_delivery), #info-reg li label {
  font-size: 14px;
  line-height: 1.3;
  color: #222;
  display: block;
}
.auth-info-cart {
  font-size: 18px;
  color: #9D9E9E;
  position: relative;
  height: 30px;
}
#info-order .spanRed, #info-reg .regStar {
  font-size: 18px;
  color: #FF0004;
  margin-left: -5px;
  margin-top: 0;
  position: relative;
}
.error-cart {
  font-size: 16px;
  background: #FFA8A8;
  background-size: contain;
  border: 1px solid #F22;
  color: #F00;
  margin: 10px 0 10px 15px;
  padding: 10px 15px;
  line-height: 1em;
}

/*         К О Р З И Н А      Ш А Г 3          */

#title-cart-end {
  font-size: 20px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px 10px;
}
#list-info {
  padding: 25px 0 0;
}
.itog-price {
  font-size: 18px;
  margin: 10px 20px 0 0;
}
.button-end-cart {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  background: var(--main-color);
  border-radius: 7px;
  margin: 20px 0 0;
  padding: 8px 16px;
  border: 0;
  outline: none;
  cursor: pointer;
  float: right;
}
#order-products {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}
#order-products .cart-block {
  border: 1px solid #ccc;
  padding: 15px 0;
  width: 60%;
  min-width: 500px;
}
#order-products .order-block { width: 35%; }
#order-products .cart-block h3 {
  font-size: 18px;
  line-height: 1.35;
  color: #333;
  padding: 0 15px 15px;
  border-bottom: 1px solid #ddd;
}
#order-products .order-block h3 {
  font-size: 18px;
  color: #333;
  padding: 16px 0 10px;
}
#order-products .wp-product-card {
  margin: 5px 0 0;
  padding: 10px 0;
  width: 100%;
}
#order-products .wp-product-card .t-pr-list-ni {
  margin: 0 10px 0 0;
}
#order-products .priceCart {
  margin: 0 32px 0 0;
  width: 25%;
}
#order-products .deletCart a {
  box-sizing: content-box;
  top: -3px;
  right: 4px;
}
#order-products .prod-title-list-ni a.title { font-size: 14px; margin: 0; }
#order-products .countInput { width: 60px; }

/*         К О Р З И Н А      Ф И Н И Ш            */


/* Left Sidebar
*/

.left-sidebar {
  width: 260px;
}
.banner-left img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
}
.panel_link {
  margin-top: 140px;
  margin-left: -30px;
  height: 25px;
  width: 25px;
  background: url('/images/site/const.png') no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 99;
}
.panel_edit_link {
  height: 25px;
  width: 25px;
  background: url('/images/site/bg-edit.png') no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 99;
  margin: 5px 0 0 -30px;
}
#panel_edit_link {
  height: 25px;
  width: 25px;
  background: url('/images/site/bg-edit.png') no-repeat;
  background-position: 0;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 3px;
  z-index: 99;
}
.hr-left {
  height: 1px;
  background: #B7B7B7;
  width: 200px;
  margin: 2px 0;
}
.menu_show {
  display: block;
}
.menu_left_podcat {
  list-style: inherit;
  margin: 0 0 5px 0;
  text-align: left;
  display: none;
}
.menu_left_podcat_act {
  list-style: inherit;
  margin: 0 0 5px 0;
  text-align: left;
  display: block;
}
.menu_left_podcat li a,
.menu_left_podcat_act li a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#news-ticker {
  margin: 0 auto;
  width: 250px;
}
#news-ticker li {
  background: #FFF;
  width: 230px;
  min-height: 60px;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
  margin: 10px 0;
}
.img-news {
  width: 90px;
  height: 90px;
  margin: 0 5px;
  float: left;
  text-align: center;
}
.img-news img {
  max-width: 80px;
  max-height: 60px;
  margin: auto;
}
.text-news span {
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
.text-news p {
  font-size: 10px;
}
.block-tovar-filters {
  margin: 10px;
}
.unset-filter, .unset-all {
  background-color: var(--main-color);
  color: #fff;
  position: relative;
  padding: 6px 35px 6px 15px;
  margin: 0 5px 10px 0;
  border: 1px solid transparent;
  outline: none;
  border-radius: 15px;
  line-height: 1.25;
  text-align: left;
  transition: all .1s ease-in-out;
}
.unset-filter span, .unset-all span {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.unset-all {
  background-color: #fff;
  border-color: #ccc;
  color: #000;
}
.unset-all:hover { background-color: #efefef; }
.unset-filter:hover{
  background-color: var(--main-color-opacity);
}

.products_nav {
  clear: both;
  margin: 20px auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.loading button {
  width: 100%;
  padding: 10px 4px;
  border: 1px solid #ccc;
  font-weight: bold;
  outline: none;
  color: var(--main-color);
  background: #fff;
  font-size: 14px;
  border-radius: 5px;
  transition: all .1s ease-in-out;;
}
.products_nav a {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 8px;
  margin-right: 7px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  background-color: #f9f9f9;
  border-radius: 5px;
  outline: none;
}
.products_nav a.pstr-prev, .products_nav a.pstr-next {
  background-image: url(/images/site/icons.svg#arrow-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.products_nav a.pstr-prev {
  transform: rotate(-90deg);
}
.products_nav a.pstr-next {
  transform: rotate(90deg);
}
.loading button:hover, .products_nav a:hover {
  background-color: #efefef;
}
.loading button:active, .products_nav a:not(.pstr-next,.pstr-prev):active, .products_nav a.active {
  background-color: var(--main-color);
  color: #fff;
}
.products_nav span.nav-point {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #999;
  font-size: 14px;
  margin: 10px 10px 0 5px;
}
#block-prod-view {
  display: grid;
  grid-template-columns: 80px 43.9% 50%;
  grid-template-rows: 100%;
  grid-template-areas: "previews image description";
  min-height: 533px;
}
#wp-product-view {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #FFF;
  height: auto;
  /* border: 1px solid #ddd; */
}
#img-product-view {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#img-product-view {
  grid-area: image;
}
#img-product-view>span {
  font-size: 2.5em;
}
#img-product-view a {
  display: none;
}
#img-product-view a.active {
  display: block;
  margin: 0 30px;
}
#img-product-view img {
  max-width: 600px;
  max-height: 600px;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  cursor: pointer;
}
.no-product {
  grid-column: 1/-1;
  margin: 25px 10px;
  text-align: center;
}
.no_proizv {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  color: #E31E24;
  margin: 40% 0%;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  text-shadow: 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 0 1px var(--main-color), -3px 0 1px var(--main-color), 0 3px 1px var(--main-color), 0 -3px 1px var(--main-color), 3px 3px 1px var(--main-color), -3px -3px 1px var(--main-color), -3px 3px 1px var(--main-color), 3px -3px 1px var(--main-color);
  transform: rotate(-45deg);
  transform-origin: center center;
}
.no_proizv_m {
  width: 110%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 9;
  top: 8%;
  left: -2%;
  color: #E31E24;
  font-weight: bold;
  margin: 35% auto;
  font-size: 1em;
  line-height: 1em;
  text-shadow: 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 0 1px var(--main-color), -3px 0 1px var(--main-color), 0 3px 1px var(--main-color), 0 -3px 1px var(--main-color), 3px 3px 1px var(--main-color), -3px -3px 1px var(--main-color), -3px 3px 1px var(--main-color), 3px -3px 1px var(--main-color);
  transform: rotate(-45deg);
  transform-origin: center center;
}
.wp-product-grid .no_proizv_m {
  top: -15%;
  left: -5%;
}
.text-product-view {
  width: 540px;
  background: #ECECEC;
  margin: 5px 0 5px 10px;
  line-height: 1.5em;
  float: left;
  border-radius: 10px;
  padding: 10px;
}
.text-prod-view {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0 5px 0;
}
.wrPrice-view {
  width: 30%;
  min-width: 135px;
  padding: 5px 0 0 10px;
  float: left;
  box-sizing: border-box;
  margin: 15px auto;
}
#block-prod-view .wrPrice-view {
  grid-area: description;
  position: relative;
  width: 100%;
  min-width: auto;
  padding: 0 47px 60px;
  background-color: #f9f9f9;
  margin: 0;
  float: unset;
}
#block-prod-view .linkCartBlue {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
}
#block-prod-view .prod-specs th { text-align: left; }
#block-prod-view .prod-specs th:last-child { padding-left: 18px; }
#block-prod-view .prod-specs th, #block-prod-view .prod-specs td {
  position: relative;
  height: 24px;
  font-size: 12px;
}
#block-prod-view .prod-specs span {
position: relative;
z-index: 10;
padding-right: 5px;
background-color: #f6f6f6;
}
#block-prod-view .prod-specs tr:not(.count) td:last-child {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
#block-prod-view .prod-specs tr.count td {
height: 40px;
}

#block-prod-view .prod-specs td:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 90%;
  z-index: 5;
  border-bottom: 1px dashed #ccc;
}
#block-prod-view .wrPrice-grid { display: block; }
.calc_params {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.calc_params > span {
  display: inline-flex;
  flex-direction: column;
  width: 30%;
}
.calc_param, #view_prod_comment, .prod_info {
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
  padding: 6px 8px;
}
.calc_param:focus, #view_prod_comment:focus, .prod_info:focus {
  border: 1px solid var(--main-color);
}
#view_prod_comment, .prod_info {
  width: calc(100% - 16px);
  resize: vertical;
  min-height: 16px;
  max-height: 500px;
}
.to-cart-btn {
  margin: 20px 0 0;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.to-cart-btn > div {
  width: 45%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
}
.price-product-view {
  font-size: 20px;
  margin: 0 10px;
}
.price-status-view {
  font-size: 16px;
  color: #DC0408;
  margin: 0 10px;
}
.link-back {
  position: absolute;
  top: -115px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #0000 url('/images/site/bg-edit.png') no-repeat center center;
  background-size: contain;
}
.block-order {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.block-order:last-child {
  border-bottom: 0;
}
.info-order {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0 15px;
}
.table-order {
  border: 0;
  width: 100%;
}
.table-order th {
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
}
.table-order img {
  padding-top: 5px;
}
.table-order tr {
  border-bottom: 1px solid #efefef;
}
.table-order td {
  vertical-align: top;
  padding: 15px 0;
  border: none;
}
.table-order td:first-child {
  vertical-align: middle;
}
.table-order tr:last-child {
  border: none;
}
.table-order tr:last-child > td {
  padding: 10px 0 0;
}
.info-order span.cRed {
  color: #f00;
}
.info-order span.cGreen {
  color: #006600;
}

/* Footer
*/

.wp-footer,
.wp-footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-footer {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.footer-block-left {
  width: 25%;
  min-width: 280px;
}
.text-copy {
  font-size: 14px;
  line-height: 1.5;
}
.footer-block-right {
  width: 50%;
  text-align: center;
}
.text-footer {
  font-size: 12px;
  line-height: 1.5;
}
#block-rand-prod {
  margin: 25px 0 10px;
}
#block-rand-prod > span {
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.tying-prod {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.tying-item {
  width: 16%;
  padding: 0 10px;
}
.tying-item:last-child { padding-right: 0; }
#wp-add-cart .tying-item {
  padding: 0 5px;
  width: 25%;
}
.tying-title {
  margin: 10px 0;
  padding: 0 !important;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.rand-title {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 65px;
  line-height: 1em;
  font-size: 11px;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}
.rand-artic {
  font-size: 12px !important;
  text-align: center;
}
.wpimgProd {
  margin: 10px auto;
  text-align: center;
  max-width: 250px;
}
.imgProdRand {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
}
.prod-rating {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  max-width: 38px;
  font-size: 24px;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto 5px;
  line-height: 38px;
}
#reviews, #register_data { width: 75%; }
#link-send-comment {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 15px;
  text-align: right;
  clear: both;
}
#link-send-comment a {
  text-decoration: none;
  border-bottom: 1px dashed var(--main-color);
  color: var(--main-color);
  font-size: 14px;
}
#link-send-comment a:hover {
  border-bottom: none;
  cursor: pointer;
}
.block-comments {
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  padding: 15px 0;
}
.block-comments {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-comments .author {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.block-comments .review .line {
  display: flex;
  justify-content: flex-start;
  padding: 5px 0;
}
.block-comments .review .line b:first-child {
  width: 125px;
  font-size: 14px;
}
.block-comments .review .line p {
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% - 125px);
  text-align: justify;
}

#wp-comment li {
  margin: 10px 0;
  text-align: left;
}
#wp-comment li label {
  font-size: 14px;
}
#wp-comment li input, #wp-comment li textarea {
  margin-top: 5px;
  min-height: 50px;
  height: 50px;
  max-height: 150px;
  width: 100%;
  padding: 10px;
  resize: vertical;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;
  transition: border-color, box-shadow .1s ease-in-out;
}
#wp-comment li input {
  min-height: 30px;
  height: 30px;
}
#wp-comment li input:focus, #wp-comment li textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}
#wp-comment li span {
  font-size: 18px;
  font-weight: bold;
  color: #FF0004;
}
.title-comment {
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
  border-bottom: 1px solid #D8D8D8;
}
#submit-comment {
  width: 150px;
  border: 0;
}
.tabs_box {
  margin: 20px auto 0;
  width: 100%;
  box-sizing: border-box;
}
/* #specifications>div:last-of-type p {
  padding-bottom: 10px;
} */
.prod-file p {
  text-align: left;
}
#specifications, #reviews, #documents {
  display: none;
}
.prod-file a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.prod-file img {
  width: 50px;
  margin: 10px;
  float: left;
}
.prod-file span {
  width: 50px;
  height: 50px;
  margin: 10px;
  float: left;
}
.prod-file p {
  font-size: 16px;
}
.tab {
  padding: 25px 0 5px;
  box-sizing: border-box;
}
.tabs_menu {
  display: flex;
}
.tabs_menu > span {
  flex: 1;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  background: #efefef;
  transition: none;
}
.tabs_menu > span:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  height: 100%;
  width: 10px;
  background: #efefef;
  transform: skewX(-10deg);
  z-index: 10;
}
.tabs_menu > span.active:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25px);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #ccc;
}
.tabs_menu > span:hover:before { border-top: 10px solid var(--main-color); }
.tabs_menu > span.active,
.tabs_menu > span.active:after {
  background: #ccc;
}
.tabs_menu > span:hover,
.tabs_menu > span:hover:after {
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}
.tabs_menu > span > span {
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 50%;
  padding: 2px 0;
  width: 24px;
  display: inline-block;
  line-height: 20px;
}
.tab_description ul, .tab_description ol {
  font-size: 14px;
  line-height: 1.75;
  list-style: disc;
  padding: 10px 15px 5px;
}
.tab_description ul.prod-tech {
  list-style: none;
  width: 25%;
  min-width: 300px;
  padding: 0 0 15px 25px;
}
.tab_description ol li {
  list-style: decimal;
}
.tab_description blockquote {
  border-left: 5px solid #ccc;
  padding: 5px 0 5px 10px;
  font-size: 110%;
}
#specifications .prod-tech {
  list-style: none;
  width: calc(50% - 20px);
  min-width: 300px;
  font-size: 14px;
}
#specifications .prod-tech.floatRight {
  width: calc(25% - 20px);
  margin-right: 20px;
}
.tab_description ul.prod-tech li, #specifications .prod-tech li {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.tab_description ul.prod-tech li > b, #specifications .prod-tech li > b {
  max-width: 75%;
  width: auto;
  text-align: right;
}
#specifications .prod-tech li {
  line-height: 20px;
  padding: 5px 10px;
}
.tab_description ul.prod-tech li:last-child {
  border-bottom: 0;
  justify-content: flex-end;
  padding: 10px 0 0;
}
#specifications .prod-tech li:nth-child(2n) {
  background: #f9f9f9;
}

#block-banner-top {
  width: 100%;
  height: 90px;
  margin: 30px 0 10px;
  overflow: hidden;
  text-align: center;
}
#block-banner-top img {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#block-banner-bottom {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}
#block-banner-bottom img {
  width: 100%;
}
#block-add-cart {
  display: none;
}
#block-add-cart #block-rand-prod {
  padding: 10px 0;
}
#block-add-cart #block-rand-prod ul {
  padding: 5px 0;
}
#block-add-cart .con,
#send-comment .con {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 1110;
  padding: 15px;
}
#but_add_cart,
#but_close_cart {
  display: inline-block;
  min-width: 130px;
  margin: 0;
  padding: 10px;
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#but_close_cart {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: #fff;
}
#title-add-cart,
.title-comment {
  padding: 0 30px 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  border: 0;
  text-align: left;
}
.text-comment {
  font-size: 14px;
  color: #323232;
}
#close-add-cart,
#close-send-comment,
#close-message-to-buy {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#wp_but_cat {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.sc-block-podcat {
  margin-top: 10px;
  /* height:100px;  */
}
.sc2-block-podcat {
  transition: box-shadow .1s ease;
  padding: 0;
  margin: 10px;
  border-radius: 4px;
}
.sc2-block-podcat>.pg-wrapp {
  display: block;
  padding: 10px 0;
  width: 100%;
  max-height: 220px;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  text-align: center;
  background: #FFF;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.sc2-block-podcat>.pg-wrapp .sc2-title-podcat {
  padding: 5px;
}
.hr-block-podcat {
  height: 5px;
  max-width: 100%;
  background: #C5C6C6;
}
.sc-img-podcat {
  float: left;
  margin: 5px 3px;
  width: 122px;
  height: 78px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.sc-img-podcat img {
  width: 122px;
  height: 78px;
}
.sc-title-podcat {
  font-size: 16px;
  font-weight: bold;
}
.sc2-title-podcat {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  height: 30px;
  color: var(--main-color);
  padding: 10px 5px 0;
}
.sc-block-prod {
  height: 200px;
  width: 137px;
  text-align: center;
  float: left;
  padding-right: 5px;
  margin: 10px 8px 20px 0;
}
.sc-block-prod.last {
  margin-right: 0;
  padding-right: 0;
}
.sc-wp-img-prod {
  line-height: 135px;
  vertical-align: middle;
  text-align: center;
  width: 135px;
  height: 135px;
  margin: auto 0;
  float: left;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.sc-text {
  color: #000000;
  text-decoration: none;
}
.sc2-block-prod {
  max-height: 150px;
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
.sc2-wp-img-prod {
  line-height: 150px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: auto 0;
}
#ya-site-form0 .ya-site-form__submit {
  padding: 0 10px !important;
  margin: 0 0 0 10px !important;
  border-radius: 4px !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  padding-left: 10px !important;
}
#result-search {
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 999;
  padding: 25px;
  box-shadow: 0 30px 30px rgb(0 0 0 / 25%);
  border-radius: 0 0 10px 10px;
}
#bg-search {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,.5);
}
#result-search,
#result-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-cat {
  display: flex;
}
.search-cat ul > li {
  padding: 5px 0;
}
#result-search li {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#result-search li.btn {
  justify-content: center;
}
#result-search .search-cat > ul > li> a:not(.btn_normal) {
  display: block;
  width: 90%;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  outline: none;
  transition: all .1s ease-in-out;
}
#result-search .search-cat a:not(.btn_normal):hover {
  color: var(--main-color);
}
.img_cat_search {
  width: 140px;
  height: 80px;
  float: left;
  margin: 5px 10px;
}
.text_cat_search {
  width: 98%;
  margin-left: 2%;
  font-size: 14px;
  float: left;
}
.img_search {
  display: block;
  width: 40px !important;
  height: 40px;
  float: left;
  border: 1px solid #0000001a;
  border-radius: 2px;
}
.text_search {
  width: calc(100% - 50px);
  margin-left: 50px;
  line-height: 22px;
  font-size: 16px;
}
#block-img-slide {
  position: relative;
  width: 82px;
  margin: 0;
  overflow-y: hidden;
  grid-area: previews;
}
#block-img-slide>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  height: auto;
  box-sizing: border-box;
}
#block-img-slide:before,
#block-img-slide:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  right: 11px;
  z-index: 10;
}
#block-img-slide.shadow:before {
  top: 0;
  -webkit-box-shadow: 0 2px 10px 1px #000;
  box-shadow: 0 2px 10px 1px #000;
}
#block-img-slide.shadow:after {
  bottom: 0;
  -webkit-box-shadow: 0 -2px 10px 1px #000;
  box-shadow: 0 -2px 10px 1px #000;
}
#block-img-slide>div>ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.gal-img {
  width: 100%;
  height: 100%;
  max-height: 82px;
  display: block;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
}
li.active .gal-img,
.gal-img:hover {
  border: 1px solid var(--main-color);
}
.gal-img .img_gal { max-height: 80px; }
.img_gal { width: 100%; }
#vby .img_gal {
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
}
#block-img-slide li {
  padding: 10px 0 0;
  text-align: center;
}
#block-img-slide li:first-child {
  padding-top: 0;
}
.head h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.25;
  padding: 10px 0;
}
.head h1.product {
  border-bottom: 0;
  padding: 0 0 10px;
}
.head h1.page {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #aaa;
}
.prod-header-top {
 display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}
.breadcrumbs a.catalog_btn {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}
.pod_menu {
  display: none;
}
.pod_menu>ol {
  padding: 4px 0 0 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1em;
}
.pod_menu_act>ol {
  padding: 4px 0 0 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1em;
}
.menu {
  margin-bottom: 15px;
}
.menu li { position: relative; }
.menu li > a, .menu.main summary {
  position: relative;
  padding: 16px 16px 16px 32px;
  margin: 0 0 2px;
  display: block;
  background: #efefef;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #fff;
  outline: none;
  cursor: pointer;
}
.menu li > a.active, .menu.main summary > a.active { color: var(--main-color); }
.menu li > a:hover {
  color: #fff;
  background: var(--main-color);
}
.menu.main details:hover > summary:before {
  position: absolute;
  content: '+';
  left: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #333;
}
.menu.main details[open]:hover > summary:before {
  content: '–';
}
.menu li > a.active {
  display: block;
}
.link_menu {
  color: #000;
  text-decoration: none;
}
.link_pod_menu {
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  color: #A0A0A4;
}

/* Фильтры в сайдбаре */

.filters > .filter {
  margin: 10px 0;
  background: #efefef;
  padding: 8px;
  border-radius: 10px;
}
.filters>summary:after {
  content: 'показать все';
  position: absolute;
  color: #323232;
  top: 15px;
  right: 9px;
  font-weight: normal;
  font-size: 14px;
  transition: all .3s ease-in-out;
}
.filters[open]>summary:after {
  content: 'скрыть все';
}
.filter-title, .choose-cat {
  padding: 14px 16px;
  display: block;
  position: relative;
  border-radius: 10px;
  background: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: all .3s ease-in-out;
  outline: none;
  margin-bottom: 10px;
}
.choose-cat {
  width: 190px;
}
.choose-cat:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -25px;
  border-top: 22px solid #fff;
  border-left: 30px solid var(--main-color);
  border-bottom: 22px solid #fff;
}
.chosen-spec {
  padding: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
}
.choosing {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 48%;
  width: auto;
  line-height: 1.75;
  font-size: 14px;
}
.choosing.full {
  min-width: 100%;
  max-width: 100%;
  width: 250px;
}
.filter>summary {
  position: relative;
  padding: 5px 32px 5px 8px;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.filter[open] > summary {
  color: var(--main-color);
  border-bottom: 1px solid #ccc;
}
.filter > summary:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 0;
  background: url('/images/site/icons.svg#arrow-black') center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 16px;
  height: 29px;
}
.filter[open] > summary:after {
  transform: rotate(0deg);
}
.filter .choosing label {
  cursor: pointer;
}
.filter .choosing input[disabled]~label {
  cursor: default;
  color: #999;
}
.filter .more {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 25px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-weight: bold;
}
.filter .more:hover {
  color: var(--main-color);
  border-bottom: 1px dashed var(--main-color);
}
.filter .choosing.space {
  justify-content: space-between;
}
.filter .prod-filter { position: relative; }
.filter input[type="number"].prod-filter-val {
  padding: 4px 5px;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: calc(100% - 14px);
  color: #000;
  outline: none;
}
.filter input[type="number"].prod-filter-val:focus,
.filter .prod-filter-num:focus {
  border: 2px solid var(--main-color);
}
.prod-filter input[type="radio"], .prod-filter input[type="checkbox"] {
  cursor: pointer;
  font-size: inherit;
  margin: 0 8px 0 0;
}
.filter span.founded {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  top: calc(50% - 20px);
  left: calc(100% + 20px);
  min-width: 150px;
  min-height: 18px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
.filter span.founded:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-right: 10px solid var(--main-color-opacity);
}
.filter .prod-filter-num {
  position: relative;
  padding: 4px 5px;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: calc(100% - 14px);
  color: #000;
  outline: none;
}
.hr2 {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.download_kom {
  width: 200px;
  height: 50px;
  display: block;
  color: #fff;
  border: 1px solid #ccc;
  padding-left: 53px;
  padding-top: 5px;
  padding-right: 10px;
  background: var(--main-color) url('/images/site/icons.svg#download-black') 5px 5px no-repeat;
  border-radius: 5px;
}
#block-bigimg-slide {
  width: 90px;
  height: 480px;
  float: left;
  margin-top: 10px;
}
#block-bigimg-slide li {
  padding: 5px 2px 0;
  margin-left: 5px;
}
.gal-bigimg {
  width: 85px;
  height: 85px;
  display: block;
  text-align: center;
  border: 1px solid #E4E4E4;
}
.gal-bigimg:hover {
  border: 1px solid #007888;
}
.bigimg_gal {
  max-width: 80px;
  max-height: 80px;
}
.titOst {
  width: 50%;
  float: left;
}

.ost {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 40px;
  height: 8px;
  background-image: url('/images/site/circles-blue.svg');
  background-size: cover;
}
.ost1 {
  background-position: -80px 0;
}
.ost2 {
  background-position: -80px -8px;
}
.ost3 {
  background-position: -80px -15px;
}
.ost4 {
  background-position: -80px -23px;
}

.text-product6 {
  height: 22px;
  margin: 5px 0 0;
  padding: 0 5px;
  text-align: center;
}
.prod_inform, .prod_sizes {
  width: 30px;
  height: 25px;
  background: url(/images/site/icons.svg#pencil-blue) center no-repeat;
  background-size: 26px;
  transform: rotate(225deg);
  margin: -17px 10px -8px 5px;
  display: inline-block;
}
.prod_sizes {
  height: 10px;
  background: url(/images/site/double-arrow.svg) center no-repeat;
  background-size: cover;
  transform: rotate(0);
  margin: 0 10px;
}
.t-pr-list-ni {
  width: 65%;
  padding: 0;
  font-size: 14px;
  line-height: normal;
}
.wp-product-card .t-pr-list-ni {
  width: 60%;
}
#wp-add-cart .wp-product-card .t-pr-list-ni {
  width: 60%;
}
.prod-title-list-ni {
  margin: 5px 5px 5px 0;
  font-size: 14px;
  line-height: 1.5;
}
.prod-title-list-ni a.title {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  max-width: 540px;
  text-decoration: none;
  display: block;
}
.prod-title-list-ni a.title:hover {
  color: var(--main-color);
}
.wrPrice-list-ni {
  width: 35%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0;
}
.wrPrice-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px;
  color: #000;
}
.wrPrice-grid.raschet {
  /* grid-row-end: none; */
  align-items: flex-start;
  text-align: center;
  height: 100%;
  flex-wrap: wrap;
}
.wrPrice-grid.raschet .price-product {
  order: -1;
  width: 100%;
}
.wrPrice-grid.raschet .but_dtz {
margin-bottom: 5px;
}
.wrPrice-list-ni.raschet {
  justify-content: flex-end;
}
.wrPrice-grid .price-pr-grid { width: auto; }
.add-linkCart-l-ni {
  display: block;
  width: 100%;
  min-width: 120px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #FFF;
  margin: 0 auto;
  padding: 8px 0 8px 15px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  transition-duration: .2s;
}
.price-pr-list-ni > span.price, .price-pr-grid .price {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0;
}
.price-pr-list-ni > span.count, .price-pr-grid .count {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
}
.price-pr-list-ni .other span:last-child, .price-pr-grid > div span:last-child {
  margin-bottom: 10px;
}
.price-pr-list-ni span, .price-pr-grid span {
  display: inline-block;
  width: 100%;
}
/* .set-prod-list-ni {
  display: block;
  text-align: right;
  float: right;
  width: 140px;
  height: 100%;
  margin: 3px 5px 0 0;
}
.set-prod-list-ni a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-top: 2px;
  text-decoration: none;
  cursor: pointer;
}
.set-prod-list-ni img {
  cursor: pointer;
  width: 18px;
  float: left;
  height: 18px;
}
.set-prod-list-ni span {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  float: left;
}
.set-prod-list-ni a span {
  -webkit-background-size: 940% auto !important;
  background-size: 940% auto !important;
} */
.wp-srok-list {
  width: 100%;
}
.wp-srok-list-ni {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.preload {
  margin: 20px auto;
  width: 128px;
  height: 128px;
  background: transparent url('/images/site/preloader.svg') center no-repeat;
}
.but_dtz, .but_link, .but_cat {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.but_dtz.technic_zadan, .but_link {
  padding-left: 25px;
  border-bottom: 0;
  margin: 15px 10px;
}
.wp-product-grid .but_dtz { margin-top: -5px; }
.wp-product-list .but_dtz { margin-top: 0; }
.but_dtz:hover, .but_cat:hover { border-bottom-color: var(--main-color); }
.mess_dil {
  margin: 5px 20px;
  font-size: 14px;
}
#slider-index {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#in_slider {
  padding-bottom: 30%;
  overflow: hidden;
  position: relative;
}
.slide {
  width: 100%;
  height: 100%;
}
.indexs-links {
  margin-top: 5px;
  text-align: center;
}
.control-slide {
  margin: 2px 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -99px;
  border-radius: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #f0f2f3;
}
.control-slide:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
}
.control-slide.active {
  background: #00C2FE;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.link_podobr {
  display: block;
  background-color: #ccc;
  height: 25px;
  color: #232323;
  text-align: center;
  margin-left: 5%;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  width: 90%;
  padding: 3px;
  line-height: 1.6em;
  transition-duration: 0.3s;
  font-weight: bold;
}
.link_podobr:hover {
  color: #1FC0FF;
}
.new_tovar_podobr {
  display: block;
  height: 25px;
  color: #1FC0FF;
  border: 1px solid #ccc;
  text-align: center;
  margin-left: 5%;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  width: 85%;
  padding: 3px;
  line-height: 1.6em;
  transition-duration: 0.3s;
  font-weight: bold;
}
.new_tovar_podobr:hover {
  color: #232323;
}
.sc2-title-podobr {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  color: #4d4d4d;
}
.pn-block-under {
  display: block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: #FFF;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.pn-block-under>* {
  vertical-align: middle;
}
.pn-index span {
  display: inline-block;
  padding: 0 0 0 7px;
  text-align: left;
  color: #4d4d4d;
  font-size: 18px;
}
.n-zag {
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
  margin: 20px 0 30px 0;
  font-size: 22px !important;
  letter-spacing: 1px;
  max-width: 1340px;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #4d4d4d;
}
.h2zag h2:before {
  content: "";
  position: absolute;
  top: calc(50% - -4px);
  left: 0;
  right: 0;
  height: 6px;
  background: #cccccc;
  z-index: -1;
}
.h2zag span {
  background: white;
  padding: 0 20px;
  margin-left: 30px;
}
.pub_mag {
  width: 100%
}
.addload_prod {
  cursor: pointer;
  line-height: 2em;
  font-size: 14px;
  text-align: center;
}
.addload_prod .pg-wrapp {
  padding-top: 20px;
}
.addload_prod_list {
  cursor: pointer;
  line-height: 2em;
  font-size: 14px;
  text-align: center;
}
.addload_prod_li {
  cursor: pointer;
  line-height: 2em;
  font-size: 14px;
  text-align: center;
}
.but_add_prod_view {
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #AAA;
  border: 1px solid #555;
  cursor: pointer;
}
.but_add_prod_view:hover {
  color: #222
}
.but_add_prod_view ::before {
  content: "+";
}
.rating {
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
}
.rating__group {
  position: relative;
  width: 100px;
  height: 18px;
  background-image: url('/images/site/icons.svg#star-gray');
  background-size: 20px 19px;
  background-repeat: repeat-x;
}
.rating__group:focus-within {
  outline: 0.2em solid #4a90e2;
  outline-offset: 0.2em;
}
.rating__star {
  display: none;
}
.rating__star+label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 18px;
  font-size: inherit;
  cursor: pointer;
  background-size: 20px 18px;
  background-repeat: repeat-x;
}
.rating__star:focus {
  outline: none;
}
.rating__star+label:hover,
.rating__star:checked+label {
  background-image: url('/images/site/icons.svg#star-gold');
}
.rating__star:hover~.rating__star+label {
  background-image: url('/images/site/icons.svg#star-gray');
}
.rating__star[id="rating_1"]+label {
  z-index: 5;
  width: 20px;
}
.rating__star[id="rating_2"]+label {
  z-index: 4;
  width: 40px;
}
.rating__star[id="rating_3"]+label {
  z-index: 3;
  width: 60px;
}
.rating__star[id="rating_4"]+label {
  z-index: 2;
  width: 80px;
}
.rating__star[id="rating_5"]+label {
  z-index: 1;
  width: 100px;
}
.wp_prod_rating {
  display: inline-block;
  margin: 0;
  vertical-align: text-bottom;
  width: 100px;
  padding-bottom: 19px;
  position: relative;
}
.prod_rating,
.com_rating {
  position: absolute;
  width: 100%;
  background-image: url('/images/site/icons.svg#star-gray');
  background-repeat: repeat-x;
  background-size: 20px 19px;
  background-position: left top;
  top: 0;
  left: 0;
  bottom: 0;
}
.prod_rating_star,
.com_rating_star {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  background-image: url('/images/site/icons.svg#star-gold');
  background-repeat: repeat-x;
  background-size: 20px 19px;
  background-position: left top;
}
.innovation .block2-img-product {
  background-color: rgba(20, 139, 207, .1);
}
.low_profit .block2-img-product {
  background-color: rgba(68, 245, 98, .1);
}
/* Форма отправки ошибок с сайта */
#mistake {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
#m_window {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  width: 430px;
  height: 500px;
  z-index: 150;
  box-shadow: 3px 5px 2px 0 rgba(50, 50, 50, 0.75);
}
#m_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 490px;
}

/* Сервисный центр */
#service-report {
  width: 100%;
  max-width: 1000px;
  margin: 25px auto 0;
}
#service-report textarea.serv_inp {
  resize: vertical;
  min-height: 116px;
  max-height: 500px;
  line-height: 1.3;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
#service-report .serv_inp[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
#service-report .serv_inp[placeholder="✱"]::-webkit-input-placeholder {color:#c0392b;}
#service-report .serv_inp[placeholder="✱"]::-moz-placeholder  {color:#c0392b; font-size: 16px;}/* Firefox 19+ */
#service-report .serv_inp[placeholder="✱"]:-moz-placeholder   {color:#c0392b; font-size: 16px;}/* Firefox 18- */
#service-report .serv_inp[placeholder="✱"]:-ms-input-placeholder  {color:#c0392b; font-size: 16px;}
#service-report select.serv_inp option[disabled] {display:none;}
#submit-service {
  padding: 6px 12px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  transition: all .1s ease-in-out;
}
#service-report .search_wrap {
  position: relative;
}
#service-report ul.serv_search {
  position: relative;
  background-color: #fff;
  top: 0;
  box-sizing: border-box;
  z-index: 2;
  padding: 0;
  width: 100%;
}
#service-report ul.serv_search.loading {
  height: 150px;
  border: solid #ccc;
  border-width: 0 1px 1px;
}
#service-report ul.serv_search li {
    display: flex;
    align-items: flex-start;
    align-content: stretch;
    justify-content: space-between;
    gap: 15px;
    border: solid #ccc;
    border-width: 0 1px 1px;
    list-style: none !important;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
  }
  #service-report ul.serv_search li div {
    width: 100%;
    font-size: 14px;
  }
  #service-report ul.serv_search li div a {
    text-decoration: none;
  }
  #service-report ul.serv_search li div a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 1px;
  }
  #service-report ul.serv_search li img {
    max-width: 80px;
    box-sizing: content-box;
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
  #service-report ul.serv_search li span {
    display: inline-block;
    margin-top: 10px;
    line-height: 2;
  }
  #service-report ul.serv_search li span.service-add {
    float: right;
    padding: 2px 12px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all .1s ease-in-out;
  }
  #service-report ul.serv_search li span.service-add:hover, #submit-service:hover {
    background-color: #fff;
    border-color: var(--main-color-opacity);
    color: var(--main-color-opacity);
  }
  #service-report .text_serv_inp {
  font-size: 14px;
  text-align: justify;
  margin: 10px 0 5px;
  font-weight: bold;
  display: block;
}
#service-report .file-service input[type="file"]{
display: none;
}

#service-report .file-service {
position: relative;
overflow: hidden;
background: #fff;
color: #000;
font-size: 16px;
text-align: center;
margin: 5px 0;
float: none;
}
#service-report .file-service .serv-file-data {
  display: inline-flex;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}
#service-report .file-service .serv-file-data label {
margin: 0;
background-color: #fff;
border: 1px solid var(--main-color);
padding: 6px;
font-size: 14px;
border-radius: 3px;
cursor: pointer;
color: var(--main-color);
transition: all .1s ease-in-out;
}
#service-report .file-service .serv-file-data label:hover {
background-color: #efefef;
}
#service-report .file-service .serv-file-data .file-del:not(:empty) {
  color: red;
  float: right;
  font-size: 14px;
  cursor: pointer;
  padding: 6px;
  border: 1px solid red;
  border-radius: 4px;
}
#service-report .info_file_serv {
clear: both;
padding-left: 0;
color: #F0A116;
text-align: left;
line-height: 1.5;
}
#service-report .delet-input {
cursor: pointer;
font-weight: normal;
display: none;
}
#service-report .delet-input.last {
  display: inline;
}
#service-report hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
}

#service-success{
  padding: 20px 0;
}
#service-success p {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
#service-success p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1365px) {
  #bodyLogo { width: 100%; max-width: 300px; }
  .btn-phone { width: 100%; }
}
@media only screen and (max-width: 1199px) {
  .btn-phone a { font-size: 20px; }
  .btn-phone a:before {
    left: 10px;
    top: 2px;
    height: 16px;
    width: 16px;
  }
  .butNext,
  .button-end-cart {
    float: left;
  }
  #wp-content ul {
    padding: 5px;
  }
  #block-tovar-grid {
    grid-template-columns: 48% 48%;
  }
  #block-tovar-grid.index {
    grid-template-columns: repeat(3, 32%);
  }
  #block-prod-view .wrPrice-view {
    width: 100%;
  }
  .dop_docs { width: 100%; overflow-y: hidden; }
  .dop_docs .doc-item { min-width: 150px; }
  .price-wrapper-list { margin-bottom: 10px; }
}
@media only screen and (max-width: 991px) {
  #reviews, #register_data { width: 100%; }

  #block-tovar-card .count-number,
  #block-tovar-list .count-number,
  #clone_menu-header ul li a#panel_edit_link,
  .choose-cat { display: none; }
  .btn-mobile { display: block; }
  .m0-a_max_991 {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  header [id*="block"]>div.wrapp>div>div>* {
    max-width: 740px;
  }
  /* .t-pr-list-ni {
    width: calc(100% - 10px);
  } */
  #block-cat-grid { margin: 0 0 10px; }
  .block-tovar-filters { margin: 10px 0 0; }
  #opions-view { padding: 10px 10px 10px 0; }
  .wrPrice-list-ni {
    width: 30%;
    justify-content: flex-start;
  }
  .wp-product-list {
    /* padding: 10px 0; */
    margin: 0 0 10px 0;
    width: 100%;
  }
  .block-img-product-list,
  .text-product-list,
  .wrPrice-list {
    width: 100%;
  }
  .text-product-list {
    width: 100%;
    border: 2px solid #525252;
    border-left: 0;
    border-right: 0;
    padding: 0 10px 10px;
    margin: 0;
  }
  .regStar {
    margin: 10px 0 0 0;
  }
  #wrFormReg input[type=text],
  #wrFormReg input[type=password] {
    width: 98%;
    margin: 0 0 0 10px;
  }
  .formLab {
    position: static;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .wp-footer { flex-wrap: wrap; }
  .footer-block-left { width: 40%; }
  .footer-block-right { order: 1; width: 100%; margin-top: 10px; }
  .wrPrice-view {
    width: 30%;
  }
  #block-tovar-grid.index {
    grid-template-columns: repeat(2, 48%);
  }
  .prod-title-grid {
    margin: 0 0 10px;
    /* font-size: 14px; */
  }
  /* .no_proizv_m { margin: 25% auto; } */
  main.home .sc2-block-podcat-under,
  .sc2-block-podcat {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .adv .pn-index .pn-block-under:before,
  .adv .pn-index .pn-block-under>* {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .adv .pn-index .pn-block-under>span {
    padding: 15px 0 0 0;
  }
  #list-gallery>li>label {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  #list-gallery>li>input,
  #list-gallery>li>textarea {
    margin: 0 !important;
    width: 100% !important;
  }
  .btn-phone {
    display: none;
  }
  .tying-prod { justify-content: space-between; flex-wrap: wrap; }
  .tying-item { padding: 0 10px 20px 0; width: 30%; }
  .tying-title { height: 38px; }
  #wp-add-cart .tying-item { width: 50%; }
  #img-product-view a.active { margin: 0 0 0 30px; }
  #block-prod-view {
    grid-template-areas: "previews image" "description description";
    grid-template-columns: 80px calc(100% - 80px);
    grid-template-rows: fit-content(50%);
  }
  #img-product-view { min-height: 499px; }
  #block-prod-view .wrPrice-view { margin-top: 20px; padding: 0 20px 60px; }
  #block-prod-view .prod-tab-info { margin: 0 -20px; }
  #clone_users, #clone_menu-header {
    display: block !important;
  }
  #clone_users .h-line a, #clone_users [room-user] a {
    padding: 6px 0 6px 40px;
  }
  #result-search {
    padding: 10px;
    top: 100px;
    border-top: 1px solid #ccc;
  }
  #bg-search { top: 100px; }
  #block-add-cart .con>#wp-add-cart .sc-image,
  #block-add-cart .con>#wp-add-cart .sc-info {
    width: 50%;
  }
  #price-cart-mini {
    display: block !important;
  }
  .modal>div.wrapp>div>div>*,
  header [id*="block"]>div.wrapp>div>div>*,
  #block-add-cart>div.wrapp>div>div>*,
  #send-comment>div.wrapp>div>div>* {
    max-width: 95% !important;
  }
  header [id*="block"]>div.wrapp>div>div>div>div[id*="body"]:first-child {
    border-radius: 15px 15px 0 0 !important;
    height: auto !important;
    min-height: auto !important;
  }
  header [id*="block"]>div.wrapp>div>div>div>div[id*="body"]:nth-child(2) {
    border-radius: 0 0 15px 15px !important;
    height: auto !important;
    min-height: auto !important;
  }
  header [id*="block"]>div.wrapp>div>div>div>div[id*="body"] {
    width: 100% !important;
    float: none !important;
  }
  #wp-sform, #info-order {
    margin: 0;
  }
  .middle .container {
    -ms-grid-column: 1 !important;
  }
  .wrapper.active {
    left: 280px;
  }
  #sideLeft-bg.active {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main_menu {
    margin: 15px 0;
  }
  #clone_menu-header {
    margin: 0 0 15px;
}

#clone_menu-header ul li a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin: 0 0 5px;
  padding: 12px 10px;
  font-size: 1.2em;
}
  #close-sideLeft {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background-color: #0007;
    border-radius: 50%;
  }
  #close-sideLeft:before, #close-sideLeft:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 6px;
  }
  #close-sideLeft:after {
    transform: rotate(135deg);
  }


  .wrapper {
    grid-template-rows: auto auto auto auto !important;
    -ms-grid-rows: auto auto auto auto !important;
  }
  .wrapper aside.left-sidebar.active {
    left: 0;
    visibility: visible;
  }
  #menu-header > ul, a.catalog_btn, .search-cat div:first-child {
    display: none;
  }
  #header {
    margin: 0;
    height: 0;
  }
  #headerLeft,
  #headerRight, #bodyLogo {
    display: none;
  }
  #menu-header {
    margin-top: 0 !important;
    overflow: hidden;
    position: relative;
    height: 100px;
  }
  #wp-search {
    display: none;
    margin-top: 0;
    left: 56px;
    max-width: calc(100% - 105px);
    height: 50px;
    z-index: 50;
  }

  #query-search {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 16px 10px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
  }
  #result-search .text_search {
    font-size: 14px;
    line-height: 20px;
  }
  .search-cat > ul > li > span {
    width: 110px;
    text-align: right;
  }
  .butInfoTZ {
    width: 60%;
    margin: 10px auto;
    display: block;
  }
  .wrapper .middle {
    padding: 0 15px;
    width: calc(100% - 30px);
    grid-template-areas: "head head" "container container";
    grid-template-columns: fit-content(100%);
    -ms-grid-columns: fit-content(100%);
    grid-template-rows: auto;
  }
  .wrapper aside.left-sidebar {
    max-width: 280px;
    height: auto;
    padding: 0 15px;
    position: fixed !important;
    z-index: 1000;
    background-color: #fff;
    overflow: auto;
    top: 0;
    left: -100%;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .header .main_mnu_button {
    display: block;
    position: relative;
    float: left;
    width: 38px;
    height: 32px;
    margin: 8px 0 0 8px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    z-index: 1;
    background: #fff;
  }
  .header .main_mnu_button,
  .header .main_mnu_button:before,
  .header .main_mnu_button:after {
    box-sizing: border-box;
  }
  .header .main_mnu_button span {
    position: relative;
    display: block;
  }
  .header .main_mnu_button span:after {
    top: 18px;
  }
  .header .main_mnu_button span:before {
    top: 9px;
  }
  .header .main_mnu_button span,
  .header .main_mnu_button span:before,
  .header .main_mnu_button span:after {
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  .header .main_mnu_button span:before,
  .header .main_mnu_button span:after {
    content: "";
    position: absolute;
    left: 0;
  }
  .header .shopping-cart_mnu_button,
  .header .phone_mnu_button,
  .header .search_mnu_button {
    display: block;
    position: relative;
    float: right;
    width: 26px;
    height: 26px;
    margin: 13px 10px 0;
    cursor: pointer;
    z-index: 1;
    /* -webkit-background-size: contain !important;
    background-size: contain !important; */
  }
  #price-cart-mini {
    float: right;
    margin: 18px 0 0;
    font-size: 12px;
    color: #fff;
  }
  .header .phone_mnu_button {
    background: url(/images/site/icons.svg#phone-white) center no-repeat;
    background-size: 26px;
  }
  .header .search_mnu_button {
    position: absolute;
    height: 30px;
    background: url(/images/site/icons.svg#search-white) center center no-repeat;
    top: 42px;
    right: 7px;
    border-radius: 5px;
    width: 40px;
    background-color: var(--main-color);
    background-size: 20px !important;
  }
  .header .shopping-cart_mnu_button {
    background: url(/images/site/user-cart-white.svg) center no-repeat;
    background-size: contain;
  }
  .header .header_logo_wh {
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    display: inline-block;
  }
  .header .header_logo_wh span {
    background-image: url("/images/site/logo-white.svg");
    background-repeat: no-repeat;
    width: 80px;
    background-position: center;
    background-size: contain;
    height: 50px;
    display: block;
  }
  .middle div.head {
    margin-bottom: 0 !important;
  }
  .head h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  #banner-block {
    display: none;
  }
  .wp-product-grid {
    margin: 10px 0;
  }
  .wp-product-grid .price-product.fSize26 {
    font-size: 18px;
  }
  .wp-product-grid .price-product {
    margin: 0;
  }
  .hr2 { margin: 10px 0; }
  #order-products {
    flex-direction: column;
  }
  #order-products .cart-block, #order-products .order-block {
    border: 0;
    width: 100%;
    min-width: 100%;
  }
  .filter span.founded {
    position: fixed;
    background-color: var(--main-color);
    padding: 15px 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    left: 0;
    min-width: 100%;
    font-size: 16px;
  }
  .wp-grid-line {
    margin: 10px 0 5px;
  }
}
@media only screen and (max-width: 787px) {
  #block-tovar-grid {
    grid-template-columns: 48% 48%;
  }
  .wrPrice-list-ni {
    flex-direction: column;
    width: 20%;
  }
  .wp-srok-list-ni {
    flex-direction: column;
    align-items: center;
  }
  .price-wrapper-list {
    margin: 10px 0;
  }
  .wrPrice-list-ni.raschet {
    flex-direction: row;
  }
  #specifications .prod-tech, #specifications .prod-tech.floatRight {
    float: none;
    width: calc(100% - 20px);
  }
  #block-rand-prod { margin: 20px 0 0; }
  #block-rand-prod > span { font-size: 16px; font-weight: bold; }
  .tab_description ul.prod-tech { display: none; }
  .tabs_menu { flex-wrap: wrap; }
  .tabs_menu > span { flex: auto; width: 45%; font-size: 14px; }
  .tabs_menu > span:not(:nth-child(2n+1)):after, .tabs_menu > span > span { display: none; }
  /* #specifications .prod-tech li { width: calc(100% - 20px); } */
  .content h2 { font-size: 16px; padding-top: 0; }
  #cookie_notice {
    max-width: 100% !important;
    left: 0; right: 0; bottom: 0;
    border-radius: 0;
  }
}
.images_gal .title {
  display: block;
  padding: 5px 0;
  font-size: 14px;
}
.images_gal a {
  color: inherit;
}
.images_gal {
  margin: 15px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.images_gal br {
  display: none;
}
.images_gal.gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.images_gal.gap-30>* {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.images_gal>*,
.images_gal.full_width_last>.item_gal:last-child {
  padding: 5px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.images_gal * {
  display: block;
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.images_gal.col-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.images_gal.col-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.images_gal.col-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.images_gal.col-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.images_gal.col-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.images_gal img {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.images_gal.crop>* {
  position: relative !important;
  overflow: hidden;
  border: 5px solid #fff;
  padding: 0 !important;
}
.images_gal.crop img.hor,
.images_gal.crop img.ver {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.images_gal.crop img.hor {
  width: initial !important;
  max-width: initial !important;
  height: 100%;
}
.images_gal.crop img.ver {
  width: 100% !important;
  max-width: 100% !important;
  height: initial !important;
}
.wp_attent {
  margin: 10px 0;
  font-size: 12px;
}
.wp_attent b {
  font-size: 16px;
  font-weight: normal;
  color: #F00;
}
.prod-tab-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: #efefef;
  margin: 0 -47px;
  padding: 15px 0;
}
.prod-tab-info span {
  border-bottom: 1px dashed transparent;
}
.prod-tab-info span:hover {
  border-bottom: 1px dashed;
}
.attent_red {
  text-align: center;
  font-size: 16px;
  -webkit-animation: blink 1.5s linear infinite;
  animation: blink 1.5s linear infinite;
  font-weight: bold;
  color: #F00;
}
@keyframes blink {
  0% {
    color: #F00;
  }
  50% {
    color: #FBB;
  }
  100% {
    color: #F00;
  }
}
@media only screen and (max-width: 575px) {
  #img-product-view>span {
    font-size: 2.5vw;
  }
  #block-tovar-grid.index {
    grid-template-columns: 100%;
  }
  #block-add-cart .con>#wp-add-cart .sc-image,
  #block-add-cart .con>#wp-add-cart .sc-info {
    width: 100%;
  }
  #wp-add-cart .wp-product-card { align-items: flex-start; margin: 0; }
  #wp-add-cart .wp-img-product-list { height: 80px; max-width: 80px; }
  #wp-add-cart .wp-product-card .t-pr-list-ni, #wp-add-cart .prod-title-list-ni > p { flex: 1; margin: 0; order: 0; }
  #wp-add-cart .prod-title-list-ni a.title { font-size: 14px; margin: 0; }
  #wp-add-cart .price-pr-list-ni { width: 100%; order: 1; }
  .sc2-block-podcat>.pg-wrapp .sc-content * {
    font-size: 12px !important;
  }
  .titOst {
    width: 100%;
    float: none;
    text-align: center;
  }
  #header .header_logo_wh {
    left: 35%;
  }
  #price-cart-mini, .but_cat { display: none !important; }
  .images_gal>* {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .images_gal.col-2-max_575>* {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .images_gal.col-3-max_575>* {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .images_gal.crop img.hor,
  .images_gal.crop img.ver {
    position: static !important;
    top: auto !important;
    left: auto !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .images_gal.crop[class*="-max_"] img.hor,
  .images_gal.crop[class*="-max_"] img.ver {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  /* #content_prod .add-linkCart:before {
    content: none;
  } */
  .wrSort { float: right; }
  .filtered-count-prod { display: none !important; }
  .footer-block-left { width: 100%; text-align: center; }
  .dop_docs { flex-wrap: wrap; justify-content: space-between; }
  .dop_docs .doc-item { margin: 0 auto; width: 45%; min-width: auto; text-align: center; }
  .dop_docs .doc-item:last-child, .dop_docs .doc-image { margin: 0 auto; }
  .dop_docs .doc-size { display: none; }
  .dop_docs .doc-title { font-size: 12px; height: 36px; }
  #block-tovar-grid { grid-template-columns: 100%; }
  .wp-product-card .prod_links, #block-prod-view .prod-specs { display: none; }
  .wp-product-card { flex-wrap: wrap; }
  .wp-product-card > .prod_preview { order: -1; width: 120px; height: 100px; }
  .wp-product-card .t-pr-list-ni { width: calc(100% - 122px); order: -1; }
  .wrPrice-list-ni, .wp-product-list .t-pr-list-ni { margin-top: 10px; width: 100%; }
  .wp-srok-list-ni { flex-direction: row; justify-content: flex-end; }
  .tying-item { width: 45%; }
  #img-product-view { min-height: 300px; }
  #block-prod-view { grid-template-rows: fit-content(25%); }
  #info-profile li, #info-anketa li { width: 100%; padding: 10px 0 0; }
  .wp-product-list { flex-direction: column; }
  .to-cart-btn {
    flex-direction: column;
  }
  .to-cart-btn > div {
    width: 100%;
    margin: 10px 0;
  }
  .cart .wp-product-card {
    position: relative;
    align-items: flex-start;
    padding: 0;
  }
  .numCart { order: -1; }
  .cart .wp-product-card .t-pr-list-ni { width: calc(90% - 115px); }
  .cart .wp-product-card .price-pr-grid, .headerListCart { display: none; }
  .cart .wp-product-card .priceCart {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: left;
  }
  .count-number { margin-top: 0; }
  .cart .deletCart { position: absolute; top: 10px; right: 0; }
  .img-product-list { min-width: 80px; height: 100px; }
  .prod-header-top { flex-direction: column; margin: 0 0 10px;}
  .prod-header-top > div { margin: 5px 0; }
  #order-products .cart-block h3 { padding: 0 0 15px; }
  .price-wrapper-list {
    margin: 2px 0;
  }
  .price-pr-list-ni > .price.fSize26 {
    font-size: 22px;
  }
  .count-warning {
    min-width: 110px;
    top: -30px;
    left: 0;
  }
  .count-warning:after {
    left: 53px;
    right: auto;
    top: auto;
    bottom: -5px;
    border-left: 10px solid #0000;
    border-top: 5px solid #f00;
    border-right: 10px solid #0000;
    border-bottom: 0;
  }
  #reviews .wp_prod_rating { display: block; margin: 10px 0 0; }
  .compare_products .product_card { margin: 10px 0 0 10px; }
  .product_card--title { font-size: 12px; height: 55px; margin: 5px 0 0; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .cart-steps {
    font-size: 14px;
  }
  #info-order li > span {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  #info-order li label, .type-zakaz label, .label_style { font-size: 14px; }
  #info-order li input:not([type=radio]) { width: calc(100% - 12px); font-size: 14px; }
  #info-order li label:not(.label_delivery) { font-size: 14px; }
  #info-order li select { width: 100%; font-size: 14px; }
  .spec_wrapper { font-size: 12px; }
}
@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .wrPrice-view {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    float: none;
  }
  #block-prod-view .wrPrice-view {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  #wp_but_cat {
    margin: 20px 10px 10px;
  }
  #block-img-slide>div::-webkit-scrollbar {
    width: 0;
  }
  #block-img-slide>div {
    -ms-overflow-style: none;
  }
  #block-img-slide>div {
    overflow: -moz-scrollbars-none;
  }
}
@media only screen and (min-width: 1200px) {
  .adv {
    margin: 0 auto;
    max-width: 750px;
  }
}

/*Для описания*/

.bgg {
  overflow: hidden;
  position: relative;
}
.bgg:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: 290px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0) 20%, rgba(240, 240, 240, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0) 20%, rgba(240, 240, 240, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0) 20%, rgba(240, 240, 240, 1) 100%);
}
.bgg.tth_sp_text:before {
  margin-top: 180px;
}
