﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; /*vertical-align: top;*/
  background: transparent;
  font-family: Tahoma;
  text-decoration: none;
}

body {
  line-height: 1;
}

/* td  */
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

#content ul {
  margin-left: 20px;
  list-style: square outside;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
}

html, body {
  height: 100%;
  min-height: 100%;
}

.clr {
  clear: both;
}

body {
  font-size: 14px;
}

A {
  color: #4D4444;
  text-decoration: underline;
}

A:hover {
  color: #111f38;
}

H1 {
  color: #111f38;
  font-size: 22px;
  margin-bottom: 20px;
}

H2 {
  color: #111f38;
  font-size: 20px;
  margin-bottom: 15px;
}

P {
  margin: 5px 0 10px 0;
}

#all {
  width: 1024px;
  margin: 0 auto;
}

#head {
  width: 100%;
  position: relative;
  height: 125px;
}

#logo {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 228px;
  height: 150px;
  text-align: center;
}

#logo A {
  display: block;
  background: url("/i/kr-logo.png") top center no-repeat;
  background-size: contain;
  width: 228px;
  height: 70px;
  position: relative;
  left: 3px;
  top: -5px;
}

#logo SPAN {
  font-size: 14px;
  color: #8b8b8b;
  font-family: Arial;
}

#week {
  position: absolute;
  top: 40px;
  left: 630px;
}

.weekdays {
  overflow: hidden;
}

.weekdays SPAN {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/i/work-day.png") center center no-repeat;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  text-shadow: 0 0 3px #000;
  border-radius: 2px;
  float: left;
  margin-right: 1px;
}

.weekdays SPAN.currentday {
  background: url("/i/current-day.png") center center no-repeat;
}

.weekdays SPAN.holyday {
  background: url("/i/holy-day.png") center center no-repeat;
}

.weekwork {
  font-family: Verdana;
  font-size: 7.5px;
  font-weight: bold;
  color: black;
  margin: 5px 0 0 0;
}

.weektext {
  font-family: Verdana;
  font-size: 7.5px;
  font-weight: bold;
  color: black;
  margin: 0 0 10px 0;
}

#phone {
  position: absolute;
  top: 15px;
  left: 260px;
  color: #111f38;
  font-family: Verdana;
  text-align: left;
}

#phone > SPAN {
  display: block;
  margin: 6px 0;
  font-weight: bold;
}

#phone > SPAN SPAN {
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
}

#phone > SPAN:first-child {
  position: relative;
  left: 11px;
}

#phone .callback A {
  color: #6f6f6f;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px dotted #6f6f6f;
  position: relative;
  left: 11px;
  top: 5px;
}

#basket {
  position: absolute;
  top: 33px;
  /*right: 150px;*/
  right: 130px;
  height: 40px;
  text-align: center;
}

#basket A {
  color: #8b8b8b;
  font-size: 14px;
}

#basket #basket-inner > SPAN {
  display: inline-block;
  color: black;
  background: #ff0000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 23px;
  left: 37px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
}

#basket #basket-inner > P {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
}

#help {
  position: absolute;
  top: 30px;
  /*right: 80px;*/
  height: 40px;
  text-align: center;
}

#help #help-inner > P {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
}

#map {
  position: absolute;
  top: 30px;
  right: 10px;
  height: 40px;
  text-align: center;
}

#map #map-inner > P {
  font-size: 11px;
  font-family: Verdana;
  font-weight: bold;
}

#contacts {
  position: absolute;
  top: 20px;
  right: 5px;
  text-align: right;
  width: 400px;
}

#contacts P {
  margin: 0;
}

#contacts SPAN {
  display: block;
  margin-bottom: 5px;
  color: #8b8b8b;
}

#contacts SPAN.phone {
  color: #111f38;
  font-size: 16px;
  font-weight: bold;
}

#contacts SPAN.email {
  color: #111f38;
}

#search {
  position: absolute;
  right: 5px;
  top: 0px;
}

#search-inner {
  position: relative;
  top: 5px;
  left: 0px;
  width: 275px;
  height: 40px;
}

#search-inner INPUT[type="text"] {
  width: 230px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  border-radius: 5px;
  background: url("/i/search-bg.png") repeat;
}

#search-inner INPUT[type="button"] {
  display: none;
}

#search-inner INPUT[type="submit"] {
  background: url("/i/search-icon.png") center center no-repeat;
  border: 0;
  width: 39px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -4px;
}

#menu {
  height: 40px;
  background: #111f38;
  font-size: 16px;
  font-family: Tahoma;
  position: relative;
}

#menu > UL {
  position: absolute;
  top: 0;
  left: 0;
  width: 730px;
}

#menu LI {
  display: inline;
}

#menu LI.root-level-li {
  line-height: 40px;
  float: left;
  border-right: 1px solid #26A791;
}

#menu LI.root-level-li:first-child {
  border-left: 0px;
}

#menu LI.root-level-li:last-child {
  border-right: 0px;
}

#menu LI.root-level-li > A {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 25px;
}

#menu LI.root-level-li > A IMG {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

#menu LI.root-level-li > A:hover {
  background: #26A791;
}

#menu LI.root-level-li:hover > A {
  background:#26A791;
}

.level-2-ul {
  display: none;
}

.level-3-ul {
  display: none;
}

#top {
  padding: 5px;
  position: relative;
  width: 1012px;
  height: 335px;
  left: 6px;
}

#top IMG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#top .catalog-menu-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 1012px;
  background: url("/i/mbg.png") repeat;
  padding: 20px 0 0 0;
}

#top .catalog-menu-main .root-menu-ul {
  display: block;
  color: white;
  width: 1000px;
  position: relative;
  left: 20px;
}

#top .catalog-menu-main .root-menu-ul A {
  color: white;
}

#top .catalog-menu-main .root-menu-li {
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  height: 170px;
}

#ml188_lmli {
  height: 50px !important;
}

#ml330_lmli {
  height: 50px !important;
}

#ml211_lmli {
  height: 50px !important;
}

#top .catalog-menu-main .root-menu-li:last-child {
  border-right: 0px dotted #457d99;
}

#top .catalog-menu-main .root-menu-li > A {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

#top .catalog-menu-main .menu-2-ul {
  display: block;
  margin: 10px;
}

