* {
  box-sizing: border-box;
}

a:active,
a:focus {
  outline: none;
}
.glava__link {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  outline: none;
}

input:active {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a:active,
a:focus {
  outline: none;
}

input {
  outline: none;
}

input:active {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

html,
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family:  sans-serif;
  font-size: 22px;
  color: #000;
  background-color: #f4f7fa;
}

#title_block {
  width: 100%;
}

.title_block_wrapper {
  width: 100%;
  height: 100%;
}

.title_block_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.title_block_img .title_img {
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  width: 100% !important;
  display: inline !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.title_block_img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title_block_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #000 !important;
  opacity: 0.7;
}

.title_block_texts {
  position: relative;
  z-index: 9;
  background: transparent !important;
  padding: 21px;
}

.title_block_bread span {
  color: #fff;
  font: bold 10px/16px 'IBM Plex Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.88;
}

.title_h1 {
  font: 600 40px/48px 'IBM Plex Sans', sans-serif;
  color: #fff;
}

.title_bq {
  border-left: 4px solid #349dee;
  padding-left: 16px;
  color: #fff;
  opacity: 0.88;
  font-size: 24px;
  line-height: 1.4;
  font-family: Merriweather, serif;
}

.title_block_author {
  margin-top: 26px;
}

.tauthor {
  font: 500 19px/24px 'IBM Plex Sans', sans-serif;
  color: #349dee;
}

.tdate {
  margin-top: 2px;
  color: #fff;
  font: 500 10px/16px 'IBM Plex Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title_block_texts div {
  background: transparent !important;
}

.lead_text {
  color: #565d6d;
}

#top {
  height: 120px;
  background: transparent;
  width: 100%;
}

.no-webp #top {
  background-image: url(../images/jornal.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

.webp #top {
  background-image: url(../images/jornal.webp);
  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;
}

.toplogo {
  position: absolute;
  width: 430px;
  /* height: 40px; */
  top: 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%;
}

#mainWrapper div {
  background-color: #ffffff;
}

#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;
  margin: 0 auto 20px;
}
#content .live-foto {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 0;
}

.pg {
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 20px;
}
.pg a {
  color: blue;
}
#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(../images/clock.svg);
}

#content h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
}

#content h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 28px;
  margin-bottom: 33px;
  line-height: 32px;
}

#content h3 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 20px;
}

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

.no-webp .glava {
  list-style-image: url(../images/qtick.png);
}

.webp .glava {
  list-style-image: url(../images/qtick.webp);
}

.glava li {
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: bold;
  font-family: 'IBM Plex Sans', sans-serif;
}

.subtitle {
  display: block;
  margin-bottom: 33px;
  font-size: 22px;
}

.note {
  /* width: 100%; */
  float: right;
  max-width: 280px;
  margin-bottom: 30px;
  font-weight: 500 !important;
  font-size: 18px !important;
}

.note_left {
  float: left;
  /* width: 100%; */
  max-width: 280px;
  margin-left: 0;
  font-weight: 500 !important;
  font-size: 18px !important;
}

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

.center {
  text-align: center;
}

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

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

#comments {
  margin-top: 40px;
}

#comments .pg {
  font-size: 12px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding-left: 65px;
}

#comments h2 {
  padding-left: 40px;
  color: #000;
  border-bottom: 0px solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

#order_form .price-block {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order_form .price-block p:first-child {
  margin-bottom: 10px;
  position: relative;
}

#order_form .price-block p:first-child span {
  font-size: 24px;
}

#order_form .price-block p:last-child {
  margin-left: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

#order_form .price-block p:last-child span {
  font-size: 30px;
}

.price-block p:first-child::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%) rotate(9deg);
  background-color: red;
}
.price-block p:first-child::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%) rotate(-9deg);
  background-color: red;
}

.no-webp #comments h2:nth-child() {
  background: url('../images/comentsm.jpg') no-repeat;
}

.webp #comments h2 {
  background: url('../images/comentsm.webp') no-repeat;
}

#comments .item {
  min-height: 77px;
  text-align: left;
  padding: 10px;
  margin: 10px 0px;
}

