* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
main,
section,
header,
footer {
  display: block;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  padding: 50px 0 78px;
}
.head_line {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: black;
  color: #FF0000;
  text-align: center;
  padding: 11px 10px;
  z-index: 10;
}
.head_line h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FF0000;
}
.footer_line {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: black;
  color: #FF0000;
  text-align: center;
  padding: 1px 10px;
  z-index: 10;
}
.footer_line .timer_item {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  text-transform: uppercase;
  color: #FF0000;
}
.main__cont {
  font-size: 0;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
}
.main__cont .main_item {
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  border: 1px solid #DFDFDF;
  text-align: left;
  position: relative;
  margin-bottom: 34px;
}
.main__cont .main_item .item_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main__cont .main_item p {
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 9px;
}
.main__cont .main_item img {
  display: block;
  width: 100%;
}
.main__cont .main_item._type2 p {
  font-size: 18px;
  line-height: 21px;
}
.main__cont .main_item._type1 {
  display: inline-block;
  width: 48%;
}
.main__cont .main_item._type1.right {
  margin-left: 4%;
}
.main__cont .main_item._type3 p {
  font-size: 0;
  display: none;
}
@media screen and (max-width: 370px) {
  .head_line h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .footer_line .timer_item {
    font-size: 50px;
    line-height: 50px;
  }
  body {
    padding: 46px 0 52px;
  }
}
/*# sourceMappingURL=main.css.map */