#top .catalog-menu-main .menu-2-li > A {
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
}

#top .catalog-menu-main .menu-2-li {
}

#top .catalog-menu-main .menu-2-li:hover {
}

#content {
  overflow: visible;
}

#content-left {
  float: left;
  width: 225px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}

#content-left #left-menu {
  padding: 10px 0 20px 10px;
}

#content-left #left-menu A {
  text-decoration: none;
  line-height: 20px;
}

#content-left #left-menu LI {
  list-style: none;
}

#content-left #left-menu .root-menu-li > A {
  color: #111f38;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

#content-right {
  float: right;
  width: 1020px;
}

#content-inner {
  padding: 0 20px;
}

#breadcrumbs {
  font-size: 10px;
  margin: 20px 0 20px 0;
  line-height: 15px;
}

#breadcrumbs SPAN {
  margin: 0 5px;
}

#footer-menu {
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}

#footer-menu A {
  margin: 0 10px;
}

#footer {
  background-color: #26A791;
  color: white;
  font-size: 15px;
  text-align: center;
  clear: both;
}

#footer-inner {
  width: 1024px;
  height: 400px;
  position: relative;
}

.catalog-menu-footer {
  position: absolute;
  top: 70px;
  left: 240px;
  z-index: 3;
  width: 750px;
  font-size: 13px;
  text-align: left;
}

.catalog-menu-footer SPAN {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 10px 0;
}

.catalog-menu-footer A {
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px 5px 0;
  text-align: left;
  font-size: 14px;
  color: white;
  text-decoration: underline;
}

#footer-about {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 170px;
  text-align: left;
}

#footer-about > * {
  display: block;
}

#footer-about SPAN {
  font-weight: bold;
  color: white;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 14px;
}

#footer-about A {
  color: white;
  margin: 0 0 8px 0;
  font-size: 13px;
  text-decoration: none;
}

#flogo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 170px;
  height: 78px;
  text-align: center;
}

#flogo A {
  display: block;
  background: url("/i/flogo.png") top center no-repeat;
  width: 170px;
  height: 40px;
}

#flogo SPAN {
  font-size: 12px;
  color: white;
  text-transform: lowercase;
  font-family: Arial;
}

#fmenu {
  position: absolute;
  top: 16px;
  left: 240px;
  border-bottom: 1px solid #ccc;
  width: 770px;
}

#fmenu {
  height: 45px;
  font-size: 14px;
  font-family: Tahoma;
  position: relative;
}

#search-footer {
  position: absolute;
  right: 0px;
  top: -2px;
}

#fmenu UL {
  position: absolute;
  top: 0;
  left: 0px;
}

#fmenu LI {
  display: inline;
  float: left;
}

#fmenu LI.root-level-li {
  padding: 10px 0;
}

#fmenu LI.root-level-li > A {
  border-right: 1px solid #ccc;
}

#fmenu LI.root-level-li:first-child > A {
  border-left: 0px;
}

#fmenu LI.root-level-li:last-child > A {
  border-right: 0px;
}

#fmenu LI A {
  color: white;
  text-decoration: underline;
  display: block;
  padding: 0 10px;
}

#fmenu LI:hover {

}

#fmenu LI:hover A {
  text-decoration: none;
}

#fcontacts {
  position: absolute;
  bottom: 80px;
  left: 20px;
  border-right: 1px solid #4c9dc3;
  height: 27px;
  background: url("/i/fcontacts.png") left center no-repeat;
  padding-left: 35px;
  color: white;
  width: 35%;
  text-align: left;
}

#fphone {
  position: absolute;
  bottom: 80px;
  left: 430px;
  border-right: 1px solid #4c9dc3;
  height: 27px;
  background: url("/i/fphone.png") left center no-repeat;
  padding-left: 35px;
  color: white;
  width: 34%;
  text-align: left;
}

#fphone > SPAN {
  display: block;
  margin: 6px 0;
}

#fphone > SPAN:first-child {
  position: relative;
  left: 12px;
}

#fphone > SPAN SPAN {
  font-size: 12px;
  color: #ccc;
}

#femail {
  position: absolute;
  bottom: 80px;
  left: 830px;
  height: 27px;
  line-height: 27px;
  background: url("/i/fmail.png") left center no-repeat;
  padding-left: 35px;
  color: white;
  width: 20%;
  text-align: left;
}

#soc {
  position: absolute;
  top: 280px;
  left: 20px;
  font-size: 12px;
}

#soc A {
  display: inline-block;
  margin-top: 10px;
}

#company-info {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  text-align: left;
  width: 200px;
}

#company-info > DIV {
  font-size: 14px;
  margin: 0 0 15px 0;
}

#company-info > DIV > SPAN {
  display: block;
}

#company-info > DIV > SPAN > SPAN{
  display: block;
  font-size: 11px;
  margin: 3px 0 10px 0;
  opacity:0.7;
}

#footer-line-split {
  position: absolute;
  top: 20px;
  left: 220px;
  width: 1px;
  height: 325px;
  border-right: 1px solid #ccc;
}

#ftext {
  position: absolute;
  top: 370px;
  left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 1000px;
  font-size: 12px;
}

.divorce-items {
  overflow: hidden;
  width: 110%;
}

