@font-face {
  font-family: 'Conv_PFDinDisplayPro-Med';
  src: url('../fonts/PFDinDisplayPro-Med.eot');
  src: local('☺'), url('../fonts/PFDinDisplayPro-Med.woff') format('woff'), url('../fonts/PFDinDisplayPro-Med.ttf') format('truetype'), url('../fonts/PFDinDisplayPro-Med.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** {
  padding: 0;
  margin: 0;
  font-size: 100%;
}*/

/*html, body {
  height: 100%;
  font-family: sans-serif;
}

img {
  border: none;
}*/

.clr {
  width: 100%;
  clear: both;
}

#wrapper {
  min-height: 100%;
  background: #fff;
}
@media (max-width:769px){ 
  #wrapper {
    display:none;
  }
}
/*input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; 
    -webkit-border-radius:0;
}*/

input[type="radio"] {
  -webkit-appearance: radio;
}

/*Header*/

/*#main-menu {
    height: 25px;
    padding-top: 5px;
  background: #656565; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #656565 0%, #656565 46%, #484747 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(46%,#656565), color-stop(100%,#484747)); 
  background: -webkit-linear-gradient(top,  #656565 0%,#656565 46%,#484747 100%);
  background: -o-linear-gradient(top,  #656565 0%,#656565 46%,#484747 100%); 
  background: -ms-linear-gradient(top,  #656565 0%,#656565 46%,#484747 100%); 
  background: linear-gradient(to bottom,  #656565 0%,#656565 46%,#484747 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#484747',GradientType=0 );
  width: 1202px;
  margin: 0 auto;
}

#main-menu ul:first-child {
  list-style: none;
  text-align: center;
}

#main-menu ul:first-child li {
  display: inline-block;
  position: relative;
  margin-right: 80px;
}

#main-menu a {
  font-family: 'PT Sans';
  font-size: 14px;
  color: #fff;
  display: block;
  height: 21px;
  text-decoration: none;
}

#main-menu a.drop {
  position: relative;
}

#main-menu a.drop:after {
  background: url(../img/main-menu-toggle.png) 0 0 no-repeat;
  position: absolute;
  content: '';
  top: 8px;
  right: -12px;
  display: block;
  width: 8px;
  height: 6px;
}

#main-menu a.city:before {
  background: url(../img/main-menu-lable.png) 0 0 no-repeat;
  position: absolute;
  content: '';
  top: 5px;
  left: -12px;
  display: block;
  width: 7px;
  height: 10px;
}

#main-menu ul li ul{
  list-style: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
  background-color: #fafafa;
  text-align: left;
}

#main-menu ul:first-child li ul li {
  display: block;
  float: none;
  padding-top: 1px;
    height: 25px;
    padding: 9px 15px 0 15px;
}

#main-menu ul:first-child li:last-child {
    margin-right: 0;
}

#main-menu ul li ul li a {
  color: #232323;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 5px;
}

#main-menu ul li ul li a:hover {
  font-weight: 400;
  color: #136acb;
}

#main-menu ul li:hover ul {
  left: -40px;
  opacity: 1;
  margin: 0 0 0 21px;
  z-index: 3;
}*/

.head-info {
  width: 1200px;
  height: 94px;
  margin: 0 auto;
  border: 1px solid #d7d6d6;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
}

section.main-slider-wrapper { 
  width: 1200px;
  height: 94px;
  margin: 0 auto;
  border: 1px solid #d7d6d6;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
}

