<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&amp;display=swap");
.promo-sale .promo-coded {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.promo-sale .promo-coded .promo-flex {
  height: 286px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  background-color: #fd673a;
}
@media (max-width: 600px) {
  .promo-sale .promo-coded .promo-flex {
    height: auto;
  }
}
.promo-sale .promo-coded .promo-flex section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90%;
  text-align: center;
}
.promo-sale .promo-coded .promo-flex section:nth-child(1) {
  width: 200px;
}
@media (max-width: 650px) {
  .promo-sale .promo-coded .promo-flex section:nth-child(1) {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .promo-sale .promo-coded .promo-flex section:nth-child(1) {
    display: none;
  }
}
.promo-sale .promo-coded .promo-flex section:nth-child(2) {
  width: calc(100% - 200px);
}
@media (max-width: 650px) {
  .promo-sale .promo-coded .promo-flex section:nth-child(2) {
    width: calc(100% - 120px);
  }
}
.promo-sale .promo-coded .promo-flex .promo-title {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: yellow;
  display: flex;
  padding-top: 0;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 2rem;
  z-index: 2;
}
@media (max-width: 650px) {
  .promo-sale .promo-coded .promo-flex .promo-title {
    line-height: inherit;
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  .promo-sale .promo-coded .promo-flex .promo-title {
    margin-top: 2rem;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.promo-sale .promo-coded .promo-flex .promo-title img {
  width: 150px;
  height: 150px;
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .promo-sale .promo-coded .promo-flex .promo-title img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  .promo-sale .promo-coded .promo-flex .promo-title img {
    width: 90px;
    height: 90px;
  }
}
.promo-sale .promo-coded .promo-flex .promo-title span {
  padding-bottom: 7px;
  text-shadow: 3px 3px 0px rgb(84, 135, 27);
}
.promo-sale .promo-coded .promo-flex .promo-buttons {
  display: flex;
  justify-content: space-evenly;
  z-index: 99999;
}
@media (max-width: 1199px) {
  .promo-sale .promo-coded .promo-flex .promo-buttons {
    margin-top: -1rem;
  }
}
@media (max-width: 600px) {
  .promo-sale .promo-coded .promo-flex .promo-buttons {
    margin-top: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.promo-sale .promo-coded .promo-flex .promo-btn {
  width: 42%;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 84) 0%, rgb(230, 218, 44) 66%);
  border: 3px solid #f4ea5d;
  text-decoration: none;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: bold;
  animation: shadowstyle2 ease-in 1.5s infinite;
  transition: all ease-in 0.3s;
  min-width: 250px;
  margin-left: 1rem;
  margin-right: 1rem;
  color: green;
}
.promo-sale .promo-coded .promo-flex .promo-btn:hover, .promo-sale .promo-coded .promo-flex .promo-btn:focus {
  animation: none;
  box-shadow: 0px 0px 0px 4px rgb(150, 214, 78);
  color: rgb(150, 214, 78);
  transition: all ease-in 0.3s;
}
@media (max-width: 1199px) {
  .promo-sale .promo-coded .promo-flex .promo-btn {
    min-width: 210px;
  }
}
@media (max-width: 600px) {
  .promo-sale .promo-coded .promo-flex .promo-btn {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    min-width: inherit;
  }
}
@keyframes shadowstyle2 {
  0% {
    box-shadow: 0px 0px 0px 0px rgb(150, 214, 78);
  }
  65% {
    box-shadow: 0px 0px 0px 0px rgb(150, 214, 78);
    color: rgb(108, 158, 50);
  }
  70% {
    box-shadow: 0px 0px 0px 4px rgb(150, 214, 78);
    color: rgb(150, 214, 78);
  }
  75% {
    box-shadow: 0px 0px 0px 4px rgb(150, 214, 78);
    color: rgb(108, 158, 50);
  }
  100% {
    box-shadow: 0px 0px 0px 4px rgb(150, 214, 78);
  }
}
.promo-sale .promo-coded h1.h-text {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  width: 100%;
  background: rgba(124, 124, 124, 0.5);
  padding: 0 0 0 0;
  text-transform: none;
  float: inherit;
  margin-top: inherit;
  margin-bottom: 0;
}

.juosta-inside {
  background: rgb(182, 50, 42);
  background: linear-gradient(0deg, rgb(182, 50, 42) 0%, rgb(218, 63, 54) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

.tag3d-1 {
  background: #fd673a !important;
  color: yellow !important;
}
.tag3d-1 .tag3d-1-span {
  color: yellow !important;
}

@media (max-width: 767px) {
  .tag3d-custom-lt .tag3d-1 span.tag3d-1-span {
    top: 8px;
    left: 0;
  }
}
.promo-circle {
  height: 20px;
  width: 20px;
  position: relative;
  margin-right: 15px;
  margin-top: 5px;
}
.promo-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #d92222;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.promo-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d92222;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.promo-blocks {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  .promo-blocks {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .promo-blocks {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.promo-blocks .promo-block {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 5rem;
  border: 2px dashed white;
  margin: 0 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .promo-blocks .promo-block {
    padding: 0 3rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .promo-blocks .promo-block {
    padding: 0 1rem;
    width: 50%;
  }
}
.promo-blocks .promo-block p {
  margin-bottom: 4px;
}
.promo-blocks .promo-block p:first-child {
  font-size: 36px;
}

.love-icon {
  width: 400px;
  height: 400px;
  transform: rotate(349deg);
  fill: #e8a399;
  z-index: 0;
  top: -40px;
  position: absolute;
}/*# sourceMappingURL=promo.css.map */</pre></body></html>