#comments .item :last-child {
  border-bottom: none;
}

#comments .item .name {
  display: block;
  font-size: 12px !important;
  font-weight: bold;
  color: #05519d;
}
.row-y-name {
  font-size: 14px;
  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: inline;
}

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

@media screen and (max-width: 1020px) {
  #content {
    width: 100%;
  }
}

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

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

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

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

@media screen and (max-width: 660px) {
  #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;}
	*/
  .pg {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: left;
  }

  #content .padWrap {
    padding: 15px;
  }
}

@media screen and (max-width: 520px) {
  /*
	#top {display:none;}
	#top_xs {display:block;}
	*/
}

@media screen and (max-width: 420px) {
  .title_bq {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .tauthor {
    font-size: 14px;
  }
}

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

  #top {
    height: 80px;
  }
}

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

  #content h1 {
    font-size: 26px;
  }
}

@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;
  }
}

#order_form {
  width: 100%;
  background: white;
  padding: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  /* margin: 20px; */
  padding-bottom: 45px;
  box-sizing: border-box;
  text-align: center;
}

.no-webp #order_form {
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webp #order_form {
  background-image: url(../images/formbg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 600px) and (max-width: 739px) {
  #order_form {
    padding: 20px !important;
  }

  #content img {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 460px) and (max-width: 599px) {
  #order_form {
    padding: 20px !important;
  }
}

@media screen and (max-width: 459px) {
  #order_form {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 25px 0 0 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

#order_form .order_form_pole {
  padding: 10px;
  /* margin: 10px; */
}

.timerHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.inL_564426 {
  font-size: 14px;
  margin-right: 10px;
}

#order_form .timerHolder div span {
  color: red;
  font-size: 18px;
}

.timerMin {
  color: red;
}

#content .tick {
  margin: 0 10px 0 0;
}

#order_form input {
  box-sizing: border-box;
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

#counter_product {
  text-align: center;
}

#order_form span {
  font-size: 12px;
}

#order_form button,
.obutton {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
  background-color: #017acc;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

.order_info h2 {
  border: none !important;
  color: red !important;
}

.left_count {
  display: block;
  background: red;
  padding: 23px;
  margin: 12px 0px;
  margin-right: auto;
  margin-left: auto;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000,
    -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000,
    -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px !important;
  border-radius: 5px;
}

.left_count .prod_left_val {
  font-size: 52px !important;
}

#order_form_success {
  position: relative;
}

@media screen and (max-width: 480px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 10px;
    padding-bottom: 180px;
    /* margin-bottom: -200px; */
  }

  #order_form .order_form_pole {
    padding: 0px;
    margin: 2px;
  }

  #order_form button {
    margin-top: 20px !important;
  }

  .no-webp #order_form,
  .webp #order_form {
    border: 2px solid #e1c6be;
    background: #f7f0ee;
  }
}

@media screen and (max-width: 380px) {
  .timerHolder {
    flex-wrap: wrap;
  }
  
  .inL_564426 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0px;
  }
}

#fullscroll_element img {
  max-width: 100%;
}

footer {
  text-align: center;
  padding: 25px;
}

.footer__text {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #order_form button {
    margin-top: 0;
  }
}
.bel-footer-block {
  padding-top: 40px !important;
}

.title_block_img {
  width: 100%;
}
.prod-img {
  max-width: 250px !important;
}

@media screen and (max-width:1023px) {
  .prod-img {
    max-width: 200px !important;
    width: 100%;
  }
}
.live-foto {
  max-width: 280px !important;
}

.daybook {
	max-width: 400px;
	margin-bottom: 15px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 15px;
  }
  
  .daybook__note {
	color: #fff;
	background-color: #e55555 !important;
	padding: 10px !important;
	text-align: center;
	border-radius: 15px !important;
	margin-bottom: 10px;
  font-size: 16px !important;
  line-height: 1.1 !important;
  }
  
  .daybook__img {
	width: 100%;
  }
  .live {
    display: block;
    max-width: 300px !important;
    width: 100%;
    margin-top: 5px;
    margin-left: 0 !important;
  }
  .mw200 {
    max-width: 200px !important;
  }