.page-container {
  padding-top: 105px;
}

.static-page__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 96px;
}

.static-page__block {
  padding-top: 40px;
  background-color: #fbf8f8;
  display: -ms-flexbox;
  display: flex;
}

.static-page__block + .features {
  display: none;
}

.static-page__sidebar {
  width: 100%;
  max-width: 310px;
}

.static-page__content {
  -ms-flex: 1;
      flex: 1;
  background-color: #fff;
  padding-bottom: 48px;
  border-radius: 3px;
  max-width: 100%;
}

.static-page__content > .static-content__block {
  margin-bottom: 0 !important;
}

.static-content .custom-select {
  display: none;
}

.static-content .custom-select select {
  left: -1000px;
}

.static-content .custom-select.custom-select-mark {
  border: none;
  border-bottom: 1px solid #efeded;
}

.static-content .custom-select.custom-select-mark.custom-select-lg {
  height: 73px;
  line-height: 73px;
}

.static-content .custom-select.custom-select-mark.custom-select-lg.is-open .anchor .item::after,
.static-content .custom-select.custom-select-mark.custom-select-lg.is-open .anchor p::after {
  border: 3px solid transparent;
  border-bottom: 6px solid #898686;
  top: 5px;
}

.static-content .custom-select .anchor {
  padding-left: 24px;
}

.static-content .custom-select .anchor::after {
  display: none;
}

.static-content .custom-select .anchor li {
  margin: 0;
  line-height: 72px;
}

.static-content .custom-select .anchor li:not(.active) {
  display: none;
}

.static-content .custom-select .anchor .item,
.static-content .custom-select .anchor li p {
  font-size: 21px;
  color: #333333;
  font-weight: 500;
  display: inline;
  position: relative;
}

.static-content .custom-select .anchor .item::after,
.static-content .custom-select .anchor li p::after {
  content: '';
  border: 3px solid transparent;
  border-top: 6px solid #898686;
  position: absolute;
  right: -19px;
  top: 8px;
}

.static-content__header {
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid #efeded;
}

.static-content__header ul li.active {
  margin-bottom: 0;
}

.static-content__header ul li.active::before {
  display: none;
}

.static-content__header ul li p {
  margin: 0;
}

.static-content__header ul li:not(.active) {
  display: none;
}

.static-content__header,
.static-content__header p {
  font-size: 21px;
  line-height: 25px;
  color: #333333;
  font-weight: 400;
}

.static-content__fold:not(:last-child) {
  margin-bottom: 16px;
}

.static-content__block:not(:last-child) {
  margin-bottom: 50px;
}

.static-content__container {
  padding: 0 48px;
}

.static-content__wrap {
  font-size: 18px;
  line-height: 23px;
  border: none;
  padding: 32px 0 16px 0;
}

.static-content__wrap .info-block {
  border-top: 1px solid #efeded;
  padding: 24px 0 21px 0;
}

.static-content__wrap .info-block__text:not(:last-child) {
  margin-bottom: 8px;
}

.static-content__wrap .info-block__title {
  cursor: pointer;
}

.static-content__wrap .info-block:last-child {
  border-bottom: 1px solid #efeded;
}

.static-sidebar__wrap {
  padding-left: 47px;
  padding-right: 15px;
  border-left: 1px solid #efeded;
}

.static-sidebar__list li:last-child {
  margin-top: 32px;
}

.static-sidebar__list.link-list {
  margin-bottom: 80px;
}

.static-sidebar__list.link-list li:last-child {
  margin-top: 0;
}

.static-sidebar__list.link-list + .static-sidebar__list li:last-child {
  margin-top: 0;
}

.static-sidebar__list.contact-list li {
  line-height: 21px;
}

.static-sidebar__list.contact-list li:first-child {
  color: #898686;
}

.static-sidebar__item {
  color: #5a5757;
  line-height: 17px;
}

.static-sidebar__item.club-card-link-item span {
  padding-left: 4px;
  color: #13CA61;
}

.static-sidebar__item.active {
  position: relative;
}

.static-sidebar__item.active.hidden {
  display: block !important;
}

.static-sidebar__item.active::before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #f94942;
  position: absolute;
  top: 0;
  left: -49px;
}

.static-sidebar__item.active a {
  font-weight: 600;
  color: #333333;
}

.static-sidebar__item:not(:last-child) {
  margin-bottom: 12px;
}

.static-sidebar__link {
  color: #5a5757;
  font-size: 14px;
  line-height: 16px;
}

.info-block {
  margin-top: 32px;
  padding: 0 48px;
}

