@-webkit-keyframes sk-bouncedelay {
  0%, 80%, to {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  to {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes blink {
  0%, to {
    color: #222
  }
  50% {
    color: transparent
  }
}

@keyframes blink {
  0%, to {
    color: #222
  }
  50% {
    color: transparent
  }
}

body, html {
  height: 100%;
  line-height: 1.2
}

body {
  padding: 0;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff url(/img/top.png) repeat-x 0 0
}

p {
  padding: 3px 0
}

.top_left_sidebar {
  top: -25px;
  position: relative
}

.minibord {
  border: 2px solid red;
  padding: 5px;
  position: relative;
  margin-bottom: 7px
}

.minibord p, body.nocolor, img {
  margin: 0;
  padding: 0
}

body.nocolor {
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #000
}

a, a:hover {
  color: #069;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

form, input, select, textarea {
  outline: medium;
  resize: none
}

textarea {
  overflow: hidden
}

table.tb1 {
  border-top: 1px #898989 solid;
  border-right: 1px #898989 solid;
  font-size: 11px
}

.grey {
  background-color: #c9ccce
}

table.tb1 tr.grey1 td {
  background-color: #a1a4a8;
  font-weight: 700;
  font-size: 11px
}

table.tb1 td {
  border-bottom: 1px #898989 solid;
  border-left: 1px #898989 solid;
  padding: 3px;
  text-align: center;
  font-size: 11px
}

table.tb1 td.citytb {
  text-align: left;
  font-weight: 700
}

.button {
  cursor: pointer;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #000
}

img, table {
  border: 0
}

h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400
}

h1 {
  color: #1c74bb;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px
}

h2 {
  font-size: 20px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6, ul.dropdown li b {
  font-size: 12px
}

.clr, .clr1 {
  clear: both
}

.clr1 {
  height: 1px;
  width: 100%
}

.mceContentBody {
  background: #fff;
  color: #000
}

.container {
  width: 1217px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important
}

.top {
  top: 0;
  left: 0;
  width: 100%
}

.block, .header, .top {
  position: relative
}

.block {
  border: 0;
  width: 100%;
  height: 122px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px #aaa solid
}

.header {
  width: 1217px;
  margin: 0 auto
}

.logo, .tm {
  position: absolute;
  left: 0
}

.logo {
  top: 18px;
  width: 222px;
  height: 75px;
  display: block;
  text-indent: -9999px;
  background: url(/img/logo.png) no-repeat 0 0
}

.prg a, .prg_first a {
  color: #008bf6;
  text-decoration: underline
}

.prg a:hover, .prg_first a:hover, .tm ul li a {
  color: #008bf6;
  text-decoration: none
}

.tm {
  top: 134px;
  width: 1180px;
  height: 42px;
  padding: 23px 0 0 37px;
  background: url(/img/tm.png) no-repeat 0 0;
  font-size: 14px
}

.teke p, .tm ul, form, input, select, textarea {
  padding: 0;
  margin: 0
}

.tm ul li {
  padding: 0 35px 0 0;
  margin: 0;
  list-style: none;
  display: inline
}

.tm ul li a {
  color: #fff
}

.ad a, .ad a:hover, .tm ul li a.act, .tm ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.telshap {
  font-size: 12px;
  color: #4b4b4b;
  z-index: 110
}

.sb, .sbb, .sbt {
  position: absolute
}

.sb {
  top: 155px;
  right: 16px;
  width: 164px;
  height: 23px;
  background: url(/img/sb.png) no-repeat 0 0;
  z-index: 6
}

.sbb, .sbt {
  background: 0 0;
  border: 0
}

.sbt {
  top: 4px;
  left: 12px;
  width: 125px;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #999
}

.sbb {
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  cursor: pointer
}

.ad, .basket-cart {
  position: absolute;
  text-align: center;
  padding: 0
}

.ad {
  top: 4px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  color: #000
}

.ad a, .ad a:hover {
  color: red;
  font-weight: 700
}

.ad a:hover {
  text-decoration: none
}

.basket-cart {
  top: 40px;
  min-height: 49px;
  z-index: 100;
  width: 220px;
  height: auto;
  color: #797979;
  right: 10px;
  background: url(/img/cart-new.png);
  background-repeat: no-repeat;
  background-position: right
}

.basket-cart .newcart {
  float: right;
  width: 40px;
  padding: 7px 0 0 8px
}

.basket-cart .aftercart {
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 165px
}

.basket-cart .aftercart .tovar {
  color: #156297;
  text-decoration: underline;
  cursor: pointer
}

.basket-cart .aftercart .tovar:hover {
  color: #156297;
  text-decoration: none
}

.prg, .prg_first {
  vertical-align: middle;
  color: #069;
  height: 20px;
  font-size: 14px;
  position: absolute;
  line-height: 1;
  text-align: left;
  top: 10px
}

.prg_first {
  background: url(/img/panel_email.png) no-repeat 0 0;
  padding-left: 38px;
  left: 240px
}

.prg {
  background: url(/img/panel_man.png) no-repeat 0 0;
  padding-left: 30px;
  right: 170px;
  width: 317px
}

.cnt {
  position: absolute;
  top: 39px;
  left: 235px;
  color: #fff;
  width: 749px;
  height: 54px;
  background: url(/img/cnt.png) no-repeat 0 0
}

.cnt a, .cnt a:hover {
  font-style: italic;
  text-decoration: underline;
  color: #4ec5f3
}

.cnt a:hover {
  text-decoration: none
}

.tel, .time {
  display: inline-block
}

.tel {
  position: absolute;
  font: 700 italic 17px Arial, Helvetica, sans-serif;
  left: 50px;
  top: 7px
}

.tel a, .time a, td.ns .headblock a:hover {
  color: #fff;
  text-decoration: none
}

.time {
  top: 6px;
  font: italic 15px/20px Arial, Helvetica, sans-serif;
  left: 240px
}

.cb, .teke, .time {
  position: absolute;
  text-align: center
}

.cb {
  top: 7px;
  display: inline-block;
  line-height: 20px;
  font: italic 14px/20px Arial, Helvetica, sans-serif;
  right: 25px
}

.cb a, .cb a:hover {
  font-size: 14px;
  font-style: italic;
  color: #fff
}

.teke {
  top: 98px;
  left: 0;
  width: 1217px;
  height: 30px;
  padding: 0;
  color: #000;
  font-size: 12px;
  z-index: 200
}

#spoiler_enabled:hover, .teke a {
  text-decoration: underline
}

.teke a:hover {
  text-decoration: none
}

.wrapper {
  float: left;
  width: 100%
}

.center {
  width: 745px;
  margin: 0 220px;
  padding: 205px 16px 0
}

.center_noblock {
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 220px;
  width: 885px
}

.center h1, body, p {
  margin: 0
}

.banner {
  position: relative;
  padding: 0 0 15px
}

.spi {
  vertical-align: top;
  padding: 0 6px 5px 0
}

.sps tr .spi:last-child {
  padding: 0 0 5px
}

.spb {
  position: relative;
  width: 242px;
  height: 242px;
  border: 1px solid #bababa;
  box-shadow: 0 3px 3px 0 #eaeaea;
  background: #fff
}

.new, .pop {
  right: 0;
  height: 31px;
  padding: 9px 0 0;
  color: #fff
}

.new {
  position: absolute;
  top: 5px;
  width: 112px;
  font-size: 16px;
  font-style: italic;
  background: url(/img/new.png) no-repeat 0 0;
  text-align: center;
  z-index: 5
}

.pop {
  width: 111px;
  background: url(/img/pop.png) no-repeat 0 0
}

.pop, .pr, .sale {
  position: absolute;
  top: 5px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  z-index: 5
}

.sale {
  right: 0;
  width: 112px;
  height: 31px;
  padding: 9px 0 0;
  color: #fff;
  background: url(/img/sale.png) no-repeat 0 0
}

.pr {
  left: -3px;
  width: 115px;
  height: 34px;
  padding: 10px 0 0;
  font-weight: 700;
  color: #737575;
  background: url(/img/price.png) no-repeat 0 0
}

.spb h4, .spim {
  width: 242px;
  text-align: center
}

.spim {
  vertical-align: middle;
  display: table-cell;
  height: 242px
}

.spim img {
  max-height: 242px;
  max-width: 242px
}

.spb h4 {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  font-size: 14px
}

.pb a, .ppo h4 a, .spb h4 a {
  color: #656565;
  text-decoration: none
}

.pb a:hover, .ppo h4 a:hover, .spb .headurl a:hover, .spb h4 a:hover {
  color: #656565;
  text-decoration: underline
}

.pp {
  vertical-align: top;
  padding: 0 6px 5px 0
}

.pb, .ppi {
  height: 242px;
  position: relative
}

.pb {
  text-align: left;
  overflow: hidden;
  width: 492px;
  padding: 0;
  border: 1px solid #bababa;
  box-shadow: 0 3px 3px 0 #eaeaea;
  background: #fff
}

.ppi {
  width: 500px;
  text-align: center;
  vertical-align: middle;
  display: table-cell
}

.ppo {
  position: absolute;
  top: 85px;
  left: 22px;
  width: 215px;
  color: #d80606;
  font-size: 14px
}

.ppo h4 {
  font-size: 26px;
  margin: 0 0 5px
}

.gns, .ns {
  vertical-align: top;
  color: #999;
  padding: 11px 16px 16px 0
}

.ns.two {
  padding: 11px 0 16px
}

.ns h6 {
  width: 364px;
  color: #fff
}

.gns h1, .ns h6, .spb .headurl {
  font-size: 14px;
  margin: 0;
  text-align: center
}

.gns h1, .ns h6 {
  border-radius: 6px 6px 0 0;
  height: 28px;
  padding: 11px 0 0;
  background: url(/img/nst.png) repeat-x 0 0
}

.gns h1 {
  width: 743px
}

.gns h1, .ns h6 a, ul.dropdown li:hover a {
  color: #fff
}

.gnb, .nb {
  width: 731px;
  padding: 5px;
  background: #fff url(/img/ns.png) repeat-x 0 100%;
  border: 1px solid #ccc
}

.nb {
  width: 352px
}

.nbi, .nbi1 {
  overflow: hidden;
  position: relative;
  padding: 0 0 15px
}

.nbi {
  margin-bottom: 5px;
  height: 43px
}

.nbi1 {
  margin-top: 11px;
  height: 37px
}

.date {
  font-size: 12px;
  font-style: italic
}

.dat {
  font-size: 10px
}

.nbi h4, .nbi1 h4, .nbi1_mont h4, div.headurl {
  font-size: 12px;
  margin: 0
}

div.headurl {
  font-weight: 400;
  padding: 0
}

.spb .headurl {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 242px
}

.spb .headurl a {
  color: #656565;
  text-decoration: none
}

.nbi p, .nbi1 p, .nbi1_mont p {
  font-size: 11px
}

.bad, .qm {
  margin: 0 0 5px;
  border-radius: 6px 6px 0 0
}

.bad {
  border: 2px solid #ffc000;
  padding: 5px;
  width: 730px;
  background: #fff url(/img/vidbg.png) repeat-x 0 100%
}

.qm {
  position: relative;
  padding: 0;
  width: 742px;
  border: 1px dotted #2594c9
}

.qm h6 {
  font-size: 14px;
  color: #4d4d50;
  margin: -10px 0 10px
}

.qm h6 span {
  background: #fff;
  padding: 0 5px
}

.qm table {
  margin: 0 auto -12px 0
}

.pages, .qm h6, .qm td {
  text-align: center
}

.qm td {
  width: 92px;
  padding: 0 0 25px
}

.qm div {
  height: 15px
}

.qm p {
  padding: 9px 0 0
}

.qm a, .qm a:hover {
  color: #085ebf
}

.qm a:hover {
  text-decoration: underline
}

.pages {
  clear: both;
  padding: 10px 0;
  font-size: 11px
}

.footer a, .pages a, .qm a {
  text-decoration: none
}

.pages a, .pages a:hover, .pages span {
  border: 1px solid
}

.pages a, .pages span {
  padding: 1px 4px;
  margin: 0 1px
}

.left {
  width: 220px;
  float: left;
  margin-left: -1217px;
  padding: 205px 0 0
}

.cat {
  width: 220px;
  background: #e3f1f9;
  border-radius: 6px 6px 0 0;
  padding: 0;
  margin: 0 0 15px
}

.cat h6, div.bl .headblock, div.cat .headblock {
  font-size: 14px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  width: 220px;
  height: 31px;
  text-align: center;
  padding: 11px 0 0;
  background: url(/img/blt.png) repeat-x 0 0;
  margin: 0
}

div.bl .headblock, div.cat .headblock {
  font-weight: 400
}

div.bl .headblock {
  margin: 0 -10px 3px
}

td.ns .headblock {
  background: url(/img/nst.png) repeat-x 0 0;
  height: 28px;
  margin: 0;
  font-weight: 400
}

.bl h6, .bl_duo h6, td.gns .headblock, td.ns .headblock {
  font-size: 14px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-align: center;
  padding: 11px 0 0
}

td.gns .headblock {
  background: url(/img/nst.png) repeat-x 0 0;
  height: 28px;
  margin: 0
}

td.ns .headblock {
  width: 364px
}

td.gns .headblock {
  width: 743px;
  font-weight: 700
}

div.qm .headblock {
  color: #4d4d50;
  font-size: 14px;
  margin: -10px 0 10px;
  text-align: center;
  font-weight: 400
}

div.qm .headblock span {
  background: #fff 0 0;
  padding: 0 5px
}

.bl, .bl_duo {
  width: 200px;
  padding: 0 10px 10px;
  margin: 0 0 15px;
  font-size: 11px;
  color: #000
}

.bl {
  background: #e3f1f9;
  border-radius: 6px 6px 10px 10px
}

.bl_duo {
  border-bottom: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  background: #fff
}

.bl h6, .bl_duo h6 {
  width: 220px;
  height: 31px;
  background: url(/img/blt.png) repeat-x 0 0;
  margin: 0 -10px 3px
}

.ui {
  padding: 0 0 9px;
  margin: 0 0 8px;
  background: url(/img/li.png) repeat-x 0 100%
}

.ui.last {
  background: 0 0
}

.ia {
  padding: 0 0 2px
}

.df, .ui.last {
  padding: 0;
  margin: 0
}

.df li, .fm ul li {
  margin: 0;
  list-style: none
}

.df li {
  padding: 0 0 0 10px;
  background: url(/img/cat.png) no-repeat 0 3px
}

.right {
  width: 220px;
  float: left;
  margin-left: -220px;
  padding: 205px 0 0
}

.extra {
  clear: both;
  height: 100px
}

.bottom, .footer {
  position: relative
}

.bottom {
  margin-top: -75px;
  height: 75px;
  width: 100%
}

.footer {
  width: 1217px;
  margin: 0 auto;
  height: 57px;
  background: #1d6fb8;
  border-radius: 20px;
  color: #fff
}

.footer p, ul.dropdown ul {
  padding: 0;
  position: absolute
}

.footer p {
  color: #fff;
  top: 32px;
  left: 250px;
  text-align: center;
  font-size: 11px;
  width: 717px
}

.counters, .fm {
  position: absolute
}

.fm {
  top: 10px;
  left: 220px
}

#pri, .fm, .fm ul {
  text-align: center
}

.fm ul {
  padding: 0;
  margin: 0
}

.fm ul li {
  padding: 0 10px;
  display: inline
}

.footer a {
  color: #fff
}

.footer a:hover, td.ns .headblock a {
  text-decoration: underline;
  color: #fff
}

.counters {
  top: 13px;
  left: 66px;
  width: 200px;
  height: auto
}

table.result {
  border-top: 1px #898989 solid;
  border-left: 1px #898989 solid
}

table.result td {
  padding: 5px;
  border-bottom: 1px #898989 solid;
  border-right: 1px #898989 solid
}

.all {
  padding: 4px 7px 7px;
  border-bottom: 1px #1c74bb dotted
}

.all a {
  font-size: 15px;
  font-weight: 700;
  line-height: 2
}

.prod_zag {
  background-color: #c0d7e7;
  padding: 10px
}

.prod_zag, .prod_zag a {
  color: #144b74;
  font-size: 14px
}

#pri {
  padding-top: 10px
}

.desc {
  padding: 5px;
  text-align: justify
}

.catjust h1, .price, .price a, .z h1, h1.zaga, span.sct {
  font-weight: 700;
  font-size: 16px;
  color: #1c74bb
}

.catjust h1, .z h1, h1.zaga {
  font-size: 26px;
  margin-bottom: 10px
}

.bl1 {
  background: url(/img/bl.gif);
  background-position: 10px;
  background-repeat: repeat-x !important
}

.hrr {
  padding: 0;
  margin-top: 4px;
  margin-bottom: 2px;
  border-bottom: 1px #caca97 solid;
  border-top: 0;
  border-right: 0;
  border-left: 0
}

.kalk {
  padding-top: 2px
}

span.sct {
  font-size: 11px;
  color: red
}

.desc1, .desc1 p, td.sct1, td.sct1 a {
  text-align: justify;
  font-size: 12px
}

td.sct2, td.sct2 b {
  text-align: center;
  font-size: 14px
}

td.sct2 {
  border: 1px #caca97 solid;
  padding: 10px;
  background-color: #ffc
}

td.sct2 b {
  color: #515151
}

table.sct3 {
  background-color: #cacaca;
  margin-top: 5px;
  margin-bottom: 5px
}

ul.dropdown, ul.dropdown li {
  list-style: none;
  margin: 0;
  float: left
}

ul.dropdown {
  padding: 0;
  text-align: left;
  position: relative
}

ul.dropdown li {
  font-size: 11px;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1
}

ul.dropdown ul {
  list-style: none;
  visibility: hidden;
  top: 100%;
  left: 0
}

ul.dropdown li a {
  font-size: 11px;
  transition: color .2s ease 0s
}

ul.dropdown li.hover, ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  background-color: #a1cfff;
  color: #000
}

