@charset "UTF-8";
/*	-----------------------------------------------------	*/
/*						ОБЩИЕ СТИЛИ							*/
/*	-----------------------------------------------------	*/
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  min-width: 320px;
}

a {
  cursor: pointer;
  color: #023889;
}

img {
  border: 0;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.separator {
  height: 1px !important;
  line-height: 1px !important;
  clear: both !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

h1 {
  color: #000000;
  font-size: 16px;
  display: block;
  margin: 0 0 14px 0;
  font-weight: normal;
}

h2 {
  color: #448cbb;
  font-size: 13px;
  display: block;
  margin: 0;
  font-weight: normal;
}

h2.header {
  font-size: 18px;
  padding-bottom: 20px;
}

.header h1, h1.header {
  margin: 0;
}

.header {
  display: block;
  color: #448cbb;
  font-size: 18px;
  padding-bottom: 20px;
  text-decoration: none;
}

a.header:hover {
  text-decoration: underline;
}

div.seo-txt {
  padding: 25px 0 0 0;
}

div.seo-txt,
div.seo-txt * {
  color: #646464;
  font-size: 10px;
  line-height: 14px;
}

div.main-container {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: stretch;
}

div.main-body {
  z-index: 2;
  background: url(../images/footer-bg.png) no-repeat 50% 100%;
}

div.body-container {
  max-width: 1000px;
}

div.error-block {
  border: 1px solid #0f66ab;
  padding: 40px;
  margin: 10px;
  background-color: #ffffff;
}

div.error-block h3 {
  font-size: 32px;
  color: #0f66ab;
  font-weight: bold;
}

/*	-----------------------------------------------------	*/
/*							ОКНА							*/
/*	-----------------------------------------------------	*/
.am-window-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.am-window-container {
  width: 400px;
  max-width: 96%;
  max-height: 96%;
  background-color: #ffffff;
  border-radius: 5px;
  border: #023889 2px solid;
  box-shadow: #023889 0 0 5px 3px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.am-window-head {
  padding: 0 10px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}

.am-window-icon {
  width: 17px;
  height: 17px;
  background: url(../images/window-icons.jpg) no-repeat 0 -34px;
  margin: 10px 10px 0 0;
  flex-shrink: 0;
}

.am-window-title {
  width: 100%;
  padding: 5px 0;
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #023889;
  font-weight: bold;
  text-transform: uppercase;
}

.am-window-draggable {
  cursor: move;
}

.am-window-minimize {
  width: 17px;
  height: 17px;
  background: url(../images/window-icons.jpg) no-repeat 0 0;
  cursor: pointer;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}

.am-window-minimize:hover {
  background-position: 0 -17px;
}

.am-window-maximize {
  width: 17px;
  height: 17px;
  background: url(../images/window-icons.jpg) no-repeat -17px 0;
  cursor: pointer;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}

.am-window-maximize:hover {
  background-position: -17px -17px;
}

.am-window-restore {
  width: 17px;
  height: 17px;
  background: url(../images/window-icons.jpg) no-repeat -34px 0;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}

.am-window-restore:hover {
  background-position: -34px -17px;
}

.am-window-close {
  width: 17px;
  height: 17px;
  background: url(../images/window-icons.jpg) no-repeat -51px 0;
  cursor: pointer;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}

.am-window-close:hover {
  background-position: -51px -17px;
}

.am-window-content {
  overflow: auto;
  padding: 10px;
}

.am-window-message {
  color: #ff0000;
  font-size: 18px;
  font-family: Arial;
  text-align: center;
  margin: auto 0;
}

/*	Корзина товаров	*/
.am-w-backet {
  width: 100%;
}

.am-w-backet td {
  color: #3f3f3f;
  padding: 6px 12px;
  vertical-align: top;
  text-align: left;
}

.am-w-backet .header {
  display: table-row;
}

.am-w-backet .header td {
  font-size: 13px;
  border-bottom: #e9e9e9 2px solid;
  vertical-align: middle;
}

.am-w-scroller {
  overflow-x: hidden;
  overflow-y: auto;
}

.am-w-backet .body td {
  padding: 12px;
}

.am-w-backet .body td.img img {
  width: 90px;
}

.am-w-backet .body td.count {
  padding-top: 24px;
  line-height: 19px;
}

.am-w-backet .body td.count input {
  width: 40px;
  height: 20px;
  border: #9e9e9e 1px solid;
  border-radius: 3px;
  text-align: center;
  margin-right: 3px;
}

.am-w-backet .body td.name {
  padding-top: 24px;
}

.am-w-backet .body td.name a {
  color: #023889;
  font-size: 12px;
  text-decoration: none;
}

.am-w-backet .body td.name a:hover {
  text-decoration: underline;
}

.am-w-backet .body td.name .price {
  padding-top: 8px;
}

.am-w-backet .body td.price {
  padding-top: 28px;
}

.am-w-backet .body td.del {
  padding: 30px 6px 0 0;
}

.am-w-backet .body td.del a {
  color: #cc0000;
  font-size: 12px;
  text-decoration: none;
}

.am-w-backet .price,
.am-w-backet .price * {
  color: #7baf43;
  font-size: 15px;
  white-space: nowrap;
}

.am-w-backet div.w-item.kit {
  margin-left: -110px;
}

.am-w-backet div.w-item div.kit {
  margin: 7px 0 0 0;
  border: #0289bd 1px solid;
  padding: 5px;
  border-radius: 5px;
}

.am-w-backet div.w-item div.kit a {
  font-size: 12px;
  margin-top: 4px;
  text-decoration: none;
  color: #0289bd;
}

.am-w-backet div.w-item div.kit a:hover {
  text-decoration: underline;
}

.am-w-backet .footer td {
  font-size: 14px;
  border-top: #e9e9e9 2px solid;
  vertical-align: middle;
  padding: 12px;
}

.am-w-backet .footer a {
  text-decoration: none;
  font-size: 12px;
}

.am-w-backet .footer a:hover {
  text-decoration: none;
}

.am-w-backet .footer a.i-u {
  display: flex;
  padding: 8px 20px;
  font-size: 14px;
  text-decoration: none;
  background-color: #7baf43;
  color: #FFF;
  white-space: nowrap;
}

.am-w-backet .footer a.i-u:hover {
  background-color: #94c362;
}

.am-w-backet .footer a.done {
  display: inline-block;
  background: #7baf43;
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
  padding: 8px 20px;
}
.am-w-backet .footer a.done:hover {
  background: #94c362;
}

.am-w-backet .footer a.done:hover {
  background-position: 0 -27px;
  text-decoration: none !important;
}

/*	Быстрый заказ	*/
.am-w-quickorder {
  padding: 10px 0 0 3px;
}

.am-w-quickorder div.item {
  float: right;
  width: 170px;
  height: 200px;
  padding: 0 20px 0 0;
  text-align: center;
}

.am-w-quickorder div.item div.name {
  color: #448cbb;
  font-size: 12px;
  font-weight: bold;
}

.am-w-quickorder div.item div.image {
  margin: 16px auto 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.am-w-quickorder div.form {
  float: left;
  width: 308px;
  text-align: left;
}

.am-w-quickorder div.form p {
  height: 26px;
  line-height: 26px;
  color: #878787;
  font-size: 11px;
}

.am-w-quickorder div.form div {
  height: 16px;
  width: 292px;
  padding: 8px;
  background: url(../images/quick-order-field.png) no-repeat 0 0;
}

.am-w-quickorder div.form div input {
  height: 16px;
  width: 292px;
  border: none;
  background: none;
}

.am-w-quickorder a.click-buy {
  display: block;
  float: left;
  width: 147px;
  height: 27px;
  background: url(../images/buy.png) no-repeat 0 0;
  text-indent: -300px;
  text-decoration: none;
  margin: 14px 0 0 -3px;
  overflow: hidden;
}

.am-w-quickorder a.click-buy:hover {
  background-position: 0 -27px;
}

.am-w-quickorder #quick-message {
  color: #cc0000;
  font-size: 12px;
  font-weight: bold;
  clear: both;
  padding-top: 10px;
}

#credit-form #credit-message {
  color: #ff0000;
  font-size: 14px;
  text-align: left;
  padding: 5px 0;
}

#credit-form .item-italic {
  font-size: 11px;
  font-style: italic;
  color: #666666;
}

#credit-form a.credit-buy {
  display: block;
  width: 147px;
  height: 27px;
  background: url(../images/make-order.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: -200px;
}

#credit-form a.credit-buy:hover {
  background-position: 0 -27px;
}

/*	Отправка комментария	*/
.am-w-comment td {
  padding: 6px 12px;
  text-align: left;
  vertical-align: top;
}

.am-w-comment td.message {
  font-weight: bold;
  color: #ff0000;
  font-size: 12px;
  font-family: Arial;
  line-height: 16px;
}

.am-w-comment td.item {
  color: #0289bd;
  font-weight: bold;
  font-size: 12px;
}

.am-w-comment p {
  font-size: 10px;
  color: #777777;
}

.am-w-comment input {
  width: 320px;
  height: 20px;
  padding: 0 3px;
}

.am-w-comment textarea {
  width: 400px;
  height: 120px;
  padding: 3px;
}

.am-w-comment a {
  display: block;
  width: 183px;
  height: 30px;
  background: url(../images/add-comment.png) no-repeat 0 0;
}

.am-w-comment a.call {
  width: 147px;
  height: 27px;
  background: url(../images/add-request.png) no-repeat 0 0;
}

.am-w-comment a.call:hover {
  background-position: 0 -27px;
}

