/* pretty css buttons http://devgrow.com/super-simple-css-buttons/ */
.button {
  padding: 5px 10px;
  display: inline;
  background: #777 url(/images/button.png) repeat-x bottom;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px #666;
  text-align: center;
}
.button:hover {
  background-position: 0 center;
}
a.button {
  text-decoration: none;
  margin-right: 10px;
}
a.button:hover {
  color: #ffffff;
  text-shadow: #000000;
}
.button:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
  /* padding: 6px 10px 4px; */
}
.button.red {
  background-color: #e50000;
}
.button.purple {
  background-color: #9400bf;
}
.button.green {
  background-color: #58aa00;
}
.button.orange {
  background-color: #ff9c00;
}
.button.vgl-orange {
  background-color: #e2530e;
}
.button.blue {
  background-color: #2c6da0;
}
.button.black {
  background-color: #333;
}
.button.white {
  background-color: #fff;
  color: #000;
  text-shadow: 1px 1px #fff;
}
.button.white:hover {
  background-color: #fff;
  color: #000;
  text-shadow: 1px 1px #fff;
}
.button.small {
  font-size: 75%;
  padding: 3px 7px;
}
.button.small:active {
  /* padding: 4px 7px 2px; */
  background-position: 0 top;
}
.button.large {
  font-size: 125%;
  padding: 7px 12px;
  margin-right: 15px;
}
.button.large:active {
  /* padding: 8px 12px 6px; */
  background-position: 0 top;
}
/* end of pretty css buttons */
.catalog-buttons {
  min-width: 120px;
}
.catalog-buttons .button {
  float: right;
/*  width: 130px; */
}
.contact-layout-table {
  display: table;
}
.contact-layout-table > * {
  display: table-cell;
}
.contact-filters {
  background-color: #FAF7F0;
  border-radius: 4px;
  padding: 0px 0px 0px 10px;
  margin-left: 20px;
}
.contact-filters > div {
  padding-right: 10px;
}
.contact-filter > h2 {
  border-bottom: 2px solid #D0D0D0;
  margin: 0 !important;
  padding: 4px 3px 2px 3px !important;
  white-space: nowrap;
}
.contact-filter-group {
  padding-top: 2px;
}
.contact-filter-group > ul {
  padding: 0px 2px 2px 0px !important;
  margin: 0 !important;
  color: #808080;
}
.contact-filter-group > ul > li {
  border-radius: 3px;
  margin: 0px 0px 2px 0px;
  padding: 1px 3px;
  list-style: outside none none !important;
  cursor: pointer;
}
.contact-filter-group > ul > li:hover {
  color: black;
}
.contact-filter-group > ul > li.contact-active {
  background-color: #808080;
  color: white;
}
.contact-filter-group > ul > li.contact-active:hover {
  background-color: black;
}
.contact-filter-all {
  font-weight: normal;
  margin-left: 5px;
  color: #808080;
  cursor: pointer;
}
.contact-filter-all:hover {
  color: black;
}
.contact-blocks > div {
  display: none;
}
.contact-blocks > div.contact-active {
  display: block;
}
.contact-list {
  border-collapse: separate;
  border-spacing: 0;
  border: 0 none;
}
.contact-list > tbody > tr > td {
  border-left: 1px solid #C0C0C0;
  vertical-align: top;
  padding: 15px 10px 4px 10px;
}
.contact-list > tbody > tr:first-child > td {
  padding-top: 4px;
}
.contact-list > tbody > tr > td:first-child {
  border-left: 0px none;
  padding-left: 0;
}
.contact-regions {
  display: none;
}
.contact-headers > td {
  color: #A0A0A0;
  font-weight: bold;
}
.contact-list-inactive {
  display: none;
}
.contact-margin {
  margin: 12px 0px !important;
}
.contact-item-details {
  display: none;
}
.contact-value-company {
  font-weight: bold;
}
.contact-value-type {
  background-color: #E0E0E0;
  font-size: 10px;
  border-radius: 4px;
  float: left;
  padding: 0px 4px 2px 4px;
  margin-top: 4px !important;
  text-transform: lowercase;
}
.contact-value-type-shop {
  background-color: #C0FAC0;
}
.contact-value-type-dealer {
  background-color: #B0F0FA;
}
.contact-value-type-install {
  background-color: #F0E0D0;
}
.contact-tabs {
  border: 1px solid #e2530e;
  border-radius: 4px;
  color: #e2530e;
}
.contact-tabs > div {
  padding: 7px;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
}
.contact-tabs > div.contact-active {
  background: #e2530e;
  color: white;
}
.contact-details-table {
  border-collapse: collapse;
  border: 0px none;
  padding: 0;
  border-spacing: 0;
}
.contact-details-table > tbody > tr > th,
.contact-details-table > tbody > tr > td {
  padding: 2px 6px 2px 0px;
  vertical-align: top;
  text-align: left;
}
.contact-details-table > tbody > tr > th {
  font-weight: bold;
}
.contact-link-details {
  text-decoration: none;
}
h2 > .contact-link-details {
  color: inherit;
}
.contact-details-company {
  display: none;
}
.montazh-regions {
  margin: 12px 0px;
  text-align: center;
}
.montazh-regions > div {
  display: inline-table;
}
.montazh-regions > div > ul {
  display: table-cell;
  padding: 0px 0px 0px 12px !important;
  margin: 0 !important;
  color: #808080;
  min-width: 150px;
  width: 200px;
}
.montazh-regions > div > ul > li {
  border-radius: 3px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 200%;
  vertical-align: middle;
  list-style: outside none none !important;
  text-align: left;
}
.montazh-banner {
  display: block;
  position: relative;
  background: transparent url(/images/montazh_banner2.png) no-repeat scroll left top;
  width: 660px;
  height: 272px;
  padding: 0;
  margin: 0;
}
.montazh-banner > input[type=text] {
  background-color: transparent;
  position: absolute;
  color: black;
  left: 53px;
  width: 195px;
  font-weight: bold;
  font-size: 120%;
  border: 0px none;
}
.montazh-banner > input[name=city] {
  top: 67px;
}
.montazh-banner > input[name=name] {
  top: 111px;
}
.montazh-banner > input[name=phone] {
  top: 158px;
}
.montazh-banner > input[type=submit] {
  position: absolute;
  left: 23px;
  top: 192px;
  width: 237px;
  height: 44px;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
.montazh-banner > input[type=submit]:hover {
  background-color: transparent;
}
.good-buttons {
  padding-left: 60px;
  font-size: 12px;
  float: left;
}
.good-buttons .button {
  display: block;
  margin: 0px 0px 20px 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
}
.good-buttons .cheap-click-order {
  display: block;
  margin: 0px 0px 10px 0px;
  padding-right: 5px;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
  color: #7f7f7f;
}
.good-picture-block {
  min-width: 240px;
  text-align: center;
}
.good-picture {
  max-width: 240px;
}
.good-buttons,
.good-descr-block {
  padding-left: 60px;
}
@media screen and (max-width: 1440px) {
  .good-buttons,
  .good-descr-block {
    padding-left: 30px;
  }
}
ul.product-features {
  float: left;
  clear: left;
  border: 0 none;
  font-size: 11px;
  font-weight: bold;
  padding: 0 !important;
  /*width: 330px;*/
  color: #000000;
  margin: 0px 0px 10px 0px !important;
}
ul.product-features > li {
  list-style: outside none none !important;
  margin-bottom: 6px;
}
ul.product-features span {
  color: #000000;
}
ul.product-features a {
  color: black;
  text-decoration: none;
}
.producer-icon {
  text-align: center;
  float: right;
  margin-bottom: 10px;
}
.producer-icon img {
  width: 150px;
  display: block;
  padding-top: 2px;
}
.ostatus {
  float: left;
  clear: left;
}
.videoreview-icon {
  float: right;
  clear: right;
  text-align: center;
  margin-bottom: 10px;
}
.videoreview-icon img {
  cursor: pointer;
  display: block;
  width: 220px;
  padding-top: 2px;
}
.price-table {
  float: left;
  margin-top: 20px;
  line-height: 33px;
  border-spacing: 0;
  border-collapse: separate;
  border: 0px none;
  color: black;
}
.price-table > tbody > tr > td,
.price-table > tbody > tr > th {
  padding: 0;
}
.price-table > tbody > tr > th {
  text-align: left;
  padding-right: 10px;
  font-weight: bold;
}
.price-table > tbody > tr > td {
  text-align: center;
  font-weight: normal;
}
.price-row-active > td,
.price-row-saving > td {
  font-size: 1.5em;
}
.price-row-inactive,
.price-row-line-through {
  color: #7f7f7f;
}
.price-row-saving > td > span {
  background-color: #c8f474;
  padding: 2px 10px 2px 10px;
}
.price-row-line-through > td {
  text-decoration: line-through;
}
#header-block {
  width: 100%;
  /* min-width: 1210px; */
}
.flex-center {
  display: flex;
  align-items: center; 
  justify-content: center;
}
.header-logo-block {
  /* width: 200px; */
}
.header-region-block {
}
.header-phone-block {
}
.header-basket-block {
  /* width: 250px; */
}

