@import "reset.css";
.header-menu-item-hover {
  background: white;
  color: black;
}

a {
  font-weight: 700;
}

body {
  font-size: 16px;
}

.limit {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

header {
  position: relative;
  background: blue;
  z-index: 99;
  padding: 20px 0;
}

header .menu {
  display: table;
  font-size: 0;
}

header .menu .item {
  display: inline-block;
  font-size: 16px;
  margin: 0px 10px;
}

header .menu .item a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

header .menu .item a {
  background: #453423;
}

header .menu .item a:hover {
  background: white;
  color: black;
}

header .limit {
  position: relative;
}

header .menu {
  margin: 0 auto;
}

header .menu {
  position: relative;
  top: 0;
}

header {
  text-align: center;
}

.logo {
  display: block;
  border: 0;
  text-decoration: none;
}

.logo img {
  border: 0;
}

main .content {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}

main .content .imageCont {
  text-align: center;
  margin: 10px auto;
}

main .content .imageCont img {
  vertical-align: middle;
  display: inline-block;
  max-width: 300px;
}

main .content .text h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

main .sidebar {
  display: inline-block;
  width: 23%;
  float: right;
  vertical-align: top;
  text-align: justify;
}

main .sidebar .imageCont img {
  border: none;
  width: 100%;
}

main {
  padding-top: 10px;
}

.imageInText.top {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.imageInText.left {
  float: left;
  max-width: 300px;
  margin: 5px 10px 0 0;
}

.imageInText.right {
  float: right;
  max-width: 300px;
  margin: 5px 0 0 10px;
}

.imageInText.center {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.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;
}

.firs_par_top {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}

.firs_par_top .logo_top {
  float: left;
}

.firs_par_top .logo_top img {
  max-width: 270px;
}

.lcr {
  clear: both;
}

.cosial_top {
  float: right;
  font-size: 18px;
}

.cosial_top i {
  padding: 0 5px;
}

.cosial_top .fa-facebook {
  color: #617AB7;
}

.cosial_top .fa-twitter {
  color: #6BD3FA;
}

.cosial_top .fa-instagram {
  color: #DCCFB4;
}

.menu_top_head {
  background-color: #81BFAB;
}

.iiner_menu_top_head {
  max-width: 1040px;
  margin: 0 auto;
}

.iiner_menu_top_head .list_top {
  float: left;
}

.iiner_menu_top_head .list_top ul {
  margin: 0;
  padding: 0;
}

.iiner_menu_top_head .list_top ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.iiner_menu_top_head .list_top ul li a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 13.5px 10px;
  line-height: 2.9;
  font-size: 16px;
  border-right: solid 1px #8DC5B3;
}

.iiner_menu_top_head .list_top ul li a:hover {
  background-color: #fff;
  color: #333 !important;
}

.search_icon {
  float: right;
  font-size: 18px;
  color: #fff;
  padding: 9.5px 10px;
  cursor: pointer;
  border-right: solid 1px #8DC5B3;
}

.search_icon:hover {
  background-color: #fff;
  color: #333 !important;
}

.slid_pos {
  margin: 20px auto;
  max-width: 400px;
}

.sidebar p {
  margin: 10px auto;
  line-height: 1.2;
  font-size: 14px;
}

.underline-text {
  position: relative;
}

.text_slow {
  position: absolute;
  top: 11px;
  left: -145px;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  width: 250px;
  display: block;
  z-index: 10;
}

.order_nn {
  -ms-transition: .4s;
  transition: .4s;
}

.order_nn:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.order_nn {
  text-align: center;
}

.iiner_menu_top_head .list_top ul .burg {
  display: none;
}

.iiner_menu_top_head .list_top ul .burg img {
  max-width: 30px;
}

.wwetr {
  float: none !important;
  padding: 10px 0;
  text-align: center;
}

.wwetr i {
  color: #333 !important;
}

.footer_se {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #333;
  font-size: 12px;
}

.tags_se {
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}

.tags_se span {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  padding: 4px;
  border-radius: 3px;
}

.mar_ser {
  margin-left: 20px;
}

.doctor_sid {
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
}

.base_pht {
  margin: 10px auto !important;
  display: block !important;
  max-width: 100% !important;
}

@media screen and (max-width: 984px) {
  .iiner_menu_top_head .list_top ul .hid_mob {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  main .sidebar {
    display: none;
  }
  .logo {
    position: relative;
    transform: none;
  }
  main .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    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%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 20px;
  }
  .firs_par_top .logo_top {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 734px) {
  .iiner_menu_top_head .list_top ul li {
    display: none;
  }
  .iiner_menu_top_head .list_top ul .burg {
    display: block;
    padding-top: 10px;
  }
  .iiner_menu_top_head .list_top ul li a {
    padding-bottom: 0;
  }
  .iiner_menu_top_head .list_top ul li a:hover {
    background-color: transparent;
  }
  .search_icon {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .cosial_top {
    display: none;
  }
  .imageInText.left,
  .imageInText.right {
    float: none;
    display: block;
    max-width: 300px;
    margin: 10px auto;
  }
  .BuyButtonOffert {
    max-width: 200px;
  }
  .text_slow {
    position: absolute;
    top: 6px;
    left: -136px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
  }
  .comment-date {
    padding-left: 10px;
  }
  .commentlist .ww {
    display: none;
  }
}

@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%;
  }
}