/*	Кредитный калькулятор	*/
.am-w-credit td {
  padding: 6px 12px 6px 0;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

.am-w-credit td.message {
  color: #aa0000;
  font-size: 12px;
  font-family: Arial;
  line-height: 16px;
}

.am-w-credit td.price {
  font-size: 12px;
  color: #7baf43;
  font-family: Tahoma;
  line-height: 16px;
}

.am-w-credit td.price span {
  font-size: 17px;
  font-family: Tahoma;
  line-height: 16px;
}

.am-w-credit input {
  width: 50px;
  height: 16px;
  padding: 0 3px;
  font-size: 12px;
}

.am-w-credit td.recalc a {
  font-size: 13px;
  font-weight: bold;
  color: #cc0000;
}

/*	Авторизация	*/
.am-w-auth td {
  padding: 6px 12px 6px 0;
  text-align: left;
  vertical-align: top;
}

.am-w-auth td.message {
  font-weight: bold;
  color: #ff0000;
  font-size: 12px;
  font-family: Arial;
  line-height: 16px;
}

.am-w-auth td sup {
  color: #448cbb;
  font-size: 11px;
  padding: 0 3px;
}

.am-w-auth td p.field-name {
  padding: 0 0 4px 0;
}

.am-w-auth td p.field-name span {
  color: #448cbb;
}

.am-w-auth input {
  width: 220px;
  height: 20px;
  padding: 0 3px;
}

.am-w-auth input.check {
  width: auto;
  height: auto;
  float: left;
  margin: 3px 6px 0 0;
  display: block;
}

.am-w-auth textarea {
  width: 220px;
  height: 53px;
  padding: 3px;
}

.am-w-auth div.right {
  float: right;
  width: 125px;
  padding: 6px 2px 0 0;
  text-align: right;
}

.am-w-auth div.right a {
  display: block;
  margin: 0 0 2px 0;
}

.am-w-auth div.check {
  padding-top: 4px;
}

.am-w-auth div.check p {
  font-size: 11px;
  color: #333333;
}

.am-w-auth a.auth {
  display: block;
  width: 84px;
  height: 27px;
  background: url(../images/enter.jpg) no-repeat 0 0;
}

.am-w-auth a.auth:hover {
  background-position: 0 -27px;
}

.am-w-auth a.reg {
  display: block;
  width: 87px;
  height: 27px;
  background: url(../images/done.jpg) no-repeat 0 0;
}

.am-w-auth a.reg:hover {
  background-position: 0 -27px;
}

/*	-----------------------------------------------------	*/
/*							ШАПКА							*/
/*	-----------------------------------------------------	*/
.page-head {
  margin-bottom: 20px;
}
.page-head .width-container {
  max-width: 1000px;
  margin: 0 auto;
}
.page-head .top-section {
  height: 40px;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.page-head .top-section .width-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-head .top-section .text-pages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-head .top-section .text-pages a {
  margin-right: 15px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.page-head .top-section .text-pages a:hover {
  color: #448cbb;
}
.page-head .top-section .h-backet {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #7baf43;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-head .top-section .h-backet .icon {
  width: 30px;
  height: 30px;
  fill: #FFF;
  margin-right: 20px;
}
.page-head .top-section .h-backet .e-b {
  display: none;
  font-size: 14px;
  color: #FFF;
}
.page-head .top-section .h-backet .buy {
  display: block;
  text-decoration: none !important;
  color: #FFF;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
}
.page-head .top-section .h-backet.empty .e-b {
  display: block;
}
.page-head .top-section .h-backet.empty .buy {
  display: none;
}
.page-head .top-section .h-backet span {
  font-size: inherit;
}
.page-head .top-section .account {
  margin: 0 20px;
  font-size: 14px;
  color: #666;
}
.page-head .top-section .account a {
  color: #448cbb;
  font-size: 14px;
  text-decoration: none;
}
.page-head .top-section .account a:hover {
  text-decoration: underline;
}
.page-head .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.page-head .main-section .logo {
  margin: 0 10px 0 0;
}
.page-head .main-section .h-search {
  position: relative;
}
.page-head .main-section .h-search form {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.page-head .main-section .h-search form input.q {
  height: 30px;
  width: 215px;
  box-sizing: border-box;
  padding: 3px 10px;
  font-size: 14px;
  color: #666;
  border: #e5e5e5 1px solid;
  border-right: none;
}
.page-head .main-section .h-search form input.s {
  height: 30px;
  width: 100px;
  box-sizing: border-box;
  border: #666 1px solid;
  font-size: 14px;
  background-color: #FFF;
  color: #666;
  text-align: center;
}
.page-head .main-section .h-search form input.s:hover {
  background-color: #023889;
  color: #FFF;
}
.page-head .main-section .h-search .search-loader {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  background-color: #FFF;
  box-shadow: #AAA 0 3px 6px 1px;
  min-width: 100%;
  box-sizing: border-box;
}
.page-head .main-section .contacts-container {
  max-width: 400px;
  position: relative;
}
.page-head .main-section .contacts-container .contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.page-head .main-section .contacts-container .contacts a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 0 0 0 20px;
  white-space: nowrap;
  height: 25px;
  width: 70%;
  max-width: 200px;
  box-sizing: border-box;
}
.page-head .main-section .contacts-container .contacts a.messenger {
  width: 30%;
}
.page-head .main-section .contacts-container .contacts a .icon {
  width: 20px;
  height: 20px;
  fill: #666;
  margin-right: 10px;
  flex-shrink: 0;
}
.page-head .main-section .contacts-container .contacts a:hover {
  color: #448cbb;
}
.page-head .main-section .contacts-container .contacts a:hover .icon {
  fill: #448cbb;
}
.page-head .menu-section {
  height: 50px;
  background-color: #023889;
}
.page-head .menu-section .width-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.page-head .menu-section .menu-item {
  height: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-head .menu-section .menu-item .menu-item-name {
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 14px;
}
.page-head .menu-section .menu-item .menu-childs {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  background-color: #FFF;
  box-shadow: #AAA 0 3px 6px 3px;
  padding: 10px;
  z-index: 999;
  min-width: 100%;
  box-sizing: border-box;
}
.page-head .menu-section .menu-item .menu-childs .menu-child-name, .page-head .menu-section .menu-item .menu-childs .menu-child-child-name {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px;
  white-space: nowrap;
}
.page-head .menu-section .menu-item .menu-childs .menu-child-name:hover, .page-head .menu-section .menu-item .menu-childs .menu-child-child-name:hover {
  background-color: #eee;
}
.page-head .menu-section .menu-item .menu-childs .menu-child-name {
  color: #448cbb;
}
.page-head .menu-section .menu-item .menu-childs .menu-child-child-name {
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.page-head .menu-section .menu-item .menu-childs .menu-child-child-name:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  margin-right: 7px;
}
.page-head .menu-section .menu-item:hover {
  background-color: #FFF;
  border-top: #023889 1px solid;
  border-bottom: #023889 1px solid;
}
.page-head .menu-section .menu-item:hover .menu-item-name {
  color: #023889;
}
.page-head .menu-section .menu-item:hover .menu-childs {
  display: block;
}

div.main-head div.main-container {
  position: relative;
  height: 179px;
}

table.h-blocks {
  width: 995px;
}

table.h-blocks td {
  vertical-align: top;
  text-align: left;
  padding: 0 0 7px 0;
}

table.h-blocks td.h-logo {
  width: 230px;
  padding: 8px 0 0 22px;
}

table.h-blocks div.h-logo {
  height: 69px;
  padding: 6px 0 10px;
}

table.h-blocks td.h-search {
  width: 295px;
  padding: 19px 0 0 0;
  /*background:url(../images/flag_ua.jpg) no-repeat 0 30px;*/
}

table.h-blocks div.h-search {
  width: 295px;
  height: 26px;
  margin-bottom: 9px;
  position: relative;
  background: url(../images/search-bg.png) no-repeat 0 0;
}

table.h-blocks div.h-search input.q {
  width: 240px;
  height: 16px;
  line-height: 16px;
  margin: 6px 0 0 10px;
  border: none;
  background: none;
  float: left;
  font-size: 12px;
  color: #707070;
}

table.h-blocks div.h-search input.s {
  width: 29px;
  height: 25px;
  border: none;
  background: url(../images/search-bg.png) no-repeat 100% 0;
  float: right;
  cursor: pointer;
}

div.main-head div.search-loader {
  position: absolute;
  z-index: 100;
  top: 74px;
  left: 252px;
  border: #448cbb 1px solid;
  background-color: #ffffff;
  width: 259px;
  display: none;
  border-radius: 4px;
}

div.main-head div.hover {
  display: block !important;
}

div.search-loader div.search-product {
  padding: 8px;
}

div.search-loader div.search-product:hover {
  background-color: #eeeeee;
}

div.search-loader div.search-product div.image {
  float: left;
  width: 60px;
  overflow: hidden;
}

div.search-loader div.search-product div.image img {
  width: 60px;
}

div.search-loader div.search-product div.name {
  width: 170px;
  overflow: hidden;
  margin-left: 70px;
}

div.search-loader div.search-product div.name a {
  color: #000000;
  text-decoration: none;
}

div.search-loader div.search-product div.name a:hover {
  color: #448cbb;
  text-decoration: underline;
}

div.search-loader div.search-product div.price {
  color: #7baf43;
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}

div.search-loader div.more {
  padding: 8px;
}

div.search-loader div.more a {
  color: #0289bd;
  text-decoration: none;
  background: url(../images/link-arrow.jpg) no-repeat 100% 5px;
  padding-right: 12px;
}

div.search-loader div.more a span {
  border-bottom: #0289bd 1px dashed;
}

div.search-loader div.more a:hover {
  text-decoration: none !important;
  background-position: 100% -8px;
}

div.search-loader div.more a:hover span {
  border: none;
  text-decoration: none;
}

div.main-message {
  padding: 0 10px;
  display: none;
  position: absolute;
  bottom: 42px;
  right: 1px;
  background-color: #7baf43;
  height: 22px;
  width: 365px;
  border-radius: 15px 0 0 0;
  z-index: 5;
}

div.main-message .marquee {
  overflow: hidden;
}

div.main-message .marquee,
div.main-message .marquee * {
  font-size: 14px;
  font-family: Tahoma;
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
}

div.main-message .marquee a {
  text-decoration: none;
  border-bottom: #ffffff 1px dashed;
  font-family: Arial, Helvetica, sans-serif;
}

div.main-message .marquee a:hover {
  border: none;
}

div.mm div.main-message {
  display: block;
}

/*	-----------------------------------------------------	*/
/*							КОНТЕНТ							*/
/*	-----------------------------------------------------	*/
div.site-body {
  z-index: 2;
}

div.left-col {
  width: 220px;
  margin-right: 15px;
  flex-shrink: 0;
}

div.center-col {
  width: 100%;
}

div.body-sep,
div.body-sep-small,
div.body-sep-wide,
div.col-sep {
  height: 1px;
  border-bottom: #cbcbcb 1px dotted;
}

/*	-----------------	Главная страница	----------------------	*/
table.main-rubs {
  width: 100%;
  margin-bottom: 30px;
}

table.main-rubs td {
  width: 25%;
  text-align: left;
  vertical-align: top;
  padding-top: 30px;
}

table.main-rubs div.img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

table.main-rubs div.img p {
  position: absolute;
  background: url(../images/rub-image-hide.png) no-repeat 100% 50%;
  right: 0;
  top: 0;
  width: 5px;
  height: 90px;
  z-index: 0;
  display: none;
}

table.main-rubs div.img img {
  width: 80px;
}

table.main-rubs div.img img.v {
  width: auto;
  height: 80px;
}

table.main-rubs ul.links {
  display: block;
  list-style-type: none;
}

table.main-rubs ul.links li.r-name {
  padding-bottom: 5px;
}

table.main-rubs ul.links li.r-name a {
  color: #0289bd;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

table.main-rubs ul.links li.r-name a:hover {
  color: #7baf43;
  text-decoration: underline;
}

table.main-rubs ul.links li.r-sub-rubs {
  padding: 2px 0;
}

table.main-rubs ul.links li.r-sub-rubs a {
  color: #9c8a8a;
  text-decoration: none;
  line-height: 14px;
  font-size: 11px;
}

table.main-rubs ul.links li.r-sub-rubs a:hover {
  color: #7baf43;
  text-decoration: underline;
}

table.main-rubs ul.links li.r-more {
  padding-top: 20px;
  display: none;
}

table.main-rubs ul.links li.open {
  display: block;
}

table.main-rubs ul.links li.r-more a {
  color: #0289bd;
  text-decoration: none;
}

/*	Ротатор больших баннеров	*/
.main-banner-place {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
}
.main-banner-place .banner-control {
  width: 40px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  background-color: #eee;
}
.main-banner-place .banner-control:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: #666 2px solid;
  border-right: #666 2px solid;
  transform: rotate(135deg);
  margin-left: 3px;
}
.main-banner-place .banner-control[data-direction=next] {
  left: auto;
  right: 0;
}
.main-banner-place .banner-control[data-direction=next]:before {
  transform: rotate(-45deg);
  margin-left: 0;
  margin-right: 3px;
}
.main-banner-place .banner-control:hover {
  background-color: #023889;
}
.main-banner-place .banner-control:hover:before {
  border-color: #FFF;
}
.main-banner-place:hover .banner-control {
  opacity: 0.4;
}
.main-banner-place .banners-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.main-banner-place .banners-container .banner {
  width: 100%;
  flex-shrink: 0;
}
.main-banner-place .banners-container .banner a {
  display: block;
  width: 100%;
}
.main-banner-place .banners-container .banner a img {
  display: block;
  width: 100%;
  height: auto;
}

/*	Блоки товаров	*/
div.start-products {
  width: 100%;
  position: relative;
  margin: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
div.start-products .title {
  height: 15px;
  line-height: 15px;
}
div.start-products .title div {
  font-size: 16px;
  color: #000000;
}
div.start-products .title a {
  float: right;
}
div.start-products .actions {
  margin-bottom: 20px;
}
div.start-products .actions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
}
div.start-products .actions ul li {
  list-style-type: none;
  padding: 10px 20px 10px 0;
  width: 50%;
  box-sizing: border-box;
}
div.start-products .actions ul li .dt {
  display: block;
  color: #8b8787;
  font-size: 11px;
  padding-bottom: 4px;
}
div.start-products .actions ul li .name {
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
div.start-products .actions ul li .about {
  padding: 4px 0;
  color: #444444;
  font-size: 12px;
  line-height: 14px;
}
div.start-products .actions ul li .more {
  color: #448cbb;
  font-size: 11px;
  text-decoration: underline;
}
div.start-products .actions ul li a:hover {
  color: #7baf43;
}

div.start-products div.block {
  width: 290px;
  float: left;
  margin-left: 21px;
  padding-right: 20px;
}

div.start-products div.first {
  border-right: #c5c5c5 1px dotted;
  background: url(../images/start-products-shadow.png) no-repeat 100% 50%;
}

div.start-products div.block table {
  width: 100%;
}

div.start-products div.block td {
  text-align: left;
  vertical-align: top;
}

div.start-products div.block td.image {
  width: 80px;
  padding: 18px 14px 18px 0;
}

div.start-products div.block td.image img {
  width: 80px;
}

div.start-products div.block td.info {
  padding: 18px 10px 18px 0;
}

div.start-products div.block td.info a.name {
  color: #448cbb;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  word-wrap: break-word;
  display: block;
  width: 186px;
}

div.start-products div.block td.info a.name:hover {
  color: #7baf43;
}

div.start-products div.block td.info div.about,
div.start-products div.block td.info div.about * {
  font-size: 12px;
  color: #444444;
  margin: 3px 0 9px 0;
  font-weight: normal;
  width: 200px;
}

div.start-products div.block td.info a.price {
  display: block;
  float: right;
  width: 81px;
  height: 38px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  background: url(../images/start-products-price.png) no-repeat 0 0;
  text-shadow: #448cbb 2px 2px 2px;
  text-decoration: none;
}

div.start-products div.block td.info a.price:hover {
  background-position: -81px 0;
  text-shadow: #7baf43 2px 2px 2px;
}

div.start-products div.block td.info a span {
  color: #ffffff;
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
}

div.small-text {
  color: #646464;
  line-height: 16px;
}

/*	-----------------	Тексты	----------------------	*/
div.doc-list {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: #b9b9b9 1px dotted;
}

div.doc-list div.image {
  float: left;
  width: 100px;
  margin: 0 12px 0 0;
  overflow: hidden;
}

div.doc-list div.image img {
  width: 100px;
}

div.doc-list div.info {
  float: left;
  width: 640px;
}

div.doc-list div.dt {
  font-size: 11px;
  color: #2d761f;
}

div.doc-list a.name {
  color: #0289bd;
  font-size: 13px;
  font-weight: bold;
}

div.doc-list div.about {
  color: #3f3f3f;
  padding: 6px 0;
}

div.doc-list div.more {
  text-align: left;
}

div.doc-gallery {
  width: 704px;
  overflow: hidden;
  margin: 12px 0;
}

div.doc-gallery div.primary-image {
  width: 700px;
  border: #7baf43 2px solid;
}

div.doc-gallery div.primary-image img {
  width: 700px;
}

div.doc-gallery div.primary-image img.v {
  width: auto;
  height: 350px;
}

div.doc-gallery div.other-image {
  width: 750px;
  height: 116px;
  overflow: hidden;
  margin-top: 10px;
}

div.doc-gallery div.other-image a {
  display: block;
  width: 105px;
  height: 105px;
  border: #7baf43 2px solid;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 10px;
}

div.doc-gallery div.other-image a img {
  height: 105px;
}

div.doc-gallery div.other-image a img.v {
  height: auto;
  width: 105px;
}

/*	-----------------	FAQ	----------------------	*/
ul.faq-q li {
  list-style-type: none;
  padding: 5px 0;
}

ul.faq-q li a {
  color: #0289bd;
  font-weight: bold;
  text-decoration: none;
}

div.faq-sep {
  height: 22px;
  padding: 0;
  margin: 0;
  border-bottom: #dadada 1px solid;
}

div.faq-q {
  padding: 32px 0 12px 0;
  font-weight: bold;
  color: #3f3f3f;
}

div.faq-a,
div.faq-a * {
  color: #3f3f3f;
  /*line-height:14px;*/
}

div.faq-q span.mark,
div.faq-a span.mark {
  color: #7baf43;
  font-weight: bold;
}

div.faq-a span.mark {
  float: left;
  padding-right: 4px;
}

/*	-----------------	Хлебные крошки	----------------------	*/
div.bread {
  margin-bottom: 15px;
  color: #8a8a8a;
  line-height: 13px;
}

div.bread a {
  color: #8a8a8a;
}

/*	-----------------	Социальные кнопки	----------------------	*/
table.social td {
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 4px 2px 0;
}

table.social td.n {
  padding-right: 8px;
  color: #000000;
}

table.social td img {
  height: 16px;
}

/*	-----------------	Постраничная навигация	-------------------	*/
div.pager {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.pager a, div.pager span {
  font-size: 14px;
  margin: 0 5px;
  padding: 3px 8px;
  text-decoration: none;
  color: #666;
}
div.pager a:hover, div.pager span:hover {
  background-color: #eee;
  color: #023889;
}
div.pager span {
  color: #023889;
  font-weight: bold;
  border: #023889 1px solid;
  cursor: default;
}

/*	-----------------	Список рубрик	-------------------------	*/
table.simple-rubs {
  margin: 12px 0;
}

table.simple-rubs td {
  vertical-align: top;
  width: 110px;
  padding: 0 15px 20px 0;
}

table.simple-rubs td a.img {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
}

table.simple-rubs td a.img img {
  height: 90px;
}

table.simple-rubs td a.name {
  display: block;
  margin-top: 6px;
  text-align: center;
  color: #8a8a8a;
  text-decoration: none;
  width: 110px;
}

table.simple-rubs td a.name:hover {
  text-decoration: underline;
  color: #448cbb;
}

table.brand-rubs {
  margin: 12px 0;
  width: 100%;
}

table.brand-rubs td {
  vertical-align: top;
  text-align: left;
  padding: 0 15px 20px 0;
  width: 230px;
}

table.brand-rubs td a.image {
  display: block;
  width: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

table.brand-rubs td a.image img {
  width: 60px;
}

table.brand-rubs td a.name {
  color: #8a8a8a;
  text-decoration: none;
}

table.brand-rubs td a.name:hover {
  text-decoration: underline;
  color: #448cbb;
}

/*	-----------------	Список товаров	-------------------------	*/
div.rub-about {
  color: #3f3f3f;
  line-height: 14px;
}

div.rub-about div.hider {
  text-align: right;
  padding: 12px 0 30px 0;
}

div.rub-about div.hider a {
  text-decoration: none !important;
}

div.rub-about div.hider a.hide {
  display: none;
}

div.rub-about div.hided {
  display: none;
}

.products-list {
  width: 100%;
}

.products-list td {
  vertical-align: top;
}

.products-list div.prod-order {
  height: 18px;
  margin-bottom: 3px;
}

.products-list div.prod-order-container {
  float: left;
  color: #222222;
  position: relative;
  font-size: 11px;
}

.products-list div.prod-order-container span {
  color: #0289bd;
  font-size: 11px;
  text-decoration: underline;
  height: 14px;
  line-height: 14px;
  padding: 2px 14px 6px 0;
  background: url(../images/order-arr.png) no-repeat 100% 7px;
  cursor: pointer;
}

.products-list div.prod-order-container span:hover {
  text-decoration: none;
}

.products-list div.prod-order-list {
  position: absolute;
  padding: 0 7px;
  background-color: #ffffff;
  border: #3f3f3f 1px solid;
  z-index: 5;
  width: 160px;
  left: 70px;
  top: 19px;
  display: none;
  border-radius: 3px;
}

.products-list div.prod-order-list a {
  display: block;
  text-decoration: none;
  padding: 2px 0;
  color: #3f3f3f;
  font-size: 11px;
}

.products-list div.prod-order-list a:hover {
  color: #0289bd;
}

.products-list .hover div.prod-order-list {
  display: block;
}

.products-list div.prod-limit {
  float: right;
}

.products-list div.prod-limit div.prod-order-list {
  left: auto;
  right: 0;
  width: 60px;
}

.products-list div.prod-limit div.prod-order-list a {
  text-align: right;
}

.products-list .product-one {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  padding: 20px 0;
}

.products-list .image {
  width: 152px;
  flex-shrink: 0;
}

.products-list .image a.img {
  display: block;
  width: 150px;
  text-align: center;
  position: relative;
}

.products-list .image a.img img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.products-list .image a.img img.v {
  height: 150px;
  width: auto;
}

.products-list .image a.img span.square {
  display: block;
  width: 150px;
  overflow: hidden;
  border: #d9d9d9 1px solid;
}

.products-list .image a.img span.mark {
  display: block;
  width: 154px;
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: 0;
  background: transparent;
}

.products-list .image a.mark-newitem span.mark {
  background: url(../images/newitem.png) no-repeat 0 0;
}

.products-list .image a.mark-hit span.mark {
  background: url(../images/hit.png) no-repeat 0 0;
}

.products-list .image a.mark-sale span.mark {
  background: url(../images/sale.png) no-repeat 0 0;
}

.products-list .image a.mark-action span.mark {
  background: url(../images/action.png) no-repeat 0 0;
}

.products-list .descr {
  margin-left: 20px;
  width: 100%;
}

.products-list .descr a.name {
  display: block;
  color: #448cbb;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding-bottom: 10px;
}
.products-list .descr a.name:hover {
  text-decoration: underline;
}

.products-list .descr a.name:hover {
  text-decoration: underline;
}

.products-list .descr div.price {
  float: left;
}

.products-list .descr div.price span.main-price {
  font-size: 18px;
  color: #000;
}

.products-list .descr div.price span.caption {
  font-size: 16px;
}

.products-list .descr div.price span.grn {
  font-size: 12px;
}

.products-list .descr div.price span.price-in-usd {
  font-size: 14px;
  color: #ffb984;
  margin-left: 11px;
}

.products-list .descr div.old-price {
  color: #8a8a8a;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}

.products-list .descr div.old-price span.grn {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma;
}

.products-list .descr div.avail span.in {
  color: #0289bd;
  font-size: 11px;
  font-family: Tahoma;
}

.products-list .descr div.avail span.out {
  color: #888888;
  font-size: 11px;
  font-family: Tahoma;
  display: none;
}

.products-list .out div.avail span.in {
  display: none;
}

.products-list .out div.avail span.out {
  display: block;
}

.products-list .descr div.add {
  float: right;
}

.products-list .descr div.add a.credit-button {
  margin-top: 4px;
}

.products-list .descr div.about {
  margin-top: 10px;
  padding: 10px 0;
}

.products-list .descr div.about,
.products-list .descr div.about * {
  color: #000000;
  font-size: 12px;
  font-family: Tahoma;
  line-height: 14px;
}

.products-list .descr div.more {
  float: right;
  display: none;
}

.products-list .descr div.more a {
  color: #448cbb;
  font-size: 11px;
  text-decoration: underline;
  font-family: Tahoma;
  display: block;
  padding-right: 11px;
  background: url(../images/blue-arr.png) no-repeat 100% 50%;
}

.products-list .descr div.more a:hover {
  text-decoration: none;
}

.products-list .descr div.act {
  border: #0289bd 1px solid;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 8px;
  width: 260px;
}

.products-list .descr div.act p.title {
  color: #0289bd;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
}

.products-list .descr div.act a {
  color: #7baf43;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  margin-bottom: 4px;
}

.products-list .descr div.act a:hover {
  text-decoration: none;
}

.products-list .sep {
  height: 1px;
  line-height: 1px;
  clear: both;
  border-top: #cbcbcb 1px dotted;
}

a.buy-button {
  display: inline-block;
  background-color: #023889;
  text-decoration: none !important;
  padding: 3px 20px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  height: 33px;
  min-width: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

a.buy-button:hover {
  background-color: #034dbb;
}

a.credit-button {
  display: block;
  width: 111px;
  height: 27px;
  background: url(../images/add-to-cart-new.png) no-repeat 0 -162px;
  text-decoration: none !important;
  text-indent: -200px;
  overflow: hidden;
}

a.credit-button:hover {
  background-position: 0 -189px;
}

a.credit-button.hide1 {
  display: none !important;
}

a.incart {
  background-color: #7baf43;
}
a.incart:before {
  display: block;
  content: "В кошику";
  font-size: inherit;
  color: inherit;
}
a.incart:hover {
  background-color: #94c362;
}

a.out {
  background-color: #666;
}
a.out:before {
  display: block;
  content: "Повідомити про наявність";
  font-size: inherit;
  color: inherit;
}
a.out:hover {
  background-color: gray;
}

a.out:hover {
  background-position: 0 -135px;
}

a.credit-button.out,
a.credit-button.incart {
  display: none;
}

.products-list .descr div.text {
  margin-bottom: 10px;
  height: 90px;
  position: relative;
}

.products-list .descr div.text * {
  line-height: 15px;
  color: #333333;
}

.products-list .descr div.text div.full-text {
  height: 90px;
}

.products-list .descr div.text div.full-text-content {
  overflow: hidden;
  height: 90px;
}

.products-list .descr div.text div.more {
  padding-top: 10px;
}

.products-list .descr div.text div.more a {
  color: #0289bd;
}

.products-list .descr div.hover {
  z-index: 10;
}

.products-list .descr div.hover div.full-text {
  position: absolute;
  z-index: 5;
  padding: 10px 6px;
  left: -7px;
  top: -11px;
  right: -7px;
  border: #b9b9b9 1px solid;
  border-radius: 5px;
  box-shadow: 4px 4px 5px #cccccc;
  background-color: #ffffff;
  height: auto;
  cursor: default;
}

.products-list .descr div.hover div.full-text-content {
  height: auto;
}

.products-list .descr div.text div.act,
.products-list .descr div.text div.act * {
  color: #7baf43;
}

.products-list .descr div.text div.act a.action {
  font-weight: bold;
  display: block;
  text-decoration: underline;
}

/*	-----------------	Прайс-лист товаров	----------------------	*/
table.price-list {
  width: 100%;
  border-collapse: collapse;
}

table.price-list td {
  padding: 4px 10px;
  text-align: left;
  vertical-align: middle;
  border: #b9b9b9 1px solid;
}

table.price-list td a {
  text-decoration: none;
}

table.price-list td a:hover {
  text-decoration: underline;
}

table.price-list td.rub {
  background-color: #0289bd;
}

table.price-list td.rub * {
  color: #ffffff !important;
  font-weight: bold;
}

table.price-list td.cat {
  padding-left: 25px;
  background-color: #328839;
}

table.price-list td.cat * {
  color: #ffffff !important;
  font-weight: bold;
}

table.price-list td.name {
  padding-left: 50px;
}

table.price-list td.sklad {
  text-align: center;
  white-space: nowrap;
  color: #328839;
}

table.price-list td.sklad span {
  color: #aa0000;
}

table.price-list td.price {
  white-space: nowrap;
  text-align: right;
}

/*	-----------------	Статьи в рубриках	----------------------	*/
div.prod-arts {
  margin-bottom: 25px;
  padding: 0 20px 0 0;
}

div.prod-arts div.prod-arts-title {
  color: #7baf43;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 3px;
  padding: 5px 0 8px 0;
  text-align: center;
}

div.prod-arts a {
  display: block;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  margin: 12px 0 0 0;
}

/*	-----------------	Фильтры	----------------------	*/
div.filter {
  width: 220px;
  margin-bottom: 35px;
}

div.filter div.filter-h {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 20px;
  text-align: left;
}

div.filter div.filter-param {
  color: #233545;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 9px 9px 43px;
  clear: both;
  background: url(../images/filter-marker.png) no-repeat 20px 9px;
  line-height: 14px;
}

div.filter div.filter-price {
  padding: 5px 15px 15px 15px;
  height: 9px;
}

div.filter div.filter-price-vals {
  font-weight: normal;
  color: #233545;
  padding: 0 16px;
  font-size: 11px;
}

div.filter div.filter-price-vals input {
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #233545;
  margin: 0 7px;
  border: #b6b6b6 1px solid;
  font-size: 11px;
}

div.filter div.filter-price-vals span {
  display: block;
  padding-top: 8px;
}

div.filter div.filter-price-vals a.apply {
  color: #aaaaaa !important;
  text-decoration: none !important;
}

div.filter div.filter-price-vals a.active {
  color: #0289bd !important;
  text-decoration: underline !important;
}

div.filter div.filter-price-vals a.reset {
  float: right;
  color: #233545;
  text-decoration: underline;
}

div.filter ul.filter-value {
  margin-left: 43px;
  list-style-type: none;
}

div.filter ul.filter-value li {
  display: block;
  padding: 4px 8px 4px 0;
}

div.filter ul.filter-value li input {
  float: left;
  margin: 0;
}

div.filter ul.filter-value li span {
  display: block;
  margin-left: 20px;
}

div.filter ul.filter-value li a {
  text-decoration: none;
  color: #233545;
  font-size: 11px;
}

div.filter ul.filter-value li a:hover {
  text-decoration: underline;
  color: #0289bd;
}

div.filter ul.filter-value li a.checked {
  font-weight: bold;
  color: #0289bd;
}

div.filter ul.filter-value li a.disabled {
  color: #807979 !important;
  text-decoration: none !important;
}

div.filter ul.filter-half-width li {
  width: 80px;
  float: left;
  height: 15px;
}

div.filter div.filter-drop a {
  display: block;
  height: 22px;
  border: #d9ddde 1px solid;
  border-right: none;
  line-height: 21px;
  padding-left: 42px;
  margin-top: 8px;
  background: #efeeee url(../images/filter-clear.png) no-repeat 19px 50%;
  color: #0289bd;
  font-size: 11px;
  text-decoration: underline;
}

div.filter div.filter-drop a:hover {
  text-decoration: none;
}

/*	-----------------	Топ продаж	----------------------	*/
div.top-sale-block {
  padding: 0 20px 30px 20px;
}

div.top-sale-block div.top-sale-block-h {
  color: #000000;
  font-size: 16px;
  font-family: Arial;
  line-height: 18px;
  margin-bottom: 3px;
  padding: 0;
  text-align: left;
}

/*	-----------------	Сравнение	----------------------	*/
#compare-list {
  padding: 0 20px;
}

div.compare-header {
  color: #000000;
  font-size: 16px;
  font-family: Arial;
  line-height: 18px;
  padding: 5px 0 8px 0;
  text-align: left;
}

ul.compare-list {
  list-style-type: none;
}

ul.compare-list li {
  padding: 5px;
}

ul.compare-list li a.compare {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/window-icons.jpg) no-repeat -53px -51px;
  margin-top: 3px;
  text-decoration: none;
}

ul.compare-list li:hover a,
ul.compare-list li a.compare:hover {
  background-position: -53px 0;
}

ul.compare-list li a.item {
  display: block;
  margin-left: 20px;
  text-decoration: none;
  color: #000000;
}

ul.compare-list li a.item:hover {
  color: #0289bd;
  text-decoration: underline;
}

div.compare-go {
  padding: 10px 0 20px 25px;
}

p.compare-button {
  padding-top: 5px;
}

p.compare-button input {
  float: left;
  margin: 2px 9px 0 0;
}

p.compare-button a {
  color: #9c8a8a;
  text-decoration: underline;
  font-size: 11px;
}

p.compare-button a:hover {
  color: #448cbb;
  text-decoration: underline;
}

p.compare-button a.checked {
  color: #448cbb;
  font-weight: bold;
}

div.compare-view {
  width: 955px;
  overflow-x: auto;
  padding: 20px 0;
}

.compare-table td {
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
}

.compare-table .image td {
  width: 120px;
  padding: 0 20px;
}

.compare-table .image a {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  border: #d9d9d9 1px solid;
}

.compare-table .image img {
  width: 120px;
}

.compare-table .image img.v {
  width: auto;
  height: 120px;
}

.compare-table .name a {
  color: #0289bd;
  text-decoration: none;
  font-size: 12px;
}

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

.compare-table .price td {
  color: #7baf43;
  font-size: 14px;
}

.compare-table .price td span.main-price {
  color: #7baf43;
  font-size: 18px;
}

.compare-table .price td span.main-price span.grn {
  color: #7baf43;
  font-size: 12px;
  font-family: Tahoma;
  font-weight: bold;
  margin-left: 4px;
}

.compare-table .price td span.price-in-usd {
  color: #7baf43;
  font-size: 14px;
  margin-left: 11px;
}

.compare-table .remove td a {
  color: #8a8a8a;
  text-decoration: underline;
  line-height: 14px;
  height: 14px;
  padding: 0 0 1px 20px;
  background: url(../images/window-icons.jpg) no-repeat -53px -51px;
}

.compare-table .remove td a:hover {
  color: #0289bd !important;
  background-position: -53px 0;
}

.compare-table .param td {
  background-color: #f0efef;
}

.compare-table .param.odd td {
  background-color: #ffffff;
}

.compare-table .param td.name p {
  width: 140px;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 12px;
}

.compare-table .param td.value p {
  width: 120px;
  color: #000000;
}

.compare-table .text div.text {
  padding: 10px;
  width: 160px;
}

.compare-table .backet td {
  padding: 8px 0 8px 15px;
}

.compare-table .backet a {
  margin: 0 auto;
}

/*	-----------------	Страница товара	----------------------	*/
div.product-id {
  white-space: nowrap;
  font-size: 12px;
  color: #999;
  margin: 3px 0 10px 20px;
  float: right;
}

div.product-id span {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

div.product-head {
  padding-bottom: 35px;
}

div.product-head div.main-image {
  width: 401px;
  height: 262px;
  overflow: hidden;
}

div.product-head div.main-image a {
  display: block;
  width: 399px;
  height: 260px;
  text-decoration: none !important;
  border: #d9d9d9 1px solid;
  overflow: hidden;
}

div.product-head div.main-image a:hover {
  border-color: #0289bd;
}

div.product-head div.main-image a span.square {
  display: block;
  width: 399px;
  height: 260px;
  text-align: center;
}

div.product-head div.main-image a span.square img {
  width: auto;
  height: 260px;
}

div.product-head div.other-images {
  margin-top: 7px;
  width: 401px;
  height: 66px;
  overflow: hidden;
  position: relative;
}

div.product-head div.other-images div.other-up {
  width: 9px;
  height: 66px;
  padding-right: 5px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

div.product-head div.other-images div.other-down {
  width: 9px;
  height: 66px;
  padding-left: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

div.product-head div.other-images div.other-up span,
div.product-head div.other-images div.other-down span {
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/rotator-arr.png) 0 0 no-repeat;
}

div.product-head div.other-images div.other-up span:hover {
  background-position: -12px 0;
}

div.product-head div.other-images div.other-down span {
  background-position: 0 -8px;
}

div.product-head div.other-images div.other-down span:hover {
  background-position: -12px -8px;
}

div.product-head div.other-images div.other-scroll {
  width: 401px;
  overflow: hidden;
}

div.product-head div.other-images a {
  display: block;
  width: 84px;
  height: 54px;
  overflow: hidden;
  text-align: center;
  border: #d9d9d9 1px solid;
  margin-right: 19px;
}

div.product-head div.other-images a:hover {
  border-color: #0289bd;
}

div.product-head div.other-images a img {
  height: 54px;
  width: auto;
}

div.product-head div.prod-action {
  padding: 0 20px 10px 31px;
}

div.product-head div.prod-action a {
  color: #0289bd;
  font-size: 16px;
  text-decoration: underline;
  font-family: Tahoma;
}

div.product-head div.prod-action a:hover {
  text-decoration: none;
}

div.product-head div.other-info {
  padding: 0 0 13px 5px;
  margin-left: 26px;
  border-bottom: #cbcbcb 1px dotted;
  /*width:315px;*/
}

div.product-head div.other-info div.price span.main-price {
  color: #7baf43;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 10px;
}

div.product-head div.other-info div.price span.main-price span.grn {
  color: #7baf43;
  font-size: 12px;
  margin-left: 4px;
}

div.product-head div.other-info div.price span.sub-price {
  color: #8a8a8a;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 10px;
}

div.product-head div.other-info div.price span.sub-price span.grn {
  color: #8a8a8a;
  font-size: 12px;
  margin-left: 4px;
}

div.product-head div.other-info div.price span.price-in-usd {
  color: #333333;
  font-size: 18px;
  display: block;
}

div.product-head div.other-info div.price span.old-price {
  color: #8a8a8a;
  font-size: 16px;
  padding-left: 10px;
  display: block;
  float: left;
}

div.product-head div.other-info div.price span.old-price span {
  font-size: 16px;
}

div.product-head div.other-info div.price span.old-price span.sub {
  font-size: 11px;
  padding-bottom: 7px;
}

div.product-head div.other-info div.price span.old-price span.lt {
  text-decoration: line-through;
}

div.product-head div.other-info div.price span.old-price span.grn {
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
}

div.product-head div.other-info div.price span.sub {
  display: block;
  font-size: 11px;
  padding-bottom: 3px;
}

/*div.product-head div.out div.price, div.product-head div.out div.price span {color:#8a8a8a;}*/
div.reg-discount {
  background-color: #e0f7ff;
  border: #448cbb 1px solid;
  border-radius: 3px;
  padding: 3px 6px;
  float: left;
  margin-top: 4px;
}

div.reg-discount a {
  border-bottom: #448cbb 1px dashed;
  text-decoration: none;
}

div.reg-discount a:hover {
  border: none;
}

div.product-head div.other-info div.stock {
  line-height: 12px;
  margin-top: 5px;
}

div.product-head div.other-info div.stock span.in {
  color: #0289bd;
  font-size: 11px;
}

div.product-head div.other-info div.stock span.out {
  color: #8a8a8a;
  font-size: 11px;
}

div.product-head div.in div.stock span.out {
  display: none;
}

div.product-head div.out div.stock span.in {
  display: none;
}

div.product-head div.other-info a.buy-button {
  float: left;
  margin: 13px 0 0 0;
}

div.product-head div.other-info a.credit-button {
  float: left;
  margin: 14px 0 0 12px;
}

div.product-head div.other-info a.click-buy-button {
  display: block;
  width: 185px;
  height: 31px;
  background: url(../images/one-click-add.png) no-repeat 0 0;
  text-decoration: none !important;
  text-indent: -200px;
  overflow: hidden;
  float: none;
  margin: 5px 0 0 -3px;
}

div.product-head div.other-info a.buy-credit {
  float: left;
  display: block;
  margin: 20px 0 0 15px;
  padding-right: 12px;
  height: 9px;
  line-height: 9px;
  text-decoration: underline;
  font-size: 11px;
  font-family: Tahoma;
  color: #0289bd;
  background: url(../images/blue-arr2.png) no-repeat 100% 50%;
}

div.product-head div.other-info a.buy-credit:hover {
  text-decoration: none;
}

div.product-head div.social {
  margin: 16px 0 0 31px;
}

div.product-head div.buy-info {
  padding: 12px 0;
  margin-left: 26px;
  border-bottom: #cbcbcb 1px dotted;
  width: 320px;
}

div.product-head div.buy-info div.social {
  margin-left: 15px;
  height: 16px;
  padding-bottom: 10px;
}

div.product-head div.buy-info div.info-block {
  padding: 0 10px 0 5px;
}

div.product-head div.buy-info div.info-block ul {
  margin-left: 12px;
}

div.product-head div.buy-info div.info-block div {
  padding: 3px 0;
  font-size: 11px;
  color: #000000;
}

div.product-head div.buy-info div.info-block p {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}

div.product-head div.buy-info div.info-block a.more {
  float: right;
}

div.product-head div.buy-info div.info-block a.more,
div.product-head div.buy-info div.info-block a.more u {
  text-decoration: none;
  color: #448cbb;
  font-size: 11px;
}

div.product-head div.buy-info div.info-block a.more u {
  text-decoration: underline;
}

div.product-head div.buy-info div.info-block a.more:hover u {
  text-decoration: none;
}

div.poduct-kit {
  padding: 18px 0 25px 0;
}

div.poduct-kit div.act {
  color: #0289bd;
  font-size: 16px;
  font-family: Arial;
}

div.poduct-kit div.kit-name {
  font-size: 15px;
  font-family: Arial;
  color: #111111;
  padding: 4px 0 7px 0;
  display: none;
}

div.poduct-kit div.kit-name.sel {
  display: block;
}

div.poduct-kit table.kit-view {
  width: 100%;
  border: #0289bd 1px solid;
  border-radius: 5px;
}

div.poduct-kit table.kit-view td {
  text-align: left;
  vertical-align: middle;
  padding: 8px;
}

div.poduct-kit table.kit-view td.kit-products {
  text-align: center;
}

table.kit-view td.left,
table.kit-view td.right {
  width: 25px;
  padding: 0 !important;
}

table.kit-view td.left a,
table.kit-view td.right a {
  display: block;
  width: 25px;
  height: 100px;
  background: url(../images/rotator-kit-arr.png) no-repeat 0 50%;
}

table.kit-view td.right a {
  background-position: -25px 50%;
}

table.kit-view td.left a:hover {
  background-position: -50px 50%;
}

table.kit-view td.right a:hover {
  background-position: -75px 50%;
}

table.kit-view div.kit-block {
  display: none;
}

table.kit-view div.kit-block.sel {
  display: inline-block;
  margin: 0 auto;
}

table.kit-view div.kit-product {
  float: left;
  width: 120px;
  height: 200px;
  text-align: left;
  padding: 20px 15px 25px 35px;
  background: url(../images/kit-plus.png) no-repeat 0 105px;
}

table.kit-view div.kit-product.first {
  background: none;
  padding-left: 0;
}

table.kit-view div.kit-product a.image {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0;
}

table.kit-view div.kit-product a.image img {
  width: 100px;
}

table.kit-view div.kit-product a.image img.v {
  width: auto;
  height: 100px;
}

table.kit-view div.kit-product a.name {
  display: block;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 5px;
}

table.kit-view div.kit-product a.name:hover {
  color: #0289bd;
}

table.kit-view div.kit-product span.price {
  display: block;
  color: #7baf43;
  font-size: 18px;
  padding-top: 5px;
  font-family: Arial;
}

table.kit-view div.kit-product span.gift-price {
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: #e00102;
}

table.kit-view div.kit-product.gift span.price {
  display: none;
}

table.kit-view div.kit-product.gift span.gift-price {
  display: block;
}

table.kit-view div.kit-product.gift a.image span {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  left: 0;
  bottom: 0;
  background: url(../images/gift.png) no-repeat 100% 0;
}

table.kit-view td.kit-equals {
  width: 180px;
}

table.kit-view div.kit-equal {
  display: none;
  width: 180px;
  text-align: left;
}

table.kit-view div.kit-equal.sel {
  display: block;
}

table.kit-view div.kit-price-full {
  padding: 0 0 0 36px;
  color: #7c7a7a;
  font-size: 19px;
  font-family: Arial;
  text-decoration: line-through;
}

table.kit-view div.kit-price-full span {
  color: #7c7a7a;
  font-size: 15px;
  font-family: Arial;
}

table.kit-view div.kit-price {
  font-size: 24px;
  font-family: Arial;
  color: #0289bd;
  background: url(../images/kit-equal.png) no-repeat 0 50%;
  padding: 0 0 0 36px;
  line-height: 27px;
}

table.kit-view div.kit-price span {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  color: #0289bd;
}

table.kit-view a.buy-button {
  display: block;
  width: 147px;
  height: 27px;
  background: url(../images/add-to-cart.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -500px;
  margin-left: 32px;
}

table.kit-view a.buy-button:hover {
  background-position: 0 -27px;
}

div.prod-pads-container {
  border-bottom: #023889 2px solid;
}

div.prod-pads {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
div.prod-pads a {
  padding: 8px 20px;
  background-color: #023889;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  margin-right: 2px;
}
div.prod-pads a:hover {
  background-color: #034dbb;
}
div.prod-pads a.sel {
  background-color: #7baf43;
}

table.prod-pads {
  height: 33px;
  margin: 0 0 0 -2px;
}

table.prod-pads td {
  text-align: center;
  vertical-align: top;
  height: 31px;
  padding: 0 0 0 5px;
  background: url(../images/prod-pads-pad-left.png) no-repeat 0 0;
}

table.prod-pads td div {
  height: 31px;
  position: relative;
  padding-right: 5px;
  background: url(../images/prod-pads-pad-right.png) no-repeat 100% 0;
}

table.prod-pads td a {
  display: block;
  height: 31px;
  padding: 0 14px;
  font-weight: bold;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  line-height: 31px;
  font-family: Tahoma;
  background: url(../images/prod-pads-pad-center.png) repeat-x 0 0;
}

table.prod-pads td p {
  display: none;
}

table.prod-pads td.hover,
table.prod-pads td.sel {
  background-image: url(../images/prod-pads-pad-hover-left.png);
  border-bottom: #7baf43 2px solid;
}

table.prod-pads td.hover div,
table.prod-pads td.sel div {
  background-image: url(../images/prod-pads-pad-hover-right.png);
}

table.prod-pads td.hover a,
table.prod-pads td.sel a {
  background-image: url(../images/prod-pads-pad-hover-center.png);
  color: #ffffff !important;
}

/*table.prod-pads td.sel p {display:block;}*/
div.prod-pads-content {
  padding-bottom: 25px;
}

div.prod-pad {
  display: none;
  padding: 10px;
}

div.prod-pad .txt,
div.prod-pad .txt * {
  font-size: 13px;
  color: #1a1a1a;
  line-height: 15px;
}

div.open,
div.all {
  display: block;
}

div.prod-pad p.pad-name {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 7px;
  margin: 0;
  display: none;
}

div.all p.pad-name {
  display: block;
}

.txt {
  font-size: 12px;
  color: #3f3f3f;
  /*line-height:15px;*/
  font-family: Tahoma;
}

.txt * {
  font-size: inherit;
  color: inherit;
  /*line-height:15px;*/
  font-family: inherit;
}

.txt a {
  color: #0289bd;
}

.txt p {
  padding: 5px 0 !important;
}

.txt li {
  margin-left: 30px;
  padding: 3px 0;
}

.txt div.image {
  float: left;
  width: 200px;
  margin: 0 12px 6px 0;
}

.txt div.image img {
  width: 200px;
}

.font-change {
  padding: 0 30px 0 0;
  float: right;
}

.font-change a {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #0289bd;
  text-decoration: none;
  text-indent: -100px;
  overflow: hidden;
  font-size: 13px;
  font-family: Arial;
  margin-left: 4px;
  border-radius: 4px;
  background: url(../images/font-size.png) no-repeat 0 0;
}

#jfontsize-plus {
  background-position: 0 0;
}

#jfontsize-default {
  background-position: 0 -22px;
}

#jfontsize-minus {
  background-position: 0 -44px;
}

table.prod-params {
  border-top: #a3a2a2 1px solid;
}

table.prod-params td {
  text-align: left;
  color: #000000;
  padding: 5px 20px;
}

table.prod-params td.name {
  /*width:170px;*/
  background-color: #f0efef;
  padding: 0;
}

table.prod-params td.name p {
  padding: 7px 30px 7px 12px;
  color: #2d2d2d;
  font-weight: bold;
}

table.prod-params td.value {
  padding-right: 60px;
}

table.prod-params td.value li {
  list-style-type: circle;
  margin-left: 12px;
}

table.prod-params td.sep {
  height: 1px;
  line-height: 1px;
  padding: 0;
  background-color: #b3b1b1;
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
}

div.leave-comment {
  padding-bottom: 8px;
}

div.leave-comment a {
  display: block;
  width: 151px;
  height: 27px;
  background: url(../images/add-comment.jpg) no-repeat 0 0;
  text-indent: -200px;
  overflow: hidden;
}

div.leave-comment a:hover {
  background-position: 0 -27px;
}

table.comments {
  width: 100%;
  border-top: #a3a2a2 2px solid;
}

table.comments td {
  text-align: left;
  vertical-align: top;
  padding: 8px 8px 12px 8px;
}

table.comments td.name {
  background-color: #f5f5f5;
}

table.comments td.name div {
  color: #448cbb;
  font-size: 12px;
  font-weight: bold;
  width: 110px;
  overflow: hidden;
}

table.comments td.name p {
  color: #a3a2a2;
}

table.comments td.text {
  color: #000000;
  line-height: 15px;
}

table.comments .sep td {
  padding: 0;
  height: 1px;
  line-height: 1px;
}

table.comments .sep td p {
  padding: 0;
  background-color: #a3a2a2;
  height: 1px;
  line-height: 1px;
  border: #ffffff 1px solid;
  border-left: none;
  border-right: none;
}

div.leave-prod-comment td {
  padding: 0 18px 0 0;
  text-align: left;
  vertical-align: top;
}

div.leave-prod-comment td.message {
  font-weight: bold;
  color: #448cbb;
  font-size: 13px;
  font-family: Arial;
  padding-left: 4px;
}

div.leave-prod-comment td.h {
  color: #878787;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
}

div.leave-prod-comment td.h p {
  font-size: 11px;
  color: #878787;
  float: right;
}

div.leave-prod-comment input {
  width: 300px;
  height: 32px;
  padding: 0 4px;
  background: url(../images/input-bg.png) no-repeat 0 0;
  border: none;
}

div.leave-prod-comment textarea {
  width: 385px;
  height: 82px;
  padding: 3px;
  background: url(../images/textarea-bg.png) no-repeat 0 0;
  border: none;
}

div.leave-prod-comment td.send,
div.leave-prod-comment td.message {
  padding-top: 15px;
}

div.leave-prod-comment a {
  display: block;
  width: 147px;
  height: 27px;
  background: url(../images/add-comment.png) no-repeat 0 0;
}

div.leave-prod-comment a:hover {
  background-position: 0 -27px;
}

/*	-----------------	Оформление заказа	----------------------	*/
body.order .left-col {
  display: none;
}

body.order h1 {
  margin-bottom: 12px;
}

div.backet-total {
  font-size: 18px;
  color: #7baf43;
  height: 65px;
  line-height: 65px;
  background: url(../images/cart.png) no-repeat 0 0;
  padding: 0 0 0 95px;
  margin: 15px 0;
}

div.backet-total span.i-c,
div.backet-total span.on {
  color: #000000;
  font-size: 18px;
  font-family: Arial;
}

div.backet-total span.i-p,
div.backet-total span.grn {
  color: #7baf43;
  font-size: 18px;
  font-family: Arial;
}

.backet-form {
  margin-left: -35px;
}

.backet-form-fields {
  width: 440px;
  padding: 15px 30px;
  vertical-align: top;
}

.backet-form-products {
  padding: 15px 0;
  width: 476px;
}

.backet-form .field-needed {
  float: right;
  width: 170px;
  font-size: 11px;
  color: #878787;
  margin-top: -4px;
}

.backet-form .field-needed span {
  color: #448cbb;
}

.backet-form input.field-text {
  width: 437px;
  height: 32px;
  padding: 0 5px;
  line-height: 32px;
  background: url(../images/cart-input-bg.png) no-repeat 0 0;
  border: none;
}

.backet-form input.field-email {
  width: 291px;
  height: 32px;
  padding: 0 5px;
  line-height: 32px;
  background: url(../images/cart-email-input-bg.png) no-repeat 0 0;
  border: none;
}

.backet-form .email-info {
  float: right;
  width: 130px;
  color: #878787;
  font-size: 11px;
}

.backet-form .field-news {
  clear: both;
  height: 25px;
  padding-top: 12px;
  color: #878787;
  font-size: 11px;
}

.backet-form .field-news p {
  color: #8a8a8a;
  margin-left: 20px;
  line-height: 14px;
  padding-top: 2px;
  font-size: 11px;
}

.backet-form .field-news input {
  width: auto;
  height: auto;
  float: left;
  margin: 3px 7px 0 0;
}

.backet-form .field-pay {
  float: right;
  width: 205px;
}

.backet-form .field-delivery {
  width: 205px;
}

.backet-form select {
  width: 100%;
  height: 24px;
}

.backet-form textarea {
  width: 440px;
  height: 62px;
  padding: 5px;
  background: url(../images/cart-textarea-bg.png) no-repeat 0 0;
  border: none;
  resize: none;
}

.backet-form .field-info {
  color: #8a8a8a;
  padding-top: 8px;
}

.backet-form .field-name,
.backet-form .field-name * {
  color: #3f3f3f;
  font-size: 12px;
  padding: 10px 0 5px 0;
  height: 15px;
  line-height: 15px;
}

.backet-form .field-name span {
  color: #878787;
  display: block;
  padding: 0;
  float: left;
  margin-right: 8px;
}

.backet-form .field-name sup {
  position: absolute;
  padding: 0;
  margin-top: -3px;
}

.backet-form .field-help {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: -3px;
  font-size: 12px;
  font-weight: bold;
  border: #023889 1px solid;
  color: #023889;
  border-radius: 50%;
}

.backet-form .submit-order {
  padding-top: 20px;
}

.backet-form .submit-order input {
  display: inline-block;
  background: #7baf43;
  border: none;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  cursor: pointer;
}
.backet-form .submit-order input:hover {
  background: #94c362;
}

.backet-form .submit-order input:hover {
  background-position: 0 -27px;
}

.backet-form .submit-profile input {
  display: block;
  width: 101px;
  height: 27px;
  background: url(../images/save.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}

.backet-form .submit-profile input:hover {
  background-position: 0 -27px;
}

.am-w-help div.name {
  padding: 20px 0 3px 0;
  height: 16px;
}

.am-w-help div.name a {
  color: #0289bd;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  line-height: 16px;
  padding-right: 11px;
  background: url(../images/link-arrow.jpg) 100% 5px no-repeat;
}

.am-w-help div.name a:hover {
  background-position: 100% -8px;
}

.am-w-help div.text {
  line-height: 15px;
  color: #000000;
}

.backet-form-products {
  vertical-align: top;
}

.backet-form-products span.b-price {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  color: #878787;
  font-size: 11px;
  width: 92px;
}

.backet-form-products span.b-product {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #878787;
  font-size: 11px;
  margin-left: 42px;
}

.backet-form-products div.backet-form-procucts-top {
  background: url(../images/cart-items-top.png) no-repeat 0 0;
  padding-top: 5px;
  width: 476px;
}

.backet-form-products div.backet-form-procucts-bottom {
  background: url(../images/cart-items-bottom.png) no-repeat 0 100%;
  padding-bottom: 5px;
  width: 476px;
}

.backet-form-products table {
  background: url(../images/cart-items-center.png) repeat-y 0 0;
  width: 476px;
}

.backet-form-products td {
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}

.backet-form-products .header td {
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
  padding: 0 10px 6px 10px;
  border: none;
}

.backet-form-products .img {
  width: 110px;
}

.backet-form-products .img img {
  width: 110px;
}

.backet-form-products .img img.v {
  width: auto;
  height: 110px;
}

.backet-form-products .name {
  background: url(../images/prod-list-descr-line.png) no-repeat 0 50%;
}

.backet-form-products .name a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.backet-form-products .name a:hover {
  text-decoration: underline;
  color: #0289bd;
}

.backet-form-products .price {
  font-size: 16px;
  color: #7baf43;
  width: 100px;
  font-family: Arial;
}

.backet-form-products .price span.count {
  font-size: 12px;
  color: #000;
}

.backet-form-products .price span.grn {
  font-size: 12px;
  font-family: Tahoma;
  color: #7baf43;
}

.backet-form-products .footer td {
  font-size: 14px;
  font-weight: bold;
  color: #3f3f3f;
}

.backet-form-products .footer span {
  color: #7baf43;
  font-weight: bold;
  font-size: 11px;
}

.backet-form-products .total p {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  padding-right: 10px;
}

.backet-form-products .total span {
  color: #7baf43;
  font-size: 12px;
  font-weight: normal;
  font-family: Tahoma;
}

.backet-form-products .total span span {
  color: #7baf43;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}

.backet-form-products .total a {
  color: #0289bd;
  text-decoration: underline;
  font-size: 13px;
}

.backet-form-products .total a:hover {
  color: #7baf43;
  text-decoration: none;
}

.backet-form-products .kit .name {
  background: none;
}

.backet-form-products .kit div.w-item {
  padding: 0;
  margin-left: -120px;
}

.backet-form-products .kit div.w-item a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.backet-form-products .kit div.w-item a:hover {
  text-decoration: underline;
}

.backet-form-products .kit div.w-item p.price {
  color: #c91d34;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  padding-top: 5px;
}

.backet-form-products .kit div.w-item div.extended-param {
  padding-top: 8px;
}

.backet-form-products .kit div.w-item div.extended-param * {
  font-size: 12px;
}

.backet-form-products .kit div.w-item div.kit {
  margin: 7px 0 0 0;
  border: #0289bd 1px solid;
  padding: 5px;
  border-radius: 5px;
}

.backet-form-products .kit div.w-item div.kit a {
  font-size: 12px;
  margin-top: 4px;
  text-decoration: none;
  color: #0289bd;
}

.backet-form-products .kit div.w-item div.kit a:hover {
  text-decoration: underline;
}

div.message {
  padding: 6px;
  text-align: center;
  font-size: 16px;
  font-family: Arial;
  color: #ffffff;
  display: none;
  border-radius: 5px;
  margin-bottom: 6px;
}

div.message.red {
  border: #ff0000 1px solid;
  background-color: #f15b5b;
  display: block;
}

div.message.blue {
  border: #dff4fb 1px solid;
  background-color: #01578b;
  display: block;
}

div.message.green {
  border: #006600 1px solid;
  background-color: #41a35a;
  display: block;
}

div.message.simple {
  border: none;
  background-color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 6px;
  color: #ff0000;
}

/*	-----------------	Благодарность за заказ	----------------------	*/
body.thanks .left-col {
  display: none;
}

div.thanks {
  padding: 40px 0;
}

div.thanks * {
  font-family: Arial;
}

div.thanks p.thank {
  font-size: 18px;
  color: #023889;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}

div.thanks p.accept {
  font-size: 18px;
  color: #000000;
  padding-bottom: 35px;
}

div.thanks p.trouble {
  font-size: 14px;
  padding-bottom: 17px;
}

div.thanks p.phones {
  font-size: 18px;
  padding-bottom: 35px;
  color: #023889;
}

div.thanks p span {
  color: inherit;
  font-size: inherit;
}

div.thanks a {
  color: #666;
  display: block;
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  font-size: 14px;
}

div.thanks a:hover {
  text-decoration: none;
}

/*	-----------------	Акции	----------------------	*/
div.action-list {
  padding: 25px 0;
}

div.action-list div.image {
  width: 152px;
}

div.action-list div.image img {
  width: 150px;
  border: #dfdde0 1px solid;
}

div.action-list div.name {
  padding-bottom: 10px;
}

div.action-list div.name a {
  color: #448cbb;
  font-size: 18px;
  text-decoration: none;
}

div.action-list div.name a:hover {
  text-decoration: underline;
}

div.action-list div.dt {
  color: #7baf43;
  font-size: 12px;
}

div.action-list div.about {
  padding: 10px 0 0 0;
  /*height:96px;*/
  overflow: auto;
}

div.action-list div.about {
  color: #3f3f3f;
  line-height: 19px;
  font-size: 12px;
}

div.action-list div.about * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

div.action-list div.more {
  padding-top: 10px;
}

div.action-list div.more a {
  color: #448cbb;
  text-decoration: none;
}

div.action-list div.more a span {
  border-bottom: #448cbb 1px dashed;
}

div.action-list div.more a:hover {
  text-decoration: none !important;
}

div.action-list div.more a:hover span {
  border: none;
  text-decoration: none;
}

div.action-products {
  margin-left: -5px;
  width: 750px;
}

.win-action div.action-products {
  margin: 0;
  width: 500px;
}

div.action-product {
  float: left;
  width: 240px;
  height: 90px;
  padding: 5px;
  overflow: hidden;
}

div.action-product:hover {
  background-color: #eeeeee;
}

div.action-product div.image {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
}

div.action-product div.image img {
  width: 60px;
}

div.action-product div.image img.v {
  width: auto;
  height: 60px;
}

div.action-product div.name {
  float: left;
  width: 170px;
  height: 90px;
  overflow: hidden;
  margin-left: 10px;
}

div.action-product div.name a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}

div.action-product div.name a:hover {
  color: #448cbb;
}

div.action-product div.price {
  color: #7baf43;
  font-size: 13px;
  font-weight: bold;
  padding-top: 3px;
}

div.win-action div.action-list {
  padding: 10px 0;
  margin: 0;
  border-top: #b9b9b9 1px dotted;
}

div.win-action div.action-list div.image {
  width: 102px;
}

div.win-action div.action-list div.image img {
  width: 100px;
  border: #dfdde0 1px solid;
}

div.win-action div.action-list div.dt {
  font-weight: bold;
}

div.win-action div.action-products {
  height: 70px;
  overflow: hidden;
}

div.win-action div.action-product,
div.win-action div.name {
  height: auto;
}

div.win-action div.header {
  font-size: 13px;
  font-weight: bold;
  color: #448cbb;
  margin: 0;
  padding: 8px 0;
}

div.win-action div.about {
  padding-top: 12px;
}

div.win-action div.about,
div.win-action div.about * {
  color: #3f3f3f;
  padding-right: 3px;
}

div.win-action div.about li {
  margin-left: 25px;
  padding: 3px;
}

div.win-action div.more {
  text-align: right;
  padding-top: 10px;
}

div.win-action div.more a {
  color: #448cbb;
  text-decoration: none;
  padding-right: 12px;
}

div.win-action div.more a span {
  border-bottom: #448cbb 1px dashed;
}

div.win-action div.more a:hover {
  text-decoration: none !important;
  background-position: 100% -8px;
}

div.win-action div.more a:hover span {
  border: none;
  text-decoration: none;
}

/*	-----------------	Поиск	----------------------	*/
body.search td.left-col {
  display: none;
}

.search-res {
  padding-bottom: 18px;
  margin-bottom: 4px;
}

.search-res .request {
  font-size: 18px;
  color: #448cbb;
}

.search-res .request span {
  font-size: 18px;
  color: #7baf43;
}

.search-res .founded {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}

table.search-list td.sep {
  background: url(../images/body-sep.png) no-repeat 50% 0;
  padding: 35px 0 0 0;
  height: 1px;
  line-height: 1px;
}

/*	-----------------	Магазины	----------------------	*/
div.shops div.header {
  padding-top: 15px;
}

div.shops table.shop-info {
  margin-bottom: 12px;
}

div.shops table.shop-info td {
  padding: 3px 12px 3px 0;
  font-size: 13px;
  color: #3f3f3f;
  text-align: left;
}

div.shops table.shop-info td span {
  font-size: 13px;
  color: #3f3f3f;
  text-align: left;
}

div.shops table.shop-info td.name {
  font-weight: bold;
  width: 120px;
}

div.map {
  width: 690px;
  height: 450px;
  margin: 15px 0;
}

div.property-info {
  width: 350px;
}

div.property-info div.img {
  float: left;
  margin-right: 8px;
  width: 100px;
  overflow: hidden;
}

div.property-info a {
  color: #184b86;
  font-size: 11px;
  font-family: Tahoma;
}

div.property-info ul li {
  list-style-type: none;
  margin: 0;
  padding: 2px 6px;
  font-size: 11px;
  font-family: Tahoma;
}

div.property-info p {
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #184b86;
}

/*	-----------------	Профиль пользователя	----------------------	*/
div.order-arj {
  padding: 0 0 20px 35px;
}

div.order-arj div.name {
  color: #0289bd;
  font-size: 13px;
  font-weight: bold;
}

div.order-arj div.name span {
  font-weight: normal;
  font-size: 13px;
}

div.order-arj div.cost {
  font-size: 12px;
  width: 350px;
  padding-top: 5px;
}

div.order-arj div.cost span {
  color: #7baf43;
  font-size: 12px;
}

div.order-arj div.cost a {
  float: right;
  text-decoration: underline;
  display: block;
  padding-right: 14px;
  background: url(../images/arj-arrow.jpg) no-repeat 100% 3px;
}

div.order-arj div.cost a:hover {
  background-position: 100% -7px;
  color: #5aa5dd !important;
}

div.order-arj div.cost a.open {
  background-position: 100% -17px;
}

div.order-arj div.cost a.open:hover {
  background-position: 100% -28px;
}

div.order-arj div.products {
  padding: 12px 0 0 0;
  width: 580px;
  display: none;
}

div.order-arj div.products table {
  border: #b9d3e1 1px solid;
  border-radius: 4px 4px 0 0;
  width: 100%;
  border-collapse: collapse;
}

div.order-arj div.products td {
  padding: 12px 8px;
  border-bottom: #b9d3e1 1px dotted;
  border-right: #b9d3e1 1px dotted;
  text-align: left;
  vertical-align: top;
}

div.order-arj div.products .head td {
  background-color: #bee5f4;
  border: none;
  border-bottom: #b9d3e1 1px solid;
  color: #000000;
  font-weight: bold;
  padding: 6px 8px;
  text-align: center;
}

div.order-arj div.products .head td.name {
  text-align: left;
}

div.order-arj div.products td.image {
  width: 75px;
  padding: 8px;
  border-right: none;
}

div.order-arj div.products td.image img {
  width: 75px;
}

div.order-arj div.products td.name {
  width: 230px;
}

div.order-arj div.products td.name a {
  color: #0289bd;
  font-weight: bold;
  text-decoration: underline;
  line-height: 15px;
  font-size: 12px;
}

div.order-arj div.products td.name a:hover {
  color: #7baf43;
  text-decoration: none;
}

div.order-arj div.products td.count,
div.order-arj div.products td.price {
  width: 90px;
  color: #7baf43;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

/*	-----------------	Левая колонка	----------------------	*/
div.rubrikator {
  width: 176px;
  padding: 0 22px;
  overflow: hidden;
  margin-bottom: 30px;
}

div.rubrikator p.rb-name {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 17px;
  text-align: left;
  font-family: Arial;
}

div.rubrikator span.dt {
  display: block;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

ul.rb-rubs {
  display: block;
  list-style-type: none;
  margin: 6px 0;
}

ul.rb-rubs li {
  padding: 4px 0 4px 12px;
  color: #000000;
}

ul.rb-rubs li a {
  color: #000000;
  text-decoration: none;
  line-height: 14px;
  display: block;
  padding-left: 17px;
  font-size: 11px;
}

ul.rb-rubs li a:hover {
  text-decoration: underline;
}

ul.rb-rubs li a.not-u {
  text-decoration: none !important;
}

ul.rb-rubs li.l1 {
  padding: 9px 0;
}

ul.rb-rubs li.l1 a {
  font-size: 12px;
  color: #000000;
  background: url(../images/rubrikator-dot.png) no-repeat 0 2px;
}

ul.rb-rubs li.l3 {
  padding-left: 36px;
}

ul.rb-rubs li.l4 {
  padding-left: 42px;
}

ul.rb-rubs li a.sel,
ul.rb-rubs li a:hover {
  color: #0289bd;
}

div.l-banner {
  width: 220px;
  position: relative;
  /*height:320px;*/
  margin-bottom: 20px;
}

div.l-banner div.l-banner-one {
  /*position:absolute; right:0; bottom:0; z-index:1; opacity:0;*/
  margin-bottom: 12px;
}

div.l-banner div.sel {
  opacity: 1;
  z-index: 2;
}

div.l-banner div.l-banner-pager {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 13px;
  padding: 4px 10px;
  z-index: 7;
  display: none;
}

div.l-banner div.l-banner-pager a {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  background: url(../images/banner-dot.png) no-repeat 0 -26px;
  margin-right: 5px;
}

div.l-banner div.l-banner-pager a:hover {
  background-position: 0 0;
}

div.l-banner div.l-banner-pager a.sel {
  background-position: 0 -13px;
}

div.l-banner div.l-banner-pager-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 21px;
  background-color: #000000;
  opacity: 0.25;
  z-index: 6;
  display: none;
}

div.start-banner {
  float: right;
}

div.start-banner div.l-banner {
  margin: 2px 0;
  height: 350px;
  width: 240px;
}

div.c-banner {
  width: 490px;
  position: relative;
  height: 120px;
  margin: 10px 0;
}

div.c-banner div.c-banner-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

div.c-banner div.sel {
  opacity: 1;
  z-index: 2;
}

div.c-banner div.c-banner-pager {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 13px;
  padding: 4px 10px;
  z-index: 7;
}

div.c-banner div.c-banner-pager a {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  background: url(../images/banner-dot.png) no-repeat 0 -26px;
  margin-right: 5px;
}

div.c-banner div.c-banner-pager a:hover {
  background-position: 0 0;
}

div.c-banner div.c-banner-pager a.sel {
  background-position: 0 -13px;
}

div.c-banner div.c-banner-pager-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 490px;
  height: 21px;
  background-color: #000000;
  opacity: 0.15;
  z-index: 6;
}

/*	Рекомендуемые и акционные товары	*/
div.prod-block {
  width: 360px;
  height: 200px;
  overflow: hidden;
  margin: 15px 15px 0 0;
}

div.prod-block-title {
  height: 35px;
  line-height: 35px;
  text-align: left;
  padding-left: 12px;
  color: #000000;
  font-size: 15px;
}

div.prod-block-content {
  height: 161px;
  overflow: hidden;
  background: url(../images/small-block-bg.png) no-repeat 0 0;
}

div.prod-block-content td div.prod-block-product {
  width: 110px;
  height: 176px;
  padding: 10px 5px;
}

div.prod-block-content a.image {
  display: block;
  width: 80px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto;
}

div.prod-block-content a.image img {
  width: 80px;
}

div.prod-block-content a.image img.v {
  width: auto;
  height: 75px;
}

div.prod-block-content a.name,
div.prod-block-content a.name-long {
  color: #606060;
  text-decoration: none;
  font-size: 11px;
  line-height: 12px;
  margin: 8px 8px 0 8px;
  display: block;
}

div.prod-block-content a.name:hover,
div.prod-block-content a.name-long:hover {
  text-decoration: underline;
  color: #448cbb;
}

div.prod-block-content .price {
  color: #7baf43;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 7px;
}

div.prod-block-wide {
  width: 766px;
}

div.prod-block-wide div.prod-block-content td div.prod-block-product {
  width: 117px;
}

div.prod-block-wide div.prod-block-header {
  background-position: 0 -24px;
}

div.prod-block-wide.prod-light div.prod-block-header {
  background-position: 0 -16px;
}

div.products-block-wide {
  padding: 15px 0 30px 0;
}

div.products-block-wide.box {
  border: #cccccc 1px solid;
  border-radius: 8px;
  padding: 15px 15px 30px 15px;
  margin: 12px 0;
  box-shadow: 2px 2px 5px #cccccc;
  overflow: hidden;
}

div.products-block-wide div {
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 10px;
  padding: 0;
  color: #000;
}
div.products-block-wide div a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
div.products-block-wide div a:hover {
  color: #448cbb;
}

div.products-block-wide table {
  width: 100%;
}

div.products-block-wide td {
  vertical-align: top;
  padding: 0 28px 0 0;
}

div.products-block-wide td a.image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
}

div.products-block-wide td a.image img {
  max-width: 100%;
  max-height: 100%;
}

div.products-block-wide td a.name {
  display: block;
  text-align: left;
  color: #3f3f3f;
  text-decoration: none;
  margin: 15px 0;
}

div.products-block-wide td a.name:hover {
  color: #7baf43;
  text-decoration: underline;
}

div.products-block-wide td span {
  display: block;
  text-align: left;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

div.products-block-wide td a.b-b {
  display: block;
  width: 95px;
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: underline;
}

div.products-block-wide td a.b-b:hover {
  text-decoration: none;
}

/*	Просмотренные товары	*/
div.prod-seen {
  width: 220px;
  overflow: hidden;
  margin: 30px 0 0 0;
}

div.prod-seen div.prod-seen-title {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-family: Arial;
  margin-bottom: 3px;
  padding: 5px 0 8px 25px;
  text-align: left;
}

div.prod-seen .seen-header {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}

div.prod-seen .seen-header a {
  float: right;
  color: #666666;
  display: block;
  width: 61px;
  height: 7px;
  background: url(../images/seen-clear.png) no-repeat 0 0;
  text-indent: -200px;
  overflow: hidden;
  margin-top: 9px;
}

div.prod-seen td {
  padding: 10px 5px;
}

div.prod-seen div.prod-seen-content {
  width: 220px;
  overflow: hidden;
}

div.prod-seen div.prod-seen-product {
  width: 100px;
}

div.prod-seen div.prod-seen-product a.image {
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  text-align: center;
}

div.prod-seen div.prod-seen-product a.image img {
  width: 85px;
}

div.prod-seen div.prod-seen-product a.image img.v {
  width: auto;
  height: 85px;
}

div.prod-seen div.prod-seen-product a.name {
  font-size: 11px;
  text-decoration: none;
  color: #939393;
}

div.prod-seen div.prod-seen-product a.name:hover {
  color: #448cbb;
}

div.prod-seen .seen-footer {
  height: 29px;
  line-height: 29px;
}

a.seen-left {
  display: block;
  width: 8px;
  height: 12px;
  line-height: 12px;
  background: url(../images/seen-arr.png) no-repeat 0 0;
  float: left;
  margin: 7px 10px;
  text-decoration: none !important;
}

a.seen-right {
  display: block;
  width: 8px;
  height: 12px;
  line-height: 12px;
  background: url(../images/seen-arr.png) no-repeat -8px 0;
  float: right;
  margin: 7px 10px;
  text-decoration: none !important;
}

a.seen-left:hover {
  background-position: 0 -12px;
}

a.seen-right:hover {
  background-position: -8px -12px;
}

.seen-all {
  display: block;
  text-align: center;
  line-height: 27px;
  height: 27px;
}

.seen-all a.more {
  text-decoration: none;
}

.seen-all a.more:hover {
  color: #448cbb;
  border-bottom: #448cbb 1px dashed;
  text-decoration: none !important;
}

/*	Ротатор акционных товаров	*/
.rotator {
  margin: 30px 0 0 0;
  width: 220px;
  height: 637px;
}

.rotator-header {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-top: 1px;
  background: url(../images/rotator-head.png) no-repeat 0 0;
}

.rotator-body {
  border: #c8969e 1px solid;
  border-top: none;
}

.rotator-scroll {
  height: 566px;
  border: #bd102b 1px solid;
  overflow: hidden;
  border-bottom: none;
}

.rotator-scroll table {
  width: 100%;
}

.rotator-scroll td.rotator-product-cont {
  padding: 12px 14px;
  vertical-align: top;
  background: url(../images/col-sep.png) no-repeat 50% 100%;
}

.rotator-product {
  height: 260px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.rotator-action {
  color: #7baf43;
  font-size: 12px;
  margin-bottom: 7px;
}

.rotator-image {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
}

.rotator-image img {
  width: 120px;
}

.rotator-image img.v {
  height: 120px;
  width: auto;
}

.rotator-name {
  display: block;
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}

.rotator-name:hover {
  color: #bd102b;
  text-decoration: underline;
}

table.rotator-prices td {
  vertical-align: middle;
}

.rotator-price {
  text-align: left;
  line-height: 28px;
  padding: 0;
  color: #7baf43;
  font-size: 16px;
  font-weight: bold;
}

.rotator-old-price {
  text-align: center;
  font-size: 14px;
  color: #666666;
  text-decoration: line-through;
  padding-left: 12px;
}

.rotator-footer {
  border: #bd102b 1px solid;
  border-top: none;
  height: 29px;
  line-height: 29px;
}

a.rotator-up {
  display: block;
  width: 12px;
  height: 8px;
  line-height: 8px;
  background: url(../images/rotator-arr.png) no-repeat 0 0;
  float: right;
  margin: 10px;
  text-decoration: none !important;
}

a.rotator-down {
  display: block;
  width: 12px;
  height: 8px;
  line-height: 8px;
  background: url(../images/rotator-arr.png) no-repeat 0 -8px;
  float: left;
  margin: 10px;
  text-decoration: none !important;
}

a.rotator-up:hover {
  background-position: -12px 0;
}

a.rotator-down:hover {
  background-position: -12px -8px;
}

.rotator-all {
  display: block;
  text-align: center;
  line-height: 29px;
  height: 29px;
  border-top: #bd102b 1px solid;
}

.rotator-all a.more {
  text-decoration: none;
  color: #bd102b;
}

.rotator-all a.more:hover {
  border-bottom: #bd102b 1px dashed;
  text-decoration: none !important;
}

/* Ротатор акций в левой колонке */
div.action-left-rotator {
  width: 220px;
  margin: 0 auto 30px auto;
}

div.action-left-rotator div.h {
  float: left;
  padding: 0 10px 6px 20px;
  background: url(../images/black-arr.png) no-repeat 100% 50%;
}

div.action-left-rotator div.h,
div.action-left-rotator div.h a {
  font-size: 16px;
  height: 19px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
}

div.action-left-rotator div.h a:hover {
  text-decoration: underline;
  color: #448cbb;
}

div.action-left-rotator div.container {
  clear: left;
  border: #7baf43 1px solid;
  border-radius: 5px;
  position: relative;
}

div.action-left-rotator div.scroll {
  width: 206px;
  height: 260px;
  overflow: hidden;
  margin: 24px 6px 30px 6px;
}

div.action-left-rotator div.scroll div.o {
  padding: 10px;
  /*height:53px;*/
  border-bottom: #cbcbcb 1px dotted;
}

div.action-left-rotator div.scroll div.o a.name {
  color: #444444;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

div.action-left-rotator div.scroll div.o a.name:hover {
  color: #448cbb;
  text-decoration: underline;
}

div.action-left-rotator div.scroll div.o a.more {
  color: #448cbb;
  font-size: 11px;
  text-decoration: none;
  margin-top: 4px;
}

div.action-left-rotator div.scroll div.o a.more:hover {
  text-decoration: underline;
}

div.action-left-rotator div.scroll div.o p {
  color: #8b8787;
  font-size: 11px;
  padding-top: 4px;
}

div.action-left-rotator div.scroll div.o div {
  padding-top: 5px;
}

div.action-left-rotator div.scroll div.o div,
div.action-left-rotator div.scroll div.o div {
  font-size: 11px;
  color: #666666;
  line-height: 14px;
}

div.action-left-rotator a.up {
  display: block;
  width: 50px;
  height: 25px;
  background: url(../images/action-list-arr.png) no-repeat 50% 0;
  position: absolute;
  left: 85px;
  top: -1px;
}

div.action-left-rotator a.down {
  display: block;
  width: 50px;
  height: 25px;
  background: url(../images/action-list-arr.png) no-repeat 50% 100%;
  position: absolute;
  left: 85px;
  bottom: -1px;
}

div.short div.scroll {
  height: auto;
  margin: 6px;
}

div.short a.up,
div.short a.down {
  display: none;
}

/* Ротатор акций под шапкой */
/*	Блок товаров в колонке	*/
table.prod-block-vert {
  margin-top: 12px;
}

table.prod-block-vert td {
  vertical-align: top;
  text-align: left;
  padding: 7px 0;
}

table.prod-block-vert td.image {
  width: 75px;
  padding-right: 10px;
}

table.prod-block-vert td.image img {
  width: 75px;
}

table.prod-block-vert td.name a {
  width: 100px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}

table.prod-block-vert td.name a:hover {
  color: #448cbb;
}

table.prod-block-vert td.name span.price {
  display: block;
  padding-top: 6px;
  font-size: 12px;
  color: #7baf43;
  font-weight: bold;
}

/*	-----------------------------------------------------	*/
/*							ПОДВАЛ							*/
/*	-----------------------------------------------------	*/
.page-footer {
  background-color: #023889;
  margin-top: 20px;
  padding: 20px;
}
.page-footer .width-container {
  margin: 0 auto;
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-footer .menu-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 40px;
}
.page-footer .menu-section .caption {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 21px;
  margin: 15px 0;
}
.page-footer .menu-section .items {
  display: flex;
  flex-direction: column;
}
.page-footer .menu-section .items a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  line-height: 21px;
}
.page-footer .menu-section .items a:hover {
  text-decoration: underline;
}

div.main-footer {
  padding-top: 40px;
}

div.footer-rubs {
  width: 995px;
  margin-bottom: 20px;
  overflow: hidden;
  border: #d9d9d9 1px solid;
  border-radius: 4px;
  background-color: #ffffff;
}

div.footer-rubs table {
  width: 100%;
}

div.footer-rubs table td a {
  font-size: 12px;
  font-family: Tahoma;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

div.footer-rubs table td a:hover {
  color: #7baf43;
}

div.footer-rubs .docs td {
  vertical-align: middle;
  padding: 0 39px 0 24px;
  height: 28px;
}

div.footer-rubs .docs td.mstore {
  width: 60px;
  background: url(../images/footer-mstore-arr.png) no-repeat 100% 0;
}

div.footer-rubs .docs td.mstore a {
  text-transform: uppercase;
}

div.footer-rubs .docs td.docs-menu {
  padding-left: 35px;
}

div.footer-rubs .docs td.docs-menu a {
  margin-left: 31px;
  font-weight: normal;
}

div.footer-rubs .rubs td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 7px;
  border-top: #d9d9d9 1px solid;
  border-left: #d9d9d9 1px solid;
}

div.footer-rubs .rubs tr td:first-child {
  border-left: none;
}

div.footer-rubs .rubs td a {
  color: #666666;
  font-size: 12px;
  font-family: Tahoma;
  font-weight: bold;
  text-decoration: none;
}

div.footer-info {
  width: 995px;
  height: 65px;
  margin: 0 auto 4px auto;
  position: relative;
}

div.footer-info * {
  color: #555555;
  font-size: 12px;
  font-family: Tahoma;
  line-height: 16px;
}

div.footer-info div.phone {
  position: absolute;
  left: 0;
  top: 0;
}

div.footer-info div.contacts {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

div.footer-info div.copy {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #888888;
  font-size: 11px;
}

div.footer-info div.copy img {
  margin-left: 10px;
}

div.footer-info div.dev {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #888888;
  font-size: 11px;
}

div.footer-info div.dev * {
  color: #888888;
  font-size: 11px;
}

/*	-----------------------------------------------------	*/
/*						FANCYBOX							*/
/*	-----------------------------------------------------	*/
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 1104;
  display: none;
}

/* IE6 */
* html #fancybox-loading {
  position: absolute;
  margin-top: 0;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url("../images/fancybox_img/fancy_loading.png") no-repeat;
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: 1100;
  display: none;
}

* html #fancybox-overlay {
  /* IE6 */
  position: absolute;
  width: 100%;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url("../images/fancybox_img/fancy_close.png") top left no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox_error {
  color: #444444;
  font: normal 12px/20px Arial;
}

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333333;
}

.fancybox-title-outside {
  padding-top: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.fancybox-title-over {
  color: #ffffff;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background: url("../images/fancybox_img/fancy_title_over.png");
  display: block;
}

#fancybox-title-wrap {
  display: inline-block;
}

#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

#fancybox-title-left {
  padding-left: 15px;
  background: transparent url("../images/fancybox_img/fancy_title_left.png") repeat-x;
}

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background: transparent url("../images/fancybox_img/fancy_title_main.png") repeat-x;
  color: #ffffff;
}

#fancybox-title-right {
  padding-left: 15px;
  background: transparent url("../images/fancybox_img/fancy_title_right.png") repeat-x;
}

#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url("../images/fancybox_img/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background: transparent url("../images/fancybox_img/fancy_nav_left.png") no-repeat;
}

#fancybox-right-ico {
  background: transparent url("../images/fancybox_img/fancy_nav_right.png") no-repeat;
}

/* IE6 */
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

div.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1001;
}

div#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_n.png") repeat-x;
}

div#fancy-bg-ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_ne.png") no-repeat;
}

div#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_e.png") repeat-y;
}