.divorce-item {
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.d-header {
  font-size: 20px;
}

.d-body {
  overflow: hidden;
  margin-top: 5px;
}

.d-image {
  float: left;
  margin: 0 10px 10px 0;
}

.pagination {
  overflow: hidden;
  margin: 30px 0;
}

.pagination LI {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.pagination LI.selected A {
  color: #111f38;
  font-weight: bold;
}

.products {
  overflow: visible;
  width: 110%;
}

.products .p-outer {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin-bottom: 100px;
  min-height:470px;
}

.p-inner {
  overflow: visible;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 16px;
  /*border-radius: 10px;*/
  margin: 10px;
  padding: 20px;
}

.p-outer-actions {
  min-height: 400px;
}

.products .p-outer .list-announce-prop {
  width: 100%;
  margin: 0 auto;
  display: none;
}

.products .p-outer:hover {
  position: relative;
}

.products .p-outer:hover .p-inner {
  position: absolute;
  z-index: 999;
  width:230px;
}

.products .p-outer:hover .list-announce-prop {
  display: block;
  opacity: 0.7;
}

.products .p-outer .list-announce-prop > DIV {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
}

.products .p-outer .list-announce-prop > DIV > SPAN {
  float: right;
  text-align: right;
}

.products .p-outer .list-announce-prop > DIV > I {
  float: left;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 50%;
  text-overflow: ellipsis; /* Добавляем многоточие */
}

.p-inner:hover {
  box-shadow: 0 0 5px #ccc;
}

.p-inner p {
  margin: 0;
}

.p-image {
}

.p-name {
  text-decoration: none;
  color: #111f38;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 15px;
}

.p-price {
  display: block;
  font: bold 16px Tahoma;
  color: #111f38;
  margin-bottom: 5px;
}

.p-data {
  text-align: center;
  margin-top: 10px;
}

.p-button {
  cursor: pointer;
}

.p-discount {
  text-decoration: line-through;
}

.p-real {
  color: red;
}

.goods-items {
  width: 110%;
}

.goods-items .p-outer {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

.goods-items .p-outer .p-inner {
  padding: 5px;
  min-height: 250px;
}

.product-table {
  overflow: hidden;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
}

.p-count {
  display: block;
  margin: 10px 0;
}

.p-count INPUT {
  font: 12px Tahoma;
  border: 1px solid #a9a9a9;
  width: 30px;
  height: 30px;
  text-align: center;
}

.product-image {
  text-align: center;
}

.product-table TD {
  vertical-align: top;
}

.product-small-images A {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.product-decription {
  padding-left: 20px;
  width: 300px;
}

.product-decription .product-data {
  padding: 20px 20px 10px 20px;
  background: linear-gradient(to left, white, #edf4fe);
  margin-bottom: 20px;
  border-left: 3px solid #111f38;
  border-radius: 0 20px 20px 0;
  width: 100%;
  position: relative;
}

.product-decription .product-data .p-price {
  font-size: 30px;
}

.product-decription .product-data .p-price.p-discount {
  font-size: 20px;
}

.product-decription .product-data .p-add {
  overflow: hidden;
  margin-top: 20px;
}

.product-decription .product-data .p-add SPAN {
  display: block;
  float: left;
}

.product-decription .product-data .p-add SPAN:first-child {
  position: relative;
  top: -8px;
  margin-right: 15px;
}

.product-decription .product-data .p-delivery {
  position: absolute;
  top: 17px;
  left: 261px;
  text-align: left;
}

.dbasket {
  width: 100%;
}

.dbasket TD,
.dbasket TH {
  padding: 10px;
}

.dbasket TD INPUT {
  font: 12px Tahoma;
  border: 1px solid #a9a9a9;
  width: 47px;
  height: 20px;
  text-align: center;
}

.dbasket TD {
  border: 1px solid #ddd;
}

.dbasket TH {
  border: 1px solid #111f38;
  background: #111f38;
  color: white;
  text-align: left;
}

.dbdel IMG {
  cursor: pointer;
}

#total-basket-data {
  font-weight: bold;
  color: #111f38;
  font-size: 18px;
  text-align: right;
}

#mybasketform {
  padding: 40px 0;
}

#mybasketform TABLE TD {
  padding: 5px;
}

#mybasketform TABLE TD:first-child {
  width: 250px;
  text-align: right;
  font-size: 14px;
  color: #111f38;
  font-weight: bold;
}

#mybasketform SUP {
  color: red;
  font-weight: bold;
  margin: 5px;
}

#mybasketform SMALL {
  color: red;
  font-size: 11px;
  font-weight: normal;
}

#mybasketform INPUT[type="text"] {
  font: 14px Tahoma;
  border: 1px solid #a9a9a9;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
}

#mybasketform SELECT {
  font: 14px Tahoma;
  border: 1px solid #a9a9a9;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
}

#mybasketform TEXTAREA {
  font: 14px Tahoma;
  border: 1px solid #a9a9a9;
  width: 400px;
  height: 200px;
  text-indent: 10px;
  padding: 10px 0;
}

#mybasketform INPUT[type="submit"] {
  background: #111f38;
  border: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

#mybasketform INPUT[type="submit"]:hover {
  opacity: 0.8;
}

.error-alert {
  background: red;
  color: white;
  padding: 20px;
  margin: 20px 0;
}

.table-header {
  color: #111f38;
  padding: 20px 0;
  text-align: left !important;
}

.order-basket-data TABLE {
  width: 100%;
}

.order-basket-data TABLE TD {
  padding: 5px;
  border: 1px solid #ddd;
}

.order-basket-data TABLE TH {
  padding: 5px;
  border: 1px solid #111f38;
  background: #111f38;
  color: white;
  text-align: left;
}

.main-content {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.35;
  text-align: justify;
  font-family: Tahoma;
}

.goods-block-header {
  background: #26A791;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Tahoma;
}

.goods_block {
  margin: 20px 0;
}

#menu #m181_mli A {
  background: #3784c0;
}

#menu #m184_mli A {
  background: #165c7f;
}

.pi-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  display: block;
}

.p-ann-image {
  text-align: center;
  display: block;
  position: relative;
}

.product-main-image {
  position: relative;
  text-align: center;
}

.product-main-image A {
  display: block;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.product-main-image A:first-child {
  /*display: block;*/
}

.pmi_hide {
  display: none !important;
}

.dsp-blk {
  display: block !important;
}

#hit-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.pi-image-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 200px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}

.pi-image-list {
  background-repeat: no-repeat;
  background-position: center center;
}

.pi-image-block IMG {

}

.pi-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 200px;
  height: 200px;
  display: none;
  vertical-align: middle;
  text-align: center;
  background: url("/i/zoom-in.png") center center no-repeat;
  line-height: 250px;
  text-decoration: none;
}

.pi-image:hover .pi-image-zoom {
  display: block;
}

