<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Code tidied up by ScrapBook */
.mobile_yeah {
  display: none;
}
.hader {
  display: block;
  width: 100%;
  height: 120px;
}
@font-face {
  font-family: "CodeProBold";
  font-style: normal;
  font-weight: 400;
  src: url("Code-Pro-Bold.otf") format("opentype");
}
.top-ul {
  padding: 0px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  list-style: outside none none;
}
.top-ul a {
  cursor: pointer;
  color: rgb(89, 201, 1);
}
.top-ul li:nth-child(6) {
  -moz-box-flex: 1;
  flex-grow: 1;
}
.top-ul li:nth-child(7) {
  padding-right: 0px;
}
.top-ul li {
  padding-right: 30px;
}
.top-ul li:hover {
  color: rgb(255, 255, 255);
}
.content {
  width: 1130px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.color-green {
  color: rgb(89, 201, 1);
}
.top_title_program {
  display: table;
  margin: 25px 0px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "CodeProBold";
  line-height: 1;
  border-bottom: 5px solid rgb(89, 201, 1);
}
.sub_title_img {
  display: table;
  text-align: center;
  width: 600px;
  max-width: 100%;
  font-size: 90%;
  font-style: italic;
  margin: -5px auto 10px;
}
.content_ul {
  padding-left: 40px;
}
.content_ul li {
  list-style: outside none disc;
}
.content_img {
  display: block;
  margin: 10px auto;
}
.boton {
  display: table;
  text-align: center;
  margin: 30px auto;
  padding: 10px 15px;
  background: transparent
    linear-gradient(45deg, rgb(89, 201, 1), rgb(100, 199, 21), rgb(89, 201, 1))
    repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 120%;
  border-radius: 10px;
}
.boton:hover {
  background: transparent
    linear-gradient(45deg, rgb(84, 181, 8), rgb(100, 199, 21), rgb(84, 181, 8))
    repeat scroll 0% 0%;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.hr-1 {
  height: 2px;
  background-color: rgb(0, 0, 0);
}
.hr-2 {
  height: 2px;
  background-color: rgb(89, 201, 1);
}
.comment_img {
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.comment_item {
  display: block;
  overflow: hidden;
  margin: 20px auto;
}
.comment_text {
  display: inline-block;
  float: right;
  padding-left: 15px;
  width: calc(100% - 75px);
}
.comment_text span {
  font-weight: bold;
  display: block;
}
.footer {
  padding: 15px;
  background-color: rgb(15, 15, 16);
  min-height: 60px;
  color: rgb(255, 255, 255);
}
.comment_list {
  padding-bottom: 50px;
}
.top-h1 {
  line-height: 1.1;
  margin-bottom: 25px;
}
.img_menu {
}

#social {
  font-family: Arial;
  color: #666666;
  font-size: 12px;
  line-height: 35px;
  display: none;
  margin-right: 20px;
  margin-top: 20px;
}

#vk {
  background: url(../img/vk.png) no-repeat;
  padding-left: 35px;
  height: 35px;
}

#ok {
  background: url(../img/ok.png) no-repeat;
  padding-left: 35px;
  height: 35px;
}

.imgsig {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.cens {
}

.blurClass {
  filter: blur(15px);
}

#title_block {
  height: 100%;
  min-height: 504px;
  width: 100%;
}

.title_block_wrapper {
  width: 100%;
  height: 100%;
  min-height: 504px;
}

.title_block_content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 504px;
}

.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: 24px/40px Merriweather, serif;
}

.title_block_author {
  margin-top: 26px;
}

.tauthor {
  font: 600 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;
}

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

.lead_text {
  color: #565d6d;
}

#top_xs embed {
  width: 50px;
  height: 50px;
}
#top_xs_left {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#top_xs_right {
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 10px;
}

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

#top {
  height: 100%;
  background: transparent;
  width: 100%;
  /*
    background-image:url(../img/jornal.jpg);
    */
  background-repeat: no-repeat;
  background-position: top right;
}
#topwrap {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  position: relative;
}
.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(#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%
  );
}

.topright {
  height: 110px;
  width: 224px;
  float: right;
  background: url("../img/jornal.jpg") no-repeat;
}
.toplogo {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
}

.toplogo embed {
  border: 0px;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden !important;
}
.topdate {
  position: absolute;
  top: 10px;
  left: 250px;
  font-size: 12px;
  line-height: 20px;
  color: #96a0a8;
}

.topdate .city {
  display: block-inline;
  font-size: 13px;
  font-weight: bold;
  margin-left: 25px;
  color: #05519d;
}

