* {
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  background-color: #f4f7fa;
  font-family: Roboto, sans-serif;
}
#top_xs {
  padding-top: 5px;
  display: none;
  background-image: url(../images/jornal.jpg);
  height: 80px;
  background-repeat: no-repeat;
  background-position: top right;
}
#head_title {
  background-size: cover;
  height: 300px;
  position: relative;
  padding: 15px;
}
.webp #head_title {
  background-image: url(../images/main.webp);
}
.no-webp #head_title {
  background-image: url(../images/main.jpg);
}
#top {
  height: 120px;
  background: 0 0;
  width: 100%;
  background-image: url(../images/jornal.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#topwrap {
  height: 80px;
  max-width: 1000px;
  margin: 0 auto;
  background: 0 0;
}
.topleft {
  height: 80px;
  width: 740px;
  float: left;
  position: relative;
  margin-left: 10px;
}
#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(#000), to(#000));
  background: -webkit-linear-gradient(top, #000 0, #000 100%);
  background: -moz-linear-gradient(top, #000 0, #000 100%);
  background: -o-linear-gradient(top, #000 0, #000 100%);
  background: linear-gradient(to bottom, #000 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}
.toplogo {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
}
#bodyWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}
#mainWrapper {
  width: 100%;
  height: 100%;
}
#mainWrapper div {
  background-color: #fff;
}
#wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#subtop {
  width: 998px;
  color: #39b4ff;
  margin: 0 auto;
  background: #f3f3f3 !important;
  border: solid 1px #e7e7e7;
  height: 30px;
}
#subtop h2 {
  line-height: 40px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#subtop ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
#subtop ul li {
  display: inline-block;
  margin-right: 11px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.99px;
  padding: 3px;
  color: #000;
}
#content {
  padding: 0;
  text-align: left;
  width: 100%;
}
#content .padWrap {
  padding: 15px;
}
#content img {
  max-width: 100%;
  display: block;
  margin: 20px 0;
}
#content p {
  font-size: 18px;
  line-height: 29px;
}
.pg {
  font-size: 18px;
  line-height: 29px;
  margin: 1em;
  margin-top: 5px;
}
#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(../fonts/clock.svg);
  vertical-align: unset;
  margin-top: 12px;
}
#content h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}
#content h2 {
  font-size: 28px;
  line-height: 38px;
  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: 400;
  line-height: 20px;
}
.glava {
  list-style-image: url(../images/qtick.png);
}
.glava li {
  margin-bottom: 20px;
}
.note {
  float: right;
  max-width: 200px;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.note_left {
  float: left;
  max-width: 200px;
  font-weight: 700 !important;
  font-size: 18px !important;
}
#content ul {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
#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: 700;
  font-size: 20px;
  line-height: 30px;
}
#content blockquote.note_left {
  margin-top: 55px;
}
#comments {
  margin-top: 40px;
}
#comments .pg {
  font-size: 14px;
}
#comments h2 {
  background: url(../images/comentsm.jpg) no-repeat;
  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;
}
#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;
}
.inL_487715 {
  width: 100%;
  max-width: 250px;
}
.inL_943122 {
  text-decoration: none;
  color: inherit;
}
.inL_103174 {
  text-decoration: none;
  color: inherit;
}
.inL_892164 {
  text-decoration: none;
  color: inherit;
}
.inL_777581 {
  display: block;
}
.inL_666087 {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 1401;
}
.inL_400309 {
  background: #fff5f7;
  padding: 10px;
}
.inL_874366 {
  font-size: 55px;
}
.inL_863618 {
  font-size: 55px;
}
.inL_464063 {
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px dashed #000;
  text-transform: uppercase;
}
.inL_605466 {
  font-size: 24px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_417474 {
  font-size: 24px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_569027 {
  font-size: 55px;
}
.inL_876279 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_524493 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_146351 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_603617 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_672944 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_320533 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_624744 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_112655 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_56180 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_649848 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_910903 {
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  border-bottom: 1px dotted #000;
  text-transform: uppercase;
}
.inL_783084 {
  text-transform: uppercase;
}
.inL_139307 {
  background: #ffeca6;
  padding: 0 20px;
}
.inL_595480 {
  font-size: 18px;
}
.inL_323670 {
  margin-top: 50px;
}
.inL_644028 {
  clear: both;
}
.inL_449250 {
  border: 1px solid #0299ff;
  padding: 10px;
  padding-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.inL_769053 {
  font-size: 42px;
  color: red;
  white-space: nowrap;
}
.inL_950105 {
  color: #7b7b7b;
}
.inL_849416 {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  #subtop {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #head_title {
    background-size: cover;
    height: 300px;
    position: relative;
    padding: 15px;
  }
}
@media screen and (max-width: 780px) {
  .topleft {
    width: 100%;
  }
  #head_title {
    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-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) {
  #head_title {
    background-size: cover;
    height: 170px;
    position: relative;
    padding: 15px;
  }
  .pg {
    margin-left: 0;
    margin-right: 0;
  }
  #content .padWrap {
    padding: 8px;
  }
}
@media screen and (max-width: 520px) {
  #head_title {
    background-size: cover;
    height: 170px;
    position: relative;
    padding: 15px;
  }
}
.prod {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 480px) {
  .webp #head_title {
    background-image: url(../images/main_mob.webp);
  }
  .no-webp {
    background-image: url(../images/main_mob.jpg);
  }
  #comments .pg,
  .pg {
    font-size: 16px;
    line-height: 1.2;
  }
  #comments h2 {
    text-align: left !important;
  }
  #content h1 {
    font-size: 20px;
    line-height: 28px;
  }
  #content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  #content blockquote {
    font-size: 18px;
    line-height: 1.4;
    margin-left: 20px;
    padding-left: 20px;
  }
  #content ul,
  .desc {
    font-size: 17px;
    line-height: 1.2;
  }
  #content h2 {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
  }
  .inL_417474,
  .inL_464063,
  .inL_605466 {
    font-size: 23px;
    line-height: 1.2;
  }
  .inL_666087 {
    left: 0;
  }
  .inL_400309 ul {
    margin: 0;
  }
}
@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 (max-width: 358px) {
  #subtop ul li {
    font-size: 11px;
  }
}
@media screen and (min-width: 1300px) {
  #subtop {
    width: 998px;
  }
  #wrapper {
    max-width: 1000px;
  }
  #content {
    width: 100%;
  }
  #topwrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  #subtop {
    width: 998px;
  }
  #wrapper {
    max-width: 1000px;
  }
  #content {
    width: 100%;
  }
  #topwrap {
    max-width: 1000px;
  }
}
a:active,
a:focus {
  outline: 0;
}
.order_info h2 {
  border: none !important;
  color: red !important;
}
.left_count {
  background: red;
  padding: 23px;
  margin: 12px 0;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000,
    1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 32px !important;
  border-radius: 5px;
}
.left_count .prod_left_val {
  font-size: 52px !important;
}
a:active,
a:focus {
  outline: 0;
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.tcenter {
  text-align: center;
}
#subtop .el-center {
  display: flex;
  justify-content: center;
}
#content .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn {
  background-color: red;
  padding: 15px 10px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.btn:hover {
  color: #fff;
  opacity: 0.9;
}
#footer {
  padding: 15px 0;
}
#comments .pg {
  margin-left: 65px;
}
.italic {
  font-family: Arial, sans-serif;
  font-style: italic;
}
.live {
  display: block;
  max-width: 400px !important;
  width: 100%;
}
.inL_139307 h3 {
  margin-top: 0;
}
.cb {
  clear: both;
}
.hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 250px;
  pointer-events: none;
}