.p-list-name {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.howtolink {
  margin-bottom: 20px;
}

.howtolink SPAN {
  color: #111f38;
  border-bottom: 1px dashed #111f38;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.howtotext {
  background: #efefef;
  padding: 10px;
  margin: 0 0 20px 0;
  display: none;
}

.currency-rouble {
  font-size: 1em;
  margin-right: -0.5em;
}

.currency-rouble SPAN:first-child {
}

.currency-rouble SPAN:last-child {
  position: relative;
  left: -0.7em;
  top: 0.2em;
}

.free-delivery {
  line-height: 10px;
  color: #111f38;
  text-align: center;
  font-weight: bold;
}

.free-delivery IMG {
  position: relative;
  top: 12px;
  left: 10px;
}

.consultation-text {
  text-align: center;
  font-size: 15px;
  color: #111f38;
}

.consultation-text SPAN {
  font-size: 18px;
}

.product_properties_block {
  background: #edf4fe;
  padding: 10px 10px 20px 10px;
  margin-bottom: 30px;
}

.ppb-item {
  position: relative;
  height: 20px;
}

.ppb-name {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
  background: #edf4fe;
  line-height: 20px;
  padding-right: 5px;
}

.ppb-value {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  background: #edf4fe;
  line-height: 20px;
  padding-left: 5px;
}

.ppb-line {
  position: aboslute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0px;
  border-bottom: 1px dotted #ccc;
  z-index: 1;
}

/* блок описания на странице категории */
.divorce-page-text {
  text-align: justify;
  clear: both;
  padding-top: 30px;
}

/* блок описания на странице товара */
.product-page-text {
  text-align: justify;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #34404D;
}

.colors-block {
  width: 100%;
  margin-bottom: 30px;
}

.colors-block-title {
  color: #111f38;
  font-weight: bold;
}

.colors-block-items {
  margin-top: 10px;
}

.color-block-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.cbi-image {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.cbi-image-title {
  display: none;
  background: white;
  padding: 3px;
  box-shadow: 0 0 5px #ccc;
  white-space: nowrap;
  line-height: 30px;
}

.color-block-item:hover .cbi-image-title {
  display: block;
  position: absolute;
  top: 35px;
  left: 20px;
  z-index: 99;
}

.color-product-big-image {
  display: none;
}

.colors-block-small {
  margin: 10px 0;
}

.colors-block-small .colors-block-title {
  color: #111f38;
  font-weight: bold;
}

.colors-block-small .colors-block-items {
  margin-top: 10px;
  width: 100%;
  overflow: visible;
}

.colors-block-small .color-block-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
}

.colors-block-small .cbi-image {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 15px;
}

.colors-block-small .cbi-image-title {
  display: none;
  background: white;
  padding: 3px;
  box-shadow: 0 0 5px #ccc;
  white-space: nowrap;
  line-height: 30px;
}

.colors-block-small .color-block-item:hover .cbi-image-title {
  display: block;
  position: absolute;
  left: 0;
  z-index: 999;
}

.colors-block-small .color-product-big-image {
  display: none;
}

#slide-up {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: 80px;
  background: #111f38;
  line-height: 40px;
  color: white;
  text-align: center;
  cursor: pointer;
  margin-top: -20px;
  display: none;
}

.additional-block {
  width: 370px;
  height: 300px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  position: relative;
  left: 70px;
}

.ab-outer {
  position: relative;
  width: 370px;
}

#ab-left {
  position: absolute;
  top: 40px;
  left: -5px;
  cursor: pointer;
}

#ab-right {
  position: absolute;
  top: 40px;
  right: -10px;
  cursor: pointer;
}

#ab-left-2 {
  position: absolute;
  top: 40px;
  left: -5px;
  cursor: pointer;
}

#ab-right-2 {
  position: absolute;
  top: 40px;
  right: -10px;
  cursor: pointer;
}

.ab-inner {
  position: absolute;
  top: 0;
  left: 22px;
  width: 300px;
}

.ab-item {
  width: 150px;
  height: 350px;
  opacity: 0.8;
  margin: 5px;
}

.ab-item .ab-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  outline: 1px solid #ccc;
}

.ab-item .ab-img A {
  display: table-cell;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

.ab-item .ab-img A IMG {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
}

.ab-item .ab-name {
  margin: 5px 0;
}

.ab-item .ab-price {

}

.ab-item .ab-action {
  display: none;
  margin-top: 5px;
}

.ab-item:hover {
  opacity: 1.0;
}

.ab-item:hover .ab-img {
  outline: 0;
}

.ab-item:hover .ab-img A IMG {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.ab-item:hover .ab-name {
  display: block;
  text-align: center;
}

.ab-item:hover .ab-price {
  display: block;
  text-align: center;
}

.ab-item:hover .ab-action {
  display: block;
  text-align: center;
}

.ab-header {
  color: #111f38;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.filter-block {
  width: 250px;
  float: left;
  border: 1px solid #f0f0f0;
  background: #f2f2f2;
}

.filter-block-inner {
  padding: 15px;
}

.filter-block-inner H3 {
  margin-bottom: 20px;
}

.filter-block-element {
  margin-bottom: 40px;
}

.filter-block-title {
  color: #111f38;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}

.filter-block-title A {
  float: right;
  font-size: 12px;
  background: #111f38;
  color: white;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
}

.filter-range-control {
  overflow: hidden;
}

.filter-range-control INPUT {
  width: 80px;
  padding: 5px;
}

.filter-range-control .min {
  float: left;
}

.filter-range-control .max {
  float: right;
}

.filter-range-control .max INPUT {
  text-align: right;
}

.fbc-checkbox DIV {
  overflow: hidden;
  margin-bottom: 5px;
}

.fbc-checkbox DIV SPAN {
  float: left;
  font-size: 12px;
}

.fbc-checkbox DIV INPUT {
  float: right;
}

.fbc-properties DIV {
  overflow: hidden;
  margin-bottom: 5px;
}

.fbc-properties DIV SPAN {
  float: left;
  font-size: 12px;
  width: 80%;
}

.fbc-properties DIV INPUT {
  float: right;
}

.range-control A {
  background: #111f38 !important;
  border-radius: 15px;
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
}

.ui-slider {
  height: 7px !important;
}

.ui-slider-range {
  background: #ccc !important;
}

.filter-range-control {
  margin-top: 10px;
}

.filter-submit INPUT {
  border: 0;
  background: #111f38;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  font-size: 14px;
}

.filter-submit A {
  color: #111f38;
  margin-left: 20px;
}

.images-checkbox {
}

.images-checkbox SPAN {
  cursor: pointer;
  float: left;
  position: relative;
  margin: 5px;
}

.images-checkbox SPAN IMG {
  opacity: 0.5;
}

.images-checkbox SPAN I {
  margin: 15px 0 0 5px;
  width: 120px;
  text-align: left;
  float: right;
  display: block;
  font-style: normal;
}

.ic_prop_1_16 {
  position: relative;
}

.ic_prop_1_16 SPAN {
  width: 90%;
  position: relative;
  left: -5px;
}

.images-checkbox SPAN.ic-active IMG {
  opacity: 1.0;
}

.images-checkbox INPUT {
  position: absolute;
  left: -1000px;
}

.ic_prop_1_16 IMG {
  position: relative;
  left: 20px;
}

.ic_prop_1_16 INPUT {
  left: 0;
  top: 18px;
}

.filter-label-info {
  position: absolute;
  z-index: 999;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: white;
  border: 0px solid #111f38;
  box-shadow: 0 0 10px #111f38;
}

.filter-label-info A {
  display: block;
  color: #111f38;
  margin-top: 5px;
}

.filter-label-info IMG {
}

.search-result-block {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px dotted #ccc;
}

.srb-name {
  font-size: 14px;
  margin-bottom: 5px;
}

.srb-name SPAN {
  color: #ccc;
}

.srb-text {
  padding: 5px 0 0 20px;
  font-size: 12px;
}

.modal {
  background: white;
}

.modal-outer {
  padding: 20px;
}

.modal-data {
  padding: 20px;
}

#sb-form-visible {
  display: block;
}

#sb-form-hidden {
  display: none;
  padding-top: 40%;
  text-align: center;
}

#sb-form-hidden-cb {
  display: none;
  padding-top: 5%;
  text-align: center;
}