#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 {
}
#wrapper {
  max-width: 1000px;
  margin: 0px 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: bold;
  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: normal;
  font-size: 14px;
  letter-spacing: 0.99px;
  padding: 3px;
  color: #000;
}
#subtop ul li.active {
  /*
    border: 2px solid;
    border-radius: 3px;
    padding:4px;
    */
}

.tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 9px;
  width: auto;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0.1px;
  font-weight: normal;
  background-color: transparent;
  color: #366799;
  border: 1px solid #7e9fb8;
  border-radius: 2px;
  text-decoration: none;
  cursor: text;
}

#subtop .tagactive {
  background-color: #01478d;
  border-color: #01478d;
  color: white;
  text-decoration: none;
}

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

#content p {
  font-size: 18px;
  line-height: 29px;
}

.pg {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 33px;
}

#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);
}

#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: 22px;
  line-height: 36px;
  margin-bottom: 33px;
}

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

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

.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 {
  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: 32px;
}

#comments {
  margin-top: 90px;
}
#comments .pg {
  font-size: 14px !important;
  line-height: 19px !important;
}
#comments h2 {
  background: url("../img/comentsm.jpg") no-repeat;
  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 .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: 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;
}

#sidebar {
  min-height: 800px;
  width: 300px;
  float: left;
}

#sidebar h3 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

#sidebar .news {
  border-top: 1px solid #a1c5e1;
  padding: 20px 0 20px 0;
}

#sidebar .news .time {
  float: left;
  font-weight: bold;
  color: #05519d;
  text-align: left;
  margin-bottom: 5px;
}

#sidebar .news p {
  margin: 0 0 0 50px;
  font-size: 16px;
  color: black;
  display: block;
  font-weight: bold;
}

#sidebar .news p .play {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 1020px) {
  #subtop {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    display: none;
  }
  #head_title {
    background-size: cover;
    height: 300px;
    position: relative;
    padding: 15px;
  }
}

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

@media screen and (max-width: 810px) {
  #subs {
    display: none;
  }
  #social {
    display: block;
  }
}

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

  #tags {
    display: none;
  }
}

@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: 26px;
    line-height: 28px;
  }

  .mainLogo {
  }
  #content ul {
    font-size: 18px;
    line-height: 22px;
  }
  #content blockquote {
    line-height: 22px;
  }
}

@media screen and (max-width: 610px) {
  #headsearch {
    position: static;
  }

  #social {
    font-size: 10px;
    line-height: 18px;
    margin: 0px;
    text-align: left;
    margin-left: 10px;
  }

  #vk {
    background: url(../img/vk.png) no-repeat;
    padding-left: 22px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
  }

  #ok {
    background: url(../img/ok.png) no-repeat;
    padding-left: 22px;
    height: 18px;
    background-size: contain;
    display: inline-block;
  }

  .floatimg {
    float: none;
  }
}

@media screen and (max-width: 590px) {
  .mainLogo {
  }
}

@media screen and (max-width: 560px) {
  /*
    #top {display:none;}
    #top_xs {display:block;}
    */
  #head_title {
    background-size: cover;
    height: 170px;
    position: relative;
    padding: 15px;
  }
  .pg {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  #content .padWrap {
    padding: 8px;
  }

  .title_block_shadow {
    display: none;
  }

  .title_block_img {
    position: relative;
  }

  .main_title {
    color: #000;
    text-shadow: none;
  }

  .title_bq {
    color: #000;
  }

  .tdate {
    color: #000;
  }

  .title_block_bread span {
    color: #000;
  }
}

@media screen and (max-width: 520px) {
  /*
    #top {display:none;}
    #top_xs {display:block;}
    */
  #head_title {
    background-image: url(../img/main2.jpg);
    background-size: cover;
    height: 170px;
    position: relative;
    padding: 15px;
  }
}

@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 {
  }
  #top {
    /*
        height:80px;
        */
  }
}

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

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

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

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


.device_info {
  font-size: 14px;
  color: green;
  display: block;
  margin: 10px 20px;
}


.orderInfoText {
  font-size: 18px;
}


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

.left_count {
  background: red;
  padding: 23px;
  margin: 12px 0px;
  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;
}


.timerHolder {
  background: red !important;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
}

.timerHolder div {
  background: transparent !important;
  display: inline-block !important;
  border: 1px solid green;
  box-shadow: 1px;
  border-radius: 5px;
  padding: 5px;
}

.timerHolder span {
  display: block;
}

