﻿/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"),
    url("../fonts/pt-sans-v12-latin-regular.woff2") format("woff2"),
    url("../fonts/pt-sans-v12-latin-regular.woff") format("woff");
  font-display: swap;
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"),
    url("../fonts/pt-sans-v12-latin-700.woff2") format("woff2"),
    url("../fonts/pt-sans-v12-latin-700.woff") format("woff");
  font-display: swap;
}
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
footer,
header,
nav {
  display: block;
}
img {
  border: 0 none;
  margin: 0 auto;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0 none;
}
b,
optgroup {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: medium none;
  box-sizing: border-box;
}
body,
html {
  font-size: 16px;
  font-family: pt_sansregular;
  color: #000;
  background: #e5e5e5 none repeat scroll 0 0;
}
img {
  border: medium none;
  display: block;
  width: auto;
  max-width: 100%;
}
div::after {
  content: "";
  display: table;
  clear: both;
}
a:hover {
  text-decoration: none !important;
}
a {
  color: inherit;
  cursor: pointer;
}
.main_content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  background: transparent url(../images/menu_left_bg.jpg) repeat scroll 0 0;
}
.menu_left {
  width: 200px;
  padding: 16px 20px 0;
  color: #959595;
  font-size: 0.875em;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_left ul {
  border-bottom: 1px solid #353535;
  padding: 9px 0;
}
.menu_left ul.bold {
  font-weight: 700;
  color: #fff;
}
.menu_left ul.last {
  border-bottom: medium none;
}
.menu_left ul li {
  list-style: outside none none;
  margin: 0 0 2px;
}
.menu_left ul li.active,
.menu_left ul li:hover {
  color: #c33;
}
.menu_left ul li a {
  text-decoration: none;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #353535;
  border-radius: 2px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  margin: 20px 0 60px;
}
.search span {
  margin-right: 10px;
}
.search > * {
  display: inline-block;
  vertical-align: middle;
}
.search img {
  margin: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  max-width: 13px;
}
.content {
  width: 80%;
  float: right;
  position: relative;
  background: #fff none repeat scroll 0 0;
}
header {
  border-bottom: 5px solid #151515;
  padding: 10px 0;
}
.content_inner {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 2.625em;
  font-weight: 700;
  color: #000;
}
header p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  color: #c33;
  line-height: 17px;
}
header p span {
  font-family: PTSansRegular;
  font-size: 0.875em;
  color: #959595;
}
nav {
  background: transparent url(../images/menu_bg.jpg) repeat scroll 0 0;
  font-size: 0.875em;
  color: #151515;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
nav ul li {
  list-style: outside none none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin: 0 20px 0 0;
  position: relative;
}
nav ul li.active,
nav ul li:hover {
  color: #c33;
}
nav ul li.active::after,
nav ul li:hover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 8px;
  background: transparent url("") no-repeat scroll center center;
}
nav ul li a {
  text-decoration: none;
}
nav ul li.last {
  float: right;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #d5d5d5;
}
nav ul li.last::after {
  content: none !important;
}
.title {
  margin: 16px 0 0;
}
.title h1 {
  font-size: 39px;
  font-weight: 700;
  color: #151515;
  line-height: 1.2;
}
.title i {
  font-style: normal;
  font-size: 24px;
  color: #151515;
  line-height: 1.286;
  display: block;
  margin: 9px 0 4px;
}
.block {
  margin: 0 0 34px;
}
.btn {
  text-align: center;
  padding: 20px 0;
  width: 350px;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  background: transparent linear-gradient(to bottom, #ff2c2c 0, #d40000 100%)
    repeat scroll 0 0;
}
.btn a:hover {
  background: transparent linear-gradient(to bottom, #d40000 0, #ff2c2c 100%)
    repeat scroll 0 0;
}
.comments h2 {
  font-size: 1.1875em;
  font-weight: 700;
  color: #151515;
  margin: 0 0 12px;
}
.comments h2 span {
  display: inline-block;
  border-bottom: 2px solid #c33;
  padding: 0 0 5px;
}
.comment {
  margin: 0 0 10px;
  display: flex;
}
.comment:last-of-type {
  margin: 0;
}
.foto {
  float: left;
  min-width: 46px;
}
.text {
  float: right;
  font-size: 0.9375em;
  color: #363636;
  line-height: 18px;
  margin-left: 20px;
}
.text > a {
  color: #a9a9a9;
  display: block;
  border: 1px solid #e1e4e6;
  border-radius: 2px;
  padding: 13px 0 13px 10px;
  text-decoration: none;
  margin: 0 0 20px;
}
.text img,
.text > p {
  margin: 0 0 15px;
}
.text > p:last-child {
  margin: 0;
}
.text > p a {
  color: #c33;
}
.name {
  color: #592104;
  margin: 0 0 11px;
}
.name span {
  font-size: 0.6667em;
  color: #a9a9a9;
}
footer {
  background: #151515 none repeat scroll 0 0;
  font-size: 0.75em;
  color: #959595;
  padding: 23px 0;
}
footer ul li {
  list-style: outside none none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline !important;
}
footer ul li.last {
  float: right;
  margin: 2px 0 0;
  color: #959595;
}
@media only screen and (max-width: 1089px) {
  .menu_left {
    padding: 16px 15px 0;
  }
  .search img {
    margin: 0 0 0 45%;
  }
  footer ul li {
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .menu_left {
    width: 164px;
  }
  .content {
    width: 79%;
  }
  .content_inner {
    width: 95%;
  }
  nav ul li {
    margin: 0 13px 0 0;
  }
  footer {
    text-align: center;
  }
  footer ul li.last {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .main_content {
    overflow: hidden;
    position: relative;
  }
  .content,
  .menu_left {
    transition: all 0.3s ease 0s;
  }
  .menu_left {
    position: fixed;
    top: 0;
    left: -164px;
    bottom: 0;
  }
  .content {
    width: 100%;
    left: 0;
  }
  header img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 639px) {
  nav {
    font-size: 0.83em;
  }
  nav ul li {
    margin: 0 2px 0 0;
  }
  nav ul li.last {
    padding-left: 10px;
  }
  .title h1 {
    font-size: 2em;
  }
  .btn a {
    font-size: 1.3375em;
  }
  footer ul li.first {
    display: block;
    margin: 0 0 10px;
  }
  footer ul li img {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .cholesterol .mob-img {
    height: auto !important;
  }
  .comment .name span:first-child {
    line-height: 11px;
    padding: 2px 3px;
  }
  nav {
    text-align: center;
  }
  nav ul li {
    padding: 5px 0;
    margin: 0 6px !important;
  }
  nav ul li.active::after,
  nav ul li:hover::after {
    content: none;
  }
  nav ul li.last {
    display: none;
  }
  .content_inner {
    width: 93%;
  }
  .title h1 {
    font-size: 1.7em;
    line-height: 1.3;
  }
  .title i {
    font-size: 1.2125em;
  }
  .btn a {
    font-size: 0.9375em;
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  header p {
    display: none;
  }
}

body,
html {
  height: 100%;
}
.left111 p {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}
.img {
  margin: 0 auto;
  margin-top: 25px;
}
.post-page-tools {
  margin: 5px 0 0;
}
.post-page-tools::after {
  content: " ";
  display: table;
}
.post-page-tools::after {
  clear: both;
}
.post-page-tools .date-5,
.date {
  float: left;
  font-size: 15px;
  color: #8899a7;
}
.date {
  margin-left: 0 !important;
  margin-right: 10px;
}
.post-page-tools__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
}
.post-page-tools .author {
  float: left;
}
.post-page-tools .author::after {
  content: "/";
  display: block;
  float: right;
  margin: 0 13px;
  color: #8899a7;
}
.post-page-tools .author__name {
  margin: 3px 0;
  font-size: 15px;
  color: #8899a7;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.post-page-tools .author__name:hover {
  border-bottom: 1px solid rgba(136, 153, 167, 0.5);
}
.post-page-tools .post-page-tools-icons {
  float: left;
  margin: 2px 0;
  font-size: 15px;
  line-height: 22px;
  color: #8899a7;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-views {
  float: left;
  text-decoration: none;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-views::before {
  content: url(../images/i1.svg);
  width: 20px;
  margin-right: 10px;
}
.post-page-tools .post-page-tools-icons .post-page-tools-icons-comments {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
}
.post-page-tools
  .post-page-tools-icons
  .post-page-tools-icons-comments::before {
  content: url(../images/i2.svg);
  position: relative;
  top: 3px;
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 660px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .post-page-tools .post-page-tools-icons {
    float: right;
  }
}
@media (min-width: 980px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 405px) {
  .post-page-tools-icons-comments,
  .post-page-tools-icons-views {
    display: none;
  }
}
a:active,
a:focus {
  outline: 0;
}
input,
textarea {
  outline: 0;
}
input:active,
textarea:active {
  outline: 0;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
button:active,
button:focus {
  outline: 0 !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
.mycity {
  color: #fb5d5d;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #ff4040;
  padding: 0 5px;
  vertical-align: super;
  margin-left: 3px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0.3px 0.3px 0 #ce2626;
}
.comment .name span {
  display: inline-block;
}
.comment .name span:first-child {
  color: #fb5d5d;
  position: relative;
  top: 4px;
}
.center {
  width: 100%;
  text-align: center;
}
.left111 .center p {
  text-align: center;
}
.doc-first {
  display: flex;
  margin: 20px 0;
  justify-content: center;
}
.doc-first img {
  margin: 0;
}
.doc-first picture:first-child {
  margin-right: 15px;
}
.doc-second {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}
.doc-second img {
  margin: 0;
}
.doc-second picture:first-child {
  margin-right: 15px;
}
.doc-second-wrapper {
  text-align: center;
  margin: 20px 0;
}
.list {
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0;
  padding-left: 40px;
}
.list li {
  margin-bottom: 10px;
}
.cholesterol img {
  width: 450px;
  height: 164px;
}
.prod-prod {
  margin: 20px 0;
}
.under-pack {
  max-width: 550px;
  margin: 0 auto 20px;
}
.logo-under-pack {
  max-width: 300px;
  margin: 30px auto;
}
.logo-under-pack img {
  width: 100%;
  margin: 0;
}
.social {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .prod-prod {
    width: 230px;
    display: block;
    margin: 15px auto;
  }
}
@media (max-width: 800px) {
  .prod-prod {
    width: 200px;
  }
  .content_inner .list {
    text-align: left;
  }
}
@media (max-width: 799px) {
  .logo-under-pack {
    display: none;
  }
  .comments h2 {
    margin-top: 25px;
  }
  .socials {
    display: none;
  }
  .comment:last-of-type {
    margin-bottom: 15px;
  }
  .tal {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .left111 p {
    text-align: left;
  }
  .text {
    margin-left: 15px;
  }
}
@media (max-width: 659px) {
  .post-page-tools {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 639px) {
  .cholesterol img {
    width: 300px !important;
  }
  .doc-first,
  .doc-second {
    flex-direction: column;
    align-items: center;
  }
  .doc-first img,
  .doc-second img {
    width: 300px;
  }
  .doc-second picture:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .doc-first picture:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .title h1 {
    line-height: 1.3;
  }
  .cholesterol .doc-second {
    flex-direction: column;
  }
  footer .first {
    display: none !important;
  }
  footer ul li:not(:last-of-type) {
    display: none;
  }
  footer {
    padding: 15px;
  }
  footer ul li.last {
    margin: 0;
    color: #d8c6c6;
  }
}
@media (max-width: 479px) {
  .list li {
    font-size: 16px !important;
  }
  .left111 p {
    font-size: 16px;
    line-height: 1.2;
  }
  .title h1 {
    text-align: center;
    font-size: 21px;
  }
  h2 {
    text-align: center;
    font-size: 20px;
  }
  .list li {
    font-size: 18px;
  }
  .btn {
    width: 290px;
    font-size: 22px;
  }
  .list {
    padding-left: 20px;
  }
  .hide-479 {
    display: none !important;
  }
}
.color-blue {
  color: #00f;
}
#comebacker_main_div {
  display: none !important;
}
#comebacker_main_div {
  height: 0 !important;
}
@media (max-width: 799px) {
  .content_inner {
    text-align: center;
  }
}
.area {
  width: 100%;
}
.area a {
  text-align: left;
}
.date-0 {
  white-space: nowrap;
}
@media (max-width: 1089px) {
  .cholesterol img {
    width: 450px;
    height: 130px;
  }
}
@media (max-width: 370px) {
  .doc-first img,
  .doc-second img {
    width: 280px;
  }
}
