body
{
  font-size: 11pt;
  font-family: 'Roboto', Arial;
  color: #444;
  background: none;
}

body, .container, .container-fluid
{
  min-width: 320px !important;
}

a, button
{
  outline: 0;
}

a
{
  text-decoration: underline;
  text-decoration-style: dotted !important;
}

a.red-link
{
  color: #ff0000;
}

a:hover
{
  text-decoration-style: solid !important;
}

hr
{
  border-top: 1px solid #cecece;
}

h1, h2, h3, h4, h5
{
  color: #444;
}

h1
{
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 0.9em;
}

h5
{
  font-size: 0.8em;
}

a
{
  color: #256eb7;
}

a:focus, a:hover
{
  color: #113a53;
}

p {
  margin-bottom: 15px;
}

table
{
  width: 100%;
}

.clearfield
{
  position: relative;
  display: inline-block;
}

.navbar-collapse .clearfield
{
  width: 100%;
}

.clearfield-button
{
  background: #fff;
  color: #ccc;
  cursor: pointer;
  position: absolute;
  top: 1px;
  display: none;
  text-align: center;
  border-radius: 5px;
}

.calculate-delivery
{
  border: solid #ccc 1px;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px;
}

.calculate-delivery .title
{
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 5px;
}

.calculate-delivery .hint
{
  text-align: center;
  margin-bottom: 10px;
}

.calculate-ozon
{
  border-color: #005bff;
  background: #e8f0ff;
}

.ozon-reseiver-address
{
  position: relative;
}

.ozon-reseiver-address:after
{
  display: block;
  content: "";
  width: 50px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-left: solid #ccc 1px;
  background: url('../images/design/zoom3.png') center center no-repeat;
  cursor: pointer;
  z-index: 2;
}

.cart .ozon-reseiver-address:after
{
  height: 30px;
}