div#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_se.png") no-repeat;
}

div#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_s.png") repeat-x;
}

div#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_sw.png") no-repeat;
}

div#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_w.png") repeat-y;
}

div#fancy-bg-nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("../images/fancybox_img/fancy_shadow_nw.png") no-repeat;
}

/*	jQuery slider	*/
.ui-slider {
  position: relative;
  text-align: left;
  background: url(../images/slider-bg.png) no-repeat 0 0;
  width: 188px;
  height: 9px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 15px;
  cursor: pointer;
  background: url(../images/slider-handle.png) no-repeat 0 0;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  height: 5px;
  display: block;
  border: 0;
  background: url(../images/slider-range.png) repeat-x 0 0;
}

.ui-slider-horizontal {
  height: 9px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -5px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/*	Кредитный калькулятор	*/
.parent-content {
  width: 431px;
}

.calculator-otpcredit {
  margin: 0px auto;
  width: 431px;
}

.calc-container {
  background-color: #e6f2d6;
  clear: both;
  float: none;
  height: 21px;
  line-height: 23px;
  padding: 4px 7px;
  text-align: right;
  width: 100%;
}

.calc-container a {
  font-size: 16px;
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none;
  float: left;
  line-height: 18px;
  margin: 0px 20px 0px 7px;
  text-align: left;
  color: #232323;
}

.calc-container a:hover {
  color: #89ab00;
}

.calc-container span {
  line-height: 23px;
  text-align: right;
  color: #232323;
}

.calc-box {
  font-size: 0;
  display: block;
  width: 431px;
}

.calc-box .part-top {
  background: url(../images/otp_credit/calc-top-part.png) no-repeat scroll 0 0;
  height: 26px;
}

.calc-box .part-central {
  background: url(../images/otp_credit/calc-central-part.png) repeat-y scroll 0 0;
}

.calc-box .part-bottom {
  background: url(../images/otp_credit/calc-bottom-part.png) no-repeat scroll 0 0;
  height: 20px;
}

.calc-central-box {
  clear: both;
  padding: 0px 20px;
}

.calc-clearfix {
  clear: both;
  display: block;
}

.calc-otpcredit {
  background: url(../images/otp_credit/logo_otp_credit-small.png) no-repeat scroll center center;
  width: 200px;
  height: 60px;
}

.calc-close {
  background: url(../images/otp_credit/calc-close.png) no-repeat scroll center center;
  cursor: pointer;
  display: block;
  float: right;
  margin-top: 24px;
  height: 13px;
  width: 13px;
}

.calc-pumbcredit {
  background: url(../images/pumb_credit/logo-pumb.gif) no-repeat scroll center center;
  width: 200px;
  height: 84px;
}

.calc-clear {
  clear: both;
}

.calc-frm-calc,
.calc-frm-send {
  display: block;
  overflow: auto;
  border-style: none;
  border-collapse: collapse;
  text-align: right;
  margin-top: 10px;
}

.calc-frm-calc fieldset,
.calc-frm-send fieldset {
  border: 1px solid #d82f3e;
  padding: 10px;
  text-align: right;
}

.calc-frm-calc fieldset legend,
.calc-frm-calc fieldset legend {
  color: #000000;
  padding: 0 4px;
}

.calc-frm-calc fieldset hr {
  margin: 6px 0;
}

.calc-frm-calc fieldset .calc-form-item,
.calc-frm-calc fieldset .calc-form-item-result,
.calc-frm-send fieldset .calc-form-item {
  text-align: left;
  clear: both;
  padding: 3px 0;
}

.calc-frm-calc fieldset label,
.calc-frm-send fieldset label {
  color: #232323;
  font-size: 12px;
  display: inline;
  float: left;
  padding: 5px 10px 0 0;
  text-align: right;
  width: 160px;
  line-height: normal;
}

.calc-frm-calc fieldset .calc-form-item-result label,
.calc-frm-send fieldset .calc-form-item-result label {
  color: #000000;
  font-weight: bold;
  line-height: 22px;
}

.calc-frm-calc fieldset input,
.calc-frm-send fieldset input {
  color: #232323;
  margin-top: 1px;
  width: 174px;
  padding: 2px;
  border: #aaaaaa 1px solid;
}

.calc-frm-calc fieldset input.calc-product-price {
  color: #d82f3e;
  font-size: 16px;
  border: none;
}

.calc-frm-calc fieldset .calc-form-item-result input,
.calc-frm-send fieldset .calc-form-item-result input {
  color: #d82f3e;
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin-top: 3px;
}

.calc-frm-calc fieldset select,
.calc-frm-send fieldset select {
  color: #232323;
  margin-top: 0;
  width: 180px;
  height: 22px;
}

.calc-frm-calc fieldset .calc-form-item-button input,
.calc-frm-send fieldset .calc-form-item-button input {
  border-style: none;
  float: left;
  line-height: normal;
  width: 18px;
  margin: 2px 0 0;
}

.calc-frm-calc fieldset .calc-form-item-button label,
.calc-frm-send fieldset .calc-form-item-button label {
  color: #000000;
  font-weight: normal;
  padding-top: 0;
  padding-left: 4px;
  width: 330px;
  text-align: left;
}

.calc-frm-calc fieldset .calc-form-item-button button,
.calc-frm-send fieldset .calc-form-item-button button {
  color: #d82f3e;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 114px;
  cursor: pointer;
}

.calc-frm-send fieldset .calc-form-item .item-red {
  color: #990000;
}

.calc-frm-send fieldset .calc-form-item .item-italic {
  font-style: italic;
}

.calc-message-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 120px;
  text-align: center;
  padding: 20px;
  background-color: #f0f0ff;
  border: 1px solid #009900;
  z-index: 5005;
}

