@font-face {
  font-family: "PT Sans Regular";
  src: url("../fonts/PTSans-Regular.eot");
  src: url("../fonts/PTSans-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/PTSans-Regular.woff") format("woff"),
    url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans Bold";
  src: url("../fonts/PTSans-Bold.eot");
  src: url("../fonts/PTSans-Bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/PTSans-Bold.woff") format("woff"),
    url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", Tahoma;
  font-size: 18px;
  color: #000;
  background-color: #f4f7fa;
}

#top_xs {
  padding-top: 5px;
  display: none;
  /* background-image:url(https://a.flebored.health10-new.org/img/jornal.jpg); */
  height: 80px;
  background-repeat: no-repeat;
  background-position: top right;
}

#head_title {
  background-image: url(../images/otek-main.jpg);
  background-size: cover;
  height: 300px;
  position: relative;
  padding: 15px;
}

#top {
  height: 120px;
  background: transparent;
  width: 100%;
  /* background-image:url(https://a.flebored.health10-new.org/img/jornal.jpg); */
  background-repeat: no-repeat;
  background-position: top right;
}
#topwrap {
  height: 80px;
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
}
.topleft {
  height: 80px;
  width: 740px;
  float: left;
  position: relative;
  margin-left: 10px;
}
.topdate {
  position: absolute;
  top: 25px;
  left: 500px;
  font-size: 12px;
  line-height: 20px;
  color: #96a0a8;
}

#bodyWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
  width: 100%;
  height: 100%;
}

#wrapper {
  max-width: 1000px;
  margin: 0px auto;
}

#content {
  padding: 0px;
  text-align: left;
  width: 100%;
}
#content .padWrap {
  padding: 15px;
}
#content img {
  max-width: 100%;
  display: block;
}

.pg {
  font-size: 18px;
  line-height: 29px;
  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(https://a.flebored.health10-new.org/fonts/clock.svg); */
}

#content h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
}

#content h2 {
  font-size: 28px;
  border-bottom: 1px dotted #000;
}

#content h3 {
  font-size: 20px;
  line-height: 30px;
}

#content ul li span {
  display: block;
  font-size: 16px;
  color: gray;
  font-weight: normal;
  line-height: 20px;
}

.glava li {
  margin-bottom: 20px;
}

.note {
  float: right;
  max-width: 200px;
  font-weight: 500 !important;
  font-size: 18px !important;
}

.note_left {
  float: left;
  max-width: 200px;
  font-weight: 500 !important;
  font-size: 18px !important;
}

#content ul {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

#content ul li {
  margin-bottom: 20px;
}

#content blockquote {
  border-left: 5px solid;
  border-color: #39b4ff;
  padding: 10px 25px 10px 25px;
  margin: 35px;
  color: #39b4ff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

#comments {
  margin-top: 50px;
}
#comments .pg {
  font-size: 14px;
  word-break: break-all;
}
#comments h2 {
  padding-left: 40px;
  color: #000;
  border-bottom: 0px solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0px;
  min-height: 80px;
  border-bottom: 1px dashed #05519d;
}
#comments .item :last-child {
  border-bottom: none;
}

#comments .item .name {
  font-size: 16px;
  font-weight: bold;
  color: #05519d;
}
#comments .coment_ava {
  float: left;
  margin-right: 15px;
}
#comments .coment_ava img {
  margin: 0px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

#comments .date {
  font-weight: normal;
  background: none;
  display: none;
}
#comments .date::before {
  background-image: none;
  margin-right: 0px;
}

.big {
  font-size: 55px;
  font-family: tahoma;
}

#head_title:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1400;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(#000000)
  );
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

@media screen and (max-width: 1020px) {
  #content {
    width: 100%;
  }
  #head_title {
    background-image: url(../images/main.jpg);
    background-size: cover;
    height: 300px;
    position: relative;
    padding: 15px;
  }
}

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

@media screen and (max-width: 780px) {
  .topleft {
    width: 100%;
  }

  #head_title {
    background-image: url(../images/main.jpg);
    background-size: cover;
    height: 250px;
    position: relative;
    padding: 15px;
  }

  .note,
  .note_left {
    float: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .topleft {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  #head_title {
    background-image: url(../images/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 170px;
    position: relative;
    padding: 15px;
  }

  #content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .mainLogo {
    width: 400px;
  }
}

@media screen and (max-width: 590px) {
  .mainLogo {
    width: 300px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 560px) {
  /*
		#top {display:none;}
		#top_xs {display:block;}
		*/
  #head_title {
    background-image: url(../images/main.jpg);
    background-size: cover;
    height: 170px;
    position: relative;
    padding: 15px;
  }
  .pg {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
  }
  #content ul {
    font-size: 20px;
  }
  #content h2 {
    font-size: 24px;
  }
  #content .padWrap {
    padding: 8px;
  }
  #content blockquote {
    margin: 10px;
  }
  .big {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  /*
		#top {display:none;}
		#top_xs {display:block;}
		*/
  #head_title {
    background-image: url(../images/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;
  }
}

@media screen and (max-width: 470px) {
  .mainLogo {
    width: 200px;
  }
  #top {
    height: 80px;
  }
}

@media screen and (max-width: 380px) {
  .mainLogo {
    width: 180px;
  }
}

@media screen and (max-width: 345px) {
  .mainLogo {
    width: 150px;
  }
}

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

  #top {
    background-position: top center;
  }
}

@media screen and (min-width: 1300px) {
  #wrapper {
    max-width: 1000px;
  }
  #content {
    width: 100%;
  }
  #topwrap {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1600px) {
  #wrapper {
    max-width: 1000px;
  }
  #content {
    width: 100%;
  }
  #topwrap {
    max-width: 1000px;
  }
}

.js-current-date {
  font-weight: 700;
  color: #000;
}
