.svg-icon-bg.help {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.16667 0C3.20867 0 0 3.20867 0 7.16667C0 11.1247 3.20867 14.3333 7.16667 14.3333C11.1247 14.3333 14.3333 11.1247 14.3333 7.16667C14.3333 3.20867 11.1247 0 7.16667 0ZM1 7.16667C1 5.644 1.552 4.25 2.46667 3.174L4.602 5.30867C4.20976 5.84868 3.99898 6.49923 4 7.16667C3.99898 7.8341 4.20976 8.48465 4.602 9.02467L2.46667 11.1593C1.51716 10.046 0.99697 8.6299 1 7.16667ZM5.30867 4.602L3.174 2.46667C4.28733 1.51716 5.70343 0.99697 7.16667 1C8.68933 1 10.0833 1.552 11.1593 2.46667L9.024 4.602C8.48417 4.20989 7.83387 3.99912 7.16667 4C6.49923 3.99898 5.84868 4.20976 5.30867 4.602ZM3.174 11.8667C4.28733 12.8162 5.70343 13.3364 7.16667 13.3333C8.6299 13.3364 10.046 12.8162 11.1593 11.8667L9.024 9.73133C8.48417 10.1234 7.83387 10.3342 7.16667 10.3333C6.49923 10.3344 5.84868 10.1236 5.30867 9.73133L3.174 11.8667ZM9.73133 9.024L11.8667 11.1593C12.8162 10.046 13.3364 8.6299 13.3333 7.16667C13.3364 5.70343 12.8162 4.28733 11.8667 3.174L9.73133 5.30867C10.1236 5.84868 10.3344 6.49923 10.3333 7.16667C10.3344 7.8341 10.1236 8.48398 9.73133 9.024ZM5 7.16667C5 6.59203 5.22827 6.04093 5.6346 5.6346C6.04093 5.22827 6.59203 5 7.16667 5C7.7413 5 8.2924 5.22827 8.69873 5.6346C9.10506 6.04093 9.33333 6.59203 9.33333 7.16667C9.33333 7.7413 9.10506 8.2924 8.69873 8.69873C8.2924 9.10506 7.7413 9.33333 7.16667 9.33333C6.59203 9.33333 6.04093 9.10506 5.6346 8.69873C5.22827 8.2924 5 7.7413 5 7.16667Z' fill='%23000000'/%3e%3c/svg%3e");
}
.page-main-column {
  background-color: var(--bg-column);
}
.molding {
  padding: 20px;
}
.site-subsection-nav .balance-info {
  font: bold 1.2rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.site-subsection-nav .balance-info a {
  color: var(--main-text-color);
}
.site-subsection-nav .dropdown {
  margin-right: 20px;
  height: 100%;
  &:hover .dropdown-menu {
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
  }
  & .svg-icon-bg {
    width: 14px;
    height: 14px;
    background-size: 100%;
    margin-left: 5px;
  }
  &:hover .svg-icon-bg {
    transform: rotate(180deg);
  }
}

.site-subsection-nav .btn {
  padding: 0 12px;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  font-size: 1.1rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.site-subsection-nav .dropdown-menu {
  overflow: hidden;
  padding: 0;
  border: none;
  min-width: auto;
  transform: translate(-50%,0);
}
.site-subsection-nav .dropdown-menu>li>a {
  padding: 10px 20px;
}
.site-subsection-nav .dropdown-toggle {
  cursor: default;
}

.bonus-promo-entry {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.bonus-promo-entry .item {
  margin: 10px 0 20px;
  color: #555;
  display: block;
  padding: 20px 0 0;
  height: 150px;
  width: 150px;
  border-radius: 100%;
}
.bonus-promo-entry .title {
  margin: 10px 10px 0;
  font: bold 1.4rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.bonus-promo-entry a:hover {
  color: var(--main-color);
}
.bonus-promo-entry .icomoon {
  font-size: 7rem;
  color: var(--main-color);
  transition: color .2s ease-out;
}

.bonus-promo-entry a:hover .icomoon {
  color: var(--main-color);
}

.bonus-promo-entry a:focus {
  text-decoration: none;
}

.bonus-promo-entry a:active .icomoon {
  color: #e4e4e4;
}
.bonus-list-heading {
  margin: 40px 0 20px 0;
  font-family: "Roboto Condensed","Arial Narrow", Arial, Helvetica, sans-serif;
}

.bonus-prize-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.bonus-prize-list .item {
  padding: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  position: relative;
  border-radius: 4px;
  background-color: var(--bg-card);
  display: flex;
  flex-direction: column;
}
.bonus-prize-list .item .list {
  height: 100%;
}
.bonus-prize-list .item:hover {
  color: inherit;
}
.bonus-prize-list .item .header {
  margin: 0 0 10px 0;
  color: var(--text-primary);
  font: bold 1.6rem/1.2 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
}
.bonus-prize-list .item .footer {
  margin-top: auto;
  padding-top: 10px;
}
.bonus-prize-list .image-container {
  margin-bottom: 20px;
}
.bonus-open {
  font: normal 1.2rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  color: #666
}

.bonus-open .rail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: var(--border-base);
  overflow: hidden;
}

.bonus-open .percent {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: url(../img/ui/bonus-gradient.png) no-repeat 0 0;
  z-index: 1;
}
.level-1  .bonus-open {
  color: var(--main-text-color);
}
.level-2  .bonus-open {
  color: #b30024;
}
.level-3 .bonus-open {
  color: #cd0a0a;
}
.level-3  .percent:after {
  content: '';
  position: absolute;
  right:-3px;
  top:0;
  width: 3px;
  height: 3px;
  background-color: #ffd000;
  border-radius: 100%;
  box-shadow: rgb(255 208 0 / 70%) 0 0 7px 3px
}
.bonus-prize-list img {
  height: auto;
}
.bonus-prize-list .item a {
  text-decoration: none
}

.bonus-prize-list .price {
  font: bold 2.2rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  color: var(--text-primary);
  margin-bottom: 5px;
}
.section .bonus-prize-list .item {
  margin-bottom: 0;
}
.bonus-prize-list .btn {
  border-radius: 4px;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
  margin-top: 20px;
  background-color: var(--bg-button-secondary);
  color: var(--text-primary);
  padding: 8px 15px;
  display: block;
  transition-property: background-color;
  transition-duration: 500ms;
}

.bonus-prize-list .item:hover .btn {
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
  color: #eee;
  background-color: var(--main-color);
}
.bonus-prize-list .coming.btn,
.bonus-prize-list .item:hover .coming.btn {
  background: #0557c7;
  color: #fff;
}

.bonus-prize-list .item a:active,
.bonus-prize-list .item a:focus {
  outline: 0;
}
.prize-promo-box {
  padding: 30px 20px 30px 440px;
  min-height: 200px;
  border-radius: 20px;
  margin: 0 0 40px 0;
  background: var(--bg-card) url("../img/bonus-landing-01.png") no-repeat 150px center;
  background-size: contain;
  color: var(--text-primary);
  word-break: break-word;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.prize-promo-box .heading {
  text-transform: uppercase;
  margin: 10px 0;
  font: bold 2rem "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.prize-promo-box a {
  color: var(--main-text-color)
}
.prize-promo-box a:hover {
  text-decoration: underline;
}
.bonus-prize-old-price {
  text-decoration: line-through;
  color: #aaa;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
}
.bonus-prize .icon-rouble {
  font-weight: normal;
  font-size: 1.6rem;
}

.bonus-nav {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.prize-nav {
  display: flex;
  gap: 12px;
  margin: 0 0 40px;
  justify-content: space-between;
}
.prize-nav .item {
  background-color: var(--bg-button-primary);
  white-space: nowrap;
  border-radius: 4px;
  padding: 10px;
  font: bold 1.4rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  width: -moz-available;
  width:-webkit-fill-available;
  text-align: center;
}
.prize-nav .item:hover {
  background-color: #919191;
  color: #eee;
}
.prize-nav .item.active {
  color: #fff;
  background-color:  #b31919;
  cursor: default;
}
.prize-top {
  display: grid;
  background-color: var(--bg-card);
  padding: 20px;
  border-radius: 10px;
  grid-template-columns: 540px 1fr;
  gap: 20px;
}
.prize-top + .alert{
  margin: 15px 0 0;
}
.prize-section {
  margin-bottom: 60px;
}
.prize-special-message {
  margin: 0 0 5px 0;
  padding: 10px 20px;
  font-size: 1.4rem;
  border-radius: 5px;
  grid-column: span 2;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background-color: #ffd971;
  & .content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    color: #60380c;
  }
  & .title {
    font-size: 1.6rem;
    margin-bottom: 3px;
    font-weight: bold;
  }
  & .btn {
    background-color: #dba100;
    border: none;
    color: #000;
    & .svg-icon-bg {
      filter: none !important;
    }
  }
  & svg {
    max-width: 36px;
  }
}
.prize-gallery {
  flex-shrink: 0;
  position: relative;
}
.prize-aside .tags-list {
  display: flex;
  gap: 5px;
}
.prize-aside .tag {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: var(--bg-button-primary);
  color: var(--text-primary);
  margin-top: 4px;
}
.prize-aside .prize-header {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-base);
}
.prize-aside .prize-title {
  font-size: 3rem;
  display: inline;
}
.marks {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.mark {
  display: inline-block;
  background-color: transparent;
  padding: 5px 10px;
}
.mark-1 {
  background-color: #0557c7;
  color: #fff;
  margin-left: 5px;
}
.prize-win-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
}
.prize-chances {
  margin-right: 20px;
}
.prize-chances .bonus-open {
  min-width: 215px;
}
.prize-chances .value {
  font: bold 2.2rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
}
.prize-chances .bonus-open {
  margin: 5px 0 0 0;
}
.prize-win-container .btn-extra {
  min-height: 48px;
  font: bold 1.8rem/1 "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  padding-left: 50px;
  padding-right: 50px;
}
.prize-off {
  margin-left: auto;
  font-size: 1.6rem;
  color: #b31919;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.bonus-off {
  font-size: 1.4rem;
  margin-left: auto;
}
.prize-short-description {
  font: normal 1.5rem/1.6 Arial, Helvetica, sans-serif;
  margin: 10px 0;
}
.prize-short-description p {
  margin: 10px 0 0 0;
  font: normal 1.3rem/1.5 Arial, Helvetica, sans-serif;
}
.prize-important-description {
  background-color: var(--bg-content-highlite);
  padding: 10px 15px;
  margin: 10px 0;
  font-weight: bold;
}
.prize-full-description {
  font-size: 1.5rem;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--bg-card);
}
.prize-full-description .prize-text-heading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.prize-section-heading {
  text-align: center;
  margin: 0 0 40px;
  text-transform: uppercase;
  font: bold 2.2rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif ;
}
.prize-text-block {
  margin-bottom: 40px;
}
.prize-full-description a, .prize-aside a {
  color: #337ab7;
}
.prize-full-description a:hover, .prize-aside a:hover {
  color: #b31919;
}
.prize-winners-list-active td {
  font-weight: bold;
}
.prize-winners {
  color: #787878;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prize-winners .item {
  color: #787878;
  font-size: 1.1rem;
  flex-basis: 90px;
  text-align: center;
  margin: 0 10px 30px;
}
.prize-winners .avatar-image {
  border-radius: 100%;
  background-color: #aaa;
  margin-bottom: 5px;
}
.prize-section-separator {
  margin: 0 -20px 40px;
  height: 10px;
  background-color: var(--bg-accent);
  box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset, 0 -2px 2px rgba(0,0,0,0.1) inset;
}

.bonus-promo-page .section {
  padding: 40px 0 80px;
  font: normal 1.4rem/1.5 Arial, sans-serif;
}

.bonus-promo-page .section-footer {
  text-align: center;
  padding-top: 30px;
  clear: both;
}

.bonus-promo-page .flex-item {
  margin: 10px 10px 40px;
  background-color: var(--bg-card);
  padding: 20px;
  flex-basis: calc(33.3333% - 10px);
  font-size: 1.4rem;
  text-align: center;
}

.bonus-promo-page .games-icons {
  padding: 20px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bonus-promo-page .games-icons img {
  margin: 5px;
}

.bonus-promo-page .section .heading {
  font: normal 3rem "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  margin-bottom: 70px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.bonus-promo-page .section .title {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: -20px;
}

.bonus-promo-page .subtitle {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font: normal 2.2rem "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  margin-bottom: 10px;
}

.bonus-promo-page .subheading .icon {
  font-size: 4rem;
  color: #666;
}

.bonus-promo-page .subtitle:after {
  content: "";
  height: 2px;
  background-color: #666;
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
}
.bonus-promo-page .description {
  font-size: 1.6rem;
  margin: 0 60px 20px;
  text-align: center;
}
.bonus-promo-page .intro {
  padding: 40px 100px;
  background-color: #f6f6f6;
  font: bold 1.4rem/1.5 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.bonus-promo-page .intro a {
  color: #b31919;
}
.bonus-promo-page .intro a:hover {
  color: #b31919;
  text-decoration: underline;
}
.bonus-spend-statistics {
  margin: 30px 0 70px;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.bonus-spend-statistics img {
  margin-bottom: 10px
}
.bonus-spend-statistics .item {
  margin: 0 10px 20px;
  overflow: hidden;
  flex-basis: calc(25% - 20px);
  border: none;
}

.bonus-spend-statistics .image-container {
  margin: 0 auto 10px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bonus-spend-statistics .image-container:last-child
{
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 180px;
}
.bonus-spend-statistics .item img {
  max-width: none;
}
.bonus-spend-statistics .item:last-child .image-container {
  display: flex;
  color: #b31919;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bonus-spend-statistics .item:last-child .text {
  margin: 0;
}
.bonus-spend-statistics .short-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 120%;
}
.bonus-promo-page .alert-info {
  font-size: 1.4rem
}
.bonus-promo-page .section-btn{
  font-family: "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.offer-about {
  padding: 20px;
  background: var(--bg-card);
  margin-bottom: 40px;
  border: 1px solid var(--border-base);
}

.offer-about-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.offer-about .item {
  flex-basis: 33.333333%;
  text-align: center;
  font: normal 2rem "Roboto Condensed","Arial Narrow", Arial, sans-serif;
}

.offer-about .icon {
  font-size: 1.8rem;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff;
  background-color: #b31919;
  border-radius: 100%;
  padding: 12px;
}

.offer-list {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.offer-list .offer-item {
  width: calc(100% / 3 - (12px * 2 / 3));
  background-color: var(--bg-card);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  border-radius: 8px;
  overflow: hidden;

}
.offer-item-img-holder {
  position: relative;
}
.offer-list  .offer-item-status {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(0,0,0,0.75);
  color:#fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.offer-list  .offer-item-status .icon {
  width: 80px;
  height: 80px;
}
.offer-list  .offer-item-status svg {
  max-width: 100%;
  max-height: 100%;
}
.offer-list  .offer-item-status svg path{
  fill: #fff;
}
.offer-list  .offer-item-status .title {
  font: bold 1.4rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.offer-list .offer-item img {
  height: auto;
}
.offer-item-list-bottom {
  padding: 20px 20px 24px;
  font: normal 1.4rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
}
.offer-item-list-title {
  font: bold 2.2rem/1 "Roboto Condensed","Arial Narrow", Arial, sans-serif;
  margin: 0 0 12px 0;
}
.offer-item-list-difficult {
  margin-top: 8px;
}
.offer-item-list-difficult .item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a5a5a5;
  border-radius: 100%;
}
.offer-item-list-difficult .item.active {
background-color: #b31919;
}
.offer-item {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.offer-step {
  width: calc(100% / 4 - (26px * 3 / 4));
  min-height: 280px;
  
}
.offer-header {
  margin-bottom: 20px;
  font-size: 1.6rem;
  margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  & .offer-title {
    font-size: 2.8rem;
  }
  & .arrow-right {
    transform: rotate(180deg);
  }
  & .subtitle {
    font-size: 1.6rem;
    background: var(--bg-content-highlite);
    padding: 5px 10px;
    border-radius: 5px;
  }
  .breadcrumbs {
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    & a {
    text-decoration: underline;
    display: inline-flex;
    gap: 5px;
    align-items: center;
  }
  }
}
.offer-description {
  background-color: var(--bg-accent);
  padding: 20px;
  margin: 20px 0;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  display: flex;
  gap: 15px;
  & .glyphicon {
    font-size: 2rem;
  }
}
.offer-step-conditions {
  counter-increment: section;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 30px 20px;
  background-color: var(--bg-content-highlite);
  min-height: 100px;
  height: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  &.offer-step-conditions::before {
    content: counter(section);
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--bg-accent);
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
  }
  &.offer-step-conditions.payment::before {
    background-color: #b31919;
  }
  & .form-group {
    margin-bottom: 10px;
  }
  & button {
    display: block;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    font-size: 1.6rem;
  }
  & input {
    width: 100%;
  }
  & .status-marker {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px 10px;
    font-size: 1.4rem;
    border-radius: 10px;
    line-height: 1;
    &.pending {
      background-color: #444;
      color: #fff;
    }
    &.completed {
      background-color: #006d14;
      color: #fff;
    }
    &.rejected {
      background-color: #ff0000;
      color: #fff;
    }
  }
  &.payment {
    background-color: #920101;
    background-image: url(../img/quests-stars-bg.png);
    background-position: center center;  
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    & .hint {
      margin-bottom: 20px;
    }
    & button {
      background-color: #fff;
      color: #920101;
      font-size: 1.6rem;
      border-radius: 30px;
      font-weight: bold;
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
      & .svg-icon-bg {
        width: 20px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.5 13C19.0899 13 22 12.1046 22 11C22 9.89543 19.0899 9 15.5 9C11.9101 9 9 9.89543 9 11C9 12.1046 11.9101 13 15.5 13Z' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 15.5C22 16.605 19.09 17.5 15.5 17.5C11.91 17.5 9 16.605 9 15.5' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 11V19.8C22 21.015 19.09 22 15.5 22C11.91 22 9 21.015 9 19.8V11' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.5 6C12.0899 6 15 5.10457 15 4C15 2.89543 12.0899 2 8.5 2C4.91015 2 2 2.89543 2 4C2 5.10457 4.91015 6 8.5 6Z' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 11C4.108 10.77 2.37 10.175 2 9M6 16C4.108 15.77 2.37 15.175 2 14' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 21C4.108 20.77 2.37 20.174 2 19V4M15 6V4' stroke='%23920101' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
      }
    }
    & .offer-step-title {
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
    }
  }
  & .file-inputs {
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.2rem;
    font-family: inherit;
    background-color: var(--bg-content-highlite);
    border: none;
    border-radius: 4px;
    padding: 2px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: inline-flex;
    margin-right: 15px;
  }
  & .file-inputs:hover {
    background-color: var(--bg-content-highlite);
  }
  & .file-inputs::file-selector-button {
    background-color: var(--bg-accent);
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    margin-right: 2px;
    transition: background-color 0.2s ease;
    color: var(--color-contrast);
  }
  & .file-inputs:hover::file-selector-button {
    background-color: var(--bg-content-highlite);
  }
}

.offer-item-conditions a {
  color: #b31919;
  text-decoration: underline;
}
.offer-header-content .btn {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
}

.offer-header-content h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.offer-header-content .h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.offer-step-award {
  margin: 0 40px 0 0;
  color: #666;
  flex-basis: 15%;
  align-self: center;
  flex-shrink: 0;
}
.offer-step-award .title {
  font-size: 2rem;
  font-weight: bold;
}


.offer-step-num {
  flex-basis: 5%;
  flex-shrink: 0;
}
.offer-step-num .value {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 38px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.offer-step-num .glyphicon {
  margin-left: 2px;
}
.offer-step-qest-sign {
  font: bold 2.8rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.offer-step-text {
  font-size: 1.6rem;
}
.offer-step-text a {
  color: (--main-text-color);
  text-decoration: underline;
}
.offer-step-text a:hover {
  color: #ff0000;
}
.completed .offer-step-num {
  color: #398439
}
.notactive .offer-step-award, .notactive .offer-step-num, .notactive .offer-step-text {
  color: #aaa
}

.exchange-form .item-description {
  padding: 0 0 10px 20px;
  font: normal 1.2rem/1.5 Arial, sans-serif;
  color:  var(--text-primary);
}
.exchange-form .item-description .logo {
  margin-bottom: 10px;
}
.article-content {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--text-primary);
  font-family: Arial, Helvetica, sans-serif;
  word-break: break-word;
}
.article-content h3 {
  margin-top: 4rem;
}
.prize-of-day {
  display: flex;
  align-items: center;
  padding: 30px;
  background: no-repeat url(../img/prize-of-day-bg.png) left top;
  background-size: cover;
}
.prize-of-day > div:first-child {
  flex-basis: 40%;
  text-align: center;
}
.prize-of-day > div:nth-child(2) {
  flex-basis: 60%;
  color: #fff;
  padding-left: 50px;
}
.prize-of-day .title {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  font: bold 2.6rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.prize-of-day .sub-title {
  font: bold 1.6rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.prize-of-day .prize-name {
  font: bold 1.8rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.prize-of-day .footer {
  margin-top: 8px;
}

.prize-of-day .button {
  padding: 12px 20px 10px;
  background: #fff;
  color: #841e2b;
  display: inline-block;
  border-radius: 4px;
  font: bold 1.8rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.prize-of-day .img-holder {
  display: inline-block;
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 16px;
}
.prize-of-day .price {
  color: #fff;
  margin-bottom: 12px;
  font: bold 2rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.prize-of-day  .bonus-prize-old-price {
  color: #afafaf;
  margin: 0;
}
.prize-of-day .percent {
  margin-left: 10px;
}

.bonus-prize-list .item  .mark {
  background-color: #0557c7;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.bonus-prize-list .item  .mark-2 {
  background: rgb(255,146,87);
  background: linear-gradient(90deg, rgba(255,146,87,1) 0%, rgba(253,50,94,1) 50%, rgba(195,55,169,1) 100%);
}
@media (max-width: 1280px) {
  .prize-win-container {
    display: block;
  }
  .prize-win-container .btn {
    display: block;
    margin: 10px auto 0;
  }
}

@media (max-width: 1000px) {
  .offer-list .offer-item {
    flex-basis: calc(33.333333% - 20px);
  }
}

@media (max-width: 980px) {
  .offer-step {
    margin: 0 auto;
    width: 100%;
    min-height: 180px;
  }
  .prize-aside {
    padding: 20px 0 0 0;
  }
  .prize-top {
    display: block;
  }

  .bonus-prize-list .item {
    flex-basis: calc(33% - 20px);
  }
  .bonus-spend-statistics .item {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .navbar-header {
    box-shadow: none;
  }
  .bonus-promo-page .intro {
    padding: 20px;
  }
  .prize-promo-box {
    padding: 0;
    background-image: none;
  }
  .bonus-nav {
    padding: 0 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  .bonus-prize-list {
    display: block;
  }
  .prize-nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  .bonus-prize-list .item  {
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }
  .bonus-prize-list .item .header {
    margin: 10px 20px;
    font-size: 2rem;
  }
  .bonus-prize-list .item .footer {
    padding: 0 20px 20px;
  }
  .bonus-spend-statistics {
    display: block;
  }
  .bonus-spend-statistics .item {
    display: block;
  }
  .offer-about .item {
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .offer-list .offer-item {
    flex-basis: 100%;
  }
  .prize-of-day {
    display: block;
  }
  .prize-of-day > div:nth-child(2) {
    padding: 20px 0 0 0;
  }
  .prize-nav {
    overflow: auto;
  }
  .site-subsection-nav .dropdown {
    margin: 0;
  }
  .bonus-prize-list .btn {
    background-color: #b31919;
    color: #fff
  }
  .level-1 .bonus-open {
    color: #ff0000;
  }
  .prize-special-message {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
  .page-main-column {
    padding: 20px !important;
  }
}
