@font-face {
 font-family: "HelveticaNeueCyr";
 src: url("../fonts/HelveticaNeueCyr/helveticaneuecyr-medium1.ttf");
 font-style: normal;
 font-weight: 400;
}
body {
 font-family: "HelveticaNeueCyr", sans-serif !important;
}
.t-body {
 margin: 0;
}
.container {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width: 768px) {
 .container {
  width: 750px;
 }
}
@media (min-width: 992px) {
 .container {
  width: 970px;
 }
}
@media (min-width: 1200px) {
 .container {
  width: 1200px;
 }
}
@media (min-width: 1300px) {
 .container {
  width: 1300px;
 }
}
.bg-main {
 background: url(../images/bg-dngonl.ru.png) no-repeat center;
 background-size: cover;
 padding: 90px 0;
}
.logo {
 box-sizing: border-box;
 margin-bottom: 70px;
}
.logo-text {
 font-size: 48px;
 font-weight: 700;
 margin-left: 10px;
}
.main {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.main > p {
 color: rgba(0, 0, 0, 1);
 font-size: 16px;
 font-weight: 400;
 line-height: 38px;
 text-align: center;
 margin-top: 26px;
}
.h1-block {
 border-radius: 20px;
 background: rgba(153, 255, 0, 1);
 color: rgba(0, 0, 0, 1);
 font-size: 72px;
 font-weight: 700;
 line-height: 72px;
 text-align: center;
 padding: 28px 30px 20px 30px;
}
h2 {
 color: rgba(0, 0, 0, 1);
 font-size: 48px;
 font-weight: 700;
 line-height: 72px;
 text-align: center;
}
h3 {
 color: rgba(0, 0, 0, 1);
 font-size: 32px;
 font-weight: 400;
 line-height: 38px;
 text-align: center;
 margin-top: 20px;
}
.timer {
 width: 380px;
 display: flex;
 justify-content: space-between;
 box-sizing: border-box;
 margin-bottom: 26px;
 margin-top: 40px;
}
.timer > div > span {
 display: flex;
 flex-direction: column;
}
.timer > div > span {
 width: 180px;
 height: 180px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 10px;
 background: rgba(67, 70, 73, 1);
 color: rgba(255, 255, 255, 1);
 font-size: 124px;
 font-weight: 400;
 line-height: 100%;
 text-align: center;
 margin-bottom: 15px;
}

.timer > div > p {
 color: rgba(120, 120, 120, 1);
 font-size: 22px;
 font-weight: 400;
 line-height: 100%;
 text-align: center;
}

.button {
 width: 380px;
 height: 84px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 10px;
 background: rgba(153, 255, 0, 1);
 color: rgba(0, 0, 0, 1);
 font-size: 30px;
 font-weight: 700;
 line-height: 38px;
 text-align: center;
 text-decoration: none;
 -webkit-box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.4);
 box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.4);
}
.footer {
 padding-top: 50px;
}
@media (max-width: 767px) {
 .logo {
  margin-bottom: 50px;
 }
 .logo-text {
  font-size: 28px;
 }
 .bg-main {
  padding: 60px 0;
 }
 .h1-block {
  font-size: 42px;
  line-height: 100%;
  padding: 5px 15px;
 }
 h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px !important;
 }
 h3 {
  font-size: 16px;
  line-height: 24px;
 }
 .timer {
  width: 250px;
  margin-top: 30px;
  margin-bottom: 22px;
 }
 .timer > div > span {
  width: 120px;
  height: 120px;
  font-size: 84px;
  font-weight: 400;
  line-height: 100%;
 }
 .timer > div > p {
  font-size: 16px;
  font-weight: 400;
 }
 .separator {
  height: 80px;
 }
 .button {
  width: 260px;
  height: 66px;
  font-size: 24px;
  line-height: 38px;
 }
 .main > p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
 }
}