section.main-slider-wrapper .logo { float: left; margin: 10px 0 0 65px; width: 120px; height: 73px; }
section.main-slider-wrapper .banner { float: left; margin: 7px 0 0 150px;  width: 323px; height: 83px; }
section.main-slider-wrapper p { float: left; font-size: 9pt; margin-left: 110px; color: #343535; }
section.main-slider-wrapper p.worktime { margin: 10px 0 5px 110px; padding-left: 21px;}
section.main-slider-wrapper p.worktime:before { content: ''; background: url(../img/clock-ico.png) 0 0px no-repeat; width: 12px; height: 12px; position: absolute; display: block; background-size: 12px; margin-left: -18px; margin-top: 1px; }
section.main-slider-wrapper a.open-cant-call-popup-link { display: block; float: left; text-align: center; color: #136acb; text-decoration: none; background: url(../img/phone-ico.png) 0 0 no-repeat; font: 9pt 'Arial', sans-serif; margin-left: 109px; margin-top: 3px; padding-left: 23px; }
section.main-slider-wrapper p.adress { margin: 10px 0 5px 97px;}
section.main-slider-wrapper a.open-cant-call-popup-link:hover { text-decoration: underline;}
section.main-slider-wrapper p.adress:before { background: url(../img/removal-icon.png) 0 0 no-repeat; background-size: 15px; content: ''; display: block;
                              position: absolute; width: 12px; height: 15px; margin-left: -18px; margin-top: 0px;}
section.main-slider-wrapper div.times { float: left; width: 270px; margin-top: 5px; }
section.main-slider-wrapper p.monday { }
section.main-slider-wrapper div.phones { float: left; width: 240px; margin-left: 30px; }
section.main-slider-wrapper p.monday span { margin-left: 5px; }
section.main-slider-wrapper p.saturday { margin-bottom: 3px; }
section.main-slider-wrapper p.saturday span { margin-left: 5px; }
section.main-slider-wrapper p.sunday { margin-bottom: 3px; }
section.main-slider-wrapper p.sunday span { margin-left: 27px; color: #dc0800; }
section.main-slider-wrapper p.phone1 { font: 700 27px 'PT Sans', 'Arial'; color: #070707; margin: 0; margin-left: 10px; }
section.main-slider-wrapper a.other-phones { font: 12px 'Arial'; color: #136acb; text-decoration: none; margin-left: 30px; display: block; padding-top: 4px;float: left; }
section.main-slider-wrapper a.other-phones:hover { text-decoration: underline; }
section.main-slider-wrapper .phone-more { display: none; font-family: 'PT Sans', 'Arial'; top: 95px; margin-left: -130px; width: 350px; position: absolute; z-index: 10; background: #fff; border: 1px solid rgba(0,0,0,0.2); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25); -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25); box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ph-city { width: 160px; }
.ph-num { width: 150px; }
section.main-slider-wrapper .ph-phones { padding: 32px 20px 8px; display: block; }
section.main-slider-wrapper .ph-phones .cf { margin-bottom: 5px; }
section.main-slider-wrapper .cf:before, .cf:after { content: " "; display: table; }
section.main-slider-wrapper .cf:after { clear: both;}
section.main-slider-wrapper .cf:hover { background: #eef7ff; }
section.main-slider-wrapper .ph-city, .ph-num { float: left; white-space: nowrap; overflow: visible; }
section.main-slider-wrapper .ph-code { padding-right: 5px; color: #727779; }
/*section.main-slider-wrapper .ph-num b, strong { font-weight: 600; }*/
section.main-slider-wrapper .ph-rus { padding: 8px 20px; background: #eef7ff; line-height: 1;}
section.main-slider-wrapper .ph-rus-num {font-size: 18px;float: left;font-weight: 600;line-height: 40px;width: 160px;}
section.main-slider-wrapper .ph-rus-note { float: left; line-height: 20px; }
section.main-slider-wrapper .ph-hours { padding: 8px 20px 12px; }
section.main-slider-wrapper .box-close { color: inherit; opacity: .65; float: right; font-size: 1.8em; font-weight: 600; line-height: 1; background: none;
                         border: none; cursor: pointer; padding: 0; position: absolute; top: 4px; left: auto; right: 8px; }

section.main-slider-wrapper p.phone2 { font: 23px 'PT Sans', 'Arial'; color: #070707; margin: 0; letter-spacing: 1.2px; }
section.main-slider-wrapper p.phone1 span { color: #286bcc; }
section.main-slider-wrapper p.phone2 span { color: #286bcc; }

header .submenu {
  width: 1200px;
  height: 16px;
  padding: 12px 0;
  margin: 0 auto;
  font-family: Arial;
  font-size: 12px;

}

header .submenu a {
  display: block;
  float: left;
  width: 240px;
  text-align: center;
  color: #242424;
  text-decoration: none;
  margin-left: 52px;
}

header .submenu a:hover {
  color: #0f6dcd;
}

header .submenu a:nth-of-type(1) {
  background: url(../img/user-ico.png) 30px 0 no-repeat;
}

header .submenu a:nth-of-type(2) {
  background: url(../img/scales-ico.png) 35px 0 no-repeat;
}

header .submenu a:nth-of-type(3) {
  background: url(../img/heart-ico.png) 25px 0 no-repeat;
}

header .submenu a:nth-of-type(4) {

  background: url(../img/clock-ico.png) 25px 0 no-repeat;
}

header .submenu a:nth-of-type(5) {

}



/*Top*/


div.main-slider-wrapper {
  width: 1200px;
  margin: 0 auto;
  /*	-webkit-box-shadow: 5px 5px 12px 2px rgba(1,1,1,0.35);
    -moz-box-shadow: 5px 5px 12px 2px rgba(1,1,1,0.35);
    box-shadow: 5px 5px 12px 2px rgba(1,1,1,0.35);*/
  position: relative;
  height: 482px;
}
@media (max-width:1200px){
  div.main-slider-wrapper {
    width: 980px;
    box-sizing:border-box;
    height: 395px;
  }
}
@media (max-width:769px){
  div.main-slider-wrapper {
    width: 748px;
    box-sizing:border-box;
    height: 810px;
    margin:10px;
    margin-top: 50px;

  }
}
div.top.min {
  height: 43px;
}

div.top.plus1line {
  height: 478px;
}

div.top.plus2line {
  height: 616px;
}

/*Goods*/

.main-slider-wrapper .goods {
  float: left;
}

.main-slider-wrapper nav.goods {
  width: 239px;
  /*	height: 335px;*/

}

.main-slider-wrapper nav.goods header {
  width: 100%;
  height: 43px;
  background: rgb(233,52,52); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U5MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(233,52,52,1) 1%, rgba(237,49,49,1) 50%, rgba(255,0,0,1) 51%, rgba(191,0,0,1) 93%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(233,52,52,1)), color-stop(50%,rgba(237,49,49,1)), color-stop(51%,rgba(255,0,0,1)), color-stop(93%,rgba(191,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93434', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */

}

.main-slider-wrapper nav.goods header h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 13px;
  background: url(../img/goods-lines.png) 11px 18px no-repeat;
}

.main-slider-wrapper nav.goods .menu-toggle {
  background: url(../img/menu-toggle.png) no-repeat;
  width: 8px;
  height: 6px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  bottom: 27px;
  right: 30px;
}

.main-slider-wrapper nav.goods:hover .menu-toggle {
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C complaint browsers */

  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}

.rotate180 {
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C complaint browsers */

  /* IE8 and below */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
} 

.main-slider-wrapper nav.goods ul {
  list-style: none;
  background-color: #fafafa;
  margin-top: 1px;
}

.main-slider-wrapper nav.goods li {
  border-bottom: 1px solid #e2e0e0;
}

.main-slider-wrapper nav.goods li.active a {
  color: #3277cf;
}

.main-slider-wrapper nav.goods li a {
  display: block;
  padding: 10px 0 10px 14px;
  font-family: 'Arial';
  font-size: 12px;
  color: #222121;
  text-decoration: none;
}

.main-slider-wrapper nav.goods li a:hover {
  color: #3277cf;
}

.goods:hover .enu-toogle {
  display: block;
}

.goods:hover .outward {
  display: block;
}

#prev-goods-list {
  display: none;
}

#prev-goods-list:hover #goods-list {
  display: none;
}

.goods .outward {
  position: absolute;
  width: 239px;
  z-index: 2000;
  display: none;
}

.goods .outward li .drop-down-menu {
  display: none;
}

.goods .outward li:hover .drop-down-menu {
  display: block;
}

.goods.prev-menu #goods-list {
  display: none;
}


/*Search*/

.main-slider-wrapper .search {
  width: 707px;
  height: 33px;
  display: block;
  float: left;
  padding: 8px 0 0 13px;
}

.main-slider-wrapper .search .jq-selectbox {
  width: 79px;
  height: 27px;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#d9d9d9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  font-family: Arial;
  font-size: 12px;
  color: #242525;
  -webkit-box-shadow: -1px 1px 2px 0px rgba(43,43,43,0.6);
  -moz-box-shadow: -1px 1px 2px 0px rgba(43,43,43,0.6);
  box-shadow: -1px 1px 2px 0px rgba(43,43,43,0.6);
  float: left;
}

.main-slider-wrapper .search .opened {
  color: #020201;
}

.main-slider-wrapper .search .jq-selectbox__select {
  cursor: pointer;
  width: 79px !important;
}

.main-slider-wrapper .search .jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 57px;
  height: 18px;
  padding: 7px 0px 0 22px;
  background: url(../img/loupe.png) 8px 9px no-repeat;
}

.main-slider-wrapper .search .jq-selectbox__dropdown {
  cursor: pointer;
  background: #ffffff;
  width: 200px;
  top: 30px;
}

.main-slider-wrapper .search .jq-selectbox__dropdown ul li {
  color: #000;
  width: 170px;
  height: 28px;
  padding: 9px 15px 0 15px;
}

.main-slider-wrapper .search .jq-selectbox__dropdown ul li:hover {
  color: #fff;
  background: #469acc;

}

.main-slider-wrapper .search .jq-selectbox__trigger {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
}

.main-slider-wrapper .search .jq-selectbox__trigger-arrow {
  height: 25px;
  width: 6px;
  background: url(../img/select-arrow.png) 0 12px no-repeat;
}

.main-slider-wrapper .search input:nth-of-type(1) {
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  border: none;
  outline: none;
  height: 29px;
  width: 537px;
  font-family: Arial;
  font-size: 12px;
  color: #7a7878;
  padding: 0 15px;
  float: left;
}

.main-slider-wrapper .search input:nth-of-type(2) {
  height: 27px;
  letter-spacing: 0.5px;
  width: 79px;
  border: none;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#d9d9d9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
  -webkit-box-shadow: 1px 1px 2px 0px rgba(43,43,43,0.6);
  -moz-box-shadow: 1px 1px 2px 0px rgba(43,43,43,0.6);
  box-shadow: 1px 1px 2px 0px rgba(43,43,43,0.6);
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  color: #242525;
  cursor: pointer; 
}

.main-slider-wrapper .search input:nth-of-type(2):active {
  position: relative;
  top: 2px; 
}

.main-slider-wrapper .search-example-link {
  position: absolute;
  left: 441px;
  top: 15px;
  color: #136acb;
  font: 12px Arial;
}

.main-slider-wrapper .search-example-link:hover {
  text-decoration: none;
}

.main-slider-wrapper .basket {
  cursor: pointer;
  float: left;
  width: 241px;
  height: 43px;
  background: rgb(233,52,52); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U5MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(233,52,52,1) 1%, rgba(237,49,49,1) 50%, rgba(255,0,0,1) 51%, rgba(191,0,0,1) 93%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(233,52,52,1)), color-stop(50%,rgba(237,49,49,1)), color-stop(51%,rgba(255,0,0,1)), color-stop(93%,rgba(191,0,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(233,52,52,1) 1%,rgba(237,49,49,1) 50%,rgba(255,0,0,1) 51%,rgba(191,0,0,1) 93%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93434', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */

}

.main-slider-wrapper .basket h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 13px;
  background: url(../img/basket-bg-ico.png) 15px 14px no-repeat;
}

.main-slider-wrapper .basket:hover .basket-goods {
  display: block;
}

.main-slider-wrapper .basket-goods {
  z-index: 1000;
  position: absolute;
  background: #fff;
  top: 43px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 5px 5px 5px rgba(1,1,1,0.35);
  -moz-box-shadow: 0 5px 5px 5px rgba(1,1,1,0.35);
  box-shadow: 0 5px 5px 5px rgba(1,1,1,0.35);
  display: none;
}

.main-slider-wrapper .basket-goods i.top-arrow {
  background: url(../img/basket-top-arrow.png) center top no-repeat;
  width: 18px;
  height: 12px;
  bottom: 12px;
  z-index: 100;
  display: block;
  position: relative;
  margin-left: 112px;
}

.main-slider-wrapper .basket-goods ul {
  list-style: none;
  position: relative;
  bottom: 12px;
}

.main-slider-wrapper .basket-goods ul li {
  padding: 0 13px 5px 15px;
  width: 213px;
  float: left;
}

.main-slider-wrapper .basket-goods ul li img {
  border: 1px solid #d0cece;
  width: 55px;
  height: 55px;
  margin: 10px 24px 5px 0; 
  float: left;
}

.main-slider-wrapper .basket-goods ul li:hover {
  background: #ecebeb;
}

.main-slider-wrapper .basket-goods ul li p.title {
  font: 13px 'PT Sans';
  color: #000;
  float: left;
  margin-top: 7px;
  width: 132px;
}

.main-slider-wrapper .basket-goods ul li p.price {
  font: 13px 'PT Sans';
  color: #000;
  float: left;
  margin-top: 10px;
}

.main-slider-wrapper .basket-goods div.separator {
  width: 210px;
  background: #ecebeb;
  height: 1px;
  margin: 10px 15px 10px 15px;
  clear: both;
}

.main-slider-wrapper .basket-goods input.basket-order-button {
  width: 210px;
  height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0px 1px 3px gray;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #a0a0a0;
  border-top: 1px solid #efefef;
  color: #000;
  font-family: 'PT Sans';
  font-size: 13px;
  text-align: center;
  min-width: 19px;
  margin: 10px 15px 10px 15px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
}

.main-slider-wrapper .basket-goods input.basket-order-button:hover {

  box-shadow: 0px 3px 10px gray;
}

.main-slider-wrapper .basket-goods input.basket-order-button:active {
  top: 2px;
  position: relative;
}

.main-slider-wrapper .basket-goods p.summary {
  margin: 0 15px 10px 15px;
  font: 13px 'PT Sans';
  color: #000;
}

.main-slider-wrapper .drop-down-menu {
  display: none;
  width: 960px;
  margin-left: 239px;
  min-height: 268px;
  background: #fff;
  z-index: 1000;
  border: 1px solid #e2e0e0;
  border-left: 0;
  top: -1px;
  position: absolute;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
}

.main-slider-wrapper li.goods-list-item:hover > .drop-down-menu {
  display: block;
}

.main-slider-wrapper .drop-down-menu img.product {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -100;
}

.main-slider-wrapper .drop-down-menu ul.inner-list {
  list-style: none;
  float: left;
  width: 199px;
  margin-top: 15px;
  padding: 0 20px 0 20px;
  background: none;
  border-left: 1px solid #e2e0e0;
}

.main-slider-wrapper .drop-down-menu ul.inner-list li {
  border: none;
  padding-right: 20px;
  padding-left: 5px;
}

.main-slider-wrapper .drop-down-menu ul.inner-list:first-child {
  border: none;
}

.main-slider-wrapper .drop-down-menu ul.inner-list li a {
  padding: 0;
  color: #222121;
  font-family: 'PT Sans';
  font-size: 13px;
}

.main-slider-wrapper .drop-down-menu ul.inner-list li a:hover {
  color: red;
  text-decoration: underline;
}

.main-slider-wrapper .drop-down-menu ul.inner-list a.category-title {
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: bolder;
  padding-bottom: 10px;
  margin-top: 10px;
}

.main-slider-wrapper .drop-down-menu ul.inner-list a.category-title:hover {
  text-decoration: none;
}

.main-slider-wrapper .drop-down-menu ul li { 
  padding: 5px 0 5px;
}


.main-slider-wrapper .slider {
  float: left;
  width: 476px;
  height: 478px;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
@media (max-width:1200px){
  .main-slider-wrapper .slider {
    width:388px;
    height:389px;
  }
}
@media (max-width:769px){
  .main-slider-wrapper .slider {
    width: 476px;
    height: 478px;;
  }
}
.main-slider-wrapper .slider a {
  text-decoration: none;
}

.main-slider-wrapper .slider a h1 {
  position: relative;
  bottom: 305px;
  left: 20px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.main-slider-wrapper .slider a p {
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 225px;
  left: 20px;
}

.main-slider-wrapper .slider a p span {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fe0000;
}

.main-slider-wrapper .slider-content {
  margin-left: 0px;
}

.main-slider-wrapper .slider-content a {
  text-decoration: none;
  width: 480px;
  height: 480px;
  display: block;
  text-align: left;
  margin-bottom: 2px;
}

.main-slider-wrapper .slider-content a img {
  width: 480px;
  height: 100%;
}

.main-slider-wrapper .slider-content a h3 {
  font-family: 'PT Sans';
  /*font-size: 15px;*/
  /*font-weight: 700;*/
  font-size: 20.25px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}

.main-slider-wrapper .slider-content a .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  box-shadow: inset 0px 70px 70px rgba(0,0,0,0.8);
}

.main-slider-wrapper .slider-content a p {
  font-family: 'PT Sans';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 15px;
}

.main-slider-wrapper .slider-content span {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fe0000;
}


.main-slider-wrapper .slider .prew, .main-slider-wrapper .slider .next {
  display: none;
}

.main-slider-wrapper .slide div {
  width: 480px;
  height: 240px;
}

.main-slider-wrapper .slider-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.main-slider-wrapper .control-slide {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  z-index: 10;
  background: url(../img/header-slide-bullet-sprite.png) 0 0 no-repeat;
  text-indent: -9999px;
  float: left;
  cursor: pointer;
  bottom: 10px;
  left: 200px;
  margin-right: 3px;
}

.main-slider-wrapper {
  border-collapse: separate;
}

.main-slider-wrapper .active {
  background-position: 100% 0;
}

.main-slider-wrapper {
  overflow:hidden;
  float: right;
  width: 1200px;
  height: 480px;
  /* position: absolute; */
  left: 0px;
  /*margin-bottom: 10px;*/
  box-shadow: rgba(1, 1, 1, 0.34902) 5px 5px 12px 0px;
}
@media (max-width:1200px){
  .main-slider-wrapper {
    width: 980px;
    height: 392px;
    box-sizing:border-box;
  }
}
@media (max-width:769px){
  .main-slider-wrapper {
    width: 478px;
    height: 800px;
    margin: 0 auto;
    left: 50%;
    margin-left: -239px;
    box-sizing:border-box;
  }
}
.main-slider-wrapper .bottom-sample-prices,
.main-slider-wrapper .top-sample-prices {
  float: left;
  width: 1200px;
  border-right: 1px solid #fff;
}

.main-slider-wrapper .bottom-sample-prices a {
  display: block;
  float: left;
  width: 240px;
  height: 240px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  text-decoration: none;
}

.main-slider-wrapper .top-sample-prices a {
  display: block;
  float: left;
  width: 240px;
  height: 240px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  overflow: hidden;
}

.main-slider-wrapper .bottom-sample-prices a:first-child,
.main-slider-wrapper .bottom-sample-prices a:nth-of-type(4n + 1),
.main-slider-wrapper .top-sample-prices a:first-child {
  width: 240px;
}

.main-slider-wrapper .bottom-sample-prices a:last-child,
.main-slider-wrapper .bottom-sample-prices a:nth-of-type(4n),
.main-slider-wrapper .top-sample-prices a:last-child {
  width: 240px;
}


.main-slider-wrapper .bottom-sample-prices img,
.main-slider-wrapper .top-sample-prices img {
  position: absolute;
  width: 240px;
  height: 240px;
} 

.main-slider-wrapper .bottom-sample-prices a:first-child img,
.main-slider-wrapper .bottom-sample-prices a:nth-child(4n + 1) img,
.main-slider-wrapper .top-sample-prices a:first-child img {
  width: 240px;
}

.main-slider-wrapper .bottom-sample-prices a:last-child img,
.main-slider-wrapper .bottom-sample-prices a:nth-child(4n) img,
.main-slider-wrapper .top-sample-prices a:last-child img {
  width: 240px;
}

.main-slider-wrapper .left-sample-prices {
  float: left;
  width: 240px;
  border-right: 1px solid #fff;
}

.main-slider-wrapper .left-sample-prices a {
  display: block;
  width: 240px;
  height: 240px;
  border-top: 1px solid #fff;
  overflow: hidden;
}

.main-slider-wrapper .top-sample-prices a,
.main-slider-wrapper .left-sample-prices a, 
.main-slider-wrapper .right-sample-prices a {
  /*float: left;*/
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: 'PT Sans';
}
.main-slider-wrapper .left-sample-prices img {
  position: absolute;
  width: 240px;
  height: 240px;
} 

.main-slider-wrapper .right-sample-prices img {
  /*position: absolute;*/
  float: right;
  display: inline-block;
  width: 238px;
  height: 238px;
}
@media (max-width:1200px){
  .main-slider-wrapper .right-sample-prices img {
    width: 193px;
    height: 194px;
  }
}
@media (max-width:769px){
  .main-slider-wrapper .right-sample-prices img {
    width: 158px;
    height: 158px;
  }
}
.main-slider-wrapper .top-sample-prices a h1, 
.main-slider-wrapper .bottom-sample-prices a h1, 
.main-slider-wrapper .left-sample-prices a h1, 
.main-slider-wrapper .right-sample-prices a h1{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  margin: 3px 5px 0 10px;
  width: 90%;
  height: 40px;
}

.main-slider-wrapper .top-sample-prices a span, 
.main-slider-wrapper .bottom-sample-prices a span, 
.main-slider-wrapper .left-sample-prices a span, 
.main-slider-wrapper .right-sample-prices a span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  /*color: #F6B370;*/
}

.main-slider-wrapper .top-sample-prices a p,
.main-slider-wrapper .bottom-sample-prices a p,
.main-slider-wrapper .left-sample-prices a p,
.main-slider-wrapper .right-sample-prices a p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 40px;
  margin: 0 0 0 15px;
}

.main-slider-wrapper .top-sample-prices a span,
.main-slider-wrapper .bottom-sample-prices a span,
.main-slider-wrapper .left-sample-prices a span,
.main-slider-wrapper .right-sample-prices a span {
  color: #fe0000;
}

.main-slider-wrapper .right-sample-prices {
  float: left;
  width: 720px;
  height: 483px;
  border-left: 2px solid #fff;
  position: relative;
  margin-top: 4px;
}
@media (max-width:1200px){
  .main-slider-wrapper .right-sample-prices {
    width: 590px;
    height: 326px;
  }
}
@media (max-width:769px){
  .main-slider-wrapper .right-sample-prices {
    width: 477px;
    height: 326px;
  }
}
.main-slider-wrapper .right-sample-prices a {
  clear: both;
  margin-top: -3px;
  /*float: left;*/
  /*position: absolute;*/
  display: inline-block;
  width: 238px;
  height: 238px;
  /*border-top: 1px solid #fff;*/
  border-right: 2px solid #fff;
  overflow: hidden;
}
@media (max-width:1200px){
  .main-slider-wrapper .right-sample-prices a {
    width: 194px;
    height: 193px;
  }
}
@media (max-width:769px){
  .main-slider-wrapper .right-sample-prices a {
    width: 157px;
    height: 157px;
  }
}
.main-slider-wrapper .right-sample-prices a .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  box-shadow: inset 0px 50px 40px rgba(0,0,0,0.8);
}



/*Tune-make*/

.tune-make {
  width: 1198px;
  border: 1px solid #e2e0e0;
  margin: 0 auto;
  background-color: #fafafa;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  padding-bottom: 10px;
}

.tune-make header {
  width: 1182px;
  height: 27px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #e2e0e0;
}

.tune-make header img {
  float:left;
  margin: 3px 0 0 5px;
}

.tune-make h1 {
  display: block;
  float: left;
  font-family: 'PT Sans';
  font-size: 27px;
  font-weight: 700;
  color: #3b3a3a;
  margin-left: 5px;
}

.tune-make span {
  display: block;
  position: relative;
  float: right;
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 14px;
  color: #136acb;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 5px;
}

.tune-make span:after {
  background: url(../img/tune-brands-toggle.png) 0 0 no-repeat;
  position: absolute;
  content: '';
  top: 13px;
  right: 0;
  display: block;
  width: 5px;
  height: 6px;
}


#product-menu {
  margin: 0 auto;
}

#product-menu li {
  width: 20%;
  padding: 15px 0 0 0;
  height: 30px;
  float: left;
  list-style: none;
  text-align: center;
}

#product-menu li a {
  font-family: 'Arial';
  font-size: 12px;
  color: #232323;
  text-decoration: none;
}

#product-menu li a:hover {
  color: #136acb;
}

/*Content*/ 

.content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  /*-webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);*/
}
.content.news-wrap{
  /* text-align:center;
  margin-left: 50px;
  width: 880px; */
}
.content.news-wrap > ul > li{
  margin-bottom: 15px;
}
.content.news-wrap p, .content.news-wrap div h2, .content.news-wrap h3, .content.news-wrap ul{
  width:100%;
  /*text-align: justify;*/
  margin: 0;
}
.content.news-wrap center {
  text-align: left;

}
.block-title.news-wrap h1{
  margin: 0;
  margin-left: 50px;
  width:680px;
  text-align: justify;
}
.content img{
  max-width: 100%;
}
@media (max-width:1200px){ 
  .content,  .content.news-wrap{
    width:680px;
  }
  .content.news-wrap, .block-title.news-wrap h1{
    margin-left: 25px;
  }
}
@media (max-width:769px){ 
  .block-title.news-wrap h1{
    width:500px;
    margin-left: 15px;
  }
  .content,  .content.news-wrap {
    width:730px;
  }
  .content.news-wrap{
    margin-left: 15px;
    width:500px;
  }
  .content.news-wrap p, .content.news-wrap div h2, .content.news-wrap h3, .content.news-wrap ul{
    width:100%;
  }
  .news-wrap img{
    max-width: 100%;
  }
}
@media (max-width:719px){ 
  .block-title.news-wrap h1{
    width:100%;
    text-align: center;
  }
  .content {
    width:100%;
  }
  .block-title.news-wrap h1{
    width:300px;
    margin-left: 10px;
  }
  .content,  .content.news-wrap {
    width:300px;
    margin-left: 10px;
  }
  .content.news-wrap{
    width:300px;
    margin-left: 10px;
  }

  .content.news-wrap p, .content.news-wrap div h2, .content.news-wrap h3, .content.news-wrap ul {
    width:100%;
  }
  .news-wrap img{
    max-width: 100%;
  }
}

/*Breadcrumbs*/

/*.breadcrumbs {
  width: 1160px;
  height: 30px;
  padding: 15px 20px 0 20px;
}
    
.breadcrumbs a, .breadcrumbs span {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  float: left;
}

.breadcrumbs .pointer {
  padding: 0 10px 0 4px;
}

.breadcrumbs  span.drop {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}

.breadcrumbs span.drop:after {
  background: url(../img/breadcrumbs-toggle.png) 0 0 no-repeat;
  position: absolute;
  content: '';
  bottom: 3px;
  right: 0;
  display: block;
  width: 8px;
  height: 6px;
}

.breadcrumbs ul{
  list-style: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
  text-align: left;
  padding-top: 6px;
}

.breadcrumbs .breadcrumbs-drop-menu {
    list-style: none;
  position: absolute;
    z-index: 1000;
  background-color: #fafafa;
  text-align: left;
  padding-top: 6px;
    width: 1198px;
    margin: 0 auto;
    min-height: 190px;
    border: 1px solid #e2e0e0;
    margin-left: -20px;
    margin-top: 30px;
    display: none;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 5px 12px 0px rgba(1,1,1,0.35);
    -moz-box-shadow: 0 5px 12px 0px rgba(1,1,1,0.35);
    box-shadow: 0 5px 12px 0px rgba(1,1,1,0.35);
}

.breadcrumbs .breadcrumbs-drop-menu ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
    padding: 10px;
    width: 1160px;
    margin-left: 10px;
    display: block;
    height: 150px;
    overflow-y: scroll;
}

.breadcrumbs .breadcrumbs-drop-menu ul li {
  display: block;
  float: left;
  padding-top: 1px;
  border: none;
    width: 160px;
    height: 35px;
    padding-bottom: 5px;
    
}

.breadcrumbs .breadcrumbs-drop-menu ul li a {
  color: #232323;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 5px;
}

.breadcrumbs .breadcrumbs-drop-menu ul li a:hover {
  font-weight: 400;
  color: #136acb;
}

.breadcrumbs .breadcrumbs-drop-menu a.see-all {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    right: 0;
    color: #136acb;
    text-decoration: underline;
}

.breadcrumbs .breadcrumbs-drop-menu a.see-all:hover {
    text-decoration: none;
}*/


/*Banner-sample*/

a.banner-sample {
  display: block;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}



/*Novelty*/

.novelty {
  width: 1200px;
  margin: 0 auto;
}

.novelty header {
  background-color: #fafafa;
  width: 1175px;
  height: 25px;
  padding: 5px 5px 0 20px;
}

.novelty header h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #0d0d0d;
  float: left;
}