ul.dropdown ul li, ul.dropdown-vertical li {
  float: none
}

ul.dropdown ul ul, ul.dropdown-vertical ul {
  top: 1px;
  left: 99%
}

ul.dropdown li:hover > ul {
  visibility: visible
}

ul.dropdown-vertical {
  width: 220px
}

ul.dropdown li {
  padding: 3px 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #7ec1e8;
  color: #000;
  background-color: #e3f1f9
}

ul.dropdown a:link, ul.dropdown a:visited {
  color: #000;
  text-decoration: none
}

#stick-navigation .fix_links ul li a, ul.dropdown a:hover {
  color: #fff
}

ul.dropdown ul {
  width: 260px;
  margin: 1px 0 0;
  font-size: 11px;
  z-index: 10
}

ul.dropdown .dir {
  padding-right: 10px
}

ul.dropdown-horizontal ul .dir {
  padding-right: 11px
}

ul.dropdown-vertical-rtl .dir {
  padding-right: 10px;
  padding-left: 15px
}

a.vopros_zag {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px
}

.menu2 span, td.sct2 {
  color: red;
  font-weight: 700
}

.desc1, .desc1 p {
  font-size: 10px;
  padding: 4px
}

.desc1 p {
  margin: 0;
  padding: 0
}

#prd-bg {
  position: relative;
  top: -5px;
  border: 1px solid #7ec1e8;
  background-repeat: repeat-x;
  border-radius: 10px 10px 10px 10px;
  background-position: top;
  background-image: url(/img/bg_box.png);
  background-color: #f3f7fa;
  padding: 5px 10px
}

.prd-bg-1 {
  color: #1c74bb;
  font-size: 20px;
  font-weight: 700
}

.prd-bg-1 b {
  font-size: 26px
}

.prd-bg-2 {
  color: #898989
}

.prd-bg-2, .prd-bg-3 {
  font-size: 11px
}

.prd-bg-3 a.compare_add {
  cursor: pointer
}

.prd-bg-3 a, .prd-bg-3 a.compare_add {
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px #008bf6 dashed
}

.prd-bg-3 a.compare_add:hover, .prd-bg-3 a:hover, .prd-bg-5 a:hover {
  font-size: 11px;
  text-decoration: none;
  border-bottom: 0
}

.prd-bg-3 a.compare_add.active {
  color: red;
  border-bottom: 1px dashed red
}

.prd-bg-4 {
  font-size: 16px;
  color: #396
}

.prd-bg-5, .prd-bg-5 a, .srch select {
  font-size: 11px
}

.prd-bg-5 a {
  text-decoration: none;
  color: red;
  border-bottom: 1px red dashed
}

div.tabs {
  padding-top: 4px
}

ul.tabNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

ul.tabNavigation li {
  display: inline
}

ul.tabNavigation li a {
  padding: 9px 4px 7px 8px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  background: url(/images/tabs_left.jpg);
  background-repeat: no-repeat;
  background-position: top left
}

ul.tabNavigation li a span {
  padding: 9px 10px 7px 3px;
  background: url(/images/tabs_right.jpg);
  background-repeat: no-repeat;
  background-position: top right
}

ul.tabNavigation li a.selected, ul.tabNavigation li a.selected:hover {
  color: #7cd3f5;
  font-size: 13px;
  text-decoration: none
}

ul.tabNavigation li a:hover {
  color: #fff;
  text-decoration: underline
}

ul.tabNavigation li a:focus {
  outline: 0
}

div.tabs > div {
  border: 1px solid #a0a0a0;
  margin-top: 6px;
  padding: 7px 10px 10px
}

div.tabs div h2 {
  margin-top: 0
}

.sep {
  border-bottom: 1px #7ec1e8 dotted
}

.cnt1 h1, .cnt1 h2 {
  color: #1c74bb;
  font-weight: 700;
  margin-bottom: 10px
}

.cnt1 h1 {
  font-size: 26px;
  margin-top: 10px
}

.cnt1 h2 {
  font-size: 22px
}

#otve p, #tile_description ul li, .cnt1 p {
  text-align: justify
}

#otve {
  border-top: 1px #1c74bb dotted;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 10px
}