.info-block .unchor {
  position: relative;
  top: -130px;
}

.info-block__list {
  margin-bottom: 8px;
}

.info-block__list > li:first-child {
  margin-bottom: 8px;
}

.info-block__list li .underline {
  text-decoration: underline;
  color: #898686;
}

.info-block__list li.bold,
.info-block__list li .bold {
  font-weight: 600;
  color: #333333;
}

.info-block__list li:not(:first-child) {
  position: relative;
  padding-left: 10px;
}

.info-block__list li:not(:first-child)::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #898686;
  position: absolute;
  left: 0;
  top: 9px;
}

.info-block__list li ul {
  margin-bottom: 8px;
}

.info-block__list li ul li {
  position: relative;
  padding-left: 10px;
}

.info-block__list li ul li::before {
  display: none !important;
}

.info-block__list li ul li::after {
  content: '';
  position: absolute;
  left: 0;
}

.info-block__title {
  margin-bottom: 8px;
  line-height: 18px;
  position: relative;
  color: #333333;
}

.info-block__title .foldable-mobile__icon {
  height: 9px;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  width: 9px;
}

.info-block__title .foldable-mobile__icon::before,
.info-block__title .foldable-mobile__icon::after {
  background: #f94942;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform .3s ease;
  width: 9px;
}

.info-block__title .foldable-mobile__icon::after {
  transform: rotate(90deg);
}

.info-block__text {
  font-size: 14px;
  line-height: 21px;
  color: #898686;
  margin: 0;
}

.info-block__text:not(:last-child) {
  margin-bottom: 24px;
}

.info-block__text .bold {
  font-weight: bold;
}

.info-block__text .underline {
  text-decoration: underline;
  color: #898686;
}

.info-block__description {
  font-size: 14px;
  line-height: 21px;
  color: #898686;
}

.contact-list__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.contact-list__title,
.contact-list__item {
  font-size: 14px;
  line-height: 18px;
  color: #898686;
}

.contact-list__title:not(:last-child),
.contact-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.contact-list__item a {
  color: #898686;
}

.contact-list__title {
  color: #333333;
}

.custom-select select {
  display: none;
}

.custom-select-mark {
  position: relative;
  height: 44px;
  line-height: 42px;
  padding: 0 15px;
  border: 1px solid #a5a5a5;
  transition: border-color 0.2s ease;
}

.custom-select-mark:hover,
.custom-select-mark:active,
.custom-select-mark.is-open {
  border-color: #000000;
}

.custom-select-mark.custom-select-lg {
  height: 55px;
  line-height: 55px;
}

.custom-select-mark select {
  z-index: 0;
  visibility: hidden;
  width: 0;
  display: inline-block;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 0;
}

.custom-select-mark a:after,
.custom-select-mark a:before {
  content: none;
}

.custom-select-mark .label {
  font-size: 14px;
  color: rgba(51, 51, 51, .6);
}

.custom-select-mark.is-open .anchor:after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select-mark .list {
  display: none;
}

.custom-select-mark .anchor {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 15px;
}

.custom-select-mark .anchor .item {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 26px);
}

.custom-select-mark .anchor:hover:after {
  background-color: transparent;
  opacity: 1;
}

.custom-select-mark .anchor:after {
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 15px;
  left: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE0IDExIj4KICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+CjxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDAwOwogICAgICAgIHN0cm9rZS13aWR0aDogMnB4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV80X2NvcHlfMTAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQgY29weSAxMCIgY2xhc3M9ImNscy0xIiBkPSJNMTMyNi45OSwyMDIwLjU1bC01Ljk5LDYuNDQtNS45OS02LjQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxNCAtMjAxNy41OTUpIi8+Cjwvc3ZnPgo=) no-repeat center;
}

.custom-select-mark .anchor .custom-select-backdrop {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  z-index: 100;
}

.custom-select-mark-list {
  z-index: 50;
}