.novelty header a {
  font-family: 'PT Sans';
  font-size: 14px;
  color: #136acb;
  text-decoration: none;
  float: right;
}

.novelty header ul {
  list-style: none;
  float: left;
  margin-left: 70px;
  padding-top: 2px;
}

.novelty header ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #232323;
}

.novelty header ul li:last-of-type {
  border: none;
}

.novelty header ul li a {
  font-family: Arial;
  font-size: 12px;
  color: #252525;
  text-decoration: none;
}

.novelty .items {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 1159px;
  padding: 15px 20px;
  background-color: #fff;
}

.novelty .items a {
  text-decoration: none;
}

.novelty .items a:hover {
  text-decoration: underline;
}

.novelty .items a.activeLink {
  text-decoration: underline;
}

.novelty .items header {
  background: none;
  width: 100%;
  padding: 0;
}

.novelty .items .col-1, .novelty .items .col-2, .novelty .items .col-3 {
  margin-right: 20px;
}

.novelty .items .col-1, .novelty .items .col-3 {
  width: 190px;
  float: left;
}

.novelty .items .col-1 .big-item , .novelty .items .col-3 .big-item {
  border-bottom: 2px solid #ff0000;
}

.novelty .items .col-1 .small-item , .novelty .items .col-3 .small-item {
  margin-top: 10px;
}

