html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

* 
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.otf') format('OpenType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/HelveticaNeue-Bold.otf') format('OpenType');
    font-weight: bold;
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/HelveticaNeue-Light.otf') format('OpenType');
}
@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('fonts/HelveticaNeue-UltraLight.otf') format('OpenType');
}
@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('fonts/HelveticaNeue-Thin.otf') format('OpenType');
}
@font-face {
    font-family: 'Rouble';
    src: url('fonts/rouble-webfont.eot');
    src: url('fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rouble-webfont.ttf') format('truetype');
}
/*********************************************************/
html, body 
{
  height: 100%;
}
body
{
    height:100%;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    color: #231F20;
}
body#main-page:before
{
  content:'';
  display: block;
  height: 250px;
  background:#ffd500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
button:focus, input:focus, a:focus, select:focus, textarea:focus
{
    outline: none;
}
button
{
  border:none;
  cursor: pointer;
}
.clearfix:after
{
  content: "";
  display: table;
  clear: both;  
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.container
{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.container .yellow {
	background: #ffd500;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#wrapper 
{
  min-height: 100%;
  margin-bottom: -620px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#wrapper:after 
{
  content: "";
  display: block;
  height: 620px;
}
.btn
{
  display: block;
  width: 100%;
  height: 41px;
  line-height: 38px;
  border: 1px solid rgb(235,194,0);
  border-radius: 3px;
  background-color: #ffe100;
  background-image: -moz-linear-gradient(#ffe100, #ffc900);
  background-image: -webkit-linear-gradient(#ffe100, #ffc900);
  background-image: -ms-linear-gradient(#ffe100, #ffc900);
  font-size: 16px;
  margin: 5px 0 22px;  
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover
{
  background-color: #ffdc00;
  background-image: -moz-linear-gradient(#ffec00, #ffdc00);
  background-image: -webkit-linear-gradient(#ffec00, #ffdc00);
  background-image: -ms-linear-gradient(#ffec00, #ffdc00);  
  text-decoration: none !important;
}
.btn:active
{
  background-color: #ffd100;
  background-image: -moz-linear-gradient(#ffd100, #ffae00);
  background-image: -webkit-linear-gradient(#ffd100, #ffae00);
  background-image: -ms-linear-gradient(#ffd100, #ffae00); 
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.49);
}

.btn-submit {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
}

.btn-narrow {
	width: 180px;
}

.btn-grey
{
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #efefef;
  background-image: -moz-linear-gradient(#efefef, #e2e2e2);
  background-image: -webkit-linear-gradient(#efefef, #e2e2e2);
  background-image: -ms-linear-gradient(#efefef, #e2e2e2);
  font-size: 12px; 
  text-align: center;
  color: #000;
  text-decoration: none;
}
.btn-grey:hover
{
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(#f5f5f5, #ededed);
  background-image: -webkit-linear-gradient(#f5f5f5, #ededed);
  background-image: -ms-linear-gradient(#f5f5f5, #ededed);
}
.btn-grey:active
{
  background-image: -moz-linear-gradient(#e5e5e5, #d1d1d1);
  background-image: -webkit-linear-gradient(#e5e5e5, #d1d1d1);
  background-image: -ms-linear-gradient(#e5e5e5, #d1d1d1);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.49);
}
p
{
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 22px;
}
h2
{
  font-family: 'HelveticaNeueLight';
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
h3
{
  font-family: 'HelveticaNeueBold';
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

header, nav, section, article, aside, footer {
   display:block;
}

/*********************************************************/
header
{
  display:block;
  width: 100%;
  min-height: 120px; 
  background:#ffd500;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.show
{
  overflow: visible;
}
  header a
  {
    color: #000;
    text-decoration: none;  
  }
  header a:hover
  {
    text-decoration: underline;
  }
  header .logo
  {
    float: left;
    /*margin-bottom: 35px;*/
    margin-bottom: 0px;
    margin-top: 12px;
  }
  header .contacts-cover
  {
    float: left;
    margin-top: 12px;
    margin-left: 32px;
    line-height: 10px;
  }
    header .contacts-cover b
    {
      font-size: 13px;
      font-family: 'HelveticaNeueBold';  
    }
    header .contacts-cover span
    {
      color: #8d7400; 
      display: none;
    }
    header .contacts-cover p
    {
      font-size: 12px;
	  margin-bottom: 3px;
    }
  header .nav-small
  {
    float: left;
    margin: 0px 0 0 36px;
  }
  header .nav-small2 {
    margin: 0px 0 0 30px;
  }
    header .nav-small a
    {
      float: left;
      padding: 15px 5px 10px;
      border-radius: 0 0 3px 3px;
    }

  header .nav-small2, header .nav-small2-cover
  {
    display: none;
  }
  .header-cabinet
  {
    float: right;
    position: relative;
  }
    .header-cabinet a, .header-cabinet #cabinet, .header-cabinet #cabinet-user
    {
      float:left;
      display: block;
      position: relative;
      padding: 15px 8px 14px;
      border-radius: 0 0 3px 3px;
    }
    .header-cabinet a+a
    {
      padding: 10px 8px 10px;  
    }
    .header-cabinet a+a:before
    {
      content:'';
      display: inline-block;
      margin-right: 3px;
      width: 19px;
      height: 15px;
      background: url(/img/cabinet-icons.png) no-repeat;
      position: relative;
      top: 3px;
    }
	.authorized-window a+a:before {
		display: none !important;
	}
    .header-cabinet a+a+a:before
    {
      background-position: 0px -17px;
    }
    .header-cabinet a+a+a+a:before
    {
      background-position: 0px -34px;
    }
    .header-cabinet span.kol
    {
      position: absolute; 
      top: 5px;
      left: 9px; 
      display: block;
      width: 19px;
      text-align: center;
    }
    .header-cabinet a.active, .nav-small a.active
    {
      background: #ffee96;
    }
	.authorized-window a {
		float: none !important;
		padding: 10px 0px !important;
		text-decoration: underline !important;
	}
	.authorized-window a:hover {
		text-decoration: none !important;
	}
	.cabinet-link {
		margin-top: 10px;
	}
/*********************** CART ***************************/
#header-cart
{
  visibility: hidden;
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 10;
  width: 390px;
  height: 250px;
  background: #FFF;
  padding: 5px 0;
  border-radius: 3px;
  box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.4);
}
#header-cart:before
{
  content:'';
  display: block;
  position: absolute;
  top: -7px;
  right: 55px;
  width: 17px;
  height: 8px;
  background: url(/img/modal-arrow.png) no-repeat;
}
#header-cart.show
{
  visibility: visible;
}
#header-cart .basket
{
  border-bottom: 2px solid #ccc;
}
.overview
{
  right: 0;
}
#header-cart .scrollable
{
  width: 390px;
  height: 138px;
}
.scrollable .scroll-bar.vertical
{
  right: 5px;
}
.cart-items
{
  width: 360px;
  margin: 0 auto;
}
.cart-empty {
	text-align: center;
	margin-top: 70px;
	font-size: 16px;
}
.cart-items td
{
  width: 65px;
  height: 65px; 
  line-height: normal;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.cart-items td:nth-child(2)
{
  width: 110px;
}
.cart-items td:nth-child(4)
{
  padding-right: 5px;
}
.cart-items td+td+td
{
  text-align: right;
  width: 60px;
}
.cart-items td a
{
  float:none;
  height: auto;
  margin:0;
  line-height: 15px;
  padding: 0;
}
.cart-items.itogo td
{
  height: 45px;
  border-bottom: none;
}
#header-cart .oformit
{
  width: 184px;
  float: right;
  margin: 10px 20px 0;  
  padding: 0px;
  border-radius: 3px !important;
}
#header-cart .oformit:hover {
	text-decoration: none;
}
/*********************** ENTER ***************************/
#login, #vost-pas, #personal-logout
{
  display: none;
  position: absolute;
  width: 350px;
  top: 37px;
  left: -130px;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.4);
  z-index: 16;
  
}
#login.show, #vost-pas.show, #personal-logout.show
{
  display: block;
}
#vost-pas:before {
	display: none;
}
.header-modal:before, .flexMenu-popup:before
{
  content:'';
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 17px;
  height: 8px;
  margin-right: -8.5px;
  background: url(/img/modal-arrow.png) no-repeat;
}
.header-modal span
{
  display: block;
  font-family: 'HelveticaNeueLight';
  font-size: 24px;  
  margin-bottom: 20px;
}
.header-modal span a
{
  float: right;
  margin-top: 5px;
  padding: 0;
}
.header-modal a
{
  font-family: 'HelveticaNeue';
  font-size: 16px;
  color: #0099cc;
  text-decoration: none;
}
.header-modal a:hover
{
  text-decoration: underline;
}
.header-modal table
{
  width: 100%;
}
  .header-modal table td
  {
    font-size: 16px;  
    padding: 7.5px 0;
  }
  .header-modal table td+td
  {
    width: 226px;
  }
    .header-modal table td input
    {
      width: 226px;
      height: 41px;
      border:1px solid #ccc;
      border-radius: 3px;
      padding: 0 10px;
    }
    .header-modal table td button
    {
      display: block;
      width: 100%;
      height: 41px;
      border:1px solid rgb(235,194,0);
      border-radius: 3px;
      background-color: #ffe100;
      background-image: -moz-linear-gradient(#ffe100, #ffc900);
      background-image: -webkit-linear-gradient(#ffe100, #ffc900);
      background-image: -ms-linear-gradient(#ffe100, #ffc900);
      font-size: 16px;
      margin: 5px 0;
    }
    input.error, input.captcha-error
    {
      border:1px solid #e44120 !important;  
    }
	textarea.error
    {
      border:1px solid #e44120 !important;  
    }
    label.error, label.captcha-error-label
	{
      font-size: 12px; 
      display: block;
      color: #e44120;
      margin-top: 3px;
    }
	label.error a {
		display: inline-block;
		padding: 0px;
		font-size: 12px !important;
		color: #0099cc;
	}
	.email-exists {
		display: none !important;
	}
    #back
    {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      z-index: 9;
      cursor: pointer;
      display: none;
    }
    #back.show
    {
      display: block;
    }
/*********************** NAV ***************************/
  /*nav
  {
    float: left;
    margin-top: -10px;
    position: relative;
    width: 960px;
    height: 36px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;  
  }
  nav.mb
  {
    height: 135px;
  }
    nav li
    {
      float:left;
    }
    nav li a
    {
      display: block;
      font-size: 16px;
      color: #000;  
      padding:10px;
    }
    nav a:last-child
    {
      margin-right: 0;
    }

    nav li:hover ul
    {
      display: block;
    }
    nav li:hover
    {
      
    }
    nav li a:hover
    {
      text-decoration: none;
    }
    nav li ul
    {
      display: none;
      position: absolute;
      top: 35px;
      left: 0;
      right: 0;
      width: 960px;  
      height: 100px;
    }
      nav li ul li a
      {
        font-size: 12px;
        display: block;
        text-align:center; 
      }
      nav li ul li a:hover
      {
        color: #b79700;
      }*/
nav
  {
    float: left;
    margin-top: -10px;
    position: relative;
    width: 960px;
    height: 38px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;  
  }
  nav.mb
  {
    height: 135px;
  }
  nav.h35
  {
    min-height: 35px;
  }
    nav li
    {
      float:left;
    }
    nav a.sub
    {
      border-bottom: 2px solid transparent;  
    }
    nav:hover a.sub
    {
      border-bottom: 2px solid #8d7400;  
    }
    nav li a
    {
      display: block;
      font-size: 14px;
      color: #000;  
      padding:10px 8px;
      position: relative;
    }
    nav li a img+img
    {
      display: none;
    }
    nav li:hover a.sub, nav li.active a.sub, nav li ul li.active a
    {
      border-bottom: 2px solid #e44120;
	  padding: 10px 0;
      margin: 0 8px;
      color: #FFF;
      color: #e44120
    }
    nav li:hover a.sub:after, nav li.active .sub:after, nav li ul li.active a:after
    {
      content: "";
      display: block;
      width: 15px;
      height: 8px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7.5px;
      background: #ffd500 url('/img/red-arrow.png') no-repeat;
      z-index: 3;
    }
    nav li.removeClass .sub:hover
    {
      padding: 10px 8px;
      border-bottom: 2px solid #8d7400;
      margin: 0;
    }
    nav li.removeClass .sub:hover:after
    {
      display: none;
    }
    nav a:last-child
    {
      margin-right: 0;
    }
    nav li:hover ul
    {
      display: block;
    }
    nav li ul li:hover a img+img
    {
      display: inline;  
    }
    nav li ul li:hover img:first-child
    {
      display: none;  
    }
    nav li a:hover
    {
      text-decoration: none;
      color: #e44120;
    }
    nav li ul
    {
      display: none;
      position: absolute;
      top: 35px;
      left: 0;
      right: 0;
      width: 790px;  
      height: 100px;
    }
      nav li ul li a
      {
        font-size: 12px;
        display: block;
        text-align:center; 
        padding-bottom: 5px !important;
      }
	
.catalog-menu 
{
  min-height: 80px;
}
  .catalog-menu li a
  {
    display: block;
    border-bottom: 2px solid #8d7400;
    position: relative;
    padding: 10px;
    padding-bottom: 5px;
  }
  .catalog-menu li:nth-child(1)
  {
    margin-right: 10px;
  }
  .catalog-menu li:nth-child(1) a
  {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-menu li:nth-child(2)
  {
    margin-left: 10px;
  }
  .catalog-menu li:nth-child(2) a
  {
    padding-left: 0;
  }
  .catalog-menu li:last-child a
  {
    padding-right: 0;
  }
  .catalog-menu .submenu
  {
    top: 33px;
    z-index: 2;
    background: #ffd500;
  }
  .catalog-menu .submenu
  {
    padding-top: 10px;
  }
    .catalog-menu .submenu a
    {
      border-bottom: none;
      padding: 0 10px;
    }
  .catalog-menu .submenu.cat1 li
  {
    margin: 0;
  }
    .catalog-menu .cat1 a
    { 
      position: relative; 
      margin: 0 10px;
      padding: 0 0 5px 0;
    }
    .catalog-menu .submenu a:hover, .catalog-menu .submenu a.active
    {
      color: #b79700;
    }
.catalog-menu .cat1 
{
  display: block; 
  z-index: 1;
  top: 35px;
  height: 35px;
}
  .catalog-menu .cat1 a img, .catalog-menu .cat1 a br
  {
    display: none;
  }
  .catalog-menu .cat1 li
  {
    text-align:left;
  }
  .catalog-menu a.active
  {
    border-bottom: 2px solid #e44120;
  }
    .catalog-menu a.active:after
    {
      content: "";
      display: block;
      width: 15px;
      height: 8px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7.5px;
      background: #ffd500 url(/img/red-arrow.png) no-repeat; 
      z-index: 3;
    }
/**************************************************/
  .search
  {
    /*position: absolute;
    top: 69px;
    right: 0;*/
	float: right;
	margin-bottom: 10px;
    width: 245px;
	position: relative;
  }
    .search input
    {
      width: 100%;
      height: 32px;
      line-height: 32px;
      border:none;
      border-radius: 5px;
      background: #ffee96;
      padding: 0 35px 0 10px;
    }
    .search-submit
    {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 32px;
      height: 32px;
      background: url(/img/search.png) center no-repeat;
    }
.min-header
{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50px;
  min-height: 50px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
  .min-header .container
  {
    max-width: 1280px;
    min-width: 1260px;
    padding: 0 15px;
    width: auto;
  }
    .min-header .logo
    {
      margin-bottom: 0;
    }
    .min-header .contacts-cover
    {
      margin-top: 18px; 
    }
	.float-head-project {
		position: absolute;
		bottom: 9px;
		right: 56px;
		display: inline-block;
    }
    .min-header .contacts-cover span
    {
      display: inline-block;
    }
	.min-header .float-head-project {
      /*display: inline-block;*/
      /*display: none;*/
	}
    .min-header .contacts-cover p, .min-header .nav-small, .min-header nav, .min-header .search
    {
      display: none;
    }
    .min-header .nav-small2-cover {
		display: block;
	}
	.min-header .nav-small2
    {
      display: table-cell;
	  vertical-align: middle;
	  height: 50px;
    }
      .min-header .nav-small2 li
      {
        float:left;
        margin-right: 10px;
        margin-bottom: 4px;
        position: relative;
      }
        .flexMenu-viewMore a
        {
          display: block;
          width: 14px;
          background: url(/img/nav-arrow.png) no-repeat;
          text-indent: 9999px;
        }
        .flexMenu-popup
        {
          top: 20px;
          left: -50px;
          width: 110px;  
          border-radius: 3px;
          background: #fff;
          padding: 5px 0;
          box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.4);
        }
        .flexMenu-popup:before
        {
          left:48px;
          margin-right: 0;  
        }
          .flexMenu-popup li
          {
            float: none !important;
            margin: 5px 0 5px 0 !important;
          }
          .flexMenu-popup li:hover
          {
            background: #ffd500;
          }
            .flexMenu-popup li a
            {
              display: block;
              line-height: 12px;
              width: auto;
              text-indent: 0;
              background: none;  
              padding: 7px 20px;
            }
            .flexMenu-popup li a:hover
            {
              text-decoration: none;
            }

/************** MAIN *********************/
main
{
  display: block;
  position: relative;
  padding-top: 35px;
}
.masterclass-img {
	background: url('/img/masterclass/banner-blue.jpg') top center no-repeat;
	padding-top: 470px;
}
.content-table {
	width: 100%;
}
.content-table td {
	vertical-align: top;
}
#main-page main
{
  padding-top: 0;
  padding-bottom: 30px;
}
  .slider .slick-slide
  {
    text-align: center;
  }
    .slider .slick-slide img
    {
      display: inline;
    }
  .slider .slick-prev, .slider .slick-next, .katalog-block .slick-prev, .katalog-block .slick-next
  {
    width: 28px;
    height: 51px;  
    background:url(/img/sl-arrows.png) no-repeat;
    margin-top: -45.5px;
  }
  /*.katalog-block .slick-prev, .katalog-block .slick-next
  {
    width: 28px;
    height: 51px;  
    background:url(/img/sl-arrows.png) no-repeat;
    margin-top: -45.5px;
  }*/
  .slider .slick-prev:before, .slider .slick-next:before, .slider .slick-dots li button:before
  {
    display: none;
  }
  .slider .slick-prev
  {
    left: 10px;
  }
  .slider .slick-next
  {
    right: 10px;
    background-position: -28px 0px;
  }
  .katalog-block .slick-next {
	 background-position: -28px 0px;
  }
  .sl-main .slick-dots
  {
    position: static;  
    margin-top: 10px;
  }
    .sl-main .slick-dots li
    {
      width: 12px;
      height: 12px;  
    }
      .sl-main .slick-dots li button
      {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ffd500;  
      }
      .sl-main .slick-dots li.slick-active button
      {
        background: #ff4800;  
      }
  .zag-main
  {
    font-family: 'HelveticaNeueLight';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d52b1e;
    position: relative;
  }
    .zag-main:before
    {
      content: "";
      width: 18px;
      height: 17px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -19px;
      padding:0 10px;  
    }
  .top-products
  {
    
  }
    .top-products .zag-main:before, .master-detail .zag-main:before
    {
      background:#fff url(/img/top-products-icon.png) center no-repeat;
    }
  .katalog-block
  {
    margin: 10px 0 50px;  
  }
    .katalog-block article
    {
      float: left;
      width: 192px;
      height: 260px;
      border:1px solid #fff;
      line-height: 16px;
      margin: 0 0px 20px 0;
    }
    .katalog-block article .product
    {
      width: 176px;
      height: 259px;
      border-bottom: 1px solid #bbb;
      margin: 0 auto;
    }
	.katalog-block article .product.sale {
		height: 269px;
	}
      .katalog-block article a
      {
        font-size: 12px !important;
        color: #000 !important;
        text-decoration: none !important;
      }
      .katalog-block article a:hover
      {
        text-decoration: underline;
      }
      .katalog-block article a.product-name
      {
        display: block;
		max-height: 65px;
		overflow: hidden;
      }
	  .product-name-short {
		max-height: 48px !important;
	  }
	  .product-old-price {
		margin-top: 3px;
		color: #bbb;
	  }
	  .product-old-price b {
		text-decoration: line-through;
		font-size: 15px;
		color: #bbb !important;
	  }
      .product-cost
      {
        display: block;
        margin: 3px 0 5px;
        font-family: 'HelveticaNeueBold';
        font-size: 16px;
      }
	  
	  .product-text
      {
		font-size: 16px;
		line-height: 22px;
	  }
		
        .rouble 
        {
          font-family: 'Rouble';
		  text-decoration: none !important;
        }
      .product-footer a
      {
        display: inline-block;
        height: 15px;
        color: #999;
        margin-right: 7px;
        text-decoration: none;
      }
      .product-footer a+a, .product-footer a.wish, .product-footer a.compare, .product-footer a.to-cart i
      {
        display: inline-block;
        width: 20px;
        height: 15px;
        background:url(/img/product-icons.png) no-repeat;
        background-position: -23px -1px;
        position: relative;
        top: 3px;
      }
	  .product-footer a.wish:hover {
		background:url(/img/cabinet-icons.png) no-repeat !important;
		background-position: 0px -18px !important;
	  }
	  .product-footer a.wish:active {
		background:url(/img/product-icons.png) no-repeat !important;
		background-position: -23px -1px !important;
	  }
      .product-footer a.to-cart i
      {
        background-position: 0px 0px;  
      }
	  .product-footer a.to-cart:hover i {
		background:url(/img/cabinet-icons.png) no-repeat !important;
		background-position: 0px -34px !important;
	  }
	  .product-footer a.to-cart:active i {
		background:url(/img/product-icons.png) no-repeat !important;
		background-position: 0px 0px !important;
	  }
      .product-footer a+a+a,
      .product-footer a.compare
      {
        background-position: -42px 0px;  
      }
	  .product-footer a.compare:hover {
		background:url(/img/cabinet-icons.png) no-repeat !important;
		background-position: 2px 0px !important;
	  }
	  .product-footer a.compare:active {
		background:url(/img/product-icons.png) no-repeat !important;
		background-position: -42px 0px !important;
	  }
	.product-footer .not-available {
		display: inline-block;
		color: red;
		font-size: 12px;
		margin-right: 15px;
	}
    .katalog-block article:hover
    {
      border:1px solid #bbb;
    }
    .katalog-block article:hover .product-name, .katalog-block article:hover b
    {
      color: #ec2327;
    }
    .katalog-block article:hover .product-footer a, .new-block li:hover .product-footer a
    {
      color: #000;
    }
    .katalog-block article:hover .product-footer a i, .new-block li:hover .product-footer a i
    {
      background-position: 0px -17px;  
    }
    .katalog-block article:hover .product-footer a+a, .new-block li:hover .product-footer a+a,
    .katalog-block article:hover .product-footer a.wish, .new-block li:hover .product-footer a.wish,
    .product-footer a.wish.active, .product-footer a.wish.active
    {
      background-position: -23px -17px;  
    }
    .katalog-block article:hover .product-footer a+a+a, .new-block li:hover .product-footer a+a+a,
    .katalog-block article:hover .product-footer a.compare, .new-block li:hover .product-footer a.compare,
    .product-footer a.compare.active
    {
      background-position: -42px -17px;  
    }
	
	.comparison .product-footer a.compare
	{
		margin-right:0; 
	}
  .sale-products
  {
    margin: 30px 0;  
  }
    .sale-products .zag-main:before
    {
      background:#fff url(/img/sale-icon.png) center no-repeat;
    }
	.no-icon  .zag-main:before {
		display: none;
	}
  .action-block
  {
    float:left;
    width: 568px;
  }
    .action-block .zag-main
    {
      margin-bottom: 25px;
    }
    .action-block .zag-main:before
    {
      background:#fff url(/img/action-icon.png) center no-repeat;
    }
    .action-block .action
    {
      position: relative;  
      display: block;
      margin-bottom: 30px;
    }
      .action-block .action span
      {
        position: absolute;
        top: 0;
        right: 0; 
        width: 220px;
        height: 265px;
        padding: 20px;
        font-size: 16px;
        background: #ffd500;
        color: #000;
        line-height: 25px;
		display: none;
      }
        .action-block .percent
        {
          display: block;
          font-family: 'HelveticaNeueUltraLight';
          font-size: 111px;  
          line-height: 95px;
        }
        .kol-akc
        {
          display: block;
          font-family: 'HelveticaNeueThin';
          font-size: 58px;  
          line-height: 65px;
        }
		.percent
        {
          display: block;
          font-family: 'HelveticaNeueThin';
          font-size: 58px;  
          line-height: 65px;
        }
        .action-block a.actions-end
        {
          display: block;
          font-family: 'HelveticaNeueLight';
          font-size: 24px;
          color: #0099cc;
          text-decoration: none;
          margin-bottom: 50px;
        }
    .new-block
    {
      float: right;
      width: 372px;
    }
      .new-block .zag-main:before
      {
        background:#fff url(/img/new-icon.png) center no-repeat;
      }
      .new-block ul
      {
        margin-top: 15px;
      }
      .new-block li
      {
        font-size: 12px; 
        line-height: 16px;
        border-bottom: 1px solid #bbb;
        padding: 5px 0;
      }
        .new-block li a:hover
        {
          text-decoration: underline;
        }
        .new-block li img.product-img
        {
            float: left;
            margin-right: 10px;
        }
        .new-block li .product-name
        {
          display: block;
          font-family: 'HelveticaNeueLight';
          font-size: 16px;
          color: #0099cc;
          margin-bottom: 5px;
          text-decoration: none;
        }
        .new-block li p
        {
          font-size: 12px;
          padding-top: 10px;
          line-height: 16px;
        }
        .new-block li .product-footer
        {
            float: right;
            margin-top: 5px;
        }
		
	.new-block p a { color:inherit; text-decoration:none; }
/************** FOOTER *********************/
footer
{
  width: 100%;
  min-height: 620px;
  background: #1e1e1e;
  padding: 40px 0;
  color: #ccc;
  font-size: 12px;
  line-height: 25px;
}
  footer a
  {
    color: #ccc;
    text-decoration: none;
  }
  footer a:hover
  {
    text-decoration: underline;
  }
  footer .container div
  {
    float: left;
    margin-right: 24px;
  }
  .footerSections div {
	width: 160px;
	}
  .footerSections li {
	line-height: 18px;
	padding: 4px 0px;
   }
  footer .container div:last-child
  {
    margin-right: 0;
  }
    footer .footer-contacts
    {
      width: 230px;
      color: #7f7f7f;
    }
	footer .services {
		width: 150px;
	}
      footer .footer-contacts .contacts-mails
      {
        margin: 10px 0;
      }
    footer ul
    {
      margin-bottom: 30px;      
	  max-width: 180px;
    }
    .podpis
    {
      float:none;
    }
      .podpis .social
      {
        display: inline-block;
        width: 14px;
        height: 16px;
        margin: 10px 3px;
		background: url(/img/soc-icon.png);
      }
	.podpis .subscribe-fb {
		background-position: 0px 0px no-repeat;
	}
    .podpis .subscribe-fb:hover {
		background-position: 0px -17px;  
	}
    .podpis .subscribe-tw {
        width: 16px;
        background-position: -26px 0px;
	}
    .podpis .subscribe-tw:hover {
		background-position: -26px -17px;  
	}
    .podpis .subscribe-youtube {
        width: 37px;
        background-position: -50px 0px;
	}
	.podpis .subscribe-youtube:hover {
		background-position: -50px -17px;  
	}
      
	.podpis span
      {
        color: #7f7f7f;
      }
        .podpis span a
        {
          width: auto;
          background: none;
        }
	.podpis .subscribe-news {
		display: block;
	}
/************** BC *********************/
.bc
{
  display: block;
}
  .bc li
  {
    float:left;
    margin-right: 3px;
    font-size: 12px;
  }
    .bc li a
    {
      color: #000;
      text-decoration: none;
    }
    .bc li a:hover
    {
      text-decoration: underline;
    }
/***********************************/
.page-name
{
  font-family: 'HelveticaNeueLight';
  font-size: 36px;
  margin: 10px 0 20px;
}
.page-name a
{
  color: #3fcfff;
  text-decoration: none;
}
.main-side
{
  float:left;
  width: 764px;
}
.main-side ul.marker {
	list-style-type: disc !important;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}
.main-side ol.marker {
	list-style-type: decimal !important;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 15px;
}
.sortirovka
{
  font-size: 12px;  
  border-bottom: 2px solid #ffd500;
  padding-bottom: 8px;
}
  .sortirovka a
  {
    position: relative;
  }
    .sortirovka a.active:after 
    {
      content: "";
      display: block;
      width: 14px;
      height: 8px;
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -6.5px;
      background:#fff url(/img/sortirovka-arow.png) no-repeat;
    }
  .sortirovka .sort
  {
    float:left;  
  }
    .sortirovka .sort a
    {
      color: #e44120;
      text-decoration: none;
      margin-right: 10px;
    }
      .sortirovka .sort a i
      {
        display: inline-block;
        width: 5px;
        height: 11px;
        position: relative;
        top: 2px;
      }
      .sortirovka .sort a.active i
      {
        background: url(/img/sort-arrow.png) no-repeat;
      }
      .sortirovka .sort a.top i
      {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);:
      }
  .sortirovka .display
  {
    float: right;
    width: 46px;
    height: 13px;
    background: url(/img/display-icons.png) no-repeat;
  }
  .sortirovka .display.list-v
  {
    background: url(/img/display-icons.png) 0px -13px no-repeat;  
  }
    .sortirovka .display a
    {
      display: inline-block;
      width: 18px;
      height: 13px;
      top: 1px;
    }
    .sortirovka .display a+a
    {
      margin-left: 6px;
    }
.main-side .katalog-block article
{
  width: 191px;
}
.katalog-filter
{
  float: right;
  width: 156px;
  font-size: 12px;
  color: #333;
}
  .katalog-filter a
  {
    color: #333;
    text-decoration: none;
    position: relative;
  }
  .katalog-filter a:hover,.katalog-filter a.active
  {
    color: #999;
  }
  .katalog-filter a.active:before
  {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    background: url(/img/active-li.png) no-repeat;
    position: absolute;
    top: 0;
    left: -15px;
  }
  .name-filter
  {
    border-top: 2px solid #e44120;
    border-bottom: 2px solid #e44120; 
    padding: 15px 0; 
    margin-bottom: 20px;
  }
    .name-filter li
    {
      margin: 8px 0;
      line-height: 15px;
    }
      .name-filter li ul
      {
        margin-left: 15px;
      }
  .filter
  {
    border-bottom: 1px solid #ccc; 
    padding-top: 15px; 
  }
    .filter b
    {
      display: block;
      font-family: 'HelveticaNeueBold';
      margin-bottom: 15px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;   
      -o-user-select: none;
    }
      .filter b i
      {
        float: right;
        display: block;
        width: 13px;
        height: 8px; 
        background: url(/img/filter-arrow.png) no-repeat; 
      }
      .filter.open b i
      {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
      }
    .filter ul
    {
      !display: none;
    }
    .filter.open ul
    {
      display: block;
    }
      .filter li
      {
        margin-bottom: 10px;
        min-height: 20px;
        position: relative;
        padding-left: 20px;
      }
        .filter li span
        {
          color: #999;
        }
/************** CHECKBOX *********************/
input[type="checkbox"]
{
    display:none;            
}
input[type="checkbox"] + label
{
  cursor: pointer;  
  width: 134px;
  -webkit-user-select: none; /* user-select -- это нестандартное свойство */
  -moz-user-select: none;    /* поэтому нужны префиксы */
  -ms-user-select: none;   
  -o-user-select: none; /* не поддерживаетс¤, просто на будущее */
}
input[type="checkbox"] + label::before
{
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    margin: 0 5px 0 0;
    background: url(/img/checkbox.png) no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
}
input[type="checkbox"] + label::before {
    background-position: 0px -14px;    
}
input[type="checkbox"]:checked + label::before {
    background-position: 0px 0px;
}
/************** Polzunok Cenu *********************/
.ui-slider 
{
  position: relative;
  text-align: left;
  !width: 162px;
  !left: -7px;
}
.ui-widget-content 
{
  color: #000;
}
.ui-slider-horizontal 
{
  height: 2px;
  background: #999;
}
.ui-slider-horizontal .ui-slider-range {
  bottom: 0;
  height: 2px;
}
.ui-slider .ui-slider-range 
{
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background:#ffd500;
}
.ui-slider .ui-slider-handle 
{
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 23px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background: url(/img/slider-cost.png) no-repeat;
  margin-left: -6px;
}
.ui-slider .ui-slider-handle+.ui-slider-handle
{
  background-position: -9px 0px;
  margin-left: 0;
}
.ui-slider .ui-slider-handle:focus
{
  outline: none;
}
.slider-cost
{
  margin-bottom: 30px;
}
.slider-cost input
{
  height: 28px;
  width: 156px;
  text-align: center;
  border-radius: 2px 2px 0 0;
  border:1px solid #999;
}
/***********************************/
.more
{
  display: block;
  width: 572px;
  height: 41px;
  margin: 25px auto 0;
  border:1px solid #ccc;
  border-radius: 3px;
  background-image: -moz-linear-gradient(#efefef, #e1e1e1);
  background-image: -webkit-linear-gradient(#efefef, #e1e1e1);
  background-image: -ms-linear-gradient(#efefef, #e1e1e1);
  font-size: 16px;
}
.more-loading {
	background: #f5f5f5 !important;
	opacity: 0.3;
}
/************** Catalog List *********************/
.catalog-list
{
  margin-bottom: 50px;    
}
  .catalog-list article
  {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
  }
    .catalog-list article a:hover
    {
      text-decoration: underline !important;
    }
    .catalog-list article .product-name
    {
      display: block;
      font-family: 'HelveticaNeueLight';
      font-size: 24px;
      color: #0099cc;
      text-decoration: none;
      margin-bottom: 15px;
    }
    .catalog-list .info-side
    {
      width: 445px;
    }
    .catalog-list .info-side li
    {
      width: 250px;  
    }
    .product-buy-block
    {
      float: left;
      width: 298px;
      border: 6px solid #ffd500;
      border-radius: 3px;
      padding: 20px;
    }
      .product-buy-block .product-cost
      {
        font-size: 24px;
      }
      .kol
      {
        width: 98px;
        height: 41px;
        border-radius: 2px;
        overflow: hidden;
      }
        .kol b
        {
          float: left;
          display: block;
          width: 23px;
          height: 41px;
          background: url(/img/kol-btn.png) no-repeat;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;   
          -o-user-select: none;

        }
        .kol b.plus, .kol b.basket-plus
        {
          background-position: -23px 0px;
        }
        .kol input
        {
          float: left;
          width: 52px;
          height: 41px;
          line-height: 41px;
          border:none;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          padding: 0 10px;
          text-align: center;
          font-size: 16px;
        }
        .product-buy-block .kol
      {
        float: left;
        margin: 15px 0;
      }
      .product-buy-block .to-cart
      {
        float: right;
        width: 138px;
        margin: 15px 0 0 0;
        position: relative;
        padding-left: 30px;
      }
        .product-buy-block .to-cart img
        {
          position: absolute;
          top: 7px;
          left: 15px;
        }
      .sravnit, .izbr, .buy-one-click
      {
        font-size: 12px;
        color: #E44120; 
        text-decoration: none; 
      }
        .sravnit i, .izbr i
        {
          display: inline-block;
          margin: 3px 3px 0;
          width: 19px;
          height: 15px;
          
          background: url(/img/product-icons.png) no-repeat;
          position: relative;
          top: 3px;  
          
        }
		.sravnit i {
			background-position: -44px -17px;
		}
        .izbr i
        {
          background-position: -23px -17px;
        }
		.sravnit:hover i {
			background: url(/img/cabinet-icons.png) no-repeat;
			background-position: 0px 0px;
		}
		.izbr:hover i {
			background: url(/img/cabinet-icons.png) no-repeat;
			background-position: 0px -18px;
		}
		.sravnit:active i {
			background: url(/img/product-icons.png) no-repeat;
			background-position: -44px 0px;
		}
		.izbr:active i {
			background: url(/img/product-icons.png) no-repeat;
			background-position: -23px -2px;
		}
    .info-side
    {
      float: right;
      width: 298px;  
    }
      .info-side ul
        {
          float: left;
        }
        .info-side li
        {
          width: 298px;
          font-size: 12px;
          color: #626262;
          margin: 10px 0;
          position: relative;
        }
        .info-side b
        {
          font-size: 16px;
          color: #000;  
        }
        .info-side .li:before
        {
          content:'';
          display: block;
          width: 100%;
          border-bottom: 2px dotted;
          position: absolute;
          bottom: 4px;
        }
          .info-side .li span
          {
            position: relative;
            display: inline-block;
            padding: 0 3px 2px 0;
            background: #fff;
          }
          .info-side .li b
          {
            position: absolute;
            top: -3px;
            right: 0;
            padding-bottom: 2px;
            background: #fff;
			max-width: 100px;
			overflow: hidden;
			white-space: nowrap;
			padding-left: 3px;
          }
		  .info-side .li b span {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 60px;
			height: 20px;
			background: url('/images/1.png') no-repeat;
			display: none;
		  }
          .info-side li a
          {
            font-size: 16px;
            color: #0099cc;
            text-decoration: none;
          }
        .info-side .img
        {
          float: right;
		  width: 169px;
		  height: 169px;
        }
		.info-side .img div {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			width: 169px;
			height: 169px;
		}
		.info-side .img div a {
			display: inline-block;
		}
/************** AFTER CATALOG *********************/
.after-catalog
{
  background: #333;
  /*text-transform: capitalize;*/
}
  .after-catalog ul
  {
    color: #ccc;  
    padding: 40px 0;
    border-right: 1px solid #555;
  }
    .after-catalog ul a
    {
      color: #ccc;   
      text-decoration: none;
      display: block;
    }
    .after-catalog ul a:hover
    {
      text-decoration: underline;
    }
    .after-catalog ul a.active
    {
      color: #ffd500;
      position: relative;
    }
    .after-catalog ul a.active:before
    {
      content: "";
      display: block;
      width: 7px;
      height: 13px;
      position: absolute;
      right: -7px;
      background:#333 url(/img/active-li2.png) no-repeat;
    }
    .after-catalog ul.level1 a.active:before
    {
      top: 3px;
    }
    .after-catalog ul.level2 a.active:before
    {
      top: 0px;
    }
    .after-catalog .level3 a.active:before
    {
      display: none;
    }
  .after-catalog ul.level1
  {
    position: relative;
    line-height: 30px;
    width: 150px;
	height: 350px;
  }
    .after-catalog ul.level1 a
    {
      font-size: 16px;
	  line-height: 18px;
	  padding-bottom: 10px;
    }
    .after-catalog ul.level2
    {
      position: absolute;
      top: 0;
      left: 150px;
      line-height: 15px;
      height: 350px;
	  width: 165px;
    }
	.after-catalog .sestions-dots {
		padding: 0px 20px;
		margin-bottom: 20px;
	}
      .after-catalog ul.level2 a
      {
        font-size: 12px;
        line-height: 12px;
        padding: 0 20px;
        margin-bottom: 13px;
      }
        .after-catalog .level3
        {
          position: absolute;
          top: 0;
          left: 168px;
          height: 350px;
		  width: 355px;
          border-right: 1px solid #555;
        }
          .after-catalog .level3 ul
          {
            float: left;
            width: 175px;
            border-right: none;
          }
            .after-catalog .level3 ul a
            {
              margin: 10px 0;
            }
            .after-catalog .level2.show, .after-catalog .level3.show
            {
              display: block;  
            }
/************** PRODUCT CARD *********************/
.card-product
{
  border-bottom: 1px solid #ccc; 
  padding-bottom: 20px;
  margin-bottom: 35px; 
}
  .card-product .product-art
  {
    font-size: 12px;
    color: #626262;
  }
  .left-side-card
  {
    float: left;
    width: 298px;
  }
    .left-side-card .product-buy-block
    {
      float: none;
      padding: 22px 20px;
    }
      .left-side-card .product-buy-block .product-cost
      {
        font-size: 36px;
      }
	  .left-side-card .product-buy-block .product-old-price, .left-side-card .product-buy-block .product-old-price b {
		font-size: 28px;
	  }
    .sr-izbr-block
    {
      margin: 15px 0;
      line-height: 20px;
    }
    .card-social
    {
      font-size: 12px;  
      color: #999;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 23px 0;
    }
	.card-social-label {
		float: left;
		height: 26px;
		line-height: 26px;
		margin-right: 4px;
	}
      .card-social button
      {
        display: inline-block;  
        width: 52px;
        height: 25px;
        color: #FFF;
        border-radius: 3px;
        margin: 0 5px;
        padding-left: 22px;
        background:#ccc url(/img/card-social.png) 3px 3px no-repeat;
      }
      .card-social button:hover
      {
        background-color: #1e1e1e;
      }
      .card-social button.vk
      {
        background-position: 6px -23px;
      }
      .card-social button.tw
      {
        background-position: 6px -46px;
      }
    .left-side-card .info-side
    {
      float: none;
      margin: 40px 0;
    }
      .left-side-card .info-side .zag, .right-side-card .product-info .zag
      {
        font-family: 'HelveticaNeueLight';
        font-size: 24px;
        margin-bottom: 15px;
      }
  .right-side-card
  {
    float: right;
    width: 608px;
  }
    .fotorama
    {
      width: 608px;
      height: 360px;
      border: 1px solid #ccc;
    }
      .fotorama__wrap
      {
        margin: 0 auto !important;
      }
      .sl-card .slick-dots
      {
        bottom: 10px;
      }
        .fotorama__nav__frame
        {
          border: 1px solid #ccc;
        }
        .fotorama__thumb-border
        {
          display: none;
        }
        .fotorama__nav__shaft .fotorama__active
        {
          border: 1px solid #e44120;    
        }
        .fotorama__arr {
          position: absolute;
          width: 28px;
          height: 51px;
          top: 50%;
          margin-top: -25.5px;
          background: url(/img/sl-arrows.png) no-repeat;
        }
        .fotorama__arr--prev
        {
          left: 10px;
        }
        .fotorama__arr--next
        {
          background-position: -28px 0px;  
          right: 10px;
        }
      .right-side-card .product-info
      {
        font-size: 16px;  
        margin: 40px 0;
		width: 400px;
		float: left;
      }
	  .right-side-card .product-delivery {
		float: right;
		width: 195px;
		margin: 40px 0;
	  }
/************** BASKET *********************/
.main-basket
{
  width: 765px;  
  margin-bottom: 30px;
}
  .ul-next
  {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
  }
    .ul-next li 
    {
      display: inline-block;
    }
      .ul-next li img
      {
        position: relative;
        top: 2px;
        margin: 0 3px;
      }
    .ul-next li.active
    {
      color: #000;
    }
	.itemphoto a {
		display: inline-block;
		padding: 5px;
	}
  .basket-table
  {
    width: 100%;
    border-top: 1px solid #ccc;
  }
    .basket-table td
    {
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
    }
    .basket-table td:nth-child(1)
    {
      width: 160px;
    }
    .basket-table td:nth-child(2)
    {
      width: 200px;
    }
    .basket-table td+td+td
    {
      text-align: center;
    }
    .kol-td
    {
      width: 98px;
    }
      .basket-table td a
      {
        font-size: 12px;
        color: #000;
        text-decoration: none;
      }
      .basket-table td .product-cost
      {
        font-family: 'HelveticaNeue';  
        margin: 0;
      }
      .basket-table td .product-cost-total
      {
        font-family: 'HelveticaNeueLight';  
        font-size: 24px;
      }
      .basket-table td .delete-product
      {
        opacity: 0.7;
      }
        .basket-table td .delete-product:hover
      {
        opacity: 1;
      }
  .total-sum
  {
    width: 405px;
    font-family: 'HelveticaNeueLight'; 
    font-size: 24px;    
    border-bottom: 2px solid #ccc;
    float: right;
  }
    .total-sum td
    {
      height: 62px;
      vertical-align: middle;  
    }
    .total-sum td+td
    {
      text-align: center;
    }
.main-basket .btn
{
  width: 184px;
  float: right;
  margin-top: 15px;
}
.basket-form
{
  
}
  .basket-form .left-side
  {
    float: left;
    width: 568px;
  }
    .basket-form .left-side a
    {
      font-size: 16px;
      color: #0099cc;
      text-decoration: none;
    }
	.basket-form .checkout.btn {
		color: black;
	}
  .basket-form .right-side
  {
    float: right;
    width: 355px;
    margin-bottom: 50px;
  }
.tabs
{
  
}
  .tabs li
  {
    float:left;
  }
  .tabs li label {
	cursor: pointer;
	font-size: 16px;
  }
  .delivery-tabs label {
	font-size: 13px !important;
  }
  .tabs1 li+li
  {
    width: 403px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
  }
  .basket-form .tabs1 li+li {
	width: 333px;
  }
  .tabs2 li+li
  {
    width: 345px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    color: #000;
    cursor: default;
  }
    .tabs li a
    {
      display: inline-block;
      position: relative;
      padding-bottom: 5px;
      color: #0099cc;
    }
    .tabs li a.active
    {
      color: #000;
      border-bottom: 2px solid #e44120; 
    }
    .tabs li a.active:before
    {
      content: "";
      display: block;
      width: 15px;
      height: 8px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7.5px;
      background: #fff url(/img/red-arrow.png) no-repeat;
    }
    .basket-form .left-side table
    {
      width: 100%;
      margin-top: 20px;
    }
      .basket-form .left-side table td
      {
        padding-bottom: 20px; 
      }
      .basket-form .left-side table td:first-child
      {
        width: 162px;
      }
        .basket-form .left-side table td input
        {
          width: 366px;
          height: 41px;
          border: 1px solid #ccc;
          border-radius: 3px;
          padding: 0 10px;  
          font-size: 16px;
        }
        .basket-form .left-side table tr:nth-child(3) td input
        {
          width: 156px;
        }
        .basket-form .left-side table td span
        {
          display: block;
          font-size: 12px;
          margin-top: 5px;
        }
        .send
        {
          background: #eae8e3;
          padding: 16px 0 16px 162px;
          font-size: 12px;
          line-height: 15px;
          border-radius: 5px;
          margin: 25px 0 50px;
        }
          .send .btn
          {
            width: 187px;
            margin-bottom: 10px;
          }
          .basket-form .right-side .basket-table td:nth-child(1) 
          {
            width: 65px;
          }
          .basket-form .right-side .basket-table td:nth-child(2) 
          {
            width: 118px;
          }
          .basket-form .right-side .basket-table, .basket-form .right-side .basket-table span
          {
            font-size: 12px;
          }
          .basket-form .right-side .total-sum
          {
            width: 165px;
            font-size: 12px;
          }
            .basket-form .right-side .total-sum td 
            {
              height: 42px;
            }
            .basket-form .right-side .btn-grey
            {
              width: 156px;
              float: right;
              margin: 20px 0;
            }
  .zayavka-otpravlena
  {
    padding: 40px 70px; 
    font-size: 16px;    
    line-height: 20px;
    border: 6px solid #ffd500;
    border-radius: 5px;
    background: url(/img/good.png) 15px 15px no-repeat;
    margin-bottom: 50px;
  }
    .zayavka-otpravlena span
    {
      display: block;
      font-size: 24px;
      margin-bottom: 10px;
    }
/************** 404 *********************/
.error404
{
  line-height: 22px;  
}
  .error404 div
  {
    font-family: 'HelveticaNeueLight';
    font-size: 32px;
    margin-bottom: 15px;
  }
  .error404 a
  {
    color: #4b88b2;
    text-decoration: none;
  }
  .error404 a:hover
  {
    text-decoration: underline;
  }
  .error404 b
  {
    display: block;
    font-family: 'HelveticaNeueUltraLight';
    font-size: 340px;
    line-height: 235px;
    margin-top: 50px;
  }
/************** SRAVNENIE TOVAROV *********************/
.comparison
{
  
}
  .comparison .left-side
  {
    float: left;
    width: 204px;
    height: 260px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
  }
  .comparison .right-side
  {
    float: right;
    width: 756px;
    height: 260px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
    .comparison .left-side select
    {
      width: 176px;
      height: 27px;
      border: 1px solid #999;
      border-radius: 3px;
      font-size: 12px;
      padding-left: 5px;
      margin-top: 30px;
    }
    .comparison .left-side ul
    {
      position: absolute;
      left: 0;
      bottom: 5px;
    }
    .comparison .left-side ul li
    {
      float:left;
      font-size: 12px;
      color: #000;
      padding: 0 0 5px 0;
      border-bottom: 2px solid #bbb;
      position: relative;
      cursor: pointer;
	  margin:0; 
    }
    .comparison .left-side ul li:nth-child(1)
    {
      margin-right: 10px;
    }
    .comparison .left-side ul li.active
    {
      border-bottom: 2px solid #e44120;  
    }
    .comparison .left-side ul li.active:before
    {
      content: "";
      display: block;
      width: 15px;
      height: 8px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7.5px;
      background: #fff url(/img/red-arrow.png) no-repeat;  
    }
    .comparison .right-side .product
    {
      float: left;    
      width: 188px;
      padding: 0 20px;
	  height: 247px;
    }
      .comparison .right-side .product .product-name
      {
		display:block; 
        color: #0099cc;
        text-decoration: none;  
		max-height: 64px;
		overflow: hidden;
      }
      .comparison .right-side .product .product-footer
      {
        font-size: 12px;
      }
        .comparison .right-side .product .product-footer .delete
        {
          width: 11px;
          background: none;
        }
        .comparison .right-side .product:hover .product-footer a
        {
          color: #000;
        }
          .comparison .right-side .product:hover .product-footer a:hover
          {
            text-decoration: underline;  
          }
        .comparison .right-side .product:hover .product-footer a i
        {
          background-position: 0px -17px;  
        }
        .comparison .right-side .product:hover .product-footer a+a
        {
          background-position: -23px -17px;  
        }
  .comparison table
  {
    /* width: 100%; */
    display: none;
    margin-bottom: 50px;
  }
    .comparison table tr td
    {
      vertical-align: middle;
      padding: 10px 0;
      text-align: left;
    }
    .comparison table tr td:nth-child(1)
    {
      width: 203px;
      border-right: 1px solid #ccc;
      padding-left: 5px;
    }
    @-moz-document url-prefix() { 
      .comparison table tr td:nth-child(1)
        {
          width: 203px;
        }
    }
    .comparison table tr td+td
    {
      width: 188px;
      padding: 15px 20px;
    }
    .comparison table tr:hover td
    {
      background: #eae8e3;
    }
/************** REGISTATION *********************/
.registration
{
  width: 670px;  
}
  .registration .tabs
  {
    
  }
    .tabs li
    {
      display: inline-block;
      position: relative;
      cursor: pointer;
      border-bottom: 2px solid #ccc;
      color: #0099cc;  
      padding-bottom: 5px;
    }
    .tabs li.active
    {
      color: #000;
      border-bottom: 2px solid #e44120; 
    }
    .registration .tabs li, .tabs li
    {
      padding: 0 20px 5px;
    }
    .registration .tabs li.active, .tabs li.active
    {
      margin: 0 20px;
      padding: 0 0px 5px 0px;
    }
    .registration .tabs li:nth-child(1), .tabs li:nth-child(1)
    {
      margin-left: 0 !important;
    }
    .registration .tabs li:nth-child(1), .tabs li:nth-child(1)
    {
      margin-left: 0 !important;
    }
    .tabs li.active:before
    {
      content: "";
      display: block;
      width: 15px;
      height: 8px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -7.5px;
      background: #fff url(/img/red-arrow.png) no-repeat;
    }
  .tab-content .content
  {
    display: none;
  }
  .registration form
  {
    margin: 30px 0;
  }
    .registration form table
    {
      width: 100%;  
    }
      .registration form table td
      {
        padding: 10px 0;
        vertical-align: middle;
        position: relative;
      }
      .registration form table td:first-child
      {
        width: 165px;
      }
    .registration form input
    {
      width: 504px;
      height: 41px;
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 0 10px;
      font-size: 16px;  
    }
	.registration form input:disabled {
		background: #f0f0f0;
	}
	.registration form input.btn
    {
      border: 1px solid rgb(235,194,0);
	  cursor: pointer;
    }
    .registration form span
    {
      display: block;
      font-size: 12px;
      margin-top: 5px; 
    }
	.registration form .star {
		display: inline-block !important;
		display: inline !important;
		font-size: 16px !important;
		color: red;
		font-weight: bold;
	}
    .rekvizitu
    {
      /*border-top: 1px solid #ccc;    */
      margin-bottom: 15px;
    }
	.rekvizitu-switcher
	 {
		border-top: 1px solid #ccc;
		padding-top: 15px;
		margin-top: 15px;
	 }
      .rekvizitu b
      {
        color: #0099cc;
        cursor: pointer;
      }
        .rekvizitu b i+i
        {
          display: none;
        }
        .rekvizitu b.close i
        {
           display: none;
        }
        .rekvizitu b.close i+i
        {
           display: inline;
        }
      .registration select, textarea
      {
        width: 76px;
        height: 41px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 16px;
        vertical-align: middle;
      }
      textarea
      {
        width: 100%;
        height: 91px;
        resize: none;
        padding: 10px;
      }
      .registration input[type="checkbox"] + label::before {
        position: static;
      }
.uslugi
{
  margin-bottom: 50px;  
}
  .uslugi li
  {
    float:left;
    margin: 0 30px 30px 0;
  }
  .uslugi li:nth-child(3n) {
	/*margin-right: 0px;*/
	}
    .uslugi li a
    {
      display: block;
      width: 300px;
      height: 207px;
      background: url(/img/uslugi.png) no-repeat;
	  position: relative;
	  border-radius: 3px;
	  overflow: hidden;
	  text-decoration: none;
    }
	.uslugi-list-title {
		display: table-cell;
		width: 300px;
		height: 207px;
		text-align: center;
		vertical-align: middle;
		background: url('/img/black-transparent.png') repeat;
		color: white;
		font-size: 22px;
		position: relative;
	}
	.uslugi-list-title:hover {
		background: none;
	}
	.uslugi li a img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
    .uslugi li.ss-u:hover a
    {
      background-position: 0px -207px;
    }
    .uslugi li.pr-u a
    {
      background-position: -300px 0px;
    }
    .uslugi li.pr-u:hover a
    {
      background-position: -300px -207px;
    }
    .uslugi li.gos-u a
    {
      background-position: -600px 0px;
    }
    .uslugi li.gos-u:hover a
    {
      background-position: -600px -207px;
    }
.proekt
{
  background: url(/img/proekt.png) top center no-repeat;
}
  .big-img .bc, .big-img .bc a, .big-img .page-name, .big-img .bc, .big-img .bc a
  {
    color: #fff;
  }
  .big-img .page-name
  {
    margin-bottom: 380px;
	max-width: 450px;
  }
.static-page
{
  line-height: 22px;  
  margin-bottom: 50px;
}
.static-page b
{
  font-family: 'HelveticaNeueBold';  
}
.static-page ul
{
  list-style:none outside;
  line-height: 22px;
}
  .static-page ul li
  {
    position: relative;
    padding-left: 25px;
    margin: 3px 0;
  }
  .static-page ul li:before
  {
    content: "—";
    position: absolute;
    top: 0;
    left: 0;
  }
.static-page ol
{
  list-style: decimal outside;
  line-height: 22px;
  margin-left: 25px;
}
  .static-page ol li
  {
    margin: 3px 0;  
  }
.static-page table
{
  border-top: 2px solid #cfcfcf;
}
.static-page table.no-border {
	border-top: 0px !important;
}
  .static-page table td
  {
    padding: 10px 10px 10px 0px; 
    border-bottom: 1px solid #cfcfcf; 
  }
  .static-page table.no-border td
  {
    border-bottom: 0px !important;
	vertical-align: middle;
  }
  .static-page table tr:first-child td
  {
    font-size: 12px;
    color: #999;
  }
  .static-page table.no-border tr:first-child td
  {
    font-size: 12px;
    color: black !important;
  }
.other-uslugi
{
  border-top: 1px solid #cfcfcf; 
  padding: 20px 0;
}
  .other-uslugi span
  {
    display: block;
    font-family: 'HelveticaNeueLight';
    font-size: 24px; 
    margin-bottom: 20px;
  }
.news
{
  
}
  .news-filter
  {
    border-bottom: 1px solid #ccc;   
    padding-bottom: 5px;
  }
    .news-filter li
    {
      display: inline;  
      margin-right: 3px;
    }
      .news-filter li a
      {
        font-size: 12px;
        color: #999;
        text-decoration: none;
      }
      .news-filter li a.active
      {
        font-family: 'HelveticaNeueBold';
        color: #000;
      }
  .other-page .main-side
  {
    width: 550px;
  }
    .news-ul
    {
      
    }
      .news-ul li
      {
        padding: 15px 0; 
        border-bottom: 1px solid #ccc;  
      }
        .news-ul li .news-img
        {
          float: left;
          display: block;
          width: 152px;
          margin-right: 10px;
        }
        .news-ul li div
        {
          float: right;
          width: 388px;
        }
          .news-ul li div i
          {
            display: block;
            font-size: 12px;
            color: #999;
            margin-bottom: 3px;
          }
          .news-ul li div a
          {
            display: block;
            color: #0099cc;
            text-decoration: none;
            margin-bottom: 10px;
          }
  .news-filter-years
  {
    margin: 20px 0 50px;
  }
    .news-filter-years li
    {
      display: inline;  
      margin-right: 35px;
    }
      .news-filter-years li a
      {
        font-family: 'HelveticaNeueLight';
        font-size: 36px;
        color: #0099cc;
        text-decoration: none;
      }
      .news-filter-years li a.active
      {
        color: #000;
      }
.aside372
{
  float: right;
  width: 372px;
}
.podpiska
{
  border: 6px solid #ffd500;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.news .podpiska
{
  margin-top: 22px;
}
  .podpiska span
  {
    display: block;
    font-family: 'HelveticaNeueLight';
    font-size: 24px;
    margin-bottom: 5px;
  }
  .podpiska input
  {
    width: 100%;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 10px;
    margin: 10px 0;
  }
  .podpiska .btn
  {
    margin: 0;
  }
  .aside372 .new-block article
  {
    width: 186px;
  }
.action-name
{
  min-width: 225px;
  width: 225px;
  height: 320px;
  padding: 60px 20px;
  font-size: 16px;
  background: #ffd500;
  color: #000;
  line-height: 25px; 
  margin-top: 22px;
  margin-bottom: 110px;
  float: left;
}
.action-bg .podpiska
{
  margin-top: 61px;
}
/************** DELIVERY *********************/
.delivery
{
  
}
  .delivery .tabs li
  {
    margin-right: 20px;
  }
  .delivery .tabs li:last-child
  {
    display: block;
    width: 660px;
    margin-right: 0;
  }
  .delivery .tabs li+li.active
  {
    width: auto;
  }
  .delivery .static-page
  {
    margin-bottom: 10px;
  }
  .delivery .content
  {
    padding-top: 25px;
  }
  .delivery .zag
  {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e44120;
    margin-bottom: 15px;
  }
  .delivery table
    {
      border-top: none;
      float: left;
      width: 235px;
    }
  .delivery table+table
  {
    float: right;
    width: 505px;
  }
    .delivery table b
    {
      font-family: 'HelveticaNeueBold';
      font-size: 16px;
      color: #000;
    }
  .delivery a
  {
    display: inline-block;
    color: #0099cc;
    text-decoration: none;
    margin: 20px 0;
  }
  .delivery i
  {
    font-size: 12px;
    margin-left: 108px;
  }
  .ymaps-logotype-div, .ymaps-copyrights-legend
  {
    display: none !important;
    
  }
	.ymaps {
		width: 750px;
	}

.zakaz
{
  width: 610px;
  font-size: 12px;
  border-top: 2px solid #e44120;
  border-bottom: 2px solid #ccc;
  margin-bottom: 50px;
}
  .zakaz-status
  {
    float: left;
    width: 250px;
    padding: 15px 0;
  }
    .zakaz-status span
    {
      display: block;
      font-family: 'HelveticaNeueLight';
      font-size: 24px;
      margin: 5px 0;
    }
  .zakaz-right
  {
    float: right;
  }
    .zakaz-right table a
    {
      color: #000;
      text-decoration: none;
	  display: block;
	  padding: 3px;
    }
	.zakaz-right table a img {
		max-width: 60px;
		max-height: 60px;
	}
  .zakaz-complete
  {
    display: block;
    font-family: 'HelveticaNeueLight';
    font-size: 24px;
    color: #09C;
    text-decoration: none;
    margin-bottom: 50px;
  }

.vakansii
{
  background: url(/img/vakansii.png) top center no-repeat;  
}
  .vak .ac
  {
    padding: 15px 0; 
    border-bottom: 1px solid #ccc;
  }
  .vak .ac-zp
  {
    font-size: 24px;
    display: none;
  }
  .vak .close .ac-zp
  {
   display: inline-block; 
  }
    .vak .ac:before
    {
      display:none;
    }
    .ac-a
    {
      font-family: 'HelveticaNeueLight';
      font-size: 24px;
      color: #09C;
      text-decoration: none;
    }
    .vak li .content
    {
      padding: 15px 0;
    }
    .vak li .content div
    {
      float: left;
      margin-right: 30px;
      font-size: 24px;
      margin-bottom: 25px;
    }
      .vak li div i
      {
        display: block;
        font-size: 12px;
      }
    .vakansii .btn
    {
      width: 174px;
    }

.contacts-page
{
  padding-top: 0;  
}
  .contacts-page .map
  {
    position: relative;
	height: 492px !important;
  }
  .contacts-page .map > ymaps {
	display: block;
	height: 492px;
  }
    .contacts-page .map:before
    {
      content:'';
      display: block;
      height: 160px;
      background-image: -webkit-linear-gradient(rgba(0,0,0,0.6), transparent);
      background-image: -ms-linear-gradient(rgba(0,0,0,0.6), transparent);
      background-image: -o-linear-gradient(rgba(0,0,0,0.6), transparent);
      background-image: linear-gradient(rgba(0,0,0,0.6), transparent);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
    }

    .contacts-page .map .map-div
    {
      width: 960px;
      position: absolute;
      top: 35px;
      left: 50%;
      margin-left: -480px;
      z-index: 3;
      color: #FFF;
    }
      .contacts-page .map .map-div .bc a
      {
        color: #fff;
      }
      .contacts-page .container
      {
        padding: 50px 0;
      }
      .contacts-div
      {
        /*background: url(/img/bg-contacts-payments.png) right 50px no-repeat;*/
      }
    .contacts-div div
    {
      padding: 0px 350px 15px 0;  
      border-bottom: 1px solid #ccc;
    }
      .contacts-div div a
      {
        color: #0099cc;
        text-decoration: none;
      }
      .contacts-div span
      {
        /*display: block;
        font-family: 'HelveticaNeueLight';
        font-size: 24px;
        margin-bottom: 15px;*/
      }
      .contacts-div div+div
      {
        border-bottom: none;
        padding-top: 40px;
      }
      .contacts-div div+div span
      {
        display: inline;
      }
#to-top
{
    display: block;
    width: 69px;
    height: 68px;
    background: url(/img/to-top.png) no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.7;
}
#to-top:hover
{
  opacity: 1;
}







@media (max-width: 1130px){
  .nav-small2-cover
  {
    /*width: 35%;*/
  }
}
@media (max-width: 1048px){
  .nav-small2-cover
  {
    /*width: 28%;*/
  }
}

.upper {
	text-transform: uppercase;
}

a.product-img {
	display: table-cell;
	width: 156px;
	height: 145px;
	text-align: center;
	vertical-align: middle;
}

.b-share__handle {
	background: black !important;
	opacity: 0.2;
	margin-right: 7px;
}
.b-share__handle:hover {
	opacity: 1;
}
.b-share__handle:active {
	height: auto !important;
	border: 0px !important;
}
.b-share_theme_counter .b-share-icon {
	margin-right: 3px;
}

p.red {
	color: red;
	font-size: 14px;
}

.captcha-cover td {
	vertical-align: top !important;
	height: 90px;
}
.captcha-cover tr td:last-child {
	padding-top: 20px;
}

.clearLeft {
	clear: both;
}
.starrequired {
	display: inline-block !important;
	color: red;
	font-size: 16px !important;
}
.content-table {
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 22px;
}
.content-table td {
	vertical-align: top;
	padding-right: 10px;
}

.pages {
	font-weight: bold;
	margin: 10px 0px
}
.pages td {
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	padding-top: 6px;
}
.pages td:first-child {
	width: 180px;
	border-bottom: 1px dotted black;
}
.pages td:first-child span {
	background: white;
	line-height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.news-detail-text ul {
	padding-top: 17px;
	padding-bottom: 17px;
}
.news-detail-text ul li {
	background: url('/images/bullet.png') 0px 4px no-repeat;
	padding-left: 26px;
}

.content-table-4 {
	width: 100%;
}
.content-table-4 td {
	width: 25%;
	text-align: center;
	padding-bottom: 10px;
}

.yellow-title {
	display: inline-block;
	background: #ffd500;
	color: black !important;
}
.yellow-bread {
	background: #ffd500;
	color: black !important;
	display: inline-block;
	padding: 2px 4px;
}
.yellow-bread a {
	color: black !important;
}
.delivery-maps {
	height: 450px;
}

.sDesc { padding-top: 45px; font-size: 16px; line-height: 22px; }

.order-sidebar-img {
	display: table-cell !important;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.order-sidebar-img img {
	max-width: 50px;
	max-height: 50px;
}

.page-separate {
	text-align: center;
	/*background: #eee;*/
}

#suggests {
	position: absolute;
	top: 32px;
	left: 0px;
	min-width: 245px;
	background: #fcf9ea;
	z-index: 999;
}
#suggests a {
	display: block;
	padding: 7px;
	border-bottom: 1px solid #ddd;
}
#suggests a b {
	font-weight: bold;
}
#suggests a:hover {
	text-decoration: none;
	background: #fff2b1;
}

.loading {
	opacity: 0.5;
}

.mark-form {
	border: 1px solid #bbb;
	padding: 10px;
	width: 500px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #ccc;
	display: none;
	margin-bottom: 10px;
}
.mark-form .inp1 {
	width: 100%;
	height: 41px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
}
.mark-form .btn {
	margin-bottom: 0px;
}
.mark-main-title {
	position: absolute;
	padding: 5px 14px;
	font-size: 20px;
	color: white;
	background: black;
	z-index: 9999;
}
.marks-list {
	margin-top: 5px;
font-family: verdana, sans-serif;
font-size: 14px;
letter-spacing: 0pt;
word-spacing: 1.2pt;
line-height: 1.3;
}
.mark-subtitle {
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.marks-list a {
	text-decoration: none;
	color: black;
	font-size: 16px;
	font-family: HelveticaNeue;
}
.marks-list a:hover {
	color: red;
/*font-weight: bold;*/
}
.mark-del {
	cursor: pointer;
}

.abzac {
	text-indent: 20px;
	text-align: justify;
}

.bannerCover {
	height: 470px;
	overflow-y: hidden;
}
.catalog-page-label {
	position: relative;
	float: left;
	width: 100%;
}

.register-required-fields {
	display: none;
}

.master-ul {
	list-style-type: none;
}
.master-ul li {
	background: url('/img/masterclass/li.png') center left no-repeat;
	line-height: 20px;
	padding: 5px 0px 5px 40px;
	margin-bottom: 5px;
}
.print-map {
	text-align: center;
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: -30px;
}

/*	{+	Masterclasses gallery */
#mc-works {}
	#mc-works .gallery-photo { position:relative; width:310px; height:206px; overflow:hidden; }
		#mc-works .img { display:inline-block; width:310px; height:206px; vertical-align:middle; text-align:center; }
			#mc-works .img img { max-width:100%; }
		#mc-works .gallery-photo > span { display:block; position:absolute; bottom:0; height:0; left:0; width:100%; padding:0; font-weight:bold; font-size:14px; color:#fff; background: url('/img/black-transparent.png') 0 0 repeat; }
		#mc-works .gallery-photo > span .date { font-size:12px; color:#ccc; margin:0; padding:0; }
		#mc-works .gallery-photo:hover > span { height:auto; padding:10px; }


#mc-work {}
	#mc-work .bigimg { margin-bottom:25px; }
	hr.black { border:0; border-top:1px solid #000; margin:20px 0; }
	hr.grey { border:0; border-top:1px solid #9A9A9A; margin:15px 0; }
	.mc-reviews {}
		.mc-reviews p { margin:0; padding:0; font-size:14px; line-height:1.5; }
		.mc-reviews .date { color:#A4A4A4; }
		.mc-reviews .author { font-weight:bold; }
	
	.quote-wrap { position:relative; background:#F5F5F5; border-radius:10px; }
	.quote { background:0; } /* clear bg after style.css */
	.quote-bg-top, .quote-bg-bottom { display:block; position:absolute; z-index:0; width:132px; height:104px; }
	.quote-bg-top { top:10px; left:10px; background: url(images/quote-top.png) 0 0 no-repeat; }
	.quote-bg-bottom { bottom:10px; right:10px; background: url(images/quote-bottom.png) 0 0 no-repeat;  }
/*	}-	Masterclasses gallery */

#mclass-gallery-link {
	display: inline-block;
	width: auto;
	padding: 0px 40px;
}

.map .ymaps-b-zoom_hints-pos_right {
	top: 260px !important;
	left: 8px !important;
}
.map .ymaps-controls-lefttop > ymaps > .ymaps-group {
	position: absolute !important;
	top: 450px !important;
	width: 100px !important;
}
.map .ymaps-controls-righttop {
	position: absolute !important;
	top: 350px !important;
}

/* favorite */
#addFavorite {
	display: none;
	top: 40%;
	left: 50%;
	margin-left: -200px;
	position: fixed;
	z-index: 10;
	width: 400px;
	background: #FFF;
	padding: 15px 16px;
	border-radius: 3px;
	box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.4);
}
#addFavorite .favorite-email {
	width: 226px;
	height: 41px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
}
#addFavorite .favorite-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#addFavorite .favorite-descr {
	margin-bottom: 10px;
}
#addFavorite .favorite-submit {
	margin-top: 12px;
	margin-bottom: 0px;
}
#addFavorite .addFavoriteSuccess {
	display: none;
	position: absolute;
	top: 45%;
	width: 95%;
	text-align: center;
	color: green;
	display: block;
}

#oferta-import .oferta-result {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
#oferta-import textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	font-size: 16px;
	vertical-align: middle;
	width: 400px;
	height: 300px;
	margin-bottom: 10px;
	font-family: HelveticaNeue, arial;
	font-size: 16px;
}
#oferta-import .btn {
	display: inline-block;
	width: auto;
	padding: 0px 30px;
}

.page-big-image {
	position: relative;
	top: -35px;
	left: -160px;
}

/* custom export */
#custom-export-form textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	font-size: 16px;
	vertical-align: middle;
	width: 400px;
	height: 300px;
	margin-bottom: 10px;
	font-family: HelveticaNeue, arial;
	font-size: 16px;
}

.retail-items {
	height:606px;
	background: url('/img/ajax-loader.gif') center center no-repeat;
	margin-bottom: 40px;
}

.counters {
	display: none;
}

/* landing */
.landing {
	background: url('/img/landing/blue-fon.jpg') top center repeat;
}
.holod-led {
	height: 106px;
	background: url('/img/landing/led.png') center repeat-x;
	position: absolute;
	width: 100%;
	top: 410px;
}
.landing-bear {
	height: 452px;
	background: url('/img/landing/nebo.jpg') center center no-repeat, url('/img/landing/nebo_bg.jpg') center center repeat-x;
}
.landing-holod .center920 {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
#bear {
	position:absolute; 
	background: url(/img/landing/bear.png) 0 0 no-repeat; 
	width:395px;
	height:223px; 
	right:0; 
	bottom:-123px; 
	z-index:2; 
}
.landing-holod .center1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-left: 40px;
}
.landing-holod .landing-top {
	position: fixed;
	top: 0px;
	background: #fed44a;
	height: 68px;
	width: 100%;
	z-index: 99;
}
.landing-holod .landing-top .logo {
	position: absolute;
	top: 20px;
	left: 0px;
}
.landing-holod .landing-top .to-shop {
	position: absolute;
	top: 18px;
	left: 190px;
	display: block;
	padding-left: 25px;
	background: url('/img/landing/up.png') left center no-repeat;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: black;
}
.landing-holod .landing-top .addresses {
	position: absolute;
	top: 17px;
	left: 370px;
	font-size: 14px;
	width: 150px;
	background: url('/img/landing/location.png') left center no-repeat;
	height: 32px;
	padding: 2px 0px 2px 29px;
	line-height: 16px;
}
.landing-holod .landing-top .phones {
	position: absolute;
	top: 18px;
	left: 544px;
	font-size: 14px;
	line-height: 16px;;
}
.landing-holod .landing-top .phones b {
	font-weight: bold;
}
.landing-holod .landing-top .callback {
	position: absolute;
	top: 17px;
	right: 2px;
	line-height: 33px;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 14px;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
}
.landing-holod .main-block {
	padding-top: 156px;
}
.landing-holod .main-block-title {
	font-size: 54px;
	font-weight: bold;
	font-family: HelveticaNeue;
	letter-spacing: 3px;
	width: 600px;
	color: #00acce;
}
.landing-holod .main-block-content {
	padding-top: 14px;
	line-height: 24px;
}
.landing-holod .advantages {
	padding-top: 140px;
}
.landing-holod .advantage {
	float: left;
	width: 316px;
	padding-top: 90px;
	height: 350px;
	padding-right: 30px;
	padding-left: 1px;
}
.landing-holod .advantage-title {
	font-size: 24px;
	font-weight: bold;
	font-family: HelveticaNeue;
	letter-spacing: 1px;
	padding-bottom: 7px;
}
.landing-holod .advantage-text {
	line-height: 22px;
}
.landing-holod .advantage-1 {
	background: url('/img/landing/advantage-1.png') 2px 0px no-repeat;
}
.landing-holod .advantage-2 {
	background: url('/img/landing/advantage-2.png') 0px 10px no-repeat;
}
.landing-holod .advantage-3 {
	background: url('/img/landing/advantage-3.png') 0px 4px no-repeat;
	width: 270px !important;
}
.landing-holod .advantage-4 {
	background: url('/img/landing/advantage-4.png') 0px 21px no-repeat;
}
.landing-holod .advantage-5 {
	background: url('/img/landing/advantage-5.png') 0px 10px no-repeat;
}
.landing-holod .advantage-6 {
	background: url('/img/landing/advantage-6.png') left 0px no-repeat;
	width: 270px !important;
}
.landing-holod .holod-camera {
	margin-top: 27px;
	margin-bottom: 109px;
}
.landing-holod .landing-subtitle {
	text-align: center;
	font-size: 36px;
	font-family: HelveticaNeue;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00acce;
	padding-bottom: 36px;
}
.landing-holod .camera {
	
}
.landing-holod .camera-1 {
	float: left;
	background: url('/img/landing/camera-1.png') 0px 0px no-repeat;
	padding-top: 379px;
	width: 450px;
	display: block;
	text-decoration: none;
}
.landing-holod .camera-2 {
	float: right;
	background: url('/img/landing/camera-2.png') 0px 0px no-repeat;
	padding-top: 379px;
	width: 445px;
	display: block;
	text-decoration: none;
}
.landing-holod .camera-title {
	color: #309ac7;
	line-height: 18px;
	padding-bottom: 9px;
}
.landing-holod .camera-price {
	font-weight: bold;
	color: black;
}
.landing-holod .split-sistemy {
	padding-bottom: 88px;
}
.landing-holod .split {
	float: left;
	width: 230px;
	display: block;
	text-decoration: none;
}
.landing-holod .split-1 {
	padding-top: 280px;
	background: url('/img/landing/split-1.png') 4px 19px no-repeat;
}
.landing-holod .split-2 {
	padding-top: 280px;
	background: url('/img/landing/split-2.png') 8px 1px no-repeat;
}
.landing-holod .split-3 {
	padding-top: 280px;
	background: url('/img/landing/split-3.png') 13px 9px no-repeat;
}
.landing-holod .split-4 {
	padding-top: 280px;
	background: url('/img/landing/split-4.png') 6px 24px no-repeat;
	  width: 255px !important;
}
.landing-holod .landing-btn {
	display: block;
	margin: 0 auto;
	float: none;
	width: 260px;
	margin-bottom: 92px;
}
.landing-holod .reviews {
	margin-bottom: 60px;
}
.landing-holod .reviews-title {
	text-align: left !important;
	padding-bottom: 24px !important;
}
.landing-holod .review {
	width: 444px;
}
.landing-holod .review-1 {
	float: left;
	background: url('/img/landing/review-1.jpg') top left no-repeat;
}
.landing-holod .review-2 {
	float: right;
	background: url('/img/landing/review-2.jpg') top left no-repeat;
	margin-right: 40px;
}
.landing-holod .review-main {
	padding-top: 220px;
	color: white;
	height: 308px;
	margin-bottom: 24px;
}
.landing-holod .review-name {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px;
	margin-bottom: 8px;
}
.landing-holod .review-work {
	padding: 0px 20px;
    line-height: 18px;
}
.landing-holod .review-text {
	font-size: 16px;
	line-height: 22px;
}
.landing-holod .land-footer {
	border-top: 2px solid #00C9F9;
	position: relative;
	height: 90px;
	font-size: 14px;
}
.landing-holod .copyright {
	position: absolute;
	top: 17px;
	left: 0px;
}
.landing-holod .mail {
	position: absolute;
	top: 13px;
	left: 240px;
}
.landing-holod .mail p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 24px;
}
.landing-holod .phones {
	position: absolute;
	top: 16px;
	left: 500px;
}
.landing-holod .phones b {
	font-weight: bold;
}
.landing-holod .phones p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 17px;
}
.landing-holod .garin {
	position: absolute;
	top: 17px;
	right: 0px;
	width: 198px;
}
#callbackForm {
	position: absolute;
	z-index: 10;
	width: 600px;
	background: #FFF;
	padding: 15px 16px;
	border-radius: 3px;
	box-shadow: 0.5px 0.866px 5px 0px rgba( 0, 0, 0, 0.4);
	width: 400px;
	margin-left: -180px;
	left: 50%;
}
#callbackForm td {
	padding-right: 10px;
}
.holod-input, .antikrizis-input {
	width: 226px;
	height: 41px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
}
.holod-success, .antikrizis-success {
	text-align: center;
	position: absolute;
	width: 370px;
	top: 40%;
	color: green;
}
.flower-title {
  position: absolute;
  top: 18px;
  left: 258px;
  font-size: 36px;
  font-family: HelveticaNeue;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  color: #00acce;
}
.flower-camera {
  position: relative;
  height: 385px;
  display: block;
  text-decoration: none;
}
.flower-price {
  position: absolute;
  top: 148px;
  left: 258px;
  font-size: 36px;
  font-family: HelveticaNeue;
  font-weight: bold;
  color: black;
}
.flower-camera {
  position: relative;
  height: 385px;
  background: url('/img/landing/flower-camera.png') 491px 7px no-repeat;
}