@font-face {
  font-family: NovBold;
  src: url(fonts/nb.ttf) format("truetype");
}

@font-face {
  font-family: TazBold;
  src: url(fonts/tazb.otf) format("opentype"),
    url(fonts/tazb.woff) format("woff");
}

@font-face {
  font-family: TazBlack;
  src: url(fonts/tazblack.otf) format("opentype"),
    url(fonts/tazblack.woff) format("woff");
}

@font-face {
  font-family: TazRegular;
  src: url(fonts/tazr.otf) format("opentype"),
    url(fonts/tazr.woff) format("woff");
}

@font-face {
  font-family: TazLight;
  src: url(fonts/tazlight.otf) format("opentype"),
    url(fonts/tazlight.woff) format("woff");
}

@font-face {
  font-family: Lab;
  src: url(fonts/lab.woff2) format("woff");
}

/*
colors

links
color: #007fff;


*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #e41e27;
}

.conty {
  width: 100%;
  background-size: contain;
  background-position: center;
}

.data {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 100vh;
}

/*nav*/

.desktop_nav__item {
  color: #000;
  display: inline-block;
  padding: 16px 29px 18px;
  font: normal 400 100% TazBlack, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.375rem;
  letter-spacing: 0.020625rem;
  text-transform: uppercase;
  text-decoration: none;
}

.headlogo {
  display: flex;
  width: 100%;
  max-width: 1080px;
  align-items: center;
  justify-content: center;
}

.header {
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  background: #fff;
  height: auto;
  box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 12%);
}

.has-box-shadow-news.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #d22328;
}

.has-box-shadow-show.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #f5a528;
}

.has-box-shadow-sport.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #40b14d;
}

.has-box-shadow-lifestyle.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #efc10d;
}

.has-box-shadow-tech.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #47c0ff;
}

.has-box-shadow-fun.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #297af6;
}

.has-box-shadow-video.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #9757f6;
}

.desktop_nav__item:hover {
  color: #363636;
}

.header__desktop_nav {
  display: flex;
}

.header_mobile__link {
  display: none;
}

.is-active {
  color: #d7060c;
}

.headimg {
  width: 59px;
  display: inline-block;
  vertical-align: top;
  align-self: flex-end;
}

.mobilenav {
  display: none;
}

.title {
  font-family: TazBlack;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  padding-top: 3rem;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
}

.step {
  border-radius: 1rem;
  color: #fff;
  font-family: TazRegular;
  border: 2px solid #fff;
  background: none;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
}

.lead {
  text-align: left;
  font-family: TazRegular;
  font-size: 1.4rem;
  color: #fff;
  padding-top: 2rem;
  width: 90%;
  max-width: 640px;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}

.block {
  margin: 0 auto;
  text-align: center;
  padding-top: 3rem;
}

.deskimg {
  width: 80%;
  margin-top: 2rem;
  border-radius: 2rem;
}

.deskconty {
  width: 90%;
  margin: 0 auto;
}

.mobileimg,
.mobileconty {
  display: none;
}

.link {
  color: #fff;
}

.barkod {
  margin-top: 2rem;
}

.zeka {
  width: 70%;
  max-width: 720px;
  margin: 3rem auto;
}

#barcode {
  border-radius: 8px;
}

@media (max-width: 720px) {
  .lead {
    font-size: 1.2rem;
  }

  .mobileimg {
    width: 80%;
    border-radius: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .mobileconty {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .header__desktop_nav {
    display: none;
  }

  .header_mobile__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.64);
    transition: all 0.2s;
  }

  .hamburger_menu {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .hamburger_menu__item {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #5c5c5c;
    transition: all 0.32s cubic-bezier(0, 0, 0, 1.34);
  }

  .hamburger_menu__item:first-of-type {
    top: 15%;
  }

  .hamburger_menu__item:nth-of-type(2) {
    top: 45%;
  }

  .hamburger_menu__item:nth-of-type(3) {
    top: 75%;
  }

  .hamburger_menu.is-active .hamburger_menu__item:first-of-type {
    top: 49%;
    transform: rotate(45deg);
  }

  .hamburger_menu.is-active .hamburger_menu__item:nth-of-type(2) {
    opacity: 0;
    top: 49%;
    transform: rotate(-45deg);
  }

  .hamburger_menu.is-active .hamburger_menu__item:nth-of-type(3) {
    top: 49%;
    transform: rotate(-45deg);
  }

  .headlogo {
    justify-content: space-between;
    padding: 0 1rem;
  }

  .headimg {
    width: 47px;
    height: auto;
    padding: 2px;
  }

  .mobilenav {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(100vh - 40px);
    transform: translateX(100%);
    background: #fff;
    transition: all 0.3s ease-in-out;
  }

  .shown {
    transform: translateX(0);
  }

  .drawer-item {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px 0 15px 16px;

    box-shadow: inset 0 -1px 0 0 #e6e6e6, inset 0 1px 0 0 #e6e6e6;
  }

  .drawer-item a {
    font-size: 1.4rem;
    line-height: 1rem;
    color: #000;
    letter-spacing: 0.01625rem;
    font: normal 400 100% TazBlack, sans-serif;
    text-decoration: none;
  }

  .mobilenav {
    display: block;
    cursor: pointer;
  }
}