.online_ring, .rec_div h4 {
  position: absolute;
  text-align: center
}

.online_ring {
  display: block;
  font: italic 14px/20px Arial, Helvetica, sans-serif;
  left: 387px;
  top: 6px;
  width: 152px
}

.online_ring a, .online_ring a:hover {
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline
}

.online_ring a:hover {
  border: 0;
  text-decoration: none
}

.slidesjs-pagination li a, a.zingaya {
  display: block;
  background-position: 0 0
}

a.zingaya {
  background-image: url(/images/online_ring.png);
  background-repeat: no-repeat no-repeat;
  width: 171px;
  height: 25px;
  border: 0
}

a.zingaya:hover {
  border: 0;
  display: block;
  background-image: url(/images/online_ring_hover.png)
}

.accordion, .accordion_d {
  width: 720px;
  border-bottom: solid 1px #c4c4c4;
  font-size: 8pt;
  font-family: tahoma
}

.accordion h3, .accordion_d h3 {
  background: #e9e7e7 url(/images/arrow-square.gif) no-repeat right -51px;
  padding: 7px 15px;
  margin: 0;
  font: 700 120%/100% Arial, Helvetica, sans-serif;
  border: solid 1px #c4c4c4;
  border-bottom: none;
  cursor: pointer
}

.accordion h3:hover, .accordion_d h3:hover {
  background-color: #e3e2e2
}

.accordion h3.active, .accordion_d h3.active {
  background-position: right 5px
}

.accordion div, .accordion_d div {
  font-size: 8pt;
  font-family: tahoma;
  background: #f7f7f7;
  margin: 0;
  padding: 15px;
  border-left: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4
}

.formular textarea {
  width: 250px;
  height: 70px;
  color: #555;
  padding: 4px;
  border: 1px solid #b5b8c8;
  font-size: 14px;
  margin-top: 4px
}

.formular .infos {
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 10px
}

.formular .checkbox, .formular span.checkbox {
  display: inline
}

.formular .submit {
  border: 1px solid #aaa;
  padding: 4px;
  margin-top: 20px;
  float: right;
  text-decoration: none;
  cursor: pointer
}

.formular hr {
  clear: both;
  visibility: hidden
}

.formular .fc-error {
  width: 350px;
  color: 555;
  padding: 4px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin-bottom: 15px;
  background: #ffeaea
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  width: 220px;
  padding-bottom: 15px;
  display: block
}

.formError .formErrorContent {
  width: 100%;
  background: #084887;
  color: #fff;
  font-family: tahoma;
  font-size: 10px;
  box-shadow: 1px 1px 6px #084887;
  -moz-box-shadow: 1px 1px 6px #084887;
  -webkit-box-shadow: 1px 1px 6px #084887;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px
}

.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px
}

.formError .formErrorArrow div {
  box-shadow: 1px 4px 5px #084887;
  -moz-box-shadow: 1px 4px 5px #084887;
  -webkit-box-shadow: 1px 1px 5px #084887;
  font-size: 0
}

.formError .formErrorArrow .line10 {
  width: 15px;
  height: 1px;
  background: #084887;
  margin: 0 auto;
  font-size: 0;
  display: block
}

.formError .formErrorArrow .line9 {
  width: 13px;
  height: 1px;
  background: #084887;
  margin: 0 auto;
  display: block
}

.formError .formErrorArrow .line7, .formError .formErrorArrow .line8 {
  width: 11px;
  height: 1px;
  background: #084887;
  margin: 0 auto;
  display: block
}

.formError .formErrorArrow .line7 {
  width: 9px
}

.formError .formErrorArrow .line5, .formError .formErrorArrow .line6 {
  width: 7px;
  height: 1px;
  background: #084887;
  margin: 0 auto;
  display: block
}

.formError .formErrorArrow .line5 {
  width: 5px
}

.formError .formErrorArrow .line3, .formError .formErrorArrow .line4 {
  width: 3px;
  height: 1px;
  background: #084887;
  margin: 0 auto;
  display: block
}

.formError .formErrorArrow .line3 {
  width: 1px
}

.slidesjs-navigation {
  margin-top: 3px
}

.slidesjs-pagination {
  position: absolute;
  top: 220px;
  left: 620px;
  list-style: none
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px
}

.slidesjs-pagination li a {
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/img/pagination.png);
  float: left;
  overflow: hidden
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

.dropshi {
  background-color: #e3f1f9
}

.dropshi td {
  padding: 5px
}

.dropshi td input {
  border: 1px #8ca5be solid;
  padding: 3px
}

.dropshi1 {
  background-color: #1969a6;
  font-size: 14px;
  color: #fff
}

.cat_div {
  border: 1px solid #017dd1;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px
}

#rsprd, .rec_div {
  position: relative
}

.rec_div {
  background: 0 0 #fff;
  border: 1px solid #bababa;
  box-shadow: 0 3px 3px 0 #eaeaea;
  height: 242px;
  width: 242px
}

.rec_div h4 {
  bottom: 215px;
  font-size: 14px;
  left: 0;
  margin: 0;
  width: 242px
}

.rec_spim img {
  margin-top: 40px;
  max-height: 242px;
  max-width: 242px
}

.rec_div h4 a {
  color: #505050;
  text-decoration: none
}

.rec_div h4 a:hover {
  color: #505050;
  text-decoration: underline
}

.tip-yellow {
  text-align: left;
  border: 1px solid #939393;
  padding: 7px;
  min-width: 50px;
  max-width: 550px;
  color: #000;
  background-color: #fef9d9;
  background-image: url(/images/tip-yellow.png)
}

.tip-yellow .tip-inner {
  font-size: 12px;
  font-weight: 700;
  margin-top: -2px;
  padding: 0 3px 1px
}

.tip-yellow .tip-arrow-top {
  margin-top: -7px;
  margin-left: 15px;
  top: 0;
  left: 0;
  width: 16px;
  height: 10px;
  background: url(/images/tip-yellow_arrows.png) no-repeat
}

.tip-yellow .tip-arrow-right {
  margin-top: -9px;
  margin-left: -4px;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 20px;
  background: url(/images/tip-yellow_arrows.png) no-repeat -16px 0
}

.tip-yellow .tip-arrow-bottom {
  margin-top: -6px;
  margin-left: 15px;
  top: 100%;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(/images/tip-yellow_arrows.png) no-repeat -32px 0
}

.tip-yellow .tip-arrow-left {
  margin-top: -9px;
  margin-left: -6px;
  top: 50%;
  left: 0;
  width: 10px;
  height: 20px;
  background: url(/images/tip-yellow_arrows.png) no-repeat -48px 0
}

.srch {
  border: 1px #7ec1e8 dotted
}

.srch td, .srch1 td {
  background-color: #c0d7e7;
  padding: 5px;
  font-size: 11px
}

.srch1 td {
  padding: 2px
}

#rsprd {
  overflow: hidden;
  height: 175px;
  font-size: 13px
}

#rsprd, #rsprd p, #rsprd span, #rsprd strong {
  width: 350px
}

.teplovizer {
  color: #fff;
  width: 270px;
  height: 96px;
  background-color: #024acd;
  border-radius: 40px;
  text-align: center;
  font-size: 22px;
  padding: 20px 35px
}

#flat_cart a, .teplovizer:hover {
  text-decoration: underline;
  color: #fff
}

#flat_cart a:hover, .nodecorat, .teplovizer, div.btnd_click a:hover, div.btnd_click:hover, div.vn666:hover {
  text-decoration: none
}

.forms_warn {
  display: block;
  color: #000;
  background: #f5fbe1;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px dashed #7ba813;
  padding: 7px;
  text-align: center
}

.block_stat {
  border-left: 1px #cedbdf solid;
  border-right: 1px #cedbdf solid;
  border-top: 1px #cedbdf solid;
  background: #f8fbff;
  padding: 6px 5px 8px
}

.block_zag {
  color: #abd5ff;
  font-weight: 700;
  text-align: center
}

#stat_id {
  padding-right: 5px
}

.category-hleb {
  color: #6b7385;
  position: absolute;
  top: 180px;
  left: 0;
  width: 1180px;
  height: 25px;
  padding: 27px 0 0;
  vertical-align: middle
}

.category-hleb a, .category-hleb a:hover {
  text-decoration-color: currentColor;
  text-decoration-style: solid;
  color: #6b7385
}

.category-hleb a {
  text-decoration-line: none;
  margin-left: 2px;
  margin-right: 2px
}

.category-hleb a:hover {
  text-decoration-line: underline
}

#desked, #desked table {
  min-height: 130px;
  max-height: 160px
}

.nbi1_mont {
  height: 37px;
  overflow: hidden;
  padding: 0 0 15px;
  position: relative
}

#city, #payment_mode, #type_metro select, .cart_info_tdo input {
  cursor: pointer
}

#flat_cart {
  border: 1px solid #5b5b5b;
  height: 44px;
  width: 230px;
  border-radius: 5px;
  text-align: left;
  font-size: 13px
}

#flat_cart .spbold {
  color: #fe4911;
  font-weight: 700
}

#flat_cart .spnormal {
  color: #305474
}

#flat_cart .divselecter, #flat_cart .divselecter_2 {
  white-space: nowrap;
  padding-left: 55px
}

#flat_cart .divselecter_2 {
  padding-top: 5px
}

#flat_cart .preimg {
  height: 44px;
  width: 45px;
  float: left
}

#flat_cart img {
  float: left;
  vertical-align: middle;
  border-right: 1px solid #5b5b5b;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

#flat_cart a {
  color: #fe3c00;
  font-size: 13px
}

#div_float li, #div_float ul {
  width: 300px
}

#overlay a, #sort_def {
  font-size: 13px;
  color: #f7f7ff;
  text-decoration: none
}

.hr_style {
  margin-top: 1px;
  margin-bottom: 1px;
  height: 1px;
  color: #dbdbdb;
  width: 100%;
  background-color: #dbdbdb
}

#sort_def {
  font-size: 14px;
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
  color: #0c7ff1;
  border-bottom: 1px dashed #0c7ff1
}

#sort_sel.asc, #sort_sel.desc {
  text-decoration: none;
  font-size: 14px;
  padding: 4px 8px;
  background-color: #c3c3c3;
  color: #050505;
  border-radius: 5px
}

#sort_sel.asc:before, #sort_sel.desc:before {
  margin-right: 5px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #010101;
  display: inline-block;
  transform: rotate(0deg) translate(0, 3px);
  -webkit-transform: rotate(0deg) translate(0, 3px);
  -moz-transform: rotate(0deg) translate(0, 3px);
  -o-transform: rotate(0deg) translate(0, 3px);
  -ms-transform: rotate(0deg) translate(0, 3px)
}

#sort_sel.desc:before {
  transform: rotate(180deg) translate(0, 3px);
  -webkit-transform: rotate(180deg) translate(0, 3px);
  -moz-transform: rotate(180deg) translate(0, 3px);
  -o-transform: rotate(180deg) translate(0, 3px);
  -ms-transform: rotate(180deg) translate(0, 3px) translate(0, 3px)
}

.tablegrid td:nth-child(n+2) {
  padding-left: 10px
}