#basketwindow{

  text-decoration: none; color: inherit; display: flex; align-items: center;

}
.color-primary {
  color: #54a2d0;
}

#header-region-value {
  font: 14px/1.3 Arial, Helvetica, sans-serif;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 4px 4px 0px 0px;
  color: white;
}
#header-region-value > span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 10px;
  background: url('/img/region_sel_btn_up.png') 0 0 no-repeat;
}
/* #header-region-value.header-region-inactive > span {
  background: url('/img/region_sel_btn_down.png') 0 0 no-repeat;
} */
.globalshadow > div {
  background-color: #fff;
}

#header-region-value {
  background-color: transparent !important;
  color: #54a2d0;
}
.globalshadow.header-region-inactive {
  display: none !important;
}
.globalshadow a {
  color: #0d44a0;
}
.globalshadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.globalshadow > div {
  padding: 10px 0px 4px 15px;
  border-radius: 4px;
  display: table;
  z-index: 10;
}
.globalshadow ul {
  display: table-cell;
  padding: 0px 15px 0px 0px;
  margin: 0;
}
.globalshadow ul > li {
  margin: 0px 0px 6px 0px;
  padding: 0;
  list-style: outside none none;
}
.header-phone-value {
  font-size: 15px;
  color: #54a2d0;
  margin-bottom: 5px;
}
.header-phone-callback {
  color: inherit;
}
.header-line-2 {
  margin-top: 5px;
  padding: 0 12px;
  padding-left: 225px;
}
.header-nav {
  padding: 0 10px;
  padding-left: 228px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* background: #499bea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0); */
  /* IE6-8 */
}
.header-nav > li {
  display: inline-block;
  /* margin-left: 15px; */
}
.header-nav > li.links {
  text-align: right;
}
.header-nav .request {
  /* background-color: #E2530E; */
  font-weight: bold;
}
.header-nav a {
  display: inline-block;
/*   color: #54a2d0;
 color: white;
  text-decoration: none;
  font-size: 14px; */
}
.header-nav > a:hover {
  text-decoration: underline;
}
.header-nav > li.search {
  margin: 0 15px 0 15px;
}
/* .header-nav > li.search form input {
  background-color: #EDEDED;
  width: 150px;
  padding: 3px;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-nav > li.search form input:focus {
  background-color: white;
  -moz-box-shadow: inset 0 0 4px #000000;
  -webkit-box-shadow: inset 0 0 4px #000000;
  box-shadow: inset 0 0 4px #000000;
} */
#header-block .price {
  background: url('/img/sprit1.png') 0 -1px no-repeat;
  padding-left: 35px;
  font-size: 12px;
  position: absolute;
  left: 570px;
  top: 26px;
  display: block;
  padding-top: 8px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #0262B4;
}
#header-block .basket {
  background: url('/img/sprit1.png') 0 -512px no-repeat;
  padding-left: 30px;
  display: inline-block;
}
#header-block .basket .all {
  color: #2778c9;
  font-weight: bold;
}
#header-block .basket .total {
  color: #e2530e;
  font-weight: bold;
}
#header-block .tobasket a:hover,
#header-block .price:hover {
  color: #e96716;
  text-decoration: underline;
}
#mainWrapper {
  padding: 0 12px;
  position: relative;
  /* min-width: 1186px; */
}
.content ol {
  padding-left: 20px;
  margin: 10px 0;
}
.content ul {
  padding-left: 15px;
  margin: 10px 0;
}
/*.content ul li {
  list-style: disc;
} */
#content .contentWrapper {
  padding: 0 0 40px 224px;
  margin-top: 5px;
}
#content .content {
  float: right;
  width: 100%;
  position: relative;
  /* background: url('/img/sprit2.png') 0 -540px no-repeat; */
}
#content .online {
  padding-bottom: 14px;
}
#content .search {
  height: 47px;
  background: url('/img/sprit2.png') 0 -355px repeat-x;
  padding: 0 7px 4px;
}
#content .search input {
  vertical-align: middle;
  margin-right: 3px;
}
#content .search input.text {
  width: 148px;
  padding: 0 5px;
}
.content .navigation {
  height: 30px;
  margin: 0;
  padding: 0 0 0 1px;
  font-weight: bold;
}
.content .navigation li {
  height: 30px;
  background: url('/img/sprit2.png') 0 -413px repeat-x;
  float: left;
  padding: 0 5px;
  list-style: none;
  line-height: 29px;
  margin: 0 1px 0 0;
}
.content .navigation a {
  text-decoration: none;
  color: #fff;
}
.stUl,
.stUl li {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.context {
  padding: 0 10px 10px 10px;
}
.context .box {
  /* border: 1px solid #ececec; */
  /* padding: 4px 7px 7px; */
  margin-bottom: 15px;
}
.context .boxDark {
  border: 1px solid #bbb;
}
.context .boxTitle {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #2778C9;
  line-height: 13px;
}
.context .boxTitle a {
  text-decoration: none;
  color: #54a2d0;
}
.context h2,
.context .h2 {
  color: #2778C9;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.context h1,
.context h2,
.context h3,
.context p {
  margin-bottom: 15px;
}
div.context div.headoffer,
div.context div.contoffer,
div.context div.kpwrap {
  padding-top: 20px;
  border-left: solid 20px #ffffff;
  width: 530px;
  display: block;
  margin: 0;
}
.sidebar {
  /*float: left;
  width: 224px;
  margin-left: -224px;
  position: relative; */
}
.sidebar .nav {
  font-weight: bold;
  background: url('/img/sprit3.png') 0 0 no-repeat;
  padding: 5px 0 5px 2px;
  color: #e96716;
}
.sidebar .nav2 {
  font-weight: bold;
/*  background: url('/img/sprit3.png') 0 0 no-repeat; */
  padding: 5px 0 5px 2px;
  color: #e96716;
}
.sidebar .nav2 a {
  padding: 9px 0 9px 7px;
  text-decoration: none;
  height: 16px;
}
.sidebar .nav2 a:hover {
  /* color: #000; */
}
.sidebar .nav span.kat,
.sidebar .nav a {
  background: url('/img/sprit1.png') 6px -204px no-repeat;
  padding: 5px 0 5px 26px;
  text-decoration: none;
  height: 16px;
}
.sidebar a {
  /* color: #000000; */
}
.sidebar a:hover {
  /* color: #e96716; */
}
.sidebar .nav span.koltovarov {
  color: #111111;
}
.sidebar {
  /* border-top: 1px solid #BBB; */
}
.sidebar2 {
/*  float: left;
  left: 100%;
  margin-left: -182px;
  position: relative;
  width: 182px;
  text-align: right; */
}
#footer {
  background: #74beea;
  padding: 20px 0 30px 0;
  /* background: url('/img/sprit2.png') 0 -292px repeat-x; */
}
#footer .footerWrapper {
  font-size: 80%;
  background: url('/img/footerwrapp.png') 100% 0 no-repeat;
  height: 31px;
  color: #fff;
  padding-top: 19px;
  padding-left: 20px;
}
.counters {
  padding-left: 20px;
}
@media print {
  #footer,
  .counters,
  .sidebar,
  .sidebar2,
  #filterform,
  .globalshadow {
    display: none;
  }
  .header-1 {
    justify-content: flex-start !important;
  }
  .vg-content > div {
    grid-template-columns: 1fr !important;
  }
  #mainWrapper,
  #content .contentWrapper,
  .context {
    padding: 0;
    margin: 0;
  }
  html,
  #mainWrapper {
    min-width: 0;
  }
  .button-print {
    display: none;
  }
  /* Это блок, который добавляет виджет reformal */
  #reformal_tab {
    display: none;
  }
  .dont-print {
    display: none;
  }
}
.news-list {
  border-top: 1px solid #ECECEC;
  padding: 0px 6px;
  margin-top: 8px;
  clear: both;
}
.news-list > table {
  width: 100%;
  border: 0px none;
  border-spacing: 0;
  padding: 8px 0 8px 0;
}
.news-list > table > tbody > tr > td {
  padding: 0 0 0 0;
}
.news-list > table > tbody > tr > td:first-child {
  background-image: url(/img/bul1.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
}
.news-list > table > tbody > tr > td > a {
  text-decoration: none;
  font-weight: bold;
}
.news-list > table > tbody > tr > td > span {
  margin-right: 10px;
  color: #e2530e;
  font-size: 14px;
}
.news-list > table > tbody > tr > td:last-child {
  width: 14px;
}
.news-list > table > tbody > tr > td:last-child > a {
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.news-list > p {
  padding: 6px 0 6px 0;
  margin: 0;
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
}
.recom-block {
  font: 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
}
.recom-block li,
.recom-block ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.recom-block .recom-title {
  color: #d2530d;
  font-size: 9pt;
  font-weight: 700;
  margin: 10px 0 5px;
  text-transform: uppercase;
}
.recom-block .recom-items {
  text-align: left;
  /* RR override */
  text-align: center !important;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.recom-block .recom-item {
  display: inline-block;
  margin: 0 0 0 0;
  text-align: center;
  vertical-align: top;
  /* width: 145px !important; */
  /* RR override */
  width: 19% !important;
}
.recom-block .recom-item-price {
  color: #e2530e;
  font-size: 12px;
  font-weight: 700;
}
.recom-block .recom-item-image {
  margin: 0.5em 0 1.5em;
  min-width: 90px;
  min-height: 90px;
}
.recom-block .recom-item-brand,
.recom-block .recom-item-description {
  display: none;
}
.recom-block .recom-item-title {
  color: #2778c9;
  font-size: 12px;
  font-weight: 700;
  /* height: 50px; */
  line-height: 16px;
  padding: 0 5px;
  text-decoration: none;
  white-space: normal;
  /* RR override */
  /* height: 48px !important; */
}
.recom-block .recom-item:hover .recom-item-title {
  color: #c03200;
}
/* RR override */
/* .retailrocket.retailrocket-widget.retailrocket-theme-videoglaz .retailrocket-items {
  text-align: center !important;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
}
.retailrocket.retailrocket-widget.retailrocket-theme-videoglaz .retailrocket-items .retailrocket-item {
  width: 19% !important;
  margin: 0 0 0 0;
}
.retailrocket.retailrocket-widget.retailrocket-theme-videoglaz .retailrocket-items .retailrocket-item:nth-child(6) {
  display: none;
}
.retailrocket.retailrocket-widget.retailrocket-theme-videoglaz .retailrocket-item-title {
  /* height: 48px !important; 
  height: auto !important;
}

*/
/* Page Numbers */
.pages {
  white-space: nowrap;
  clear: left;
  font-size: 100%;
}
.pages a,
.pages span {
  display: block;
  float: left;
  padding: 4px 7px;
  margin-right: 0.1em;
  border: 1px solid #fff;
  background: #fff;
}
.pages span.current {
  border: 1px solid #2E6AB1;
  font-weight: bold;
  background: #2E6AB1;
  color: #fff;
}
.pages a {
  border: 1px solid #9AAFE5;
  text-decoration: none;
}
.pages a:hover {
  border-color: #2E6AB1;
}
.pages a.nextprev {
  font-weight: bold;
}
.pages span.nextprev {
  color: #666;
}
.pages span.nextprev {
  border: 1px solid #ddd;
  color: #999;
}

#bottom-good-message {
  text-align:justify;
  color:#333333;
  background-color:#eeeeee;
  padding:12px;
  font-size:80%;
}

.slider-i-wrap {
  width: 100px; height: 100px; padding: 5px; float: left; position: relative;
}

.slider-i {
  max-height: 100%;width: 90px; position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;
}

@media (max-width: 575.98px) {

  .flex-center {

    padding: 10px;
  }
}


.sm{box-sizing:border-box;position:relative;z-index:10;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

.sm-mint {
  border-top: 0px solid #519aec;
  border-bottom: 0px solid #519aec;
  background: #fff;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  line-height: 17px;
  text-decoration: none;
}
.sm-mint a.current {
  font-weight: bold;
}
.sm-mint a.disabled {
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(81, 154, 236, 0.2);
  border-radius: 0px;
}
.sm-mint a .sub-arrow::before {
  content: '+';
}
.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mint li {
  border-top: 1px solid rgba(81, 154, 236, 0.2);
}
.sm-mint > li:first-child {
  border-top: 0;
}
.sm-mint ul {
  background: rgba(81, 154, 236, 0.2);
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  border-left: 8px solid transparent;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 20px;
    border-radius: 0px 0px 0 0;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: transparent;
    color: #519aec;
  }
  .sm-mint a.highlighted {
    background: #dbeafb;
    color: #519aec;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 36px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 7px 4.69px 0 4.69px;
    border-style: solid dashed dashed dashed;
    border-color: #519aec transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #519aec transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #519aec transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #519aec transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    background: #dbeafb;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-mint ul ul {
    border-radius: 0px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #333;
    border-radius: 0;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #dbeafb;
    color: #519aec;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #dbeafb;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #519aec transparent;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #519aec transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 36px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 0px solid #519aec;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 0px 0px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    border-radius: 0px 0 0px 0px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #519aec transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #519aec;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0px 0 0 0px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: #519aec;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #519aec;
  }
  .sm-mint.sm-vertical ul {
    border-radius: 0px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}

.footer-social {
  width: 40px; height: 40px; border-radius: 50%; background-color: #fff; text-align: center; padding-top: 8px; color: #74beea;
  display: inline-block;
}

.form-one-click-input {
  width: 150px;
  display: inline-block;
}


    .context {
        padding: 0 !important;
    }
    #root-content {
        max-width: 1330px;
        width: 100%;
        margin: 0 auto;        
    }
    @media (max-width: 760px) {
        .header-line-2 {
            padding-left: 0;
        }
    }
    .ui-dialog {
        max-width: 100%;
    }
            .btn-default {
                background-color: rgb(221, 221, 221);
            }

            .stUl.news li {
                list-style: none;
            }

    .compare-item {
        display: none;
        position: absolute; bottom: 0; right: 0;
        cursor: pointer;
    }
    .compare-item i {
        color: #ccc;
    }
    .compare-item.added i {
        color: #54a2d0;
    }
    .compare-item.added {
        display: block;
    }
    .item-good:hover .compare-item {
        display: block;
    } 
    .compare-equals {
        background: #c5ffbe;
    }
    .stickySort thead {
        background: #fff;
    }

    .header-top-link {
    text-decoration: none;
    padding: 5px;
    display: inline-block;
    border-width: 0 1px 1px 1px;
    border-style: dashed;
    margin-right: 10px;        
    }


.catalog-seo-grid {
  display: grid;
}

.catalog-seo-grid-list {
  grid-row-start: 1;
  grid-row-end: 2;
}

.catalog-seo-grid-desc {
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 13px 0;
}

.compare-item{
    display: block; position: relative; 

    margin-top: 10px;
    font-size: 1.0em;
}
.compare-item.added {
    padding: 6px 10px;
    white-space: nowrap;
}
.compare-item button {
        font-size: 1.0em;
    padding: 6px 10px;
}


.popover.basket-popover-fw {
  width:250px !important;
  height:80px;
  max-width:250px !important;
}

.popover.basket-popover-fw .popover-header {
    text-align: center;
}

iframe {
  max-width: 100%;
}

.swiper-cat {
  height: 100px; display: flex; align-items: center; justify-content: center;
}

.swiper-cat > img {
  width: 90px; max-height: 90px;
}

.good-label {
  white-space: nowrap;
}

.col-good-h {
    flex: 0 0 294px;
}

.col-good-h-f {
    width: 153px; float: left;padding: 13px;
}

.col-good {
    flex: 0 0 276px; display: flex;
}

.sd-buttons {
    padding: 10px 0;
}

@media screen and (max-width: 1200px) {
.sd-buttons {
    padding: 0;
}
.compare-item {
    margin-top: 0;
}
}
@media screen and (max-width: 600px) {

.catalog-header {
    display: none;
}
.col-good {
    flex: 0 0 100%;   
}
.col-good-c {
    padding: 0;
}
.col-good-d {
    padding: 0;
}
.col-good-h {
    flex: 0 0 349px;
}
.col-good-h-f {
    width: 203px;
}
}