.fo-table {
  width: 100%;
  margin-bottom: 0px;
}

.fo-table TH {
  width: 100px;
  vertical-align: top;
  text-align: left;
}

.fo-table TD {
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}

.fo-table .fo-name {
  color: #111f38;
  margin-bottom: 20px;
}

.fo-table .ab-price {
  overflow: hidden;
}

.fo-table .ab-price * {
  font-size: 14px;
}

.fo-table .ab-price SPAN.p-price {
  float: left;
  margin-right: 30px;
  width: 130px;
}

.sb-header {
  margin: 20px 0 5px 0;
}

#sb-form INPUT[type="text"] {
  width: 100%;
  padding: 10px 0;
  text-indent: 5px;
  border: 1px solid #ccc;
}

#sb-form TEXTAREA {
  width: 100%;
  padding: 10px 0;
  height: 100px;
  text-indent: 5px;
  border: 1px solid #ccc;
}

#sb-form .send-button A {
  display: block;
  background: #111f38;
  color: white;
  width: 100px;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
}

.error-field {
  border: 1px solid red !important;
}

.label-error,
.label-error * {
  color: red !important;
}

.button {
  display: inline-block;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

.button:hover {
  color: white;
  opacity: 0.8;
}

.button-green {
  background: #86a839;
}

.button-blue {
  background: #111f38;
}

.economy-big {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  background: #db5e00;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.economy-big .currency-rouble SPAN:last-child {
  left: -0.6em;
}

.economy-small {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  background: #db5e00;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  z-index: 11;
}

.economy-small .currency-rouble SPAN:last-child {
  left: -0.6em;
}

.similar-block {
}

.sb-header {
  color: #111f38;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

.sb-outer {
  position: relative;
  width: 500px;
  border-top: 1px solid #fef;
  overflow: hidden;
}

#sb-left {
  position: absolute;
  top: 40px;
  left: -5px;
  cursor: pointer;
}

#sb-right {
  position: absolute;
  top: 40px;
  right: -10px;
  cursor: pointer;
}

.sb-inner {
  position: absolute;
  top: 0;
  left: 22px;
  width: 500px;
}

.sb-item {
  width: 100px;
  height: 300px;
  opacity: 0.8;
  margin: 5px;
}

.sb-item .ab-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  outline: 1px solid #ccc;
}