.tablegrid {
  margin-top: -10px
}

#div_overs {
  background-color: #f2f2f8;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  margin: 10px 0;
  padding: 2px;
  display: inline-block
}

#div_overs img .poster {
  display: block;
  height: 150px;
  margin-bottom: 0;
  width: 150px
}

#tile_description div, #tile_description li, #tile_description p, #tile_description span {
  color: #000;
  margin: 0;
  padding: 0;
  line-break: auto
}

#div_overs .tile_cart, .spinner {
  position: relative
}

#div_overs, #div_overs .tile_description {
  border-radius: 5px;
  overflow: hidden;
  transition: all .5s ease-in-out 0s;
  position: relative
}

#div_overs .tile_description {
  font-size: 12px;
  background: #dbdbdb 0 0;
  max-height: 68px;
  height: 0;
  margin: 0 -5px;
  opacity: 0;
  padding: 0 5px;
  text-align: justify
}

#tile_description ul {
  text-align: justify;
  font-size: 10.5px;
  line-height: 1.3;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 1px;
  margin-top: 0
}

#div_overs div.aname {
  height: 50px;
  line-height: 1.2;
  overflow: hidden
}

#div_overs:hover .tile_description {
  height: 68px;
  opacity: 1;
  padding: 5px
}

#div_overs .best_price_tile {
  height: auto;
  margin-right: 1px;
  position: absolute;
  right: 10px;
  top: 110px;
  transition-delay: 0s;
  width: 60px
}

#div_overs .cart_btn, #div_overs .cart_btn_nofancy {
  border: 1px solid #b4b4b4;
  background-color: #cdcdcd
}

#div_overs:hover .cart_btn, #div_overs:hover .cart_btn_nofancy {
  border: 1px solid #ba2c00;
  background-color: #fe3c00
}

#first_name_trio {
  border-radius: 100px;
  color: #fff;
  float: left;
  font-size: 23px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px
}

#spinner {
  height: 35px
}

.spinner {
  text-align: center;
  top: 10px;
  height: 18px;
  display: none
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #075687;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.cart_info, .contact_info {
  border: .077em solid #ccc;
  padding: 4px;
  -webkit-box-shadow: 0 0 18px 0 rgba(100, 141, 111, .6);
  -moz-box-shadow: 0 0 18px 0 rgba(100, 141, 111, .6);
  box-shadow: 0 0 18px 0 rgba(100, 141, 111, .6)
}

#cart_form td, .increment, .increment input {
  padding: .538em 0;
  text-align: center
}

.increment {
  vertical-align: middle;
  padding: .385em 0
}

.increment .down_btn a, .increment .up_btn a {
  display: block;
  height: 11px;
  width: 11px
}

.increment .up_btn a {
  background: url(/images/btn_plus.gif) no-repeat;
  float: right
}

.increment .down_btn a {
  background: url(/images/btn_minus.gif) no-repeat;
  float: left
}

.increment input {
  border: 1px solid #cdcdcd;
  font-size: 1em;
  margin: -5px .154em;
  padding: .154em;
  width: 3.8em
}

#cart_info_total b, .cart_info_cena {
  color: red;
  font-weight: 700
}

#cart_info_total b {
  font-size: 14px
}

#cart_info_total span {
  font-size: 12px;
  font-weight: 700
}

.cart_info_header {
  padding: 5px;
  text-align: center;
  background-color: #1965a3;
  color: #fff
}

.field_cart {
  padding: 5px;
  text-align: center;
  border: 1px solid #075687;
  border-radius: 10px
}

.contact_header, .legend_cart {
  font-size: 14px;
  font-weight: 700
}

.legend_cart {
  color: #075687;
  margin-left: 30px;
  margin-right: 10px;
  text-align: center
}

#errorss strong {
  color: red
}

#cart_info_image {
  width: 80px
}

#cart_info_image img {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff 0 0;
  border: .077em solid #ccc;
  border-radius: 6px;
  line-height: 50px;
  padding: 4px;
  margin-left: 5px;
  text-align: center
}

.cart_info_url a, .cart_info_url a:hover {
  text-decoration: none;
  transition-duration: .5s;
  transition-property: color
}

.cart_info_url a:hover {
  text-decoration: underline
}

div.breka {
  border-bottom: 1px dotted #b0b0b0;
  content: " ";
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%
}

.contact_header {
  color: #010101;
  padding-left: 20px
}

.contact_header:first-child {
  padding-top: 20px
}

.orderWrapper .blockForm .elForm .value {
  width: 29.615em
}

.elForm {
  padding-top: 1em
}

.orderWrapper .blockForm .elForm .label {
  width: 15.385em
}

.blockForm .elForm .label {
  text-align: right;
  width: 20em
}

.blockForm .elForm .label, .blockForm .elForm .value {
  display: inline-block;
  vertical-align: top;
  min-width: 250px
}

.blockForm .elForm label {
  padding-right: 1em;
  padding-top: .385em;
  font-size: 1.05em
}

.elForm label {
  display: block;
  padding-bottom: .385em;
  padding-top: .231em
}

.blockForm .elForm input[type=text], .blockForm .elForm textarea {
  margin: 0;
  width: 97.5%
}

.elForm input[type=text], .elForm select, .elForm textarea {
  border: 1px solid #cdcdcd;
  margin: 0 auto;
  padding: .385em;
  width: 95%
}

.blockForm .elForm .value .example, .inputBlock .elForm .value .example {
  color: #9f9f9f;
  font-size: .769em
}

.blockForm .elForm .value.many li label {
  padding-right: 0;
  padding-top: 0;
  text-align: center
}

.blockForm .elForm .value.many li input {
  text-align: center;
  width: 3em
}

.blockForm .elForm .value.many li {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
  vertical-align: top
}

#pickupTab {
  width: 100%
}

.cart_info_tdf, ul.hrli_old {
  text-align: left
}

#addFormParams1 p, .blockForm .group .dropDownHandler, .cart_info_tdo {
  text-align: center
}

table.ostavka td, table.ostavka th {
  font-size: 10pt
}

table.ostavka th {
  background-color: #1965a3;
  color: #fff;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.cart_info_url {
  max-width: 200px
}

.button {
  text-align: center;
  padding: 10px
}

.basketIn .button .gray {
  color: #5a5a5a
}

.buttom.gray a, .button a.gray {
  background-image: -ms-linear-gradient(bottom, #fbfbfb 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(bottom, #fbfbfb 0, #e5e5e5 100%);
  background-image: -o-linear-gradient(bottom, #fbfbfb 0, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbfbfb), color-stop(100, #e5e5e5));
  background-image: -webkit-linear-gradient(bottom, #fbfbfb 0, #e5e5e5 100%);
  background-image: linear-gradient(to top, #fbfbfb 0, #e5e5e5 100%);
  color: #888;
  text-shadow: 0 1px 0 #fdfdfd
}

.buttom.gray a:hover, .button a.gray:hover {
  background-image: -ms-linear-gradient(top, #fbfbfb 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #fbfbfb 0, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(100, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #fbfbfb 0, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 0, #e5e5e5 100%)
}

.button.line a {
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  text-decoration: none !important
}

.button a {
  display: block;
  line-height: 32px
}

#button_line input, #stick-navigation div.close-dialog, .button a {
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-decoration: none
}

#button_line input, .button a {
  padding: 5px 10px;
  background-image: -ms-linear-gradient(top, #fe1e1e 0%, #fe1e1e 100%);
  background-image: -moz-linear-gradient(top, #fe1e1e 0, #fe1e1e 100%);
  background-image: -o-linear-gradient(top, #fe1e1e 0, #fe1e1e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe1e1e), color-stop(100, #fe1e1e));
  background-image: -webkit-linear-gradient(top, #fe1e1e 0, #fe1e1e 100%);
  background-image: linear-gradient(to bottom, #fe1e1e 0, #fe1e1e 100%);
  border: 1px solid #bababa;
  border-radius: 5px;
  font-size: .923em;
  font-weight: 700;
  height: 32px;
  text-shadow: 0 1px 0 #fe1e1e
}

#button_line input:hover, .button a:hover {
  text-decoration: underline
}

.cart_info_head {
  font-weight: 700;
  font-size: 14px
}

#basketErrorMsg {
  color: #9e9e9e
}

td.added_pad {
  padding-left: 10px
}

#home_list, ul.hrli_old li {
  text-align: center
}

.phoneother {
  color: #cfcfcf
}

.phoneother:active, .phoneother:hover {
  color: #1d1d1d
}

.cart_empty {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-radius: 7px;
  padding: 5px 10px 20px 20px;
  text-align: left
}

#paddo_no td, #paddo_no tr {
  height: 10px;
  padding: 0;
  margin: 0
}

.btn_briefform, .btn_form, .btn_form_duo {
  cursor: pointer;
  width: 11px
}

.btn_input {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 25px
}

.btn_click {
  vertical-align: middle;
  height: 30px;
  padding-top: 5px
}

#dcart_main .btn_middle, .dcart_sel {
  vertical-align: middle;
  float: left;
  text-align: center
}

#dcart_main .btn_middle {
  border-left: 1px solid #efefef;
  height: 30px;
  width: 1px
}

.dcart_sel {
  width: 62px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 6px
}

div.btnd_click {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border: 1px solid #1c6fb5;
  border-radius: 4px;
  background: #fff;
  padding: 6px 10px
}

div.btnd_click a {
  font-size: 14px;
  color: #1c6fb5;
  text-decoration: none
}

#dcart_main, #dcart_main_off {
  border: 2px solid #fff;
  vertical-align: middle;
  width: 160px;
  height: 30px;
  background-image: -ms-linear-gradient(top, #1c6fb5 0%, #35a4cf 100%);
  background-image: -moz-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -o-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c6fb5), color-stop(100, #35a4cf));
  background-image: -webkit-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: linear-gradient(to bottom, #1c6fb5 0, #35a4cf 100%);
  border-radius: 5px
}

#dcart_main {
  background-color: #1e6eb5
}

#dcart_main_off {
  color: #81868c
}

#dcart_main_off .btn_noactive, .socialindex a {
  font-size: 22px;
  color: #455b66;
  text-decoration: none
}

#dcart_main_off .btn_middle {
  border-left: 1px solid #929292;
  float: left;
  height: 42px;
  text-align: center;
  vertical-align: middle
}

#dcart_main_off, #dcart_main_off input {
  background-color: #dbdbdb
}

.social, .socialindex {
  width: 160px;
  border: 1px solid #b0b0b0;
  position: fixed;
  border-radius: 10px
}

.socialindex {
  display: none;
  z-index: 900;
  margin-right: -10px;
  right: 0;
  top: 25%;
  padding: 10px 10px 0 2px;
  height: auto;
  background-color: #f4f5ff
}

.socialindex a {
  font-size: 13px;
  line-height: 1.5;
  color: #06f
}

#stick-navigation #viewed-text:hover, .social:hover, .socialindex a:hover, ul.hrli a:hover, ul.hrli_old a:hover {
  text-decoration: underline
}