.custom-select-mark-list .list {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
  padding: 12px 0;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 14px;
  top: calc(100% - 2px);
  background-color: white;
  z-index: 99;
  border: 1px solid #000000;
  max-height: 222px;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-select-mark-list .list li.static-sidebar__item {
  padding: 0;
  margin: 0;
}

.custom-select-mark-list .list li.static-sidebar__item::before {
  display: none;
}

.custom-select-mark-list .list li.static-sidebar__item.active {
  display: none;
}

.custom-select-mark-list .list-item,
.custom-select-mark-list li a {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  display: inline-block;
}

.custom-select-mark-list .list-item {
  height: 44px;
  line-height: 42px;
  display: block;
  padding: 0 15px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.custom-select-mark-list .list-item:hover {
  background-color: #ededed;
  color: #000000;
}

.custom-select-mark-list .list-item.selected {
  color: #ff0043;
}

.page-container {
  padding-top: 51px;
}

.static-sidebar {
  display: none;
}

.static-content__block:not(:last-child) {
  margin-bottom: 48px;
}

.static-content__container {
  padding: 0 24px;
}

.static-content .custom-select {
  display: block;
}

.static-content .custom-select.custom-select-mark .anchor .item .color-item {
  display: inline-block;
  line-height: 24px;
  padding: 26px 0 22px 0;
}

.static-content__header {
  margin: 0 24px;
  padding: 32px 0 16px 0;
}

.static-content__header.mobile,
.static-content__header.tablet {
  display: none;
}

.static-page__content {
  padding-bottom: 56px;
}

.static-page__content > .static-content__block {
  margin-bottom: 0;
}

.static-page__wrap {
  margin-bottom: 16px;
}

.static-page__block {
  padding-top: 16px;
}

.static-page__block.profile {
  padding-bottom: 16px;
  margin-top: -32px;
}

.static-page__block.profile.details {
  padding-bottom: 0;
}

.static-page__block > .container {
  padding: 0;
}

.contact-list {
  margin: 32px 72px 32px 0;
}

.static-page__loyalty .static-content__wrap {
  padding: 0 48px;
}

.static-page__loyalty .static-content__wrap .static-content__header {
  font-size: 18px;
  line-height: 23px;
  padding-left: 0;
  border-bottom: 1px solid #efeded;
  margin-bottom: 32px;
  padding-top: 0;
}

.static-page__loyalty .static-content__header.mobile {
  padding-top: 26px;
  padding-bottom: 22px;
}

.static-page__loyalty .static-content__fluid {
  padding: 39px 0 96px 48px;
}

.static-page__loyalty .static-content__fold:not(:last-child) {
  margin-bottom: 96px;
}

.static-page__loyalty .info-block__description {
  padding-left: 48px;
  max-width: 432px;
}

.static-content__fluid.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.loyalty-sign {
  margin-right: 22px;
}

.loyalty-sign .info-block__text {
  margin-bottom: 16px;
}

.loyalty-sign .info-block__text:last-of-type {
  margin-bottom: 32px;
}

.loyalty-sign .btn {
  max-width: 288px;
}

.loyalty-sign .bold {
  font-weight: 600;
  color: #333333;
}

.loyalty-sign__title {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #333333;
  max-width: 304px;
}

.loyalty-sign b {
  font-weight: bold;
}

.loyalty-card {
  max-width: 412px;
  overflow: hidden;
  margin-right: -20px;
}

.loyalty-card img {
  width: 400px;
  display: block;
}

.question-block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.question-block:hover {
  z-index: 1;
}

.question-block:hover .question-block__content {
  opacity: 1;
  z-index: 10;
}

.question-block__content {
  position: absolute;
  padding: 24px 32px;
  background-color: #fbf8f8;
  right: -10px;
  opacity: 0;
  transition: opacity .3s;
  width: 299px;
  transform: translateX(100%);
  top: -17px;
  z-index: -1000;
  border-radius: 3px;
  border: 1px solid #fdfdfd;
}

.question-block__content::before {
  content: '';
  display: block;
  width: 12.2px;
  height: 12.2px;
  background-color: #fbf8f8;
  position: absolute;
  left: 6px;
  top: 16px;
  transform: translateX(-100%) rotate(45deg);
}

.question-block__text {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin: 0;
}

.question-block__icon {
  display: block;
  height: 13px;
  width: 13px;
  background-color: #efeded;
  border-radius: 50%;
  border: 1px solid #898686;
  text-align: center;
  line-height: 13px;
  font-size: 10px;
  color: #898686;
  cursor: pointer;
}

.static-join {
  background-color: #fbf8f8;
  border-radius: 3px;
}

.static-join__text {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.static-join__link {
  font-size: 14px;
}

.loyalty-static-page .info-block__text b {
  font-weight: bold;
  color: #333333;
}

.card-container {
  overflow: hidden;
}

.loyalty-block {
  max-width: 210px;
}

.loyalty-block__title {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 600;
}

.loyalty-block__desc {
  margin: 0;
  position: relative;
}

.loyalty-block__desc .question-block {
  display: inline-block;
}

.loyalty-block__desc:not(:last-child) {
  margin-bottom: 24px;
}

.loyalty-block__desc,
.loyalty-block__desc a {
  font-size: 12px;
  line-height: 18px;
  color: #898686;
}

.loyalty-block__desc a {
  text-decoration: underline;
}

.loyalty-block__icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 3px;
  background-color: #fbf8f8;
  margin-bottom: 24px;
}

.loyalty-block__icon .icon-text {
  font-size: 24px;
  color: #898686;
}

.loyalty-block.full-width {
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
}

.loyalty-block.loyalty-count {
  padding-top: 38px;
  position: relative;
}

.loyalty-block.loyalty-count::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 22px;
  color: #898686;
  font-weight: 300;
}

.loyalty-block.loyalty-arrow:not(:last-child) {
  position: relative;
}

.loyalty-block.loyalty-arrow:not(:last-child)::after {
  content: '';
  display: block;
  width: 45%;
  height: 7px;
  position: absolute;
  top: 43px;
  right: -34px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDI0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOS41MDA0IDYuMDAwMTJMMjEuMjkzMSA0LjIwNzQxSDBWMi43OTMxNUgyMS4yOTM0TDE5LjUwMDQgMC45OTk4NzhMMjAuNTAwMyAwTDI0IDMuNTAwMjhMMjAuNTAwMyA3TDE5LjUwMDQgNi4wMDAxMloiIGZpbGw9IiNGOTQ5NDIiLz4KPC9zdmc+Cg==);
}