.timerHolder .timerVal {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin: 0px 10px;
}

.timerHolder .timerDelim {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.timerHolder .timerSign {
  font-size: 10px;
  text-align: center;
  margin: 0px;
  color: #fff;
}

.orderType {
  max-width: 395px;
}



hr {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
/*hr:after {
content: "Ð²Â¬â€¡";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: #F2F3F3;
}*/

.orderTypeButton {
  background-color: #e7e7e7 !important;
  display: inline-block;
  padding: 7px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  max-width: 130px;
  position: relative;
  border: 2px solid #fff;
}

.orderTypeButtonActive {
  background: yellow !important;
  background-image: url(../img/tick.png) !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  border: 2px solid red;
}

.otTimerImg {
  position: absolute;
  top: -16px;
  right: -13px;
  width: 40px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.otTimerImg img {
  padding: 0px !important;
  margin: 0px !important;
}

.orderTypeButton span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.otHead {
  font-size: 16px;
  display: block;
}

.otPrice {
  font-size: 22px;
}

.otCurr {
  font-size: 10px;
}

.otButton {
  cursor: pointer;
  font-size: 12px;
}

.otFirst {
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  #order_form input {
  }

  #order_form label {
    font-size: 14px;
  }

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

  #order_form {
    padding: 0px;
  }

  #order_form .order_form_pole {
    padding: 0px;
    margin: 20px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
  }

  #order_form {
  }
}

@media screen and (max-width: 400px) {
  #order_form input {
  }

  #order_form {
    width: 100%;
  }
}

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

  #order_form button {
    margin-left: 0px;
    font-size: 15px;
  }
}
.header_desktop {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: left;
}

.live_ico {
  width: 35px;
  height: 35px;
}

.logo,
.menu_mid,
.menu_right {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  padding-right: 40px;
}

.logo a {
  display: block;
}

.menu_mid_list {
  text-align: center;
}

.menu_mid_list a,
.menu_right_list a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.menu_mid_list li,
.menu_right_list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
}

.menu_mid {
  margin-top: 5px;
}

.menu_right {
  float: right;
}

.menu_link {
  height: 20px;
}

.menu_link:hover {
  background: url(../img/menu-arrow.png) no-repeat;
  background-position: top left;
}

.menu_link:hover a {
  padding-bottom: 5px;
  border-bottom: 2px solid #00deb6;
  text-decoration: none !important;
}

.menu_link_active {
  background: url(../img/menu-arrow.png) no-repeat;
  background-position: top left;
}

.menu_link_active a {
  padding-bottom: 5px;
  border-bottom: 2px solid #00deb6;
}

.menu_social_media {
  width: 100%;
  background-color: #000;
  margin-top: 5px;
}

.menu_social_media_list {
  max-width: 1200px;
  margin: 0 auto;
}

.menu_social_list {
  text-align: right;
}

.menu_social_list li a {
  display: block;
}

.menu_social_list li {
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: middle;
  height: 35px;
}

.menu_social_list li img {
  width: 100%;
}

.menu_social_list li:hover {
  padding-bottom: 2px;
  border-bottom: 3px solid #00ddb4;
}

.whatsapp_number {
  position: absolute;
  color: #fff;
  font-family: futura-medium;
  font-weight: lighter;
  right: 105px;
  top: 10px;
  font-size: 14px;
  display: none;
  z-index: 99;
}

.whatsapp_link {
  position: relative;
}

.whatsapp_link:hover .whatsapp_number {
  display: block;
}

.whatsapp_link p {
  display: block;
  padding: 5px 14px;
  background: rgba(0, 0, 0, 0.8);
}

.header_mobile {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 8px;
}

.logo_mobile,
.mobil_right_live,
.mobil_right_search,
.open_menu {
  display: inline-block;
  vertical-align: middle;
}

.mobil_right {
  float: right;
  margin-top: 8px;
}

.logo_mobile {
  margin-left: 15px;
}

.mobil_right_live {
  margin-right: 10px;
}

.mobil_right_live li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 5px;
}

