@charset "UTF-8";
/*╨┤╨╗╤П Internet Explorer*/
@font-face {
  font-family: "Odin-Bold";
  src: local("Odin-Bold"), url(../fonts/Odin-Bold.eot); }
@font-face {
  font-family: "Odin-Bold";
  src: local("Odin-Bold"), url(../fonts/Odin-Bold.otf); }
@font-face {
  font-family: 'Myriad Pro';
  src: url("MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.tv_guru_wrapper {
  background-image: url(../image/bck.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 45px; }

.logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

.logo_box a {
  color: #a11f12;
  display: flex;
  align-items: flex-start; }
  .logo_box a:hover, .logo_box a:active, .logo_box a:focus {
    text-decoration: none; }

.text_box {
  color: #fff;
  font: 47px 'Myriad Pro', sans-serif;
  line-height: 1.2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center; }

.free_span {
  font: 47px 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1; }

.button_box_substrate {
  position: relative;
  width: 100%;
  max-width: 445px;
  margin: 0 auto; }

.padding_substrate {
  padding-left: 100%;
  padding-top: 16.7%; }

.ankor_wrapper_click_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.bottom_line {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  height: 20px;
  border-radius: 0 0 6px 6px;
  background-color: #3da514; }

.button_box {
  text-align: center;
  margin-bottom: 13px; }

#dlBtn.link_download {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #49c518;
  border-radius: 6px;
  font: 31px "Odin-Bold", sans-serif; }
  .link_download:hover, .link_download:active, .link_download:focus {
    text-decoration: none;
    background-color: #40b512;
    color: #fff;
    transition: all 0.4s ease; }
  .link_download span {
    padding-bottom: 9px;
    margin-right: 22px;
    margin-left: 12px; }

.download_arrow {
  width: 23.3px;
  height: 29.5px;
  margin-right: 5px;
  margin-top: 3px; }

.popcorn_img_box {
  text-align: center;
  padding: 0 0 30px; }
  .popcorn_img_box .img_popcorn_wrapp {
    display: inline-block;
    width: 100%;
    max-width: 433px;
    position: relative; }
    .popcorn_img_box .img_popcorn_wrapp .box_padding {
      padding-left: 100%;
      padding-top: 56%; }
    .popcorn_img_box .img_popcorn_wrapp .img_top {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      background-image: url(../image/popcorn_img.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .popcorn_img_box .img_popcorn_wrapp img {
      max-width: 100%;
      height: auto; }
    .popcorn_img_box .img_popcorn_wrapp:before {
      display: block;
      content: '';
      height: 25px;
      border-radius: 100%;
      position: absolute;
      bottom: -10px;
      right: 20px;
      left: 20px;
      opacity: 0.2;
      background-color: black;
      filter: blur(3px);
      z-index: 9; }

.footer_links_box {
  text-align: center;
  margin-bottom: 1px; }
  .footer_links_box .top_links ul {
    display: flex;
    justify-content: center; }
    .footer_links_box .top_links ul li {
      float: left;
      position: relative;
      padding: 0 12px; }
      .footer_links_box .top_links ul li:after {
        display: block;
        content: "";
        width: 1px;
        height: 13px;
        background-color: #dfe4e9;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .footer_links_box .top_links ul li a {
        font: 18px 'Myriad Pro', sans-serif;
        font-weight: 300;
        color: #fff; }
        .footer_links_box .top_links ul li a:hover, .footer_links_box .top_links ul li a:active, .footer_links_box .top_links ul li a:focus {
          text-decoration: none;
          color: #9ac3e5;
          transition: all 0.4s ease; }
      .footer_links_box .top_links ul li:last-child:after {
        display: none; }
  .footer_links_box .bottom_text_footer {
    margin: 0 auto;
    font: 18px 'Myriad Pro', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center; }

.eula_privacy_box {
  font: 18px 'Myriad Pro', sans-serif;
  max-width: 900px;
  margin: 0 auto 12px;
  color: #fff;
  text-align: center; }
  .eula_privacy_box a {
    color: #fff;
    text-decoration: underline; }
    .eula_privacy_box a:hover, .eula_privacy_box a:active, .eula_privacy_box a:focus {
      text-decoration: underline; }

.search_box {
  max-width: 855px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px; }

.text_search_box {
  width: 245px;
  font: 18px Calibri, sans-serif;
  color: #fff;
  margin-right: 38px; }

.top_links {
  margin-bottom: 10px; }
