
.header-menu-item-hover {
  background: white;
  color: black;
}
body {
  font-size: 16px;
}
img {
  max-width: 100%;
}
.limit {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
header {
  position: relative;
  background: white;
  z-index: 99;
}
header .menu {
  display: table;
  font-size: 0;
}
header .menu .item {
  display: inline-block;
  font-size: 16px;
  margin: 0px 10px;
}
header .menu .item a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
header .menu .item a {
  background: white;
}
header .menu .item a:hover {
  background: white;
  color: black;
}
header .limit {
  position: relative;
}
header {
  text-align: left;
}
header .menu {
  margin: 0 auto 0 0;
}
header .menu {
  position: relative;
  top: 0;
}
.logo {
  display: block;
  border: 0;
  text-decoration: none;
}
.logo img {
  border: 0;
}
main .content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
main .content .imageCont {
  text-align: center;
  margin: 10px auto;
}
main .content .imageCont img {
  vertical-align: middle;
  display: inline-block;
  max-width: 200px;
  max-height: 200px;
}
main .content .text h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
main .sidebar {
  display: inline-block;
  width: 21%;
  float: right;
  vertical-align: top;
  text-align: justify;
}
main .sidebar .imageCont img {
  border: none;
  width: 100%;
}
.imageInText.top {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.imageInText.left {
  max-width: 300px;
  float: left;
  margin: 5px 10px 0 0;
  width: 100%;
}
.imageInText.right {
  float: right;
  max-width: 150px;
  margin: 5px 0 0 10px;
}
.imageInText.center {
  max-width: 100%;
  display: block;
  margin: 10px auto;

}
.commentView {
  display: none;
}
main #facebook {
  padding: 20px;
  box-sizing: border-box;
  background: #f6f7f9;
  margin-top: 20px;
  font-family: Arial;
}
main #facebook .avatar {
  width: 32px;
  height: 32px;
  float: left;
}
main #facebook .writeComment {
  box-sizing: border-box;
}
main #facebook .writeComment:before,
main #facebook .writeComment:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
main #facebook .writeComment .form {
  box-sizing: border-box;
  padding-left: 40px;
}
main #facebook .writeComment .form input {
  display: block;
  padding: 7px 5px;
  border: 1px solid #9a9a9a;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
main #facebook .writeComment .form .inscription {
  font-size: 10px;
  color: #ccc;
}
main #facebook .commentsList:before,
main #facebook .commentsList:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
main #facebook .commentsList .commentItem {
  box-sizing: border-box;
  margin: 10px 0;
}
main #facebook .commentsList .commentItem .commentBody {
  padding-left: 40px;
  font-size: 12px;
  line-height: 16px;
}
main #facebook .commentsList .commentItem .commentBody .username {
  color: #3b5998;
  font-weight: 600;
}
main #facebook .commentsList .commentItem .commentBody .commentAction a {
  color: #3b5998;
  text-decoration: none;
}
main #facebook .commentsList .commentItem .commentBody .commentAction .circle {
  font-size: 7px;
  position: relative;
  top: -2px;
  padding: 0 5px;
}
main #facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
  position: relative;
  top: 8px;
  width: 25px;
  height: 25px;
}
main #facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
  color: #ccc;
}
main #facebook .commentsList .commentItem .commentBody .commentAction .time {
  color: #ccc;
}
main #facebook {
  display: block;
}
header .mobileMenu {
  display: none;
}
.img_prod{
  max-width: 174px;
  width: 100%;
  float:left;
}
.p_mar{
  margin-top: 40px
}
.center {
  text-align: center;
}
.imageInText.left.prod{
  max-width: 174px;    float: none;    margin: 0 auto;    display: block;
}
.mt_2 {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  main .sidebar {
    display: none;
  }
  .logo {
    position: relative;
    transform: none;
  }
  main .content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  header .menu {
    display: none;
  }
  header a {
    text-decoration: none;
  }
  header .mobileMenu {
    display: block;
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    text-align: left;
    padding-left: 20px;
  }
}



@media screen and (max-width: 480px) {
  .imageInText.left,
  .imageInText.right {
    float: none;
    display: block;
    max-width: 300px;
    margin: 10px auto;
    width: 100%;
  }
}
@media screen and (max-width: 410px) {
  main .commentsCont .line-2 .sort {
    display: none;
  }
  .commentsCont .login {
    display: none;
  }
  main .commentsCont .line-3 .bodyCont textarea {
    font-size: 15px;
  }
  main .content .imageCont img {
    width: 100%;
  }
}
h2.center,
p.center {
  text-align: center;
}
h2.bold,
p.bold {
  font-weight: 600;
}
h2.title {
  margin: 30px 0 !important;
  text-align: left;
}
main .content {
  background: none;
  border: 0;
}
.content .text {
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
}
.content .text > ul {
  list-style: disc;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.content .text p {
  margin-bottom: 15px;
}
.content .text h2 {
  font-family: Arial;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.blockShadow {
  background: #cccccc none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
}
.blockShadow > span {
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.blockShadow .second {
  margin-bottom: 20px;
}
.explorer {
  background: #e2e2e2;
  padding: 10px 10px 0 10px;
  margin-bottom: 15px;
}
.explorer img {
  float: left;
  margin-right: 10px;
}
.bgbutton {
  background: url('../img/image23.jpg') no-repeat;
  background-size: cover;
  width: 242px;
  height: 68px;
  position: relative;
  display: block;
  margin: 10px auto;
}
.buynowbtn {
  position: absolute;
  top: 24px;
  right: 26px;
  font-size: 20px;
  color: #0070c0;
  text-decoration: none;
  font-family: Arial;
}

@media screen and (max-width: 800px) {
  main #facebook .writeComment {
    display: none !important;
  }

  main #facebook .commentsList .commentItem {
    display: none;
  }

  main #facebook .commentsList .commentItem:nth-child(-n+7) {
    display: block;
  }
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;

  font-size: 100%;
  vertical-align: baseline;

  background: transparent;
  border: 0;
  outline: 0;
}