.loyalty-block.loyalty-sm {
  max-width: 160px;
}

.loyalty-wrap {
  counter-reset: section;
}

.loyalty-wrap:not(:last-child) {
  margin-bottom: 48px;
}

.loyalty-wrap.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loyalty-wrap.flex.between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.loyalty-wrap.flex.acenter {
  -ms-flex-align: center;
      align-items: center;
}

.loyalty-sm {
  width: 25%;
}

.loyalty-md {
  width: 33%;
  padding-right: 20px;
}

.loyalty-md:not(:nth-last-child(-n+3)) {
  margin-bottom: 32px;
}

.loyalty-banner {
  max-width: 414px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 48px;
}

.question-block__content {
  right: 323px;
}

.question-block__content::before {
  left: auto;
  right: 5px;
  transform: translateX(100%) rotate(45deg);
}

.loyalty-sign {
  max-width: 50%;
  min-width: 300px;
}

.static-join {
  padding: 24px 40px;
}

@media screen and (max-width: 1320px) {
  .static-join__text {
    max-width: 250px;
  }
}

@media screen and (max-width: 730px) {
  .static-join {
    padding: 24px 16px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }

  .static-join__text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .static-join__link {
    max-width: 350px;
    width: 100%;
  }
}

.static-join__link {
  max-width: 288px;
}

.loyalty-container .container-notice .notice-block .h2 {
  line-height: 30px;
}

@media screen and (max-width: 1235px) {
  .loyalty-card {
    max-width: 300px;
  }

  .loyalty-card img {
    width: 320px;
  }

  .loyalty-md {
    padding-right: 0;
    width: 50%;
  }

  .loyalty-md .loyalty-block {
    max-width: 320px;
  }

  .loyalty-md:not(:nth-last-child(-n+2)) {
    margin-bottom: 32px;
  }

  .loyalty-block.loyalty-sm {
    padding-right: 0;
    width: 50%;
    max-width: 348px;
  }

  .loyalty-block.loyalty-sm:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }

  .loyalty-block.loyalty-arrow::after {
    display: none !important;
  }

  .loyalty-block__desc .question-block {
    position: relative;
    display: inline-block;
    bottom: auto;
    right: auto;
  }

  .loyalty-block__desc .question-block__content {
    right: 323px;
  }

  .loyalty-block__desc .question-block__content::before {
    left: auto;
    right: 5px;
    transform: translateX(100%) rotate(45deg);
  }

  .loyalty-banner {
    max-width: 348px;
    margin-right: 40px;
  }
}

.static-page__loyalty .static-content__fluid {
  padding: 32px 0 56px 24px;
}

.static-page__loyalty .static-content__wrap {
  padding: 0 24px;
}

.static-page__loyalty .static-content__wrap .static-content__fluid {
  padding: 32px 0 56px 24px;
}

.static-page__loyalty .static-content__wrap .static-content__fold .static-content__header {
  margin-left: 0;
  margin-right: 0;
}

.static-page__loyalty .static-content__wrap .static-content__fold:not(:last-child) {
  margin-bottom: 64px;
}