.loading
{
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  margin: 15px auto 15px auto !important;
  background-image: url('../images/design/loading-buffering.gif');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.ozon-variant
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cart .ozon-variant
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ozon-variant .ozon-variant-check
{
  flex: 0 0 30px;
}

.ozon-variant .ozon-variant-name
{
  flex: 1 1 auto;
  width: auto;
}

.ozon-variant .ozon-variant-address
{
  flex: 0 0 100%;
  padding-left: 30px;
}

.ozon-variant .ozon-variant-phone
{
  flex: 0 0 100%;
  padding-left: 30px;
}

#ozon_amount > div
{
  margin-top: 30px;
}

#ozon_amount > div span
{
  font-size: 1.2em;
  font-weight: bold;
}

.ui-menu .ui-menu-item a
{
  font-size: 10pt;
  line-height: 1;
}

.page_title
{
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  background: #256eb7;
  color: #fff;
  margin: -15px -15px 10px;
  padding: 10px 25px;
  float: left;
  clear: both;
}

.attention + h1
{
  margin-top: 10px;
}

.page_title2
{
  font-size: 1.8em;
}

.page_title2 span.subtitle
{
  font-size: 0.6em;
  display: block;
  clear: both;
}

.attention + .breadcrumbs
{
  margin-top: 10px;
}

.breadcrumbs
{
  list-style: none;
  margin: 10px 0 -10px 0;
  padding: 0;
}

.breadcrumbs a
{
  text-decoration: none;
}

.breadcrumbs > li
{
  display: inline-block;
  position: relative;
}

.breadcrumbs > li > a
{
  display: block;
}

.breadcrumbs > li > span
{
  color: #777;
}

.breadcrumbs > li > a:after,
.breadcrumbs > li > span:after
{
  content: "/";
  display: inline-block;
  width: 14px;
  text-align: center;
  color: #777;
}
.breadcrumbs > li.dropdown > a:after,
.breadcrumbs > li.dropdown > span:after
{
  content: "▾/";
  width: 25px;
  text-align: left;
  margin-left: 3px;
}

.breadcrumbs > li.dropdown > a.noslash:after
{
  content: "▾";
}

.breadcrumbs > li.dropdown:last-child > a:after,
.breadcrumbs > li.dropdown:last-child > span:after
{
  content: "▾";
}

.breadcrumbs ul
{
  display: none;
}

.breadcrumbs ul li
{
  line-height: 1.2em;
  margin-bottom: 5px;
}

.breadcrumbs li:hover ul
{
  position: absolute;
  display: block;
  z-index: 300;
  margin: 0;
  padding: 0;
  background: #fafafa;
  list-style: none;
  border: solid #ccc 1px;
  min-width: 250px;
  box-shadow: 0 3px 5px 2px rgba(100, 100, 100, .3);
}

.breadcrumbs ul li
{
  margin: 0px;
}

.breadcrumbs ul a
{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 10px;
}

.breadcrumbs ul a:hover
{
  background-color: #f2f2f2;
}

.path, .path a
{
  text-align: left;
  clear: both;
  font-style: italic;
}

.attention + .path
{
  margin-top: 10px;
}

.path
{
  margin-top: 20px;
  margin-bottom: -10px;
}

.pre-header
{
  background: #256eb7;
  margin-top: 10px;
}

.pre-header .data
{
  display: block;
  float: left;
  width: 25%;
  line-height: 50px;
  color: #fff;
}

.pre-header a
{
  color: #fff;
}

.pre-header .data p
{
  margin: 0px;
}

.search-box
{
  display: block;
  margin-top: 10px;
}

.search-box input[type=text]
{
  background: #fff;
  display: block;
  float: left;
  width: 85%;
  padding: 0px 5px;
  margin: 0px;
  border: solid #ccc 1px;
  border-right: none;
  height: 33px;
  line-height: 33px;
}

.search-box input[type=submit]
{
  display: block;
  float: left;
  width: 15%;
  padding: 0px;
  margin: 0px;
  border: solid #ccc 1px;
  border-left: none;
  background: #fab631 url(../images/design/zoom3.png) center center no-repeat;
  height: 33px;
}

.minicart
{
  display: block;
  width: 260px;
  margin: 0px auto 0px auto;
  line-height: 1;
  text-align: center;
}

.minicart > div
{
  margin: 15px auto 17px auto;
  font-size: 1.15em;
}

.minicart img
{
  vertical-align: middle;
  margin-right: 5px;
}

.minicart a.order
{
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fab631;
  color: #256eb7;
  border-bottom: solid #c98e1b 3px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 0px auto;
}

.minicart a.order:focus
{
  border-top: solid #c98e1b 3px;
  border-bottom: none;
  line-height: 30px;
}

.header, .header .header-phones, .header .header-phones > table, .header .logo
{
  height: 165px;
  overflow: hidden;
}

.header-phones > table > tbody > tr > td
{
  padding-top: 5px;
  padding-bottom: 5px;
}

.header
{
  background: #fff;
  margin-top: 20px;
}

.header .logo
{
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  background: #fab631;
}

.header .logo a
{
  font-size: 1.1em;
  text-decoration: none;
}

.header .logo img
{
  padding-top: 53px;
  max-width: 100%;
}

.header .header-phones
{
  display: block;
  float: left;
  width: 75%;
  padding-left: 20px;
  overflow: hidden;
}

.header .header-phones > table
{
  width: 100%;
}

.header .header-phones table table
{
  margin: 0px auto;
  width: auto;
  min-width: 420px;
}

.header .header-phones table td
{
  line-height: 1.2;
}

.navbar-brand
{
  padding-top: 10px;
  text-decoration: none;
}

.navbar-brand span
{
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: -2px;
}

.slick-slide-gallery
{
  padding: 0 30px;
}

.slick-slide-gallery a
{
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2b2b2b;
}

.slick-slide-gallery img
{
  border: 1px solid #aaa;
  padding: 3px;
}

.slick-slide-gallery .slick-prev
{
  left: -5px;
}

.slick-slide-gallery .slick-next
{
  right: -5px;
}

.slick-slide-gallery .slick-dots
{
  position: static;
  text-align: center;
}

.slick-slide-gallery .slick-slide img
{
  margin: auto;
}

#content
{
  position: relative;
  z-index: 1;
}

.attention
{
  margin-top: 10px;
}

.attention + .benefits
{
  margin-top: 10px;
}

.benefits
{
  text-align: justify;
  margin-top: 20px;
}

.benefits div.benefit, .benefits:after
{
  margin: 0;
  padding: 0;
  display: inline-block;
}

.benefits div.benefit
{
  position: relative;
}

.benefits div.benefit img
{
  border: 4px solid #fff;
  height: 164px;
}

.benefits div.benefit div
{
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 1.1em;
  text-align: left;
}

.benefits:after
{
  content: "\0020";
  width: 100%;
  height: 0;
}

.index-slider
{
  margin-top: 20px;
}

.index-slider .slick
{
  display: block;
  margin: 0px 0px 0px auto;
}

.attention + .group-top-info
{
  margin-top: 10px;
}

.group-top-info
{
  font-weight: bold;
  color: #256eb7;
  font-size: 1em;
  margin-top: 20px;
}

.group-top-info table
{
  width: 100%;
}

.group-top-info table td
{
  width: 40%;
}

.group-top-info table td:last-child
{
  width: 20%;
}

.page_content
{
  margin-top: 20px;
  background: #fff;
  padding: 15px;
}

.page_content > :last-child
{
  margin-bottom: 0;
}

img.rounded
{
  border: 1px solid #ccc;
  padding: 3px;
}

#content table, #content iframe, #content img
{
  max-width: 100%;
}

table.table-responsive
{
  display: block;
}

.ui-tabs.ui-widget
{
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
  border: none;
}

.ui-tabs.ui-widget ul.ui-widget-header
{
  margin: -15px 0 0 -15px;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
}

.ui-tabs.ui-widget .ui-tabs-nav li
{
  border: none;
  margin: 0;
  background: none;
}

.ui-tabs.ui-widget .ui-tabs-nav li a
{
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #256eb7;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 0.95em;
}

.ui-tabs.ui-widget
{
  padding: 0px;
}

.generated_gallery a, .search_results .record h2 a
{
  text-decoration: none;
}

.ui-tabs.ui-widget .ui-tabs-nav li.ui-state-active a
{
  color: #fff;
  background: #256eb7;
}

.ui-tabs.ui-widget .ui-tabs-panel
{
  padding: 15px 0 0 0;
}

.ui-tabs.ui-widget .ui-tabs-panel>:last-child
{
  margin-bottom: 0;
}

.ui-tabs.ui-widget .ui-tabs-panel a
{
  color: #256eb7;
}

.ui-tabs.ui-widget .ui-tabs-panel a:hover
{
  color: #113a53;
}

.ui-tabs.ui-widget a.show_more,
a.show_more
{
  display: block;
  width: 150px;
  margin: 15px auto 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #256eb7;
  border-bottom: solid #17538e 2px;
  color: #fff;
  text-decoration: none;
}

.ui-tabs.ui-widget a.show_more:hover,
a.show_more:hover
{
  color: #fff
}

.ui-tabs.ui-widget a.show_more:before,
a.show_more:before
{
  content: '▾'
}

.catalog-groups + .preview-items {
  margin-top: 40px;
}

.items-block .h3
{
  text-decoration: none;
  font-size: 1.5em;
}

.items-block .h3:hover
{
  text-decoration: underline;
}

.items-block .group-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.items-block .items
{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

.items-block .catalog-item
{
  flex: 0 0 100%;
  padding: 15px;
}

.items-block .catalog-item > div
{
  padding: 10px;
  border: 1px solid #dfdfdf;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.items-block .catalog-item.export > div
{
  border-color: #eba134;
  border-width: 2px;
}

.items-block .catalog-item .carousel .slide:nth-child(1n+2)
{
  display: none;
}

.items-block .catalog-item .image
{
  width: 100%;
  height: 200px;
  margin: 0 auto 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.items-block .catalog-item .image .carousel
{
  max-width: 200px;
}

.items-block .catalog-item .image a.slide img
{
  height: 200px;
  max-height: 200px;
}

.items-block .catalog-item .image .slick-dots
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  pointer-events: none;
}

.items-block .catalog-item .image .slick-dots li
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  flex: 0 0 30px;
  position: relative;
  pointer-events: none;
}

.items-block .catalog-item .image .slick-dots li:first-child,
.items-block .catalog-item .image .slick-dots li:last-child
{
  flex-grow: 1;
}

.items-block .catalog-item .image .slick-dots button
{
  width: 100%;
  height: 20px;
  display: block;
  font-size: 0px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding: 18px 3px 0px 3px;
}

.items-block .catalog-item .image .slick-dots li:first-child button
{
  text-align: right;
}

.items-block .catalog-item .image .slick-dots li:last-child button
{
  text-align: left;
}

.items-block .catalog-item .image .slick-dots button::before
{
  display: inline-block;
  position: static;
  height: 2px;
  width: 24px;
  background: #cfcfcf;
  font-size: 0px;
}

.items-block .catalog-item .image .slick-dots .slick-active button::before
{
  background: #256eb7;
}



.items-block .catalog-item .visible-image
{
  flex: 0 0 100%;
  position: relative;
}

.items-block .catalog-item .more-images
{
  display: flex;
  justify-content: stretch;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 0px 0px 10px 0px;
  z-index: 100;
}

.items-block .catalog-item .more-images a
{
  flex: 0 0 17px;
  min-width: 17px;
  position: relative;
}

.items-block .catalog-item .more-images a:first-child,
.items-block .catalog-item .more-images a:last-child
{
  flex-grow: 1;
}

.items-block .catalog-item .more-images a::after
{
  display: block;
  background: #cfcfcf;
  width: 13px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 2px;
}

.items-block .catalog-item .more-images a:first-child::after
{
  right: 2px;
  left: auto;
}

.items-block .catalog-item .more-images a.active::after
{
  background: #256eb7;
}

.items-block .catalog-item .title
{
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.items-block .catalog-item .title a
{
  display: block;
  text-decoration: underline;
  line-height: 1.2;
}

.items-block .catalog-item .attributes,
.items-block .catalog-item .note
{
  color: #777;
  line-height: 1.2;
  font-size: 0.9em;
  padding-bottom: 5px;
}

.items-block .catalog-item .with-options
{
  color: #ff0000;
  line-height: 1.2;
  font-size: 0.9em;
  padding-bottom: 5px;
}

.items-block .catalog-item .note:last-child
{
  margin-bottom: 0;
}

.items-block .catalog-item .order-block .cost
{
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}

.items-block .catalog-item .order-block .cost span
{
  font-size: 0.9em;
  color: #c32323;
  text-decoration: line-through;
  padding-right: 5px
}

.items-block .catalog-item .order-block .availability
{
  font-size: 1em;
  color: #777;
  margin-bottom: 5px;
}

.items-block .catalog-item .order-block .availability img
{
  vertical-align: middle;
  padding-bottom: 2px;
  margin-right: 5px
}

.items-block .catalog-item .order-block .compare label,
.order-button .compare label
{
  font-size: 0.9em;
  margin-left: 5px;
}

.order-button .compare
{
  margin-top: 5px;
}

.item .order-block .item-options
{
  text-align: center;
}

.item .order-block .item-options select
{
  margin-left: 5px;
}

.possible-ozon-delivery
{
  text-align: center;
  margin-top: 10px;
}

.regular-btn
{
  display: inline-block;
  line-height: 30px;
  padding: 0px 15px;
  background: #fab631;
  border: none;
  border-bottom: solid #c98e1b 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: bold;
  cursor: pointer;
  vertical-align: bottom;
}

.regular-btn:focus
{
  border-top: solid #c98e1b 2px;
  border-bottom: none;
}

.regular-btn:hover
{
  background: #ffad0d;
}

.items-block .catalog-item .order-block .order-button button
{
  display: inline-block;
  margin: 5px auto 0;
  width: 75%;
  height: 40px;
  line-height: 40px;
  background: #fab631;
  border: none;
  border-bottom: solid #c98e1b 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: bold;
  cursor: pointer;
  vertical-align: bottom;
}

.items-block .catalog-item .order-block .order-button button:focus
{
  border-top: solid #c98e1b 2px;
  border-bottom: none;
}

.items-block .catalog-item .order-block .order-button button:hover
{
  background: #ffad0d;
}

.items-block .catalog-item .order-block .order-button button img
{
  vertical-align: middle;
  margin-right: 10px;
}

.items-block .catalog-item .order-block .num
{
  color: #777;
  font-size: 0.9em;
  margin-top: 5px
}

.items-block .catalog-item .order-block .qty
{
  display: inline-block;
  width: 15%;
  margin: 5px auto 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  vertical-align: bottom;
  border: 2px solid #FAB631;
  border-bottom: solid #c98e1b 2px;
  font-size: 1.1em;
  text-align: center;
}

div.in-cart
{
  background: #fff;
  color: #eba134;
  border: solid #eba134 2px;
  text-align: center;
  margin: auto;
  height: 40px;
  margin-top: 10px;
  line-height: 38px;
  font-weight: bold;
  font-size: 1.1em;
}

div.in-cart a
{
  color: #eba134 !important;
}

.item.catalog-item div.in-cart
{
  height: 50px;
  line-height: 48px;
  width: 97%;
}

.items-block .catalog-item .mark
{
  text-align: left;
}

.items-block .catalog-item .ozon-mark
{
  width: 32px;
  height: 32px;
  background: url('/images/design/ozon-icon-logo.png') top left;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 12px;
}

.items-block .catalog-item .mark
{
  background: #c32323;
  background: rgba(195, 35, 35, .7);
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  padding: 0 15px 0 10px;
  line-height: 26px;
  min-width: 80px;
}

.items-block .items
{
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.manufacturers {
  margin-top: 20px;
  background: #fff;
}

.manufacturers h2 {
  font-size: 0.9em;
  text-transform: uppercase;
  background: #256eb7;
  color: #fff;
  font-weight: bold;
  margin: 0px 0 0 0px;
  padding: 10px 0;
  width: 150px;
  text-align: center;
}

#scroller
{
  background: url(../images/design/scroll.png) 50% 50% no-repeat #FFF;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .61);
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 54px;
  height: 54px;
  padding: 0;
  display: none;
  z-index: 10;
}

.comparison-block
{
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px;
  background: #fab631;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  z-index: 1000;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}

.comparison-block > div
{
  display: inline-block;
}

.comparison-block > div > span
{
  display: inline-block;
  border-bottom: dashed #fff 1px;
  font-weight: bold;
  margin-right: 15px;
  cursor: pointer;
}

.comparison-block > div > a
{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid #fff 2px;
  padding: 0px 15px;
  margin-left: 5px;
}

.comparison-block > div > a.clear-comparison
{
  color: #d56464;
  border-color: #d56464;
}

div.compare-items
{
  max-height: 70vh;
  overflow-y: scroll;
}

.compare-items > div
{
  border-bottom: dashed #ccc 1px;
  padding: 10px 0px;
}

.compare-items .image
{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  margin-right: 4%;
}

.compare-items .data
{
  display: inline-block;
  vertical-align: middle;
  width: 76%;
  padding: 0px 5px;
}

.compare-items .image img
{
  max-width: 95%;
}

.compare-items .data a.title
{
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}

.compare-items .data a.title:hover
{
  text-decoration: underline;
}

.compare-items .cost .old-cost
{
  margin-left: 15px;
  text-decoration: line-through;
  color: #aaa;
}

.compare-items a.remove
{
  text-decoration: none;
  color: #d56464;
  font-size: 0.9em;
}

.compare-items-table th, .compare-items-table td
{
  min-width: 200px;
  white-space: normal !important;
}

.compare-items-table .image
{
  vertical-align: middle;
  text-align: center;
}

.compare-items-table .remove-cell
{
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}

.compare-items-table a.remove
{
  font-size: 0.9em;
  color: #d56464;
  text-decoration: none;
}

.compare-items-table a.remove:hover
{
  text-decoration: underline;
}

.compare-items-table .title
{
  line-height: 1.2;
}

.compare-items-table .title a
{
  text-decoration: none;
}

.compare-items-table .title a:hover
{
  text-decoration: underline;
}

.compare-items-table .cost
{
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

.compare-items-table .old-cost
{
  text-align: center;
  color: #777;
  text-decoration: line-through;
}

.toggle-same-values
{
  display: inline-block;
  margin-bottom: 15px;
}


.footer
{
  background: #5f5f5f;
  border-bottom: solid #5f5f5f 1px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1em;
  color: #fff;
}

.footer > div
{
  margin-bottom: 20px;
}

.footer a
{
  color: #fff;
}

.footer a:hover
{
  color: #a4d9f9;
}

.footer .search-box
{
  clear: both;
  margin: 10px 0 0;
  width: 225px;
  height: 25px;
}

.footer .search-box input[type=text]
{
  width: 200px;
  height: 25px;
  line-height: 25px;
  color: #333;
}

.footer .search-box input[type=submit]
{
  width: 25px;
  height: 25px;
  background: url(../images/design/zoom.jpg) center center no-repeat;
}

.footer .h3
{
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #fff;
}

.footer .menu ul
{
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .menu ul li
{
  padding: 0 0 5px;
  line-height: 1.2;
}

.footer .menu ul li.active a
{
  color: #a4d9f9;
}

.footer .payments img
{
  margin: 0px 5px 5px 0px;
}

.prepend-top
{
  margin-top: 20px;
}

.append-bottom
{
  margin-bottom: 20px;
}

.generated_gallery
{
  display: block;
  margin: 0;
}

p > .generated_gallery
{
  margin-bottom: -20px;
  text-indent: 0;
}

.generated_gallery a
{
  display: inline-block;
  text-align: center;
  margin: 0 5px 20px;
  color: #2b2b2b;
  vertical-align: top;
  max-width: 210px;
}

.generated_gallery a.big
{
  max-width: 410px;
}

.generated_gallery img
{
  border: 1px solid #aaa;
  padding: 3px;
}

table.border
{
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 0;
}

table.border td, table.border th
{
  border-left: solid #ccc 1px;
  border-top: solid #ccc 1px;
  padding: 4px;
}

span.required
{
  color: #c32323;
}

.form .row
{
  margin: 0px 0px 10px 0px;
}

.form label
{
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
}

.form input[type=text], .form input[type=password], .form select, .form textarea
{
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  border: solid #ccc 1px;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px;
}

.form select
{
  padding: 0px;
}

.form select option
{
  border-right: solid #ccc 2px;
}

.form select option:last-child
{
  border-bottom: solid #ccc 2px;
}

.form select option:hover, .form select option:focus
{
  background: #efefef;
  color: #333;
}

.form .note, .form .hint
{
  font-size: 0.9em;
  color: #777;
}

.form .errorMessage
{
  display: block;
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  color: #c32323;
}

.form .buttons
{
  text-align: center;
}

.form .buttons button
{
  margin: 0px 5px 10px 5px;
}

.form button[type=submit], .form .button
{
  display: inline-block;
  text-decoration: none;
  padding: 0px 25px;
  height: 40px;
  line-height: 40px;
  background: #fab631;
  border: none;
  border-bottom: solid #c98e1b 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: bold;
  cursor: pointer;
}

.form button[type=submit]:hover, .form .button:hover
{
  background: #ffad0d !important;
  border: none !important;
  border-bottom: solid #c98e1b 2px !important;
}

.form button[type=submit]:focus, .form .button:focus
{
  border: dotted #777 2px;
}

.credit-button
{
  background: #1dadf1 !important;
  border-color: #1dadf1 !important;
  color: #fff !important;
}

.credit-button:hover
{
  background: #1073af !important;
}

.form .errorSummary
{
  padding: 10px;
  margin-bottom: 20px;
  color: #c32323;
  background-color: #FFE0E1;
  border: solid #c32323 1px;

}

.errorSummary hr
{
  border-top-color: #e4b9c0;
}

.form .inline label, .form .inline input, .form .inline select
{
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 0px;
}

.main-group
{
  text-align: center;
  margin-top: 20px;
}

.main-group a
{
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
  border-bottom: dotted #444 1px;
  font-size: 1.5em;
}

.catalog-groups
{
  margin: 15px -5px 10px -5px;
  display: flex !important;
  flex-wrap: wrap;
}

.catalog-groups a
{
  color: #444
}

.catalog-groups .group-item
{
  text-align: center;
  flex: 0 0 25%;
  padding: 5px;
}

.catalog-groups .group-item > div
{
  border: solid #ccc 1px;
  height: 100%;
  padding: 10px;
}

.catalog-groups .group-item .image
{
  max-height: 150px;
}

.catalog-groups .group-item .image img
{
  max-width: 100%;
  max-height: 150px;
}

.catalog-groups .group-item .image_v2
{
  max-height: 360px;
}

.catalog-groups .group-item .image_v2 img
{
  max-width: 100%;
  max-height: 360px;
}

.catalog-groups .group-item div.data
{
  font-size: 0.95em;
  padding: 10px 5px 0px;
  line-height: 1;
}

.ui-tabs .catalog-groups .group-item .data a
{
  line-height: 1.2;
  color: #444;
}

.catalog-groups .main-subgroup a
{
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.catalog-groups .main-subgroup a:hover
{
  text-decoration: underline;
}

.catalog-groups .cheapest
{
  margin-top: 10px;
}

.group-content
{
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  background: rgba(255, 255, 255, .5)
}

.group-content + .page_content
{
  margin-top: 0;
}

.group-content > .page_content
{
  margin: 0px -15px 20px -15px;
}

.group-content > .page_content:first-child
{
  margin-top: -15px;
}

.group-content > .page_content:last-child
{
  margin-bottom: -15px;
}

.sidebar
{
  margin-bottom: 20px;
  padding: 0px 15px;
  float: left;
}

h2.relative-groups
{
  font-size: 1.1em;
  margin-top: 40px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid #ccc 1px;
}

h2.relative-groups + ul
{
  font-size: 1em;
  list-style-image: url(../images/design/list.png);
  margin-bottom: 40px;
}

h2.relative-groups + ul li
{
  margin-bottom: 10px;
  line-height: 1.2;
}

.item-holder
{
  padding: 0px 15px;
}

.sidebar + .item-holder
{
  float: left;
}

.pre-filters
{
  margin-bottom: 10px;
}

.pre-filters > a
{
  display: inline-block;
  margin: 0px 10px 10px 0px;
  border: solid #256EB7 2px;
  padding: 5px 10px 5px 10px;
  color: #256EB7;
  border-radius: 5px;
  text-decoration: none;
}

.filter
{
  margin-bottom: 15px;
}

#expand-filter
{
  display: block;
  text-align: center;
  border-top: dotted #777 1px;
  padding-top: 10px;
  font-weight: bold;
}

#expand-filter:after
{
  display: inline-block;
  content: "▾";
}

.filter .reset-filter
{
  float: right;
}

.reset-filter
{
  color: #c32323;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 7px;
}

.reset-filter:hover
{
  color: #c32323;
}

.reset-filter span
{
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 0.7em;
  padding: 0;
  margin-right: 3px;
  text-align: center;
  border: 1px solid #c32323;
  border-radius: 50%;
}

#filter-form .attribute ul li input
{
  float: left;
  word-wrap: break-word;
  hyphens:auto;
}

.filter .filter-title
{
  font-size: 1.1em;
  color: #256eb7;
  font-weight: bold;
}

#filter-form
{
  display: block;
  padding: 0;
}

#filter-form .attribute
{
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: dotted #ccc 1px;
  word-wrap: break-word;
  hyphens:auto;
}

#filter-form .attribute.active .title
{
  color: #c32323;
}

#filter-form > .attribute:first-child
{
  border-top: dotted #ccc 1px;
}

#filter-form .attribute div:first-child
{
  font-size: 0.95em;
  margin-bottom: 5px;
  font-weight: bold;
}

#filter-form .attribute input[type=text]
{
  display: inline-block;
  width: 25%;
  margin: 0 5px;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 2;
  height: 2em;
  border-radius: 5px;
  border: solid #aaa 1px;
}

#filter-form .attribute label
{
  font-weight: normal;
}

#filter-form .ui-slider
{
  height: 4px;
  margin-top: 10px
}

#filter-form .ui-slider-range
{
  height: 4px;
  background: #256eb7;
}

#filter-form .ui-slider-handle
{
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

#filter-form .attribute ul
{
  list-style: none;
  margin: 0;
  padding: 0
}

#filter-form .attribute ul li
{
  float: left;
  width: 50%;
  max-width: 100%;
}

#filter-form .attribute ul li input+span
{
  margin-left: 20px;
  display: block;
  line-height: 1.2;
}

.filter #filter-form #filter-button
{
  display: block;
  float: none;
  width: 100%;
  margin: 15px auto 0;
  line-height: 3;
  background: #c32323;
  border: none;
  border-bottom: solid #831818 2px;
  color: #fff;
}

.filter #filter-form #filter-button img
{
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 3px;
}

#filter-form .attribute .helper
{
  display: inline-block;
  width: 16px;
  line-height: 14px;
  padding: 0;
  margin-left: 3px;
  margin-top: -2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #999;
  font-weight: normal;
}

#filter-form .attribute div.my-tooltip
{
  color: #444;
  text-align: left;
}

#filter-form+#ajaxListView
{
  width: 100%;
}

#filter-form #show_all_attributes a
{
  display: block;
  margin: 15px auto;
  padding: 0px;
  line-height: 2.5;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #efefef;
}

#filter-form #extend-filter
{
  display: block;
  margin: 15px auto;
  padding: 0px;
  line-height: 2.5;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #efefef;
}

.list-view div.sorter
{
  font-size: 1em;
}

.items-block .list-view .sorter
{
  text-align: left;
}

div.pager.spec
{
  float: left;
  text-align: right;
  width: 50%;
  font-size: 1em;
}

div.pager.spec.sizer
{
  text-align: left;
}

div.pager.spec ul
{
  list-style: none;
  display: inline-block;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  font-size: 1em;
}

div.pager.spec ul li
{
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

div.pager.spec ul li.first, div.pager.spec ul li.last
{
  display: none;
}

div.pager.spec ul li a
{
  display: block;
  text-decoration: none;
  border: solid #ccc 2px;
  color: #256eb7;
  background: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  padding: 0px 8px;
  line-height: 2;
  width: auto;
  height: auto;
  border-radius: 0px;
}

div.pager.spec ul li a:hover
{
  color: #fff;
  border: solid #ccc 2px;
  background: #256eb7;
}

div.pager.spec ul li.selected a
{
  border: 2px solid #256eb7;
  font-size: 0.9em;
}

div.pager.spec ul li.previous a, div.pager.spec ul li.next a
{
  color: #999;
  font-size: 1.2em;
  border: none;
  background: none;
}




div.pager ul.yiiPager
{
  list-style: none;
  display: block;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 1em;
}

div.pager ul.yiiPager li
{
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

div.pager ul.yiiPager li.first, div.pager ul.yiiPager li.last
{
  display: none;
}

#group_items_list div.pager ul.yiiPager li.first,
#group_items_list div.pager ul.yiiPager li.last
{
  display: inline-block;
}

div.pager ul.yiiPager li a
{
  display: block;
  text-decoration: none;
  border: solid #ccc 2px;
  color: #256eb7;
  background: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  padding: 0px 8px;
  line-height: 2;
  width: auto;
  height: auto;
  border-radius: 0px;
}

div.pager ul.yiiPager li a:hover
{
  color: #fff;
  border: solid #ccc 2px;
  background: #256eb7;
}

div.pager ul.yiiPager li.selected a
{
  border: 2px solid #256eb7;
  font-size: 0.9em;
}

div.pager ul.yiiPager li.previous a, div.pager ul.yiiPager li.next a
{
  color: #999;
  font-size: 1.2em;
  border: none;
  background: none;
}

#price_reduction
{
  display: block;
  float: right;
  border-bottom: solid #17538e 2px;
  text-decoration: none;
  padding: 5px 25px;
  background: #256eb7;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: -5px;
}

#price_reduction.applied
{
  border: 2px solid #256eb7;
  background: #fff;
  color: #256eb7;
  padding: 4px 25px;
}

.news-block .record
{
  margin-bottom: 20px;
}

.news-block .image
{
  float: left;
  width: 30%;
}

.news-block img
{
  max-width: 100%;
  padding: 1px;
}

.news-block .description
{
  line-height: 1.3;
  font-size: 0.9em;
}

.news-block .image + .description
{
  margin-left: 33%;
}

.news-block .description a
{
  text-decoration: none;
}

.news-block .description a:hover
{
  text-decoration: underline;
}

.list-view.news .record
{
  float: none;
  width: 100%;
  padding: 20px 0px;
  border-bottom: dotted #ccc 1px
}

.list-view.news .record:first-child
{
  border-top: dotted #ccc 1px;
}

.list-view.news .record .image
{
  float: left;
  width: 20%;
}

.list-view.news .record img
{
  max-width: 100%;
}

.list-view.news .record .image + .description
{
  margin-left: 22%;
}

.list-view.news .record .description h2
{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1em;
}

.article_groups .item > div
{
  border: solid #ccc 1px;
  padding: 10px;
  margin-bottom: 15px;
}

.article_groups .item .image
{
  height: 150px;
  margin-bottom: 10px;
}

.article_groups .item img
{
  max-width: 100%;
  max-height: 100%;
}

.article_groups .item
{
  text-align: center;
  line-height: 1.2;
}

.article_groups .title
{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}

.item-sku-row
{
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  flex-wrap: wrap;
  align-items: center;
}

.item-sku
{
  color: #777;

}

.reviews-top .add-review
{
  margin-bottom: 0px;
}

.reviews-top .agregate-rate
{
  margin-bottom: 0px;
}

.item-image-gallery
{
  margin-bottom: 20px;
}

.item-image-gallery .slick
{
  max-width: 100%;
  width: 100%;
}

.item-image-gallery .slick .slick-slide
{
  padding: 0 3px;
}

.item-image-gallery .slick .slick-slide img
{
  border: solid #efefef 1px;
}

.item-image-gallery .slick .slick-prev
{
  left: -10px;
}

.item-image-gallery .slick .slick-next
{
  right: -10px;
}

.item-image-gallery > a:first-child
{
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0px;
}

.item .tags-holder a
{
  text-decoration: none;
  border-bottom: dashed #256eb7 1px;
  display: inline-block;
  margin-right: 10px;
}

.item .order-block
{
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.item .order-block .cost
{
  font-size: 2em;
  margin: 25px 0px;
  text-align: center;
}

.item .order-block .cost span.old-cost
{
  font-size: 0.8em;
  color: #c32323;
  text-decoration: line-through;
  padding-right: 5px;
}

.item .order-block .availability
{
  font-size: 1em;
  color: #777;
  margin-bottom: 25px;
  text-align: center;
}

.item .order-block .availability img
{
  vertical-align: middle;
  padding-bottom: 2px;
  margin-right: 5px;
}

.item .order-block .order-button
{
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.item .order-block .order-button button
{
  width: 80%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  float: none;
  display: inline-block;
  background: #fab631;
  border: none;
  border-bottom: solid #c98e1b 3px;
  text-transform: uppercase;
  font-size: 1.1em;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

.item .order-block .order-button button img
{
  vertical-align: middle;
  margin-right: 10px;
}

.item .order-block .order-button button:focus
{
  border-bottom: none;
  border-top: solid #c98e1b 3px
}

.item .order-block button.fast-order
{
  display: block;
  margin: 10px auto 5px auto;
  width: 97%;
  background: none;
  color: #256eb7;
  line-height: 30px;
  height: 34px;
  border: none;
  border: solid #17538e 2px;
  text-transform: none;
}

.item .order-block button.fast-order:focus
{
  border: solid #17538e 2px;
}

.item .order-block .order-button .qty
{
  width: 15%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid #FAB631;
  border-bottom: solid #c98e1b 2px;
  font-size: 1.2em;
}

.item .order-block .mark
{
  min-width: 100px;
  height: 26px;
  padding: 0 10px;
  margin: 0 10px 5px 0px;
  line-height: 26px;
  background: #256eb7;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  display: inline-block;
}

.item .order-block .delivery
{
  border-top: solid #e7e7e7 1px;
  margin-top: 25px;
  color: #256eb7;
  padding: 25px 0px 5px 0px;
}

.item .order-block .delivery span
{
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
}

.item .order-block .delivery span a
{
  color: #333;
  text-decoration: none;
  border-bottom: dashed #aaa 1px;
}

div.my-tooltip
{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  z-index: 300;
  display: none;
  background: #fff;
  padding: 10px;
  margin-left: 5px;
  border: 1px solid #ccc;
  color: #444;
  font-size: 0.9em;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .4);
  border-radius: 5px
}

div.my-tooltip > :last-child
{
  margin-bottom: 0
}

.item table.attributes
{
  font-size: 1em;
  margin-bottom: 20px
}

.item table.attributes td
{
  padding: 2px 4px
}

.item table.attributes tr td:first-child
{
  color: #777;
}

.item .attributes-header
{
  font-size: 1.2em;
  border-bottom: solid #ccc 1px;
  margin: 5px 0px;
  padding-bottom: 15px;
}

.one-click-order
{
  background: #f2f2f2;
  clear: both;
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}


.one-click-order .row > div:first-child {
  border-right: solid #ddd 1px;
}

.one-click-order img
{
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.one-click-order .h3
{
  color: #256eb7;
  font-weight: bold;
  margin: 0px 0px 5px;
  font-size: 1em;
}

.one-click-order input
{
  display: block;
  float: left;
  width: 57%;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  padding: 0 5px;
  border: solid #ccc 1px;
}

.one-click-order button
{
  display: block;
  float: left;
  margin-top: 5px;
  background: #256eb7;
  color: #fff;
  line-height: 30px;
  height: 30px;
  border: none;
  border-bottom: solid #17538e 2px;
  width: 40%;
  margin-left: 3%;
}

.one-click-order button:focus
{
  border-top: solid #17538e 2px;
  border-bottom: none
}

.group-info
{
  margin-top: 20px;
}

.group-info:last-child
{
  margin-bottom: 0;
}

#ItemTabs .attributes table
{
  margin-bottom: 15px;
}

#ItemTabs .attributes table td:first-child
{
  width: 40%;
}

#ItemTabs .attributes table td
{
  padding: 2px 4px;
}

#ItemTabs .attributes table .helper
{
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  padding: 0;
  margin-left: 3px;
  margin-top: -2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #999;
}

#ItemTabs .attributes table tr td:first-child
{
  color: #777;
}

#ItemTabs .attributes h2
{
  border-bottom: solid #d0d0d0 1px;
  padding-bottom: 10px;
  font-weight: bold;
}

#ItemTabs #show_all_attributes a
{
  display: block;
  margin: 15px 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #efefef;
  font-size: 1.1em;
}

.search_results
{
  margin-top: 30px;
  padding-bottom: 20px;
}

.search_results .record:first-child
{
  border-top: solid #ccc 1px;
  padding-top: 15px;
}

.search_results .record
{
  border-bottom: solid #ccc 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.search_results .record::after
{
  display: block;
  content: '';
  clear: both;
}

.search_results .record h2
{
  font-size: 1.1em;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}

.search_results .record .image
{
  display: block;
  float: left;
  width: 200px;
  margin-right: 15px;
  text-align: center;
}

div.form.cart
{
  margin-top: 10px;
}

div.cart a.black
{
  color: #aaa;
}

table.cart
{
  margin-bottom: 0px;
}

.cart .promo
{
  border: solid #ddd 1px;
  border-top: none;
  padding: 4px;
  text-align: right;
}

.cart .table-bottom
{
  border: solid #ddd 1px;
  border-top: none;
  margin-bottom: 10px;
  padding: 4px;
}

table.cart .attributes span
{
  font-style: italic;
  color: #777;
}

table.cart .inline.qty input
{
  width: 50px;
  text-align: center;
}

table.cart .empty
{
  text-align: center;
  color: #c32323;
}

table.cart .remove
{
  color: #c32323;
  font-weight: bold;
}

table.cart div.attributes
{
  color: #777;
}

table.cart a
{
  text-decoration: none;
}

table.cart tr th
{
  text-align: center;
}

table.cart tr th
{
  background: #efefef;
  text-align: center;
}

table.cart tr th:nth-child(2)
{
  width: 15%;
}
table.cart tr th:nth-child(4)
{
  width: 10%;
}
table.cart tr th:nth-child(5)
{
  width: 10%;
}
table.cart tr th:nth-child(6)
{
  width: 15%;
}
table.cart tr td:nth-child(2)
{
  text-align: center;
}
table.cart tr td:nth-child(4), table.cart tr td:nth-child(6)
{
  text-align: right;
}

.cart .date-time
{

}

.cart .date-time > div:first-child
{
  margin-bottom: 5px;
}

.cart .date-time select, .cart .date-time input
{
  margin-bottom: 5px;
}

.cart .total
{
  text-align: right;
  font-size: 1.1em;
}

.cart .total span
{
  font-weight: bold;
}

.cart .installation
{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.cart .delivery
{
  border-bottom: solid #ccc 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 20px;
}

.cart .delivery > div:first-child
{
  text-align: right;
  padding-right: 0px;
}

.cart .delivery input[type="radio"]
{
  margin: 0px;
}

.cart .delivery h3
{
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.cart .delivery-hint
{
  font-weight: normal;
  font-size: 0.9em;
}

div.form input[type="radio"] + label
{
  font-weight: normal;
}




table.cart .delivery span
{
  color: #444;
}

.cart .payment
{
  border-bottom: solid #ccc 1px;
  padding-bottom: 15px;
}

.cart .payment input + label
{
  display: inline-block;
  width: auto;
}

.viplist
{
  padding: 20px;
  max-width: 600px;
  margin: auto;
  border: 2px solid red;
  border-radius: 20px;
}

.viplist li
{
  margin-left: 15px
}

.countdown
{
  max-width: 290px;
  font-weight: bold;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .2);
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 10px;
}

.countdown:after
{
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.countdown_title
{
  color: #256EB7;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6em;
  text-align: center;
}


.order-block .countdown_title
{
  font-size: 1.2em;
  margin-top: -15px
}

.order-block .countdown
{
  max-width: 290px;
}

.countdown .countdown-amount
{
  font-size: 2.5em;
  color: #256EB7;
}

.countdown .countdown-period
{
  font-size: 1em;
  padding-bottom: 5px;
}

a.attention
{
  display: block;
  border: solid #ff0000 2px;
  padding: 25px 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
  font-weight: bold;
  color: red;
  text-decoration: none;
  font-size: 1.2em;
}

img.video-preview
{
  cursor: pointer;
}

.list-view.articles .record .video-preview, .list-view.articles .record iframe, .articles-block .record .video-preview, .articles-block .record iframe
{
  margin: 0 auto;
  display: block;
}

.vk-video-preview
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  border: solid #ccc 1px;
  background: #efefef;
}

.vk-video-preview::after
{
  display:  block;
  content: "▶";
  font-size: 30px;
  width:  70px;
  height:  70px;
  padding: 14px 0px 0px 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  color: #fff;
  position: absolute;
  top:  calc(50% - 35px);
  left: calc(50% - 35px);
  pointer-events: none;
  text-align: center;
}

.wbnr
{
  background: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px 0;
}

.rate
{
  width: 95px;
  height: 18px;
  position: relative;
  background: url('../images/design/star_inactive.png');
  font-size: 0px;
}

.rate:after
{
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/design/star_active.png') top left;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rate-1:after
{
  width: 20%;
}

.rate-2:after
{
  width: 40%;
}

.rate-3:after
{
  width: 60%;
}

.rate-4:after
{
  width: 80%;
}

.rate-5:after
{
  width: 100%;
}

.reviews-holder
{
}

.review
{
  border-bottom: dashed #ccc 1px;
  margin-bottom: 30px;
}

.review .head
{
  margin-bottom: 10px;
}

.review .head .name
{
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 1.1em;
}

.review .head .date
{
  display: block;
  float: right;
  margin-left: 10px;
  color: #777;
}

.review .head .rate
{
  display: block;
  float: right;
  margin-left: 10px;
}


.list-view.reviews
{
  margin-bottom: 15px;
}

.list-view.reviews .review:first-child
{
  border-top: dashed #ccc 1px;
  padding-top: 30px;
  margin-top: 15px;
}

.review .title
{
  margin-bottom: 10px;
  font-weight: bold;
}


.review .positive,
.review .negative
{
  margin-bottom: 10px;
}

.review .positive .caption
{
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  font-size: 1em;
}

.review .negative .caption
{
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  font-size: 1em;
}

.review .content
{
  margin-bottom: 10px;
}

.review .recommend
{
  margin-bottom: 10px;
}

.review .recommend .caption
{
  font-weight: bold;
  display: inline-block;
  font-size: 1em;
}

.review .recommend .yes
{

}

.review .recommend .no
{

}

.agregate-rate
{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  align-items: center;
}

.agregate-rate .rate
{
  flex: 95px 0 0;
  margin-right: 10px;
}

.agregate-rate .rate-text span
{
  white-space: nowrap;
}

a.add-review,
button.add-review
{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0px auto 30px auto;
  text-align: center;
  text-decoration: none;
  background: #256eb7;
  color: #fff;
  line-height: 30px;
  height: 30px;
  border: none;
  border-bottom: solid #17538e 2px;
}

a.add-review:focus,
button.add-review:focus
{
  border-top: solid #17538e 2px;
  border-bottom: none;
  text-decoration: none;
  color: #fff;
}

.reviews-block .recommendation .total-caption
{
  margin-bottom: 5px;
}

.reviews-block .recommendation .caption
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.reviews-block .recommendation .recommend,
.reviews-block .recommendation .not-recommend
{
  display: block;
  position: relative;
  width: 100%;
  background: #ccc;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.reviews-block .recommendation .recommend:after,
.reviews-block .recommendation .not-recommend:after
{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fab631;
  z-index: 1;
}

#add_review_dialog
{
  overflow-y: scroll;
}

#add_review_form textarea
{
  width: 100%;
}

#AddReviewForm_recommend
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

#AddReviewForm_recommend label
{
  flex: 0 1 auto;
  width: auto;
  cursor: pointer;
  padding: 0px 10px;
  font-weight: normal;
}

#AddReviewForm_recommend label.recommend.active
{
  color: #006622;
}

#AddReviewForm_recommend label.not-recommend.active
{
  color: #b32d00;
}

#AddReviewForm_recommend .bar
{
  height: 3px;
  background: #ccc;
  flex: 1 1 auto;
  position: relative;
  top: -3px;
  max-width: 300px;
}

#AddReviewForm_recommend .bar span
{
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 6px;
  position: absolute;
  top: -4px;
  cursor: pointer;
}

#AddReviewForm_recommend .bar span.recommend
{
  right: 0px;
}

#AddReviewForm_recommend .bar span.recommend.active
{
  background: #006622;
}

#AddReviewForm_recommend .bar span.not-recommend
{
  left: 0px;
}

#AddReviewForm_recommend .bar span.not-recommend.active
{
  background: #b32d00;
}

#AddReviewForm_recommend input
{
  display: none;
}

#AddReviewForm_rate
{
  display: flex;
  justify-content: center;
}

#AddReviewForm_rate label
{
  flex: 0 0 19px;
  height: 18px;
  position: relative;
  cursor: pointer;
  font-size: 0px;
  margin: 0px 10px;
  background: url('../images/design/star_inactive.png') top left;
}

#AddReviewForm_rate label.active
{
  background: url('../images/design/star_active.png') top left;
}

#AddReviewForm_rate input
{
  display: none;
}

.group-head-info
{
  display: none;
}

table.table-options
{
  border: none;
}

.table-options th,
.table-options td
{
  background: #fff;
  border: solid #ddd 1px;
}

.table-options .attribute_1
{
  text-align: center;
  font-size: 1.2em;
  background: none;
  border: none;
}

.table-options .attribute_2
{
  text-align: center;
  font-size: 1.2em;
  background: none;
  border: none;
  vertical-align: middle;
}

.table-options .attribute_2 span
{
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform: rotate(-90deg);
  white-space:nowrap;
  display:block;
  bottom:0;
  width:20px;
  height:20px;
}

.table-options .corner-unvisible
{
  border: none;
  background: none;
}

.attributes-block + .info-block
{
  margin-top: 30px;
}

.benefits-fix
{
  display: flex;
  justify-content: space-around;
}

.benefits-fix .benefit
{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border: solid #efefef 1px;
  border-radius: 5px;
  padding: 5px 15px;
  box-shadow: 0 0 10px rgba(0,0,0,.07);
}

.benefits-fix .benefit .img
{
  flex: 0 0 40px;
  width: 40px;
  text-align: center;
}

.benefits-fix .benefit .ozon-img
{
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 192 192' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='none' stroke='%233f3f3f'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='%23005bff' d='M86.755 43.569c40.545-7.15 77.555 10.53 82.661 39.486 5.106 28.956-23.625 58.227-64.17 65.376-40.547 7.15-77.556-10.53-82.662-39.486C17.478 79.99 46.208 50.718 86.755 43.57Zm4.316 24.472C63.058 72.98 44.73 91.43 47.057 104.63c2.327 13.197 25.86 24.268 53.873 19.328 28.012-4.939 46.34-23.39 44.013-36.589-2.327-13.197-25.86-24.269-53.872-19.33Z' style='fill:none;stroke:%23000000;stroke-width:5.952;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 98%;
  background-position-x: 2px;
  background-position-y: 0px;
  background-repeat: no-repeat;
}

.benefits-fix .benefit img
{
  max-width: 100px !important;
  height: 40px;
}

.benefits-fix .benefit .text
{
  flex: 1 0 auto;
  padding-left: 10px;
}

.ui-widget
{
  font-family: 'Roboto', Arial;
}

.ui-dialog.ui-widget-content
{
  font-size: 11pt;
  border-radius: 0;
  border: solid #fab631 1px;
  padding: 0px;
  max-width: 100%;
}

.ui-dialog .ui-dialog-titlebar
{
  border: none;
  border-radius: 0;
  background: #fab631;
  color: #333;
}

.ui-dialog .form
{
  width: 100%;
  color: #333;
}

.ui-dialog .ui-dialog-buttonpane button
{
  border: none;
  background: #fab631;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 25px;
  color: #333;
  border-radius: 0px;
}

.ui-dialog .ui-dialog-buttonpane button:hover
{
  background: #ffad0d;
}

.ui-dialog .ui-dialog-buttonpane button span
{
  padding: 0px;
  display: inline;
}

.ui-dialog .ui-dialog-buttonpane img
{
  margin-right: 10px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close
{
  border: none;
  border-radius: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 0px;
  right: 10px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span
{
  margin: 0px;
  width: 19px;
  height: 19px;
  font-size: 0px;
}

.ui-dialog .ui-dialog-titlebar-close:hover
{
  border: solid #333 1px;
  background: none;
}

div.ui-widget-overlay
{
  background: #000;
  background: rgba(0,0,0,0.75);
  opacity: 1;
}

.clearfix:after {
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
}
.clearfix {
  display:block;
}

#policy > div:first-child
{
  float: left;
  width: 5%;
  text-align: right;
}

#policy label
{
  float: left;
  width: 93%;
  margin-left: 2%;
  clear: none;
  text-decoration: underline;
}

#policy label:hover
{
  cursor: pointer;
}

#policy .info
{
  font-size: 0.9em;
  margin-top: 10px;
}

.form img.captcha
{
  float: left;
  clear: none;
}

.form img.captcha + input[type="text"]
{
  float: left;
  width: auto;
  clear: none;
}

.form .hint
{
  clear: both;
}

.constructor.step-1 h2
{
  text-align: center;
  font-size: 1.5em;
  margin: 0px 0px 20px 0px;
}

.constructor.step-1 .row.screen
{
  padding-left: 17%;
  text-align: center;
}

.constructor.step-1 .row.screen > div
{
  margin-bottom: 40px;
}

.constructor.step-1 .row.color
{
  text-align: center;
}

.constructor.step-1 .row.color > div
{
  margin-bottom: 40px;
}

.constructor.step-1 .image
{
  margin: 0 auto 10px auto;
  max-width: 400px;
}

.constructor.step-1 .image img
{
  max-width: 100%;
  max-height: 100%;
}

.constructor.step-1 .screen .image
{
  height: 200px;
}

.constructor.step-1 .color .image
{
  height: 110px;
}

.constructor #box
{
  border: 1px solid #ccc;
  position: relative;
  width: 392px;
  height: 266px;
  margin: 40px auto;
  max-width: 100%;
}

.constructor #box_fill
{
  background: center center #ccc;
  position: absolute;
  width: 388px;
  height: 262px;
  top: 2px;
  left: 2px;
  z-index: 10;
  max-width: 100%;
}

.constructor #box_border
{
  position: absolute;
  width: 392px;
  height: 266px;
  top: 0;
  left: 0;
  z-index: 20;
  max-width: 100%;
}

.constructor.step-2 h2, .constructor.step-3 h2
{
  font-size: 1.3em;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}

.constructor.step-2 .color
{
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.constructor.step-2 .color img
{
  max-width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}

.constructor.step-2 .row.append-bottom
{
  margin-bottom: 40px;
}

.constructor.step-3 .form, .constructor.step-4 .form
{
  margin-top: 40px;
}

.constructor .cost span
{
  font-size: 1.4em;
  font-weight: bold;
  color: #800000;
}

.constructor.step-3 input[type=text]
{
  width: 100px;
}

.calculator .head
{
  font-size: 1.2em;
  text-align: center;
  margin: 20px 0px 30px;
}

.calculator .head h2
{
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.calculator .head > div
{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.calculator .head img
{
  width: 70px;
}

.calculator.step-1 .form .row
{
  margin-left: -15px;
  margin-right: -15px;
}

.calculator.step-1 #results .form-group
{
  display: none;
}

.calculator .buttons > *
{
  display: inline-block;
  margin-bottom: 10px;
}

.calculator.step-2 .cost
{
  font-size: 1.2em;
  color: #800000;
  font-weight: bold;
}

.items-info
{
  flex: 0 1 100%;
  margin: 30px 15px;
}

.countdown {
  width: 360px;

  font-weight: 400;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .2);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .2);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, .2);
  border: 1px solid #ccc;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 10px
}

.countdown:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden
}

.countdown_title {
  color: #256EB7;

  margin-bottom: 5px;
  font-size: 20pt;
  text-align: center
}

.order-block .countdown_title {
  font-size: 14pt;
  margin-top: -15px
}

.order-block .countdown {
  width: 290px
}

.countdown .countdown-amount {
  font-size: 40px;
  color: #256EB7
}

.countdown .countdown-period {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px
}

.ya-share2 > div
{
  display: inline-block;
  vertical-align: middle;
}

.header-top-line-bg
{
  background: #f0f0f0;
  border-bottom: solid #efefef 1px;
  padding-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,.07);
}

.header-top-line
{
  margin: 0px -15px 0px -15px;
  display: flex;
  justify-content: space-between;
}

.top-line-phones-block
{
  display: flex;
  align-items: center;
}

.top-line-phones-block .phone-icon
{
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.7721 7.91101 22 9.94M18.5 21C9.93959 21 3 14.0604 3 5.5C3 5.11378 3.01413 4.73086 3.04189 4.35173C3.07375 3.91662 3.08968 3.69907 3.2037 3.50103C3.29814 3.33701 3.4655 3.18146 3.63598 3.09925C3.84181 3 4.08188 3 4.56201 3H7.37932C7.78308 3 7.98496 3 8.15802 3.06645C8.31089 3.12515 8.44701 3.22049 8.55442 3.3441C8.67601 3.48403 8.745 3.67376 8.88299 4.05321L10.0491 7.26005C10.2096 7.70153 10.2899 7.92227 10.2763 8.1317C10.2643 8.31637 10.2012 8.49408 10.0942 8.64506C9.97286 8.81628 9.77145 8.93713 9.36863 9.17882L8 10C9.2019 12.6489 11.3501 14.7999 14 16L14.8212 14.6314C15.0629 14.2285 15.1837 14.0271 15.3549 13.9058C15.5059 13.7988 15.6836 13.7357 15.8683 13.7237C16.0777 13.7101 16.2985 13.7904 16.74 13.9509L19.9468 15.117C20.3262 15.255 20.516 15.324 20.6559 15.4456C20.7795 15.553 20.8749 15.6891 20.9335 15.842C21 16.015 21 16.2169 21 16.6207V19.438C21 19.9181 21 20.1582 20.9007 20.364C20.8185 20.5345 20.663 20.7019 20.499 20.7963C20.3009 20.9103 20.0834 20.9262 19.6483 20.9581C19.2691 20.9859 18.8862 21 18.5 21Z' stroke='%23256eb7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  min-width: 28px;
  min-height: 28px;
  text-align: center;
  margin-right: 15px;
}

.top-line-phones
{
  display: flex;
  align-items: center;
}

.top-line-phones > *
{
  white-space: nowrap;
  margin: 0px;
  font-size: 1.1em;
  line-height: 40px;
}

.top-line-phones > *::after
{
  display: inline-block;
  content: '|';
  font-size: 0px;
  vertical-align: middle;
  width: 1px;
  background: #aaa;
  height: 30px;
  margin: 0px 15px;
}

.top-line-phones > :last-child::after
{
  display: none;
}

.top-line-phones a
{
  font-weight: normal;
  text-decoration: none;
}

.top-line-phones .free-call
{
  display: inline-block;
  font-size: .8em;
  color: #555;
  top: -2px;
  position: relative;
}

.top-line-worktime-block
{
  display: flex;
  align-items: center;
}

.top-line-worktime-block .worktime-icon
{
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 7V12H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23256eb7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  min-width: 28px;
  min-height: 28px;
  text-align: center;
  margin-right: 10px;
}

.top-line-worktime
{
  white-space: nowrap;
}

.top-line-worktime > *
{
  margin: 0px;
}

.top-line-delivery-block
{
  display: flex;
  align-items: center;
}

.top-line-delivery-block .delivery-icon
{
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' fill='%23256eb7'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23256eb7;stroke-miterlimit:10;stroke-width:1.91px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='6.27' cy='17.73' r='1.91'%3E%3C/circle%3E%3Ccircle class='cls-1' cx='17.73' cy='17.73' r='1.91'%3E%3C/circle%3E%3Cpolyline class='cls-1' points='4.36 17.73 1.5 17.73 1.5 4.36 18.68 4.36 18.68 8.18 20.59 12 22.5 13.07 22.5 17.73 19.64 17.73'%3E%3C/polyline%3E%3Cline class='cls-1' x1='15.82' y1='17.73' x2='8.18' y2='17.73'%3E%3C/line%3E%3Cpolyline class='cls-1' points='20.59 12 14.86 12 14.86 8.18 18.68 8.18'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  margin-right: 10px;
}

.top-line-delivery > *
{
  margin: 0px;
}

.top-line-delivery a
{
  text-decoration: none;
}

.header-logo-line
{
  margin: 0px -15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo-line-logo
{
  height: 100%;
  flex: 0 0 180px;
  text-align: center;
  display: flex;
  align-items: center;
}

.logo-line-logo a
{
  flex: 0 0 auto;
  text-align: center;
  padding: 10px 30px;
  height: 100%;
  text-decoration: none;
}

.logo-line-logo img
{
  max-height: 100%;
  max-width: 100%;
  margin-top: -8px;
}

.logo-line-logo span
{
  color: #256eb7;
  font-size: 0.9em;
  display: block;
  text-align: right;
  margin-top: -2px;
}

.logo-line-search-block
{
  flex: 0 1 60%;
}

.logo-line-search-block form
{
  display: flex;
}

.logo-line-search-block input[type="text"]
{
  flex: 1 1 auto;
  background: #fff;
  padding: 0px 5px;
  border: solid #ccc 1px;
  border-right: none;
  height: 33px;
  line-height: 33px;
}

.logo-line-search-block input[type="submit"] {
  flex: 0 0 50px;
  padding: 0px;
  margin: 0px;
  border: solid #ccc 1px;
  background: #fff url(../images/design/zoom3.png) center center no-repeat;
  height: 33px;
}

.logo-line-minicart-block
{
  display: flex;
  align-items: center;
}

.logo-line-minicart-block .minicart-logo
{
  background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23256eb7'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M3 3H4.37144C5.31982 3 6.13781 3.66607 6.32996 4.59479L8.67004 15.9052C8.86219 16.8339 9.68018 17.5 10.6286 17.5H17.5' stroke='%23256eb7' stroke-width='1.704' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M6.82422 7H19.6743C20.3386 7 20.8183 7.6359 20.6358 8.27472L19.6217 11.8242C19.2537 13.1121 18.0765 14 16.7371 14H8.27734' stroke='%23256eb7' stroke-width='1.704' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Ccircle cx='16.5' cy='20.5' r='0.5' fill='%23256eb7' stroke='%23256eb7' stroke-width='1.704' stroke-linecap='round' stroke-linejoin='round'%3E%3C/circle%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' transform='matrix(1 0 0 -1 10 21)' fill='%23256eb7' stroke='%23256eb7' stroke-width='1.704' stroke-linecap='round' stroke-linejoin='round'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  margin-right: 10px;
}

.logo-line-minicart
{
  font-size: 1.1em;
  padding-right: 15px;
}

.logo-line-minicart a
{
  text-decoration: none;
}

.slick-slider
{
  max-width: 100%;
}

.slick-slider .slick-slide
{
  width: 100%;
  height: auto;
}

.slick-track
{
  display: flex !important;
}

.slick-slide
{
  height: inherit !important;
}

.slick-slide .slide
{
  background-size: contain !important;
}

.index-slider-wide,
.index-slider-wide .slick-list,
.index-slider-wide .slick-track,
.index-slider-wide .slick-slide > div
{
  height: 450px;
}

.mainmenu
{
  flex: 0 0 180px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

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

.mainmenu a
{
  text-decoration: none;
}

.mainmenu > li
{
  flex: 0 0 50%;
}

.mainmenu .catalog > a
{
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #256eb7;
  font-weight: bold;
  line-height: 40px;
}

.mainmenu .tip > a
{
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #256eb7;
  font-weight: bold;
  line-height: 40px;
}

.mainmenu .dropdown-panel
{
  display: none;
  position: absolute;
  left: 0px;
  top: 45px;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: solid #efefef 1px;
  box-shadow: 0px 5px 10px -5px rgba(34, 60, 80, 0.3);
  padding: 0px;
}

.mainmenu li:hover .dropdown-panel
{
  display: block;
}

.mainmenu .dropdown-panel > ul
{
  width: 25%;
  container-type: inline-size;
  container-name: parentLi;
}

.mainmenu .group > a
{
  display: block;
  width: 100%;
  border-bottom: solid #ccc 1px;
  padding: 10px;
  color: #333;
}

.mainmenu .group:hover > a
{
  background: #f2f2f2;
}

.mainmenu .group:last-child > a
{
  border-bottom: none;
}

.mainmenu .group > ul
{
  display: none;
}

.mainmenu .group:hover > ul
{
  display: block;
  position: absolute;
  left: 25%;
  top: 0px;
  width: 300cqi;
  height: 100%;
  overflow-y: scroll;
  padding: 10px;
  background: #fafafa;
}

.mainmenu .group.wide:hover > ul
{
  display: flex;
}

.mainmenu .group.wide > ul > li
{
  flex: 0 0 33.3%;
}

.mainmenu .subgroup .cnt
{
  font-size: 0.9em;
  color: #777;
}

.mainmenu .subgroup > a
{
  display: flex;
  align-items: start;
  color: #333;
  padding: 5px 10px;
}

.mainmenu .subgroup > a > span
{
  flex: 1 1 auto;
}

.mainmenu .subgroup > a > span + span
{
  padding-left: 5px;
}

.mainmenu .subgroup a:hover
{
  background: #f2f2f2;
}

.mainmenu .subgroup.active > a
{
  background: #e7e7e7;
}

.mainmenu .subgroup ul
{
  display: none;
}

.mainmenu .subgroup.expanded ul
{
  display: block;
}

.mainmenu span.expandable
{
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  max-width: 12px;
  text-align: center;
  border: solid #333 1px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.mainmenu span.expandable:before
{
  display: block;
  content: '+';
  line-height: 10px;
  color: #333;
}

.mainmenu span.expandable.active:before
{
  content: '-';
}

.mainmenu .subgroup ul a
{
  display: block;
  color: #333;
  padding: 2px 5px 2px 35px;
}

.mainmenu .active > a
{
  background: #e7e7e7 !important;
}

.topmenu
{
  margin: 0 -15px;
}

.topmenu ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.topmenu ul li
{
  flex: 0 0 auto;
  padding: 2px 10px;
}

.topmenu li:last-child
{
  padding-right: 0px;
}

.topmenu a
{
  color: #555;
}

.topmenu .active a
{
  color: #000;
}

@media (pointer: fine) {
  .items-block .catalog-item .image .slick-dots li
  {
    pointer-events: auto;
  }
}

@media (max-width: 1599px)
{
  .index-slider-wide,
  .index-slider-wide .slick-list,
  .index-slider-wide .slick-track,
  .index-slider-wide .slick-slide > div
  {
    height: 404px !important;
  }
  
  .logo-line-search-block
  {
    flex-basis: 55%;
  }
}


@media (max-width: 1439px)
{
  .top-line-delivery .second-line
  {
    display: block;
  }

  .index-slider-wide,
  .index-slider-wide .slick-list,
  .index-slider-wide .slick-track,
  .index-slider-wide .slick-slide > div
  {
    height: 335px !important;
  }
  
  .logo-line-search-block
  {
    flex-basis: 45%;
  }
}

@media (max-width: 1199px)
{
  .constructor.step-1 .screen .image
  {
    height: 180px;
  }

  .sidebar + .item-holder .items .catalog-item
  {
    flex-basis: 50%;
  }

  .items .catalog-item
  {
    flex-basis: 33.333%;
  }

  .sidebar + .item-holder .items-info
  {
    order: 15;
  }

  .items-info
  {
    order: 25;
  }

  .index-slider .slick-slider
  {
    width: 728px !important;
  }

  .article_groups .item:nth-child(3n+1) {
    clear: left;
  }

  .group-top-info table td
  {
    width: 35%;
  }

  .group-top-info table td:last-child
  {
    width: 30%;
  }

  .sidebar
  {
    width: 30%;
  }
  .sidebar + .item-holder
  {
    width: 70%;
  }
  
  .header-top-line
  {
    margin: 10px -15px;
  }
  
  .logo-line-logo
  {
    flex-basis: 120px;
  }
  
  .logo-line-logo a
  {
    padding: 10px 0px;
  }
  
  .top-line-phones .second-line
  {
    display: block;
    line-height: 1;
    margin-top: -10px;
  }

  .top-line-phones .second-line::before,
  .top-line-phones .second-line::after
  {
    display: none;
  }

  .top-line-phones > *::after
  {
    margin: 0px 5px;
  }
  
  .logo-line-search-block
  {
    flex-basis: 35%;
  }
  

  .index-slider-wide,
  .index-slider-wide .slick-list,
  .index-slider-wide .slick-track,
  .index-slider-wide .slick-slide > div
  {
    height: 278px !important;
  }
}

@media (max-width: 991px)
{
  .benefits-fix
  {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .benefits-fix .benefit
  {
    flex: 0 0 50%;
    border: none;
    padding: 0;
    box-shadow: none;
  }

  .benefits-fix .text
  {
    flex: 0 1 auto;
  }

  .items-info
  {
    order: 15;
  }

  .constructor.step-1 .screen .image
  {
    height: 120px;
  }

  .catalog-groups .group-item
  {
    flex: 0 0 32%;
  }

  .sidebar + .item-holder .items .catalog-item
  {
    flex-basis: 100%;
  }

  .items .catalog-item
  {
    flex-basis: 50%;
  }

  .navbar-nav
  {
    margin: 7.5px -15px;
  }

  .navbar-brand img
  {
    max-height: 100%;
  }

  .navbar-header
  {
    position: relative;
    z-index: 110;
    background: #F8F8F8;
  }

  .navbar-default .navbar-collapse
  {
    padding-top: 50px;
    position: relative;
    top: -50px;
    max-height: 100% !important;
    height: 100vh !important;
  }

  .navbar-default .navbar-collapse
  {
    font-size: 1.2em;
  }

  .navbar-default .navbar-collapse .dropdown-menu
  {
    font-size: 1em;
    float: none;
    background: #f8f8f8;
    position: static;
    border: none;
    box-shadow: none;
  }

  .dropdown-menu > li > a
  {
    white-space: normal;
    color: #555;
  }

  .dropdown-menu > li > a:hover
  {
    background: none;
  }

  .navbar-default .navbar-collapse .dropdown-menu li
  {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .navbar-toggle.search
  {
    width: 44px;
    height: 34px;
    background: url('../images/design/zoom.png') center center no-repeat;
  }

  .navbar-toggle.cart
  {
    width: 44px;
    height: 34px;
    background: url('../images/design/cart2.png') center center no-repeat;
  }

  .header
  {
    margin-top: 60px;
  }

  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }

  .pre-header .search-box
  {
    width: 57%;
    margin-left: 3%;
  }

  .header
  {
    height: auto;
  }

  .header .logo
  {
    width: 100%;
    height: auto;
    padding: 10px 0px;
  }

  .header .logo img
  {
    margin: 0px;
    padding: 0px;
  }

  .header .header-phones
  {
    margin: 0px;
    padding: 0px 10px;
    width: 100%;
    height: auto;
  }

  .article_groups .item:nth-child(1n+1) {
    clear: none;
  }
  .article_groups .item:nth-child(2n+1) {
    clear: left;
  }

  #filter-form .ui-slider-handle
  {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    top: -10px;
  }

  #filter-form .attribute ul li
  {
    width: 100%;
  }

  .sidebar
  {
    width: 40%;
  }
  .sidebar + .item-holder
  {
    width: 60%;
  }

  .header-top-line
  {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
  }
  
  .header-top-line-bg .light
  {
    padding-bottom: 0px;
  }

  .top-line-phones-block
  {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 5px;
  }

  .top-line-phones > *::after
  {
    margin: 0px 15px;
  }

  .top-line-worktime-block:not(:last-child)
  {
    margin-right: 15px;
  }

  .logo-line-logo
  {
    display: none;
  }

  .logo-line-search-block
  {
    flex: 0 1 60%;
  }

  .logo-line-minicart-block
  {
    white-space: nowrap;
  }

  .header-logo-line
  {
    display: none;
  }

}


@media (max-width: 767px)
{
  .ui-tabs.ui-widget .ui-tabs-nav li
  {
    max-height: 35px;
    overflow: hidden;
  }

  .attributes-block + .info-block
  {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .header-phones
  {
    text-align: center;
    font-size: 1.1em;
  }

  .items-block .catalog-item .more-images
  {
    display: none;
  }

  body > .container {
    overflow: hidden;
  }
  body > .container > * {
    overflow: visible;
  }

  body
  {
    font-size: 13pt;
  }

  #content
  {
    padding: 0px 15px;
  }

  .catalog-groups .group-item
  {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .article_groups .item
  {
    max-width: 400px !important;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .sidebar
  {
    width: 100%;
  }
  .sidebar + .item-holder
  {
    width: 100%;
  }

  div.pager.spec,
  div.pager.spec.sizer
  {
    float: none;
    text-align: center;
    width: 100%;
  }

  #price_reduction
  {
    float: none;
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 10px;
  }

  #scroller
  {
    display: none !important;
  }

  .one-click-order .row > div:first-child
  {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: solid #ccc 1px;
    border-right: none;
  }

  div.ppt {
    max-width: 100%!important;
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
    margin: 0px 5px;
  }
  .pp_pic_holder.pp_default {
    max-width: 100%!important;
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }
  .pp_content {
    max-width: 100%!important;
    width: 100%!important;
    height: auto!important;
  }
  .pp_fade {
    max-width: 100%!important;
    width: 100%!important;
    height: 100%!important;
  }
  a.pp_expand, a.pp_contract, .pp_gallery, .pp_top, .pp_bottom {
    display: none!important;
  }
  .pp_hoverContainer {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
  }
  #pp_full_res img {
    max-width: 100%!important;
    width: 100%!important;
    height: auto!important;
  }
  .pp_details {
    max-width: 100%!important;
    width: 100%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    margin-top: -2px!important;
    min-height: 60px;
  }
  a.pp_close {
    right: 7%!important;
    top: 10px!important;
  }
  .pp_hoverContainer a.pp_next {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  }
  .pp_hoverContainer a.pp_previous {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  }

  a.attention
  {
    margin-left: 0px;
    margin-right: 0px;
  }

  .comparison-block > div:first-child
  {
    margin-bottom: 10px;
    display: block;
  }

  .comparison-block > div > span
  {
    margin-right: 0px;
  }

  .search_results .record .image
  {
    float: none;
    margin: 0 auto 15px auto;
  }

  .reviews-block .row
  {
    display: flex;
    flex-direction: column-reverse;
  }

  .reviews-block .reviews-holder
  {
    margin-top: 30px;
  }

  .breadcrumbs
  {
    overflow-x: scroll;
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs > li
  {
    flex: 0 0 auto;
    display: flex;
  }

  .breadcrumbs li:hover ul
  {
    display: none;
  }

  .catalog-groups .group-item
  {
    flex: 1 1 auto !important;
  }

  .catalog-groups .group-item a
  {
    text-decoration: none;
  }

  .catalog-groups .group-item a:hover
  {
    text-decoration: underline;
  }

  .catalog-groups.hide-extra .group-item:nth-child(1n + 8)
  {
    display: none;
  }

  .catalog-groups .group-item > div
  {
    border: solid #256eb7 2px;
    border-radius: 5px;
  }

  .catalog-groups .group-item .image
  {
    /*display: none;*/
  }

  .catalog-groups .group-item .image img
  {
    max-height: 100px !important;
    max-width: 100px !important;
  }

  .catalog-groups .group-item div.data
  {
    margin: 0;
    padding: 0px;
  }

  .catalog-groups .group-item .image_v2 + .data
  {
    margin-top: 10px;
  }

  .catalog-groups .more-subgroups
  {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 1.3em;
  }

  .filter-title
  {
    display: none;
  }

  #group_items_list .sorter + .pager
  {
    display: none;
  }

  .list-view .sorter > span
  {
    display: none;
  }

  .list-view .sorter ul
  {
    display: block;
    text-align: center;
  }

  .header-phones-mobile
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .benefits-fix .benefit
  {
    flex: 0 0 100%;
    margin-bottom: 0px;
    font-size: 0.75em;
  }

  .benefits-fix .benefit .img
  {
    flex: 0 0 40px;
  }

  .benefits-fix .benefit img
  {
    height: 30px;
  }

  .benefits-fix .benefit .ozon-img
  {
    height: 30px;
    background-size: 75%;
    background-position-x: 7px;
    background-position-y: -1px;
  }

  .benefits-fix .benefit .text
  {
    flex: 1 1 auto;
    padding-left: 10px;
  }

  .items-info
  {
    margin-left: auto;
    margin-right: auto;
  }

  .constructor.step-1 .row.screen
  {
    padding-left: 0;
  }

  .constructor.step-1 .screen .image
  {
    height: 180px;
  }

  .calculator .head
  {
    font-size: 1em;
  }

  .calculator .head img
  {
    width: 50px;
  }

  .items .catalog-item
  {
    flex-basis: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  #ItemTabsBlock .catalog-item, .preview-items .catalog-item
  {
    flex-basis: 100%;
  }

  .header-top-line
  {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .header-top-line > *
  {
    margin-bottom: 5px;
  }

  .top-line-phones-block .phone-icon
  {
    display: none;
  }

  .top-line-phones
  {
    flex-wrap: wrap;
  }

  .top-line-phones > *
  {
    flex:  0 0 100%;
    text-align: center;
    line-height: 1.2;
  }

  .top-line-phones > *::after
  {
    display: none;
  }

  .top-line-phones .second-line
  {
    margin: 0;
  }

  .top-line-delivery-block
  {
    display: none;
  }

  .header-top-line-bg
  {
    padding: 10px 0 0 0;
  }

}

@media (min-width: 768px) and (max-width: 991px)
{
  div.pager.spec.sizer
  {
    width: 40%;
  }

  div.pager.spec
  {
    width: 60%;
  }
}

@media (min-width: 1200px)
{
  .article_groups .item:nth-child(4n+1)
  {
    clear: left;
  }

  .sidebar
  {
    width: 25%;
  }
  .sidebar + .item-holder
  {
    width: 75%;
  }

  .header-phones > table > tbody > tr:first-child > td:last-child
  {
    width: 300px;
  }

  .sidebar + .item-holder .items .catalog-item
  {
    flex-basis: 33.333%;
  }

  .items .catalog-item
  {
    flex-basis: 25%;
  }

  .sidebar + .item-holder .items-info
  {
    order: 25;
  }

  .items-info
  {
    order: 35;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