a {
  margin: 0;
  padding: 0;

  font-size: 100%;
  vertical-align: baseline;

  background: transparent;
}

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

td,
td img {
  vertical-align: top;
}

input,
select,
button,
textarea {
  margin: 0;

  font-size: 100%;

  border: 0;
  outline: none;
}

input[type="text"],
input[type="password"],
textarea {
  padding: 0;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

html {
  font-size: 10px;
}

.upheader {
  width: 100%;

  background: #1e73be;
}

.upheader li {
  display: inline-block;
  padding: 5px;

  font-weight: bold;
  font-family: "Droid Sans";
  color: white;
}

.upheader li a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.headerlist {
  display: inline-block;
}

.upheader span {
  font-weight: bold;
  font-size: 12px;
  color: white;
}

.logo {
  display: block;

  text-align: center;
}

header {
  border-top: 3px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;;
}

.content,
.sidebar {
  padding-top: 20px;
}

.menu li a {
  font-weight: bold;
  font-family: "Droid Sans";
  text-transform: uppercase;
}

.content {
  background: white;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}



.link {
  padding-bottom: 20px;

  font-family: "Droid Sans";
}

.link a {
  color: lightgrey !important;
  text-decoration: none;
}

.content {
  background: #f2f2f2;
}



.text {
  font-family: "Droid Sans";
}

h2 {
  font-family: "Droid Sans";
}

.social {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;;;
}

.social img {
  width: 100%;
  max-width: 253px;
}

.upmain {
  padding: 10px;
}

.upmain a {
  text-decoration: none;
}

.social img,
.share {
  display: inline-block;

  vertical-align: middle;
}

.social {
  padding: 10px;
}

.share {
  margin-bottom: 0 !important;

  font-weight: bold;
}

.maintext {
  padding: 10px;
}

.blackbtn {
  display: block;
  width: 100%;
  max-width: 70px;
  padding: 5px;

  font-size: 11px;
  text-align: center;
  color: white;
  text-decoration: none;

  background: black;
  border: 1px solid white;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0;

  border: 1px solid gray;
}

.sidebarlinks a {
  display: block;
  padding: 5px 0;

  font-size: 18px;
  color: #0a78c2;
  text-decoration: none;
}

.sidebarimg img {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 5px 0;
}

.sidebarimg a {
  display: block;
  padding: 5px 0;

  font-weight: bold;
  text-align: center;
  color: black;
  text-decoration: none;
}

.buynowbtn {
  position: absolute;
  top: 21px;
  right: 32px;

  font-size: 24px;
  font-family: Arial, serif;
  color: #0070c0;
  text-decoration: none;
}

.logo img {
  width: 100%;
  max-width: 450px;
}

h1 {
  padding-bottom: 10px;

  font-size: 24px;
  font-family: "Droid Sans";
}

.title {
  font-size: 18px;
  text-align: center;
}

.username {
  display: inline-block;
}

.username a {
  color: #00b38f;
  text-decoration: none;
}

.datePublish {
  display: inline-block;
  float: right;
}



.second img {
  padding: 5px;
}

.all {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;

  text-align: center;
}

.all div {
  display: inline-block;
  width: 30%;

  vertical-align: top;
}

.all div img {
  width: 100%;
  max-width: 200px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  width: 100%;
}

.qwer {
  background: white;
}
.btn_top {
  position: absolute;
  top: 16px;
  right: 14px;

  font-size: 22px;
  font-family: Arial, serif;
  color: #0070c0;
  text-decoration: none;
}
.btn_bottom {
  position: absolute;
  top: 22px;
  right: 32px;

  font-size: 24px;
  font-family: Arial, serif;
  color: #0070c0;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .fixed {
    display: none;
  }
}

.footer {
  width: 100%;
  max-width: 961px;
  margin: 0 auto;

  background: black;
}

.footercontent {
  text-align: center;
}

.footercontent li {
  padding: 10px 0;
}

.footercontent a {
  color: white;
  text-decoration: none;
}

.footercontent div {
  display: inline-block;
  width: 30%;

  vertical-align: top;
  text-transform: uppercase;
}

.fa-search {
  position: absolute;
  top: 0;
  right: 0;

  padding: 5px;

  color: black;
}

@media screen and (max-width: 800px) {
  .fa-search {
    display: none !important;
  }

  .mobileMenu {
    display: none !important;
  }
}

.text a {
  color: #0070c0;
  text-decoration: none;
}

.comment a,
.title a {
  color: #0070c0 !important;
  text-decoration: none !important;
}

h1 a,
h2 a {
  color: #0070c0;
}

h3 {
  font-weight: normal;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  .upheader {
    display: none;
  }

  .footer {
    display: none;
  }

  .comment:nth-child(2n) {
    display: none;
  }
}

.username a {
  color: darkgreen !important;
}

.bgbutton {
  position: relative;

  display: block;
  width: 100%;
  max-width: 242px;
  height: 68px;
  margin: 10px auto;

  font-size: 12px;

  background: url("../img/image23.jpg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;

  -webkit-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.bgbutton:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}