.novelty .items .col-1 .big-item header, .novelty .items .col-3 .big-item header {
  height: 80px;
}

.novelty .items .col-1 .small-item header, .novelty .items .col-3 .small-item header {
  height: 95px;
  width: 110px;
  float: left;
}

.novelty .items .col-1 .small-item img, .novelty .items .col-3 .small-item img {
  margin-top: 10px;
}

.novelty .items .col-1 h1, .novelty .items .col-3 h1 {
  float: none;
}

.novelty .items .col-1  span, .novelty .items .col-3  span {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #ff0000;
}

.novelty .items .big-item span, .novelty .big-item span {
  margin-top: 10px;
  display: block;
}



.novelty .items .col-2, .novelty .items .col-4 {
  width: 357px;
  float: left;
}

.novelty .list-item {
  float: left;
  margin: 10px 0;
  list-style: none;
}

.novelty .items .col-2 h1, .novelty .items .col-4 h1 {
  font-family: 'PT Sans';
  font-size: 15px; 
  font-weight: 700;
  color: #999999;
}

.novelty .items .col-2  a, .novelty .items .col-4 a {
  font-family: Arial;
  font-size: 12px;
  color: #0d0d0d;
  padding-bottom: 5px;
  display: block;
}

.novelty aside {
  float: right;
  height: 100px;
  margin: 10px 0;
}

