body, html, p, td, input, select, textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
  position: relative;
  background-color: #000;
  background: url(/templates/images/main-bg.gif);
}

p {
  text-indent: 1.5em;
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}

a {
  color: #035000;
  text-decoration: underline;
}
a:hover {
	color:#00AA11;
	text-decoration: underline;
}
b, strong {
  font-weight: bold;
}

hr {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  border-top: 1px solid #9a9a9a;
}

h1 {
  display: block;
  font-size: 1.1em;
  margin: 0px;
  margin-bottom: 0.5em;
  padding: 0px;
  font-weight: bold;
  text-indent: 0;
}
h2 {
  display: block;
  font-size: 1.1em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  font-weight: bold;
  text-indent: 1.5em;
}
h3 {
  display: block;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  font-weight: bold;
  text-indent: 1.5em;
}
h4 {
  display: block;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-indent: 0;
}

ul {  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul, ol {  margin-bottom: 1em;
  margin-left: 1.3em;
  padding: 0;
}
ul li, ol li {
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

form {  margin: 0;
  padding: 0;}

.content table td {
  padding: 0.15em 0.4em;
}

.main_text h1 {  margin-bottom: 1em;  text-indent: 1.5em;}

.wrapper {  position: relative;
  width: 98%;
  max-width: 1400px;
  min-height: 800px;
  margin: 1em auto;
  padding: 0;
  background: #fff;
  border: 3px solid #5d5d5d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* *** Header *** */

.header {  position: relative;
  width: 100%;
  height: 228px;
  background: url(/templates/images/header-bg.gif) repeat-x;
}

.header-bg {  position: relative;
  background: url(/templates/images/header-bg1.jpg) left bottom no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 189px;
}
.header-bg div {  position: absolute;
  background: url(/templates/images/header-bg2.jpg) right bottom no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 189px;
}

.phones {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 190px 0 0;
}
.phones p {
  text-align: center;
  text-indent: 0;
  padding: 0 0 0.3em 0;
  margin: 0;
}
.phones p.phone {
  font-size: 1.15em;
  font-weight: bold;
}
.phones .dkcallback {
  color: #050;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 0;
}
.phones .dkcallback a {
  text-decoration: none;
}
.phones .cart {
  height: 32px;
  padding-left: 30px;
}
.phones .cart a.bcart {  position: relative;  text-decoration: none;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.phones .cart a.bcart:before {
  content: " ";
  position:absolute;
  z-index:1;
  top: -5px;
  left: -38px;
  width: 32px;
  height: 32px;
  background: url(/templates/images/shop32.png) no-repeat;
}
@media screen and (max-width: 1270px) {  .phones p.phone {
    font-size: 1.08em;
  }
}
@media screen and (max-width: 1230px) {
  .phones p.phone {
    font-size: 0.98em;
  }
}
@media screen and (max-width: 1190px) {  .phones p.phone {
    font-size: 0.9em;
  }
  .phones .dkcallback {    font-size: 1em;
  }
  .phones .cart a.bcart {    font-size: 0.9em;
  }
}
@media screen and (max-width: 1170px) {  .phones p.phone span {    display: none;  }
}
@media screen and (max-width: 1099px) {
  .phones {
    display: none;
  }
}

.sitename-logo {  position: absolute;
  top: 3em;
  left: 3em;
}
.sitename-logo:after {  clear: both;}
.sitename-logo .logo {  display: block;
  float: left;
  margin-top: 0.3em;}
.sitename-logo div {  margin-left: 100px;}
.sitename {
  display: block;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
	color: #033702;
	text-transform: uppercase;
	white-space: nowrap;
  margin: 0px;
  text-decoration: none;
	font-weight: bold;
}
.slogan {  text-indent: 0;  text-align: left;
	font-size: 1em;
	line-height: 1.2em;
  margin: 0px;
	font-weight: normal;
	white-space: nowrap;
}

.top-menu {  position: relative;  background: #b8e083;
  width: 100%;
  height: 39px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.top-menu ul {  display: block;
  width: 100%;
  height: 39px;
  background: url(/templates/images/nav-bg.gif) repeat-x;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  list-style-type: none;
  padding: 0;
  padding-top: 5px;
  padding-left: 30px;
  margin: 0;
  z-index: 1;
}
.top-menu li {  display: inline-block;
  padding: 5px 15px;
  border-right: 2px solid #d8f1ab;
  font-size: 1em;}
.top-menu li:first-child {
  border-left: 2px solid #d8f1ab;
}
.top-menu li.active {  font-weight: bold;}
.top-menu a {
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
}
.top-menu a:hover {
	color:#005000;
	text-decoration: underline;
}

.tsearch {  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 20px 4px 0;
  padding: 0;
  line-height: 30px;
  height: 30px;
}
.tsearch label {  font-weight: normal;
  margin: 0;}
.tsearch .stext {
  width: 180px;
  height: 23px;
  margin: 0px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #429b27;
  background-color: #dafed3;
}
.tsearch a {  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin:-2px 0 0 0;
}

/* *** Center *** */

.crow {  display: table;
  width: 100%;
}

.content {  display: table-cell;
  position: relative;
  vertical-align: top;
  margin: 0;
  padding: 20px;
  padding-left: 30px;
}
.contacts p {  text-indent: 0;
  text-align: left;}
.contacts .dkcallback {  color: #050;
  font-size: 1em;
  font-weight: bold;
  margin: 25px 0;
}
.contacts .dkcallback a {  text-decoration: none;
}
select[name="map_city"] {  display: inline-block;
  padding: 2px 15px;}

#message-form {  margin-bottom: 1.5em;}

.aside {  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 265px;
  margin: 0;
  padding: 0;
  padding-right: 15px;
}
.aside div {  position: relative;
}

.last-news {  border: 4px solid #ceeea0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eeffd7;
  margin: 30px 0 15px 0;
  padding: 10px 15px 5px 15px;
}
.last-news:before {  content: " ";
  position:absolute;
  z-index:1;
  top: -23px;
  right: 12px;
  width: 44px;
  height: 47px;
  background: url(/templates/images/notes.gif);}
.last-news h3 {  font-size: 0.9em;
  border-bottom: 2px solid #ceeea0;
  padding: 0;
  padding-bottom: 10px;
  width: 80%;
  text-indent: 10px;
}
.last-news ul {  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
  list-style-image: url(/templates/images/arrow.gif);}
.last-news li {  padding: 0;
  margin: 7px 0;}
.last-news a {  display: block;
  line-height: 1.2em;
  color: #033702;
  font-size: 0.85em;}

.sales-hits {
  border: 4px solid #ceeea0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eeffd7;
  margin: 30px 0 15px 0;
  padding: 10px 15px 5px 15px;
}
.sales-hits:before {
  content: " ";
  position:absolute;
  z-index:1;
  top: -23px;
  right: 12px;
  width: 44px;
  height: 47px;
  background: url(/templates/images/notes.gif);
}
.sales-hits h3 {
  font-size: 0.9em;
  border-bottom: 2px solid #ceeea0;
  padding: 0;
  padding-bottom: 10px;
  width: 80%;
  text-indent: 10px;
}
.sales-hits ul {
  padding-left: 20px;
  margin: 10px 0;
  list-style-image: url(/templates/images/arrow.gif);
}
.sales-hits li {
  padding: 0;
  margin: 7px 0;
}
.sales-hits a {
  display: block;
  line-height: 1.2em;
  color: #033702;
  font-size: 0.85em;
}

.extra-links {  text-align: center;
  margin-bottom: 30px;
}
.extra-links p {  text-indent: 0;
  text-align: center;
  font-weight: bold;
}
.extra-links p, .extra-links input {  font-size: 0.85em;
}
.extra-links .order {  margin: 1.5em 0 3em 0;}

/* *** Footer *** */

.footer {  display: block;}
.bottom-links {  margin: 0;
  padding-left: 30px;
  background: url(/templates/images/right-bottom.jpg) right bottom no-repeat;
  min-height: 190px;
}
.bottom-links .col-md-9 {  border-top: 3px solid #ceeea0;
  padding: 0;
}
.bottom-menu {  margin-top: 15px;}
.bottom-menu ul {  margin: 0;
  padding: 0;
}
.bottom-menu li {
  display: inline-block;
  padding: 0 10px;
  font-size: 1em;
  line-height: 1em;
  border-right: 1px solid #555;
}
.bottom-menu li:last-child {
  border-right: 0;
}
.bottom-menu li.active {
  font-weight: bold;
}
.bottom-menu a {  color: #033702;
  white-space: nowrap;
  text-decoration: none;}
.bottom-menu a:hover {
	color:#005000;
	text-decoration: underline;
}

.social {  margin-top: 15px;
  min-height: 10px;
}
.social p {  text-align: left;
  text-indent: 0;
  line-height: 30px;
}
.social-groups a {  margin-left: 5px;}
.fb-button {  height: 28px;
}
.fb-button div {  display: inline-block;
  vertical-align: middle;}
.extra-info {  width: 100%;
  border: 1px solid #92b641;
  margin: 15px 0;
  padding: 9px 18px;}
.extra-info p {  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.addinfo {  background: url(/templates/images/footer-bg.gif) repeat-x;
  padding: 0;
  padding-top: 5px;
}
.addinfo .row {  background: #eaeaea;
  padding: 20px 15px;
  margin: 0;
}
.addinfo p {  font-size: 0.8em;
  text-indent: 0;}
.addinfo .col-md-5 {  padding-top: 20px;
  padding-right: 50px;
  text-align: right;}
.addinfo .col-md-5 table {  display: inline;}

/* *** Callback *** */

#cback {
  position: fixed;
  right: -200px;
  bottom: 10px;
  width: 128px;
  height: 128px;
  z-index: 3;
}

#cback:hover {
  cursor: pointer;
}

#cback > div {
  position: absolute;
  display: block;
  right: 60px;
  top: 33px;
  background: #fff;
  width: 0px;
  height: 56px;
  border: 2px solid #609511;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  z-index: 3;
}

#cback > div p {
  font-family: Arial, Helvetica, sans-serif;
  color: #2e4708;
  font-weight: bold;
  margin: 0;
  padding: 7px 0 10px 15px;
  text-indent: 0;
  text-align: left;
}

#callback1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 128px;
  max-height: 128px;
  z-index: 4;
}

#callback2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 128px;
  max-height: 128px;
  width: 80px;
  height: 80px;
  z-index: 3;
}