.mobil_right_live a {
  display: block;
}
/*********Menu minisite**********/
.menu_minisite {
  width: 100%;
  background-color: #000;
}
.menu_minisite_content {
  background-color: rgba(112, 0, 255, 0.5);
}
.menu_minisite_list {
  max-width: 1255px;
  margin: 0 auto;
  height: 50px;
}
.menu_minisite_link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.menu_minisite_link a {
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  /*margin: 0 15px;*/
  padding: 10px 15px;
}
/*********Sub-menu minisite**********/
.sub_menu_minisite_contain {
  max-width: 1300px;
  margin: 0 auto;
}
.sm_minisite {
  height: 38px;
}
.sub_menu_minisite_contain img {
  width: 100%;
  display: block;
}
.sm_minisite {
  max-width: 1210px;
  margin: 0 auto;
}
.sm_minisite_link:hover {
  color: #6000fa;
  border-bottom: 2px solid #6000fa;
}
.m_minisite_active {
  color: #6000fa !important;
  border-bottom: 2px solid #6000fa;
}
.sm_minisite_link {
  color: #878787;
  font-family: "futura-medium";
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 10px;
}
.slider_menu_minisite {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.slider_menu_minisite .menu_link_active_noticias {
  border-bottom: 2px solid #00deb6;
}
.slider_menu_minisite .menu_link_active_entretenimiento {
  border-bottom: 2px solid #ffff00;
}
.slider_menu_minisite .menu_link_active_novelas {
  border-bottom: 2px solid #ffff00;
}
.slider_menu_minisite .menu_link_active_deportes {
  border-bottom: 2px solid #ffff00;
}
.menu_minisite_link_entretenimiento:hover {
  border-bottom: 2px solid #ff0;
  text-decoration: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  display: block;

  width: auto;
  height: 20px;
  padding: 0;
  margin-top: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "â†";
}
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "â†’";
}
[dir="rtl"] .slick-next:before {
  content: "â†";
}
.menu-mob {
  display: none;
}
@media (max-width: 1200px) {
  .menu_mid,
  .menu_minisite,
  .second_menu {
    display: none !important;
  }
  .header_desktop {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-mob {
    display: inline-block;
    margin-right: 20px;
  }
  .hader {
    height: 80px;
  }
}
.order_price {
  padding-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.order_price .old,
.order_price .new {
  flex: 1 0 50%;
  width: 50%;
  padding: 0 10px;
}
.order_price .old p,
.order_price .new p {
  font-size: 16px;
  font-weight: 700;
}
.order_price .old p span,
.order_price .new p span {
  display: block;
}
.order_price .old p span {
  font-size: 18px !important;
}
.order_price .new p span {
  font-size: 24px !important;
  color: #ff0000;
}
.order__product img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.mainform-body .mainform-body__field:focus::-webkit-input-placeholder {opacity:0;}
.mainform-body .mainform-body__field:focus::-moz-placeholder          {opacity:0;}
.mainform-body .mainform-body__field:focus:-moz-placeholder           {opacity:0;}
.mainform-body .mainform-body__field:focus:-ms-input-placeholder      {opacity:0;}
.mainform-body .mainform-body__field::-webkit-input-placeholder {color: #222; opacity: 1;}
.mainform-body .mainform-body__field:-moz-placeholder {color: #222; opacity: 1;}
.mainform-body .mainform-body__field::-moz-placeholder {color: #222; opacity: 1;}
.mainform-body .mainform-body__field:-ms-input-placeholder {color: #222; opacity: 1;}

.mainform * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mainform {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	max-width: 400px;
	padding: 20px 10px;
	margin: 0 auto;
}
.mainform-price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 20px;
}
.mainform-price__old {
	color:#666;
	text-decoration: line-through;
}
.mainform-price__new {
	color:#f44336;
}
.mainform-price__sale {
	background: #f44336;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	padding: 10px 7px;
	margin: 0 20px;
	border-radius: 5px;
}
.mainform-body {
	width: 100%;
	margin: 0;
	padding: 0;
}
.mainform-body__field {
	position: relative;
	display: block;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin: 0 auto 10px;
	padding: 0 20px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #222;
	-webkit-transition: all 0.2s;
	-moz-transition:    all 0.2s;
	-o-transition:      all 0.2s;
	-ms-transition:     all 0.2s;
	transition:         all 0.2s;
}
.mainform-body__btn {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	border: none;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #5cc806; 
	transition: all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mainform-body__btn:hover {
	background: #54b406;
}
.mainform-body__btn:active {
	top:-1px;
}
.mainform__tlt {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.mainform__tlt span {
  color:#fc483c;
}
.mainform-body &gt; div {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 0;
}
footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}
footer a {
  display: block;
  margin: 15px 0;
  text-decoration: none;
  color:#fff;
}
footer a:hover {
  text-decoration: underline;
  color:#fff;
}
footer img {
   width: auto;
}
footer p {
  padding: 0;
  margin: 0;
}</pre></body></html>