.novelty .dividing-line {
  width: 100%;
  height: 1px;
  background-color: #b1b1b1;
  clear: both;
}



/*Auto-news*/

.auto-news {
  width: 1200px;
  margin: 0 auto;
}

.auto-news header {
  background-color: #fafafa;
  width: 1175px;
  height: 25px;
  padding: 5px 5px 0 20px;
}

.auto-news header h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #0d0d0d;
  float: left;
}

.auto-news nav {
  float: right;
}

.auto-news header a {
  font-family: 'PT Sans';
  font-size: 14px;
  color: #136acb;
  text-decoration: none;
  margin-right: 10px;
}

.auto-news header ul {
  list-style: none;
  float: left;
}

.auto-news header ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #232323;
}

.auto-news header ul li:last-of-type {
  border: none;
}

.auto-news header ul li a {
  font-family: Arial;
  font-size: 12px;
  color: #252525;
  text-decoration: none;
}

.auto-news nav ul {
  margin-right: 40px;
}

.auto-news .preview {
  padding: 15px 0 15px 4px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.auto-news .preview a {
  display: block;
  position: relative;
  width: 238px;
  height: 143px;
  float: left;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.auto-news .preview a img, .auto-news .preview a h1, .auto-news .preview a p {
  position: absolute;
}

.auto-news .preview a img {
  top: 0;
  left: 0;
  z-index: 1;
}

.auto-news .preview a h1, .auto-news .preview a p {
  z-index: 2;
  font-family: 'PT Sans';
}

.auto-news .preview a h1 {
  top: 10px;
  left: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.auto-news .preview a p {
  top: 30px;
  left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.auto-news .preview a span {
  font-size: 15px;
  font-weight: 700;
  color: #ff0000;
}


/*Tune-brands*/

.tune-brands {
  width: 1200px;
  margin: 0 auto;
}

.tune-brands  header {
  background-color: #fafafa;
  width: 1175px;
  height: 25px;
  padding: 5px 5px 0 20px;
}

.tune-brands  header h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #0d0d0d;
  float: left;
}

.tune-brands  nav {
  float: right;
}

.tune-brands  header span {
  font-family: 'PT Sans';
  font-size: 14px;
  color: #136acb;
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 10px;
  float: right;
}

.tune-brands  header ul {
  list-style: none;
  float: left;
}

.tune-brands header ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #232323;
}

.tune-brands  header ul li:last-of-type {
  border: none;
}

.tune-brands header ul li a {
  font-family: Arial;
  font-size: 12px;
  color: #252525;
  text-decoration: none;
}

.tune-brands nav ul {
  margin-right: 40px;
}

.tune-brands header span:after {
  background: url(../img/tune-brands-toggle.png) 0 0 no-repeat;
  position: absolute;
  content: '';
  top: 8px;
  right: 0;
  display: block;
  width: 5px;
  height: 6px;
}



.tune-brands header a{ 
  font-family: 'PT Sans';
  font-size: 14px;
  color: #136acb;
  text-decoration: none;
  margin-right: 10px;
}
.tune-brands header span ul{
  list-style: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
  background-color: #fafafa;
  text-align: left;
  padding-top: 6px;
}

.tune-brands header span ul li {
  display: block;
  float: none;
  padding-top: 1px;
  border: none;
}

.tune-brands header span ul li a {
  color: #232323;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 5px;
}

.tune-brands header span ul li a:hover {
  font-weight: 400;
  color: #136acb;
}

.tune-brands header span:hover ul {
  left: 0;
  opacity: 1;
  margin: 0 0 0 21px;
  z-index: 3;
}


/*what-is*/

.what-is {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e7e7;
}

.what-is header {
  width: 1180px;
  height: 25px;
  padding: 25px 0 0 20px;
  border-bottom: 1px solid #e8e7e7;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */
}

.what-is header h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #0d0d0d;
}

.what-is .assortment {
  margin: 0 20px;
}

.what-is .assortment div {
  float: left;
  margin: 25px 30px 25px 0;
}

.what-is .assortment div:last-child {
  margin-right: 0;
}

.what-is .assortment h2 {
  font-family: 'PT Sans';
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.what-is p {
  font-family: Arial;
  font-size: 12px;
  color: #444;
  padding: 0 20px;
  margin-bottom: 20px;
}

/*You -looked*/

.you-looked {
  width: 1158px;
  border: 1px solid #d7d6d6;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 40px;
  padding: 18px 20px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 5px 5px 12px 0px rgba(1,1,1,0.35);
}

.you-looked h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #222121;
}




/*footer*/

#footer {
  /* width: 1200px; */
  margin: 0 auto;
  background-color: #fafafa;
  -webkit-box-shadow: 2px -1px 12px 0px rgba(1,1,1,0.35);
  -moz-box-shadow: 2px -1px 12px 0px rgba(1,1,1,0.35);
  box-shadow: 2px -1px 12px 0px rgba(1,1,1,0.35);
}

#footer header {
  /* width: 1120px; */
  padding: 25px 0 15px 0;
  margin: 0 auto;
  margin-bottom: 26px;
  border-bottom: 1px solid #acabab;
}
@media (max-width:1200px){
  #footer {
    /* width:980px; */
  }
  #footer header {
    /* width:930px; */
  }
}
@media (max-width:769px){
  #footer {
    /* width:750px; */
  }
  #footer header {
    /* width:710px; */
  }
}

#footer .accept, #footer .socials, #footer nav, #footer .phone {
  float: left;
}

#footer .accept{
  margin-right: -40px;
  margin-top: -5px;
}

#footer .socials {
  margin: 13px 70px 0 0;
}

#footer .phone  {
  float: right;
}

#footer ul {
  list-style: none;
}

 #footer .socials span {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #282828;
  vertical-align: super;
  margin-right: 5px;
}
@media (max-width:719px){
  #footer {
    /* width:320px; */
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }
  #footer header {
    width:300px;
  }
  #footer .accept{
    margin: 0px 5px 0 33px;
  }
  #footer .accept span{
    display: none;
  }
  #footer .phone {
    margin: 15px 60px 1px 0px;
  }
}
#footer .accept a, #footer .socials a {
  margin-right: 10px;
}