.sb-item .ab-img A {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

.sb-item .ab-img A IMG {
  zoom: 0.7;
}

.sb-item .ab-name {
  display: none;
  margn: 5px 0;
}

.sb-item .ab-price {
  display: none;
}

.sb-item .ab-action {
  display: none;
  margin-top: 5px;
}

.sb-item:hover {
  opacity: 1.0;
}

.sb-item:hover .ab-img {
  outline: 0;
}

.sb-item:hover .ab-img A IMG {
  zoom: 1.0;
}

.sb-item:hover .ab-name {
  display: block;
  text-align: center;
}

.sb-item:hover .ab-price {
  display: block;
  text-align: center;
}

.sb-item:hover .ab-action {
  display: block;
  text-align: center;
}

.sb-outer .p-outer {
  width: 50%;
  float: left;
  height: 300px;
}

.similar-block-items {
  display: none;
}

.similar-block-0 {
  display: block !important;
}

.similar-block-show-next {
  text-align: center;
  background: #111f38;
  color: white;
  padding: 5px 0;
  clear: both;
  cursor: pointer;
}

.divorce-main-items {
  overflow: hidden;
}

.divorce-main-item {
  float: left;
  width: 33%;
  min-height: 350px;
}

.divorce-main-item-inner {
  border: 1px solid #eee;
  padding: 10px;
  height: 100%;
  overflow: hidden;
}

.divorce-main-item-inner:hover {
  border: 1px solid #bbb;
}

.dm-image-outer {
  display: table-cell;
  width: 280px;
  height: 250px;
  text-align: center;
  vertical-align: middle;
}

.dm-header {
  text-align: center;
  margin: 30px 0;
}

.dm-header A {
  text-decoration: none;
  color: #111f38;
  font-size: 20px;
}

.dm-header A IMG {
  position: relative;
  top: 2px;
}

.top-products-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.divorce-top-block {
  float: left;
  width: 70%;
}

.divorce-top-block A {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #111f38;
}

.divorce-top-block A:hover {
  background: #111f38;
  color: white;
}

.top-products-discount A {
  border-bottom: 1px dashed #111f38;
  color: #111f38;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  margin: 0 20px 0 0;
}

.top-products-discount A.spec-cancel SPAN {
  margin-right: 10px;
}

.top-products-discount A.spec-cancel {
  border-bottom: 0px dashed #111f38;
  color: red;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}

.top-products-discount {
  width: 100%;
  text-align: left;
}

.pmi-bg-image {
  width: 350px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main-content-table TD {
  vertical-align: top;
}

.main-content-table {
  width: 100%;
}

.main-news {
  width: 250px;
  padding-left: 20px;
}

.news-item {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.ndate {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.ntitle {
  display: block;
  margin-top: 5px;
  text-align: left;
}

.ntext {
  margin-top: 5px;
  font-size: 12px;
}

.all A {
  color: #111f38;
}

.article-item {
  margin-bottom: 7px;
}

.article-item * {
  font-weight: bold;
  color: #153f65;
}

#suggest {
  position: absolute;
  z-index: 999;
  top: 35px;
  right: 0;
  width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  display: none;
}

#fsuggest {
  position: absolute;
  z-index: 999;
  top: 35px;
  right: 0;
  width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  display: none;
}

.suggest-result {
  padding: 5px 5px;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
}

.suggest-result:last-child {
  border-bottom: 0px;
}

.suggest-image {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.suggest-name {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.suggest-result TABLE TD {
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.suggest-result TABLE TH {
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

.suggest-result TABLE .ab-price * {
  font-size: 12px;
}

.suggets-article {
  margin-bottom: 5px;
  font-size: 11px;
  color: #bbb;
}

.root-level-li:hover > UL {
  display: block;
  position: absolute;
  left: 0;
  width: 1024px;
  background: url("/i/mbg.png") repeat;
  overflow: hidden;
  z-index: 300;
}

.root-level-li:hover > UL > LI {
  display: block;
  float: left;
  width: 25%;
  line-height: 14px;
  padding: 20px 0;
}

.root-level-li:hover > UL > LI:nth-child(5n) {
  clear: both;
}

.root-level-li:hover > UL > LI > A {
  display: block;
  color: white;
  margin: 5px 20px 5px 40px;
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.root-level-li:hover > UL > LI > A:hover {
  background: red;
  color: white;
}

.root-level-li:hover > UL > LI:hover > A {
  background: red;
  color: white;
}

.root-level-li:hover > UL > LI > UL {
  display: block;
  padding: 0 10px;
}

.root-level-li:hover > UL > LI > UL > LI > A {
  display: block;
  color: white;
  padding: 3px;
  margin: 3px 0 3px 40px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.root-level-li:hover > UL > LI > UL > LI > A:hover {
  background: #111f38;
  color: white;
}

.banners-main {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}

.banners-block {
  height: 250px;
  width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

.banners-block UL {

}

.banners-block LI {

}

.banners-block A {
  display: block;
  width: 1000px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-decoration: none;
}

.banners-block SPAN {
  display: block;
  width: 1000px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.banner-text {
  position: absolute;
  top: 140px;
  left: 695px;
  font-size: 12px;
  display: block;
  width: 250px !important;
  height: 100px !important;
}

.banner-text IMG {
  margin-top: 15px;
}

#b-left {
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  left: 10px;
  z-index: 100;
}

#b-right {
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 100;
}

#b-left,
#b-right {
  opacity: 0.1;
}

#b-left:hover,
#b-right:hover {
  opacity: 1.0;
}

#basket-inner {
  position: relative;
}

#basket-popup .dbprice {
  white-space: nowrap;
}

#basket-popup .dbtotal {
  white-space: nowrap;
}

#basket-popup {
  position: absolute;
  background: white;
  top: 45px;
  right: 0px;
  display: none;
  z-index: 999;
  text-align: left;
  font-size: 12px;
  width: 500px;
  height: auto;
  box-shadow: 0 0 10px #333;
}

#total-basket-buttons SPAN {
  display: inline-block;
  background: #CE5151;
  color: white;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  float: left;
  font-size: 14px;
}

#total-basket-buttons A {
  display: inline-block;
  background: #111f38;
  color: white;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  text-decoration: none;
}

.mybasket-change-block {
}

.mybasket-change-block SPAN {
  display: inline-block;
  color: #111f38;
  cursor: pointer;
  border-bottom: 1px dashed #111f38;
  margin: 10px 10px;
  padding: 0;
}

.mybasket-change-block SPAN.active {
  color: white;
  cursor: default;
  border: 0px;
  background: #111f38;
  padding: 10px 10px;
  margin: 0;
}

.ut2 {
  display: none;
}

.country {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #CE5151;
  margin: 10px 0;
}

.country IMG {
  vertical-align: middle;
  margin-left: 5px;
  border: 1px solid #ccc;
}

.action-link {
  color: #111f38;
  border-bottom: 1px dashed #111f38;
  text-decoration: none;
}

.main_link a:link {
  padding: 20px;
  font-weight: bold;
  line-height: 30px;
}

.main_link {
  font-weight: bold;
  float: left;
  text-align: left;
  color: #111f38;
}

.product-page-links {
  padding: 20px 0;
}

.delivery__area {
  margin: 1.25rem 0rem 1.875rem;
}

.delivery-options {
  padding-left: 0;
  font-size: 0.75rem;
}

.delivery-options__option {
  list-style: none;
  margin: 1.25rem 0rem;
}

