* {
  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, .5);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 1px 1px 10px 0 rgba(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: .99px;
  padding: 3px;
  color: #000
}

#content {
  padding: 0;
  text-align: left;
  width: 100%
}

#content .padWrap {
  padding: 21px;
}

#content img {
  max-width: 100%;
  display: block;
  margin: 20px 0
}

#subtop li::before,
.glava li::before {
  display: none !important;
}

#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 {
  padding-left: 30px !important;
  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 {
  padding-left: 20px;
  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;
  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 15px
  }
}

@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
}

.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: .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
}

.order_block {
  display: none
}

.product img {
  width: 100%;
  max-width: 300px !important;
  display: block !important;
  margin: 0 auto !important
}

.order_block form {
  display: block;
  margin: 0 auto;
  text-align: center
}

p.prix {
  position: relative;
  /* right: -58px;
    bottom: -36px; */
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  width: 148px;
  height: 98px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-16deg) translateX(-50px);
  text-align: center !important;
  /* margin: -160px auto 30px; */
  background: linear-gradient(to right, #eea513 0%, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 19%;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

.prix span {
  display: block;
  font-size: 19px
}

.prix .old_price {
  text-decoration: line-through
}

.prix .old_price span {
  display: inline-block;
  font-weight: 400
}

.prix .new_price {
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  color: red;
  display: inline-flex;
  font-weight: 700
}

form input:focus {
  border: 2px solid #000
}

a:hover {
  text-decoration: underline !important
}

.timer {
  font-size: 18px;
  font-weight: 400;
  /* margin: 75px 0 20px; */
  text-align: center
}

.form_btn,
.order_block label {
  display: block;
  text-align: center
}

.order_block label {
  font-weight: 400;
  margin: 10px auto;
  font-size: 18px
}

.form_group {
  padding: 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid gray;
  border-radius: 5px;
  width: 460px;
  max-width: 100%
}

.form_btn {
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  color: #fff !important;
  border-radius: 4px;
  border: 0;
  cursor: pointer
}

.form_btn:hover {
  opacity: .8
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.prod {
  max-width: 200px !important;
  margin-top: 15px !important;
}

@media screen and (max-width: 1023px) {
  .prod {
    max-width: 200px !important;
  }
}

.product img {
  max-width: 200px !important;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 479px) {
  .product img {
    max-width: 170px !important;
  }
}

.inL_950105 {
  margin: 10px 0 !important;
}

.live {
  max-width: 280px !important;
}