#callback a {
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  padding: 5px;
  color: #137ec1;
  border: 2px solid #137ec1;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  z-index: 3;
}

#cbackf {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  opacity: 0;
  z-index: 2;
}

.exitblock {  display: none;  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #000;
  z-index: 10;}
.exitmessage {  display: none;
  position: fixed;
  background: #fff;
  z-index: 11;
  text-align: center;
  padding: 30px;
}
.exitmessage .exitclose {
  position: absolute;
  right: -8px;
  top: -10px;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 5px;
  font-weight: normal;
  padding: 0.5em;
  background: #fff;
  color: #555;
  border: 2px solid #ddd;
  border-radius: 13px;
  cursor: pointer;
}
.exitmessage h1 {  font-size: 32px;
  color: #f00;
}
.exitmessage h2 {  font-size: 30px;
  color: #0a0;
  text-indent:0;
}
.exitmessage h3 {
  font-size: 28px;
  color: #00f;
  text-indent:0;
}
.exitmessage p {
  font-size: 20px;
  color: #555;
  text-indent:0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
.exitmessage p span {  text-decoration: underline;}
.exitmessage button {  display: inline-block;  padding: 10px 35px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
  width: 150px;
}
.exitmessage button.answeryes {
  background: #0b0;
  border: 1px solid #080;
}
.exitmessage button.answerno {
  background: #b00;
  border: 1px solid #800;
}
.exitmessage button.answeryes:hover {
  background: #0d0;
}
.exitmessage button.answerno:hover {
  background: #d00;
}
.exitmessage button.answeryes2 {  background: #0b0;
  border: 1px solid #080;
  width: 290px;
}
.exitmessage button.answeryes2:hover {
  background: #0d0;
}
@media (max-width: 650px) {  .exitmessage {    padding: 20px;  }  .exitmessage h1 {
    font-size: 30px;;
  }
  .exitmessage h2 {
    font-size: 28px;;
  }
  .exitmessage h3 {
    font-size: 26px;;
  }
  .exitmessage p {
    font-size: 18px;;
  }
  .exitmessage button {
    padding: 8px 30px;
    font-size: 18px;
    width: 140px;
  }
  .exitmessage button.answeryes2 {
    width: 270px;
  }
}
@media (max-width: 550px) {
  .exitmessage {
    padding: 20px;
  }
  .exitmessage h1 {
    font-size: 28px;;
  }
  .exitmessage h2 {
    font-size: 26px;;
  }
  .exitmessage h3 {
    font-size: 24px;;
  }
  .exitmessage p {
    font-size: 18px;;
  }
  .exitmessage button {
    padding: 8px 30px;
    font-size: 18px;
    width: 140px;
  }
  .exitmessage button.answeryes2 {
    width: 260px;
  }
}
@media (max-width: 450px) {
  .exitmessage {
    padding: 20px 15px 15px 15px;
  }
  .exitmessage h1 {
    font-size: 26px;;
  }
  .exitmessage h2 {
    font-size: 24px;;
  }
  .exitmessage h3 {
    font-size: 22px;;
  }
  .exitmessage p {
    font-size: 18px;;
  }
  .exitmessage button {
    padding: 6px 20px;
    font-size: 18px;
    width: 120px;
  }
  .exitmessage button.answeryes2 {
    width: 250px;
  }
}
@media (max-width: 410px) {
  .exitmessage {
    padding: 20px 10px 5px 10px;
  }
  .exitmessage h1 {
    font-size: 24px;;
  }
  .exitmessage h2 {
    font-size: 22px;;
  }
  .exitmessage h3 {
    font-size: 20px;;
  }
  .exitmessage p {
    font-size: 16px;;
  }
  .exitmessage button {
    padding: 5px 10px;
    font-size: 16px;
    width: 100px;
  }
  .exitmessage button.answeryes2 {
    width: 240px;
  }
}
