@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: rgba(0, 0, 255, 1);
 padding: 90px 0;
}
.logo {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 380px;
 height: 120px;
 margin-bottom: 55px;
 border-radius: 20px;
 background: rgba(255, 255, 255, 1);
 padding: 40px 50px;
 box-sizing: border-box;
}
.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(255, 255, 255, 1);
 font-size: 16px;
 font-weight: 400;
 line-height: 38px;
 text-align: center;
 margin-top: 11px;
}
h1 {
 display: inline-block;
 color: rgba(157, 255, 0, 1);
 font-size: 72px;
 font-weight: 700;
 line-height: 72px;
 border-bottom: 6px solid rgba(157, 255, 0, 1) !important;
}
h2 {
 color: rgba(255, 255, 255, 1);
 font-size: 48px;
 font-weight: 700;
 line-height: 72px;
 text-align: center;
}
h3 {
 color: rgba(255, 255, 255, 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;
 border-radius: 15px;
 background: rgba(0, 60, 255, 1);
 padding: 30px 38px 20px;
 margin-bottom: 26px;
 margin-top: 40px;
 color: rgba(255, 255, 255, 1);
 font-size: 130px;
 font-weight: 400;
 line-height: 100%;
 text-align: center;
}
.timer > div {
 display: flex;
 flex-direction: column;
}
.timer > div > span {
 display: flex;
 align-items: center;
 justify-content: center;
 color: rgba(255, 255, 255, 1);
 font-size: 130px;
 font-weight: 400;
 line-height: 100%;
 text-align: center;
}

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

.button {
 width: 400px;
 height: 84px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 105px;
 background: rgba(157, 255, 0, 1);
 color: rgba(0, 0, 0, 1);
 font-size: 30px;
 font-weight: 700;
 line-height: 38px;
 text-align: center;
 text-decoration: none;
}
.button > img {
 margin-left: 20px;
}
.footer {
 padding-top: 50px;
}
@media (max-width: 767px) {
 .logo {
  width: 240px;
  height: 70px;
  padding: 20px 30px;
  margin-bottom: 30px;
 }
 .logo-text {
  font-size: 28px;
 }
 .bg-main {
  padding: 60px 0;
 }
 h1 {
  font-size: 42px;
  line-height: 50px;
 }
 h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px !important;
  margin-bottom: 23px !important;
 }
 h3 {
  font-size: 16px;
  line-height: 24px;
 }
 .timer {
  width: 250px;
  height: 120px;
  padding: 16px 25px;
  margin-top: 26px;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
 }
 .timer > div > span {
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
 }
 .timer > div > p {
  font-size: 18px;
  font-weight: 400;
 }
 .separator {
  height: 80px;
 }
 .button {
  width: 290px;
  height: 66px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
 }
 .main > p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
 }
}
