

/* Start:/pl/css/loyality-category.css?1780613963896*/
.loyality-catalog {
    margin-top: 80px;
}
.loyality-catalog-category {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 56px;
    padding: 0 40px;
}
.loyality-catalog-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.loyality-catalog-item__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    display: block;
    fill: transparent;
}
.loyality-catalog-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    color: #009AA6;
}

@media (max-width: 991px) {
    .loyality-catalog-category {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .loyality-catalog-category {
        grid-template-columns: 1fr;
        padding: 0;
    }
}
/* End */


/* Start:/pl/css/desktop-loyalty-new.css?17806139638863*/
.loyalty-new {
  font-size: 18px;
  line-height: 1.67;
  color: #666666;
}
.loyalty-new-top {
  background-image: url(/pl/img/loyality-top-new.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 0;
  min-height: 650px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loyalty-new-top_2 {
  background-image: url(/pl/img/loyality-top2.jpg);
}
.loyalty-new-top__content {
  min-width: 50%;
  width: 50%;
  padding: 40px 0;
}
.loyalty-new-top__title {
  font-size: 48px;
  line-height: 1.16;
  margin-bottom: 40px;
}
.loyalty-new-top__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 80px;
}
.loyalty-new-section {
  padding: 120px 0;
}
.loyalty-new-section__title h2 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.loyalty-new-card {
  height: 100%;
  padding-bottom: 30px;
}
.loyalty-new-card__wrapper {
  height: 100%;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 15px 40px rgba(35, 96, 101, 0.15);
          box-shadow: 0px 15px 40px rgba(35, 96, 101, 0.15);
  border-radius: 10px;
  padding: 32px 16px;
  text-align: center;
}
.loyalty-new-card__image {
  margin-bottom: 20px;
}
.loyalty-new-card__title {
  font-size: 20px;
  height: 48px;
  margin-bottom: 24px;
  line-height: 1.2;
}
.loyalty-new-line {
  background-image: url(/pl/img/loyality-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 60px 0 40px;
  color: #ffffff;
}
.loyalty-new-line .g-link {
  font-size: 24px;
  color: #ffffff;
}
.loyalty-new__select {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #333333;
}
.loyalty-new-bonus__image {
  text-align: center;
}
.loyalty-new-member {
  background: #EBF6FD;
  padding: 100px 0 80px;
}
.loyalty-new-member__title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
}
.loyalty-new-describe__top {
  margin-bottom: 20px;
}
.loyalty-new-describe__title {
  padding-left: 60px;
  background-position: 0 50%;
  background-size: auto 100%;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  min-height: 64px;
  background-repeat: no-repeat;
  line-height: 1.33;
}
.loyalty-new-describe__top_silver {
  background-image: url(/pl/img/key1.svg);
  color: #A7A9AC;
}
.loyalty-new-describe__top_gold {
  background-image: url(/pl/img/key2.svg);
  color: #F58233;
}
.loyalty-new-describe__top_platinum {
  background-image: url(/pl/img/key3.svg);
  color: #00A7B8;
}
.loyalty-new-describe__top_diamond {
  background-image: url(/pl/img/key4.svg);
  color: #C8CDD5;
}
.loyalty-new-describe__name {
  font-size: 14px;
  margin-bottom: 10px;
}
.loyalty-new-describe__data {
  font-size: 24px;
  color: #333333;
}
.loyalty-new-describe__row {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  padding: 40px 0;
}
.loyalty-new-describe {
  margin-bottom: 40px;
}
.loyalty-new__list {
  margin-bottom: 120px;
}
.loyalty-new-number__block {
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}
.loyalty-new-number__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #009AA6;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.loyalty-new-number__describe {
  line-height: 1.2;
  padding: 0 3px;
}
.loyalty-new-number__main {
  font-weight: 900;
  font-size: 100px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #FF6E00;
  padding: 0 3px;
}
.loyalty-new-number__percent {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.loyalty-new-number__text {
  font-size: 18px;
  line-height: 1.33;
  color: #009AA6;
}
.loyalty-new-get {
  background: #EBF6FD;
  padding: 90px 0 80px;
}
.loyalty-new-faq__item {
  padding: 30px 0;
}
.loyalty-new-faq__item:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.loyalty-new-faq__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.loyalty-new-faq__title {
  padding-right: 16px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.loyalty-new-faq__arrow {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #009AA6;
  color: #009AA6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loyalty-new-faq__icon {
  width: 10px;
  min-width: 10px;
  height: 10px;
}
.loyalty-new-faq__icon_open {
  display: none;
}
.loyalty-new-faq__text {
  padding-top: 20px;
}
.loyalty-new-faq__top:hover .loyalty-new-faq__arrow,
.loyalty-new-faq__top.is-active .loyalty-new-faq__arrow {
  color: #F58233;
  border-color: #F58233;
}
.loyalty-new-faq__top.is-active .loyalty-new-faq__icon_close {
  display: none;
}
.loyalty-new-faq__top.is-active .loyalty-new-faq__icon_open {
  display: block;
}
@media screen and (max-width: 1200px) {
.loyalty-new-top_2 {
  background-image: url(/pl/img/loyality-top-mobile2.jpg);
}
.loyalty-new-top__title {
  font-size: 30px;
  margin-bottom: 25px;
}
.loyalty-new-top__text {
  font-size: 18px;
  margin-bottom: 44px;
}
.loyalty-new-section {
  padding: 80px 0;
}
.loyalty-new-section__title h2 {
  font-size: 30px;
}
.loyalty-new {
  font-size: 16px;
}
.loyalty-new__select {
  font-size: 24px;
}
.loyalty-new-member__title {
  font-size: 22px;
}
.loyalty-new-member {
  background: #EBF6FD;
  padding: 40px 0;
}
.loyalty-new-describe {
  margin: 0 -15px 40px;
  padding: 0 15px;
  overflow-y: auto;
}
.loyalty-new-describe__title {
  font-size: 20px;
}
.loyalty-new-describe__name {
  font-size: 12px;
}
.loyalty-new-describe__data {
  font-size: 20px;
}
.loyalty-new-describe .g-col_25 {
  min-width: 280px;
}
.loyalty-new__list {
  margin-bottom: 80px;
}
.loyalty-new-number__main {
  font-size: 70px;
}
.loyalty-new-number__top {
  font-size: 26px;
  margin-bottom: 10px;
}
.loyalty-new-number__text {
  font-size: 14px;
}
.loyalty-new-get {
  padding: 40px 0;
}
.loyalty-new-faq__title {
  font-size: 20px;
}
}

.loyalty-new-bonus__number-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.loyalty-new-bonus__label{
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0;
}

.loyalty-new-bonus__label_up{align-self: flex-start;}

.loyalty-new-bonus__number-wrap .loyalty-new-bonus__number{
  font-size: 80px;
  line-height: 0.85;
}


.loyalty-new-bonus__number {
	font-size: 45px;
	font-weight: 700;
}
.loyalty-new-bonus__legend {
	line-height: 1.2;
}
.loyalty-new-bonus__note {
	font-size: 24px;
}
.loyalty-new__list-title {
	font-weight: 700;
	font-size: 36px;
	color: #333333;
	line-height: 1.28;
}

.loyalty-new__list-item {
	height: 100%;
	background: #EBF6FD;
	border-radius: 10px;
	padding: 16px;
}

.loyalty-new__list-image {
	margin-bottom: 8px;
}
.loyalty-new__list-text {
	font-size: 22px;
	line-height: 1.2;
	color: #666666;
}
.loyalty-new__list-arrow {
	margin: 12px 0;
}

.loyalty-new__list-final {
	display: flex;
	align-items: center;
}
.loyalty-new__list-key {
	width: 50%;
	min-width: 50%;
	text-align: center;
}
.loyalty-new__list-content {
	font-size: 25px;
	color: #333333;
	line-height: 1.2;
}
.loyalty-new__list-bonus {
	font-weight: 700;
	font-size: 33px;
}
.loyalty-new__list .g-col {
	padding-top: 40px;
}
@media screen and (max-width: 1200px) {
.loyalty-new__list .g-col {
	width: 50%;
	min-width: 50%;
}
.loyalty-new__list-item {
	max-width: 300px;
	margin: 0 auto;
}
}

@media screen and (max-width: 900px) {
.loyalty-new-bonus .g-col_60 {
	width: 100%;
	min-width: 100%;
}
.loyalty-new-bonus .g-col_40 {
	display: none;
}
}
.loyalty-new-top__image {
  display: none;
}
/* End */
/* /pl/css/loyality-category.css?1780613963896 */
/* /pl/css/desktop-loyalty-new.css?17806139638863 */