.social {
  font-size: 19px;
  margin-right: -55px;
  right: -5px;
  top: 35%;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  cursor: pointer;
  color: #06f;
  background-color: #f5f5ff;
  padding: 10px
}

#socialindex ul {
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 20px
}

#socialindex li, #stick-navigation ul {
  list-style: outside none none
}

#list_otz {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px
}

.div_name {
  font-weight: 700;
  font-size: 12px;
  color: #929292;
  padding: 2px
}

.div_otz {
  text-align: justify;
  padding-left: 25px
}

.voting_wrapper {
  display: inline-block;
  margin-left: 20px
}

.voting_wrapper .down_button {
  float: left;
  height: 22px;
  width: 22px;
  cursor: pointer
}

.voting_wrapper .down_button, .voting_wrapper .down_button:hover {
  background: url(/images/dislike_down.png)
}

.voting_wrapper .none_button, .voting_wrapper .none_button:hover {
  background: url(/images/none_updown.png)
}

.voting_wrapper .none_button, .voting_wrapper .up_button {
  float: left;
  height: 22px;
  width: 22px;
  cursor: pointer
}

.voting_wrapper .up_button, .voting_wrapper .up_button:hover {
  background: url(/images/like_up.png)
}

.voting_btn {
  width: 65px;
  float: left;
  padding-bottom: 5px
}

.voting_btn span {
  font-size: 13px;
  float: left;
  margin-left: 10px;
  padding-top: 3px
}

.up_votes {
  color: #21d54c
}

.none_votes {
  color: #acacac
}

.down_votes {
  color: #ed969b
}

#otzuvys, #voprosys {
  padding-bottom: 20px
}

div.brediv {
  background: url(/images/brediv.png) no-repeat;
  background-position: center center;
  height: 20px
}

fieldset.fieldset {
  border: #b0b0b0 solid 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 10px;
  background: #f8fbff
}

#stick-navigation {
  background: linear-gradient(to bottom, #666 0, #666 100%) 0 0;
  border-top: 1px solid #666;
  bottom: 0;
  box-shadow: 0 1px 7px #757575;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  width: 100%;
  color: #fff
}

#stick-navigation div, #stick-navigation input {
  font-size: 16px
}

#stick-navigation div.close-dialog {
  float: right;
  right: .5%;
  top: 18%;
  position: absolute;
  background-color: #666;
  height: 25px;
  width: 28px;
  border: 0
}

#stick-navigation div.close-dialog:before {
  font-family: Arial;
  color: rgba(255, 255, 255, .9);
  content: "x";
  font-size: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, .5);
  outline: 0
}

#stick-navigation div.close-dialog:hover {
  text-shadow: 0 0 3px #a1eeff
}

#stick-navigation input {
  cursor: pointer;
  padding: 2px 20px;
  border: 0;
  border-radius: 3px
}

#stick-navigation span.numb_compared {
  margin-top: 5px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #000
}

.sticktip .stickwrap {
  background: #fe1e1e 0 0;
  border-radius: 5px;
  bottom: 100%;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  left: 50%;
  margin: 0 0 1em -85px;
  padding: 5px 10px;
  right: auto;
  text-align: center;
  top: auto;
  width: 150px
}

.sticktip .stickwrap::after, .sticktip .stickwrap::before {
  border-color: #fe1e1e transparent transparent;
  border-width: 15px 10px 0;
  bottom: auto;
  left: 50%;
  margin-left: -10px;
  right: auto;
  top: 100%
}

.stickwrap {
  background: #fff 0 0;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  cursor: default;
  left: 0;
  margin-top: 10px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 100%
}

.stickwrap::after, .stickwrap::before {
  border-style: solid;
  border-width: 0 5px 10px;
  content: "";
  left: 75px;
  position: absolute;
  border-color: transparent transparent #fff;
  top: -10px
}

.vn3 a.compare_add {
  cursor: pointer
}

#compared a.vopros_zag, .stickwrap {
  font-size: 13px
}

#stick-navigation .sravn {
  cursor: pointer;
  float: left;
  padding-left: 10px
}

#stick-navigation .fix_phone a {
  text-decoration: none;
  color: #fff
}

#stick-navigation .fix_phone::before {
  background-position: 0 0;
  content: "";
  height: 24px;
  left: 10px;
  position: absolute;
  width: 24px;
  background: url(/images/flat_buttons.png) no-repeat 0 0;
  top: 8px
}

#stick-navigation .fix_phone::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  border-right: 1px solid #757575
}

#stick-navigation .fix_phone {
  cursor: pointer;
  float: left;
  position: relative;
  color: #fff;
  font: 700 14px/40px "Verdana";
  padding: 0 15px 0 45px
}

#stick-navigation ul {
  margin: 0;
  padding: 0
}

#stick-navigation .fix_social_links::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  border-left: 1px solid #757575
}

#stick-navigation .fix_social_links {
  float: right;
  padding-left: 10px;
  padding-right: 50px;
  position: relative
}

@media screen and (min-width: 150px) and (max-width: 600px) {
  #stick-navigation .fix_viewed {
    display: none
  }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  #stick-navigation .fix_social_links {
    display: none
  }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
  #stick-navigation .fix_links, #stick-navigation .fix_social_links {
    display: none
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  #stick-navigation .fix_links, #stick-navigation .fix_social_links {
    display: none
  }
}

@media screen and (max-width: 479px) {
  #stick-navigation .fix_links, #stick-navigation .fix_social_links {
    display: none
  }
}

#stick-navigation .fix_social_links li {
  display: inline-block;
  position: relative;
  padding: 7px 4px;
  top: 1px
}

#stick-navigation .fix_social_links li a, #stick-navigation .fix_viewed::before {
  background: url(/images/flat_buttons.png) no-repeat 0 0;
  height: 24px;
  transition: all .2s ease 0s;
  width: 24px
}

#stick-navigation .fix_social_links li a {
  display: block
}

#stick-navigation .fix_social_links a.link_fb {
  background-position: -48px 0
}

#stick-navigation .fix_social_links a.link_vk {
  background-position: -48px -24px
}

#stick-navigation .fix_social_links a.link_gp {
  background-position: -48px -48px
}

#stick-navigation .fix_social_links a.link_tw {
  background-position: -48px -72px
}

#stick-navigation .fix_social_links a.link_inst {
  background-position: -48px -96px
}

#stick-navigation .fix_social_links a.link_youtube {
  background-position: -48px -120px
}

#stick-navigation .fix_viewed {
  cursor: pointer;
  float: left;
  position: relative;
  font: 14px/40px "Arial";
  padding-left: 40px;
  color: #fff
}

#stick-navigation .fix_viewed::before {
  top: 8px;
  background-position: 0 -117px;
  content: "";
  left: 10px;
  position: absolute
}

#stick-navigation .fix_viewed:hover::before {
  background-position: -24px -117px
}

#stick-navigation .fix_links {
  text-align: center;
  float: left;
  position: fixed;
  margin-left: 38%
}

#stick-navigation .fix_links ul li a {
  font: 14px/40px "Arial";
  transition: all .2s ease 0s
}

#stick-navigation .fix_links ul li {
  display: inline-block;
  position: relative
}

#stick-navigation .fix_links ul li .fp_img {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  top: 8px;
  width: 24px
}

#stick-navigation .fix_links ul li + li {
  margin-left: 15px;
  white-space: nowrap
}

#stick-navigation .fix_links ul li img {
  left: 0;
  position: absolute;
  transition: all .2s ease 0s
}

#stick-navigation .fix_links ul li:hover img {
  left: -24px
}

#stick-navigation .fix_links ul li.link_custom :hover img {
  left: 0
}

#stick-navigation .fix_links ul li.link_lk img {
  top: -24px
}

#stick-navigation .fix_links ul li.link_wishlist img {
  top: -49px
}

#stick-navigation .fix_links ul li.link_cart img {
  top: -73px
}

#stick-navigation .fix_links ul li.link_feedback img {
  top: -97px
}

#stick-navigation .fix_links ul li.link_compare img {
  top: -48px
}

#stick-navigation .fix_social_links::before {
  border-left: 1px solid #757575
}

ul.hrli_old {
  margin: 0;
  padding: 5px 5px 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap
}

ul.hrli_old li {
  display: inline-block;
  margin-right: .5%
}

ul.hrli li:last-of-type:after, ul.hrli_old li:last-of-type:after {
  text-align: center;
  display: inline-block;
  margin-right: 0
}

ul.hrli li.middle, ul.hrli_old li.middle_duo {
  vertical-align: middle;
  width: 100px;
  height: 190px;
  text-align: center
}

ul.hrli_old a {
  color: #fff;
  height: 25px
}

ul.hrli_old img {
  width: 120px
}

input.input_emaildeuo {
  border: 1px solid #e6e6e6;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  width: 250px
}

input.input_submdeuo {
  height: 30px;
  cursor: pointer;
  background: #c30e2e;
  border: 1px solid #af0d29;
  color: #fff;
  padding: 0 20px
}

div.form_oknodeuo {
  height: 30px;
  background: #006ab3;
  color: #fff;
  font-size: 16px;
  padding: 15px
}

ul.hrli {
  margin: 0;
  padding: 8px
}

ul.hrli li {
  text-align: center;
  display: inline-block;
  margin-right: 25px
}

ul.hrli a, ul.hrli_old a {
  font-size: 12px;
  text-decoration: none;
  text-align: center
}

ul.hrli img {
  width: 120px;
  border-radius: 10px;
  border: 1px solid #d7d7d7
}

#status_okno {
  background-color: #fff;
  height: 210px;
  position: fixed;
  transform-origin: 50% 50% 0 !important;
  transition: visibility .5s ease 0s;
  width: 100%;
  top: 0;
  display: none
}

input.input_email {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px
}

input.input_subm {
  height: 30px;
  cursor: pointer;
  padding: 0 20px
}

.input_email {
  margin-top: 5px
}

div.afterstatus_okno {
  height: 195px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 15px 10px 10px
}

div.form_okno {
  margin-right: 5px;
  color: #fff;
  float: right;
  font-size: 13px;
  padding: 10px;
  width: 170px;
  border-left: 1px dotted #fff
}

table.pricelist {
  border-top: 1px #898989 solid;
  border-left: 1px #898989 solid;
  border-top-color: #898989;
  border-top-style: solid;
  border-top-width: 1px
}

table.pricelist td {
  border-bottom: 1px #898989 solid;
  border-right: 1px #898989 solid;
  border-bottom-color: #898989;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px
}

#feedback-form [required], #stat-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2%;
  padding: 2%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2) inset, 0 0 transparent
}

#feedback-form [required]:hover, #stat-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2) inset, 0 0 transparent
}

#feedback-form [required]:focus, #stat-form [required]:focus {
  outline: 0;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2) inset, 0 0 4px rgba(35, 146, 243, .5);
  transition: .2s linear
}

#feedback-form .fancybox_consylt, #feedback-form .submit_stat, #stat-form .fancybox_consylt, #stat-form .submit_stat {
  padding: 3px 10px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
  color: #fff;
  text-align: center;
  background: #1f63b7;
  font-size: 18px;
  width: 160px;
  cursor: pointer
}

#feedback-form .submit_stat:disabled, #stat-form .submit_stat:disabled {
  padding: 3px 10px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
  color: #fff;
  text-align: center;
  background: #787878;
  font-size: 18px;
  width: 160px;
  cursor: default
}

#stat-form .fancybox_consylt:focus, #stat-form .submit_stat:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0, 0, 0, .8), inset 0 -1px 0 rgba(0, 0, 0, .05)
}

#feedback-form [type=email], #feedback-form [type=text], #stat-form [type=email], #stat-form [type=text] {
  font-size: 14px
}

#feedback-form textarea, #stat-form textarea {
  font-size: 15px;
  font-family: tahoma
}

#feedback-form div, #stat-form div {
  text-align: left;
  font-size: 16px;
  color: #8f8f90
}

#feedback-form ::-webkit-input-placeholder, #stat-form ::-webkit-input-placeholder {
  color: #bcbcbc
}

#stat-form ::-moz-placeholder {
  color: #bcbcbc
}

#stat-form :-ms-input-placeholder {
  color: #bcbcbc
}

#stat-form :-moz-placeholder {
  color: #bcbcbc
}

.blco_name a, .table-filters td h6 {
  font-weight: 700
}

.mark_dislike, .mark_like, .mark_none {
  border-radius: 50%;
  float: left;
  height: 12px;
  margin-right: 5px;
  margin-top: 1px;
  width: 12px
}

.mark_like {
  background-color: #45b956
}

.mark_dislike {
  background-color: #e42929
}

.mark_none {
  background-color: gray
}

.captrue {
  background-color: #1966a5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 1.5;
  padding: 10px 10px 1px;
  text-align: center
}

.vpict {
  background-repeat: no-repeat;
  background-position: top
}

.psobackimg img {
  height: 160px;
  position: absolute;
  width: 160px
}

.vnzag {
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px
}

.vnkart a, .vnzag a {
  color: #fff;
  text-decoration: none
}

.vnzag a, .vnzag a:hover {
  text-align: center;
  font-size: 13px;
  font-weight: 700
}

.vnzag a:hover {
  color: #fff;
  text-decoration: underline
}

.tile_description .brief_desck ul {
  padding-left: 0
}

.vnkart a {
  font-size: 14px
}

.vnprice {
  color: #878787;
  font-size: 11px;
  vertical-align: middle;
  border-right: 1px solid #cdcdcd
}

.vnprice b {
  font-size: 24px;
  color: #1c74bb
}

.vnul {
  padding-left: 15px;
  color: #646464
}

.vnul ul {
  padding: 0;
  margin: 0
}

.vnul ul li {
  list-style: none;
  padding-left: 20px;
  margin-top: 3px;
  background: url(/img/brief/vnul.jpg) 0 3px no-repeat
}

div.vn666 {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border: 1px solid #1c6fb5;
  border-radius: 4px;
  background: #fff;
  padding: 5px 10px
}

div.vn666 a {
  font-size: 14px;
  color: #1c6fb5
}

div.vn666 a, div.vn666 a:hover {
  text-decoration: none
}

.popotz, .vn3 {
  font-size: 11px
}

.vn3, .vn3 a {
  color: #9b9d9a
}

.vn3 {
  padding-top: 4px
}

.vn3 a {
  font-size: 11px
}

.vn3 a.compare_add, a.vnm2 {
  display: block;
  height: 20px;
  text-align: center;
  color: #9b9d9a
}

.vn3 a.compare_add {
  width: 50px;
  background: url(/img/brief/vnsravn.png) top left no-repeat
}

.vn3 a.compare_add.active, .vn3 a.compare_add:hover {
  background: url(/img/brief/vnsravn-hower.png) top left no-repeat;
  color: #0a62a9;
  text-decoration: none;
  padding-left: 17px
}

a.vnm2 {
  min-width: 100px;
  white-space: nowrap;
  background: url(/img/brief/fast-view.png) top left no-repeat
}

.vn3 a.compare_add, a.vnm2, a.vnm2:hover, a.vnm3, a.vnm4 {
  text-decoration: none;
  padding-left: 17px
}

a.vnm2:hover {
  background: url(/img/brief/fast-view-hower.png) top left no-repeat;
  color: #0a62a9
}

a.vnm3, a.vnm4 {
  display: block;
  height: 20px;
  text-align: center;
  color: #9b9d9a
}

a.vnm3 {
  width: 65px;
  background: url(/img/brief/favorit.png) top left no-repeat
}

a.vnm3:hover {
  background: url(/img/brief/favorit-hower.png) top left no-repeat;
  padding-left: 17px
}

a.vnm4 {
  width: 90px;
  background: url(/img/brief/fast.png) top left no-repeat
}

a.vnm3:hover, a.vnm4:hover, a.vnm5, a.vnm5:hover {
  color: #0a62a9;
  text-decoration: none
}

a.vnm4:hover {
  background: url(/img/brief/fast-hower.png) top left no-repeat;
  padding-left: 17px
}

a.vnm5 {
  display: block;
  width: 80px;
  height: 20px;
  text-align: center;
  background: url(/img/brief/video.png) 0 2px no-repeat;
  color: #9b9d9a
}

a.vnm5:hover {
  background: url(/img/brief/video-hower.png) 0 2px no-repeat
}

.popotz {
  text-align: justify
}

.popotz span, .popotzzag {
  font-size: 11px;
  color: #2a75ae
}

.popotz img {
  margin-right: 10px
}

.popotzzag {
  text-align: center;
  font-weight: 700
}

.vnpoln {
  text-align: right
}

.cart_briefbtn {
  cursor: pointer
}

.btn_briefinput {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 25px
}

#dcart_mbrief, .btn_clibrief {
  vertical-align: middle;
  height: 30px
}

.btn_clibrief {
  padding-top: 5px
}

#dcart_mbrief .btn_midbriefdle, .dcart_brief {
  vertical-align: middle;
  float: left;
  text-align: center
}

#dcart_mbrief .btn_midbriefdle {
  border-left: 1px solid #efefef;
  height: 30px
}

.dcart_brief {
  width: 62px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 7px
}

#dcart_mbrief {
  border: 2px solid #fff;
  width: 157px;
  background-color: #1e6eb5;
  background-image: -ms-linear-gradient(top, #1c6fb5 0%, #35a4cf 100%);
  background-image: -moz-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -o-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c6fb5), color-stop(100, #35a4cf));
  background-image: -webkit-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: linear-gradient(to bottom, #1c6fb5 0, #35a4cf 100%);
  border-radius: 5px
}

#div_overs #dcart_mbrief {
  opacity: .75
}

#div_overs:hover #dcart_mbrief {
  opacity: 1
}

.cladesck_preview {
  font: 12px/1.2 Tahoma, Arial, Helvetica, sans-serif
}

#div_overs .nounderline, ul.sitemap_html li a {
  text-decoration: none
}

.vnul .brief_desck {
  max-height: 110px;
  overflow: auto
}

#calculator {
  font-size: 14px
}

#calculator td {
  padding: 5px
}

.kalktable td {
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
  color: #6f6f6f
}

.kalktable, .kalktable option {
  color: #6f6f6f
}

.kalktable input, .kalktable select {
  padding: 3px;
  color: #6f6f6f
}

.kalktable input.activeinput {
  border: 1px solid #fe252a
}

.kalktable td .calkheade {
  padding-bottom: 5px
}

.pagelochka.active, .pagelochka.noactive {
  margin-top: -1px;
  font-size: 16px;
  float: right;
  width: 20px;
  transform: rotate(270deg)
}

.pagelochka.active {
  width: 26px;
  transform: rotate(90deg)
}

#sverdbover, #sverover {
  cursor: pointer;
  text-align: center;
  color: #6a6a6a;
  font-size: 13px;
  padding-bottom: 0;
  padding-left: 55px
}

.podbor a, .podbor a:hover, div.togglespoiler {
  font-size: 13px;
  color: #6f6f6f;
  text-decoration: none
}

#sverdbover:hover, #sverover:hover, .podbor a:hover, div.social_whoisnas a:hover, div.togglespoiler:hover {
  text-decoration: underline
}

.bimpanel {
  width: 1218px;
  height: 122px
}

@media screen and (min-width: 150px) and (max-width: 600px) {
  .bimpanel, .block {
    display: none
  }

  .block {
    position: relative;
    border: 0;
    width: 100%
  }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .bimpanel {
    width: 100%;
    height: auto
  }

  .block {
    position: relative;
    border: 0;
    width: 100%
  }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
  .bimpanel, .block {
    width: 100%
  }

  .block {
    height: auto;
    position: relative;
    border: 0
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .bimpanel, .block {
    width: 100%
  }

  .block {
    height: auto;
    position: relative;
    border: 0
  }
}

@media screen and (max-width: 479px) {
  .bimpanel, .block {
    width: 100%;
    display: none
  }

  .block {
    height: auto;
    position: relative;
    border: 0
  }
}

#bl_podbor {
  color: #626c74;
  padding-bottom: 10px;
  text-align: left
}

div.togglespoiler {
  color: #626c74;
  text-align: center;
  cursor: pointer;
  font-size: 10pt;
  padding-bottom: 5px;
  padding-top: 10px
}

div.ul_categ:nth-child(n+2) {
  display: block
}

div.ul_options {
  font-weight: 700;
  padding-bottom: 2px;
  padding-top: 3px
}

div.optbt_sections, div.optul_sections {
  padding-bottom: 5px;
  padding-top: 4px;
  margin-left: 10px
}

div.optul_sections select {
  padding: 1px 3px;
  cursor: pointer;
  width: 95%;
  color: #626c74
}

div.ul_onesect {
  vertical-align: middle;
  margin-left: 10px
}

div.optbt_sections input, div.ul_onesect input {
  color: #626c74;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px
}

div.optbt_sections input {
  height: 18px
}

div.optbt_sections input, div.optbt_sections label, div.ul_onesect input, div.ul_onesect label {
  cursor: pointer
}

div.ul_cenatov, div.ul_razreshtov, div.ul_raztvltov, div.ul_ygoltov {
  padding-top: 5px;
  height: 45px
}

div.ul_cenatov input, div.ul_razreshtov input, div.ul_raztvltov input, div.ul_ygoltov input {
  text-align: center;
  color: #626c74
}

#rangeSlider_cena, #rangeSlider_razresh, #rangeSlider_raztvl, #rangeSlider_ygol {
  width: 175px;
  text-align: center;
  margin-left: 10px
}

#overlay, .b-duocarousel, div.btn_knopka {
  text-align: center
}

div.btn_knopka input {
  color: #626c74;
  cursor: pointer;
  font-size: 10pt;
  padding: 2px;
  width: 80px
}

#overlay {
  background-color: #a764a9;
  border-radius: 5px;
  font-size: 13px;
  height: 60px;
  padding-top: 20px;
  vertical-align: middle;
  width: 120px;
  z-index: 9999;
  visibility: hidden;
  color: #f7f7ff;
  display: none;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

#overlay::after {
  border-color: transparent #a764a9;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  content: "";
  height: 0;
  margin-top: -7px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0
}