#footer .accept a:last-of-type img {
  margin-bottom: 	-4px;
}

#footer header nav {
  margin: 0;
  width: 68px;
  padding: 4px;
}

#footer header nav a {
  font-family: Arial;
  font-size: 12px;
  color: #145cae;
  text-decoration: underline;
}

#footer .phone p {
  font-family: Arial;
  color: #070707;
}

#footer .phone span {
  color: #286bcc;
}

#footer nav {
  /*width: 135px;*/
  margin-left: 40px;
}
@media (max-width:1200px){
  #footer nav {
    margin-left: 20px;
  }

}
@media (max-width:719px){
  #footer nav{
    margin-left: 65px;
    text-align: center;
    margin-top: 15px;
  }

  .footer-info ul {
    margin-left: 45px;
    text-align: center;
    margin-top: 15px;
  }

  footer .social-icons li:first-child{
    display: block;
    width: 100%;
    margin-left: 10px;
  }
  footer .social-icons li {
    margin-left: 0px;
    margin-right: 0px;
  }
  footer .social-icons li a{
    padding: 7px;
  }
}
#footer nav h1 {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #343333;
  border-bottom: 1px solid #acabab;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

#footer nav a {
  font-family: Arial;
  font-size: 12px;
  color: #0d4fbc;
  text-decoration: underline;
}

.social-widgets-sample {
  float: left;
  margin-left: 20px;
}

#footer footer {
  /* width: 1130px; */
  min-height: 60px;
  padding: 10px 50px 0 20px;
  clear: both;
  background-color: #dadada;
  margin-top: 30px;
  -webkit-box-shadow: 4px -1px 17px 6px rgba(1,1,1,0.35);
  -moz-box-shadow: 4px -1px 17px 6px rgba(1,1,1,0.35);
  box-shadow: 4px -1px 17px 6px rgba(1,1,1,0.35);
}
@media (max-width:1200px){
  #footer footer {
    /* width:980px; */
    box-sizing:border-box;
  }
  .social-widgets-sample {
    margin-left: 5px;
  }
}
@media (max-width:769px){
  #footer footer {
    /* width:750px; */
    box-sizing:border-box;
  }
  .social-widgets-sample {
    margin-left: 5px;
    display: none;
  }
}

#footer-logo, #footer .foot-info {
  float: left;
}

#footer-logo {
  margin-right: 10px;
}

#footer .foot-info {
  font-family: Arial;
  font-size: 11px;
  color: #393939;
  line-height: 18px;
}
@media (max-width:719px){
  #footer footer {
    width:320px;
    box-sizing:border-box;
    padding: 6px 5px 0 5px;
  }
  #footer .foot-info{
    width: 197px;
  }
  .social-widgets-sample {
    margin-left: 5px;
    display: none;
  }
}
#footer .counters-sample {
  float: right;
  margin-top: 10px;
}

.hide {
  display: none !important;
}


section.paging {
  margin: 0 0 75px 160px;
  height: 30px;
}

section.paging button {
  width: 30px;
  height: 30px;
  border: 1px solid #a0a0a0; 
  border-top: 1px solid #efefef; 
  text-align: center;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 10px;
  box-shadow: 0px 1px 3px gray;
  cursor: pointer;

}

section.paging button.prev {
  width: 30px;
  height: 30px;
  background: #ffffff;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background:
    url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-left.png) 50% 50% no-repeat, 
    linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );   
} 

section.paging button.next {
  width: 30px;
  height: 30px;
  background: #ffffff;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background:
    url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: url(../img/pagination-arrow-right.png) 50% 50% no-repeat, 
    linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );   
}

section.paging button:active {
  position: relative;
  top: 2px;
}

section.paging ul {
  list-style: none;
} 

section.paging ul li {
  float: left;
  box-shadow: 0px 1px 3px gray;
  border-radius: 5px;
  border: 1px solid #a0a0a0; 
  border-top: 1px solid #efefef; 
  color: #272727;
  font-family: 'PT Sans';
  font-size: 14px; 
  padding: 5px 8px 5px 8px;
  text-align: center;
  min-width: 19px;
  margin: 0 0 0 10px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
}

section.paging ul li a {
  color: #272727;
  font-family: 'PT Sans';
  font-size: 14px; 
  text-decoration: none;
}

section.paging ul li a:hover {
  font-weight: bold;
  cursor: pointer;

}

section.paging ul li:hover {
  font-weight: bold;
  cursor: pointer;
}

section.paging ul li.active {
  background: #8e8e8e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4ZThlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGY0ZjRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover,  #8e8e8e 0%, #4f4f4f 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8e8e8e), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #8e8e8e 0%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #8e8e8e 0%,#4f4f4f 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #8e8e8e 0%,#4f4f4f 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #8e8e8e 0%,#4f4f4f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

section.paging ul li.active a {
  color: #fff;
  font-weight: 700;
}

section.paging ul input.page-number {
  float: left;
  text-align: right;
  height: 24px;
  width: 64px;
  padding: 0 10px 0 10px;
  margin: 2px 0 0 10px;
  border: 1px solid #acacac;
  -webkit-box-shadow: inset 0px 0px 7px 0px rgba(172,172,172,1);
  -moz-box-shadow: inset 0px 0px 7px 0px rgba(172,172,172,1);
  box-shadow: inset 0px 0px 7px 0px rgba(172,172,172,1);
}

#login-popup {
  position: relative;
  background: #FFF;
  margin: 0 auto;
  width: 360px;
  padding: 2px 0 20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#login-popup header {
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2YxZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,241,243,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(236,241,243,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,241,243,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,241,243,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(236,241,243,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(236,241,243,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf1f3',GradientType=0 ); /* IE6-8 */
  border-bottom: 1px solid #bfc2c4;
  height: 30px;
  padding-top: 15px;
  margin-bottom: 20px;
}

#login-popup header h4 {
  font: 12px 'Arial';
  color: #565656;
  background: url(../img/user-ico.png) 0 0 no-repeat;
  padding-left: 21px;
  float: left;
  margin-left: 25px;
  padding-top: 2px;
}

#login-popup header .registration-link {
  color: #2297e2;
  text-decoration: underline;
  float: right;
  font: 12px 'Arial';
  background: url(../img/key-icon.png) 0 2px no-repeat;
  padding-left: 14px;
  padding-bottom: 5px;
  padding-top: 1px;
  margin-right: 25px;
}

#login-popup header .registration-link:hover {
  text-decoration: none;
}

#login-popup input[type="text"],
#login-popup input[type="password"] {
  font: 12px 'Arial';
  width: 301px;
  height: 24px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #c1c4c6;
  box-shadow: 0 0 0 4px #f3f5f7;
  margin-bottom: 16px;
  margin-left: 25px;
  padding: 0 5px 0 5px;
}

#login-popup .checkbox-wrapper {
  margin-left: 25px;
  margin-top: 10px;
  float: left;
  width: 95px;
}

#login-popup .checkbox-wrapper input[type="checkbox"] {
  float: left;
  position: relative !important;
  left: 0 !important;
  top: 2px;
}

#login-popup .checkbox-wrapper label {
  float: left;
  font: 12px 'Arial';
  color: #2297e2;
  margin-left: 5px;
}

#login-popup a.forgot-password {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 10px;
  display: block;
  float: left;
  font: 12px 'Arial';
  color: #2297e2;
}

#login-popup .login-button {
  background: #ff0000;
  width: 82px;
  height: 30px;
  color: #fff;
  font: 12px 'Arial';
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 3px 3px 5px grey;
}

#check-state-id-popup {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto;
  width: 310px;
  min-height: 130px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#check-state-id-popup h4 {
  font: bold 15px 'PT Sans';
  color: #202020;
  background: url(../img/clock-ico.png) 0 3px no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c8c8;
}

#check-state-id-popup p {
  margin: 15px 0 15px 0;
  color: #2e2d2d;
  font: 12px 'Arial';
}

#check-state-id-popup input[type="text"] {
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.41);
  border: none;
  outline: none;
  height: 25px;
  width: 290px;
  font-family: Arial;
  font-size: 12px;
  padding: 0 10px;
}

#check-state-id-popup input.check-button {
  width: 125px;
  height: 30px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  box-shadow: 1px 1px 5px grey;
  border: 0;
  margin: 15px 0 0 0;
  float: left;
  font: 14px 'PT Sans';
  color: #2e2d2d;
  cursor: pointer;
}

