.wrapper-1000 {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-980 {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-960 {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  margin: 0px;
  font: 12px Arial;
}
img {
  border: 0px;
}
a {
  outline: none;
  transition: color 0.2s ease;
}
.wrapper {
  z-index: 2;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0px auto;
}
.wrapper .wrapper-empty {
  height: 352px;
}
footer {
  position: relative;
  z-index: 2;
  height: 352px;
  margin-top: -351px;
  background: url(../images/footer.jpg) no-repeat center center;
}
.loading {
  z-index: 100000000;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100px;
  height: 20px;
  margin-left: -50px;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.clearfix {
  clear: both;
}
input {
  outline: none;
}
body {
  color: #474038;
}
a {
  color: #2280bb;
}
a:hover {
  color: #e5161b !important;
}
.dotted {
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.sprite {
  display: block;
  background: url(../images/sprite.png) no-repeat;
}
.sprite.icon-profile {
  width: 28px;
  height: 28px;
  background-position: 0 0;
}
.sprite.icon-logout {
  width: 23px;
  height: 20px;
  background-position: 0 -28px;
}
.sprite.icon-headphone {
  width: 24px;
  height: 22px;
  background-position: 0 -48px;
}
.sprite.icon-selector {
  width: 22px;
  height: 21px;
  background-position: 0 -70px;
}
.sprite.icon-search {
  width: 17px;
  height: 14px;
  background-position: 0 -91px;
}
.sprite.icon-checkout {
  width: 33px;
  height: 27px;
  background-position: -28px 0;
}
.sprite.icon-slider-prev {
  width: 17px;
  height: 30px;
  background-position: -27px -27px;
}
.sprite.icon-slider-prev:hover {
  background-position: -27px -58px;
}
.sprite.icon-slider-next {
  width: 17px;
  height: 30px;
  background-position: -43px -27px;
}
.sprite.icon-slider-next:hover {
  background-position: -43px -58px;
}
.sprite.icon-slider-bullet {
  width: 20px;
  height: 20px;
  background-position: -17px -91px;
}
.sprite.icon-checkout2 {
  width: 18px;
  height: 14px;
  background-position: -63px 0;
}
.sprite.icon-checkout3 {
  width: 40px;
  height: 32px;
  background-position: -49px -123px;
}
.sprite.icon-in-stock {
  width: 22px;
  height: 21px;
  background-position: -88px -123px;
}
.sprite.icon-checkout-delete {
  width: 8px;
  height: 8px;
  background-position: -263px -164px;
}
.sprite.icon-delivery,
.sprite.icon-pickup,
.sprite.icon-certificate,
.sprite.icon-warranty,
.sprite.icon-service {
  width: 71px;
  height: 62px;
}
.sprite.icon-delivery {
  background-position: -152px 0;
}
.sprite.icon-pickup {
  background-position: -152px -62px;
}
.sprite.icon-certificate {
  background-position: -81px -62px;
}
.sprite.icon-warranty {
  background-position: -81px 0;
}
.sprite.icon-service {
  background-position: -223px 0;
}
.sprite.icon-slider-arrow-up {
  width: 22px;
  height: 21px;
  background-position: -263px -118px;
}
.sprite.icon-slider-arrow-down {
  width: 22px;
  height: 19px;
  background-position: -263px -139px;
}
/*
 * Верхняя линия
 */
.header-line {
  height: 43px;
  background: url(../images/header.png) no-repeat center;
}
.header-line nav {
  float: left;
  padding-top: 17px;
  text-align: justify;
}
.header-line nav a {
  padding: 0 10px 0 0;
  color: #000;
  text-decoration: none;
  text-align: justify;
}
.header-line nav a:first-child {
  padding-left: 0;
}
.header-line .ucp {
  float: right;
  width: 280px;
  padding-top: 10px;
}
.header-line .ucp a {
  float: left;
  display: block;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.header-line .ucp a:hover {
  color: #fee435 !important;
}
.header-line .ucp .profile {
  float: left;
  overflow: hidden;
}
.header-line .ucp .profile .sprite {
  float: left;
}
.header-line .ucp .logout {
  float: right;
  overflow: hidden;
}
.header-line .ucp .logout .sprite {
  float: left;
  margin-top: 3px;
}
/*
 * Шапка
 */
header {
  margin-top: 3px;
  margin-bottom: 20px;
}
header .logo {
  float: left;
  margin-right: 50px;
}
header .center {
  float: left;
}
header .center .contact-cellphone {
  z-index: 4;
  position: relative;
  float: left;
}
header .center .contact-cellphone .main {
  position: relative;
  display: block;
  padding: 0 30px 0 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
header .center .contact-cellphone .main span {
  border-bottom: 1px dashed #9e9e9e;
}
header .center .contact-cellphone .main:before,
header .center .contact-cellphone .main:after {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
}
header .center .contact-cellphone .main:before {
  top: 3px;
  left: 0;
  width: 24px;
  height: 22px;
  background-position: 0 -48px;
}
header .center .contact-cellphone .main:after {
  top: 3px;
  right: 0;
  width: 22px;
  height: 21px;
  background-position: 0 -70px;
}
header .center .contact-cellphone ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
header .center .contact-cellphone ul li {
  padding: 3px 0 3px 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
header .center .feedback {
  float: left;
  margin-top: 2px;
  margin-left: 25px;
}
header .center .feedback a {
  display: block;
  padding: 4px 10px;
  background-color: #47c2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44b0da;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
header .center .feedback a:hover {
  border-color: #2d96bf;
  background-color: #38b5e6;
  color: #fff !important;
}
header .center form {
  overflow: hidden;
  z-index: 1;
  position: relative;
  clear: both;
  padding-top: 20px;
}
header .center form .icon-search {
  z-index: 3;
  position: absolute;
  bottom: 13px;
  left: 12px;
}
header .center form .s {
  float: left;
  z-index: 2;
  position: relative;
  display: block;
  width: 235px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 40px;
  border: 2px solid #dbdbdb;
  font: italic 14px Arial;
  color: #9b9b9b;
}
header .center form .btn {
  float: left;
  margin-left: 10px;
}
header .checkout-sidebar {
  position: relative;
  float: right;
  width: 250px;
  margin-top: 6px;
  padding-left: 40px;
}
header .checkout-sidebar .icon-checkout {
  position: absolute;
  top: 0;
  left: 0;
}
header .checkout-sidebar .currency-select {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 31px;
  height: 35px;
  background-color: #47c2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44b0da;
  transition: all 0.2s ease;
}
header .checkout-sidebar .currency-select a {
  display: block;
  float: left;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
header .checkout-sidebar .currency-select .select {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}
header .checkout-sidebar .currency-select .selector {
  transition: all 0.2s ease;
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  min-width: 50px;
  padding: 10px 10px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
header .checkout-sidebar .currency-select:hover {
  width: 120px;
  border-color: #2d96bf;
  background-color: #38b5e6;
}
header .checkout-sidebar .currency-select:hover a {
  color: #fff !important;
}
header .checkout-sidebar .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #414042;
}
header .checkout-sidebar .sum {
  float: left;
  font-size: 14px;
  color: #414042;
}
header .checkout-sidebar .sum .price {
  font-weight: bold;
  color: #e9023e;
}
header .checkout-sidebar .process {
  float: right;
}
header .checkout-sidebar .process .btn {
  display: block;
}
/*
 * Подвал
 */
footer .menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #17416a;
}
footer .menu a {
  display: block;
  float: left;
  width: 12.5%;
  color: #fff;
  text-align: center;
}
footer .menu a:hover {
  color: #ff6380 !important;
}
footer .footer-slider {
  float: left;
}
footer .contacts {
  float: right;
  padding: 20px 20px 0 0;
  text-align: right;
}
footer .contacts .cellphone {
  height: 100px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}
footer .contacts .cellphone .jobtime {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
footer .contacts .copyright {
  margin-top: 10px;
}
footer .categories-block {
  float: left;
  width: 220px;
  margin-left: 10px;
}
footer .categories-block a:hover {
  color: #ff6380 !important;
}
footer .categories-block .categories-block-label {
  margin-bottom: 10px;
}
footer .categories-block .categories-block-label a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
footer .categories-block ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .categories-block ol li {
  margin: 4px 0 4px 10px;
}
footer .categories-block ol li a {
  color: #fff;
  text-decoration: none;
}
footer .sliderkit {
  overflow: hidden;
  position: relative;
  width: 718px;
  height: 250px;
  padding-right: 22px;
}
footer .sliderkit .sliderkit-btn {
  position: absolute;
  right: 0;
}
footer .sliderkit .sliderkit-btn.sliderkit-go-prev {
  top: 10px;
}
footer .sliderkit .sliderkit-btn.sliderkit-go-next {
  top: 31px;
}
footer .sliderkit .sliderkit-panel {
  width: 718px;
  height: 250px;
}
footer .sliderkit .sliderkit-nav {
  position: absolute;
  top: 60px;
  right: 0;
}
footer .sliderkit .sliderkit-nav .sliderkit-nav-clip {
  top: 0 !important;
  left: 0 !important;
  width: 20px !important;
  height: 200px !important;
}
footer .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li {
  cursor: pointer;
  float: none;
  margin-bottom: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -17px -91px;
  text-indent: -9999px;
}
footer .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li:hover {
  background-position: -57px -91px;
}
footer .sliderkit .sliderkit-nav .sliderkit-nav-clip ul li.sliderkit-selected {
  background-position: -37px -91px !important;
}
/*
 * Меню категорий
 */
.categories-menu {
  position: relative;
  z-index: 6;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.categories-menu > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 48px;
  background: #067abe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2N2FiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzA0NjhhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzA2NWI5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDNlNzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #067abe 0%, #0468a8 47%, #065b99 49%, #043e76 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #067abe), color-stop(47%, #0468a8), color-stop(49%, #065b99), color-stop(100%, #043e76));
  background: -webkit-linear-gradient(top, #067abe 0%, #0468a8 47%, #065b99 49%, #043e76 100%);
  background: -o-linear-gradient(top, #067abe 0%, #0468a8 47%, #065b99 49%, #043e76 100%);
  background: -ms-linear-gradient(top, #067abe 0%, #0468a8 47%, #065b99 49%, #043e76 100%);
  background: linear-gradient(to bottom, #067abe 0%, #0468a8 47%, #065b99 49%, #043e76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#067abe', endColorstr='#043e76', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.categories-menu > ul > li {
  float: left;
  position: relative;
}
.categories-menu > ul > li:first-child > a {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.categories-menu > ul > li:last-child > a {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.categories-menu > ul > li > a {
  position: relative;
  display: block;
  height: 48px;
  padding: 0 9px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.categories-menu > ul > li > a table {
  border-collapse: collapse;
  border-spacing: 0;
}
.categories-menu > ul > li > a td {
  height: 48px;
  padding: 0;
}
.categories-menu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #04427a;
}
.categories-menu > ul > li.marked a {
  background: #616062;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjA2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjNhM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #616062 0%, #3b3a3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #616062), color-stop(100%, #3b3a3c));
  background: -webkit-linear-gradient(top, #616062 0%, #3b3a3c 100%);
  background: -o-linear-gradient(top, #616062 0%, #3b3a3c 100%);
  background: -ms-linear-gradient(top, #616062 0%, #3b3a3c 100%);
  background: linear-gradient(to bottom, #616062 0%, #3b3a3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616062', endColorstr='#3b3a3c', GradientType=0);
  color: #fff !important;
}
.categories-menu > ul > li:first-child a:after {
  display: none;
}
.categories-menu > ul > li:last-child {
  float: right;
}
.categories-menu > ul > li:last-child a {
  padding-left: 16px;
  padding-right: 15px;
}
.categories-menu > ul > li:hover > a {
  background-color: #04417a;
  -moz-box-shadow: -3px 0px 6px -4px #000000 inset, 3px 0px 6px -4px #000000 inset;
  -webkit-box-shadow: -3px 0px 6px -4px #000000 inset, 3px 0px 6px -4px #000000 inset;
  box-shadow: -3px 0px 6px -4px #000000 inset, 3px 0px 6px -4px #000000 inset;
  color: #ffe535 !important;
}
.categories-menu > ul > li:hover > a:before {
  z-index: 6;
  content: "";
  position: absolute;
  bottom: 3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 5px solid #fff;
}
.categories-menu > ul > li:hover .dropdown {
  display: block;
}
.categories-menu > ul > li.no-sub > a:before {
  display: none !important;
}
.categories-menu .right .dropdown {
  left: auto;
  right: 0;
}
.categories-menu .dropdown {
  z-index: 5;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 520px;
  min-height: 100px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.categories-menu .dropdown .sub-category {
  float: left;
  width: 50%;
  padding: 5px 0;
}
.categories-menu .dropdown .sub-category .sub-category-title {
  font-size: 14px;
  font-weight: bold;
}
.categories-menu .dropdown .sub-category .third-category a {
  display: block;
  padding: 2px 5px;
  color: black;
}
/*
 * Слайдер даннеров на главной
 */
.banners-wrapper {
  position: relative;
  z-index: 1;
  height: 482px;
  margin-top: -30px;
  margin-bottom: 80px;
  background: url(../images/banners-bg.png) no-repeat center;
}
.banners-wrapper .slider {
  position: relative;
  height: 330px;
  padding-top: 30px;
}
.banners-wrapper .slider .slide {
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
}
.banners-wrapper .bx-wrapper {
  height: 340px;
}
.banners-wrapper .bx-wrapper .bx-viewport {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banners-wrapper .bx-controls .bx-pager {
  overflow: hidden;
  z-index: 2001;
  position: absolute;
  top: 300px;
  right: 50%;
  margin-right: -490px;
}
.banners-wrapper .bx-controls .bx-pager .bx-pager-item {
  float: left;
  margin-right: 5px;
}
.banners-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -17px -91px;
  text-indent: -9999px;
}
.banners-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
  background-position: -57px -91px;
}
.banners-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background-position: -37px -91px !important;
}
.banners-wrapper .bx-controls .bx-prev,
.banners-wrapper .bx-controls .bx-next {
  z-index: 2000;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  height: 330px;
  text-indent: -9999px;
}
.banners-wrapper .bx-controls .bx-prev:after,
.banners-wrapper .bx-controls .bx-next:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 17px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/sprite.png) no-repeat;
}
.banners-wrapper .bx-controls .bx-prev {
  left: 50%;
  margin-left: -490px;
}
.banners-wrapper .bx-controls .bx-prev:after {
  left: 10px;
  background-position: -27px -27px;
}
.banners-wrapper .bx-controls .bx-prev:after:hover {
  background-position: -27px -58px;
}
.banners-wrapper .bx-controls .bx-next {
  right: 50%;
  margin-right: -490px;
}
.banners-wrapper .bx-controls .bx-next:after {
  right: 10px;
  background-position: -43px -27px;
}
.banners-wrapper .bx-controls .bx-next:after:hover {
  background-position: -43px -58px;
}
.banners-wrapper .small-banners {
  clear: left;
  overflow: hidden;
  z-index: 5;
  position: relative;
  height: 175px;
  background-color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.banners-wrapper .small-banners .banner {
  float: left;
  margin: 11px 7px 0 6px;
}
.banners-wrapper .small-banners .banner:first-child {
  margin-left: 11px;
}
/*
 * Слайдер партнеров
 */
.partners-wrapper {
  z-index: 1;
  position: relative;
  margin-top: 30px;
}
.partners-wrapper .title {
  margin-bottom: 20px;
  font-family: 'Ubuntu', Arial;
  font-size: 26px;
  font-weight: 400;
  color: #414042;
}
.partners-wrapper .sliderkit {
  position: relative;
  height: 71px;
}
.partners-wrapper .sliderkit .sliderkit-nav {
  left: 0;
  right: 0;
}
.partners-wrapper .sliderkit .sliderkit-nav .sliderkit-nav-clip li {
  width: 150px;
  height: 71px !important;
}
.partners-wrapper .sliderkit .sliderkit-nav .sliderkit-btn {
  position: absolute;
  top: 18px;
}
.partners-wrapper .sliderkit .sliderkit-nav .sliderkit-nav-prev {
  left: 10px;
}
.partners-wrapper .sliderkit .sliderkit-nav .sliderkit-nav-next {
  right: 10px;
}
/*
 * Товары и новости на главной
 */
.main-cols .popular-column {
  float: left;
  width: 700px;
}
.main-cols .popular-column .products-list-title {
  float: left;
  font-family: 'Ubuntu', Arial;
  font-size: 33px;
  color: #414042;
}
.main-cols .popular-column .products-list-all {
  float: right;
  margin-top: 8px;
}
.main-cols .popular-column .products-list-all a {
  position: relative;
  display: block;
  padding: 4px 20px 4px 10px;
  background-color: #47c2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44b0da;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  transition: all 0.2s ease;
}
.main-cols .popular-column .products-list-all a:hover {
  border-color: #2d96bf;
  background-color: #38b5e6;
  color: #fff !important;
}
.main-cols .popular-column .products-list-all a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  border: 3px solid transparent;
  border-top: 4px solid #fff;
}
.main-cols .popular-column .products-list {
  clear: both;
  min-height: 230px;
  padding: 15px 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #feffae;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZlZmZhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZlZmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffae 0%, #feffae 53%, #feffbf 65%, #fffff4 91%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffae), color-stop(53%, #feffae), color-stop(65%, #feffbf), color-stop(91%, #fffff4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #feffae 0%, #feffae 53%, #feffbf 65%, #fffff4 91%, #ffffff 100%);
  background: -o-linear-gradient(top, #feffae 0%, #feffae 53%, #feffbf 65%, #fffff4 91%, #ffffff 100%);
  background: -ms-linear-gradient(top, #feffae 0%, #feffae 53%, #feffbf 65%, #fffff4 91%, #ffffff 100%);
  background: linear-gradient(to bottom, #feffae 0%, #feffae 53%, #feffbf 65%, #fffff4 91%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffae', endColorstr='#ffffff', GradientType=0);
}
.main-cols .popular-column .products-list-hided {
  display: none;
}
.main-cols .articles-column {
  float: left;
  width: 240px;
  margin-left: 40px;
}
/*
 * Сайдбар новостей
 */
.articles-column .title {
  font-family: 'Ubuntu', Arial;
  font-size: 17px;
  font-weight: 400;
  color: #414042;
}
.articles-column .title a {
  color: #e9023e;
}
.articles-column .articles-sidebar .article {
  overflow: hidden;
  margin-top: 12px;
  cursor: pointer;
}
.articles-column .articles-sidebar .article .image {
  float: left;
}
.articles-column .articles-sidebar .article .announce {
  overflow: hidden;
  float: left;
  width: 125px;
  height: 90px;
  margin-left: 10px;
  color: #000;
}
/*
 * SEO текст
 */
.seo-text {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.seo-text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cfcfcf;
}
.seo-text h1 {
  font-family: 'Ubuntu', Arial;
  font-size: 26px;
  font-weight: 400;
  color: #414042;
}
.seo-text h1 span {
  color: #0081c7;
}
.seo-text p {
  padding-left: 10px;
  padding-right: 10px;
}
/*
 * Карточка товара
 */
.product {
  float: left;
  position: relative;
  z-index: 1;
  width: 218px;
  height: 290px;
  margin-left: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.product .discount-label {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #ff0030;
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  font-size: 14px;
  font-family: "Arial";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.product .product-wrapper {
  overflow: hidden;
  height: 290px;
  border: 1px solid #bababa;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.1s ease;
}
.product:hover {
  z-index: 3;
  position: relative;
  width: 218px;
}
.product:hover .product-wrapper {
  height: auto;
  border: 1px solid #47c2f2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 0 1px #47c2f2;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 0 1px #47c2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35), inset 0 0 0 1px #47c2f2;
}
.product .image {
  padding-top: 1px;
  text-align: center;
}
.product .title {
  overflow: hidden;
  height: 46px;
  margin-bottom: 23px;
  padding: 0 10px;
}
.product .title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.product .price-buy {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 15px;
}
.product .price-buy .price {
  position: relative;
  float: left;
  max-width: 90px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #e9023e;
}
.product .price-buy .price .l {
  position: absolute;
  top: -12px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
}
.product .price-buy .buy {
  float: right;
}
.product .price-buy .buy .btn {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 10px;
}
.product .price-buy .buy .btn .sprite {
  position: absolute;
  top: 12px;
  left: 5px;
}
.product .features {
  padding: 0 10px 10px 10px;
  font-size: 11px;
  color: #000;
}
/*
 * УТП
 */
.offers {
  overflow: hidden;
  margin-top: 20px;
}
.offers .offer {
  float: left;
  width: 155px;
  margin-left: 48px;
  padding: 10px 0;
  border: 1px solid transparent;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #0081c7 !important;
  transition: all 0.5s ease;
}
.offers .offer:first-child {
  margin-left: 0;
}
.offers .offer:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}
.offers .offer .sprite {
  margin: 0 auto 10px;
}
/**
 * Список корневых категорий
 */
.root-categories {
  margin-bottom: 30px;
}
.root-categories .category-block {
  position: relative;
  display: block;
  float: left;
  width: 230px;
  height: 93px;
  margin: 20px 0 20px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: bold;
}
.root-categories .category-block.first-of-type {
  margin-left: 0;
}
.root-categories .category-block span {
  word-wrap: break-word;
}
.root-categories .category-block td {
  height: 90px;
}
.root-categories .category-block img {
  margin: 0 3px;
}
.root-categories .category-block .counter {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 32px;
  height: 25px;
  padding-top: 7px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 21%, #e9e9e9 86%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(21%, #fbfbfb), color-stop(86%, #e9e9e9), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #fefefe 0%, #fbfbfb 21%, #e9e9e9 86%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fbfbfb 21%, #e9e9e9 86%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fbfbfb 21%, #e9e9e9 86%, #e7e7e7 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fbfbfb 21%, #e9e9e9 86%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0);
  color: #313131 !important;
  text-decoration: none !important;
  text-align: center;
}
.page-title-wrapper {
  position: relative;
  z-index: 1;
  min-height: 90px;
  margin-top: -30px;
  background: url(../images/banners-bg.png) no-repeat center;
}
.page-title-wrapper .wrapper-980 {
  padding: 0;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-header {
  position: relative;
  z-index: 1;
  min-height: 90px;
  margin-top: -30px;
  background: url(../images/banners-bg.png) no-repeat center;
}
.page-header .gui-title {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/*
 * Фильтр
 */
.filter-block {
  padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #feffd9;
}
.filter-block .filter-title {
  padding: 0 10px;
  font-family: 'Ubuntu', Arial;
  font-size: 20px;
  font-weight: 400;
  color: #414042;
}
.filter-block .block-label {
  margin-top: 10px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
.filter-block .separator {
  height: 1px;
  margin-top: 5px;
  background-color: #dcdcc6;
}
.filter-block .attribute-range {
  margin: 10px;
}
.filter-block .range-from,
.filter-block .range-to {
  float: left;
  overflow: hidden;
  margin-top: 10px;
}
.filter-block .range-from span,
.filter-block .range-to span {
  display: block;
  float: left;
}
.filter-block .range-from span.label,
.filter-block .range-to span.label {
  margin-right: 5px;
  padding-top: 6px;
  color: #808080;
  text-transform: lowercase;
}
.filter-block .range-from span.value,
.filter-block .range-to span.value {
  width: 70px;
  padding: 4px 5px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #dbdbd4;
  background-color: #fff;
}
.filter-block .range-to {
  float: right;
}
.filter-block .attribute-checkbox a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 28px;
}
.filter-block .attribute-checkbox a:before {
  content: "";
  position: absolute;
  left: 10px;
  background: url(../images/sprite.png) no-repeat;
  width: 13px;
  height: 13px;
  background-position: -144px -142px;
}
.filter-block .attribute-checkbox a:hover:before {
  background-position: -131px -142px;
}
.filter-block .attribute-checkbox.selected a:before {
  background-position: -118px -142px;
}
.filter-block .flush {
  margin-top: 10px;
}
.filter-block .flush a {
  display: block;
  width: 130px;
  margin: 0  auto;
  padding: 4px 10px;
  background-color: #47c2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44b0da;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.filter-block .flush a:hover {
  color: #fff !important;
}
/*
 * Хлебные крошки
 */
.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumbs > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  float: left;
}
.breadcrumbs > ul li {
  position: relative;
  float: left;
  margin-right: 20px;
}
.breadcrumbs > ul li:last-child:after {
  display: none;
}
.breadcrumbs > ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 3px solid #777;
}
.breadcrumbs > ul li a {
  color: #777;
  text-decoration: none;
}
/*
 * Сортировка товара
 */
.sorting-block {
  float: right;
}
/*
 * Список товаров
 */
.products-list aside {
  float: left;
  width: 250px;
}
.products-list aside .articles-column {
  margin-top: 30px;
}
.products-list article {
  float: left;
  width: 730px;
}
/*
 * Пагинация
 */
.paginationControl {
  clear: both;
  float: right;
}
.paginationControl a,
.paginationControl strong,
.paginationControl span {
  text-transform: lowercase;
}
.paginationControl a,
.paginationControl strong {
  padding: 8px 14px 6px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  border-bottom: 3px solid #003c6f;
  background: #157cc7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1N2NjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMTQ3MGJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMGY2N2IwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMDk1YjlmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjMDc1ODljIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMDY1NTk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2NjJhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #157cc7), color-stop(3%, #1470bc), color-stop(41%, #0f67b0), color-stop(78%, #095b9f), color-stop(81%, #07589c), color-stop(97%, #065597), color-stop(100%, #0662a6));
  background: -webkit-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -o-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -ms-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: linear-gradient(to bottom, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#157cc7', endColorstr='#0662a6', GradientType=0);
  font: bold 16px Arial;
  color: #fff !important;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-decoration: none;
}
.paginationControl a:hover,
.paginationControl strong:hover {
  color: #fff !important;
}
.paginationControl strong {
  background: #72a9d7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYTlkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzZmYTRkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzZhOTljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzZhOTljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YWExY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #72a9d7 0%, #6fa4d0 39%, #6a99c1 94%, #6a99c1 97%, #6aa1ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72a9d7), color-stop(39%, #6fa4d0), color-stop(94%, #6a99c1), color-stop(97%, #6a99c1), color-stop(100%, #6aa1ca));
  background: -webkit-linear-gradient(top, #72a9d7 0%, #6fa4d0 39%, #6a99c1 94%, #6a99c1 97%, #6aa1ca 100%);
  background: -o-linear-gradient(top, #72a9d7 0%, #6fa4d0 39%, #6a99c1 94%, #6a99c1 97%, #6aa1ca 100%);
  background: -ms-linear-gradient(top, #72a9d7 0%, #6fa4d0 39%, #6a99c1 94%, #6a99c1 97%, #6aa1ca 100%);
  background: linear-gradient(to bottom, #72a9d7 0%, #6fa4d0 39%, #6a99c1 94%, #6a99c1 97%, #6aa1ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a9d7', endColorstr='#6aa1ca', GradientType=0);
  border-bottom-color: #668aa9;
}
/*
 * Страница товара
 */
.product-page .gallery {
  float: left;
  width: 322px;
  height: 435px;
  position: relative;
}
.product-page .gallery .discount-label {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #ff0030;
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  font-size: 18px;
  font-family: "Arial";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.product-page .gallery .product-gallery {
  position: relative;
  height: 435px;
}
.product-page .gallery .product-gallery .sliderkit-panels {
  position: relative;
  z-index: 1;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn {
  position: absolute;
  z-index: 12;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn {
  top: 10px;
  bottom: 10px;
  width: 40px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn a {
  position: relative;
  display: block;
  height: 320px;
  text-indent: -9999px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn a .sprite {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-prev {
  left: 10px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-prev .sprite {
  margin-left: -8px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-next {
  right: 10px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-next .sprite {
  margin-left: -8px;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-prev a {
  background-position: top left;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-prev a:hover {
  background-position: bottom left;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-next a {
  background-position: top right;
}
.product-page .gallery .product-gallery .sliderkit-panels .sliderkit-btn.sliderkit-go-btn.sliderkit-go-next a:hover {
  background-position: bottom right;
}
.product-page .gallery .product-gallery .sliderkit-panel {
  position: absolute;
  width: 320px;
  height: 320px;
  margin-bottom: 10px;
  padding-top: 3px;
  border: 1px solid #eae3de;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.product-page .gallery .product-gallery .sliderkit-panel img {
  margin: 12px;
}
.product-page .gallery .product-gallery .sliderkit-nav {
  bottom: 0;
  left: 0;
  right: 0;
  height: 92px;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-nav-clip {
  width: 320px !important;
  height: 92px;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-nav-clip ul li {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 22px;
  border: 1px solid #EAE3DE;
  border-radius: 10px;
  cursor: pointer;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-nav-clip ul li:hover,
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-nav-clip ul li.sliderkit-selected {
  border-color: #ffe400;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-nav-clip ul li img {
  margin-top: 5px;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-go-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -12px;
  text-indent: -9999px;
  cursor: pointer;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-go-prev {
  left: -18px;
  background-position: left top;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-go-prev:hover {
  background-position: left bottom;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-go-next {
  right: -18px;
  background-position: right top;
}
.product-page .gallery .product-gallery .sliderkit-nav .sliderkit-go-next:hover {
  background-position: right bottom;
}
.product-page .info {
  margin: 0 240px 0 340px;
  height: 320px;
}
.product-page .info .social-likes {
  position: relative;
  width: 370px;
  height: 40px;
}
.product-page .info .price-buy {
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
.product-page .info .price-buy .price-old {
  float: left;
  position: relative;
  font-size: 20px;
  color: #a3a3a3;
}
.product-page .info .price-buy .price-old:after {
  content: "";
  position: absolute;
  left: -10px;
  right: 34px;
  top: 13px;
  height: 1px;
  background-color: #ff3333;
}
.product-page .info .price-buy .price {
  clear: both;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 40px;
  color: #000;
}
.product-page .info .price-buy .buy {
  float: left;
}
.product-page .info .price-buy .buy .btn {
  position: relative;
  display: block;
  padding-left: 80px;
}
.product-page .info .price-buy .buy .btn .sprite {
  position: absolute;
  top: 12px;
  left: 20px;
}
.product-page .info .stock {
  float: right;
  margin-top: 15px;
  line-height: 23px;
  font-size: 16px;
  color: #13af47;
  text-transform: lowercase;
}
.product-page .info .stock .sprite {
  float: left;
  margin-right: 5px;
}
.product-page .utp {
  float: right;
  width: 210px;
  height: 320px;
  background-color: #feffc6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.product-page .utp .delivery {
  position: relative;
  margin: 10px 0 0 10px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 17px;
  color: #414042;
}
.product-page .utp .delivery:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 21px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) 0 -123px no-repeat;
}
.product-page .utp .warranty {
  position: relative;
  margin: 10px 0 0 10px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 17px;
  color: #414042;
}
.product-page .utp .warranty:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 32px;
  top: 0;
  left: 8px;
  background: url(../images/sprite.png) -30px -123px no-repeat;
}
.product-page .utp p {
  padding: 0 10px;
  color: #414042;
}
.product-page .tabs {
  overflow: hidden;
  margin-left: 340px;
  margin-top: 20px;
}
.features .feature {
  color: #777;
  margin: 2px 0;
}
.features .feature strong {
  color: #000;
}
.features.features-wide .feature {
  margin: 3px 0;
}
/*
 * Статьи
 */
.article-block {
  overflow: hidden;
  margin-bottom: 50px;
}
.article-block.no-image .announce {
  margin-left: 0;
}
.article-block .date {
  font-size: 11px;
  color: #a7a7a7;
}
.article-block .title {
  margin: 0 0 10px 0;
}
.article-block .image {
  float: left;
  width: 150px;
}
.article-block .announce {
  margin-left: 160px;
}
/**
 * Стили вкладок
 */
.ui-tabs {
  position: relative;
  zoom: 1;
  margin: 0;
}
.ui-tabs .ui-tabs-nav {
  margin-left: 20px;
  padding: 0 0 10px 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  border-bottom: 0!important;
  white-space: nowrap;
  margin: 0 0 0px;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
  outline: none;
  float: left;
  display: block;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a:hover {
  color: red;
}
.ui-tabs .ui-tabs-nav li .dotted {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border-color: #cfcfcf;
  border-bottom-color: #fff;
  color: #313131;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a .dotted {
  border: none;
}
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  clear: left;
  display: block;
  border-width: 0;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * Слайдер
 */
.ui-slider {
  position: relative;
  background: url(../images/sprite.png) no-repeat;
  width: 224px;
  height: 17px;
  margin-left: 3px;
  background-position: 0 -155px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  margin: -1px 0 0 -10px;
  background: url(../images/sprite.png) no-repeat;
  width: 21px;
  height: 21px;
  background-position: -157px -134px;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  top: 2px;
  z-index: 1;
  height: 14px;
  display: block;
  border: 0;
  background: #99cbf3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Y2JmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzc4YWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzNmNzZiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjVlOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #99cbf3 0%, #78acdb 31%, #3f76b0 77%, #265e9d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99cbf3), color-stop(31%, #78acdb), color-stop(77%, #3f76b0), color-stop(100%, #265e9d));
  background: -webkit-linear-gradient(top, #99cbf3 0%, #78acdb 31%, #3f76b0 77%, #265e9d 100%);
  background: -o-linear-gradient(top, #99cbf3 0%, #78acdb 31%, #3f76b0 77%, #265e9d 100%);
  background: -ms-linear-gradient(top, #99cbf3 0%, #78acdb 31%, #3f76b0 77%, #265e9d 100%);
  background: linear-gradient(to bottom, #99cbf3 0%, #78acdb 31%, #3f76b0 77%, #265e9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cbf3', endColorstr='#265e9d', GradientType=0);
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
/*
 * Окно
 */
.ui-dialog {
  outline: none;
  z-index: 10000001;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #47c2f2;
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.4);
}
.ui-dialog .ui-dialog-title {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  font: bold 17px Arial;
  color: #414141;
}
.ui-dialog .ui-dialog-titlebar {
  display: block;
  position: relative;
  z-index: 1111;
  padding: 10px 0 5px 15px;
}
.ui-dialog .ui-dialog-titlebar-close {
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(../images/sprite.png) no-repeat -271px -158px;
  text-indent: -9999px;
}
.ui-dialog .ui-resizable-handle {
  display: none;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  background: #fff;
  padding: 8px 15px;
  zoom: 1px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-widget-overlay {
  z-index: 10000000;
  background: url('../images/ui-overlay.png');
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
/*
 * Таблица корзины
 */
.checkout-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.checkout-table tbody td {
  border-bottom: 1px solid #b2b2b2;
}
.checkout-table .labels {
  margin: 5px 0;
  font-size: 11px;
  color: #616161;
  text-transform: lowercase;
}
.checkout-table .checkout-delete {
  float: left;
  text-transform: lowercase;
  text-decoration: none;
  color: #ff0000;
}
.checkout-table .checkout-delete .sprite {
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}
.checkout-table .checkout-image {
  width: 140px;
}
.checkout-table .checkout-title {
  vertical-align: top;
}
.checkout-table .checkout-title a {
  font-size: 11px;
}
.checkout-table .checkout-title .price {
  font-size: 24px;
}
.checkout-table .checkout-item-total {
  padding-left: 20px;
  width: 150px;
}
.checkout-table .checkout-item-total .price {
  font-size: 30px;
}
.checkout-table .checkout-item-total .price span {
  font-size: 16px;
}
.checkout-table .qty-block {
  position: relative;
  width: 70px;
}
.checkout-table .qty-block a {
  display: block;
  position: absolute;
  right: 0;
  width: 22px;
  height: 20px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.checkout-table .qty-block a.plus {
  top: 0;
  background-position: -241px -134px;
}
.checkout-table .qty-block a.minus {
  bottom: 0;
  height: 18px;
  background-position: -241px -154px;
}
.checkout-table .qty-block input {
  width: 48px;
  height: 37px;
  padding: 7px;
  border: 1px solid #cccccc;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px Arial;
  color: #010101;
  text-align: center;
}
.checkout-table .checkout-total {
  margin: 10px 0;
  padding: 10px;
}
.checkout-table .checkout-total .info {
  margin-bottom: 30px;
  padding: 7px 0;
  color: #010101;
  font-size: 24px;
  font-weight: bold;
}
.checkout-table .checkout-total .buy-btn {
  float: right;
  padding: 5px 0;
}
.checkout-table .checkout-total .buy-btn .btn {
  padding: 15px 20px;
  font-size: 24px;
  text-transform: lowercase;
}
.checkout-table.small td {
  padding-top: 10px;
}
.checkout-table.small .checkout-image {
  width: 90px;
}
.checkout-table.small .checkout-item-total {
  width: 100px;
}
.checkout-table.small .checkout-title {
  vertical-align: top;
}
.checkout-table.small .checkout-title .price {
  font-size: 20px;
}
.checkout-table.small .checkout-item-total .price {
  font-size: 24px;
}
/*
 * Страница оформления заказа
 */
.checkout-header .line {
  height: 5px;
  margin-bottom: 20px;
  background: #0081c7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwODFjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2JhZTRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwYWNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzgzZDNmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #0081c7 5%, #bae4f9 35%, #00aced 65%, #83d3f6 95%);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #0081c7), color-stop(35%, #bae4f9), color-stop(65%, #00aced), color-stop(95%, #83d3f6));
  background: -webkit-linear-gradient(left, #0081c7 5%, #bae4f9 35%, #00aced 65%, #83d3f6 95%);
  background: -o-linear-gradient(left, #0081c7 5%, #bae4f9 35%, #00aced 65%, #83d3f6 95%);
  background: -ms-linear-gradient(left, #0081c7 5%, #bae4f9 35%, #00aced 65%, #83d3f6 95%);
  background: linear-gradient(to right, #0081c7 5%, #bae4f9 35%, #00aced 65%, #83d3f6 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c7', endColorstr='#83d3f6', GradientType=1);
}
.checkout-header .logo {
  float: left;
}
.checkout-header .logo a {
  display: block;
}
.checkout-header .center {
  float: right;
  padding-top: 25px;
}
.checkout-header .center .contact-cellphone {
  z-index: 4;
  position: relative;
  float: left;
}
.checkout-header .center .contact-cellphone .main {
  position: relative;
  display: block;
  padding: 0 30px 0 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.checkout-header .center .contact-cellphone .main span {
  border-bottom: 1px dashed #9e9e9e;
}
.checkout-header .center .contact-cellphone .main:before,
.checkout-header .center .contact-cellphone .main:after {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
}
.checkout-header .center .contact-cellphone .main:before {
  top: 3px;
  left: 0;
  width: 24px;
  height: 22px;
  background-position: 0 -48px;
}
.checkout-header .center .contact-cellphone .main:after {
  top: 3px;
  right: 0;
  width: 22px;
  height: 21px;
  background-position: 0 -70px;
}
.checkout-header .center .contact-cellphone ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.checkout-header .center .contact-cellphone ul li {
  padding: 3px 0 3px 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.checkout-header .center .feedback {
  float: left;
  margin-top: 2px;
  margin-left: 25px;
}
.checkout-header .center .feedback a {
  display: block;
  padding: 4px 10px;
  background-color: #47c2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44b0da;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.checkout-header .center .feedback a:hover {
  border-color: #2d96bf;
  background-color: #38b5e6;
  color: #fff !important;
}
.checkout-order {
  margin-top: -5px;
}
.checkout-order input {
  outline: none;
}
.checkout-order .page-title span {
  background: none;
}
.checkout-order .page-title:before {
  display: none;
}
.checkout-order .order-form {
  float: left;
  width: 410px;
  padding: 10px;
}
.checkout-order .order-form .label {
  z-index: 1;
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  font-weight: bold;
  color: 313131;
  text-shadow: none;
  text-transform: uppercase;
}
.checkout-order .order-form .label span {
  position: relative;
  padding: 0 7px;
  z-index: 3;
}
.checkout-order .order-form .login-block {
  margin: 15px 0 0 0;
  padding: 0;
  border: none;
}
.checkout-order .order-form .login-block .trigger {
  margin-bottom: 15px;
}
.checkout-order .order-form .delivery-block {
  margin: 0;
  padding: 0;
  border: none;
}
.checkout-order .order-form .row {
  position: relative;
  margin: 10px 0 20px 0;
}
.checkout-order .order-form .row .row-label {
  float: left;
  width: 120px;
  padding-top: 8px;
}
.checkout-order .order-form .row label.error {
  display: block;
  margin-top: 3px;
  padding-left: 12px;
  color: red;
}
.checkout-order .order-form .row .details {
  position: absolute;
  top: 0;
  left: 280px;
  font-size: 11px;
  color: #929292;
}
.checkout-order .order-form .row input,
.checkout-order .order-form .row select,
.checkout-order .order-form .row textarea {
  float: left;
  width: 270px;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 12px Arial;
  color: #414141;
}
.checkout-order .order-form .row input.error,
.checkout-order .order-form .row select.error,
.checkout-order .order-form .row textarea.error {
  border-color: red;
}
.checkout-order .order-form .row textarea {
  outline: none;
  resize: none;
  width: 100%;
  height: 120px;
}
.checkout-order .order-data {
  float: left;
  width: 410px;
  padding: 10px;
  font-size: 14px;
  color: #414141;
}
.checkout-order .order-table {
  float: right;
  width: 490px;
  padding: 10px;
}
/*
 * Элементы формы
 */
.container {
  max-width: none !important;
}
.container .gui-title-text {
  margin: 10px 0 20px 0;
}
.gui-title-text {
  margin: 0 0 0 0;
  font-size: 26px;
}
.gui-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.gui-fieldset .gui-fieldset-legend {
  padding: 0 0 5px 5px;
  font-size: 18px;
  color: #6c6660;
}
.gui-fieldset .gui-fieldset-content {
  padding: 20px 5px 0 5px;
  border-top: 1px solid #e9e9e9;
}
.control-group {
  margin-bottom: 20px;
}
.control-group .control-label {
  float: left;
  width: 40%;
  padding-top: 8px;
  color: #6e665d;
}
.control-group .control-label .required {
  padding-left: 2px;
  font-size: 12px;
  color: red;
}
.control-group .controls {
  float: left;
  width: 60%;
}
.control-group .gui-details {
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 11px;
  color: #6e665d;
}
.control-group .gui-details:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-bottom-color: #6e665d;
  border-bottom-width: 6px;
}
.vertical .gui-title-text {
  margin-bottom: 10px !important;
}
.vertical .control-group {
  margin-bottom: 10px !important;
}
.vertical .control-group .control-label {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 0 10px;
  padding-bottom: 5px;
}
.vertical .control-group .controls {
  float: none;
  width: auto;
}
.form-control {
  outline: none !important;
  width: 100%;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font: normal 13px Arial;
  color: #6e665d;
}
.form-control:focus {
  border-color: #86abd5;
}
.form-control.gui-field-error {
  border-color: red;
}
.form-error {
  display: none;
  padding-left: 10px;
}
.form-error ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 2px;
  font-size: 11px;
  color: red;
}
.btn {
  padding: 10px 16px 8px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  border-bottom: 3px solid #003c6f;
  background: #157cc7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1N2NjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMTQ3MGJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMGY2N2IwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMDk1YjlmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjMDc1ODljIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMDY1NTk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2NjJhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #157cc7), color-stop(3%, #1470bc), color-stop(41%, #0f67b0), color-stop(78%, #095b9f), color-stop(81%, #07589c), color-stop(97%, #065597), color-stop(100%, #0662a6));
  background: -webkit-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -o-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: -ms-linear-gradient(top, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  background: linear-gradient(to bottom, #157cc7 0%, #1470bc 3%, #0f67b0 41%, #095b9f 78%, #07589c 81%, #065597 97%, #0662a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#157cc7', endColorstr='#0662a6', GradientType=0);
  font: bold 14px Arial;
  color: #fff !important;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-decoration: none;
}
.btn:hover {
  background: #1a92d0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOTJkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE0ODZjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzBjNzZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzA5NzNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZmYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a92d0), color-stop(40%, #1486c8), color-stop(80%, #0c76bc), color-stop(83%, #0973ba), color-stop(100%, #086fb6));
  background: -webkit-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -o-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -ms-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: linear-gradient(to bottom, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a92d0', endColorstr='#086fb6', GradientType=0);
  color: #fff !important;
  border-bottom-color: #004e91;
}
.btn:active {
  margin-top: 3px;
  border-bottom: none;
  background: #1a92d0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhOTJkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE0ODZjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzBjNzZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzA5NzNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZmYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a92d0), color-stop(40%, #1486c8), color-stop(80%, #0c76bc), color-stop(83%, #0973ba), color-stop(100%, #086fb6));
  background: -webkit-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -o-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: -ms-linear-gradient(top, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  background: linear-gradient(to bottom, #1a92d0 0%, #1486c8 40%, #0c76bc 80%, #0973ba 83%, #086fb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a92d0', endColorstr='#086fb6', GradientType=0);
}
.btn.xxl {
  padding: 10px 46px 8px 46px;
  font-size: 28px;
}
.btn.back {
  position: relative;
  text-transform: lowercase;
}
.btn.back:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  border: 4px solid transparent;
  border-right: 4px solid #fff;
}
.btn.btn-green {
  border-bottom-color: #114300;
  background: #58e15a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4ZTE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMjBkYjU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjMWVkNTU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjMTdiZjRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTJhYjQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMGVhMDQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMDc4NTM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMDI3NjJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjMDE3MjJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwN2UyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #58e15a 0%, #20db59 3%, #1ed556 13%, #17bf4d 34%, #12ab45 50%, #0ea040 53%, #078536 75%, #02762f 91%, #01722e 97%, #407e2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58e15a), color-stop(3%, #20db59), color-stop(13%, #1ed556), color-stop(34%, #17bf4d), color-stop(50%, #12ab45), color-stop(53%, #0ea040), color-stop(75%, #078536), color-stop(91%, #02762f), color-stop(97%, #01722e), color-stop(100%, #407e2d));
  background: -webkit-linear-gradient(top, #58e15a 0%, #20db59 3%, #1ed556 13%, #17bf4d 34%, #12ab45 50%, #0ea040 53%, #078536 75%, #02762f 91%, #01722e 97%, #407e2d 100%);
  background: -o-linear-gradient(top, #58e15a 0%, #20db59 3%, #1ed556 13%, #17bf4d 34%, #12ab45 50%, #0ea040 53%, #078536 75%, #02762f 91%, #01722e 97%, #407e2d 100%);
  background: -ms-linear-gradient(top, #58e15a 0%, #20db59 3%, #1ed556 13%, #17bf4d 34%, #12ab45 50%, #0ea040 53%, #078536 75%, #02762f 91%, #01722e 97%, #407e2d 100%);
  background: linear-gradient(to bottom, #58e15a 0%, #20db59 3%, #1ed556 13%, #17bf4d 34%, #12ab45 50%, #0ea040 53%, #078536 75%, #02762f 91%, #01722e 97%, #407e2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58e15a', endColorstr='#407e2d', GradientType=0);
}
.btn.btn-green:hover {
  border-bottom-color: #165700;
  background: #2ae674;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhZTY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzFkZDA2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE3YzQ1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzEyYmQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzA3YTU0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTk0M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ae674 0%, #1dd063 37%, #17c45a 50%, #12bd53 53%, #07a542 83%, #01943c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ae674), color-stop(37%, #1dd063), color-stop(50%, #17c45a), color-stop(53%, #12bd53), color-stop(83%, #07a542), color-stop(100%, #01943c));
  background: -webkit-linear-gradient(top, #2ae674 0%, #1dd063 37%, #17c45a 50%, #12bd53 53%, #07a542 83%, #01943c 100%);
  background: -o-linear-gradient(top, #2ae674 0%, #1dd063 37%, #17c45a 50%, #12bd53 53%, #07a542 83%, #01943c 100%);
  background: -ms-linear-gradient(top, #2ae674 0%, #1dd063 37%, #17c45a 50%, #12bd53 53%, #07a542 83%, #01943c 100%);
  background: linear-gradient(to bottom, #2ae674 0%, #1dd063 37%, #17c45a 50%, #12bd53 53%, #07a542 83%, #01943c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ae674', endColorstr='#01943c', GradientType=0);
}
.btn.btn-green:active {
  margin-top: 3px;
  background: #1aaf47;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhYWY0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzEyOTkzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBlODkzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzBiODAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzA4NzMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTViMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1aaf47 0%, #12993e 33%, #0e8937 50%, #0b8033 53%, #08732e 67%, #015b25 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1aaf47), color-stop(33%, #12993e), color-stop(50%, #0e8937), color-stop(53%, #0b8033), color-stop(67%, #08732e), color-stop(100%, #015b25));
  background: -webkit-linear-gradient(top, #1aaf47 0%, #12993e 33%, #0e8937 50%, #0b8033 53%, #08732e 67%, #015b25 100%);
  background: -o-linear-gradient(top, #1aaf47 0%, #12993e 33%, #0e8937 50%, #0b8033 53%, #08732e 67%, #015b25 100%);
  background: -ms-linear-gradient(top, #1aaf47 0%, #12993e 33%, #0e8937 50%, #0b8033 53%, #08732e 67%, #015b25 100%);
  background: linear-gradient(to bottom, #1aaf47 0%, #12993e 33%, #0e8937 50%, #0b8033 53%, #08732e 67%, #015b25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aaf47', endColorstr='#015b25', GradientType=0);
}
/*
 * Базовые стили слайдера
 */
.sliderkit .sliderkit-nav {
  z-index: 10;
  position: absolute;
  text-align: center;
}
.sliderkit .sliderkit-nav-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.sliderkit .sliderkit-nav-clip ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sliderkit .sliderkit-nav-clip ul li {
  float: left;
}
.sliderkit .sliderkit-nav-clip ul li a {
  display: block;
  overflow: hidden;
}
.sliderkit .sliderkit-btn {
  z-index: 10;
}
.sliderkit .sliderkit-panel {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
.sliderkit .sliderkit-panel-active {
  z-index: 5;
}
.sliderkit .sliderkit-panel-old {
  z-index: 4;
}
.sliderkit .sliderkit-panel .sliderkit-panel-textbox {
  position: absolute;
  z-index: 1;
}
.sliderkit .sliderkit-panel .sliderkit-panel-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.sliderkit .sliderkit-panel .sliderkit-panel-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.sliderkit .sliderkit-count {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  padding: 5px;
  color: #fff;
  background: #000;
}
.sliderkit .sliderkit-timer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 3px;
  background: #ccc;
}
/*
 * Селект
 */
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  position: relative;
  padding-right: 15px;
}
.jq-selectbox__select:after {
  position: absolute;
  right: 3px;
  top: 6px;
  content: "";
  border: 3px solid transparent;
  border-top: 4px solid black;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: bold;
  color: #0067b3;
}
.jq-selectbox__trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  display: none;
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
  z-index: 200;
  top: 18px;
  left: 0;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C6CBD0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  color: #231F20;
  padding: 5px 10px 6px;
}
.jq-selectbox li.selected {
  background: #fff8d9;
  color: #0067b3;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox ul,
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.jq-selectbox li:hover,
.jq-select-multiple li.selected {
  background: #fff8d9;
  color: #0067b3;
}
.jq-selectbox li.disabled,
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-selectbox li.optgroup,
.jq-select-multiple li.optgroup {
  font-weight: 700;
}
.jq-selectbox li.option,
.jq-select-multiple li.option {
  padding-left: 25px;
}
/*
 * Назад
 */
#top-link {
  cursor: pointer;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 0;
  z-index: 1000;
}
#top-link:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00ffffff', GradientType=1);
}
#top-link a {
  display: block;
  width: 100px;
  text-align: center;
  background: #333;
  color: white;
  padding: 5px 0;
  margin: 5px;
  text-decoration: none !important;
}
#top-link:hover a {
  background: #000;
}
#topicon {
  width: 0;
  height: 0;
  display: inline-block;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-right: 5px;
}
#backicon {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-right: 5px;
}
/*
 * События
 */
.alert {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.ucp-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}
.ucp-menu li a {
  display: block;
  padding: 6px 0;
}
.special-price-buy {
  padding-top: 25px;
  margin-top: -26px;
  border-radius: 3px;
}
.special-price-buy .price {
  float: none !important;
}
.special-price {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8698a;
  background: -webkit-linear-gradient(#e8698a 0%, #c30b2e 100%);
  background: -o-linear-gradient(#e8698a 0%, #c30b2e 100%);
  background: linear-gradient(#e8698a 0%, #c30b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8698a', endColorstr='#c30b2e', GradientType=0);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.21);
  width: 70px;
  border-radius: 3px;
  height: 37px;
  text-align: center;
}
.special-price:hover {
  background: #e8698a;
  background: -moz-linear-gradient(top, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  background: -webkit-linear-gradient(top, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  background: linear-gradient(to bottom, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8698a', endColorstr='#c2082c', GradientType=0);
}
.special-price a {
  display: block;
  margin-top: -1px;
  font-size: 10px;
  font-family: "Arial";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.special-price a:hover {
  color: #fff !important;
}
.title-in-form {
  font-size: 14px;
  font-family: "Arial";
  color: #000000;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
}
.price-buy .special-price-goods {
  width: 240px;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  background: #e8698a;
  background: -webkit-linear-gradient(#e8698a 0%, #c30b2e 100%);
  background: -o-linear-gradient(#e8698a 0%, #c30b2e 100%);
  background: linear-gradient(#e8698a 0%, #c30b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8698a', endColorstr='#c30b2e', GradientType=0);
  margin-bottom: 10px;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.21);
}
.price-buy .special-price-goods:hover {
  background: #e8698a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e8698a 0%, #e8698a 10%, #c2082c 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8698a', endColorstr='#c2082c', GradientType=0);
  /* IE6-9 */
}
.price-buy .special-price-goods a {
  font-size: 15px;
  font-family: "Arial";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}
.price-buy .special-price-goods a:hover {
  color: #ffffff !important;
}