.header {
  font-size: 14px;
  padding: 0 20px;
  padding-top: 10px;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 100px;

  padding-right: 20px;
}
.logo-text {
  font-weight: bold;
  font-size: 20px;
}
.langs p {
  padding: 0 3px;
  font-size: 14px;
}
.langs {
  display: flex;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bottom {
  display: flex;
  background: rgb(0, 114, 129);
  color: #fff;
  justify-content: center;
}

.header-bottom ul {
  display: flex;
  justify-content: space-between;
}
.header-bottom ul li {
  list-style: none;
  padding: 10px 10px;
}
.header-bottom ul li:hover a {
  opacity: 0.7;
}
.mob-menu {
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  display: none;
}
.mob-menu span {
  content: '';
  height: 1px;
  width: 30px;
  background: #fff;
  padding: 2px 0;
  margin: 2px 0;
}
@media (max-width: 742px) {
  .header-bottom ul li:nth-child(even) {
    display: none;
  }
}
@media (max-width: 498px) {
  .langs {
    display: none;
  }
  .header-bottom ul li:nth-child(even) {
    display: none;
  }
  .header-bottom ul {
    display: none;
  }
  .header-bottom {
    justify-content: flex-end;
  }
  .header {
    font-size: 14px;
    padding: 0px 5px;
    padding-top: 10px;
  }
  .mob-menu {
    display: flex;
  }
}
.prod {
  max-width: 250px !important;
}
@media screen and (max-width: 1023px) {
  .prod {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .prod {
    max-width: 170px !important;
  }
}
.live {
  max-width: 280px !important;
}