.tpl .tpl-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  margin-top: 0.875rem;
  font-size: 12px;
}
.tpl .tpl-safety svg {
  fill: currentColor;
  width: 10px;
  height: 14px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-safety {
    font-size: 10px;
    margin-top: 10px;
  }
}
.tpl .tpl-decor {
  position: relative;
  z-index: 1;
}
.tpl .tpl-decor-border {
  border: 2px solid #5b3baf;
  border-radius: 20px;
  position: absolute;
  width: 221px;
  height: 339px;
  display: block;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-decor-border {
    border-width: 1px;
  }
}
.tpl .tpl-decor-waves {
  position: absolute;
  width: 224px;
  height: 111px;
  display: block;
  z-index: -1;
}
.tpl .tpl-decor-waves svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ffe242;
  stroke-width: 4px;
  stroke-miterlimit: 10;
  stroke-linecap: round;
}
.tpl .tpl-marquee {
  margin-top: 4.75rem;
  background-color: #ffe242;
  text-align: center;
  height: 70px;
  overflow: hidden;
  padding: 1rem 15px;
  font: 1.75rem "NotoSans-Medium", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-marquee {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-marquee {
    margin-top: 3.5rem;
    padding: 12px 15px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-marquee {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.tpl .tpl-marquee__inner {
  will-change: transform;
  height: 100%;
}
.tpl .tpl-marquee__init {
  height: 100%;
  overflow: hidden;
}
.tpl .tpl-marquee__init p {
  margin-bottom: 1rem;
}
.tpl .tpl-marquee__init p:last-child {
  margin-bottom: 0;
}
.tpl .tpl-marquee__init .tpl-js-marquee-wrapper {
  overflow: hidden;
}
.tpl .tpl-marquee [data-direction="left"] .tpl-js-marquee *,
.tpl .tpl-marquee [data-direction="right"] .tpl-js-marquee * {
  display: inline-block;
  white-space: nowrap;
}
.tpl .tpl-marquee__gutters {
  overflow: hidden;
  height: 100%;
}
.tpl .tpl-marquee__attention {
  border-radius: 20px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 526px;
  padding: 10px 1rem 10px 58px;
  height: 40px;
  font-size: 0.875rem;
  line-height: 1.6;
  position: relative;
}
.tpl .tpl-marquee__attention:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fefff9;
}
.tpl .tpl-marquee__attention:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d92828;
  -webkit-animation: pulse 2.5s linear infinite;
  animation: pulse 2.5s linear infinite;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-marquee__attention {
    font-size: 12px;
    text-align: left;
    padding: 0.5rem 15px 0.5rem 3rem;
  }
  .tpl .tpl-marquee__attention:before {
    left: 15px;
  }
  .tpl .tpl-marquee__attention:after {
    left: 20px;
  }
  .tpl .tpl-marquee__attention p {
    margin-bottom: 15px;
  }
}
.tpl .notice-image img {
  width: 100px;
}
.tpl .notice-data {
  padding-right: 13px;
}
@media only screen and (max-width: 480px) {
  .tpl .notice-data {
    padding-top: 10px;
    padding-right: 0;
  }
}
.tpl .tpl-sect__offers-heading {
  padding-top: 2.625rem;
  padding-bottom: 6.875rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__offers-heading {
    padding-top: 1.5rem;
    padding-bottom: 2.75rem;
  }
}
.tpl .tpl-offers-heading {
  background-color: #fefff9;
  border-radius: 15px;
  position: relative;
  padding: 1.5rem 0 3.5rem 2.5rem;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offers-heading {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-heading {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-offers-heading {
    padding: 1.5rem 10px 2rem 10px;
  }
}
.tpl .tpl-offers-heading__text {
  max-width: calc(100% - (490px + 4rem));
  font-size: 1.25rem;
}
.tpl .tpl-offers-heading__text h1,
.tpl .tpl-offers-heading__text h2 {
  font: 2rem "MerriweatherSans-Bold", "NotoSans-Bold", sans-serif;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.tpl .tpl-offers-heading__text hr {
  border: none;
  height: 1px;
  border-radius: 15px;
  background-color: #7c7c7c;
  margin-bottom: 1.25rem;
}
.tpl .tpl-offers-heading__text p {
  margin-bottom: 15px;
}
.tpl .tpl-offers-heading__text ul {
  margin-bottom: 15px;
}
.tpl .tpl-offers-heading__text ul li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 1.25rem;
}
.tpl .tpl-offers-heading__text ul li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #5b3baf;
  position: absolute;
  left: 0;
  top: 7px;
}
.tpl .tpl-offers-heading__text ul li svg {
  display: block;
  width: 22px;
  height: 20px;
  fill: #ffe242;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 4px;
}
.tpl .tpl-offers-heading__text :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-offers-heading__text {
    max-width: calc(100% - (370px + 4rem));
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offers-heading__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-heading__text {
    font-size: 14px;
    line-height: 1.4;
  }
  .tpl .tpl-offers-heading__text h1,
  .tpl .tpl-offers-heading__text h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .tpl .tpl-offers-heading__text hr {
    margin-bottom: 1.125rem;
  }
  .tpl .tpl-offers-heading__text ul {
    margin-bottom: 14px;
  }
  .tpl .tpl-offers-heading__text ul li {
    margin-bottom: 14px;
    padding-left: 35px;
  }
  .tpl .tpl-offers-heading__text ul li:before {
    top: 2px;
  }
  .tpl .tpl-offers-heading__text ul li svg {
    top: -2px;
  }
  .tpl .tpl-offers-heading__text p {
    margin-bottom: 14px;
  }
}
.tpl .tpl-offers-heading__img {
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  width: 330px;
  padding-right: 22px;
  z-index: 1;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tpl .tpl-offers-heading__img .tpl-decor-border {
  right: 0;
  width: 232px;
  height: 325px;
  top: 53px;
}
.tpl .tpl-offers-heading__img img {
  display: block;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offers-heading__img {
    display: none;
  }
}
.tpl .tpl-sect__offers .tpl-sect-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__offers .tpl-sect-title {
    font-size: 1.25rem;
  }
}
.tpl .tpl-sect__offers .tpl-ads:first-child {
  margin-bottom: 4rem;
}
.tpl .tpl-offers-top {
  padding: 3.5rem 0;
  background-color: rgba(255, 226, 66, 0.2);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-top {
    padding: 2.75rem 0;
  }
}
@media only screen and (min-width: 575px) {
  .tpl .tpl-offers-top .tpl-ads {
    margin-bottom: 0 !important;
  }
}
.tpl .tpl-offers-top .tpl-offer {
  text-decoration: none;
}
.tpl .tpl-offers-top .tpl-offer__wrapper {
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-top .tpl-offer__wrapper {
    width: 100%;
  }
}
.tpl .tpl-offers-top .tpl-offer__content {
  height: 100%;
  -webkit-box-shadow: 0px 8px 8px rgba(73, 47, 140, 0.1);
  box-shadow: 0px 8px 8px rgba(73, 47, 140, 0.1);
}
.tpl .tpl-offers-top .tpl-offer__status {
  background-color: rgba(91, 59, 175, 0.2);
}
.tpl .tpl-offers-top .tpl-offer .tpl-btn {
  background-color: #5b3baf;
  color: #fefff9;
}
.tpl .tpl-offers-top .tpl-offer .tpl-btn svg {
  fill: #fefff9;
}
.tpl .tpl-offers-top .tpl-offer:hover .tpl-btn {
  background-color: #ffe242;
  color: #111111;
}
.tpl .tpl-offers-top .tpl-offer:hover .tpl-btn svg {
  fill: currentColor;
}
.tpl .tpl-offers .tpl-ads:not(:empty) {
  min-height: 100px;
  width: 100% !important;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers .tpl-ads:not(:empty) {
    margin-top: 0.25rem;
    margin-bottom: 2rem;
  }
}
.tpl .tpl-offers-others .tpl-ads:not(:empty) {
  min-height: 100px;
  width: 100% !important;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-others .tpl-ads:not(:empty) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.tpl .tpl-offers-others .tpl-ads:first-child:not(:empty) {
  min-height: 100px;
  width: 100% !important;
  margin-bottom: 5rem;
}
.tpl .tpl-offers-others .tpl-ads-before-footer {
  min-height: 100px;
  width: 100% !important;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -1.75rem;
  }
}
.tpl .tpl-offer {
  display: block;
  color: #111111;
}
.tpl .tpl-offer__status {
  border-radius: 15px 15px 0 0;
  display: block;
  padding: 4px 1.875rem;
  font: 0.875rem "NotoSans-Medium", sans-serif;
  background-color: rgba(255, 226, 66, 0.6);
  max-width: 636px;
}
.tpl .tpl-offer__status + .tpl-offer__content {
  border-top-left-radius: 0;
}
.tpl .tpl-offer__content {
  display: block;
  background-color: white;
  border-radius: 20px;
  padding: 1.25rem 2.5rem 14px 2.5rem;
}
.tpl .tpl-offer__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 289px;
  margin-left: 3.5rem;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-offer__btn {
    margin-left: 1.25rem;
    max-width: 250px;
  }
}
.tpl .tpl-offer__information {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl .tpl-offer__license {
  font: 12px "NotoSans-Light", sans-serif;
  color: #7c7c7c;
  display: block;
  margin-top: 8px;
  line-height: 1;
}
.tpl .tpl-offer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 156px;
  height: 60px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.tpl .tpl-offer__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.tpl .tpl-offer__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 520px;
}
.tpl .tpl-offer__param {
  display: block;
  position: relative;
  width: 33.3333%;
  padding-right: 40px;
}
.tpl .tpl-offer__param:last-child {
  padding-right: 0;
  width: 120px;
}
.tpl .tpl-offer__param span {
  display: block;
}
.tpl .tpl-offer__param--label {
  text-transform: uppercase;
  font: 1rem "NotoSans-Bold", sans-serif;
  margin-bottom: 0.5rem;
}
.tpl .tpl-offer__param--value {
  font: 1.125rem "NotoSans-Light", sans-serif;
}
.tpl .tpl-offer__param svg {
  display: block;
  width: 14px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #5b3baf;
}
.tpl .tpl-offer:hover .tpl-btn {
  background-color: #5b3baf;
  color: #fefff9;
}
.tpl .tpl-offer:hover .tpl-btn svg {
  color: currentColor;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tpl .tpl-offer .tpl-offer__status {
    max-width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 12px;
    line-height: 1.2;
  }
  .tpl .tpl-offer .tpl-offer__status + .tpl-offer__content {
    border-top-right-radius: 0;
  }
  .tpl .tpl-offer .tpl-offer__content {
    height: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 8px 8px rgba(73, 47, 140, 0.1);
    box-shadow: 0px 8px 8px rgba(73, 47, 140, 0.1);
  }
  .tpl .tpl-offer .tpl-offer__content--row {
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .tpl .tpl-offer .tpl-offer__information {
    padding: 12px 1.25rem 1.25rem 1.25rem;
  }
  .tpl .tpl-offer .tpl-offer__information .tpl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tpl .tpl-offer .tpl-offer__btn {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .tpl .tpl-offer .tpl-offer__logo {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tpl .tpl-offer .tpl-offer__license {
    font-size: 10px;
    margin-top: 12px;
    line-height: 1.4;
  }
  .tpl .tpl-offer .tpl-offer__params {
    display: block;
  }
  .tpl .tpl-offer .tpl-offer__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 12px;
  }
  .tpl .tpl-offer .tpl-offer__param:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-offer .tpl-offer__param svg {
    display: none;
  }
  .tpl .tpl-offer .tpl-offer__param--label {
    margin-bottom: 0;
  }
}
.tpl .tpl-offer__wrapper {
  margin-bottom: 2rem;
}
.tpl .tpl-offer__wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offer__wrapper {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
    margin-bottom: 1.75rem;
  }
  .tpl .tpl-offer__wrapper:last-child {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-offers-others .tpl-offer__param {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
    margin-bottom: 0.5rem;
    display: block;
  }
  .tpl .tpl-offers-others .tpl-offer__param--label {
    display: none;
  }
  .tpl .tpl-offers-others .tpl-offer__param--value {
    font: 1rem "NotoSans-Bold", sans-serif;
  }
  .tpl .tpl-offers-others .tpl-offer__information {
    padding-bottom: 0.5rem;
  }
  .tpl .tpl-offers-others .tpl-offer__license {
    text-align: center;
  }
  .tpl .tpl-offers-others .tpl-offer__logo {
    height: 34px;
    margin-bottom: 0.5rem;
  }
  .tpl .tpl-offers-others .tpl-offers {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .tpl .tpl-offers-others .tpl-offer__wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .tpl .tpl-offers-others .tpl-offer__license {
    font-size: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-offers-others .tpl-offer__param {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tpl .tpl-offers-others .tpl-offer__param--label {
    display: block;
  }
  .tpl .tpl-offers-others .tpl-offer__param--value {
    font: 1.125rem "NotoSans-Light", sans-serif;
  }
  .tpl .tpl-offers-others .tpl-offer__information {
    padding-bottom: 1.25rem;
  }
  .tpl .tpl-offers-others .tpl-offer__logo {
    height: 60px;
    margin-bottom: 12px;
  }
  .tpl .tpl-offers-others .tpl-offer__wrapper {
    width: 100%;
  }
  .tpl .tpl-offers-others .tpl-offer__license {
    font-size: 10px;
    text-align: left;
  }
}
.tpl .tpl-offer .tpl-offer__license-ads {
  display: block;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.25);
  text-align: right;
  line-height: 1.1;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-offer .tpl-offer__license-ads {
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
    margin-top: 6px !important;
  }
}
@media only screen and (max-width: 360px) {
  .tpl .tpl-offer .tpl-offer__license-ads {
    font-size: 6px;
  }
}
.warning-sing {
  margin-top: 5rem;
}
