body
{
  font-size: 11pt;
  font-family: 'Roboto', Arial;
  color: #444;
  background: url(../images/design/bg.jpg) top left;
}

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

a, button
{
  outline: 0;
}

a
{
  text-decoration: underline;
}

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

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: 20px 0 -10px 0;
  padding: 0;
}

.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: #fff4d1;
  list-style: none;
  border: solid #fab631 1px;
  min-width: 250px;
  box-shadow: 0 3px 5px 2px rgba(100, 100, 100, .3);
}

.breadcrumbs ul li
{
  margin: 0px;
}

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

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

.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;
}

.mainmenu
{
  margin-top: 20px;
  background: #256eb7;
  height: 50px;
}

.mainmenu a
{
  text-decoration: none;
}

.mainmenu > ul
{
  margin: 0 -15px;
  padding: 0;
  height: 50px;
  list-style-type: none;
}

.mainmenu > ul > li
{
  border-right: solid #518bc5 1px;
  display: block;
  float: left;
  position: relative;
}

.mainmenu > ul > li:last-child
{
  border-right: none;
}

.mainmenu > ul > li > a
{
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 1em;
}

.mainmenu .catalog > a,
.mainmenu .tip > a
{
  text-transform: uppercase;
  font-weight: bold
}
.mainmenu > ul > li.active, .mainmenu > ul > li:hover 
{
  background-color: #17538e;
}

.mainmenu .catalog,
.mainmenu .tip
{
  width: 12.5%;
}

.mainmenu .catalog > ul,
.mainmenu .tip > ul
{
  width: 201.4%;
}

.mainmenu .catalog li.active > a
{
  color: #0e3052;
}

.mainmenu ul ul
{
  background: url(../images/design/menu_triangle.png) 25% 10px no-repeat;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
  list-style: none;
  font-weight: bold;
  font-size: 0.9em;
}

.mainmenu.subitems .catalog > ul,
.mainmenu .catalog:hover > ul,
.mainmenu .tip:hover > ul
{
  opacity: 1;
  visibility: visible;
}

.mainmenu .tip:hover > ul
{
  right: -0.8%;
  left: auto;
  background: url(../images/design/menu_triangle.png) 77% 10px no-repeat;
}

.mainmenu .tip > ul:after
{
  display: block;
  content: '';
  min-height: 190px;
  background: #fab631;
}

.mainmenu ul ul li
{
  line-height: 16px;
  border-bottom: solid #fadc78 1px;
  background: #fab631;
  position: static;
}

.mainmenu ul ul a
{
  display: block;
  padding: 8px 10px;
  line-height: 25px;
  color: #256eb7;
  text-transform: uppercase;
  font-size: 1.04em;
}

.mainmenu ul ul li:hover > a
{
  background: #dda12b;
  color: #fff;
}


.mainmenu ul ul ul
{
  opacity: 0;
  visibility: hidden;
  transition-delay: .1s;
  position: absolute;
  top: 20px;
  left: 100%;
  z-index: 200;
  padding: 0;
  margin: 0;
  border-left: solid #fbc55a 1px;
  background: #fff4d1;
  font-weight: normal;
  font-size: 1.05em;
}

.mainmenu ul ul ul li:hover > a
{
  background: #fcdd76;
  color: #256eb7;
}

.mainmenu ul ul ul li
{
  border-bottom: none;
  background: 0 0
}

.mainmenu ul ul li:hover ul
{
  opacity: 1;
  visibility: visible;
  transition-delay: .1s
}

.mainmenu ul ul ul ul
{
  position: relative;
  top: 0;
  left: 0;
  border: none;
}

.mainmenu ul ul ul ul ul
{
  border: none;
}

.mainmenu ul ul ul ul a
{
  text-transform: none;
  padding: 5px 10px;
  line-height: 1.2;
}

.mainmenu ul ul li.wide > ul
{
  width: 300%;
  background: #fff4d1;
  border: 1px solid #fab631;
}

.mainmenu ul ul li.wide > ul ul
{
  border: none;
}

.mainmenu ul ul li.wide > ul:after
{
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.mainmenu ul ul li.wide > ul > li
{
  float: left;
  width: 32%;
  margin-left: 2%;
}

.mainmenu ul ul li.wide > ul > li:first-of-type
{
  margin-left: 0;
}

.mainmenu ul ul ul ul ul
{
  min-height: 0;
}

.mainmenu ul ul ul ul ul > li a
{
  padding-left: 30px;
  font-style: italic;
  font-size: 0.9em;
}

.mainmenu ul ul ul ul ul > li a:before
{
  content: "- ";
}

.mainmenu .subgroup
{
  padding-left: 17px;
}

.mainmenu .subgroup.with-items
{
  padding-left: 0px;
}

.mainmenu span.expandable
{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  text-align: center;
  border: solid #256eb7 1px;
  cursor: pointer;
}

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

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

.mainmenu .subgroup.with-items > ul
{
  display: none;
}

.mainmenu .subgroup.with-items.expanded > ul
{
  display: block;
}

.mainmenu .group > ul
{
  min-height: 504px;
  max-height: 504px;
  overflow: auto;
  border: 1px solid #fab631;
}

.mainmenu span.cnt
{
  color: #777;
  font-size: 0.8em;
}

.mainmenu a[href="/dokumenty"]
{
  display: none;
}

#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;
}

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

.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;
}

.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 .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: #3b3b3b;
  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;
}

.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;
}

@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%;
  }
  
}

@media (max-width: 1199px)
{
  
  
  .mainmenu > ul > li > a
  {
    padding: 0px 10px;
  }
  
  .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%;
  }
}

@media (max-width: 991px)
{
  .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;
  }
  
  .mainmenu, .mainmenu ul
  {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
  }
  
  .mainmenu ul ul
  {
    top: 35px;
    padding: 0px;
  }
  
  .mainmenu > ul > li > a
  {
    height: 35px;
    line-height: 35px;
  }
  
  .mainmenu ul, .mainmenu li
  {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
  }
  
  .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;
  }
  
  .mainmenu > ul > li:first-child
  {
    width: 15%;
  }
  
  .mainmenu > ul > .tip,
  .mainmenu > ul > li:nth-child(3)
  {
    display: none;
  }
  
  .mainmenu > ul > li > a
  {
    padding: 0px 8px;
  }
  
  .mainmenu .catalog > ul,
  .mainmenu .tip > ul
  {
    width: 750px;
  }
  
  .mainmenu ul ul
  {
    width: 750px;
    background: #fab631;
    padding-top: 10px;
    border: none;
  }
  
  .mainmenu ul ul li
  {
    display: block;
    float: left;
    width: 50%;
  }
  
  .mainmenu ul ul li:nth-child(2n+1)
  {
    clear: left;
  }
  
  .mainmenu ul ul ul
  {
    display: none;
  }
  
  .mainmenu.subitems > ul > li > ul
  {
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden;
  }
  
  .mainmenu.subitems > ul > li:hover > ul
  {
    transition-delay: .1s;
    opacity: 1;
    visibility: visible;
  }
  
  .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%;
  }

}

@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;
  }
}

.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;
}

@media (min-width: 1200px)
{
  .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 (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;
  }
  
}

@media (max-width: 991px)
{
  
  .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%;
  }
}

@media (max-width: 767px)
{
  .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%;
  }
}

.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;
}