#overlay a:hover, .cat_divfont a {
  color: #f7f7ff;
  text-decoration: underline
}

#b-duocarousel {
  text-align: center;
  height: 130px
}

#b-carousel a, #b-duocarousel a {
  text-decoration: none;
  text-align: center
}

#b-carousel a:hover, #b-duocarousel a:hover {
  text-decoration: underline;
  text-align: center
}

.b-duocarousel {
  width: 680px;
  margin: 1px auto
}

.h-duocarousel-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.h-duocarousel-items {
  width: 10000px;
  position: relative
}

.b-duocarousel-block {
  float: left;
  width: 210px;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.b-duocarousel-button-left, .b-duocarousel-button-right {
  width: 26px;
  height: 76px;
  position: relative;
  top: 26px;
  cursor: pointer;
  opacity: .8
}

.b-duocarousel-button-left {
  float: left;
  background: url(/img/arrow-left-video.png) no-repeat;
  right: 10px
}

.b-duocarousel-button-right {
  float: right;
  background: url(/img/arrow-right-video.png) no-repeat;
  left: 10px
}

.b-duocarousel-button-left:hover, .b-duocarousel-button-right:hover {
  opacity: 1
}

#zoom_overhover, #zoom_overhover_dueo {
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999
}

#zoom_overhover_dueo {
  width: 190px;
  height: 120px
}

#zoom_overhover_dueo:hover {
  width: 200px;
  height: 130px;
  margin-right: 5px
}

#zoom_overhover {
  width: 130px
}

#zoom_overhover:hover {
  width: 140px;
  margin-right: 5px
}

.cat_divfont {
  text-align: center;
  color: #5a5a5a;
  font-size: 15px;
  text-decoration: none
}

.cat_divfont a {
  color: #185ca1
}

.cat_divfont a:hover {
  color: #185ca1;
  text-decoration: none
}

.cat_div_duv {
  text-align: center;
  border: 1px solid #bababa;
  padding: 5px;
  height: 245px;
  box-shadow: 0 0 5px 1px rgba(186, 186, 186, .67);
  -moz-box-shadow: 0 0 5px 1px rgba(186, 186, 186, .67);
  -webkit-box-shadow: 0 0 5px 1px rgba(186, 186, 186, .67)
}

.cat_div_duv:hover {
  box-shadow: 0 0 5px 1px rgba(168, 168, 168, .87);
  -moz-box-shadow: 0 0 5px 1px rgba(168, 168, 168, .87);
  -webkit-box-shadow: 0 0 5px 1px rgba(168, 168, 168, .87)
}

.desc_tabl {
  padding-bottom: 5px;
  height: 45px;
  color: #5a5a5a;
  text-align: justify;
  font-size: 11px
}

div.div_vkfcyt {
  margin-top: 15px;
  padding-right: 60px;
  white-space: nowrap;
  float: right
}

div.div_vkfcyt a, div.div_vkfcyt img {
  z-index: 1000
}

#td_selected {
  background: url(/images/str_tdsel1.png) no-repeat;
  background-position: left center;
  border-left: 4px solid #549dea;
  background-color: #a1cfff
}

.right_paddin {
  font-size: x-small
}

.ico-grid, .ico-list {
  cursor: pointer;
  border-radius: 4px;
  float: left;
  height: 23px;
  margin: 4px 0 0 5px;
  width: 23px
}

a.ico-grid, a.ico-list {
  background-image: url(/images/ico-view.png);
  background-color: #494949;
  border: 1px solid #b2b2b2
}

a.ico-grid {
  background-position: -23px 0
}

a.ico-grid.selected, a.ico-list.selected {
  background-color: #a1a1a1;
  cursor: default
}

#view_sort {
  padding-left: 10px
}

.product, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}

.sort_tablep {
  background-color: #f2f2f8;
  padding: 3px;
  border: 1px solid #e1e1e1;
  border-radius: 5px
}

#div_overs .psobackimg img {
  height: 160px;
  position: absolute;
  width: 160px;
  margin-left: -88px;
  margin-top: -8px
}

#div_overs .psobackdiv {
  position: absolute;
  width: 138px;
  margin-left: 40px;
  margin-top: 55px;
  font-weight: 700;
  color: red;
  background-color: #fff;
  left: 12px
}

.tdbrief_clas ul {
  padding-left: 20px
}

.cart_fprice, .cart_fprice2 {
  padding: 5px;
  text-align: center
}

.cart_fprice {
  background-color: #fe3c00;
  border: 1px solid #ba2c00;
  border-radius: 4px;
  color: #fff;
  text-decoration: none
}

.cart_fprice2 {
  background-color: #1e6eb5;
  background-image: linear-gradient(to bottom, #1e6eb5 0, #1e6eb5 100%);
  border-radius: 5px;
  border: 2px solid #fff
}

.cart_fprice .cart_btn, .cart_fprice2 {
  color: #fff;
  text-decoration: none
}

.cart_fprice .cart_btn:hover {
  color: #fff;
  text-decoration: underline
}

ul.podbor_ul {
  padding-left: 10px
}

ul.podbor_ul li {
  padding-top: 5px;
  line-height: 1.2
}

.ultextstyle {
  font-size: 11px;
  font-family: "Tahoma";
  color: #5a5a5a;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  padding-left: 18px
}

#b-carousel {
  padding-bottom: 5px;
  text-align: center;
  height: 135px
}

#b-carousel img {
  border-radius: 3px;
  width: 130px;
  border: 1px #a8b0d2 solid
}

.b-carousel {
  width: 680px;
  margin: 1px auto;
  text-align: center
}