#check-state-id-popup input.check-button:active {
  position: relative;
  top: 2px;
}


#check-state-popup {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto;
  width: 310px;
  min-height: 130px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#check-state-popup h4 {
  font: bold 15px 'PT Sans';
  color: #202020;
  background: url(../img/clock-ico.png) 0 3px no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c8c8;
}

#check-state-popup p {
  margin: 15px 0 15px 0;
  color: #2e2d2d;
  font: bold 12px 'Arial';
}

#check-state-popup p span {
  color: #2e2d2d;
  font: 12px 'Arial';
}

#selected-goods-popup {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto;
  width: 670px;
  min-height: 350px;
  padding: 25px 40px 25px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#selected-goods-popup h4 {
  font: bold 15px 'PT Sans';
  color: #202020;
  background: url(../img/heart-ico.png) 0 3px no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c8c8;
}

#selected-goods-popup ul {
  list-style: none;
  margin-top: 25px;
}

#selected-goods-popup ul li {
  width: 100%;
  margin-bottom: 28px;
  float: left;
}

#selected-goods-popup ul li img {
  width: 87px;
  height: 87px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  float: left;
}

#selected-goods-popup ul li h5 {
  color: #0f0f0f;
  font: 15px 'PT Sans';
  margin-left: 14px;
  margin-bottom: 15px;
  float: left;
  width: 569px;
}

#selected-goods-popup ul li p.price {
  margin-left: 14px;
  color: #c40404;
  font: bold 12px 'Arial'; 
  float: left;
  width: 569px;
}

#selected-goods-popup ul li i.remove {
  background: url(../img/close-icon.png) no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  right: 0;
  top: 20px;
  cursor: pointer;
  float: right;
}

#selected-goods-popup ul li i.remove:active {
  top: 22px;
}



#city-popup {
  position: relative;
  background: #f4f4f4;
  margin: 20px auto;
  width: 450px;
  min-height: 655px;
  padding: 30px 25px 30px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#city-popup a {
  color: #1963b1;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dotted #1963b1;
}

#city-popup a:hover {
  border: none;
}

#city-popup img.blazer {
  width: 80px;
  height: 95px;
  float: left;
  margin: 0 15px 5px 0;
}

#city-popup p.your-region {
  color: #202020;
  font: 12px 'Arial';
  margin-bottom: 10px;
}

#city-popup p.your-region a {
}


#city-popup p.delivery {
  margin-bottom: 10px;
  font: 12px 'Arial';
  color: #6d6d6d;
}

#city-popup input.city-search {
  width: 330px;
  height: 25px;
  margin-top: 10px;
  padding:  0 10px 0 10px;
  font: 12px 'Arial';
}

#city-popup ul.city-list {
  list-style: none;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 20px;
  min-height: 30px;
}

#city-popup ul.city-list li {
  float: left;
  margin-left: 20px;
}

#city-popup ul.city-list li a {
  font: 12px 'Arial';
}

#city-popup h4 {
  padding-top: 15px;
  border-top: 1px solid #c9c8c8;
  color: #323232;
  font: bold 15px 'PT Sans';
  margin-bottom: 15px;
}

#city-popup ul.news-list {
  list-style: none;
  width: 100%;
  margin-top: 15px;
}

#city-popup ul.news-list li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#city-popup ul.news-list li a img {
  width: 87px;
  height: 87px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px grey;
  float: left;
  margin-right: 13px;
  margin-bottom: 5px;
}

#city-popup ul.news-list li h5 {
  margin-bottom: 20px;
  margin-top: 2px;
}

#city-popup ul.news-list li h5 a {
  color: #1360b6;
  font: 12px 'Arial';
}

#city-popup ul.news-list li p {
  color: #6d6d6d;
  font: 12px 'Arial';
}

#city-popup ul.special-offer-list {
  list-style: none;
}

#city-popup ul.special-offer-list li {
  float: left;
  width: 171px;
  margin: 19px;
  border: 1px solid #a2a2a2;
  text-align: center;
  padding: 15px 7px 10px 7px;
}

#city-popup ul.special-offer-list li a {
  padding: 0;
  border: none;
}

#city-popup ul.special-offer-list li a h5 {
  color: #323232;
  font: 15px 'PT Sans Narrow';
  margin-bottom: 15px;
}

#city-popup ul.special-offer-list li a img {
  width: 169px;
  height: 113px;
}

#city-popup ul.special-offer-list li p.price {
  font: bold 15px 'Arial';
  color: #9c0307;
  margin-top: 17px;
}

#cant-call-popup {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto;
  width: 310px;
  min-height: 130px;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#cant-call-popup h4 {
  font: bold 15px 'PT Sans';
  color: #202020;
  background: url(../img/phone-ico.png) 0 3px no-repeat;
  padding-left: 23px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c8c8;
}

#cant-call-popup p a {
  color: #2c81e1;
  font: 12px 'Arial';
  text-decoration: underline;
}

#cant-call-popup p a:hover {
  text-decoration: none;
}

#cant-call-popup p {
  font: 12px 'Arial';
  color: #202020;
  margin-top: 20px;
}

#compare-popup {
  position: relative;
  background: #f4f4f4;
  margin: 20px auto;
  width: 680px;
  min-height: 520px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#compare-popup h4 {
  font: bold 15px 'PT Sans';
  color: #202020;
  background: url(../img/scales-ico.png) 0 3px no-repeat;
  padding-left: 24px;
}

#compare-popup .header-wrapper { 
  width: 170px; 
  height: 280px;
  padding: 30px 25px 10px 25px;
  border-bottom: 1px solid #e6e3e3;
  border-right: 1px solid #e6e3e3;
  float: left;
}

#compare-popup .goods-list-wrapper {
  float: left;
  height: 280px;
  padding: 30px 25px 10px 35px;
  border-bottom: 1px solid #e6e3e3;
}

#compare-popup .goods-list-wrapper ul {
  list-style: none;
}

#compare-popup .goods-list-wrapper ul li {
  width: 170px;
  margin-left: 20px;
  float: left;
}

#compare-popup .goods-list-wrapper ul li p.title {
  margin: 20px 0 15px 0;
  font: 14px 'Arial';
  color: #6e6d6d;
}

#compare-popup .goods-list-wrapper ul li p.old-price {
  font: 13px 'Arial';
  color: #6e6d6d;
  text-decoration: line-through;
}

#compare-popup .goods-list-wrapper ul li p.price {
  font: 13px 'Arial';
  color: #fe0001;
}
#compare-popup .goods-list-wrapper ul li input.add-good-button {
  width: 110px;
  height: 30px;
  text-align: center;
  font: 13px Arial;
  background: #ff0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.56);
  box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.56);
  margin-top: 10px;
}

#compare-popup .goods-parameters-wrapper {
  width: 170px; 
  height: 280px;
  padding: 0 20px 20px 30px;
  border-right: 1px solid #e6e3e3;
  float: left;

}

#compare-popup .goods-parameters-wrapper ul {
  list-style: none;
}

#compare-popup .goods-parameters-wrapper ul li {
  margin-top: 20px;
}

#compare-popup .goods-parameters-value-wrapper {
  float: left;
  padding: 0 20px 20px 35px;
}

#compare-popup .goods-parameters-value-wrapper ul {
  list-style: none;
  float: left;
  width: 170px;
  margin-left: 20px;
}

#compare-popup .goods-parameters-value-wrapper ul li {
  width: 100%;
  margin-top: 20px;
}

.stars {
  display: inline-block;
  margin: 0 5px 0 5px;
  position: relative;
  bottom: 5px;
}

.stars span {
  font-size: 18px;
  color: #d60000;
  cursor: pointer;
}

/*
.stars span:hover:before {
  content: "\2605";
  position: absolute;
  color: #d60000;
}
*/

.stars span.selected:before {
  content: "\2605";
  position: absolute;
  color: #d60000;
}

.content .right .list-item .item {
  width: 891px;
  border: 1px solid #e8e7e7;
  padding: 10px 8px 10px 12px;
}

.content .right .list-item .item img {
  float: left;
  margin-right: 17px;
}

.content .right .list-item .item .desc {
  width: 450px;
  float: left;
  border-right: 1px solid #e8e7e7;
}