.delivery-method {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #111f38;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.delivery-method dd {
  padding: 1.875rem;
  margin-top: 0;
  vertical-align: middle;
  line-height: 1.5;
  height: 100%;
  font-family: "Andale Mono", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.delivery-method__title {
  text-align: left;
  padding: 1.875rem;
  margin-top: 0;
  vertical-align: middle;
  line-height: 1.5;
  height: 100%;
  display: table-cell;
  width: 31.25%;
  font-family: "Missguided", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.delivery-method__duration {
  border-left: 1px solid #111f38;
  border-right: 1px solid #111f38;
  text-align: left;
  margin-right: 0;
  display: table-cell;
  width: 50%;
}

.delivery-method__cost {
  display: table-cell;
  width: 18.75%;
  font-size: 1.1875rem;
  font-family: "Missguided", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.delivery-method__price {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
}

.delivery__area p {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Andale Mono", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.action-page {
  color: red !important;
}

.action-page SPAN {
  color: red;
  margin: 0 -10px;
  padding: 0 10px;
}

.action-page:hover SPAN {

}

.CSSTableGenerator {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #111f38;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;

  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.CSSTableGenerator tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.CSSTableGenerator tr:hover td {

}

.CSSTableGenerator tr:nth-child(odd) {
  background-color: #fffdfc;
}

.CSSTableGenerator tr:nth-child(even) {
  background-color: #ffffff;
}

.CSSTableGenerator td {
  vertical-align: middle;

  border: 1px solid #111f38;
  border-width: 0px 1px 1px 0px;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #8b8b8b;
}

.CSSTableGenerator tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(bottom, #82c22e 5%, #82c22e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c22e), color-stop(1, #82c22e));
  background: -moz-linear-gradient(center top, #82c22e 5%, #82c22e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c22e", endColorstr="#82c22e");
  background: -o-linear-gradient(top, #82c22e, 82 c22e);

  background-color: #82c22e;
  border: 0px solid #111f38;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Comic Sans MS;
  font-weight: bold;
  color: #ffffff;
}

.CSSTableGenerator tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #82c22e 5%, #82c22e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82c22e), color-stop(1, #82c22e));
  background: -moz-linear-gradient(center top, #82c22e 5%, #82c22e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c22e", endColorstr="#82c22e");
  background: -o-linear-gradient(top, #82c22e, 82 c22e);

  background-color: #82c22e;
}

.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}

.discount_percent_link {
  display: inline-block;
  margin: 5px 0;
  color: #CE5151;
  text-decoration: none;
  border-bottom: 1px dotted #CE5151;
}

#property-cloud {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 400px;
  display: none;
  z-index: 900;
}

.property-cloud {
  position: relative;
  min-height: 50px;
  background: #111f38;
  padding-right: 20px;
}

.property-cloud-shape {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #111f38;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.property-cloud-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IC43bC0uNy0uNy02LjMgNi4yOTktNi4zLTYuMjk5LS43LjcgNi4zIDYuMy02LjMgNi4yOTkuNy43MDEgNi4zLTYuMyA2LjMgNi4zLjctLjcwMS02LjMtNi4yOTl6Ii8+PC9zdmc+Cg==') no-repeat 50% 50%
}

.property-cloud-body {
  padding: 20px;
  color: white;
}

.property-button-item {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #111f38;
  text-align: center;
  border-radius: 15px;
  color: #111f38;
  cursor: pointer;
  opacity: 0.7;
}

.property-button-item:hover {
  background: #111f38;
  color: white;
  opacity: 1;
}

.economy-small {
  white-space: nowrap;
  font-weight: bold;
}

.novelty-small {
  position: absolute;
  right: 0;
  top: 0px;
  color: white;
  background: #111f38;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  z-index: 11;
  text-transform: uppercase;
}

.novelty-big {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: #111f38;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.add-file-block {
  background: #eee;
  padding: 10px;
  margin-bottom: 30px;
}

.add-file-block > DIV {
  line-height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAy0lEQVQ4T7XTsUoDQRCA4e9Kn0CElJJSWxtJ4SuksM8zREQRlORN0liEQEqrkDZ1UluqWNuKLNzhZMnlkuK2WmaWf/4ZZgv/p4snnIRYvE4wz3NFCKQHQ3zuANyW8FRgFvMRMEW/pnoC/OIGbxFyDOAKq9LkvmrnUMAproNdMk1WDgXknb22CrjAQ80wR9igXYMz9GoMFvhqMsgnHllLfDcBaopvhffO4LJcll2gZ6xbM0if6Q4fDT108IJBvonneNzznSvuD8Z4T4E/eJcwEVTuRc8AAAAASUVORK5CYII=") left center no-repeat;
  padding-left: 20px;
}

.hit-icons {
  text-align: center;
  padding: 5px 0;
}

.hit-icons SPAN {
  display: inline-block;
  color: white;
  line-height: 20px;
  padding: 0 5px;
  margin: 0 5px 5px 0;
}

.hit-icons .is-hit {
  background: #ff5b00;
}

.hit-icons .is-novelty {
  background: red;
}

.hit-icons .is-economy {
  background: #ff5b00;
}

.price-float {
  overflow: hidden;
  margin-bottom: 15px;
}

.price-float-left {
  float: left;
  width: 50%;
  text-align: left;
}

.price-float-right {
  float: right;
  width: 50%;
  text-align: right;
}

.price-float-right SPAN {
  background: #ff5b00;
  display: inline-block;
  color: white;
  line-height: 20px;
  padding: 0 5px;
}

.got-discount {
  background: #ff5b00;
  display: inline-block;
  color: white;
  line-height: 20px;
  padding: 0 5px;
  margin-top: 3px;
  opacity: 0.8;
}

.center-price .price-float-left {
  width: 100%;
  text-align: center;
}

#product-order-count {
  display: none;
  width: 200px;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 999;
  background: #86a839;
  color: white;
  opacity: 0.8;
}

#product-order-count > DIV {
  position: relative;
  padding: 10px 20px;
}

#product-order-count > DIV .poc-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IC43bC0uNy0uNy02LjMgNi4yOTktNi4zLTYuMjk5LS43LjcgNi4zIDYuMy02LjMgNi4yOTkuNy43MDEgNi4zLTYuMyA2LjMgNi4zLjctLjcwMS02LjMtNi4yOTl6Ii8+PC9zdmc+Cg==') no-repeat 50% 50%

}

#product-order-count > DIV > P {
  line-height: 18px;
}

#splash-img {
  position: absolute;
  border: 3px solid #82c22e;
  box-shadow: 0 0 5px #333;
}

.filter-block-control#fbc-producer {
  overflow: hidden;
}

.filter-block-control#fbc-producer > DIV {
  
}

.filter-block-control#fbc-producer > DIV:nth-child(odd) INPUT[type="checkbox"] {
  position: relative;
  right: 5px;
}

.hide {
  display: none !important;
}

.self_delivery {
  display: none;
}

.self_delivery DIV {
  margin: 0 0 10px 0;
  padding: 10px;
  overflow: hidden;
}

.self_delivery INPUT {
  float: left;
  width: 30px;
  position: relative;
  top: 10px;
}

.self_delivery LABEL {
  float: left;
  margin: 0 0 0 10px;
  width: 300px;
  cursor: pointer !important;
}

.catalog-banner {
  padding: 0 0 10px 0;
}

.catalog-banner IMG {
  width: 100%;
}

.catalog_sub_section_list {
  padding: 10px 0 20px 0;
}

.catalog_subsection_slider {
  overflow: hidden;
  position: relative;
  height: 80px;
}

.subsection_slider {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 32px;
  z-index: 1;
  transition: 0.3s;
}

.css-arr {
  position: absolute;
  width: 32px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  z-index: 2;
  top: 0;
  cursor: pointer;
}

.css-arr-left {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkElEQVQ4T52TQQqFMAwFR/Q0LjyEeg91I+j/C88tegMFCVgQIU1qocuZNO/RjLRTAMcTyRL4BSiB8YtA4AFogC1VoMIislYQuAfa9+TwipggwPLsXctKEwjc3ZNVWFvBNTm2wgzIrYHVqllbwS2JheiSWDWaEksgEfyAScvEI4hKvAKR/IHq62cKbebA+az2Ak/8HBG1HVuIAAAAAElFTkSuQmCC);
}

.css-arr-right {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAnklEQVQ4T43TWwrCMBCF4b/oFhR3rYIPtaXdiW5AcEUK5cAESjvJTB5DzpeZXDr24wj8nHl3qnNmZ+ALPDKIB5yBN9BnEA/QxkJewDNCakAaaQFCTtZOtZIIKIjaGbx2MkATyQIXO9QbMK6vNwMorGu9bsOCIqCEtbPOYDdaQBhuVVDCd3tM1VftVZAO1yqYgI/9hfA/eRUcgH+YtAUL2TgeEZ5mjbkAAAAASUVORK5CYII=);
}

.catalog_sub_section_list A {
  display: inline-block;
  color: #111f38;
  border: 1px solid #888;
  white-space: nowrap;
  margin: 0 10px 10px 0;
  font-size: 18px;
  line-height: 70px;
  text-transform: none;
  padding: 0 20px 0 20px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.catalog_subsection_slider A I {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: contain;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
}

.filter-banner {
  margin: 0 0 10px 0;
}

.burger {
  display: none;
  width: 38px;
  height: 38px;
  position: fixed;
  z-index: 9999;
  top: 15px;
  left: 10px;
  border: 2px solid #111f38;
  cursor: pointer;
  opacity: 0.7;
}

.burger-search {
  display: none;
  width: 38px;
  height: 38px;
  position: fixed;
  z-index: 9999;
  top: 15px;
  left: 58px;
  border: 2px solid #111f38;
  cursor: pointer;
  opacity: 0.7;
  background: url(/i/burger-search.png) center center no-repeat white;
  background-size: contain;
}

.burger SPAN {
  display: block;
  width: 25px;
  height: 2px;
  background: #111f38;
  margin: 8px auto 0 auto;
}

.out-of-stock {
  padding: 20px 0;
  color: #CE5151;
  font-weight: bold;
  font-size: 18px;
}

.on-order-text {
  clear: both;
  color: #CE5151;
  position: relative;
  top: 10px;
}

.button-on-order {
  position: relative;
  top: -3px;
}

.on_order_caption {
  display: inline-block;
  background: #111f38;
  line-height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 36px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: 0;
  cursor: pointer;
}

.on_order_caption_small {
  line-height: 25px;
  width: 25px;
  border-radius: 25px;
  font-size: 16px;
}

.button-on-order-list {
  line-height: 25px;
  padding: 0 20px;
  font-size: 12px;
}

.sert-list {
  overflow: hidden;
}

.sert-list A {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  margin: 0 20px 20px 0;
}

.gb-collection-slider .goods-items {
  position: relative;
  width: 100%;
}

.gd-arr {
  position: absolute;
  top: 150px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.gd-arr.disabled {
  opacity: 0.2;
}

.gd-arr-left {
  left: -40px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik03LjcwMSwxNC4yNzZsOS41ODYtOS41ODVjMC44NzktMC44NzgsMi4zMTctMC44NzgsMy4xOTUsMGwwLjgwMSwwLjhjMC44NzgsMC44NzcsMC44NzgsMi4zMTYsMCwzLjE5NCAgTDEzLjk2OCwxNmw3LjMxNSw3LjMxNWMwLjg3OCwwLjg3OCwwLjg3OCwyLjMxNywwLDMuMTk0bC0wLjgwMSwwLjhjLTAuODc4LDAuODc5LTIuMzE2LDAuODc5LTMuMTk1LDBsLTkuNTg2LTkuNTg3ICBDNy4yMjksMTcuMjUyLDcuMDIsMTYuNjIsNy4wNTQsMTZDNy4wMiwxNS4zOCw3LjIyOSwxNC43NDgsNy43MDEsMTQuMjc2eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==') no-repeat center center;
}

.gd-arr-right {
  right: -40px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNC4yOTEsMTQuMjc2TDE0LjcwNSw0LjY5Yy0wLjg3OC0wLjg3OC0yLjMxNy0wLjg3OC0zLjE5NSwwbC0wLjgsMC44Yy0wLjg3OCwwLjg3Ny0wLjg3OCwyLjMxNiwwLDMuMTk0ICBMMTguMDI0LDE2bC03LjMxNSw3LjMxNWMtMC44NzgsMC44NzgtMC44NzgsMi4zMTcsMCwzLjE5NGwwLjgsMC44YzAuODc4LDAuODc5LDIuMzE3LDAuODc5LDMuMTk1LDBsOS41ODYtOS41ODcgIGMwLjQ3Mi0wLjQ3MSwwLjY4Mi0xLjEwMywwLjY0Ny0xLjcyM0MyNC45NzMsMTUuMzgsMjQuNzYzLDE0Ljc0OCwyNC4yOTEsMTQuMjc2eiIgZmlsbD0iIzUxNTE1MSIvPjwvc3ZnPg==') no-repeat center center;
}

.fb-purpose{
  display: none;
}

.clear-both{
  clear:both;
}

.products-search{
  min-height: 550px;
}

.captcha_image{
  display: inline-block;
  border:1px solid #ccc;
  padding:20px;
  margin: 0 0 20px 0;
}

.reload_captcha{
  display: inline-block;
  color: #111f38;
  border-bottom: 1px dashed #111f38;
  text-decoration: none;
  cursor:pointer;
  margin-left:10px;
}