.prod-link {
   max-width: 360px;
   margin: 0 auto;
   position: relative;
}
#content img,
img {
   max-width: 100%;
}
body,
html {
   overflow-x: hidden;
   margin: 0;
   padding: 0;
   font-family: "Roboto", Tahoma;
   font-size: 18px;
   color: #000;
   background-color: #f4f7fa;
}
#head_title {
   background-image: url(../img/main.jpg);
   background-size: cover;
   height: 338px;
   position: relative;
   padding: 15px;
}
#content {
   padding: 0;
   text-align: left;
   width: 100%;
}
#content img,
.prod-link {
   display: block;
}
#content p,
.pg {
   font-size: 18px;
   line-height: 29px;
}
.pg {
   margin: 1em;
}
#content .date {
   display: inline-block;
   color: #a3b0b9;
   font-size: 13px;
}
#content .date::before {
   display: inline-block;
   content: "";
   margin-right: 10px;
   width: 10px;
   height: 10px;
   background-image: url(../img/clock.svg);
   vertical-align: unset;
   margin-top: 12px;
}
#content h1,
#content ul {
   font-size: 38px;
   line-height: 50px;
   font-weight: 500;
}
#content ul {
   font-size: 22px;
   line-height: 28px;
}
#content h2 {
   font-size: 28px;
   line-height: 38px;
   border-bottom: 1px dotted #000;
}
#content blockquote,
#content h3 {
   font-size: 20px;
   line-height: 30px;
}
#content ul li span {
   display: block;
   font-size: 16px;
   color: gray;
   font-weight: 400;
   line-height: 20px;
}
#content ul li,
.glava li {
   margin-bottom: 20px;
}
.note,
.note_left {
   float: right;
   max-width: 200px;
   font-weight: 500 !important;
   font-size: 18px !important;
}
.note_left {
   float: left;
}
#content blockquote {
   border-left: 5px solid;
   border-color: #39b4ff;
   padding: 10px 25px;
   margin: 35px;
   color: #39b4ff;
   font-weight: 700;
}
#comments {
   margin-top: 50px;
}
#comments .pg {
   font-size: 14px;
}
#comments h2 {
   padding-left: 40px;
   color: #000;
   border-bottom: 0 solid;
   border-color: #000;
   text-transform: uppercase;
   padding-bottom: 10px;
}
#comments .item {
   text-align: left;
   padding: 10px;
   margin: 10px 0;
   min-height: 80px;
   border-bottom: 1px dashed #05519d;
}
#comments .item :last-child {
   border-bottom: none;
   font-size: 18px;
}
#comments .item .name {
   font-size: 16px;
   font-weight: 700;
   color: #05519d;
}
#comments .item .info p {
   display: block;
   font-size: 15px;
   line-height: 19px;
   margin-top: 4px;
   text-align: justify;
   margin-right: 20px;
}
#comments .coment_ava {
   float: left;
   margin-right: 15px;
}
#comments .coment_ava img {
   margin: 0;
   width: 50px;
   height: 50px;
   border-radius: 5px;
}
#comments .date {
   font-weight: 400;
   background: 0 0;
   display: none;
}
#comments .date::before {
   background-image: none;
   margin-right: 0;
}
.header img {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   max-width: 100%;
}
.header a {
   color: #000;
}
.header-nav li {
   margin-right: 15px;
}
.header-top a {
   font-weight: 700;
   font-size: 13px;
   color: #fff;
   line-height: 13px;
   font-family: "Roboto Slab", Arial, sans-serif;
}
.caption_top {
   position: absolute;
   top: 55px;
   color: #fff;
   z-index: 1401;
}
.header {
   background: #333;
}
.header,
.header-search i,
.header-top {
   position: relative;
}
.header-top .header-wrapper {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   align-items: center;
}
.header-wrapper {
   max-width: 1000px;
   margin: 0 auto;
   padding: 0 10px;
}
.header a {
   text-decoration: none;
}
.header-search {
   margin-right: 10px;
}
.header-search i {
   font-size: 15px;
   top: 1px;
}
.header-menu {
   margin-right: 15px;
   padding-left: 15px;
   position: relative;
}
.header-menu::before,
.header-nav::before {
   content: "";
   display: block;
   width: 1px;
   height: 20px;
   background: #fff;
   position: absolute;
   left: 0;
   top: 60%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.header-burger {
   margin-right: 8px;
}
.header-top ul {
   list-style-type: none;
}
.header-nav {
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   align-items: center;
   padding-left: 15px;
   position: relative;
}
.header-nav a {
   text-transform: uppercase;
}
.header-nav li:last-of-type {
   margin-right: 0;
}
header img {
   border-style: none;
   max-width: 100%;
}
.header-burger i {
   font-size: 16px;
   position: relative;
   top: 1px;
}
.header-nav a:hover {
   text-decoration: underline;
}
main * {
   border: 0;
   text-decoration: none;
   margin: 0;
   padding: 0;
   outline: 0;
   font-family: "Roboto";
   box-sizing: border-box;
}
a {
   cursor: pointer;
}
main {
   position: relative;
   display: block;
   margin: 0 auto;
   padding: 30px 15px;
   max-width: 960px;
   background-color: #fff;
}
main h1 {
   font-size: 18px;
   font-weight: 700;
   line-height: 1.3;
   margin-bottom: 30px;
   top: 40px;
}
main p,
main ul li {
   font-size: 18px;
   line-height: 1.3;
   margin-bottom: 15px;
}
main h3,
main h2 {
   font-size: 18px;
   line-height: 1.3;
   margin-bottom: 15px;
}
main ul li {
   margin-bottom: 10px;
   list-style: disc;
}
main a {
   color: #1869a7;
}
main ul {
   padding: 0;
   margin-left: 25px;
   margin-bottom: 20px;
}
main img {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}
@media (min-width: 768px) {
   main h1 {
      font-size: 34px;
   }
   main p,
   main ul li {
      font-size: 20px;
   }
   main {
      padding: 30px 20px;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
   }
}
@media screen and (min-width: 1300px) {
   #content {
      width: 100%;
   }
}
@media screen and (min-width: 1600px) {
   #content {
      width: 100%;
   }
}
@media screen and (max-width: 1020px) {
   #content {
      width: 100%;
   }
   #head_title {
      background-image: url(../img/main.jpg);
      background-size: cover;
      height: 300px;
      position: relative;
      padding: 15px;
   }
}
@media screen and (max-width: 780px) {
   #head_title {
      background-image: url(../img/main.jpg);
      background-size: cover;
      height: 250px;
      position: relative;
      padding: 15px;
   }
   .note,
   .note_left {
      float: none;
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .header-top {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .header-wrapper {
      padding: 15px 25px;
   }
   .header-search {
      display: none;
   }
   .header-menu {
      padding-left: 0;
   }
   .header-menu::before {
      left: calc(100% + 15px);
      top: 50%;
      height: 30px;
   }
   .header-burger,
   .header-menu {
      margin-right: 0;
   }
   .header-burger i {
      font-size: 20px;
   }
   .header-menu a:last-of-type {
      display: none;
   }
   .header-nav {
      display: none;
   }
}
@media screen and (max-width: 660px) {
   #head_title {
      background-image: url(../img/main.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      height: 170px;
      position: relative;
      padding: 15px;
   }
   #content h1 {
      font-size: 28px;
      line-height: 36px;
   }
}
@media screen and (max-width: 560px) {
   #head_title {
      background-image: url(../img/main.jpg);
      background-size: cover;
      height: 170px;
      position: relative;
      padding: 15px;
   }
   .pg {
      margin-left: 0;
      margin-right: 0;
   }
}
@media screen and (max-width: 520px) {
   #head_title {
      background-image: url(../img/main.jpg);
      background-size: cover;
      height: 170px;
      position: relative;
      padding: 15px;
   }
}
@media screen and (max-width: 480px) {
   #content h1 {
      font-size: 20px;
      line-height: 28px;
   }
}