.h-carousel-wrapper {
  text-align: center;
  padding-top: 8px;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.h-carousel-items {
  width: 10000px;
  position: relative
}

.b-carousel-block {
  float: left;
  width: 145px;
  padding-left: 7px;
  padding-right: 5px;
  text-align: center
}

.b-carousel-button-left, .b-carousel-button-right {
  cursor: pointer;
  height: 76px;
  opacity: .8;
  position: relative;
  top: 26px;
  width: 26px
}

.b-carousel-button-left {
  float: left;
  background: url(/img/arrow-left-video.png) no-repeat 0 0;
  right: 8px
}

.b-carousel-button-right {
  float: right;
  background: url(/img/arrow-right-video.png) no-repeat 0 0;
  left: 8px
}

div.desk_help {
  float: right;
  width: 20px;
  margin-top: -2px
}

div.pstextfpol a, div.pstextfpol_duo a {
  color: #fff;
  text-decoration: none;
  cursor: help
}

div.pstextfpol, div.pstextfpol_duo {
  background-image: -ms-linear-gradient(bottom, #b41012 0%, #fe2a2e 100%);
  background-image: -moz-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: -o-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b41012), color-stop(100, #fe2a2e));
  background-image: -webkit-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: linear-gradient(to top, #b41012 0, #fe2a2e 100%);
  vertical-align: middle;
  line-height: 1.6;
  color: #fff;
  font-family: Tahoma;
  text-align: center;
  font-size: 10px;
  height: 18px;
  position: absolute
}

div.pstextfpol {
  width: 155px;
  border: 1px solid #767675;
  margin-left: 0;
  z-index: 50
}

div.pstextfpol_duo {
  width: 145px;
  margin-left: 25px;
  margin-top: 10px
}

div.social_whoisnas {
  margin-right: -88px;
  border: 1px solid #b0b0b0;
  position: fixed;
  right: 8px;
  top: 65%;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  cursor: pointer;
  color: #06f;
  background-color: #f5f5ff;
  border-radius: 10px;
  padding: 8px
}

div.social_whoisnas a {
  font-size: 19px;
  line-height: 1.5;
  color: #06f;
  text-decoration: none
}

.vn3 a.compare_add, a.vnm2, a.vnm3, a.vnm4, a.vnm5 {
  transition: color .5s ease 0s
}

div.bl div.stat, div.bl div.stat a, td.telshap {
  text-align: center;
  line-height: 2
}

ul.sitemap_html li {
  line-height: 1.5
}

ul.sitemap_html li a:hover {
  text-decoration: underline
}

table.widgorod {
  color: #212a82;
  z-index: 101
}

table.widgorod_duo {
  color: #212a82
}

.all_sites {
  font-weight: 700;
  font-size: 10pt;
  color: #858585;
  padding-left: 25px;
  padding-bottom: 20px;
  padding-right: 10px
}

td.telshap {
  line-height: 1.2;
  padding-bottom: 20px
}

td.telshap, td.telshap a {
  color: #5c5c5c;
  font-size: 12px;
  z-index: 110
}

table.widgorod td.mid {
  width: 1px
}

table.widgorod td.mid div {
  vertical-align: middle;
  height: 30px;
  width: 1px;
  border: 0;
  border-right: 1px dotted #b0b0b0;
  margin-bottom: 13px
}

tr.heigh51 td {
  height: 51px
}

.telshap span.active {
  color: #cc1203;
  font-weight: 700
}

td.widgorod_td {
  padding-left: 15px;
  z-index: 110
}

.payment_mode_block {
  white-space: nowrap
}

.payment_mode_block.disabled, .payment_mode_block.disabled label {
  color: #ccc
}

.payment_mode_block input {
  width: auto !important
}

.product-thumbnail {
  position: relative
}

.product-thumbnail-label {
  background-image: -ms-linear-gradient(bottom, #b41012 0%, #fe2a2e 100%);
  background-image: -moz-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: -o-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b41012), color-stop(100, #fe2a2e));
  background-image: -webkit-linear-gradient(bottom, #b41012 0, #fe2a2e 100%);
  background-image: linear-gradient(to top, #b41012 0, #fe2a2e 100%);
  border: 1px solid #767675;
  color: #fff;
  font-family: Tahoma;
  font-size: 10px;
  height: 18px;
  left: 0;
  line-height: 1.6;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  vertical-align: middle;
  width: 148px
}

.product-thumbnail-label a, .product-thumbnail-label a:visited {
  color: #fff;
  cursor: help;
  text-decoration: none
}

.product-thumbnail-image-label {
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  z-index: 100
}

.product-thumbnail-image-label > img {
  height: 150px;
  width: 150px
}

.collapse:not(.show) {
  display: none
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both
}

.col-md-6 {
  box-sizing: border-box;
  width: 50%
}

.col-md-6:nth-child(odd) {
  padding-right: 5px
}

.col-md-6:nth-child(even) {
  padding-left: 5px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .015rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-cart {
  width: 90px
}

a.btn {
  text-decoration: none
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:focus, .btn:hover {
  text-decoration: none
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary, .btn-primary:hover {
  color: #fff !important;
  background-color: #1e6eb5;
  background-image: -ms-linear-gradient(top, #1c6fb5 0%, #35a4cf 100%);
  background-image: -moz-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -o-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c6fb5), color-stop(100, #35a4cf));
  background-image: -webkit-linear-gradient(top, #1c6fb5 0, #35a4cf 100%);
  background-image: linear-gradient(to bottom, #1c6fb5 0, #35a4cf 100%);
  border-radius: 5px
}

.btn-secondary, .btn-secondary:hover {
  color: #1c6fb5 !important;
  background-color: #fff;
  border-color: #1c6fb5
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block + .btn-block {
  margin-top: 5px;
  margin-top: .5rem
}

.not-in-stock {
  color: red
}

.img-error {
  border-color: #dc3545 !important;
  border-width: 4px !important;
  border-style: dashed !important
}

.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover {
  font-size: 12px !important
}

.attention, .attention:hover {
  color: #c00
}

.alert-gift {
  background: #ffc;
  border: 2px solid #c74b1d;
  border-radius: 10px;
  padding: 5px;
  margin: 20px 0
}

.alert-gift p {
  margin: 5px
}

.block-sale-product {
  color: #1d1d1d;
  font-size: 13pt;
  font-weight: 700;
  padding: 20px 0
}

.block-sale-product > h4 {
  font-size: 15pt;
  font-weight: 700;
  margin: 0
}

.block-sale-product.block-sale-product-tile {
  font-size: 9pt
}

.block-sale-product.block-sale-product-tile > h4 {
  font-size: 12pt
}

.table-blue {
  border-collapse: collapse;
  width: 100%
}

.table-blue td {
  width: 33%
}

.table-blue ul {
  margin: 0;
  padding: 0;
  list-style-image: url(/img/m2.gif)
}

.table-blue ul li {
  background-color: #e3f1f9;
  border: solid 1px #7ec1e8;
  color: #000;
  margin: 0 0 1px;
  padding: 3px 10px 3px 5px;
  list-style-position: inside;
  font-size: 11px
}

.table-blue ul li.hover, .table-blue ul li:hover {
  background-color: #a1cfff;
  color: #000
}

.table-blue ul a:link, .table-blue ul a:visited {
  color: #000;
  text-decoration: none;
  font-size: 11px
}

.table-blue ul a:hover, .table-blue ul li:hover a {
  color: #fff;
  font-size: 11px
}

.card {
  background-color: #e3f1f9;
  border: 1px solid #7ec1e8;
  margin-bottom: 1rem
}

.card-body {
  padding: .5rem
}

.table-filters {
  margin-bottom: 20px
}

.table-filters, .table-sliders {
  border-collapse: collapse;
  width: 100%
}

.table-filters td {
  padding: 5px 10px;
  vertical-align: top
}

.checkbox-list {
  margin-bottom: 10px
}

.checkbox-list > div {
  margin-bottom: 5px
}

.checkbox-list input {
  margin-right: 10px
}

.table-filters h6 {
  margin: 0 0 10px
}

.form-filters .filters-info {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 110%;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 7px 10px 6px;
  margin-bottom: 0
}

.form-filters .filters-info .fa-spin {
  padding-top: 1px
}

.middle, .table-sliders td {
  vertical-align: middle
}

.nowrap {
  white-space: nowrap
}

.full-width {
  width: 100%
}

.table-sliders td {
  padding: 5px 10px
}

.btn-apply, .btn-reset {
  padding: 5px 10px
}

.alert {
  font-size: 110%
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-header {
  padding: .5rem 1.25rem
}

.product-brief-description {
  color: #144b74;
  font-weight: 700
}

.product-brief-description ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.product-brief-description ul li {
  background: 0 0;
  margin: 0;
  padding: 0;
  line-height: 1.5
}

.product-brief-description ul li:first-child {
  color: #c00
}

#jbounce-jmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

#jbounce-jmodal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  -webkit-animation: fadein .5s;
  animation: fadein .5s
}

#jbounce-jmodal .jmodal {
  width: 755px;
  height: 394px;
  max-width: 100%;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #3b3b3b;
  border-radius: 5px;
  box-sizing: border-box
}

@media only screen and (max-width: 40em) {
  #jbounce-jmodal .jmodal {
    background-size: cover
  }
}

#jbounce-jmodal .jmodal-title {
  background-color: rgba(0, 0, 0, .7)
}

#jbounce-jmodal .jmodal-subtitle, #jbounce-jmodal .jmodal-title {
  font-size: 18px;
  padding: 5px;
  margin: 0;
  text-align: center
}

#jbounce-jmodal .jmodal-body {
  padding: 0
}

#jbounce-jmodal .jmodal-close {
  color: #3b3b3b;
  cursor: pointer;
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 5px
}

.animinduration {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animoutduration {
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

.jmodal {
  background-color: #fff
}

.jmodal * {
  color: #333
}

#jbounce-jmodal .jmodal-close p {
  background-color: #fff;
  color: #333 !important
}

.exit-popup-application, .exit-popup-cart {
  padding: 19px 26px
}

.exit-popup-application h3, .exit-popup-application h4 {
  color: #1d6887;
  font-size: 28px;
  margin: 0 0 10px;
  text-align: center
}

.exit-popup-application h4 {
  border-bottom: solid 1px #ededed;
  font-size: 24px;
  padding: 0 0 10px
}

.exit-popup-application .column-one {
  border-right: solid 1px #ededed;
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 350px
}

.exit-popup-application .column-separator {
  background: #fff;
  padding: 15px 0;
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 50%;
  right: 50%;
  text-align: center;
  margin-right: -25px;
  width: 50px
}

.exit-popup-application .column-two {
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 350px
}

.exit-popup-application .btn-primary {
  background: #1d6887;
  font-size: 19pt;
  padding: 5px 10px;
  text-transform: uppercase
}

.exit-popup-application .exit-popup-application-image {
  margin-bottom: 15px
}

.exit-popup-application .exit-popup-application-notes {
  margin-top: 15px;
  text-align: center
}

.exit-popup-cart h3 {
  color: #cb0000;
  font-size: 45px;
  margin: 30px 0;
  text-align: center
}

.exit-popup-cart .column-one, .exit-popup-cart .column-two {
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 350px
}

.exit-popup-cart .btn-primary {
  background: #cb0000;
  font-size: 28px !important;
  padding: 5px 50px;
  text-transform: uppercase
}

.exit-popup-cart .exit-popup-application-image {
  margin-bottom: 15px
}

.link-how-to-find-postal-code {
  color: #c00;
  font-weight: 700
}

tr.disabled td, tr:disabled td {
  color: #6c757d;
  pointer-events: none
}

.remodal-body {
  text-align: left;
  font-size: 11pt
}

.remodal-body h4, .review-index h1, .review-view h1 {
  font-size: 13pt
}

.remodal-body .remodal-cancel, .remodal-body .remodal-confirm {
  font-size: 11pt;
  padding: 15px
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-header {
  font-size: 150%;
  margin: 0 !important;
  text-align: center
}

.alert-header .alert-container {
  margin: 0 auto;
  width: 1140px
}

.tooltip {
  z-index: 1070;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip, .tooltip .arrow {
  position: absolute;
  display: block
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.tooltip {
  font-size: 12px
}

.header-contacts {
  background: #3b6294;
  border-radius: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 13px;
  padding: 5px 10px;
  position: absolute;
  top: 35px;
  left: 235px;
  width: 730px
}

.header-contacts-table {
  border-collapse: collapse
}

.header-contacts-schedule {
  font-size: 14px
}

.header-contacts a, .header-contacts a:hover, .header-contacts a:visited {
  color: #fff
}

.header-contacts h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

.header-contacts h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 3px 0 0
}

.header-contacts-phone {
  padding: 0
}

.header-contacts-phone-1, .header-contacts-phone-2 {
  border-right: solid 1px #fff;
  padding: 0 10px;
  text-align: center
}

.header-contacts-phone-1 a, .header-contacts-phone-1 a:visited, .header-contacts-phone-2 a, .header-contacts-phone-2 a:visited, .header-contacts-phones a, .header-contacts-phones a:visited {
  color: #fff;
  text-decoration: none
}

.header-contacts-phone-1 a:hover, .header-contacts-phone-2 a:hover, .header-contacts-phones a:hover {
  color: #4ec5f3;
  text-decoration: none
}

.header-contacts-phones, .header-contacts-regions, .header-contacts-schedule {
  border-right: solid 1px #fff
}

.header-contacts-email, .header-contacts-phones, .header-contacts-regions, .header-contacts-schedule {
  padding: 0 12px;
  text-align: center
}

.header-contacts-business-table, .header-contacts-domain-table {
  font-size: 14px
}

.header-contacts-business-table .header-contacts-email, .header-contacts-business-table .header-contacts-phones, .header-contacts-business-table .header-contacts-regions, .header-contacts-business-table .header-contacts-schedule {
  padding: 0 10px;
  text-align: center
}

.header-contacts-domain-table .header-contacts-email, .header-contacts-domain-table .header-contacts-phones, .header-contacts-domain-table .header-contacts-regions, .header-contacts-domain-table .header-contacts-schedule {
  padding: 0 13px;
  text-align: center
}

.contact-icon {
  border-radius: 3px;
  color: #fff;
  font-size: 1.5em;
  padding: 2px 3px
}

.contact-icon.fa-telegram-plane {
  background-color: #08c
}

.contact-icon.fa-viber {
  background-color: #665cac
}

.contact-icon.fa-whatsapp {
  background-color: #4ac959
}

.rtsp-me {
  background: #fff;
  position: relative;
  height: 60px;
  bottom: 63px
}

.img-container {
  position: relative;
  overflow: hidden
}

.img-label {
  background-color: #c00;
  padding: 3px 80px 5px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: absolute;
  left: -60px;
  top: 60px;
  transform: rotate(-45deg)
}

.img-label-sm {
  padding: 3px 55px 5px;
  font-size: 13px;
  left: -40px;
  top: 40px
}

.px-1 {
  padding-left: 15px !important;
  padding-right: 15px !important
}

.mark-dislike, .mark-like {
  color: #45b956;
  font-size: 12pt
}

.mark-dislike {
  color: #e42929
}

.badge-secondary {
  color: #1b1e21;
  background-color: #d6d8d9
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.pagination {
  margin-top: 20px
}

.pagination a {
  text-decoration: none
}

.pagination a:hover {
  background: #d6d8d9
}

.pagination a, .pagination span {
  display: inline-block;
  border: 1px solid #00f;
  margin-right: .2em;
  padding: .5em 1em;
  border-color: #e2e3e5;
  color: #090445
}

.pagination .dots {
  border-width: 0
}

.pagination .current {
  font-weight: 700;
  background: #d6d8d9
}

.pagination .disabled {
  border-color: #c6c8ca;
  color: #ccc
}

.review-index, .review-view {
  margin: 0
}

.review-index h2, .review-index h2 a, .review-index h2 a:hover, .review-index h2 a:visited, .review-view h2, .review-view h2 a, .review-view h2 a:hover, .review-view h2 a:visited {
  font-size: 11pt
}

.review-view .review-button-container {
  padding: 10px 0
}

.review-view .review-button-container a {
  line-height: 2;
  font-size: medium
}

.review-view .review-card {
  border-top: solid 1px #c6c8ca;
  padding: 10px 0
}

.review-view .review-card:last-child {
  border-bottom: solid 1px #c6c8ca
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.btn-toogle, .header-filter {
  font-size: 18px;
  font-weight: 700
}

.btn-toogle {
  font-size: 15px
}

#blink {
  -webkit-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite
}