.content .right .list-item .item .desc a.title {
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  color: #222121;
  margin: 0 10px 20px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.content .right .list-item .item .desc a.title:hover {
  text-decoration: underline;
}

.content .right .list-item .item .desc p {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  line-height: 17px;
}

.content .right .list-item .item footer {
  margin-top: 50px;
}

.content .right .list-item .item .desc p.description {
  height: 70px;
}

.content .right .list-item .item footer span {
  display: block;
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #212222;
  padding: 0 22px;
}

.content .right .list-item .item footer span span {
  display: inline;
  padding: 0;
  float: none;
}

.content .right .list-item .item .state {
  background: url(../img/item-availability-ico.png) 0 50% no-repeat;
}

.content .right .list-item .item .country {
  background: url(../img/item-country-ico.png) 0 50% no-repeat;
}

.content .right .list-item .item aside {
  width: 210px;
  float: left;
}

.content .right .list-item .item aside .price {
  font-family: Arial;
  font-size: 12px;
  color: #080808;
  margin-bottom: 20px;
  padding-left: 18px;
}

.content .right .list-item .item aside .price span {
  font-family: 'PT Sans';
  font-size: 18px;
  font-weight: 700;
  color: #d60000;
}

.content .right .list-item .item aside .rating {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  padding-left: 18px;
  margin-bottom: 24px;
  display: inline-block;
  float: left;
}

.content .right .list-item .item aside .stars {
  float: right;
}

.content .right .list-item .item aside input {
  width: 200px;
  height: 30px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  outline: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  margin: 0 0 50px 8px;
  background: #cb0909; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiMDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #cb0909 0%, #510101 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb0909), color-stop(100%,#510101)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cb0909 0%,#510101 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cb0909 0%,#510101 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cb0909 0%,#510101 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cb0909 0%,#510101 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0909', endColorstr='#510101',GradientType=0 ); /* IE6-8 */
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
}

.content .right .list-item .item aside input:hover {
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.56);
}

.content .right .list-item .item aside input:active {
  position: relative;
  top: 2px;
}

.content .right .list-item .item aside .invite {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  background: url(../img/heart-ico.png) 0 0 no-repeat;
  padding-left: 25px;
  margin-left: 14px;
  text-decoration: none;
}

.content .right .list-item .item aside .invite:hover {
  text-decoration: underline;
}

.content .right .list-item .item aside .compare {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  background: url(../img/scales-ico.png) 0 0 no-repeat;
  padding-left: 25px;
  margin-left: 14px;
  text-decoration: none;
}

.content .right .list-item .item aside .compare:hover {
  text-decoration: underline;
}

/* tiles list style */

.content .right .list-item.tile .item {
  width: 206px;
  border: none;
  border-top: 1px solid #e8e7e7;
  border-left: 1px solid #e8e7e7;
  padding: 10px 8px 10px 8px;
  height: 317px;
  overflow: hidden;
  /*    float: left;*/
  position: relative;
  display: inline-block;
}

.content .right .list-item.tile .item:nth-child(4n) {
  width: 206px;
  border-right: 1px solid #e8e7e7;
}

.content .right .list-item.tile .item:nth-last-child(-n+4) {
  border-bottom: 1px solid #e8e7e7;
}


.content .right .list-item.tile .item div.inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  padding: 10px 8px 10px 8px;
  height: auto;


}

.content .right .list-item.tile .item:hover {
  border-top: none;
  position: relative;
  z-index: 100;
  overflow: visible;
}

.content .right .list-item.tile .item:hover .inner {
  border: 2px solid #136acb;
  padding: 8px 5px 10px 6px;
  background: #fff;
}

.content .right .list-item.tile .item:hover .additional {
  display: block !important;
}

.content .right .list-item.tile .item:hover a.title {
  color: #136acb;
}

.content .right .list-item.tile .item img {
  width: 207px;
  height: 207px; 
  margin: 5px 5px 10px 0;
}

.content .right .list-item.tile .item .price {
  font-family: 'PT Sans';
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
}

.content .right .list-item.tile .item .state.in-stock {
  background:  #419403;
  color: #ffffff;
  padding: 5px;
  float: right;
  font: 12px Arial;
}

.content .right .list-item.tile .item .state.under-order {
  background:  #136acb;
  color: #ffffff;
  padding: 5px;
  float: right;
  font: 12px Arial;
}

.content .right .list-item.tile .item .title {
  color: #222121;
  font: bold 12px Arial;
  margin: 15px 0 15px 0;
  text-decoration: none;
  display: block;
}

.content .right .list-item.tile .item p {
  color: #212222;
  font: 12px Arial;
  margin-right: 10px;
  margin-top: 10px;
}

.content .right .list-item.tile .item p span {
  font-weight: bold;
  float: right;
}

.content .right .list-item.tile .item p.country {
  background: none;
}

.content .right .list-item.tile .item img.brand-image {
  width: 165px;
  height: 50px;
  margin-left: 23px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.content .right .list-item.tile .item .rating {
  display: inline-block;
}

.content .right .list-item.tile .item .stars {
  float: right;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}

.content .right .list-item.tile .item .stars span {
  font-size: 16px;
  color: #d60000;
  cursor: pointer;
}

/*
.content .right .list-item.tile .item .stars span:hover:before {
  content: "\2605";
  position: absolute;
  color: #d60000;
}
*/

.content .right .list-item.tile .item p.description {
  margin: 15px 0 15px 0;
}

.content .right .list-item.tile .item p.description span {
  font-weight: normal;
}

.content .right .list-item.tile .item input.buy-button {
  width: 200px;
  height: 30px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  outline: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  margin: 0 0 10px 2px;
  background: #cb0909;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiMDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #cb0909 0%, #510101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb0909), color-stop(100%,#510101));
  background: -webkit-linear-gradient(top,  #cb0909 0%,#510101 100%); 
  background: -o-linear-gradient(top,  #cb0909 0%,#510101 100%); 
  background: -ms-linear-gradient(top,  #cb0909 0%,#510101 100%); 
  background: linear-gradient(to bottom,  #cb0909 0%,#510101 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0909', endColorstr='#510101',GradientType=0 );
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.56);
}

.content .right .list-item.tile .item input.buy-button:hover {
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.56);
}

.content .right .list-item.tile .item input.buy-button:active {
  position: relative;
  top: 2px;
}

.content .right .list-item.tile .item a.add-to-favorite {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  background: url(../img/heart-ico.png) 0 0 no-repeat;
  padding-left: 25px;
  text-decoration: none;
  margin: 10px 0 10px 0;
  display: block;
  clear: both;
}

.content .right .list-item.tile .item a.compare {
  font-family: Arial;
  font-size: 12px;
  color: #222121;
  background: url(../img/scales-ico.png) 0 0 no-repeat;
  padding-left: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.content .right .list-item.tile .item a.add-to-favorite:hover ,
.content .right .list-item.tile .item a.compare:hover {
  text-decoration: underline;
}

ul.list-item {
  list-style: none;
  margin-bottom: 50px;
  font-size: 0;
}



@-moz-document url-prefix()
{
  .main-slider-wrapper .search input:nth-of-type(1) {
    width: 505px;
  }
}

@media only screen and (min-width:1440px){
  section.main-slider-wrapper .logo {
    margin-top: 20px;
  }
  section.main-slider-wrapper .banner {
    margin-top: 17px;
  }
  section.main-slider-wrapper {
    height: 120px;
  }
  section.main-slider-wrapper p {
    font-size: 14px;
  } 
  section.main-slider-wrapper p.adress {
    margin: 10px 0 10px 58px;
  }
  section.main-slider-wrapper a.open-cant-call-popup-link {
    font-size: 14px;
    margin-top: 10px;
  }   
  section.main-slider-wrapper a.other-phones {
    font-size: 14px;
    margin-left: 17px;
    margin-top: 5px;
  }    
  section.main-slider-wrapper p.phone1 {
    margin-top: 6px;
  }
}


/*new menu with image*/
ul.menu li:hover ul{
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 21px -5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 21px -5px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 21px -5px rgba(50, 50, 50, 0.75);
}
.topmenu{
  position: relative;
}
.topmenu .ptype-grid3-item img{
  width: 100px;
  height: auto;
  padding: 0px 50px;
}
.topmenu .ptype-grid3-item .img-wrapp {
  min-height: 80px;
}
.topmenu  .ptype-grid3-item{
  height: 130px;
  text-align: center;
}
.topmenu .ptype-grid3-item>a{
  line-height: 1.3;
  font: normal 16px/1.2 'PT Sans', Arial, Helvetica, sans-serif;
}

ul.menu li ul{
  z-index: 9999;
  width: 100%;
}
ul.menu li ul > li{
  width: 215px;
}