@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Mail Ray Stuff";
  font-weight: 400;
  src: url("../font/mail-ray-stuff/mail-ray-stuff.ttf");
}
.new-year-performance-banner {
  position: relative;
  overflow: visible hidden;
  font-family: "Montserrat", sans-serif;
  margin-inline: auto;
  max-width: 350px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner {
    padding-inline: 30px;
    padding-top: 30px;
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner {
    padding-top: 70px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner {
    padding-inline: 50px;
    padding-top: 60px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner {
    max-width: 1380px;
  }
}
.new-year-performance-banner::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner::after {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../image/card-elements.webp);
    content: "";
    top: 0;
    height: auto;
    aspect-ratio: 1.3;
    left: -16px;
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .new-year-performance-banner::after {
    top: 18px;
    left: -44px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .new-year-performance-banner::after {
    top: 74px;
    left: -56px;
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .new-year-performance-banner::after {
    top: 18px;
    left: -56px;
    width: 884px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .new-year-performance-banner::after {
    top: -12px;
    left: -76px;
    width: 1060px;
  }
}
.new-year-performance-banner__content {
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: cover;
  background-image: url(../image/card-bg-mobile.webp);
  color: #fff;
  border-radius: 50px;
  padding-inline: 16px;
  padding-block: 26px 180px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__content {
    padding: 28px;
    border-radius: 70px;
    background-image: url(../image/card-bg-desktop.webp);
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__content {
    padding: 40px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner__content {
    padding: 50px;
    border-radius: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__content {
    border-radius: 129px;
    padding: 60px;
  }
}
.new-year-performance-banner__content_body {
  position: relative;
  z-index: 2;
}
.new-year-performance-banner__title {
  margin: 0;
  font-family: "Mail Ray Stuff", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  font-size: 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .new-year-performance-banner__title {
    text-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__title {
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__title_first {
    text-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    font-size: 58px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__title_first {
    font-size: 77px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__title_first {
    font-size: 96px;
  }
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__title_second {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__title_second {
    font-size: 53px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__title_second {
    font-size: 64px;
  }
}
.new-year-performance-banner__title_third {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__title_third {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__title_third {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__title_third {
    font-size: 32px;
  }
}
.new-year-performance-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.new-year-performance-banner__actions button{
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__actions {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__actions {
    gap: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__actions {
    gap: 36px;
  }
}
.new-year-performance-banner__btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  background: transparent;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  aspect-ratio: 4.3;
  width: 168px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner__btn {
    font-size: 16px;
    width: 215px;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner__btn {
    font-size: 18px;
    width: 255px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner__btn {
    font-size: 21px;
    width: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner__btn {
    font-size: 25px;
    width: 337px;
  }
}
@media (hover: hover) {
  .new-year-performance-banner__btn:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
.new-year-performance-banner__btn:active, .new-year-performance-banner__btn:focus {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.new-year-performance-banner__btn--detail {
  border-color: #fff;
  background: #ff4747;
}
@media (hover: hover) {
  .new-year-performance-banner__btn--detail:hover {
    border-color: #ff4747;
    background: #fff;
    color: #ff4747;
  }
}
.new-year-performance-banner__btn--detail:active, .new-year-performance-banner__btn--detail:focus {
  border-color: #ff4747;
  background: #fff;
  color: #ff4747;
}
.new-year-performance-banner__btn--buy-ticket {
  border-color: #26b324;
  background: #26b324;
}
@media (hover: hover) {
  .new-year-performance-banner__btn--buy-ticket:hover {
    background: #fff;
    color: #26b324;
  }
}
.new-year-performance-banner__btn--buy-ticket:active, .new-year-performance-banner__btn--buy-ticket:focus {
  background: #fff;
  color: #26b324;
}

.new-year-performance-banner-modal {
  font-family: "Montserrat", sans-serif;
}
.new-year-performance-banner-modal__container {
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner-modal__container {
    padding-inline: 50px;
    max-width: 900px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner-modal__container {
    max-width: 1380px;
  }
}
.new-year-performance-banner-modal__content {
  color: #fff;
}
.new-year-performance-banner-modal__title {
  margin: 0;
  font-family: "Mail Ray Stuff", sans-serif;
  line-height: 1.1;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner-modal__title {
    white-space: nowrap;
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner-modal__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal__title {
    font-size: 70px;
  }
}
.new-year-performance-banner-modal__subtitle {
  line-height: 1.3;
  font-family: "Mail Ray Stuff", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner-modal__subtitle {
    font-size: 37px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner-modal__subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal__subtitle {
    font-size: 64px;
    margin-bottom: 60px;
  }
}
.new-year-performance-banner-modal__desc {
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  font-size: calc(12px + 20 * (100vw - 320px) / 1600);
  margin-bottom: calc(24px + 46 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal__desc {
    font-size: 32px;
    margin-bottom: 70px;
  }
}
.new-year-performance-banner-modal__desc li {
  font-size: inherit;
}
.new-year-performance-banner-modal__chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 90px;
  line-height: 1;
  padding-inline: calc(8px + 10 * (100vw - 320px) / 1600);
  height: calc(32px + 38 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal__chip {
    padding-inline: 18px;
    height: 70px;
  }
}
.new-year-performance-banner-modal__chip--danger {
  border-color: #f06;
}
.new-year-performance-banner-modal__chip--success {
  border-color: #4dff00;
}
.new-year-performance-banner-modal__chip--warning {
  border-color: #ffbf00;
}
.new-year-performance-banner-modal__btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  background: transparent;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: 600;
  color: #fff;
  margin-inline: auto;
  border-radius: 30px;
  border-color: #26b324;
  background: #26b324;
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  height: calc(40px + 38 * (100vw - 320px) / 1600);
  width: calc(240px + 283 * (100vw - 320px) / 1600);
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner-modal__btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal__btn {
    font-size: 25px;
    height: 78px;
    width: 523px;
    margin-top: 60px;
  }
}
@media (hover: hover) {
  .new-year-performance-banner-modal__btn:hover {
    background: #fff;
    color: #26b324;
  }
}
.new-year-performance-banner-modal__btn:active, .new-year-performance-banner-modal__btn:focus {
  background: #fff;
  color: #26b324;
}
.new-year-performance-banner-modal .modal-dialog {
  max-width: 100%;
  margin-inline: 0;
}
.new-year-performance-banner-modal .modal-content {
  position: relative;
  border: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../image/modal-bg.webp);
  margin-inline: auto;
  max-width: 500px;
  border-radius: 30px;
  padding-top: calc(40px + 72 * (100vw - 320px) / 1600);
  padding-bottom: calc(24px + 52 * (100vw - 320px) / 1600);
  padding-inline: calc(12px + 38 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 768px) {
  .new-year-performance-banner-modal .modal-content {
    border-radius: 50px;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .new-year-performance-banner-modal .modal-content {
    border-radius: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .new-year-performance-banner-modal .modal-content {
    padding: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .new-year-performance-banner-modal .modal-content {
    padding: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal .modal-content {
    padding: 80px;
    border-radius: 120px;
  }
}
.new-year-performance-banner-modal .btn-close {
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  background: transparent;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  top: calc(12px + 68 * (100vw - 320px) / 1600);
  right: calc(12px + 68 * (100vw - 320px) / 1600);
  width: calc(24px + 16 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .new-year-performance-banner-modal .btn-close {
    width: 40px;
    top: 80px;
    right: 80px;
  }
}
@media (hover: hover) {
  .new-year-performance-banner-modal .btn-close:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0.5;
  }
}
.new-year-performance-banner-modal .btn-close:active, .new-year-performance-banner-modal .btn-close:focus {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.5;
}
.new-year-performance-banner-modal .btn-close img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */