

/* Start:/local/templates/redesign/css/bonus-program.css?169953577944776*/
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"), local("PlayfairDisplay-Bold"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Bold.woff2) format("woff2"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"), local("PlayfairDisplay-Regular"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Regular.woff2) format("woff2"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"), local("PlayfairDisplay-SemiBold"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-SemiBold.woff2) format("woff2"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"), local("PlayfairDisplay-Medium"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Medium.woff2) format("woff2"),
  url(/local/templates/redesign/css/../fonts/PlayfairDisplay-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.l-club-header {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/redesign/css/../img/l-club/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 50%;
}
.l-club-header__content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  min-height: 780px;
}
h1.h1-heading.heading.l-club__title {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.l-club__logo {
  display: block;
  width: 444px;
  height: 168px;
  background-image: url(/local/templates/redesign/css/../img/l-club/L-Club.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 0;
}
.l-club__sub-title, .l-club__sub-title.heading {
  display: block;
  color: #d72e4a;
  text-transform: uppercase;
  font-family: "Halvar Breit Blk", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 14px;
}
.l-club-header__description {
  margin: 0;
  max-width: 452px;
  width: 100%;
  position: absolute;
  bottom: 92px;
  left: 40px;
}
.l-club__title-text {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  color: #fbfbfb;
}
.l-club__title {
  margin-bottom: 30px;
  font-size: 140px;
  text-transform: uppercase;
  color: #b12535;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
}
.l-club-header__badge {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-stamp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 70px;
  left: 40px;
}
.l-club-header__badge::before {
  content: "";
  display: block;
  width: 58px;
  height: 81px;
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-fruit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.l-club-popup-init {
  width: 350px;
  height: 350px;
  position: absolute;
  cursor: pointer;
}
.l-club__profit {
  position: relative;
  min-height: 810px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-club__profit::after,
.l-club__profit::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/redesign/css/../img/bonus-star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-club__profit::before {
  top: 40%;
  left: 110px;
}
.l-club__profit::after {
  bottom: 20%;
  right: 110px;
}
.l-club__profit-item {
  margin-right: 80px;
  padding: 35px 70px 80px 70px;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.l-club__profit-item:first-of-type {
  margin-top: -80px;
}
.l-club__profit-item:nth-of-type(2) {
  margin-top: auto;
  margin-bottom: -80px;
}
.l-club__profit-item:last-child {
  margin-right: 0;
}
.l-club__profit-number {
  margin-bottom: 75px;
  font-size: 140px;
  line-height: 140px;
  color: #b12535;
  text-align: center;
  text-transform: uppercase;
}
.l-club__profit-name {
  position: relative;
  margin-bottom: 140px;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: #b12535;
}
.l-club__profit-name::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url(/local/templates/redesign/css/../img/bonus-tilde.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-club__profit-text {
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #000;
}
.l-club__profit-title, .l-club__profit-title.heading {
  position: absolute;
  left: calc(50% + 270px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 460px;
  text-align: center;
  top: 100px;
  color: #b12535;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 10px;
  font-weight: 600;
}
section.l-club__profits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 120px 100px;
}

.h2-heading.heading.l-club__profits-title {
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
  flex-basis: 100%;
  margin-bottom: 90px;
}

.l-club__profits-item {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.l-club__profits-item:last-child {
  align-content: flex-end;
}

p.l-club__profits-name {
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.13;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  margin: 5px 0 19px 0;
}

.l-club__profits-text p {
  width: 400px;
  height: 140px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}

.l-club__profits-number {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 158px;
  height: 100%;
  min-height: 5px;
  margin: 0;
}
.l-club__profits-item:nth-child(2) .l-club__profits-number {
  background-image: url(/local/templates/redesign/css/../img/l-club/numbers-1.svg);
}
.l-club__profits-item:nth-child(3) .l-club__profits-number {
  background-image: url(/local/templates/redesign/css/../img/l-club/numbers-2.svg);
}
.l-club__participate {
  padding-top: 75px;
  padding-bottom: 102px;
  background-color: #b12535;
}
.l-club__participate-title.heading {
  margin-bottom: 115px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  color: #000;
}
.l-club__participate-list {
  margin-bottom: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-club__participate-item {
  position: relative;
  margin-right: 230px;
  width: 100%;
  max-width: 280px;
}
.l-club__participate-item::after {
  content: "";
  position: absolute;
  top: 37%;
  right: -210px;
  width: 250px;
  height: 85px;
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-spacer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-club__participate-item:nth-child(2)::after {
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-spacer-2.svg);
}
.l-club__participate-item:last-child {
  margin-right: 0;
}
.l-club__participate-item:last-child::after {
  display: none;
}
.l-club__participate-frame {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  height: 270px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-club__participate-text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.l-club__participate .link-button {
  position: relative;
  margin: 0 auto;
  max-width: 415px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
}
.l-club__participate .link-button:hover {
  background-color: #0009;
}
.l-club__participate .link-button::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 30px;
  height: 24px;
  background-image: url(/local/templates/redesign/css/../img/arrow--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.l-club__participate .link-button:hover::after {
  right: 35px;
}
.l-club__discounts {
  position: relative;
  background-color: #E5EAEC;
}
.l-club__discounts-wrapper {
  padding: 60px 110px 100px 110px;
}
.l-club__discounts::after {
  content: "";
  position: absolute;
  right: calc(50% - 350px);
  bottom: 60px;
  width: 100%;
  max-width: 590px;
  height: 270px;
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-wines.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.l-club__discounts-title.heading {
  margin-bottom: 197px;
  margin-left: 10px;
  text-align: left;
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 122px;
  text-transform: uppercase;
  color: #000;
}
.l-club__tables {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
.l-club__tables-item {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.l-club__tables-item::before {
  content: "";
  width: 97px;
  height: 164px;
  position: absolute;
  top: -96px;
  left: 0;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.l-club__tables-item--red::before {
  background-image: url(/local/templates/redesign/css/../img/l-club/numbers-1.svg);
}
.l-club__tables-item--blue::before {
  background-image: url(/local/templates/redesign/css/../img/l-club/numbers-2.svg);
  filter: saturate(0.08) hue-rotate(235deg) brightness(1.72);
}
.l-club__tables-item--red {
  color: #b12535;
}
.l-club__tables-item--blue {
  color: #7d858c;
}
.l-club__tables-title.heading {
  margin-bottom: 30px;
  padding-left: 50px;
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.13;
  text-align: center;
  text-transform: uppercase;
  color: #b12535;
}
.l-club__tables-item--blue .l-club__tables-title.heading {
  color: #7d858c;
}
.l-club__tables article {
  background-color: #fff;
  padding: 15px 18px;
}
.l-club__tables article div {
  background: #E5EAEC;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px 22px;
  align-items: flex-end;
}
.l-club__tables article div:first-child {
  border-bottom: 4px solid #b12635;
  padding-bottom: 10px;
  padding-top: 4px;
}
.l-club__tables article div p {
  margin: 0;
}
.l-club__tables article div:first-child p:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #9e9e9e;
}
.l-club__tables article div:first-child p:last-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
  color: #b12535;
}
.l-club__tables article div:nth-child(2n), .l-club__tables article div:first-child {
  background: #fff;
}
.l-club__tables article div:not(:first-child) p:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
}
.l-club__tables article div:not(:first-child) p:last-child {
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
  color: #b12535;
}
.l-club__tables .l-club__tables-item--blue article div:not(:first-child) p:last-child,
.l-club__tables .l-club__tables-item--blue article div:first-child p:last-child {
  color: #7D858C;
}
.l-club__tables .l-club__tables-item--blue article div:first-child {
  border-color: #7D858C;
}
.l-club__tables article section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  background: #E5EAEC;
  width: calc(100% + 36px);
  margin: 20px -18px -15px;
  padding-top: 10px;
}

.l-club__tables article section span {
  background: #fff;
  width: 100%;
  height: 0;
  display: block;
}

.l-club__tables article section span:nth-child(1) {
  height: 10px;
}

.l-club__tables article section span:nth-child(2) {
  height: 8px;
}

.l-club__tables article section span:nth-child(3) {
  height: 6px;
}

.l-club__tables article section span:nth-child(4) {
  height: 6px;
}

.l-club__tables article section span:nth-child(5) {
  height: 4px;
}

.l-club__tables-item table {
  width: 100%;
  background: #fff;
  padding: 25px 18px;
  border-collapse: separate;
}
.l-club__tables-item thead td {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 2px solid;
}
.l-club__tables-item thead td:first-child {
  color: #858585;
}
.l-club__tables-item--red thead td:first-child {
  border-color: #b12535;
}
.l-club__tables-item--blue thead td:first-child {
  border-color: #b12535;
}
.l-club__tables-item thead td:last-child {
  text-align: right;
  font-weight: 700;
}
.l-club__tables-item tbody td {
  font-size: 24px;
  padding: 40px 0;
  border-bottom: 1px dashed #7d858c;
}
.l-club__tables-item tbody tr:last-child td {
  border: none;
}
.l-club__tables-item tbody td:first-child {
  color: #000;
  text-transform: uppercase;
}
.l-club__tables-item tbody td:last-child {
  font-size: 48px;
  text-align: right;
}
/* .l-club__tables-item table::after, */
/* .l-club__tables-item table::before, */
/* .l-club__tables-title::after, */
/* .l-club__tables-title::before { */
/*   content: ""; */
/*   position: absolute; */
/*   width: 60px; */
/*   height: 60px; */
/*   background-color: #f2f2f2; */
/*   border-radius: 50%; */
/* } */
.l-club__tables-title::before {
  top: -30px;
  right: -30px;
}
.l-club__tables-title::after {
  top: -30px;
  left: -30px;
}
.l-club__tables-item table::before {
  bottom: -30px;
  left: -30px;
}
.l-club__tables-item table::after {
  bottom: -30px;
  right: -30px;
}
.l-club__checkout {
  padding: 130px 20px;
  background-image: url(/local/templates/redesign/css/../img/l-club/bonus-check-effects.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-club__checkout-title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}
.l-club__checkout-short {
  margin-bottom: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.l-club__checkout form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  flex-direction: column;
}
.l-club__checkout .main-field {
  max-width: 350px;
  height: 60px;
  border-radius: 5px 0 0 5px;
}
.l-club__checkout .link-button {
  max-width: 150px;
  height: 60px;
  border-radius: 5px 0 0 5px;
}
.l-club__checkout .main-field + .link-button,
.l-club__checkout .link-button + .main-field {
  border-radius: 0 5px 5px 0;
}
.l-club__checkout .disclaimer {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.l-club__checkout .descr {
  color: #b12635!important;
  text-shadow: 1px 1px 0 #fff5;
  max-width: 520px;
  margin: 40px auto -76px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  background: #fff9;
  border-radius: 5px;
  backdrop-filter: blur(3px) saturate(1.4);
  box-shadow: 0px 15px 40px -10px rgb(0 0 0 / 50%);
}
.l-club__checkout .descr:empty {
  display: none;
}
.l-club__catalog {
  padding: 60px 40px;
  background-color: #d0948c;
  color: #fff;
}
.l-club__catalog .main-button {
  margin: 0 auto 50px;
  max-width: 300px;
  height: 70px;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
}
.l-club__catalog .main-button:hover {
  background-color: rgb(255 255 255 / 20%);
}
.l-club__catalog-link {
  margin: 0 auto 20px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}
.l-club__catalog-link:hover {
  color: #fff;
}
.l-club__catalog .disclaimer {
  color: #000;
  text-align: center;
  max-width: 1366px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: -40px;
}
.l-club__catalog .disclaimer__link,
.l-club__catalog .disclaimer a {
  color: #000;
}
.l-club__catalog .disclaimer__link:hover,
.l-club__catalog .disclaimer a:hover {
  color: #000;
}
.l-club__check-form {
  width: 100%;
}
.l-club__check-form section {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.l-club__check-form p {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  margin: 0;
}
/* @media (max-width: 1599px) { */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/* } */
/* @media (max-width: 1440px) { */
/*   .l-club__profit::before { */
/*     left: 60px; */
/*   } */
/*   .l-club__profit::after { */
/*     right: 60px; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 335px); */
/*     bottom: 90px; */
/*     max-width: calc((100% / 2) - 50px); */
/*     background-size: contain; */
/*   } */
/* } */
/* @media (max-width: 1400px) { */
/*   .l-club__profit::before { */
/*     left: 60px; */
/*   } */
/*   .l-club__profit::after { */
/*     right: 60px; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 325px); */
/*     bottom: 90px; */
/*     max-width: calc((100% / 2) - 50px); */
/*     background-size: contain; */
/*   } */
/* } */
/* @media (max-width: 1366px) { */
/*   .l-club__profit::before { */
/*     left: 60px; */
/*   } */
/*   .l-club__profit::after { */
/*     right: 60px; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 315px); */
/*     bottom: 90px; */
/*     max-width: calc((100% / 2) - 50px); */
/*     background-size: contain; */
/*   } */
/* } */
/* @media (max-width: 1280px) { */
/*   .l-club__profit::before { */
/*     left: 30px; */
/*   } */
/*   .l-club__profit::after { */
/*     right: 30px; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 275px); */
/*     bottom: 90px; */
/*     max-width: calc((100% / 2) - 50px); */
/*     background-size: contain; */
/*   } */
/* } */
/* @media (max-width: 1200px) { */
/*   .l-club-header { */
/*     padding-top: 105px; */
/*     min-height: 500px; */
/*     background-size: cover; */
/*   } */
/*   .l-club-header__description { */
/*     max-width: 450px; */
/*   } */
/*   .l-club-header__badge { */
/*     width: 140px; */
/*     height: 140px; */
/*   } */
/*   .l-club__title { */
/*     font-size: 72px; */
/*   } */
/*   .l-club__title-text { */
/*     font-size: 18px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit::before { */
/*     top: 0; */
/*   } */
/*   .l-club__profit::after { */
/*     bottom: 60%; */
/*   } */
/*   .l-club__profit { */
/*     min-height: 710px; */
/*   } */
/*   .l-club__profit-title, .l-club__profit-title.heading { */
/*     top: 60px; */
/*   } */
/*   .l-club__participate { */
/*     padding-top: 75px; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 80px 30px 110px 30px; */
/*   } */
/*   .l-club__tables-item { */
/*     padding: 85px 30px 25px 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 275px); */
/*     bottom: 90px; */
/*     max-width: calc((100% / 2) - 50px); */
/*     background-size: contain; */
/*   } */
/* } */
/* @media (max-width: 1024px) { */
/*   .l-club-header { */
/*     padding-top: 105px; */
/*     min-height: 500px; */
/*     background-size: cover; */
/*   } */
/*   .l-club-header__description { */
/*     margin-right: 170px; */
/*     max-width: 450px; */
/*   } */
/*   .l-club-header__badge { */
/*     width: 100px; */
/*     height: 100px; */
/*   } */
/*   .l-club-header__badge::before { */
/*     width: 32px; */
/*     height: 42px; */
/*   } */
/*   .l-club__title { */
/*     font-size: 72px; */
/*   } */
/*   .l-club__title-text { */
/*     font-size: 18px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit { */
/*     padding: 0 20px; */
/*     min-height: 480px; */
/*   } */
/*   .l-club__profit-title, .l-club__profit-title.heading { */
/*     top: 40px; */
/*     left: calc(50% + 250px); */
/*   } */
/*   .l-club__profit-item { */
/*     margin-right: 40px; */
/*     padding: 30px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__profit-item:first-of-type { */
/*     margin-top: -50px; */
/*     margin-bottom: 20px; */
/*   } */
/*   .l-club__profit-item:nth-of-type(2) { */
/*     margin-bottom: -50px; */
/*   } */
/*   .l-club__profit-name { */
/*     margin-bottom: 100px; */
/*     font-size: 24px; */
/*     line-height: 30px; */
/*   } */
/*   .l-club__profit-number { */
/*     margin-bottom: 30px; */
/*   } */
/*   .l-club__profit-name::after { */
/*     top: 50px; */
/*   } */
/*   .l-club__profit-text { */
/*     font-size: 16px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit::after, */
/*   .l-club__profit::before { */
/*     width: 20px; */
/*     height: 20px; */
/*     background-size: 20px; */
/*   } */
/*   .l-club__profit::before { */
/*     top: 0; */
/*     left: 55px; */
/*   } */
/*   .l-club__profit::after { */
/*     bottom: 65%; */
/*     right: 55px; */
/*   } */
/*   .l-club__participate { */
/*     padding: 0 20px; */
/*     padding-top: 90px; */
/*     padding-bottom: 40px; */
/*   } */
/*   .l-club__participate-item { */
/*     margin-right: 0; */
/*     max-width: 100%; */
/*   } */
/*   .l-club__participate-item::after { */
/*     display: none; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 40px 20px 60px 20px; */
/*   } */
/*   .l-club__discounts-title.heading { */
/*     margin-bottom: 75px; */
/*   } */
/*   .l-club__tables { */
/*     flex-wrap: wrap; */
/*   } */
/*   .l-club__tables-title.heading { */
/*     margin-bottom: 40px; */
/*     font-size: 22px; */
/*     line-height: 28px; */
/*   } */
/*   .l-club__tables-item { */
/*     margin-bottom: 0; */
/*     padding: 50px 20px 10px 20px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__tables-item:last-child { */
/*     margin-bottom: 0; */
/*   } */
/*   .l-club__tables-item thead td { */
/*     font-size: 10px; */
/*   } */
/*   .l-club__tables-item tbody td { */
/*     padding: 20px 0; */
/*     font-size: 14px; */
/*   } */
/*   .l-club__tables-item tbody td:last-child { */
/*     font-size: 36px; */
/*   } */
/*   .l-club__tables-item::before { */
/*     top: -30px; */
/*     width: 60px; */
/*     height: 60px; */
/*     font-size: 26px; */
/*     line-height: 56px; */
/*   } */
/*   !* .l-club__tables-item table::after, *! */
/*   !* .l-club__tables-item table::before, *! */
/*   !* .l-club__tables-title::after, *! */
/*   !* .l-club__tables-title::before { *! */
/*   !*   width: 30px; *! */
/*   !*   height: 30px; *! */
/*   !* } *! */
/*   !* .l-club__tables-title::before { *! */
/*   !*   top: -15px; *! */
/*   !*   right: -15px; *! */
/*   !* } *! */
/*   !* .l-club__tables-title::after { *! */
/*   !*   top: -15px; *! */
/*   !*   left: -15px; *! */
/*   !* } *! */
/*   !* .l-club__tables-item table::before { *! */
/*   !*   bottom: -15px; *! */
/*   !*   left: -15px; *! */
/*   !* } *! */
/*   !* .l-club__tables-item table::after { *! */
/*   !*   bottom: -15px; *! */
/*   !*   right: -15px; *! */
/*   !* } *! */
/*   !* .l-club__discounts::after { *! */
/*   !*   right: calc(50% - 235px); *! */
/*   !*   bottom: 60px; *! */
/*   !*   max-width: calc((100% / 2) - 40px); *! */
/*   !*   height: 145px; *! */
/*   !*   background-size: contain; *! */
/*   !* } *! */
/*   .l-club__checkout { */
/*     padding: 50px 20px; */
/*   } */
/* } */
/* @media (max-width: 970px) { */
/*   .l-club-header { */
/*     padding-top: 105px; */
/*     min-height: 500px; */
/*     background-size: cover; */
/*   } */
/*   .l-club-header__description { */
/*     margin-right: 170px; */
/*     max-width: 450px; */
/*   } */
/*   .l-club-header__badge { */
/*     width: 100px; */
/*     height: 100px; */
/*   } */
/*   .l-club-header__badge::before { */
/*     width: 32px; */
/*     height: 42px; */
/*   } */
/*   .l-club__title { */
/*     font-size: 72px; */
/*   } */
/*   .l-club__title-text { */
/*     font-size: 18px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit { */
/*     padding: 0 20px; */
/*     flex-wrap: wrap; */
/*   } */
/*   .l-club__profit-title, .l-club__profit-title.heading { */
/*     top: -100px; */
/*     left: 50%; */
/*     font-size: 12px; */
/*     letter-spacing: 5px; */
/*   } */
/*   .l-club__profit-item { */
/*     margin-right: 0; */
/*     padding: 30px; */
/*     max-width: 100%; */
/*   } */
/*   .l-club__profit-item:first-of-type { */
/*     margin-top: -50px; */
/*     margin-bottom: 20px; */
/*   } */
/*   .l-club__profit-item:nth-of-type(2) { */
/*     margin-bottom: -50px; */
/*   } */
/*   .l-club__profit-name { */
/*     margin-bottom: 100px; */
/*     font-size: 24px; */
/*     line-height: 30px; */
/*   } */
/*   .l-club__profit-number { */
/*     margin-bottom: 30px; */
/*   } */
/*   .l-club__profit-name::after { */
/*     top: 80px; */
/*   } */
/*   .l-club__profit-text { */
/*     font-size: 16px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit::after, */
/*   .l-club__profit::before { */
/*     width: 20px; */
/*     height: 20px; */
/*     background-size: 20px; */
/*   } */
/*   .l-club__profit::before { */
/*     top: 0; */
/*     left: 55px; */
/*   } */
/*   .l-club__profit::after { */
/*     bottom: 40%; */
/*     right: 55px; */
/*   } */
/*   .l-club__participate { */
/*     padding: 0 20px; */
/*     padding-top: 90px; */
/*     padding-bottom: 40px; */
/*   } */
/*   .l-club__participate-title.heading { */
/*     margin-bottom: 40px; */
/*     font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif; */
/*     font-style: normal; */
/*     font-weight: 500; */
/*     font-size: 96px; */
/*     line-height: 1; */
/*     text-transform: uppercase; */
/*     color: #000000; */
/*   } */
/*   .l-club__participate-item { */
/*     margin-right: 0; */
/*     max-width: 100%; */
/*   } */
/*   .l-club__participate-item::after { */
/*     display: none; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 40px 20px 60px 20px; */
/*   } */
/*   .l-club__discounts-title.heading { */
/*     margin-bottom: 75px; */
/*     font-size: 32px; */
/*   } */
/*   .l-club__tables { */
/*     flex-wrap: wrap; */
/*   } */
/*   .l-club__tables-title.heading { */
/*     margin-bottom: 40px; */
/*     font-size: 22px; */
/*     line-height: 28px; */
/*   } */
/*   .l-club__tables-item { */
/*     margin-bottom: 0; */
/*     padding: 50px 20px 10px 20px; */
/*     max-width: calc((100% / 2) - 20px); */
/*   } */
/*   .l-club__tables-item:last-child { */
/*     margin-bottom: 0; */
/*   } */
/*   .l-club__tables-item thead td { */
/*     font-size: 10px; */
/*   } */
/*   .l-club__tables-item tbody td { */
/*     padding: 20px 0; */
/*     font-size: 14px; */
/*   } */
/*   .l-club__tables-item tbody td:last-child { */
/*     font-size: 36px; */
/*   } */
/*   .l-club__tables-item::before { */
/*     top: -30px; */
/*     width: 60px; */
/*     height: 60px; */
/*     font-size: 26px; */
/*     line-height: 56px; */
/*   } */
/*   .l-club__tables-item table::after, */
/*   .l-club__tables-item table::before, */
/*   .l-club__tables-title::after, */
/*   .l-club__tables-title::before { */
/*     width: 30px; */
/*     height: 30px; */
/*   } */
/*   .l-club__tables-title::before { */
/*     top: -15px; */
/*     right: -15px; */
/*   } */
/*   .l-club__tables-title::after { */
/*     top: -15px; */
/*     left: -15px; */
/*   } */
/*   .l-club__tables-item table::before { */
/*     bottom: -15px; */
/*     left: -15px; */
/*   } */
/*   .l-club__tables-item table::after { */
/*     bottom: -15px; */
/*     right: -15px; */
/*   } */
/*   .l-club__discounts::after { */
/*     right: calc(50% - 192px); */
/*     bottom: 60px; */
/*     max-width: calc((100% / 2) - 40px); */
/*     height: 145px; */
/*     background-size: contain; */
/*   } */
/*   .l-club__checkout { */
/*     padding: 50px 20px; */
/*   } */
/*   .l-club__checkout-title { */
/*     margin-bottom: 10px; */
/*     font-size: 24px; */
/*     line-height: 34px; */
/*   } */
/*   .l-club__checkout-short { */
/*     font-size: 12px; */
/*   } */
/* } */
/* @media (max-width: 576px) { */
/*   !* .l-club-header { *! */
/*   !*   padding: 0 20px; *! */
/*   !*   min-height: 700px; *! */
/*   !*   flex-wrap: wrap; *! */
/*   !*   background: url(/local/templates/redesign/css/../img/bonus-header-mobile.png) no-repeat, *! */
/*   !*     -webkit-gradient(linear, left top, right top, from(#f4f5f7), to(#ebecf1)); *! */
/*   !*   background: url(/local/templates/redesign/css/../img/bonus-header-mobile.png) no-repeat, *! */
/*   !*     linear-gradient(90deg, #f4f5f7 0, #ebecf1 100%); *! */
/*   !*   background-position: center 0; *! */
/*   !*   background-size: 100%; *! */
/*   !* } *! */
/*   !* .l-club-header__badge { *! */
/*   !*   margin-top: 50px; *! */
/*   !*   margin-left: 100px; *! */
/*   !*   width: 100px; *! */
/*   !*   height: 100px; *! */
/*   !* } *! */
/*   !* .l-club-header__badge::before { *! */
/*   !*   width: 32px; *! */
/*   !*   height: 42px; *! */
/*   !* } *! */
/*   !* .l-club-header__description { *! */
/*   !*   -webkit-box-ordinal-group: 2; *! */
/*   !*   order: 1; *! */
/*   !*   margin-right: 0; *! */
/*   !* } *! */
/*   !* .l-club__sub-title, .l-club__sub-title.heading { *! */
/*   !*   font-size: 12px; *! */
/*   !*   text-align: center; *! */
/*   !*   letter-spacing: 5px; *! */
/*   !* } *! */
/*   !* .l-club__title, .l-club__title.heading { *! */
/*   !*   font-size: 72px; *! */
/*   !*   text-align: center; *! */
/*   !* } *! */
/*   !* .l-club__title-text { *! */
/*   !*   font-size: 18px; *! */
/*   !*   line-height: 26px; *! */
/*   !*   text-align: center; *! */
/*   !* } *! */
/*   .l-club__profit { */
/*     padding: 0 20px; */
/*     flex-wrap: wrap; */
/*   } */
/*   .l-club__profit-title, .l-club__profit-title.heading { */
/*     top: -100px; */
/*     left: 50%; */
/*     font-size: 12px; */
/*     letter-spacing: 5px; */
/*   } */
/*   .l-club__profit-item { */
/*     margin-right: 0; */
/*     padding: 30px; */
/*     max-width: 100%; */
/*   } */
/*   .l-club__profit-item:first-of-type { */
/*     margin-top: -50px; */
/*     margin-bottom: 20px; */
/*   } */
/*   .l-club__profit-item:nth-of-type(2) { */
/*     margin-bottom: -50px; */
/*   } */
/*   .l-club__profit-name { */
/*     margin-bottom: 100px; */
/*     font-size: 24px; */
/*     line-height: 30px; */
/*   } */
/*   .l-club__profit-number { */
/*     margin-bottom: 30px; */
/*   } */
/*   .l-club__profit-name::after { */
/*     top: 80px; */
/*   } */
/*   .l-club__profit-text { */
/*     font-size: 16px; */
/*     line-height: 26px; */
/*   } */
/*   .l-club__profit::after, */
/*   .l-club__profit::before { */
/*     width: 20px; */
/*     height: 20px; */
/*     background-size: 20px; */
/*   } */
/*   .l-club__profit::before { */
/*     top: 0; */
/*     left: 55px; */
/*   } */
/*   .l-club__profit::after { */
/*     bottom: 40%; */
/*     right: 55px; */
/*   } */
/*   .l-club__participate { */
/*     padding: 0 20px; */
/*     padding-top: 90px; */
/*     padding-bottom: 40px; */
/*   } */
/*   .l-club__participate-title.heading { */
/*     margin-bottom: 40px; */
/*     font-size: 38px; */
/*     line-height: 1; */
/*     letter-spacing: 0; */
/*   } */
/*   .l-club__participate-text { */
/*     font-size: 16px; */
/*   } */
/*   .l-club__participate-item { */
/*     margin-right: 0; */
/*     max-width: 100%; */
/*     margin-bottom: 20px; */
/*   } */
/*   .l-club__participate-item::after { */
/*     display: none; */
/*   } */
/*   .l-club__discounts-wrapper { */
/*     padding: 40px 20px 200px 20px; */
/*   } */
/*   .l-club__discounts-title.heading { */
/*     margin-bottom: 75px; */
/*     font-size: 28px; */
/*     line-height: 1; */
/*   } */
/*   .l-club__tables { */
/*     flex-wrap: wrap; */
/*   } */
/*   .l-club__tables-title.heading { */
/*     margin-bottom: 40px; */
/*     font-size: 22px; */
/*     line-height: 28px; */
/*   } */
/*   .l-club__tables-item { */
/*     margin-bottom: 50px; */
/*     padding: 50px 20px 10px 20px; */
/*     max-width: 100%; */
/*   } */
/*   .l-club__tables-item:last-child { */
/*     margin-bottom: 0; */
/*   } */
/*   .l-club__tables-item thead td { */
/*     font-size: 10px; */
/*   } */
/*   .l-club__tables-item tbody td { */
/*     padding: 20px 0; */
/*     font-size: 14px; */
/*   } */
/*   .l-club__tables-item tbody td:last-child { */
/*     font-size: 36px; */
/*   } */
/*   .l-club__tables-item::before { */
/*     top: -30px; */
/*     width: 60px; */
/*     height: 60px; */
/*     font-size: 26px; */
/*     line-height: 56px; */
/*   } */
/*   .l-club__tables-item table::after, */
/*   .l-club__tables-item table::before, */
/*   .l-club__tables-title::after, */
/*   .l-club__tables-title::before { */
/*     width: 30px; */
/*     height: 30px; */
/*   } */
/*   .l-club__tables-title::before { */
/*     top: -15px; */
/*     right: -15px; */
/*   } */
/*   .l-club__tables-title::after { */
/*     top: -15px; */
/*     left: -15px; */
/*   } */
/*   .l-club__tables-item table::before { */
/*     bottom: -15px; */
/*     left: -15px; */
/*   } */
/*   .l-club__tables-item table::after { */
/*     bottom: -15px; */
/*     right: -15px; */
/*   } */
/*   .l-club__discounts::after { */
/*     right: 50%; */
/*     bottom: 30px; */
/*     max-width: calc(100% - 40px); */
/*     height: 145px; */
/*     background-size: contain; */
/*   } */
/*   .l-club__checkout { */
/*     padding: 50px 20px; */
/*   } */
/*   .l-club__checkout-title { */
/*     margin-bottom: 10px; */
/*     font-size: 24px; */
/*     line-height: 34px; */
/*   } */
/*   .l-club__checkout-short { */
/*     font-size: 12px; */
/*   } */
/*   .l-club__checkout .link-button { */
/*     max-width: 50px; */
/*     height: 50px; */
/*     font-size: 0px; */
/*   } */
/*   .l-club__checkout .main-field { */
/*     max-width: 270px; */
/*     height: 50px; */
/*   } */
/*   .l-club__checkout .link-button::after { */
/*     content: ""; */
/*     position: absolute; */
/*     width: 30px; */
/*     height: 24px; */
/*     background-image: url(/local/templates/redesign/css/../img/arrow--white.svg); */
/*     background-repeat: no-repeat; */
/*     background-position: center center; */
/*     background-size: 24px; */
/*     -webkit-transition: 0.2s ease-in-out; */
/*     transition: 0.2s ease-in-out; */
/*   } */
/*   .l-club__catalog { */
/*     padding: 60px 20px; */
/*   } */
/*   .l-club__participate-list { */
/*     flex-direction: column; */
/*   } */
/*   .personal-indicator__inline-bar { */
/*     max-width: calc(100% - 20px)!important; */
/*   } */
/*   .personal-indicator__inline-bar-text { */
/*     font-size: 12px!important; */
/*   } */
/* } */
/* @media (max-width: 359px) { */
/*   .l-club__participate .link-button::after { */
/*     right: 25px; */
/*   } */
/*   .l-club__participate .link-button:hover::after { */
/*     right: 15px; */
/*   } */
/* } */

.personal-indicator {
  margin: 20px auto 0;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff85;
  max-width: 700px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
}
.personal-indicator__title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
.personal-indicator__circle-progress {
  transform: rotate(-90deg);
}
.personal-indicator__inline-bar-container {
  width: 100%;
}
.personal-indicator__inline-bar {
  position: relative;
  height: 50px;
  width: calc(100% - 20px);
  max-width: 460px;
}
.personal-indicator__inline-bar--blue {
  background-color: #b12535;
}
.personal-indicator__inline-bar--blue::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -25px;
  border: 25px solid transparent;
  border-right: 0;
  border-left-color: #b12535;
}
.personal-indicator__inline-bar--red {
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #b12535;
}
.personal-indicator__inline-bar--red::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -25px;
  border: 25px solid transparent;
  border-right: 0;
  border-left-color: #b12535;
}
.personal-indicator__inline-bar-text {
  position: absolute;
  display: block;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}
.personal-indicator__circle-meter {
  stroke: #e5eaec;
  fill: none;
}
.personal-indicator__circle-value {
  stroke: #b12535;
  fill: none;
  stroke-linecap: round;
}
.personal-indicator__circle-bar {
  margin-right: 20px;
  position: relative;
  max-width: 110px;
  max-height: 110px;
}
.personal-indicator__circle-bar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 28px;
  color: #b12535;
}

@media (max-width: 576px) {
  .l-club-header {
    background-position-x: 65%;
  }
  .l-club-header__description {
    max-width: 300px;
    bottom: 40px;
    left: 20px;
  }
  .l-club-header__badge {
    right: 20px;
    top: 20px;
  }
  .l-club__sub-title, .l-club__sub-title.heading {
    font-size: 14px;
    letter-spacing: 5px;
  }
  .l-club__logo {
    width: 100%;
    background-size: contain;
    height: 120px;
    margin: 10px 0;
  }
  .l-club__title-text {
    line-height: 1.15;
    font-size: 12px;
  }
  .l-club-header__content {
    padding: 0;
    min-height: 550px;
  }
  section.l-club__profits {
    padding: 20px;
  }
  .h2-heading.heading.l-club__profits-title {
    font-size: 76px;
    margin-bottom: 40px;
  }

  .l-club__profits-item {
    flex-basis: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .l-club__profits-item:last-child {
    align-content: flex-start;
  }

  .l-club__profits-number {
    width: 70px;
    min-height: 0;
    margin-right: 20px;
  }

  p.l-club__profits-name {
    margin: 0 0 15px;
    font-size: 36px;
    max-width: calc(100% - 80px);
  }

  .l-club__profits-text {
    width: 100%;
    max-width: calc(100% - 80px);
  }

  .l-club__profits-text p {
    width: 100%;
    font-size: 17px;
    line-height: 1.2;
  }

  .l-club__participate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-club__participate-title.heading {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .l-club__participate-list {
    margin-bottom: 20px;
  }

  .l-club__participate-item::after {
    display: none;
  }

  .l-club__participate-item {
    margin: 0 auto;
  }

  .l-club__discounts-wrapper {
    padding: 20px 20px 0px 20px;
  }

  .l-club__participate .link-button {
    max-width: calc(100% - 20px);
  }

  .l-club__discounts-title.heading {
    margin: 0 0 80px;
    font-size: 48px;
    line-height: 1;
  }

  .l-club__tables {
    flex-direction: column;
  }

  .l-club__tables-item::before {
  }

  .l-club__tables-title.heading {
    font-size: 36px;
    line-height: 1;
    padding-left: 60px;
    margin-bottom: 20px;
    text-align: left;
  }

  .l-club__tables-item::before {
    width: 40px;
    height: 90px;
    top: -56px;
  }

  .l-club__tables article {
    padding: 5px 10px;
  }

  .l-club__tables article div {
    padding: 30px 10px;
  }

  .l-club__tables article div:first-child p:first-child {
    line-height: 1.5;
    font-size: 11px;
  }

  .l-club__tables article div:first-child p:last-child {
    line-height: 1.5;
    font-size: 12px;
  }

  .l-club__tables article div:first-child {
    padding-top: 10px;
  }

  .l-club__tables article div:not(:first-child) p:first-child {
    line-height: 1.25;
    font-size: 16px;
  }

  .l-club__tables article div:not(:first-child) p:last-child {
    line-height: 1;
    font-size: 38px;
  }

  .l-club__tables article section {
    margin: 11px -10px -5px;
    width: calc(100% + 20px);
    padding-bottom: 60px;
    gap: 8px;
    padding-top: 8px;
  }

  .l-club__tables-item--blue::before {
    top: -46px;
  }

  .l-club__checkout {
    padding: 20px;
  }

  .l-club__checkout-title {
    font-size: 38px;
  }

  .l-club__checkout-short {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
  }

  .l-club__checkout .main-field {
    height: 40px;
    font-size: 16px;
    padding: 0 4px;
    text-align: center;
  }

  .l-club__checkout .link-button {
    height: 40px;
    max-width: 120px;
    font-size: 14px;
  }

  .l-club__check-form section {
    margin-bottom: 20px;
  }

  .l-club__catalog {
    padding: 20px;
  }

  .l-club__catalog .main-button {
    margin: 0 auto 20px;
    padding: 20px;
    height: 50px;
    max-width: 210px;
    font-size: 14px;
  }

  .l-club__catalog-link {
    font-size: 12px;
    line-height: 1;
  }

  .l-club__catalog .disclaimer {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.25;
  }
  .l-club__participate-item {
    max-width: 100%;
  }
  .l-club__discounts::after {
    display: none;
  }
  .personal-indicator__inline-bar-text {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .l-club-header {
    background-position-x: 57%;
  }
  .l-club__checkout .main-field::placeholder {
    letter-spacing: -1px;
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .l-club__checkout .main-field::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .l-club__checkout .main-field::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .l-club__checkout .main-field::placeholder {
    font-size: 11px;
  }
}
/* End */
/* /local/templates/redesign/css/bonus-program.css?169953577944776 */