.calc-message-box .calc-message-text {
  font-size: 18px;
  text-decoration: none;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  color: #333399;
}

.calc-message-box .calc-message-button {
  padding-top: 20px;
  text-align: center;
}

.calc-message-box .calc-message-button button {
  width: 80px;
  cursor: pointer;
}

/* Новый год */
/*
table.h-blocks td.h-logo {width:260px;}
table.h-blocks div.h-logo  a {display:block; height:80px; background:url(../images/celebrate/h-logo-ny.png) no-repeat 0 0;}
table.h-blocks div.h-logo  a img {display:none;}
*/
/* Мобильная версия  */
.headerburger,
.h-searchMobile,
.h-logoMobile,
.basketMobile {
  display: none !important;
}

/* .first-page {
    width: 100% !important;
} */
@media screen and (max-width: 1023px) {
  .page-head .top-section .text-pages {
    margin-left: 10px;
  }

  div.main-container {
    padding: 0 10px;
  }

  .page-head .main-section {
    padding: 10px;
  }

  .page-head .main-section .logo {
    margin: 10px 10px 10px 0;
  }

  .page-head .main-section .contacts-container {
    height: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-head .main-section .contacts-container:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-right: #666 2px solid;
    border-bottom: #666 2px solid;
    transform: rotate(45deg);
    margin: 10px 0 0 10px;
  }
  .page-head .main-section .contacts-container .contacts {
    position: relative;
    z-index: 990;
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .page-head .main-section .contacts-container .contacts a {
    width: 100% !important;
    flex-shrink: 0;
    padding: 4px 10px;
    max-width: none;
    font-size: 16px;
    height: 35px;
    order: 0;
  }
  .page-head .main-section .contacts-container .contacts a.messenger {
    order: 1;
  }
  .page-head .main-section .contacts-container:hover:after {
    opacity: 0;
  }
  .page-head .main-section .contacts-container:hover .contacts {
    box-shadow: #666 0 0 5px;
    height: auto;
    padding: 10px;
    margin: -10px;
  }

  .page-footer {
    padding: 0;
  }
  .page-footer .width-container {
    flex-wrap: wrap;
  }
  .page-footer .width-container > a {
    display: none;
  }
  .page-footer .menu-section {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }

  html,
head,
body,
.first-page,
.top,
.bottom,
.two-col,
.main-container,
.body-container,
.products-page,
.two-col,
.h-top-block,
.h-blocks,
.advert-bottom,
.am-window-container,
.prod-pads-content,
.backet-form-fields,
.compare-view {
    width: 100% !important;
  }

  .start-advert,
.start-advert > .container,
.advert-images,
.advert-one,
.advert-one > a > img {
    width: 100vw !important;
    height: 40vw !important;
    z-index: 0 !important;
  }

  .start-advert {
    margin-top: 75px !important;
  }

  .center-col-bg,
.products-order,
.request,
.backet-form-products,
.backet-form-procucts-bottom {
    width: 90vw !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .prod-pads > tbody > tr,
.prod-pads-content > .prod-pad.open > table > tbody > tr,
.prod-pads-content > .prod-pad.open > table > tbody > tr > td > form,
.center-content {
    display: flex !important;
    flex-direction: column !important;
  }

  .backet-form-procucts-bottom > table > tbody > .product > td {
    width: 0 !important;
  }

  .right-col {
    align-self: center;
    order: -1 !important;
  }

  .search-loader,
.left-col,
.advert-nav,
.h-search {
    display: none !important;
  }

  .advert-nav-next,
.advert-nav-prev {
    top: 25px !important;
  }

  .h-searchMobile {
    display: flex !important;
    /* position: relative !important; */
    margin: 0 !important;
    top: 0 !important;
    justify-content: center !important;
    padding-top: 7px !important;
    /* margin: 10px 30vw 10px 30vw; */
    align-items: center !important;
    /* width: 40vw !important;
    left: 25% !important;
    padding: 10px !important; */
  }

  ::-webkit-input-placeholder {
    text-align: center;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
  }

  :-ms-input-placeholder {
    text-align: center;
  }

  .basketMobile {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }

  .basketMobile > a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .basketMobile > a > svg {
    height: 30px !important;
    margin: 5px 10px 0 10px !important;
    fill: #d9d9d9;
  }

  /* .basketMobile>span{
      text-align: center;
  } */
  .h-logoMobile {
    /* background-color: #acacac !important; */
    display: flex !important;
    /* position: fixed !important; */
    top: 0 !important;
    justify-content: center !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .h-logoMobile > a > img {
    height: 35px !important;
  }

  .product-head > table > tbody > tr {
    width: 90vw !important;
  }

  .product-head > table > tbody > tr > td,
.leave-prod-comment > form > table > tbody > tr > td > textarea {
    width: 90vw !important;
  }

  .product-head > table > tbody > tr,
.center-col-bg,
.leave-prod-comment > form > table > tbody > tr,
.docs-menu {
    display: flex !important;
    justify-self: center !important;
    flex-direction: column !important;
  }

  td.docs-menu {
    padding-top: 7px !important;
    height: auto !important;
  }

  td.docs-menu > a {
    margin: 5px;
  }

  td.mstore {
    background: none !important;
  }

  /* .main-image>.preview, */
  .main-image {
    width: 95vw !important;
  }

  .square {
    width: auto !important;
  }

  /* .square, */
  .other-images,
.other-scroll,
.products-block-wide,
.prod-block-content {
    width: 90vw !important;
    overflow-x: auto !important;
  }

  div.main-image > a {
    width: 90vw !important;
  }

  .product-head > table > tbody > tr > td > table > tbody > tr > td > .separator {
    width: 80vw !important;
  }

  /* div.main-image>a {
      width: 100vw !important;
  } */
  .other-images > .other-scroll > div > table > tbody > tr {
    /* display: flex !important;
    flex-direction: row !important;
    /* justify-content: center !important; */
    /* flex-wrap: wrap !important; */
    overflow-x: auto !important;
  }

  .other-images > {
    overflow: visible !important;
  }

  #fancybox-overlay,
#fancybox-wrap {
    display: none !important;
  }

  .site-head,
.main-container.mm,
.head-info,
table.h-blocks > tbody > tr {
    height: 45px !important;
  }

  /* .image>img {
      width: 120px !important;
  } */
  .top,
.products-page {
    background: white !important;
  }

  .bread {
    margin: 10px 0 10px 0 !important;
  }

  /* .start-advert {
      display: none;
  } */
  #seo-text {
    display: none !important;
  }

  .start-products {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto;
    background: white !important;
  }

  .actions {
    order: 3 !important;
  }

  .main-footer,
.footer-info,
.footer-rubs {
    width: 100vw !important;
  }

  .h-menu,
.head-info,
.h-phones,
.main-container.mm {
    position: fixed !important;
    top: -100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: #2e2e2e !important;
    /* opacity: .3 !important; */
    transition: all 0.3s ease 0s;
    z-index: -1 !important;
  }

  div.h-search,
.block.first {
    width: inherit !important;
    background: none !important;
  }

  .prod-block-content {
    background: none !important;
  }

  .head-info,
.h-blocks,
.main-container,
.head-info.active {
    display: flex !important;
    flex-direction: column !important;
    z-index: -1;
  }

  input.q {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    cursor: pointer !important;
    height: 30px !important;
    width: 60vw !important;
    font-size: 13pt !important;
    /* color: white !important;
    border-bottom: 2px solid white !important; */
    /* z-index: 9999 !important; */
  }

  .main-message,
.h-logo,
.h-consult {
    display: none !important;
  }

  .h-menu.active > tbody > tr {
    margin-top: 80px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .main-rubs > tbody > tr {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .main-rubs > tbody > tr > td {
    width: 150px;
  }

  .h-menu.active,
.head-info.active,
.main-container,
.main-container.mm.active {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /* z-index: 999 !important; */
  }

  .h-blocks {
    z-index: -9999 !important;
  }

  div.main-container,
.rubs > tbody > tr,
.footer-info > .phone,
.footer-info,
.main-head {
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
  }

  /* .main-head{
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important;
      width: 100vw !important;
  } */
  .footer-info {
    width: 90vw !important;
  }

  .footer-info > .phone > strong {
    width: 70vw;
  }

  .about,
.info > a.name {
    width: 100% !important;
  }

  .h-phones {
    display: none !important;
  }

  .imageInfo {
    display: flex !important;
    flex-direction: column !important;
  }

  .main-head {
    position: fixed !important;
    background: none !important;
    background-color: #2e2e2e !important;
    opacity: 0.9;
    /* background: url(../images/main-bg.png) repeat 100% 100%; */
    z-index: 0;
    height: 75px !important;
    width: 100vw !important;
  }

  .menuMobTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div.block.first,
.block,
.actions {
    /* background: none !important; */
    border: none !important;
    width: 80vw !important;
  }

  table {
    border: none !important;
  }

  .headerburger {
    display: flex !important;
    position: absolute !important;
    overflow: hidden !important;
    /* left: 0 !important; */
    top: 0 !important;
    margin: 9px 10px 0 10px !important;
    /* padding: 20px 0 0 0; */
    width: 35px !important;
    height: 25px !important;
    z-index: 9999 !important;
  }

  .headerburger span,
.headerburger:after,
.headerburger:before {
    position: absolute;
    /* background-color: rgb(83, 83, 83); */
    background-color: #d9d9d9;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
    left: 0;
  }

  .headerburger span {
    top: 11px;
  }

  .headerburger:after,
.headerburger:before {
    content: "";
  }

  .headerburger:after {
    top: 0;
  }

  .headerburger:before {
    bottom: 0;
  }

  .headerburger.active:after {
    transform: rotate(45deg);
    top: 11px;
  }

  .headerburger.active:before {
    transform: rotate(-45deg);
    bottom: 11px;
  }

  .headerburger.active span {
    transform: scale(0);
  }

  .page-head .top-section .text-pages {
    display: none;
  }
  .page-head .menu-section {
    height: auto;
  }
  .page-head .menu-section .width-container {
    flex-wrap: wrap;
  }
  .page-head .menu-section .menu-item .menu-item-name {
    height: 40px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
  }

  .products-list .descr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .products-list .descr > * {
    order: 10;
    float: none;
  }
  .products-list .descr .product-id {
    width: 100%;
    order: 1;
    margin: 0 0 10px 0;
  }
  .products-list .descr .name {
    width: 100%;
    order: 0;
  }
  .products-list .descr .add {
    order: 4;
  }
  .products-list .descr .price {
    order: 3;
    margin-right: 20px;
  }
  .products-list .descr .separator {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .page-head .top-section .h-backet {
    padding: 10px;
  }
  .page-head .main-section {
    flex-direction: column;
    align-items: center;
  }
  .page-head .main-section .contacts-container {
    margin-left: 8px;
  }
  .page-head .menu-section {
    height: auto;
  }
  .page-head .menu-section .width-container {
    flex-direction: column;
    align-items: stretch;
  }
  .page-head .menu-section .menu-item .menu-item-name {
    height: 40px;
    font-size: 18px;
    text-align: center;
  }

  .products-list .product-one {
    flex-direction: column;
    align-items: center;
  }
  .products-list .product-one .descr {
    margin: 20px 0 0 0;
  }
}

/*# sourceMappingURL=styles.css.map */
