@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}

body {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  background-color: #104145;
  height: 100vh;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  body {
    height: 100%;
  }
}

.bilets__container {
  width: 100vw;
  height: 100%;
  background-color: #104145;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__container {
    margin-top: 30px;
  }
}
.bilets__img {
  margin-bottom: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 620px) {
  .bilets__img {
    width: 72px;
    height: 68px;
    margin-bottom: 17px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__img {
    width: 60px;
    margin-bottom: 20px;
  }
}
.bilets__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #868686;
  text-align: center;
  width: 340px;
  height: 520px;
  padding-top: 121px;
  background-image: url("../images/white_back.png");
  position: relative;
}
@media screen and (max-width: 620px) {
  .bilets__info {
    width: 191px;
    height: 291px;
    background-size: 100%;
    padding-top: 77px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info {
    width: 250px;
    height: 300px;
    background-size: 250px 301px;
    padding-top: 50px;
  }
}
.bilets__info::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 33px;
  background-image: url("../images/line.png");
  background-position: center;
  background-repeat: no-repeat;
  bottom: -17px;
}
@media screen and (max-width: 620px) {
  .bilets__info::after {
    height: 18px;
    background-image: url("../images/line-mob.png");
    bottom: -9px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info::after {
    height: 24px;
    bottom: -14px;
    background-size: cover;
    z-index: 1;
  }
}
.bilets__info--headers {
  font-size: 32px;
  line-height: 47px;
}
@media screen and (max-width: 620px) {
  .bilets__info--headers {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info--headers {
    font-size: 22px;
    line-height: 1.5;
  }
}
.bilets__info--text {
  font-size: 20px;
  line-height: 29px;
  margin-top: 30px;
  margin-bottom: 62px;
}
@media screen and (max-width: 620px) {
  .bilets__info--text {
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info--text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.bilets__info-btn {
  position: relative;
  width: 340px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/orange_back.png");
}
@media screen and (max-width: 620px) {
  .bilets__info-btn {
    width: 191px;
    height: 129px;
    background-size: 100%;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info-btn {
    width: 250px;
    height: 169px;
    background-size: 100%;
    margin-bottom: 30px;
  }
}
.bilets__info-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 17px;
  background-image: url("../images/yellow_balls.png");
  background-position: center;
  background-repeat: no-repeat;
  top: -16px;
}
@media screen and (max-width: 620px) {
  .bilets__info-btn::before {
    height: 10px;
    background-image: url("../images/yellow_balls-mob.png");
    top: -9px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info-btn::before {
    height: 12px;
    top: -11px;
    background-size: contain;
  }
}
.bilets__info-btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 16px;
  background-image: url("../images/white_balls.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
@media screen and (max-width: 620px) {
  .bilets__info-btn::after {
    height: 10px;
    background-image: url("../images/white_balls-mob.png");
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__info-btn::after {
    height: 12px;
    background-size: contain;
  }
}
.bilets__btn {
  outline: none;
  border: none;
  color: #000000;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  width: 241px;
  height: 80px;
  background-color: #ffdb92;
  border-radius: 20px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin: 75px 0;
}
@media screen and (max-width: 620px) {
  .bilets__btn {
    width: 129px;
    height: 43px;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .bilets__btn {
    font-size: 18px;
    width: 200px;
    height: 60px;
    margin: 45px 0;
  }
}
.bilets__btn:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */

a.bilets__btn {
  line-height: 75px;
  text-decoration: none;
}
@media screen and (max-width: 620px) {
  a.bilets__btn {
    line-height: 43px;
  }
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  a.bilets__btn {
    line-height: 60px;
  }
}
