@charset "UTF-8";
@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  30% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
}

@-webkit-keyframes autofill {
  0%,
  to {
    color: #fff;
    background: 0 0
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-position: center
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transform-position: center
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-position: center
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transform-position: center
  }
}

@-webkit-keyframes splash-answer {
  25% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
  }
}

@keyframes splash-answer {
  25% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
  }
}

@-webkit-keyframes shake-answer {
  25% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }
  50% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }
}

@keyframes shake-answer {
  25% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
  }
  50% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }
}

@-webkit-keyframes btn-animate {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@keyframes btn-animate {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  30% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG)
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  text-align: left;
  overflow-x: hidden
}

[tabindex="-1"]:focus {
  outline: 0!important
}

:focus,
button:focus {
  outline: 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased
}

p {
  margin-top: 0
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem
}

address {
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote,
figure {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

audio,
output,
video {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none!important
}

audio:not([controls]) {
  display: none;
  height: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: 'TT Milks';
  src: url(../fonts/TTMilks-DemiBold.woff) format("woff"), url(../fonts/TTMilks-DemiBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.h1 {
  line-height: 1.2
}

.b-promo__main-slider-title,
.h1 {
  font-family: TT Milks;
  font-size: 44px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-profile__advantages-title {
  color: #fff
}

.b-charity__description-title,
.b-lk-giftcard-response__activatecount,
.b-profile__advantages-title,
h1 {
  font-family: TT Milks;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-charity__description-title,
h1 {
  color: #fff
}

.b-cart__total-title,
.b-lk-info__item-title,
.h2 {
  color: #fff
}

.b-cart__total-price,
.b-cart__total-title,
.b-lk-info__item-title,
.h2 {
  font-family: TT Milks;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-charity__status-value {
  color: #fff
}

.b-about-facts__item-title,
.b-about-numbers__item-title,
.b-charity__status-value {
  font-family: TT Milks;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-giftpage__giftitem-title,
.h3,
h2,
h3 {
  font-family: TT Milks;
  font-size: 38px;
  line-height: 1.1
}

.b-giftpage__giftitem-title,
.b-promo__main-slider-currentprice,
.h3,
.h4,
h2,
h3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-catalog__error-message,
.b-promo__main-slider-currentprice,
.h4 {
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3
}

.b-card__price-currentprice,
.b-card__price-oldprice,
.b-form__resetpassord-title,
.b-ourchoise-item__price-current,
.b-ourchoise-item__title {
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-accardeon--text .b-accardeon__item-title,
.b-lk-title__title,
.b-ratinglabel__value,
.shop-item-inline__title-text {
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-lk-title__title,
.shop-item-inline__title-text {
  color: #fff
}

.b-bundles__list-item-title {
  font-size: 28px;
  text-transform: uppercase
}

.b-blog-detail__author-name,
.b-bundles__list-item-title,
.b-preorder__item-title {
  font-family: TT Milks;
  line-height: 1.3;
  letter-spacing: .04em
}

.b-preorder__item-title {
  text-transform: uppercase;
  color: #fff
}

.b-blog-detail__author-name {
  font-size: 28px
}

.b-blog-detail__author-name,
.h5 {
  text-transform: uppercase;
  color: #fff
}

.b-advantages__item-text,
.b-catalog__tabs-item,
.h5 {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .04em
}

.b-catalog__tabs-item {
  color: #fff
}

.b-menu__list,
.b-search-result__count,
.b-tabs__head-item {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase
}

.b-menu__list,
.b-search-result__count {
  letter-spacing: .04em
}

.b-tabs__head-item {
  color: #fff
}

.b-card__slider-button,
.b-tabs__head-item {
  letter-spacing: .04em
}

.b-card__slider-button,
.b-card__slideritem-button {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 1.3;
  color: #fff
}

.b-questionnaire__title,
.b-tipography__quote-author {
  color: #fff
}

.b-giftcards-list__item-price,
.b-questionnaire__title,
.b-tipography__quote-author {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-footer__menu ul li a,
.h6 {
  font-family: TT Milks;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff
}

.b-footer__menu ul li a,
.b-promo__hits-title,
.h6 {
  line-height: 1.3;
  letter-spacing: .04em
}

.b-ourchoise-item__label,
.b-ourchoise-item__price-discount,
.b-promo__hits-title {
  font-family: TT Milks;
  font-size: 16px;
  text-transform: uppercase
}

.b-ourchoise-item__label {
  line-height: 1.3;
  letter-spacing: .04em
}

.b-menu__accordeon,
.b-notification__item-title {
  color: #fff
}

.b-card__price-discount,
.b-menu__accordeon,
.b-notification__item-btn,
.b-notification__item-title,
.shop-item-inline__price-discount {
  font-family: TT Milks;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-comments .b-comments__item-game,
.b-giftpage__giftitem-keys,
.b-preorder__item-discount {
  font-family: TT Milks;
  font-size: 16px;
  text-transform: uppercase
}

.b-comments .b-comments__item-name {
  font-family: TT Milks;
  text-transform: uppercase
}

.b-giftpage__giftitem-keys,
.b-preorder__item-discount {
  line-height: 1.3;
  letter-spacing: .04em
}

.b-giftpage__giftitem-keys {
  color: #fff
}

.h7 {
  color: #fff
}

.b-promo__main-slider-subtitle,
.b-timer,
.h7 {
  font-family: TT Milks;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase
}

.h8 {
  color: #fff
}

.b-card__img-label,
.b-comments .b-comments__item-interactive-button,
.h8 {
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-charity__title,
.b-tipography__subtitle,
.p_big {
  text-transform: none
}

.b-card__tabdescription h2,
.b-charity__title,
.b-tipography__subtitle,
.p_big {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 1.3;
  color: #fff
}

.b-blog-detail__author-title,
.b-comment-change-popup,
.p,
body {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-transform: none
}

.p_small {
  color: #fff
}

.b-footer__notification-wrapper,
.p_small {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none
}

.b-blog-article__description,
.shop-item__name {
  color: #fff
}

.b-blog-article__description,
.b-notification__item-description,
.shop-item__name {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none
}

.b-achivement__text,
.b-articles__date,
.b-articles__desc,
.b-card .b-complect__item-price,
.b-card .b-complect__item-title,
.b-card__table--sys .b-card__table-title,
.b-card__table--sys .b-card__table-value,
.b-comments .b-comments__item-body,
.b-comments__item-restore,
.b-lk-notification__item-date,
.b-lk-notification__item-text {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-transform: none
}

.b-blog-detail__share span {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none
}

.blog-subscribe__left span {
  color: #fff
}

.blog-subscribe__left span,
.blog-subscribe__right span {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none
}

.b-card__available__item,
.b-card__slideritem-content .shop-item__name,
.b-card__subinfo-head,
.b-card__table-title,
.b-card__table-value,
.b-footer__copyright-by a,
.b-footer__copyright-by span,
.b-footer__copyright-policy a,
.b-footer__copyright-policy span,
.b-menu__list-sub .b-menu__list-item,
.span_big {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.3;
  color: #fff
}

.b-card__table-value a,
.b-comments__form-stars a {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.3
}

.b-profile__head-social,
.b-questionnaire__tag,
.b-tipography__caption,
.b-tipography__quote-title,
.b-warning,
.shop-item-inline__detail-item {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.3;
  color: #fff
}

.b-form__input--agreement .b-form__input-message {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.3
}

.b-comments .b-comments__item-date,
.b-comments .b-comments__item-responseto,
.b-comments .b-comments__item-status {
  font-family: Montserrat;
  font-size: 12px
}

.b-autch-social__title,
.b-autch-social__error,
.b-breadcrumbs__item,
.b-checkbox__label,
.b-comment-change,
.b-ratinglabel__title,
.span_small {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.3;
  color: #fff
}

ol,
ul {
  margin-bottom: 16px;
  padding: 0
}

ol li,
ul li {
  list-style: none;
  padding-left: 12px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 8px
}

ul li:before {
  content: '•';
  position: absolute;
  left: 0
}

ol {
  counter-reset: counter
}

ol li {
  padding-left: 40px;
  margin-bottom: 24px
}

ol li:before {
  content: counter(counter);
  counter-increment: counter;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fbbb43;
  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-radius: 50%;
  font-family: TT Milks;
  font-size: 13px;
  padding-top: 2px
}

ol.vertical li {
  padding-top: 40px;
  padding-left: 0
}

ol.vertical li:before {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.text-center,
ol.vertical li {
  text-align: center
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0!important;
  right: 0!important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent!important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute;
  z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden
}

.fancybox-caption {
  opacity: 0;
  position: absolute
}

.fancybox-navigation .fancybox-button {
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus,
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}

.b-shopitem-slider__wrapper--achivments .slick-track .slick-slide>div,
.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
.slick-slide.slick-loading img {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs,
.slick-slide img {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}

.ps {
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  position: absolute
}

.ps__rail-x {
  height: 15px;
  bottom: 0
}

.ps__rail-y {
  width: 15px;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute
}

.ps__thumb-x {
  height: 6px;
  bottom: 2px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto!important
  }
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0
}

.tippy-iOS {
  cursor: pointer!important;
  -webkit-tap-highlight-color: transparent
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.tippy-tooltip {
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  outline: 0
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: -7px
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
  transform-origin: 50% 7px;
  top: -7px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  right: -7px
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
  transform-origin: 7px 50%;
  left: -7px
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid
}

.tippy-content {
  padding: 5px 9px
}

.b-footer__menu ul li a,
.b-header__search form,
.ps {
  position: relative
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 6px
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background: 0 0
}

.tippy-tooltip {
  margin: 0;
  position: relative
}

.tippy-tooltip .tippy-content {
  padding: 6px 15px;
  background: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 32px rgba(251, 187, 67, .4);
  box-shadow: 0 0 32px rgba(251, 187, 67, .4);
  border: 1px solid #fbbb43;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff
}

.tippy-tooltip[data-placement=bottom] .tippy-arrow {
  top: 0!important;
  border-bottom-color: transparent
}

.tippy-tooltip[data-placement=bottom] .tippy-arrow:after,
.tippy-tooltip[data-placement=bottom] .tippy-arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 8px;
  border-color: transparent transparent #000;
  bottom: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100
}

.tippy-tooltip[data-placement=bottom] .tippy-arrow:after {
  border-width: 0 7px 9px;
  border-color: transparent transparent #fbbb43;
  z-index: -1
}

.tippy-tooltip[data-placement=top] .tippy-arrow {
  bottom: 0!important;
  border-top-color: transparent
}

.tippy-tooltip[data-placement=top] .tippy-arrow:after,
.tippy-tooltip[data-placement=top] .tippy-arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 8px;
  border-color: transparent transparent #000;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  z-index: 100
}

.tippy-tooltip[data-placement=top] .tippy-arrow:after {
  border-width: 0 7px 9px;
  border-color: transparent transparent #fbbb43;
  z-index: -1
}

:root {
  --thumbBG: rgb(114, 112, 112);
  --scrollbarBG: #141111
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  background: #141111;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

html:not(.is-mac) body::-webkit-scrollbar {
  width: 8px
}

html:not(.is-mac) body::-webkit-scrollbar-track {
  background: var(--scrollbarBG)
}

html:not(.is-mac) body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 5px;
  border: 1px solid var(--scrollbarBG)
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.b-header__search form .search-btn:focus,
.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.b-header,
.b-header:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000
}

.b-header:before {
  content: '';
  height: 140%;
  position: absolute;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 15, 15, 0)), color-stop(9.38%, rgba(19, 15, 15, .05)), color-stop(20.83%, rgba(19, 16, 16, .15)), color-stop(46.35%, rgba(20, 17, 17, .49)), color-stop(75%, rgba(20, 17, 17, .7)), to(rgba(20, 17, 17, .95)));
  background: linear-gradient(0deg, rgba(19, 15, 15, 0) 0%, rgba(19, 15, 15, .05) 9.38%, rgba(19, 16, 16, .15) 20.83%, rgba(20, 17, 17, .49) 46.35%, rgba(20, 17, 17, .7) 75%, rgba(20, 17, 17, .95) 100%);
  opacity: .5;
  pointer-events: none;
  -webkit-transition: .8s;
  transition: .8s
}

.b-header.darkest:before {
  opacity: 1
}

.b-header #search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.b-header__logo {
  width: calc(var(--col)*3)
}

.b-header__logo a {
  display: block;
  max-width: 132px;
  min-width: 80px;
  line-height: 0
}

.b-header__logo svg {
  max-width: 100%
}

.b-header__container,
.b-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-header__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 36px var(--p);
  margin: 0 auto;
  position: relative
}

.b-header__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-header__container--search {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(var(--col)*9)
}

.b-header__container--search .btn {
  margin-right: 16px
}

.b-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(var(--col)*4);
  position: relative;
  z-index: 10
}

.b-footer__menu ul li a:hover span:after,
.b-header__search {
  width: 100%
}

.b-header__search form .search-btn {
  position: absolute;
  right: 16px;
  background: 0 0;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 45.833333333333336% 36.21399176954733%;
  width: 24px;
  height: 25px;
  border: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.b-header__search form .search-btn.close {
  background: 0 0
}

.b-header__search form .search-btn.close:after,
.b-header__search form .search-btn.close:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block
}

.b-header__search form .search-btn.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.b-header__search input {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(0deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
  border-radius: 35px;
  border: 0;
  padding: 8px 26px;
  color: #fff;
  width: 100%
}

.b-header__search input:focus {
  outline: 0;
  background: #fff;
  color: #000
}

.b-header__search input:focus+.search-btn {
  -webkit-filter: brightness(0);
  filter: brightness(0)
}

.b-footer__menu ul li:before,
.b-header__search-mobileform {
  display: none
}

.b-header__icon {
  display: block;
  margin: 0 0 0 27px;
  cursor: pointer
}

.b-header__icon:last-child {
  margin-right: 0
}

.b-header__icon:first-child {
  margin-left: 0
}

.b-header__icon--cart,
.b-header__icon--cart.not-empty,
.b-header__icon--favorite {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 40.57971014492754% 22.413793103448278%;
  width: 36px;
  height: 36px
}

.b-header__icon--cart.not-empty,
.b-header__icon--favorite {
  background-position: 21.73913043478261% 22.413793103448278%
}

.b-header__icon--cart.animate,
.b-header__icon--favorite.animate {
  -webkit-animation: shake .5s 1 ease-out;
  animation: shake .5s 1 ease-out
}

.b-header__icon--favorite {
  background-position: 27.536231884057973% 73.27586206896552%
}

.b-header__icon--notification,
.b-header__icon--notification.active,
.b-header__icon--user {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 13.043478260869565% 89.27038626609442%;
  width: 36px;
  height: 35px
}

.b-header__icon--notification,
.b-header__icon--notification.active {
  background-position: 86.95652173913044% 31.03448275862069%;
  height: 36px
}

.b-header__icon--notification.active {
  background-position: 86.95652173913044% 46.55172413793103%
}

.b-header__icon--notification.not-empty,
.b-header__icon--notification.not-empty.active,
.b-header__icon--search {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 86.95652173913044% 0;
  width: 36px;
  height: 36px
}

.b-header__icon--notification.not-empty.active,
.b-header__icon--search {
  background-position: 86.95652173913044% 15.517241379310345%
}

.b-header__icon--search {
  display: none;
  background-position: 96.5034965034965% 89.25619834710744%;
  width: 26px;
  height: 26px
}

.b-header__menu-btn {
  margin-left: 24px;
  display: none;
  cursor: pointer
}

.b-header__menu-btn span {
  width: 32px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 6px 0
}

.b-footer {
  padding: 40px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #fbbb43;
  -webkit-box-shadow: 0 0 4px rgba(251, 187, 67, .3);
  box-shadow: 0 0 4px rgba(251, 187, 67, .3)
}

.b-footer__logo {
  width: calc(var(--col)*3)
}

.b-footer__menu,
.b-footer__notification {
  width: calc(var(--col)*10)
}

.b-footer__menu ul {
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-footer__menu ul li {
  width: calc(100%/4);
  display: block;
  margin-bottom: 24px;
  padding-right: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-footer__menu ul li a span {
  display: block;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.b-footer__menu ul li a span::after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fbbb43;
  display: block;
  position: absolute;
  top: 100%;
  -webkit-transition: width .3s;
  transition: width .3s
}

.b-footer__menu ul li a:hover span {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.b-footer__notification {
  position: relative;
  margin-left: calc(var(--col)*3)
}

.b-footer__menu ul,
.b-footer__menu ul li,
.b-footer__notification-wrapper,
.b-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-footer__notification-wrapper {
  color: #fbbb43;
  max-width: 735px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-footer__notification-wrapper:before {
  content: '';
  background-image: url(../images/footericon.png);
  background-size: cover;
  display: block;
  height: 48px;
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px
}

.b-footer__social {
  width: calc(var(--col)*3);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-footer__social-item {
  margin: 0 5%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-footer__social-item:last-child {
  margin: 0 0 0 5%
}

.b-footer__social-item svg path {
  -webkit-transition: .3s;
  transition: .3s
}

.b-comments .b-comments__item-rating-btn.active svg path,
.b-comments__form-stars-item.active svg path,
.b-comments__form-stars-item.active~.b-comments__form-stars-item svg path,
.b-comments__form-stars-item:hover svg path,
.b-comments__form-stars-item:hover~.b-comments__form-stars-item svg path,
.b-footer__social-item:hover svg path {
  fill: #fbbb43
}

.b-footer__options,
.b-footer__options-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-footer__options {
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  width: calc(var(--col)*3);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-footer__options-language {
  margin-left: -5px;
  margin-right: 43px
}

.b-footer__options-language__item {
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 6px 2px;
  margin: 0 5px;
  cursor: pointer;
  color: #fff
}

.b-footer__options-language__item.active {
  color: #fff;
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  border-radius: 8px
}

.b-footer__options-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-footer__options-currency {
  margin-top: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-footer__options-currency .b-currency-dropdown {
  margin-left: 8px
}

.b-footer__copyright {
  margin-bottom: 40px;
  margin-top: var(--mb)
}

.b-footer__copyright-policy {
  margin-bottom: 40px;
}

.b-footer__copyright-by a,
.b-footer__copyright-by span,
.b-footer__copyright-policy a,
.b-footer__copyright-policy span {
  color: rgba(255, 255, 255, .4)
}

.b-footer__copyright-policy *+* {
  margin-left: 60px
}

.b-footer__copyright-payment,
.b-footer__copyright-payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: center
}

.b-footer__copyright-payment__item {
  margin: 0 16px
}

.b-user-name__name {
  display: inline;
  -webkit-transition: font-size ease-in-out .3s, line-height ease-in-out .3s;
  transition: font-size ease-in-out .3s, line-height ease-in-out .3s;
  font-family: TT Milks;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: inherit
}

.b-user-name__name::after {
  content: ' '
}

.b-user-name__name--in-comment {
  color: #fbbb43
}

.b-user-name--admin .b-user-name__level,
.b-user-name__level {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.b-user-name__level {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  border: 2px solid rgba(251, 187, 67, .5);
  border-radius: 50%;
  font-family: TT Milks;
  font-size: 13px;
  color: #fff
}

.b-user-name--admin .b-user-name__level {
  all: unset;
  vertical-align: middle
}

.b-user-name--admin .b-user-name__level::before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 97.87234042553192% 54.356846473029044%;
  width: 30px;
  height: 27px
}

.b-avatar {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: width ease-in-out .3s, height ease-in-out .3s;
  transition: width ease-in-out .3s, height ease-in-out .3s
}

.b-avatar--lk {
  width: 80px;
  height: 80px
}

.b-avatar__frame,
.b-avatar__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.b-avatar__img {
  padding: 3px;
  -o-object-fit: cover;
  object-fit: cover
}

.b-avatar--lk .b-avatar__img {
  padding: 4px
}

.b-avatar__frame {
  display: none;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 1px #fbbb43, inset 0 0 12px 1px #fbbb43;
  box-shadow: 0 0 12px 1px #fbbb43, inset 0 0 12px 1px #fbbb43;
  opacity: 1;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s
}

.b-avatar--300-minor .b-avatar__frame {
  display: block;
  border-color: #fff
}

.b-avatar--300-major .b-avatar__frame {
  display: block;
  border-color: #fbbb43
}

.b-avatar--lk .b-avatar__frame {
  border-width: 4px
}

.b-promo {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6vh;
  margin-bottom: calc(var(--mb) - 6vh)
}

.b-promo__height {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.b-promo .b-content__container,
.b-promo .container {
  width: 100%
}

.b-promo__main-slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  line-height: 0;
  min-height: 100vh;
  width: 100%
}

.b-promo__main-slider::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 15, 15, 0)), color-stop(90%, #141111));
  background: linear-gradient(180deg, rgba(19, 15, 15, 0) 0%, #141111 90%);
  position: absolute
}

.b-promo__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 378px
}

.b-promo__hits {
  position: relative;
  width: calc(100% - 63px)
}

.b-promo__hits .shop-item {
  min-height: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 216 / 378;
}

.b-promo__hits .shop-item__name {
  letter-spacing: -.04em
}

.b-promo__hits .slick-slide {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%)
}

.b-promo__hits .slick-slide.show-reverse {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%)
}

.b-promo__hits .slick-slide.slick-active.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.b-promo__hits .slick-slide.slick-active.hide {
  opacity: 0;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%)
}

.b-promo__hits .slick-slide.slick-active.hide-reverse {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%)
}

.b-promo__hits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: -30px
}

.b-promo__hits-title {
  position: absolute;
  color: #fff;
  -webkit-transform: rotate(-90deg) translate(-43%, -100%);
  transform: rotate(-90deg) translate(-43%, -100%);
  left: -59px
}

.b-promo__hits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 47%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.b-promo__hits-container.show {
  visibility: visible;
  opacity: 1
}

.b-promo__hits-container .b-control {
  margin-left: 19px;
  margin-right: 0
}

.b-promo__hits-item {
  padding: 30px 12px
}

.b-promo__main-slider-description {
  width: calc(100% - 64px);
  max-height: 378px
}

.b-promo__main-slider-description-item {
  max-height: 378px
}

.b-promo__main-slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  padding-right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 378px
}

.b-promo__main-slider-info.show {
  visibility: visible;
  opacity: 1
}

.b-promo__main-slider-info .b-control {
  margin-right: 20px;
  margin-left: -3px
}

.b-promo__main-slider-subtitle {
  color: #fff;
  margin-bottom: 16px
}

.b-promo__main-slider-title {
  line-height: .8;
  margin-bottom: 8px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  max-width: 70%
}

.b-promo__main-slider-title a {
  color: #fff
}

.b-promo__main-slider-bundle {
  line-height: 1.5;
  opacity: 0
}

.b-promo__main-slider-container {
  margin-top: 24px;
  opacity: 0
}

.b-promo__main-slider-container .btn--primary {
  margin-right: 24px
}

.b-promo__main-slider-container,
.b-promo__main-slider-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-promo__main-slider-discount {
  font-family: TT Milks;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #fbbb43;
  border-radius: 10px;
  padding: 6px 8px 3px;
  margin-left: 24px
}

.b-promo .c-timer-mainpage,
.shop-item__image img[data-image] {
  opacity: 0
}

.b-promo .slick-active .b-promo__main-slider-title {
  line-height: 1.2
}

.b-accardeon--text .b-accardeon__item-head.js-accordeon-open.opened~.b-accardeon__item-body:after,
.b-promo .slick-active .b-promo__main-slider-bundle,
.b-promo .slick-active .b-promo__main-slider-container,
.b-promo .slick-active .b-promo__main-slider-title,
.b-promo .slick-active .c-timer-mainpage {
  opacity: 1
}

.b-promo .slick-active.hide .b-promo__main-slider-container {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}

.b-promo .slick-active.hide .b-promo__main-slider-title {
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.4;
  opacity: 0
}

.b-promo .slick-active.hide .b-promo__main-slider-bundle,
.b-promo .slick-active.hide .b-promo__main-slider-subtitle,
.b-promo .slick-active.hide .c-timer-mainpage {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}

.shop-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
  max-width: 268px
}

.shop-item:after,
.shop-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.shop-item:after {
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 10px
}

.shop-item:before {
  background: rgba(0, 0, 0, .4);
  border-radius: 11px;
  z-index: 10;
  opacity: 0;
  visibility: hidden
}

.shop-item__discount__date {
  margin-bottom: 8px;
  text-align: center;
  font-family: TT Milks;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.shop-item__discount__date span {
  margin: 0 8px
}

.shop-item__discount__date span:first-child {
  opacity: .6
}

.shop-item__discount__date span:last-child {
  opacity: .4
}

.b-catalog__tabs-item span,
.shop-item-discount:hover .shop-item__discount {
  color: #fbbb43
}

.shop-item__image {
  border-radius: 11px 11px 0 0;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: block
}

.b-comments__form-button button:focus,
.shop-item__image:focus {
  outline: 0
}

.shop-item__image img {
  border-radius: 11px 11px 0 0;
  max-width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-mask: url(../images/cardshadow.png) top left/contain
}

.b-promo__hits .shop-item__image img {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;	
}

.shop-item__image img.loaded {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1
}

.shop-item__label {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-family: TT Milks;
  letter-spacing: .06em;
  padding: 5px 9px 3px;
  background: rgba(251, 187, 67, .6);
  border-radius: 11px 0 11px 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.shop-item__favorite,
.shop-item__favorite.added,
.shop-item__favorite:hover {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  width: 36px;
  height: 36px
}

.shop-item__favorite {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10;
  opacity: 0;
  background-position: 27.536231884057973% 73.27586206896552%
}

.shop-item__favorite.added,
.shop-item__favorite:hover {
  background-position: 53.6231884057971% 73.27586206896552%
}

.shop-item__favorite.added {
  background-position: 40.57971014492754% 73.27586206896552%
}

.shop-item__name {
  margin-bottom: 8px;
  cursor: pointer;
  display: block;
  padding: 0 8px;
  letter-spacing: -.04em;
  min-height: 60px
}

.shop-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 8px;
  margin: auto 0 0;
  min-height: 33px
}

.shop-item__price-current {
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-family: TT Milks;
  margin-right: 16px
}

.shop-item__price-discount {
  font-family: TT Milks;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  background: #fbbb43;
  border-radius: 8px;
  padding: 6px 8px 3px;
  margin: 0 0 0 auto
}

.shop-item .btn.btn--primary {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 7px 12px 4px
}

.shop-item:hover:after {
  border: 1px solid #fbbb43
}

.shop-item:hover .btn,
.shop-item:hover:before {
  opacity: 1;
  visibility: visible
}

.shop-item:hover .shop-item {
  overflow: hidden
}

.shop-item:hover .shop-item__favorite,
.shop-item:hover .shop-item__label {
  opacity: 1;
  visibility: visible
}

.b-control,
.b-control__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  margin: -19px 0
}

.b-control__btn {
  margin: 16px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.b-control__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, .3);
  -webkit-transition: .3s;
  transition: .3s
}

.b-control__btn[aria-disabled=true] {
  opacity: .3
}

.b-control__btn--down:after,
.b-control__btn--up:after {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 32.83582089552239% 39.285714285714285%;
  width: 44px;
  height: 44px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s
}

.b-control__btn--up:hover:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.b-control__btn--up:hover:before {
  border: 2px solid #fff
}

.b-control__btn--down:after {
  background-position: 0 39.285714285714285%
}

.b-control__btn--down:hover:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.b-control__btn--down:hover:before {
  border: 2px solid #fff
}

.b-control__progressbar {
  height: 100%;
  position: relative;
  width: 1px;
  background: rgba(255, 255, 255, .3);
  overflow: hidden
}

.b-control__progressbar-value {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  background: #fff
}

.b-control--ourchoise {
  position: absolute;
  right: -3.4%;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 100%;
  max-height: 335px;
  min-height: initial
}

.b-control--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: initial;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 40px);
  margin: 0 -20px
}

.b-control--horizontal .b-control__btn--down,
.b-control--horizontal .b-control__btn--up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 20px
}

.b-control--horizontal .b-control__progressbar {
  width: 100%;
  height: 1px
}

.b-advantages,
.b-advantages__item,
.b-control--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-advantages {
  margin: 0 -12px var(--mb);
  width: calc(100% + 24)
}

.b-advantages__item {
  padding: 2.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: calc((100%/5) - 24px);
  position: relative;
  margin: 0 12px;
  min-width: 185px
}

.b-advantages__item:after,
.b-advantages__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%
}

.b-advantages__item:before {
  border: 2px solid rgba(251, 187, 67, .3);
  border-radius: 12px;
  z-index: -2
}

.b-advantages__item:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 17, 17, 0)), to(rgba(20, 17, 17, .9)));
  background: linear-gradient(0deg, rgba(20, 17, 17, 0) 0%, rgba(20, 17, 17, .9) 100%);
  mix-blend-mode: darken;
  border-radius: 6px;
  z-index: -1
}

.b-advantages__item-image {
  width: 40%;
  min-width: 67px;
  margin: 0 auto 20px
}

.b-advantages__item-image img {
  max-width: 100%
}

.b-advantages__item-text {
  text-align: center;
  color: #fbbb43;
  text-transform: none
}

.b-catalog {
  width: calc(var(--col)*14);
  margin: 0 auto var(--mb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.b-catalog .b-developer-card,
.b-catalog .shop-item {
  width: calc(100%/5 - 32px);
  margin: 0 16px calc(var(--mb)/2)
}

.b-catalog__tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 calc(var(--mb)/2)
}

.b-catalog__tabs-item {
  padding: 5px 12px 3px;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 6px
}

.b-catalog__tabs-item.active {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px
}

.b-catalog__tabs-item.active:hover {
  color: #fff
}

.b-catalog__tabs-item:hover {
  color: #fbbb43
}

.b-catalog__tab-container {
  display: none;
  width: 100%
}

.b-catalog__tab-container .b-catalog__tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px
}

.b-catalog__tab-container.active {
  display: block
}

.b-catalog__tab-link {
  width: 100%;
  text-align: center
}

.b-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px
}

.b-catalog--mainpage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-catalog--mainpage .shop-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 156px
}

.b-catalog .b-shopitem-slider__wrapper {
  margin: 0 -16px
}

.b-catalog--slider {
  position: relative
}

.b-catalog--slider .b-control {
  position: absolute;
  right: 0;
  top: 0;
  width: initial;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  margin: 0 -12px
}

.b-catalog--slider .b-control__progressbar {
  display: none
}

.b-catalog--slider .b-control__btn {
  margin: 0 12px
}

.b-catalog__error-message {
  margin: var(--mb) auto;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  max-width: 500px
}

.b-ourchoise {
  width: calc(var(--col)*14);
  margin: 0 auto calc(var(--mb) - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-ourchoise__titel {
  margin-bottom: calc(var(--mb)/2 - 20px)
}

.b-ourchoise__wrapper {
  position: relative;
  width: 100%
}

.b-ourchoise__slider {
  width: calc(100% + 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px
}

.b-ourchoise__slide {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 16px;
  width: 50%
}

.b-ourchoise-item {
  border: 2px solid transparent;
  padding-bottom: 60%;
  background-size: cover;
  margin-bottom: 32px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.b-ourchoise-item--half {
  padding-bottom: 40%
}

.b-ourchoise-item:last-child {
  margin-bottom: 0
}

.b-ourchoise-item.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.b-ourchoise-item.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

.b-ourchoise-item:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.59%, transparent), to(#000));
  background: linear-gradient(180deg, transparent -1.59%, #000 100%);
  opacity: .7;
  z-index: 10
}

.b-blog-article--large .b-blog-article__image:after,
.b-ourchoise-item:before,
.b-ourchoise-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.b-blog-article--large .b-blog-article__image img,
.b-ourchoise-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.b-ourchoise-item__container {
  left: 5%;
  width: 90%;
  top: 32px;
  position: absolute;
  bottom: 32px;
  z-index: 20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: -webkit-fill-available;
  margin-top: auto;
}

.b-ourchoise-item__title {
  max-width: 280px;
  margin-bottom: 15px
}

.b-ourchoise-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-ourchoise-item__price-current {
  margin-right: 16px
}

.b-ourchoise-item__price-discount {
  text-align: center;
  color: #000;
  background: #fbbb43;
  border-radius: 6px;
  padding: 6px 8px 3px;
  line-height: 1;
  letter-spacing: -.04em
}

.b-ourchoise-item__label {
  display: inline-block;
  text-align: center;
  color: #000;
  background: #fbbb43;
  border-radius: 10px;
  padding: 5px 8px 3px
}

.b-ourchoise-item .btn--primary {
  padding: 7px 12px 4px;
  margin: 0 0 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.b-ourchoise-item:hover {
  border: 2px solid #fbbb43
}

.b-ourchoise-item:hover .btn--primary {
  opacity: 1;
  visibility: visible
}

.b-blog,
.b-blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-blog__wrapper {
  width: calc(100% + 32px);
  margin: 0 -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-blog-article,
.b-blog-article--large {
  width: calc(100%/3 - 32px);
  margin: 0 16px calc(var(--mb)/2)
}

.b-blog-article--large {
  width: calc((100%/3)*2 - 32px)
}

.b-blog--blogmain .b-blog-article {
  width: calc(100%/3 - 32px);
  margin: 0 16px 32px
}

.b-blog--blogmain .b-blog-article--large {
  width: calc((100%/3)*2 - 32px);
  margin: 0 16px 32px
}

.b-blog--mainpage {
  margin-bottom: var(--mb);
  width: calc(var(--col)*14);
  margin: 0 auto calc(var(--mb))
}

.b-blog--mainpage .b-blog-article {
  width: calc(100%/3 - 32px);
  margin: 0 16px calc(var(--mb)/2)
}

.b-blog-article__image {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  transition: .3s
}

.b-blog-article__image img {
  width: 100%;
  border-radius: 11px
}

.b-blog-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.b-blog-article__info-type {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px 8px 3px;
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fbbb43;
  margin-right: 16px;
  opacity: .4
}

.b-blog-article__info-date {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, .7)
}

.b-blog-article__title {
  font-weight: 700;
  color: #fff;
  max-width: 468px;
  margin-bottom: 8px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s
}

.b-blog-article__description {
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 400!important
}

.b-blog-article:hover .b-blog-article__image {
  background-color: #fbbb43
}

.b-blog-article:hover .b-blog-article__description,
.b-blog-article:hover .b-blog-article__info-date,
.b-blog-article:hover .b-blog-article__title,
.b-menu__list-item a {
  color: #fbbb43
}

.b-blog-article--large {
  position: relative;
  min-height: 339px
}

.b-blog-article--large .b-blog-article__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px;
  pointer-events: none
}

.b-blog-article--large .b-blog-article__image {
  margin-bottom: 0;
  position: relative;
  height: 100%
}

.b-blog-article--large .b-blog-article__image img {
  -o-object-position: center;
  object-position: center
}

.b-blog-article--large .b-blog-article__image:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.76%, transparent), to(#000));
  background: linear-gradient(180deg, transparent 13.76%, #000 100%)
}

.b-blog-article__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .7)
}

.b-blog-article__statistic>*+* {
  margin-left: 16px
}

.b-blog-article__statistic-comments,
.b-blog-article__statistic-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-blog-article__statistic-comments:before,
.b-blog-article__statistic-views:before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 25.087108013937282% 84.21052631578948%;
  width: 25px;
  height: 21px;
  display: block;
  margin-right: 5px
}

.b-blog-article__statistic-comments:before {
  background-position: 83.62369337979094% 72.8744939271255%
}

.b-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-menu__list {
  color: #fbbb43;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0
}

.b-menu__list-item {
  margin-bottom: 25px;
  list-style: none;
  padding: 0
}

.b-menu__accordeon-item::before,
.b-menu__list-item--display--mobile,
.b-menu__list-item:before {
  display: none
}

.b-menu__list-item:last-child {
  margin-bottom: 0
}

.b-menu__list-sub {
  margin-top: 48px;
  text-transform: none;
  letter-spacing: initial
}

.b-menu__col {
  width: calc(100%/4);
  padding-right: 20px
}

.b-menu__accordeon {
  margin-bottom: 0
}

.b-menu__accordeon-list {
  padding: 0;
  margin-bottom: 0
}

.b-menu__accordeon-title {
  margin-bottom: calc(var(--mb)/2);
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-menu__accordeon-item {
  margin-bottom: 26px;
  list-style: none;
  padding: 0
}

.b-menu__accordeon-item a {
  color: #fff
}

.b-menu__icons {
  display: none
}

.b-menu__icon {
  margin: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-menu__icon--cart,
.b-menu__icon--cart.not-empty,
.b-menu__icon--favorite,
.b-menu__icon--user {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 40.57971014492754% 22.413793103448278%;
  width: 36px;
  height: 36px
}

.b-menu__icon--cart.not-empty,
.b-menu__icon--favorite,
.b-menu__icon--user {
  background-position: 21.73913043478261% 22.413793103448278%
}

.b-menu__icon--favorite,
.b-menu__icon--user {
  background-position: 27.536231884057973% 73.27586206896552%
}

.b-menu__icon--user {
  background-position: 13.043478260869565% 89.27038626609442%;
  height: 35px
}

.b-menu__close {
  width: 29px;
  height: 29px;
  position: relative;
  display: none;
  margin: 0 auto 50px
}

.b-menu__close:after,
.b-menu__close:before,
.b-notification__close:after,
.b-notification__close:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block
}

.b-menu__close:before,
.b-notification__close:after,
.b-notification__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.b-popup {
  display: none
}

.b-popup.show {
  display: block
}

.b-popup__overlay {
  content: '';
  z-index: -1;
  position: absolute;
  left: calc(var(--col)*3 + var(--p) - 5%);
  top: 0;
  display: block;
  background: rgba(0, 0, 0, .9);
  min-height: 100vh;
  width: calc(100% + 25px)
}

.b-popup__container {
  position: absolute;
  min-height: calc(100vh - 125px);
  top: 125px;
  left: calc(var(--col)*3 + var(--p) - 10px);
  width: calc(var(--col)*13 - (var(--p)*2));
  color: #fff;
  z-index: 100;
  max-height: 100%;
  overflow: auto
}

.b-popup__content {
  height: 100%;
  padding-bottom: 80px
}

.b-popup--small .b-popup__container {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: -1
}

.b-popup--small .b-popup__container,
.b-popup--small .b-popup__overlay {
  left: initial;
  max-width: 320px;
  right: 0
}

.b-popup--filter .b-popup__overlay {
  z-index: 1000
}

.b-popup--filter .b-popup__container {
  background: #000;
  z-index: 1000;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch
}

.b-popup--search .b-popup__container {
  height: 100%;
  padding-bottom: 0;
  width: calc(var(--col)*11 - (var(--p)*2));
  overflow: initial
}

.b-popup--search .b-popup__content {
  padding-bottom: 0
}

.b-popup--avatar .b-popup__container {
  height: 100%;
  padding: 0;
  overflow: initial;
  left: calc(var(--col)*3 + var(--p) - 5%);
  width: calc(var(--col)*13)
}

.b-popup--avatar .b-popup__content {
  padding-bottom: 0
}

.b-popup--avatar .b-popup__overlay {
  width: 107%
}

.b-popup--change-comment .b-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: none;
  background-color: rgba(0, 0, 0, .5)
}

.b-popup--change-comment .b-popup__content {
  padding-bottom: 99px
}

.b-notification {
  height: 100%;
  overflow: auto;
  padding-right: 24px;
  padding-left: 24px
}

.b-notification__close {
  width: 29px;
  height: 29px;
  position: relative;
  display: none;
  margin: 0 auto 50px
}

.b-notification__close:after,
.b-notification__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.b-notification__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.b-notification__item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative
}

.b-notification__item:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fbbb43;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: .5
}

.b-notification__item-title {
  margin-bottom: 8px
}

.b-notification__item-description {
  padding-bottom: 16px;
  color: #fff
}

.b-card .b-tabs__head span,
.b-card__subinfo-body a,
.b-notification__item-btn,
.b-search-result__count span {
  color: #fbbb43
}

.b-notification__item--viewed {
  opacity: .3
}

.b-notification .btn.btn--primary {
  margin: 0 auto;
  display: table
}

.b-search-result {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.b-search-result .shop-item {
  margin: 0 12px calc(var(--mb)/2);
  width: calc(100%/5 - 24px);
  min-width: 160px
}

.b-search-result__count {
  padding-bottom: 22px;
  color: #fff
}

.b-search-result__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -12px;
  margin-bottom: 80px
}

.b-search-result form {
  margin-bottom: 20px
}

.b-search-result-close {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px
}

.b-search-result-closeIcon {
  width: 29px;
  height: 29px;
  position: relative
}

.b-search-result-closeIcon:after,
.b-search-result-closeIcon:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block
}

.b-search-result-closeIcon:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.b-search-result .shop-item--more {
  min-height: 300px
}

.search-more {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #141111;
  font-family: TT Milks;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fbbb43;
  text-align: center
}

.b-accardeon__item--dlc .b-accardeon__item-title a,
.search-more span {
  color: #fff
}

.b-tabs--content .b-tabs__body>div {
  padding: 24px 32px 0;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden
}

.b-tabs--content .b-tabs__body>div.active:first-of-type {
  border-radius: 0 10px 10px 10px
}

.b-form__input input.error~.b-form__input-description,
.b-form__input input.error~.b-form__input-message {
  display: none
}

.b-form__input {
  position: relative;
  margin-bottom: 36px;
  width: 100%
}

.b-form__input input {
  width: 100%;
  font-size: 14px;
  line-height: 1.3px;
  color: #fff;
  background: 0 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0
}

.b-form__input input:focus~label:not(.error) {
  font-size: 11px;
  line-height: 13px;
  bottom: 100%
}

.b-form__input input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both
}

.b-form__input input.fullfield~label:not(.error) {
  font-size: 11px;
  line-height: 13px;
  bottom: 100%
}

.b-form__input input.error {
  border-bottom: 1px solid #ff5858
}

.b-form__input input[disabled=disabled],
.b-form__input input[disabled=disabled]~label {
  opacity: .5
}

.b-form__input label.error {
  position: absolute;
  right: 0;
  font-size: 11px;
  top: calc(100% + 2px);
  color: #ff5858
}

.b-form__input label:not(.error):not([class]) {
  font-family: TT Milks;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin-bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none
}

.b-form__input-description,
.b-form__input-message {
  position: absolute;
  font-family: Montserrat;
  font-size: 10px;
  line-height: 130%;
  text-align: right;
  color: #fff;
  opacity: .5;
  top: calc(100% + 4px);
  right: 0
}

.b-form__input-description.error {
  opacity: 1;
  color: #ff5858
}

.b-form__input--agreement:last-child {
  margin-bottom: 0!important
}

.b-form__input--agreement .b-form__input-title {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.06em;
  text-transform: none
}

.b-form__input--agreement .b-checkbox:last-child {
  margin-bottom: 0
}

.b-form__input--agreement .b-form__input-message {
  position: static;
  margin-top: 1em;
  opacity: 1;
  color: #ff5858;
  text-align: left
}

.b-form__resetpassord-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(var(--mb)/2)
}

.b-form__resetpassord-toggle p {
  margin-bottom: .5em
}

.b-form__resetpassord-toggle span {
  color: #fbbb43;
  font-weight: 700;
  cursor: pointer
}

.b-form__resetpassord-title {
  text-align: center;
  margin-bottom: 21px
}

.b-form__resetpassord-description {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px
}

.b-form.hide {
  display: none
}

.b-form .btn {
  margin-bottom: 30px
}

.b-form--signin,
.b-form--signup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-currency-dropdown.nice-select .option:before,
.b-currency-dropdown.nice-select:after,
.b-form--signin.js-tab-content,
.b-form--signup.js-tab-content {
  display: none
}

.b-form--signin,
.b-form--signin.js-tab-content.active,
.b-form--signup,
.b-form--signup.js-tab-content.active,
.b-form__two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-form__two-column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(var(--mb)/6)
}

.b-form__two-column .b-form__input {
  width: calc(50% - 20px)
}

.b-form__textarea {
  margin-bottom: 24px
}

.b-form__textarea-label {
  font-family: TT Milks;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  text-align: left
}

.b-form__textarea-field textarea {
  width: 100%;
  min-height: 129px;
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  padding: 5px
}

.b-form__message {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px
}

.b-form__message.error {
  color: #ff5858
}

.b-autch-social {
  margin-top: 18px
}

.b-autch-social__title,
.b-autch-social__error {
  margin-bottom: 20px;
  text-align: center
}

.b-autch-social__error {
  padding-top: 1.6rem;
  color: #ff8484;
}

.b-autch-social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-autch-social__item {
  margin: 0 16px
}

.b-login__close {
  width: 29px;
  height: 29px;
  position: relative;
  display: none;
  margin: 0 auto 50px
}

.b-login__close:after,
.b-login__close:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block
}

.b-login__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.b-login .b-form__input input.nice-select.open:-webkit-autofill,
.b-login .b-form__input input:-webkit-autofill,
.b-login .b-form__input input:-webkit-autofill:active,
.b-login .b-form__input input:-webkit-autofill:focus,
.b-login .b-form__input input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #000 inset!important
}

.b-login .b-form__input input:-webkit-autofill {
  -webkit-text-fill-color: #fff!important
}

.b-currency-container {
  cursor: pointer
}

.b-currency-container svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-currency-container,
.b-currency-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-currency-dropdown__current {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 9px;
  padding: 4px 6px 2px
}

.b-currency-dropdown__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  display: none
}

.b-currency-dropdown.nice-select,
.b-currency-dropdown__list-item {
  padding: 4px 6px 2px;
  text-align: center
}

.b-currency-dropdown__wrapper {
  position: relative
}

.b-currency-dropdown.nice-select {
  background: 0 0;
  height: initial;
  width: 26px;
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  border-radius: 8px;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-currency-dropdown.nice-select:focus {
  border: 1px solid #fbbb43
}

.b-currency-dropdown.nice-select:hover {
  border: 1px solid #fbbb43
}

.b-currency-dropdown.nice-select.open {
  border-top: 1px solid #fbbb43;
  border-left: 1px solid #fbbb43;
  border-right: 1px solid #fbbb43;
  border-radius: 8px 8px 0 0
}

.b-currency-dropdown.nice-select.open .list {
  border-bottom: 1px solid #fbbb43;
  border-left: 1px solid #fbbb43;
  border-right: 1px solid #fbbb43;
  border-radius: 0 0 8px 8px
}

.b-currency-dropdown.nice-select .option {
  padding: 4px 6px 2px;
  background-color: transparent;
  line-height: initial;
  min-height: initial;
  text-align: center
}

.b-currency-dropdown.nice-select .option.focus {
  background-color: transparent!important
}

.b-currency-dropdown.nice-select .option:hover {
  background-color: transparent
}

.b-currency-dropdown.nice-select .list {
  background-color: transparent;
  color: #fff;
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  margin-top: 0;
  width: calc(100% + 2px);
  left: -1px
}

.b-currency-dropdown.nice-select.open~svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.b-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(var(--mb)/2 - 20px);
  padding-bottom: 20px;
  width: 100%;
  overflow: auto
}

.b-breadcrumbs:after,
.b-breadcrumbs:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, .2)
}

.b-breadcrumbs:before {
  margin-right: 16px
}

.b-breadcrumbs:after {
  margin-left: 16px
}

.b-breadcrumbs__item {
  margin-right: 49px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-breadcrumbs__item::after {
  content: '';
  position: absolute;
  left: calc(100% + 16px);
  width: 17px;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  display: block;
  top: 50%
}

.b-breadcrumbs__item:last-child {
  margin-right: 0
}

.b-breadcrumbs__item:last-child:after {
  display: none
}

.b-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--mb)/2)
}

.b-card__col--small {
  max-width: 370px;
  margin-right: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  width: 100%
}

.b-card__col--large {
  width: calc(100% - (370px + 55px))
}

.b-card__img {
  -webkit-box-shadow: 0 4px 4px #050505;
  box-shadow: 0 4px 4px #050505;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 370px
}

.b-card__img img {
  max-width: 100%;
  border-radius: 10px
}

.b-card__img:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, .4);
  position: absolute;
  z-index: 5;
  border-radius: 10px
}

.b-card__img .b-timer {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10
}

.b-card__img-ratinglabels {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10
}

.b-card__img-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 4px;
  background: rgba(251, 187, 67, .7);
  color: #fff;
  z-index: 10;
  border-radius: 10px 0
}

.b-card__title {
  margin-bottom: 18px;
  max-width: 735px;
  padding-right: 5%;
  width: 100%
}

.b-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.b-card__favorite,
.b-card__favorite.added,
.b-card__favorite:hover {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  width: 52px;
  height: 52px
}

.b-card__favorite {
  display: block;
  cursor: pointer;
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: 0 16.666666666666668%
}

.b-card__favorite.added,
.b-card__favorite:hover {
  background-position: 43.07692307692308% 0
}

.b-card__favorite.added {
  background-position: 23.076923076923077% 0
}

.b-card__available {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 16px);
  margin: 0 -8px calc((var(--mb)/2) - 12px)
}

.b-card__available__item {
  margin: 0 12px;
  list-style: none;
  padding-left: 12px;
  position: relative
}

.b-card__available__item:last-child,
.b-card__subinfo-item:last-child {
  margin-right: 0
}

.b-card__available__item:before,
.b-card__price-oldprice:after {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0
}

.b-card__available__item:before {
  background-color: #fff;
  border-radius: 10px;
  width: 6px;
  height: 6px
}

.b-card__price {
  margin-bottom: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-card__price-item {
  margin-right: 25px
}

.b-card__price-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-card__price-oldprice {
  position: relative;
  opacity: .5
}

.b-card__price-oldprice:after {
  width: 100%;
  height: 2px;
  background: #fff
}

.b-card__price-discount,
.shop-item-inline__price-discount {
  padding: 4px 8px 1px;
  background: #fbbb43;
  border-radius: 8px;
  color: #000
}

.b-card__subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 735px;
  margin-bottom: calc(var(--mb)/2)
}

.b-card__subinfo-item {
  margin-right: 69px
}

.b-card__subinfo-head {
  margin-bottom: 8px
}

.b-card__subinfo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700
}

.b-card__table {
  margin-bottom: calc(var(--mb)/2)
}

.b-card__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px
}

.b-card__table--sys .b-card__table-title,
.b-card__table-title {
  width: 100px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-card__table-value {
  font-weight: 700
}

.b-card__table-value a {
  font-weight: 700;
  color: #fbbb43
}

.b-card__table--sys,
.b-multiple-select__list-item label {
  margin-bottom: 0
}

.b-card__table--sys .b-card__table-title {
  width: 100%;
  max-width: 180px;
  min-width: 114px;
  opacity: .5
}

.b-card__table--sys .b-card__table-value {
  font-weight: 400
}

.b-accardeon__item-body ul li:last-child,
.b-card__table--sys .b-card__table-item:last-child {
  margin-bottom: 0
}

.b-card__extendinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-card__extendinfo + .b-card__extendinfo {
  padding: calc(var(--mb)/2 - 20px) 0;
}

.b-card__extendinfo.links {
  gap: 0.4rem;
}

.b-card__extendinfo-link {
  background: transparent;
  border: 2px solid #fbbb43;
  border-radius: 4px;
  color: white;
  font-family: TT Milks;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 0.1rem 0.4rem;
}

.b-card__extendinfo-link:hover {
  box-shadow: 0px 0px 6px 1px #fbbb43;	
}

.b-card__extendinfo-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: default
}

.b-card__extendinfo-icon:hover {
  -webkit-transform: scale(1.17);
  transform: scale(1.17)
}

.b-card__extendinfo-icon--multiplayer,
.b-card__extendinfo-icon--singleplayer {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 55.47445255474452% 57.391304347826086%;
  width: 38px;
  height: 38px
}

.b-card__extendinfo-icon--multiplayer {
  background-position: 27.73722627737226% 57.391304347826086%
}

.b-card__extendinfo-icon--steam,
.b-card__extendinfo-icon--steamcards,
.b-card__extendinfo-icon--steamcloud {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 73.72262773722628% 33.04347826086956%;
  width: 38px;
  height: 38px
}

.b-card__extendinfo-icon--steam,
.b-card__extendinfo-icon--steamcloud {
  background-position: 73.72262773722628% 49.56521739130435%
}

.b-card__extendinfo-icon--steam {
  background-position: 73.72262773722628% 16.52173913043478%
}

.b-card__extendinfo-icon--coop,
.b-card__extendinfo-icon--gamepad,
.b-card__extendinfo-icon--vr {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 59.85401459854015% 33.04347826086956%;
  width: 38px;
  height: 38px
}

.b-card__extendinfo-icon--coop,
.b-card__extendinfo-icon--vr {
  background-position: 59.85401459854015% 0
}

.b-card__extendinfo-icon--vr {
  background-position: 0 73.91304347826087%
}

.b-card__extendinfo-icon--buys,
.b-card__extendinfo-icon--liderboards,
.b-card__extendinfo-icon--workshop {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 0 57.391304347826086%;
  width: 38px;
  height: 38px
}

.b-card__extendinfo-icon--buys,
.b-card__extendinfo-icon--workshop {
  background-position: 41.605839416058394% 57.391304347826086%
}

.b-card__extendinfo-icon--workshop {
  background-position: 13.86861313868613% 73.91304347826087%
}

.b-card__extendinfo-icon--editor,
.b-card__extendinfo-icon--localcoop,
.b-card__extendinfo-icon--statistic {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 59.85401459854015% 16.52173913043478%;
  width: 38px;
  height: 38px
}

.b-card__extendinfo-icon--localcoop,
.b-card__extendinfo-icon--statistic {
  background-position: 73.72262773722628% 0
}

.b-card__extendinfo-icon--localcoop {
  background-position: 13.86861313868613% 57.391304347826086%
}

.b-card__slider {
  position: relative
}

.b-card__slider-content {
  display: none;
  max-width: 754px
}

.b-card__slider-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #141111;
  z-index: 1
}

.b-card__slider-content.active {
  display: block;
  width: calc(100% + 30px);
  margin: 0 -15px
}

.b-card__slider-content .b-control {
  right: -5px;
  top: 0;
  position: absolute;
  min-height: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.b-card__slider-content .b-control__btn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 12px
}

.b-card__slider-buttons,
.b-card__slideritem-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-card__slider-button {
  padding: 5px 12px 3px
}

.b-card__slider-button,
.b-card__slideritem-button {
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 24px
}

.active.b-card__slideritem-button,
.b-card__slider-button.active {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px
}

.b-card__slider .slick-list {
  overflow: visible
}

.b-card__slider .slick-list .slick-slide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative
}

.b-card__slider .slick-list .slick-slide.slick-active,
.b-card__slider .slick-list .slick-slide.slick-active~.slick-slide {
  visibility: visible;
  opacity: 1
}

.b-card__slider-item a {
  -webkit-box-shadow: 0 4px 4px #050505;
  box-shadow: 0 4px 4px #050505;
  border-radius: 11px;
  overflow: hidden;
  display: inline-block
}

.b-card__slider-item img,
.b-comments .b-comments__item-image img,
.b-videoreview__image img {
  max-width: 100%
}

.b-card__slider-image {
  margin: 0 15px;
  position: relative
}

.b-card__slider-image--videopreview {
  aspect-ratio: 1.77724358;
  background-color: rgb(185 185 185 / 20%);
  border-radius: 11px;
}

.b-card__slider-image--videopreview a::after {
  content: '';
  width: 64px;
  height: 64px;
  background-image: url(../images/play.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 20
}

.b-card__slider-image--videopreview a:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: .3;
  z-index: 10
}

.b-card__tabdescription {
  padding-bottom: 16px
}

.b-card__tabdescription h2 {
  text-transform: none;
  margin-bottom: 1rem
}

.b-card__sys-item {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.b-card__sys-item:last-child {
  margin-bottom: 0;
  border-bottom: 0 solid rgba(255, 255, 255, .2)
}

.b-card__sys-head {
  cursor: pointer;
  position: relative;
  padding-right: 30px
}

.b-card__sys-head::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 8px)) rotate(180deg);
  transform: translateY(calc(-50% - 8px)) rotate(180deg);
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 33.21917808219178% 83.87096774193549%;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.b-accardeon__item-head.js-accordeon-open.opened::before,
.b-card__sys-head.opened::before {
  -webkit-transform: translateY(calc(-50% - 8px)) rotate(0deg);
  transform: translateY(calc(-50% - 8px)) rotate(0deg)
}

.b-card__sys-body,
.b-card__sys-head {
  padding-bottom: 24px
}

.b-card__slideritem-buttons {
  margin-top: 5px
}

.b-card__slideritem-content {
  display: none;
  margin: 0 -8px;
  width: calc(100% + 16px)
}

.b-card__slideritem-content.active {
  display: block
}

.b-card__slideritem-content .shop-item__name {
  letter-spacing: -.04em;
  min-height: 55px
}

.b-card__slideritem-content .b-control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px auto 0
}

.b-card__slideritem-content .b-control__btn {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 16px
}

.b-card__slideritem-content .b-control__progressbar {
  width: 100%;
  height: 1px
}

.b-card__slideritem-button {
  letter-spacing: .04em;
  padding: 5px 11px 3px
}

.b-card__slideritem-item {
  padding: 0 8px
}

.b-card-article {
  width: calc(100% + 16px);
  margin: 0 -8px
}

.b-card-article__item {
  padding: 0 8px
}

.b-card-article__item .b-blog-article {
  margin-bottom: 14px;
  width: initial
}

.b-card-article .b-control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 4px
}

.b-card-article .b-control__btn {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 16px
}

.b-card-article .b-control__progressbar {
  width: 100%;
  height: 1px
}

.b-card-video {
  width: calc(100% + 16px);
  margin: 0 -8px
}

.b-card-video .b-videoreview {
  padding: 0 8px
}

.b-card-video .b-control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 4px
}

.b-card-video .b-control__btn {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 14px 16px 0
}

.b-card-video .b-control__progressbar {
  width: 100%;
  height: 1px
}

.b-card .b-complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  width: calc(100% + 16px);
  margin: 0 -8px;
  position: relative;
  z-index: 100;
  padding-bottom: 20px
}

.b-card .b-complect.ps {
  overflow: initial!important
}

.b-card .b-complect .ps__rail-y {
  display: none
}

.b-card .b-complect:after {
  content: '';
  width: 1px;
  height: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-card .b-complect__item {
  padding: 12px;
  background: rgba(0, 0, 0, .4);
  border-radius: 6px;
  min-width: calc(100%/5 - 18px);
  max-width: calc(100%/4 - 18px);
  width: 100%;
  margin: 0 8px calc(var(--mb)/2 - 20px);
  border: 1px solid transparent;
  position: relative;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.b-card .b-complect__item.current {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.b-card .b-complect__item-title {
  font-weight: 700;
  margin-bottom: 5px
}

.b-card .b-complect__item-list {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 10;
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, .4);
  border: 1px solid transparent
}

.b-card .b-complect__list-item {
  color: #fff;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-size: 14px
}

.b-card .b-complect__list-item--more,
.b-comments .b-comments__item-game span {
  color: #fbbb43
}

.b-accardeon__item {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.b-accardeon__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 16px
}

.b-accardeon__item-head.js-accordeon-open {
  padding-right: 40px;
  cursor: pointer
}

.b-accardeon__item-head.js-accordeon-open::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 8px)) rotate(180deg);
  transform: translateY(calc(-50% - 8px)) rotate(180deg);
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 33.21917808219178% 83.87096774193549%;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.b-accardeon__item-image {
  border-radius: 11px;
  overflow: hidden;
  margin-right: 16px
}

.b-accardeon__item-title,
.b-comments__form-totalrating-container a.active {
  font-weight: 700;
  color: #fbbb43
}

.b-accardeon__item-body {
  padding-bottom: 16px
}

.b-accardeon__item--dlc .b-accardeon__item-title {
  font-weight: 400;
  color: #fff
}

.b-accardeon__item:last-child {
  margin-bottom: 0
}

.b-accardeon-more {
  color: #fbbb43;
  cursor: pointer;
  margin-bottom: 24px
}

.b-accardeon-more.show,
.b-accardeon-more~.b-accardeon__item {
  display: none
}

.b-accardeon-more.show~.b-accardeon__item {
  display: block
}

.b-accardeon-more.show~.b-accardeon__item:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.b-accardeon--text {
  margin-bottom: var(--mb)
}

.b-accardeon--text .b-accardeon__item {
  padding: calc(var(--mb)/2) 0 calc(var(--mb)/2 - 16px);
  position: relative;
  margin-bottom: 0
}

.b-accardeon--text .b-accardeon__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.b-accardeon--text .b-accardeon__item-head {
  padding-left: calc(100%/12)
}

.b-accardeon--text .b-accardeon__item-head.js-accordeon-open {
  cursor: pointer;
  padding-right: calc(100%/12*2)
}

.b-accardeon--text .b-accardeon__item-head.js-accordeon-open::before {
  content: '';
  position: absolute;
  right: calc(100%/12/2);
  top: 50%;
  -webkit-transform: translate(50%, calc(-50% - 8px)) rotate(180deg);
  transform: translate(50%, calc(-50% - 8px)) rotate(180deg);
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 33.21917808219178% 83.87096774193549%;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.b-accardeon--text .b-accardeon__item-head.js-accordeon-open~.b-accardeon__item-body:after {
  position: absolute;
  content: '';
  left: -10px;
  top: -1px;
  right: -10px;
  bottom: -1px;
  background: #000;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid gray;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.b-accardeon--text .b-accardeon__item-head.js-accordeon-open.opened::before {
  -webkit-transform: translate(50%, 0) rotate(0deg);
  transform: translate(50%, 0) rotate(0deg);
  top: 0
}

.b-accardeon--text .b-accardeon__item-title {
  color: #fff
}

.b-accardeon--text .b-accardeon__item-body {
  padding: 0 calc(100%/12*2) 0 calc(100%/12)
}

.b-accardeon--cart-total {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.b-accardeon--cart-total .b-accardeon__item {
  position: relative;
  border: 0
}

.b-accardeon--cart-total .b-accardeon__item-head {
  padding-bottom: 0;
  padding-right: 28px
}

.b-accardeon--cart-total .b-accardeon__item-head.js-accordeon-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: none;
  transition: none
}

.b-accardeon--cart-total .b-accardeon__item-head.js-accordeon-open.opened::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg)
}

.b-accardeon--cart-total .b-accardeon__item-head .b-checkbox {
  font-size: 12px
}

.b-accardeon--cart-total .b-accardeon__item-body {
  padding: 0
}

.b-accardeon--cart-total .b-accardeon__item-body::before {
  content: '';
  display: block;
  height: 24px;
  width: 100%
}

.b-tabs {
  margin-bottom: calc(var(--mb)/2)
}

.b-tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: -1px
}

.b-tabs__head .ps__rail-x {
  z-index: 11
}

.b-tabs__head-item {
  padding: 13px 16px 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap
}

.b-tabs__head-item.active::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
  bottom: -1px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid #141111;
  position: absolute;
  border-radius: 10px 10px 0 0
}

.b-tabs--center .b-tabs__head {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-tabs--comments .b-tabs__head-item.active,
.b-tabs--content .b-tabs__head-item.active {
  z-index: 10;
  position: relative
}

.b-tabs--comments .b-tabs__head-item.active:before,
.b-tabs--content .b-tabs__head-item.active:before {
  background: #000;
  z-index: -1;
  border-bottom: 0 solid #000
}

.b-tabs--content .b-tabs__head {
  border-bottom: 0
}

.b-tabs--content .b-tabs__body {
  padding: 0
}

.b-tabs--comments .b-tabs__head {
  border-bottom: 0
}

.b-tabs--comments .b-tabs__body {
  padding: 0
}

.b-tabs--btns .b-tabs__head {
  border: 0
}

.b-tabs--btns .b-tabs__head-item {
  padding: 5px 12px 3px;
  margin-bottom: calc(var(--mb)/2);
  border: 1px solid transparent
}

.b-tabs--btns .b-tabs__head-item.active {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px
}

.b-tabs--btns .b-tabs__head-item.active::before,
.b-tipography__group>li::before {
  content: none
}

.b-tabs--btns .b-tabs__body,
.b-tipography__group>li {
  padding: 0
}

.b-tabs__body {
  padding: 24px
}

.b-tabs .js-tab-content {
  display: none
}

.b-tabs .js-tab-content.active {
  display: block
}

.b-tabs--comments .js-tab-content.active[data-tab-index="1"] .b-comments__form {
  border-radius: 0 10px 10px 10px
}

.b-comments {
  padding-bottom: .04em
}

.b-comments--comment .b-comments__form,
.b-comments--review .b-comments__form {
  margin-bottom: 16px
}

.b-comments__more-btn {
  margin-top: calc(var(--mb)/2);
  text-align: center
}

.b-comments__form {
  padding: 16px 16px 10px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: calc(var(--mb)/2)
}

.b-comments__form-login {
  margin-bottom: 8px
}

.b-comments__form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  margin-bottom: 6px
}

.b-comments__form-field.error {
  border: 1px solid #ff5858
}

.b-comments__form-field.error .b-comments__form-button:before {
  background: #ff5858
}

.b-comments__form-field.error label.error {
  position: absolute;
  font-size: 10px;
  bottom: 5px;
  right: 0;
  margin-bottom: 0;
  height: 1em;
  line-height: 1
}

.b-comments__form-field-wrapper {
  width: 100%;
  padding: 13px 16px
}

.b-comments__form-input {
  position: relative
}

.b-comments__form-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  background: 0 0;
  border: 0;
  color: #fff;
  padding: 1px
}

.b-comments__form-input input:focus~span {
  display: none
}

.b-comments__form-input input.not-empty~span {
  display: none
}

.b-comments__form-input span,
.b-comments__form-textarea span {
  font-size: 13px;
  line-height: 1.3;
  position: absolute;
  top: 4px;
  left: 0;
  pointer-events: none
}

.b-comments__form-textarea {
  height: 100%;
  line-height: 0;
  min-height: 22px;
  position: relative
}

.b-comments__form-textarea--large {
  min-height: 192px
}

.b-comments__form-textarea textarea {
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  background: 0 0;
  border: 0;
  resize: none;
  color: #fff;
  padding: 1px
}

.b-comments__form-textarea textarea:focus~span {
  display: none
}

.b-comments__form-stars-item input,
.b-comments__form-textarea textarea.not-empty~span {
  display: none
}

.b-comments__form-title {
  margin-bottom: 16px
}

.b-comments__form-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: auto
}

.b-comments__form-button:before {
  content: '';
  width: 1px;
  background: #fbbb43;
  height: calc(100% - 12px);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute
}

.b-comments__form-button button,
.b-comments__form-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments__form-button button {
  cursor: pointer;
  padding: 12px;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-comments__form-button button:before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 0 100%;
  width: 24px;
  height: 24px;
  display: inline-block
}

.b-comments__form-close {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #141111;
  width: 24px;
  height: 24px;
  cursor: pointer
}

.b-comments__form-close:after,
.b-comments__form-close:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #fff;
  width: 10px;
  top: 10px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.b-comments__form-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.b-comments__form-stars {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 10px
}

.b-comments__form-stars a {
  color: #fbbb43;
  font-weight: 700
}

.b-comments__form-stars-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.b-comments__form-stars-item {
  padding: 0 10px;
  cursor: pointer;
  margin-bottom: -2px
}

.b-comments__form-stars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments__form-totalrating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(var(--mb)/2)
}

.b-comments__form-totalrating--only-sort {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.b-comments__form-totalrating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 14px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fbbb43;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments__form-totalrating-container a:last-child,
.b-comments__form-totalrating-container:last-child {
  margin-right: 0
}

.b-comments__form-totalrating-container svg {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 8px
}

.b-comments__form-totalrating-container span {
  font-family: Montserrat;
  color: #fff;
  font-weight: 400
}

.b-comments__form-totalrating-container a {
  color: #fff;
  margin: 0 12px;
  font-size: 14px;
  font-weight: 400
}

.b-comments .b-comments__wrapper>.b-comments__item:first-child>.b-comments__item-wrapper {
  padding-top: 0;
  margin-top: 0;
  border-top: 0 solid rgba(255, 255, 255, .2)
}

.b-comments .b-comments__item-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 12px 1fr 12px 1fr;
  grid-template-columns: 46px 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 7px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px
}

.b-comments .b-comments__item-wrapper>:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.b-comments .b-comments__item-wrapper>:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.b-comments .b-comments__item-wrapper>:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}

.b-comments .b-comments__item-info {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments .b-comments__item-info--column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-right: 24px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-comments .b-comments__item-game {
  letter-spacing: .04em;
  color: #fff;
  line-height: 1
}

.b-comments .b-comments__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  padding-right: 35px
}

.b-comments .b-comments__item-image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2
}

.b-comments .b-comments__item-date {
  color: #fff;
  opacity: .5;
  line-height: 1;
  margin-right: 10px
}

.b-comments .b-comments__item-name {
  letter-spacing: .04em;
  font-size: 18px;
  color: #fbbb43;
  line-height: 1.2
}

.b-comments .b-comments__item-level:not(.b-comments__item-level--admin) {
  border: 2px solid rgba(251, 187, 67, .5);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
  font-family: TT Milks;
  letter-spacing: .04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  margin-left: 4px;
  position: absolute;
  right: 0;
  cursor: default
}

.b-comments .b-comments__item-level--admin {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1
}

.b-comments .b-comments__item-level--admin:before {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 97.87234042553192% 54.356846473029044%;
  width: 30px;
  height: 27px;
  line-height: 1;
  content: ''
}

.b-comments .b-comments__item-head {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.b-comments .b-comments__item-body {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  word-wrap: break-word
}

.b-comments .b-comments__item-body p:last-child {
  margin-bottom: calc(1rem/2)
}

.b-comments .b-comments__item-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

.b-comments .b-comments__item-body-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #fff
}

.b-comments .b-comments__item-body-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments .b-comments__item-body-ratingitem {
  margin: 0 6px 0 0;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 61.904761904761905% 45.6%;
  width: 18px;
  height: 18px
}

.b-comments .b-comments__item-body-ratingitem:first-child {
  margin: 0
}

.b-comments .b-comments__item-body-ratingitem.active,
.b-comments .b-comments__item-body-ratingitem.active~.b-comments__item-body-ratingitem {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 55.78231292517007% 45.6%;
  width: 18px;
  height: 18px
}

.b-comments .b-comments__item-response {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  padding-left: 59px
}

.b-comments .b-comments__item-responseto,
.b-comments .b-comments__item-status,
.b-comments .b-comments__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-comments .b-comments__item-subtitle {
  margin-bottom: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-comments .b-comments__item-responseto,
.b-comments .b-comments__item-status {
  color: #fbbb43;
  line-height: 1
}

.b-comments .b-comments__item-responseto:before,
.b-comments .b-comments__item-status:before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 44.74576271186441% 43.96887159533074%;
  width: 17px;
  height: 11px;
  display: block;
  margin-right: 10px;
  margin-bottom: 2px
}

.b-comments .b-comments__item-status::before {
  display: none
}

.b-comments .b-comments__item-rating,
.b-comments .b-comments__item-rating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-comments .b-comments__item-rating-btn {
  font-family: TT Milks;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-right: 19px;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s
}

.b-comments .b-comments__item-rating-btn span {
  line-height: 1;
  margin-right: 4px
}

.b-comments .b-comments__item-rating-btn:last-child {
  margin-right: 0
}

.b-comments .b-comments__item-rating-btn:first-child .b-comments__item-rating-icon {
  margin-top: -5px
}

.b-background__image img.loaded,
.b-comments .b-comments__item-interactive-button:hover,
.b-comments .b-comments__item-rating-btn:hover,
.b-series-item__image img.loaded {
  opacity: 1
}

.b-comments .b-comments__item-rating-icon {
  line-height: 1
}

.b-comments .b-comments__item-interactive {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4
}

.b-comments .b-comments__item-interactive-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-comments .b-comments__item-interactive-button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 17px;
  color: #fff;
  opacity: .3;
  cursor: pointer
}

.b-comments .b-comments__item-interactive-button:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.b-comments .b-comments__item-interactive-button span {
  color: #fbbb43
}

.b-comments .b-comments__item-form {
  display: none
}

.b-comments .b-comments__item-form.active {
  display: block
}

.b-comments .b-comments__item-wrapper {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  position: relative
}

.b-comments .b-comments__wrapper--pinned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 16px 16px 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background-color: #000
}

.b-comments .b-comments__wrapper .b-comments__form-field {
  background: #141111
}

.b-comments .b-comments__wrapper .b-comments__form-field:last-child {
  margin-bottom: 0
}

.b-comments .b-comments__wrapper--pinned .b-comments__form-close,
.b-comments .b-comments__wrapper--pinned .b-comments__form-field {
  background-color: #000
}

.b-comments__pinned {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 16px;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  color: rgba(255, 255, 255, .5)
}

.b-comments__item-rank,
.b-videoreview__title a {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.3;
  color: #fbbb43
}

.b-comments__item-restore {
  display: none
}

.b-comments__item--deleted>.b-comments__item-wrapper .b-comments__item-restore {
  display: block
}

.b-comments__item--deleted>.b-comments__item-wrapper .b-comments__item-rating {
  visibility: hidden
}

.b-comments__item--deleted>.b-comments__item-response,
.b-comments__item--deleted>.b-comments__item-wrapper .b-comments__item-body,
.b-comments__item--deleted>.b-comments__item-wrapper .b-comments__item-interactive {
  display: none
}

.b-comments__item-form--edit,
.b-comments__item-restore {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4
}

.b-comments__item--editing>.b-comments__item-wrapper .b-comments__item-form--edit {
  display: block
}

.b-comments__item--editing>.b-comments__item-wrapper .b-comments__item-rating {
  visibility: hidden
}

.b-comments__item--editing>.b-comments__item-wrapper .b-comments__item-body,
.b-comments__item--editing>.b-comments__item-wrapper .b-comments__item-interactive,
.b-filter__select--sorting .list li:before,
.b-filter__select.open .list li:before {
  display: none
}

.b-videoreview {
  display: inline-block
}

.b-videoreview__title a {
  font-size: 16px;
  color: #fff;
  font-weight: 400
}

.b-videoreview__image a {
  overflow: hidden;
  border-radius: 11px;
  -webkit-box-shadow: 0 4px 4px #050505;
  box-shadow: 0 4px 4px #050505;
  display: inline-block;
  position: relative
}

.b-videoreview__image a:before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 16.417910447761194% 39.285714285714285%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20
}

.b-videoreview__image a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: .3;
  z-index: 10
}

.b-warning {
  padding: 16px;
  background: #000;
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 11px;
  max-width: 735px
}

.b-warning--notify {
  padding: 12px 16px;
  margin-bottom: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-warning--notify .btn {
  margin-right: 14px
}

.b-warning--notify span {
  max-width: 240px;
  display: inline-block
}

.b-timer {
  background: rgba(0, 0, 0, .8);
  border: 1px solid rgba(255, 255, 255, .4);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 6px 8px;
  color: #fff;
  white-space: nowrap
}

.b-filter__select.open .list li.option:hover,
.b-multiple-select__title span b,
.b-timer span {
  color: #fbbb43
}

.b-timer>span {
  margin-left: 10px
}

.b-timer__number {
  width: 1.4em;
  display: inline-block;
  text-align: center
}

.b-ratinglabel {
  padding: 9px 8px;
  background: rgba(0, 0, 0, .5);
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3px
}

.b-ratinglabel__value {
  color: #fff
}

.b-content__layout {
  padding-top: 125px;
  overflow-x: hidden
}

.b-content__layout--giftpage {
  padding-top: 50px
}

.b-content__layout--sticky {
  overflow: initial
}

.b-content__wrapper {
  width: calc(var(--col)*14);
  margin: 0 auto
}

.b-content__wrapper--md {
  width: calc(var(--col)*12)
}

.b-content__wrapper--giftpage {
  width: calc(var(--col)*10)
}

.b-content__wrapper--sm {
  width: 100%;
  max-width: 840px
}

.b-filter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-filter,
.b-filter__item,
.b-filter__mainfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-filter__item {
  margin: 0 0 calc(var(--mb)/2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100%/6 - 17px)
}

.b-filter__mainfilter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.b-filter__mainfilter .b-filter__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100%/6 - 17px)
}

.b-filter__mainfilter .b-filter__item--buttons {
  width: calc((100%/6)*2 - 17px);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.b-filter__mainfilter .b-filter__item--buttons .btn.btn--primary {
  padding: 7px 12px 5px
}

.b-filter__mainfilter .b-filter__item--buttons .btn:not(.btn--primary) {
  color: #fbbb43
}

.b-filter__hidden {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.b-filter__hidden.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-filter__select {
  width: 100%;
  background: 0 0;
  padding: 8px 50px 8px 8px;
  height: initial;
  -webkit-transition: none;
  transition: none;
  border-radius: 0;
  font-family: TT Milks;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .04em;
  min-width: 156px
}

.b-filter__select,
.b-filter__select:hover {
  border: 1px solid transparent;
  border-bottom: solid 1px rgba(255, 255, 255, .5)
}

.b-filter__select:focus {
  border: 1px solid transparent;
  border-bottom: solid 1px rgba(255, 255, 255, .5)
}

.b-filter__select:after {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 75.34246575342466% 68.54838709677419%;
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  margin-top: 0;
  top: 50%
}

.b-filter__select .list,
.b-filter__select.open,
.b-filter__select:after {
  -webkit-transition: none;
  transition: none
}

.b-filter__select.open {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid transparent;
  border-radius: 5px 5px 0 0
}

.b-filter__select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%
}

.b-filter__select.open .list {
  background: #000;
  -webkit-transition: 0ms;
  transition: 0ms;
  margin: 0 -1px;
  width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  border-top: 0 solid transparent;
  border-radius: 0 0 5px 5px;
  z-index: 100
}

.b-filter__select.open .list li.option {
  -webkit-transition: 0ms;
  transition: 0ms;
  min-height: initial;
  padding: 8px 30px 8px 0;
  margin: 0 8px;
  height: initial;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: #fff
}

.b-filter__select.open .list li.option:last-child {
  border-bottom: 1px solid transparent
}

.b-filter__select.open .list li.option.focus {
  background: 0 0
}

.b-filter__select.open .list li.option.selected {
  font-weight: 400
}

.b-filter__select.open .list li.option:hover {
  background: 0 0
}

.b-filter__select--sorting {
  font-family: Montserrat;
  text-transform: none;
  background: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.06em;
  color: #000;
  padding: 8px 38px 8px 8px;
  height: initial;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  border-radius: 5px
}

.b-filter__select--sorting.open:after,
.b-filter__select--sorting:after {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  width: 20px;
  height: 20px;
  -webkit-transform: none;
  transform: none;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 8px
}

.b-filter__select--sorting:after {
  background-position: 40.06849315068493% 83.87096774193549%
}

.b-filter__select--sorting .list,
.b-filter__select--sorting .list.open,
.b-filter__select--sorting:after {
  -webkit-transition: none;
  transition: none
}

.b-filter__find-input,
.b-filter__select--sorting .list {
  width: 100%
}

.b-filter__select--sorting.open:after {
  background-position: 46.917808219178085% 83.87096774193549%
}

.b-filter--inline .b-filter__item {
  width: initial;
  margin: 0 12px
}

.b-filter--inline .b-filter__item:last-child {
  margin: 0 0 0 12px
}

.b-filter__find-input input {
  width: 100%;
  background: 0 0;
  border: 0;
  color: #fff;
  font-size: 13px;
  line-height: 16px
}

.b-filter__find-input input::-webkit-input-placeholder {
  color: #fff
}

.b-filter__find-input input::-moz-placeholder {
  color: #fff
}

.b-filter__find-input input:-ms-input-placeholder,
.b-filter__find-input input::-ms-input-placeholder {
  color: #fff
}

.b-filter__find-input input::placeholder {
  color: #fff
}

.b-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-family: TT Milks;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0
}

.b-checkbox input {
  display: none
}

.b-checkbox input:checked~span:before {
  background: #fbbb43;
  left: calc(50% - 4px)
}

.b-checkbox--radio-text input:checked~span {
  color: #fbbb43
}

.b-checkbox:not(.b-checkbox--radio-text) span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 48px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .514);
  border-radius: 10px;
  position: relative;
  margin-right: 11px
}

.b-checkbox:not(.b-checkbox--radio-text) span:before {
  content: '';
  width: 50%;
  left: 4px;
  display: block;
  position: absolute;
  height: calc(100% - 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .5);
  border-radius: 7px;
  -webkit-transition: .2s;
  transition: .2s
}

.b-checkbox:not(.b-checkbox--radio-text).b-checkbox--small {
  font-family: Montserrat;
  text-transform: none;
  letter-spacing: -.06em
}

.b-checkbox:not(.b-checkbox--radio-text).b-checkbox--small input:checked~span:before {
  background: #fbbb43;
  left: calc(100% - (8px + 4px))
}

.b-checkbox:not(.b-checkbox--radio-text).b-checkbox--small span {
  display: inline-block;
  width: 32px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, .514);
  border-radius: 10px;
  position: relative;
  margin-right: 11px
}

.b-checkbox:not(.b-checkbox--radio-text).b-checkbox--small span:before {
  content: '';
  width: 8px;
  left: 4px;
  display: block;
  position: absolute;
  height: calc(100% - 6px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .5);
  border-radius: 7px;
  -webkit-transition: .2s;
  transition: .2s
}

.b-checkbox__label {
  letter-spacing: .03em;
  text-transform: initial
}

.b-checkbox--mb-0 {
  margin-bottom: 0!important
}

.b-multiple-select,
.b-multiple-select__title {
  position: relative;
  border: 1px solid transparent
}

.b-multiple-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  min-width: 155px
}

.b-multiple-select__title {
  font-family: TT Milks;
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 45px 8px 8px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .507);
  margin-bottom: -1px
}

.b-multiple-select__title:after {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 75.34246575342466% 68.54838709677419%;
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute
}

.b-multiple-select__list {
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.06em;
  color: #fff;
  position: absolute;
  top: 100%;
  display: none;
  width: calc(100% + 2px);
  left: -1px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-top: 0 solid transparent;
  background: #000;
  max-height: 225px;
  overflow: auto;
  z-index: 100
}

.b-multiple-select__list-item {
  padding: 8px 4px 8px 0
}

.b-multiple-select__list-item .b-checkbox:hover {
  color: #fbbb43
}

.b-multiple-select__list.ps .ps__rail-y {
  opacity: 1;
  background: #000
}

.b-multiple-select__list.ps .ps__rail-y .ps__thumb-y {
  width: 6px
}

.b-multiple-select__clear {
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  display: none
}

.b-multiple-select__clear::after,
.b-multiple-select__clear::before {
  content: '';
  width: calc(100% - 7px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 2px;
  background: #fbbb43
}

.b-multiple-select__clear::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.b-multiple-select__clear.show {
  display: block
}

.b-multiple-select.show {
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 6px 6px 0 0;
  background: #000
}

.b-multiple-select.show,
.b-multiple-select.show .b-multiple-select__title {
  border-bottom: 1px solid transparent
}

.b-multiple-select.show .b-multiple-select__title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.b-multiple-select.show .b-multiple-select__list {
  display: block;
  border-radius: 0 0 6px 6px
}

.b-multiple-select.show .b-multiple-select__list-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.b-multiple-select.show .b-multiple-select__list-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.b-multiple-select.show .b-multiple-select__list-item:last-child {
  border-bottom: 1px solid transparent
}

.b-mobile-filter {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.b-mobile-filter__title {
  text-align: center;
  margin-bottom: calc(var(--mb)/2)
}

.b-mobile-filter__title .b-about-facts__item-title,
.b-mobile-filter__title .b-about-numbers__item-title,
.b-mobile-filter__title .b-cart__total-price,
.b-mobile-filter__title .b-cart__total-title,
.b-mobile-filter__title .b-charity__status-value,
.b-mobile-filter__title .b-giftpage__giftitem-title,
.b-mobile-filter__title .b-lk-info__item-title,
.b-mobile-filter__title .h2,
.b-mobile-filter__title h2 {
  display: inline-block
}

.b-mobile-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 500px;
  margin: 0 auto calc(var(--mb)/2);
  width: 100%
}

.b-mobile-filter__controls {
  margin-top: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-mobile-filter__controls .btn {
  padding: 7px 12px 5px
}

.b-mobile-filter__controls .btn:not(.btn--primary) {
  color: #fbbb43
}

.b-mobile-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 1px 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.b-mobile-filter__btn:first-child {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.b-mobile-filter__btn-title,
.shop-item-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-mobile-filter__btn-title {
  font-family: TT Milks;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-mobile-filter__btn .b-checkbox span {
  margin-right: 0
}

.b-mobile-filter__btn .b-multiple-select {
  position: static
}

.b-mobile-filter__btn .b-multiple-select.show {
  border: 0
}

.b-mobile-filter__btn .b-multiple-select__title {
  padding: 3px 85px 3px 0;
  border-bottom: 0
}

.b-mobile-filter__btn .b-multiple-select__title--largetitle {
  padding: 8px 25px 8px 0
}

.b-mobile-filter__btn .b-multiple-select__title::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.b-mobile-filter__btn .b-multiple-select__list {
  top: 0;
  border: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0
}

.b-mobile-filter__btn .b-multiple-select__list-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: TT Milks;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-mobile-filter__btn .b-multiple-select__list-item--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.b-mobile-filter__btn .b-multiple-select__clear {
  right: 55px
}

.shop-item-inline {
  padding: calc(var(--mb)/2) 0;
  border-top: 1px solid rgba(255, 255, 255, .5)
}

.shop-item-inline:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.shop-item-inline__image {
  width: 100%;
  max-width: 126px;
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.shop-item-inline__image img {
  max-width: 100%;
  -webkit-box-shadow: -4px 0 8px rgba(5, 5, 5, .8);
  box-shadow: -4px 0 8px rgba(5, 5, 5, .8);
  border-radius: 8px
}

.shop-item-inline__content {
  width: 100%
}

.shop-item-inline__content hr {
  background: rgba(255, 255, 255, .2);
  height: 1px;
  border: 0;
  margin: 0
}

.shop-item-inline__content .b-warning {
  margin-top: 24px
}

.shop-item-inline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shop-item-inline__title-text {
  margin-bottom: 16px;
  width: 80%
}

.shop-item-inline__title-sub {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.shop-item-inline__title-sub a {
  max-width: 75px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  color: #fbbb43
}

.shop-item-inline__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: TT Milks;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px
}

.shop-item-inline__price-item {
  margin-right: 24px
}

.shop-item-inline__detail-item:last-child,
.shop-item-inline__price-item:last-child {
  margin-right: 0
}

.shop-item-inline__price-current {
  color: #fff
}

.shop-item-inline__price-old {
  color: rgba(255, 255, 255, .507);
  text-decoration: line-through
}

.shop-item-inline__detail {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shop-item-inline__detail-item {
  margin-right: 45px
}

.shop-item-inline__detail-item span {
  font-weight: 700;
  color: #fbbb43
}

.shop-item-inline__empty {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #ff5858;
  margin-bottom: 24px
}

.shop-item-inline__activation {
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.06em;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.shop-item-inline__activation,
.shop-item-inline__activation-item,
.shop-item-inline__keycode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.shop-item-inline__activation-item {
  margin-right: 25px
}

.shop-item-inline__activation-item span {
  color: #fbbb43;
  font-weight: 700;
  letter-spacing: 0
}

.shop-item-inline__activation-item a {
  line-height: 0
}

.shop-item-inline__keycode {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.06em;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.shop-item-inline__keycode:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0
}

.shop-item-inline__keycode-title {
  width: calc(100%/7*4);
  padding-right: 20px
}

.shop-item-inline__keycode-key {
  width: calc(100%/7*3);
  text-align: right;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.shop-item-inline__keycode-key__copy {
  margin-left: 8px;
  cursor: pointer
}

.b-column,
.shop-item-inline__keycode-key-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.shop-item-inline__keycode-key-wrapper {
  padding: 4px 12px;
  border: 1px solid #fbbb43;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.shop-item-inline__keycode-key-wrapper svg {
  cursor: pointer
}

.shop-item-inline__keycode-key-wrapper span,
.shop-item-inline__keycode-key-wrapper svg path,
.shop-item-inline__keycode-key-wrapper svg rect {
  -webkit-transition: 1s;
  transition: 1s
}

.shop-item-inline__keycode-key-wrapper.animate>span {
  -webkit-animation: bounce 2s linear;
  animation: bounce 2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
  color: #fbbb43
}

.shop-item-inline__keycode-key-wrapper.animate svg path,
.shop-item-inline__keycode-key-wrapper.animate svg rect {
  stroke: #fbbb43
}

.b-column {
  margin-bottom: calc(var(--mb) - 16px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-column--extend {
  margin-bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.b-column--extend .b-column__item {
  margin-bottom: 0
}

.b-column__item--large {
  width: calc(100%/14*9);
  margin-right: calc(100%/14)
}

.b-column__item--align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-column__item--small {
  width: calc(100%/14*4)
}

.b-column__item--half {
  width: calc(100%/2)
}

.b-developer-card,
.b-developer-card__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-developer-card {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 268px;
  padding: 25px 16px 16px;
  border-radius: 10px;
  border: 1px solid rgba(251, 187, 67, .5);
  -webkit-transition: .3s;
  transition: .3s
}

.b-developer-card:hover,
.b-series-item:hover:after {
  border: 1px solid #fbbb43
}

.b-developer-card:hover .btn {
  background: #fff
}

.b-developer-card__image {
  margin-bottom: calc(var(--mb)/2 - 13px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 83px
}

.b-developer-card__image img {
  max-width: 100%;
  max-height: 83px
}

.b-developer-card .btn {
  padding: 5px 10px 4px;
  font-size: 16px
}

.b-questionnaire {
  max-width: 870px;
  padding: 40px 80px;
  margin-bottom: var(--mb);
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 32px rgba(251, 187, 67, .4);
  box-shadow: 0 0 32px rgba(251, 187, 67, .4);
  text-align: center
}

.b-questionnaire__title {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto
}

.b-questionnaire__tag {
  margin-bottom: 24px
}

.b-questionnaire__items {
  text-align: left
}

.b-questionnaire__item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 0;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  cursor: pointer
}

.b-questionnaire__item+.b-questionnaire__item {
  margin-top: 16px
}

.b-questionnaire__item input {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%)
}

.b-questionnaire__items:disabled .b-questionnaire__item {
  cursor: initial
}

.b-questionnaire .b-questionnaire__items:disabled .b-questionnaire__item--selected {
  font-weight: 700
}

.b-questionnaire[data-type=simple] .b-questionnaire__items:disabled .b-questionnaire__item--selected[data-result=true] {
  -webkit-animation-name: splash-answer;
  animation-name: splash-answer;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.b-questionnaire[data-type=simple] .b-questionnaire__items:disabled .b-questionnaire__item--selected[data-result=false] {
  -webkit-animation-name: shake-answer;
  animation-name: shake-answer;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.b-questionnaire__filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: background-color ease-in-out .6s, -webkit-transform ease-in-out .6s;
  transition: background-color ease-in-out .6s, transform ease-in-out .6s;
  transition: background-color ease-in-out .6s, transform ease-in-out .6s, -webkit-transform ease-in-out .6s
}

.b-questionnaire[data-type=simple] .b-questionnaire__items:disabled .b-questionnaire__filler {
  background-color: currentColor
}

.b-questionnaire[data-type=single] .b-questionnaire__filler {
  background-color: #333
}

.b-questionnaire[data-type=single] .b-questionnaire__items:not(:disabled) .b-questionnaire__filler {
  -webkit-transform: translateX(-100%)!important;
  transform: translateX(-100%)!important
}

.b-questionnaire__percent {
  -webkit-transform: translateX(calc(100% + 10px));
  transform: translateX(calc(100% + 10px));
  -webkit-transition: -webkit-transform ease-in-out .6s;
  transition: transform ease-in-out .6s;
  transition: transform ease-in-out .6s, -webkit-transform ease-in-out .6s
}

.b-questionnaire[data-type=single] .b-questionnaire__items:disabled .b-questionnaire__percent {
  -webkit-transform: none;
  transform: none
}

.b-accardeon--text .b-tipography .b-accardeon__item-title,
.b-tipography .b-about-facts__item-title,
.b-tipography .b-about-numbers__item-title,
.b-tipography .b-accardeon--text .b-accardeon__item-title,
.b-tipography .b-blog-detail__author-name,
.b-tipography .b-bundles__list-item-title,
.b-tipography .b-card__price-currentprice,
.b-tipography .b-card__price-oldprice,
.b-tipography .b-cart__total-price,
.b-tipography .b-cart__total-title,
.b-tipography .b-catalog__error-message,
.b-tipography .b-charity__description-title,
.b-tipography .b-charity__status-value,
.b-tipography .b-form__resetpassord-title,
.b-tipography .b-giftpage__giftitem-title,
.b-tipography .b-lk-giftcard-response__activatecount,
.b-tipography .b-lk-info__item-title,
.b-tipography .b-lk-title__title,
.b-tipography .b-ourchoise-item__price-current,
.b-tipography .b-ourchoise-item__title,
.b-tipography .b-preorder__item-title,
.b-tipography .b-profile__advantages-title,
.b-tipography .b-promo__main-slider-currentprice,
.b-tipography .b-promo__main-slider-title,
.b-tipography .b-ratinglabel__value,
.b-tipography .h1,
.b-tipography .h2,
.b-tipography .h3,
.b-tipography .h4,
.b-tipography .shop-item-inline__title-text,
.b-tipography h1,
.b-tipography h2,
.b-tipography h3,
.b-tipography h4 {
  margin-bottom: 16px;
  display: block
}

.b-tipography--small {
  max-width: 670px;
  margin: 0 auto var(--mb)
}

.b-tipography--small :last-child,
.b-tipography__group:last-child {
  margin-bottom: 0
}

.b-shopitem-slider--lastitems h2,
.b-tipography--halfmb {
  margin: 0 auto calc(var(--mb)/2)
}

.b-tipography-slider {
  position: relative;
  margin-bottom: var(--mb)
}

.b-tipography-slider__wrapper {
  width: calc(100% + 16px);
  margin: 0 -8px
}

.b-tipography-slider__wrapper img {
  border-radius: 10px
}

.b-tipography-slider__control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -68px;
  right: -68px
}

.b-tipography-slider__item {
  padding: 0 8px;
  line-height: 1
}

.b-tipography-slider__item img {
  width: 100%
}

.b-tipography__image {
  margin-bottom: var(--mb)
}

.b-tipography__image img,
.b-tipography__video-container img {
  border-radius: 10px;
  width: 100%
}

.b-tipography__subtitle {
  margin-bottom: calc(var(--mb)/2)
}

.b-tipography__group {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.b-tipography__video {
  margin-bottom: var(--mb)
}

.b-tipography__video-container {
  display: inline-block;
  position: relative
}

.b-tipography__video-container:after {
  content: '';
  display: block;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 16.417910447761194% 39.285714285714285%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20
}

.b-tipography__video-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .3;
  z-index: 10
}

.b-tipography__caption {
  max-width: 670px;
  margin: 16px auto 0;
  text-align: center
}

.b-tipography__quote {
  margin: calc(var(--mb)/2) 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-left: 4px solid #fbbb43
}

.b-tipography__quote-text::after,
.b-tipography__quote-text::before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  width: 13.34px;
  height: 16px
}

.b-tipography__quote-text::before {
  margin-right: .05em;
  background-position: 49.55467755976696% 20.634920634920636%
}

.b-tipography__quote-text::after {
  margin-left: .05em;
  background-position: 99.77901292439563% 74.2063492063492%
}

.b-definition {
  text-decoration: underline;
  white-space: nowrap
}

.b-shopitem-slider__title {
  margin-bottom: calc(24px - 7px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.b-shopitem-slider__title span {
  color: #fbbb43
}

.b-shopitem-slider__arrows,
.b-shopitem-slider__arrows .b-control,
.b-shopitem-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-shopitem-slider__arrows .b-control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 7px
}

.b-shopitem-slider__arrows .b-control__progressbar {
  display: none
}

.b-shopitem-slider__arrows .b-control__btn {
  margin: 0 11px
}

.b-shopitem-slider__arrows .b-control__btn--down,
.b-shopitem-slider__arrows .b-control__btn--up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.b-shopitem-slider__wrapper {
  width: calc(100% + 32px);
  margin: 0 -16px var(--mb)
}

.b-shopitem-slider__wrapper .slick-track {
  min-width: 100%
}

.b-shopitem-slider__wrapper--achivments .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.b-shopitem-slider__wrapper--achivments .slick-track .slick-slide {
  height: auto
}

.b-shopitem-slider__wrapper--achivments .slick-track .slick-slide>div .b-shopitem-slider-item {
  height: 100%
}

.b-shopitem-slider__wrapper--mb0 {
  margin: 0 -16px
}

.b-shopitem-slider__wrapper--mb0 .slick-track {
  padding-bottom: 1px
}

.b-shopitem-slider__wrapper .b-shopitem-slider-item .shop-item {
  width: 100%
}

.b-shopitem-slider__wrapper:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-shopitem-slider__wrapper:not(.slick-initialized) .b-shopitem-slider-item {
  max-width: 216px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-shopitem-slider__wrapper:not(.slick-initialized) .b-shopitem-slider-item .shop-item {
  width: 100%;
  margin: 0
}

.b-shopitem-slider .slick-slide>div {
  line-height: 1;
  padding: 0 16px
}

.b-shopitem-slider .slick-slide>div .shop-item {
  margin-left: 0;
  margin-right: 0
}

.b-series-item,
.b-shopitem-slider--lastitems {
  position: relative
}

.b-shopitem-slider--lastitems .b-shopitem-slider__arrows {
  position: absolute;
  right: 0;
  top: 0
}

.b-shopitem-slider--lastitems .b-shopitem-slider__title {
  margin-bottom: 0;
  text-align: center
}

.b-series-item {
  border-radius: 10px;
  display: flex;
  height: auto;
  aspect-ratio: 240 / 340;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  min-width: 216px;
}

.b-series-item__image {
  margin-bottom: 8px
}

.b-series-item__image img {
  border-radius: 11px 11px 0 0;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-mask: url(../images/cardshadow.png) top left/contain;
  position: absolute;
}

.b-series-item__title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fbbb43;
  text-align: center;
  padding: 0 16px 16px
}

.b-background::after,
.b-series-item:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute
}

.b-background,
.b-series-item:after,
.b-series-item__title {
  -webkit-transition: .3s;
  transition: .3s
}

.b-series-item:after {
  border: 1px solid #fff;
  border-radius: 10px
}

.b-series-item:hover .b-series-item__title {
  color: #fff
}

.b-background {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100vh;
  max-height: 737px;
  z-index: -1;
  overflow: hidden
}

.b-background::after {
  background: radial-gradient(61.77% 100% at 50% 0%, rgba(20, 17, 17, 0) 0%, rgba(20, 17, 17, .05) 27.6%, rgba(20, 17, 17, .6) 95.16%)
}

.b-background--image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31.23%, rgba(20, 17, 17, .05)), color-stop(60.32%, rgba(20, 17, 17, .676)), to(#141111));
  background: linear-gradient(180deg, transparent 0%, rgba(20, 17, 17, .05) 31.23%, rgba(20, 17, 17, .676) 60.32%, #141111 100%)
}

.b-background__image {
  height: 100%
}

.b-background__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.b-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--mb)
}

.b-develop__subscribe {
  font-size: 14px;
  width: calc(var(--col)*4);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-develop__subscribe-wrapper {
  width: 216px
}

.b-develop__subscribe .btn {
  margin-bottom: 16px;
  padding: 7px 12px 4px
}

.b-develop__title,
.b-develop__title-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-develop__title {
  width: calc(var(--col)*8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(var(--mb)/2);
  text-align: center
}

.b-develop__title-logo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-develop__title-logo img {
  max-width: calc(100% - 12px)
}

.b-develop__title .b-charity__description-title,
.b-develop__title .b-lk-giftcard-response__activatecount,
.b-develop__title .b-profile__advantages-title,
.b-develop__title .b-promo__main-slider-title,
.b-develop__title .h1,
.b-develop__title h1 {
  margin-bottom: 8px
}

.b-develop__social {
  width: calc(var(--col)*4)
}

.b-develop__social .b-social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.b-develop--bundles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-develop--bundles .b-develop__social {
  width: initial;
  margin-bottom: 60px;
  margin-top: calc(var(--mb)/2)
}

.b-cart__total>p,
.b-develop--bundles .b-develop__social .b-social,
.b-title-with-filter h1,
.b-title-with-filter h1.b-charity__description-title,
.b-title-with-filter h1.b-lk-giftcard-response__activatecount,
.b-title-with-filter h1.b-profile__advantages-title,
.b-title-with-filter h1.b-promo__main-slider-title,
.b-title-with-filter h1.h1 {
  margin-bottom: 0
}

.b-develop--bundles .b-develop__title {
  width: initial;
  max-width: 672px
}

.b-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-social__item {
  margin: 0 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-social__item--fb,
.b-social__item--www {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 100% 15.517241379310345%;
  width: 36px;
  height: 36px
}

.b-social__item--fb {
  background-position: 66.66666666666667% 73.27586206896552%
}

.b-social__item--twitch,
.b-social__item--twitter,
.b-social__item--vk,
.b-social__item--yt {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 0 89.65517241379311%;
  width: 36px;
  height: 36px
}

.b-social__item--twitch,
.b-social__item--vk,
.b-social__item--yt {
  background-position: 100% 31.03448275862069%
}

.b-social__item--twitch,
.b-social__item--vk {
  background-position: 86.95652173913044% 62.06896551724138%
}

.b-social__item--vk {
  background-position: 100% 0
}

.b-giftcards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-bottom: 20px;
  margin: 0 auto calc(var(--mb) - 20px)
}

.b-giftcards-list__item {
  margin: 0 16px;
  width: calc(100%/5 - 32px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 158px;
  position: relative
}

.b-giftcards-list__item .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden
}

.b-giftcards-list__item:hover .btn {
  opacity: 1;
  visibility: visible
}

.b-giftcards-list__item:hover .b-giftcards-list__item-image:before {
  opacity: 1
}

.b-giftcards-list__item-image {
  margin-bottom: 16px;
  position: relative
}

.b-giftcards-list__item-image:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  opacity: 0
}

.b-giftcards-list__item-image img {
  width: 100%
}

.b-giftcards-list__item-price {
  color: #fff;
  text-align: center
}

.b-achivement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 26px;
  border: 1px solid;
  border-radius: 10px;
  height: 100%
}

.b-achivement__image {
  margin-bottom: 24px
}

.b-achivement__title {
  font-family: TT Milks;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.b-achivement__text {
  text-align: center
}

.b-achivement--locked {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .4)
}

.b-achivement--locked:before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 95.17241379310344% 78.24267782426779%;
  width: 22px;
  height: 29px;
  position: absolute;
  top: 12px;
  right: 15px
}

.b-achivement--locked .b-achivement__image,
.b-achivement--locked .b-achivement__text,
.b-achivement--locked .b-achivement__title {
  opacity: .4
}

.b-achivement-bar {
  margin-bottom: calc(var(--mb)/2)
}

.b-achivement-bar__progress {
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  width: 100%;
  height: 16px;
  position: relative
}

.b-achivement-bar__value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 24px;
  background: #fbbb43
}

.b-achivement-bar__counter {
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  text-align: right
}

.b-profile {
  width: 100%
}

.b-profile__container {
  position: relative
}

.b-profile__container::before {
  content: '';
  width: 100%;
  bottom: 0;
  top: 47px;
  left: 0;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  z-index: -1
}

.b-profile__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 calc(100%/14) calc(var(--mb)/2)
}

.b-profile__head-info {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fbbb43;
  width: calc(50% - 52px);
  text-align: right
}

.b-profile__head-avatar {
  position: relative;
  margin-bottom: 10px
}

.b-profile__head-avatar-image {
  position: relative;
  width: 95px;
  height: 95px;
  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
}

.b-profile__head-avatar-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.b-profile__head-avatar-image img {
  border-radius: 50%
}

.b-profile__head-avatar-level,
.b-profile__head-level {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-profile__head-avatar-level {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fbbb43;
  background: #000;
  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;
  color: #fff
}

.b-profile__head-level {
  width: calc(50% - 52px);
  color: #fbbb43
}

.b-profile__head-social {
  width: calc(50% - 52px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.b-profile__head-social__item+.b-profile__head-social__item {
  margin-left: 24px
}

.b-profile__body {
  text-align: center;
  margin: 0 calc(100%/14*2) 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 24px
}

.b-profile__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: calc(var(--mb)/2);
  margin-bottom: var(--mb)
}

.b-profile__advantages-item {
  text-align: center;
  padding: 0 20px;
  margin: 0 2.4%
}

.b-profile__advantages-title {
  margin-bottom: 8px
}

.b-profile--lk .b-profile__advantages {
  margin-bottom: 24px
}

.b-lk,
.b-lk-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-lk-menu {
  width: calc(100%/14*3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 260px
}

.b-lk-menu__item {
  font-family: TT Milks;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 12px 4px;
  margin-bottom: 21px;
  border-radius: 6px
}

.b-lk-menu__item span {
  opacity: .5;
  margin-left: .5em
}

.b-lk-menu__item span.yellow {
  color: #fbbb43;
  opacity: 1
}

.b-lk-menu__item.current {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43
}

.b-lk-menu__item.current span {
  color: #fff;
  opacity: 1
}

.b-lk-menu__item--exit {
  margin-top: 25px
}

.b-lk-menu.ps .b-lk-menu__item:nth-last-child(-n+3) {
  margin-right: var(--p)
}

.b-lk-content {
  width: calc(100%/14*11)
}

.b-lk-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 22px);
  margin: 0 -11px;
  margin-bottom: calc(var(--mb) - 20px)
}

.b-lk-info__item {
  width: calc(100%/2 - 20px);
  padding: 40px 11px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 10px 20px;
  text-align: center
}

.b-lk-info__item:nth-child(1) {
  background: #fbbb43;
  border: 1px solid #fbbb43;
  color: #000
}

.b-lk-info__item:nth-child(1) .b-lk-info__item-title {
  color: #000
}

.b-lk-info__item-title {
  margin-bottom: 8px
}

.b-lk-info__item-text {
  max-width: 350px;
  margin: 0 auto
}

.b-lk-info__item--public {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-lk-info__item--public .b-lk-info__item-text {
  max-width: unset;
  margin: 0
}

.b-lk-info__item--public:last-child {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  width: calc(100%/2 - 20px);
  padding: 40px 11px
}

.b-lk-title {
  margin-bottom: calc(var(--mb)/2)
}

.b-lk-title--withbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-lk-title--withbtn .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-lk-title__title {
  max-width: 565px
}

.b-lk-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px calc(var(--mb) - 20px)
}

.b-lk-cards__item {
  width: calc(100%/4 - 32px);
  margin: 0 16px 20px
}

.b-lk-notification {
  margin-bottom: var(--mb)
}

.b-lk-notification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 55px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 16px
}

.b-lk-notification__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 24px
}

.b-lk-notification__item-image img {
  width: 100%;
  border-radius: 50%
}

.b-lk-notification__item-image--game {
  border-radius: 0;
  height: initial
}

.b-lk-notification__item-image--game img {
  border-radius: 0
}

.b-lk-notification__item-date {
  margin-bottom: 4px
}

.b-lk-notification__item-btn,
.b-lk-notification__item-info {
  font-family: TT Milks;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-lk-notification__item-info {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff
}

.b-lk-notification__item-info span {
  color: #fbbb43
}

.b-lk-notification__item-btn {
  font-size: 13px;
  line-height: 16px;
  color: #fbbb43;
  margin-top: 8px
}

.b-lk-profiledata {
  padding: 40px calc(100%/11) 50px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: var(--mb);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-accardeon--text .b-lk-profiledata-changepass .b-accardeon__item-title,
.b-lk-profiledata .b-warning,
.b-lk-profiledata-changepass .b-accardeon--text .b-accardeon__item-title,
.b-lk-profiledata-changepass .b-blog-detail__author-name,
.b-lk-profiledata-changepass .b-bundles__list-item-title,
.b-lk-profiledata-changepass .b-card__price-currentprice,
.b-lk-profiledata-changepass .b-card__price-oldprice,
.b-lk-profiledata-changepass .b-catalog__error-message,
.b-lk-profiledata-changepass .b-form__resetpassord-title,
.b-lk-profiledata-changepass .b-lk-title__title,
.b-lk-profiledata-changepass .b-ourchoise-item__price-current,
.b-lk-profiledata-changepass .b-ourchoise-item__title,
.b-lk-profiledata-changepass .b-preorder__item-title,
.b-lk-profiledata-changepass .b-promo__main-slider-currentprice,
.b-lk-profiledata-changepass .b-ratinglabel__value,
.b-lk-profiledata-changepass .h4,
.b-lk-profiledata-changepass .shop-item-inline__title-text {
  margin-bottom: 24px
}

.b-lk-order__head-subtitle span,
.b-lk-profiledata .b-warning a {
  font-weight: 700
}

.b-lk-profiledata-changepass {
  margin-top: 48px;
  margin-bottom: 80px
}

.b-lk-profiledata__title {
  font-family: TT Milks;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px
}

.b-lk-profiledata__form {
  width: calc(100%/11*7);
  max-width: 420px
}

.b-lk-profiledata__sub-title {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px
}

.b-lk-profiledata__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-lk-profiledata__btn .btn {
  margin-right: 25px
}

.b-lk-profiledata__btn-text {
  font-family: Montserrat;
  font-size: 10px;
  line-height: 1.3;
  color: #fff
}

.b-lk-profiledata__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-lk-profiledata__account-item {
  background: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-right: 16px
}

.b-lk-profiledata__account-item:hover {
  border: 1px solid #fbbb43
}

.b-lk-profiledata__account-icon {
  line-height: 0
}

.b-lk-profiledata__account-icon,
.b-lk-profiledata__account-remove,
.b-lk-profiledata__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-lk-profiledata__account-remove {
  cursor: pointer;
  line-height: 0;
  margin-left: 20px
}

.b-lk-profiledata__avatar {
  width: calc(100%/11*3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.b-lk-profiledata__avatar-image {
  max-width: 160px;
  border-radius: 50%;
  margin-bottom: 24px
}

.b-lk-profiledata__avatar-image img {
  border-radius: 50%;
  width: 100%;
  border: 3px solid #fbbb43
}

.b-lk-profiledata__avatar-title,
.b-lk-subscribe__remove-unsubscribed button[type=submit] {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.23;
  color: #fbbb43;
  cursor: pointer
}

.b-lk-giftcard {
  padding: 40px calc(100%/11);
  background: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: var(--mb)
}

.b-lk-giftcard ol {
  margin-bottom: 40px
}

.b-lk-giftcard__form {
  max-width: calc(100%/11*5)
}

.b-lk-subscribe {
  margin-bottom: var(--mb)
}

.b-lk-subscribe__container {
  padding: 40px calc(100%/11*3) 40px calc(100%/11);
  background: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px
}

.b-lk-subscribe__text {
  margin-bottom: 40px
}

.b-lk-subscribe .b-lk-title {
  margin-bottom: 20px
}

.b-lk-subscribe .b-checkbox {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: none
}

.b-lk-subscribe__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px
}

.b-lk-subscribe__checkboxes-title {
  margin-bottom: 24px;
  margin-top: -10px
}

.b-lk-subscribe__checkboxes-item {
  margin-bottom: 24px;
  width: calc(100%/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-lk-subscribe__checkboxes .b-checkbox {
  font-family: Montserrat
}

.b-lk-subscribe__checkboxes--column .b-lk-subscribe__checkboxes-item {
  width: 100%
}

.b-lk-subscribe__remove-unsubscribed {
  margin-top: -10px
}

.b-lk-subscribe__remove-unsubscribed button[type=submit] {
  background: 0 0;
  border: 0;
  font-family: Montserrat;
  line-height: 1.2
}

.b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open,
.b-lk-order .b-accardeon__item-body {
  padding-right: calc(100%/11);
  padding-left: calc(100%/11)
}

.b-lk-order .shop-item-inline:last-child {
  border-bottom: none
}

.b-lk-order .b-accardeon__item-head {
  margin-bottom: calc(var(--mb)/2);
  padding-bottom: 0
}

.b-lk-order .b-accardeon--text .b-accardeon__item {
  padding: calc(var(--mb)/2) 0 0
}

.b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  right: 3%
}

.b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open.opened::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg)
}

.b-lk-order .shop-item-inline__price,
.b-lk-order__head {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-lk-order .shop-item-inline__price-item {
  margin-bottom: 15px
}

.b-lk-order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-lk-order__head-title {
  width: calc(100%/9*4)
}

.b-lk-order__head-titletext {
  font-family: TT Milks;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase
}

.b-lk-order__head-subtitle {
  font-family: Montserrat;
  font-size: 13px;
  line-height: 16px
}

.b-lk-order__head-subtitle span.notpayed {
  color: #ff5858
}

.b-lk-order__head-price {
  width: calc(100%/9*2);
  font-family: TT Milks;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center
}

.b-lk-order__head-items {
  width: calc(100%/9*3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.b-lk-order__head-item {
  width: 54px;
  border-radius: 11px;
  margin-right: -5px;
  position: relative
}

.b-lk-order__head-item:before {
  content: '';
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #141111;
  position: absolute
}

.b-lk-order__head-item:last-child {
  margin-right: 0
}

.b-lk-order__head-item:last-child::before {
  opacity: 0
}

.b-lk-order__head-item img {
  width: 100%;
  border-radius: 11px
}

.b-lk-order__buttons,
.b-lk-order__head-item.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-lk-order__head-item.empty {
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: TT Milks;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-lk-order__head-item.empty::before {
  opacity: 0
}

.b-lk-order__buttons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 40px
}

.b-lk-order__buttons-item {
  margin-bottom: 16px
}

.b-lk-order__buttons-text {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.06em;
  color: #fff;
  width: 100%;
  text-align: center
}

.b-lk-order__buttons-text-wrapper {
  max-width: 450px;
  margin: 0 auto 40px
}

.b-lk-giftcard-response,
.b-lk-giftcardFrom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-accardeon--text .b-lk-giftcardFrom .b-accardeon__item-title,
.b-lk-giftcardFrom .b-accardeon--text .b-accardeon__item-title,
.b-lk-giftcardFrom .b-blog-detail__author-name,
.b-lk-giftcardFrom .b-bundles__list-item-title,
.b-lk-giftcardFrom .b-card__price-currentprice,
.b-lk-giftcardFrom .b-card__price-oldprice,
.b-lk-giftcardFrom .b-catalog__error-message,
.b-lk-giftcardFrom .b-form__resetpassord-title,
.b-lk-giftcardFrom .b-lk-title__title,
.b-lk-giftcardFrom .b-ourchoise-item__price-current,
.b-lk-giftcardFrom .b-ourchoise-item__title,
.b-lk-giftcardFrom .b-preorder__item-title,
.b-lk-giftcardFrom .b-promo__main-slider-currentprice,
.b-lk-giftcardFrom .b-ratinglabel__value,
.b-lk-giftcardFrom .h4,
.b-lk-giftcardFrom .shop-item-inline__title-text {
  font-size: 24px;
  text-align: center
}

.b-lk-giftcardFrom form {
  margin-top: 36px;
  max-width: 336px;
  width: 100%;
  text-align: center
}

.b-lk-giftcardFrom form .btn {
  margin: 0 auto
}

.b-lk-giftcard-response {
  text-align: center
}

.b-accardeon--text .b-lk-giftcard-response .b-accardeon__item-title,
.b-lk-giftcard-response .b-accardeon--text .b-accardeon__item-title,
.b-lk-giftcard-response .b-blog-detail__author-name,
.b-lk-giftcard-response .b-bundles__list-item-title,
.b-lk-giftcard-response .b-card__price-currentprice,
.b-lk-giftcard-response .b-card__price-oldprice,
.b-lk-giftcard-response .b-catalog__error-message,
.b-lk-giftcard-response .b-form__resetpassord-title,
.b-lk-giftcard-response .b-lk-title__title,
.b-lk-giftcard-response .b-ourchoise-item__price-current,
.b-lk-giftcard-response .b-ourchoise-item__title,
.b-lk-giftcard-response .b-preorder__item-title,
.b-lk-giftcard-response .b-promo__main-slider-currentprice,
.b-lk-giftcard-response .b-ratinglabel__value,
.b-lk-giftcard-response .h4,
.b-lk-giftcard-response .shop-item-inline__title-text {
  font-size: 24px;
  text-align: center;
  max-width: 336px
}

.b-blog-detail__share .b-lk-giftcard-response span,
.b-card .b-lk-giftcard-response .b-complect__item-price,
.b-card .b-lk-giftcard-response .b-complect__item-title,
.b-card__table--sys .b-lk-giftcard-response .b-card__table-title,
.b-card__table--sys .b-lk-giftcard-response .b-card__table-value,
.b-comments .b-lk-giftcard-response .b-comments__item-body,
.b-lk-giftcard-response .b-achivement__text,
.b-lk-giftcard-response .b-articles__date,
.b-lk-giftcard-response .b-articles__desc,
.b-lk-giftcard-response .b-blog-article__description,
.b-lk-giftcard-response .b-blog-detail__share span,
.b-lk-giftcard-response .b-card .b-complect__item-price,
.b-lk-giftcard-response .b-card .b-complect__item-title,
.b-lk-giftcard-response .b-card__table--sys .b-card__table-title,
.b-lk-giftcard-response .b-card__table--sys .b-card__table-value,
.b-lk-giftcard-response .b-comments .b-comments__item-body,
.b-lk-giftcard-response .b-comments__item-restore,
.b-lk-giftcard-response .b-footer__notification-wrapper,
.b-lk-giftcard-response .b-lk-notification__item-date,
.b-lk-giftcard-response .b-lk-notification__item-text,
.b-lk-giftcard-response .b-notification__item-description,
.b-lk-giftcard-response .blog-subscribe__left span,
.b-lk-giftcard-response .blog-subscribe__right span,
.b-lk-giftcard-response .p_small,
.b-lk-giftcard-response .shop-item__name,
.blog-subscribe__left .b-lk-giftcard-response span,
.blog-subscribe__right .b-lk-giftcard-response span {
  max-width: 336px
}

.b-accardeon--text .b-lk-giftcard-response--activate .b-accardeon__item-title,
.b-lk-giftcard-response--activate .b-accardeon--text .b-accardeon__item-title,
.b-lk-giftcard-response--activate .b-blog-detail__author-name,
.b-lk-giftcard-response--activate .b-bundles__list-item-title,
.b-lk-giftcard-response--activate .b-card__price-currentprice,
.b-lk-giftcard-response--activate .b-card__price-oldprice,
.b-lk-giftcard-response--activate .b-catalog__error-message,
.b-lk-giftcard-response--activate .b-form__resetpassord-title,
.b-lk-giftcard-response--activate .b-lk-title__title,
.b-lk-giftcard-response--activate .b-ourchoise-item__price-current,
.b-lk-giftcard-response--activate .b-ourchoise-item__title,
.b-lk-giftcard-response--activate .b-preorder__item-title,
.b-lk-giftcard-response--activate .b-promo__main-slider-currentprice,
.b-lk-giftcard-response--activate .b-ratinglabel__value,
.b-lk-giftcard-response--activate .h4,
.b-lk-giftcard-response--activate .shop-item-inline__title-text {
  font-size: 24px;
  text-align: center;
  max-width: initial
}

.b-lk-giftcard-response__code {
  margin: 24px 0;
  padding: 24px 17px;
  background: #fff;
  border-radius: 11px;
  width: 100%
}

.b-lk-giftcard-response__code-value {
  color: #000;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%
}

.b-lk-giftcard-response__activate {
  margin: 24px 0;
  padding: 24px 17px;
  background: #fff;
  border-radius: 11px;
  width: 100%;
  color: #000;
  max-width: 336px
}

.b-lk-giftcard-response__activatecount {
  color: #000
}

.b-lk-giftcard-response__activatetext {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000;
  max-width: 200px;
  margin: 0 auto
}

.b-dialog,
.b-dialog__wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.b-dialog {
  overflow: hidden auto;
  z-index: 10000;
  display: none;
  position: fixed
}

.b-dialog.show {
  display: block
}

.b-dialog__wrapper {
  text-align: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.b-dialog__wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.b-dialog__content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: calc(100% - 16px)
}

.b-dialog__close {
  margin-bottom: 24px;
  cursor: pointer
}

.b-dialog__container {
  padding: 64px 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: linear-gradient(180deg, #000 0%, #000 100%);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 120px rgba(251, 187, 67, .5);
  box-shadow: 0 0 120px rgba(251, 187, 67, .5);
  border-radius: 10px;
  margin: 15px 0;
  max-width: 672px
}

.b-dialog__text {
  margin-top: 40px
}

.b-select__clear {
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px
}

.b-select__clear::after,
.b-select__clear::before {
  content: '';
  width: calc(100% - 7px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 2px;
  background: #fbbb43
}

.b-select__clear::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.cookie-notify {
  padding: 21px 24px 15px;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1000
}

.cookie-notify.show {
  visibility: visible;
  opacity: .7;
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.cookie-notify__text {
  width: 100%;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  padding-right: 40px
}

.cookie-notify__close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 8.275862068965518% 99.1869918699187%;
  width: 22px;
  height: 22px
}

.sidebar__wrapper {
  position: relative
}

.sidebar__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: var(--col);
  width: calc(4*var(--col))
}

.sidebar {
  will-change: min-height
}

.sidebar__inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform
}

.b-scroll-top {
  position: fixed;
  left: var(--p);
  bottom: 64px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer
}

.b-scroll-top.is-visible {
  visibility: initial;
  opacity: 1
}

.b-scroll-top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background-color: RGB(20 17 17);
  cursor: pointer
}

.b-scroll-top__btn::before {
  content: '';
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 68.9419795221843% 60.55776892430279%;
  width: 19px;
  height: 17px
}

.b-scroll-top__btn:hover::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: btn-animate;
  animation-name: btn-animate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.b-scroll-top__text {
  margin-top: 6px;
  text-align: center;
  color: rgba(255, 255, 255, .5)
}

.b-avatar-picker {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
  width: 100%;
  padding: 60px
}

.b-avatar-picker__item {
  position: relative;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s, -webkit-transform ease-in-out .3s
}

.b-avatar-picker__item--picked {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 10
}

.b-avatar-picker--color-pick .b-avatar-picker__item:not(.b-avatar-picker__item--picked) {
  opacity: .3
}

.b-avatar-picker__item-imagewrapper {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% - 10px);
  border: 5px solid transparent;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: border-color ease-in-out .3s, background-color ease-in-out .3s;
  transition: border-color ease-in-out .3s, background-color ease-in-out .3s;
  cursor: pointer
}

.b-avatar-picker__item-imagewrapper:hover {
  border-color: rgba(251, 187, 67, .6)
}

.b-avatar-picker__item--current .b-avatar-picker__item-imagewrapper,
.b-avatar-picker__item--current .b-avatar-picker__item-imagewrapper:hover,
.b-avatar-picker__item--picked .b-avatar-picker__item-imagewrapper,
.b-avatar-picker__item--picked .b-avatar-picker__item-imagewrapper:hover {
  border-color: #fbbb43
}

.b-avatar-picker__item-imagewrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.b-avatar-picker__colors:hover+.b-avatar-picker__item-imagewrapper,
.b-avatar-picker__item--current .b-avatar-picker__item-imagewrapper {
  background-color: var(--bg-color)
}

.b-avatar-picker__colors {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33.3333px;
  height: 33.3333px
}

.b-avatar-picker__color {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease-in-out .3s;
  transition: transform ease-in-out .3s;
  transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
  cursor: pointer
}

.b-avatar-picker__color:hover {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18%202L9.264%2016.815%202%208.519%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-size: 14.8px 16px;
  background-position: center center;
  background-repeat: no-repeat
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(1) {
  -webkit-transform: translate(65px, 0);
  transform: translate(65px, 0)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(2) {
  -webkit-transform: translate(45.9619px, 45.9619px);
  transform: translate(45.9619px, 45.9619px)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(3) {
  -webkit-transform: translate(0, 65px);
  transform: translate(0, 65px)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(4) {
  -webkit-transform: translate(-45.9619px, 45.9619px);
  transform: translate(-45.9619px, 45.9619px)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(5) {
  -webkit-transform: translate(-65px, 0);
  transform: translate(-65px, 0)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(6) {
  -webkit-transform: translate(-45.9619px, -45.9619px);
  transform: translate(-45.9619px, -45.9619px)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(7) {
  -webkit-transform: translate(0, -65px);
  transform: translate(0, -65px)
}

.b-avatar-picker__item--picked .b-avatar-picker__color:nth-child(8) {
  -webkit-transform: translate(45.9619px, -45.9619px);
  transform: translate(45.9619px, -45.9619px)
}

.b-comment-change {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-left: auto;
  color: rgba(255, 255, 255, .4)
}

.b-comment-change__open {
  display: none;
  padding: 0;
  border: 0;
  background-color: transparent
}

.b-comment-change__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-comment-change__btns>*+* {
  margin-left: 16px
}

.b-comment-change__btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer
}

.b-comment-change-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px;
  background-color: #3a3a3a;
  border-radius: 8px
}

.b-comment-change-popup__item {
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 16px
}

.b-comment-change-popup__close {
  border: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
  padding: 12px 8px;
  background-color: #5a5a5a;
  border-radius: 4px
}

.b-articles {
  margin-bottom: calc(var(--mb)/2)
}

.b-articles__item {
  position: relative;
  padding: 32px 60px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px
}

.b-articles__date {
  margin-bottom: 8px;
  opacity: .5
}

.b-articles__title {
  display: block;
  margin-bottom: 8px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #fff
}

.b-articles__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.b-cart__wrapper,
.b-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-cart__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-cart__left-side {
  width: calc(100%/14*9);
  margin-right: calc(100%/14)
}

.b-cart__right-side {
  width: calc(100%/14*4)
}

.b-cart__right-side--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height)
}

.b-cart__list {
  margin-bottom: var(--mb)
}

.b-cart__total {
  padding: 32px;
  margin-bottom: calc(var(--mb)/2);
  background: #000;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-cart__total>.btn[type=submit] {
  margin-bottom: 32px;
  display: none
}

.b-cart__total>.btn[type=submit].show {
  display: inline-block
}

.b-cart__total-title {
  margin: 0 15px 0 0
}

.b-cart__total-price {
  color: #fbbb43;
  margin: 0 0 0 15px
}

.b-cart__total-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px
}

.b-cart__total .b-form__input {
  margin-bottom: 40px
}

.b-cart__total .b-checkbox {
  margin-bottom: 24px
}

.b-cart__total-promocode {
  padding: 10px 0 0
}

.b-cart__total p {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -.03em;
  color: #fff;
  text-align: left
}

.b-cart__payment-block--mobile,
.b-discount-filter__item input[type=radio] {
  display: none
}

.b-cart__payment-block--desktop {
  display: block
}

.b-cart__payment.js-tab-content[data-tab-index] {
  padding: calc(var(--mb)/2)
}

.b-cart__payment-form {
  max-width: 380px;
  text-align: center;
  margin: 0 auto calc(var(--mb)/2)
}

.b-cart__payment-icon,
.b-cart__payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-cart__payment-icons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-cart__payment-icon {
  margin: 0 15px 25px
}

.b-cart__payment-icon--large {
  width: 100%
}

.b-cart__payment-icon:last-child {
  margin-bottom: 0
}

.b-cart__payment-wrapper {
  max-width: 500px;
  text-align: center;
  margin: 0 auto
}

.b-cart__payment-text {
  margin-bottom: 24px
}

.b-cart__warning {
  margin-bottom: calc(var(--mb)/2)
}

.b-cart--empty-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  text-align: center
}

.b-accardeon--text .b-cart--empty-cart .b-accardeon__item-title,
.b-cart--empty-cart .b-accardeon--text .b-accardeon__item-title,
.b-cart--empty-cart .b-blog-detail__author-name,
.b-cart--empty-cart .b-bundles__list-item-title,
.b-cart--empty-cart .b-card__price-currentprice,
.b-cart--empty-cart .b-card__price-oldprice,
.b-cart--empty-cart .b-catalog__error-message,
.b-cart--empty-cart .b-form__resetpassord-title,
.b-cart--empty-cart .b-lk-title__title,
.b-cart--empty-cart .b-ourchoise-item__price-current,
.b-cart--empty-cart .b-ourchoise-item__title,
.b-cart--empty-cart .b-preorder__item-title,
.b-cart--empty-cart .b-promo__main-slider-currentprice,
.b-cart--empty-cart .b-ratinglabel__value,
.b-cart--empty-cart .h4,
.b-cart--empty-cart .shop-item-inline__title-text {
  margin-bottom: 32px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.b-bundles {
  margin-bottom: var(--mb)
}

.b-bundles__title {
  max-width: 355px
}

.b-bundles__list {
  width: 100%
}

.b-bundles__list-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 6.76vw;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px
}

.b-bundles__list-item {
  background: #fff;
  width: 100%;
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.b-bundles__list-item:hover {
  border: 1px solid #fbbb43
}

.b-bundles__list-item:nth-child(2n+2) {
  -ms-grid-row: span 3;
  grid-row-start: span 3
}

.b-bundles__list-item:nth-last-child(-n+2) {
  -ms-grid-row: span 3;
  grid-row-start: span 3
}

.b-bundles__list-item-count,
.b-bundles__list-item-title {
  color: #fff;
  position: relative;
  z-index: 20
}

.b-bundles__list-item-image {
  position: absolute;
  right: -1px;
  bottom: 0;
  max-height: 100%;
  z-index: 10
}

.b-bundles .b-catalog__tab-link {
  margin-top: calc(var(--mb)/2);
  margin-bottom: var(--mb)
}

.b-bundle-detail {
  max-width: calc(100%/16*12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: calc(var(--mb)/2) auto var(--mb)
}

.b-bundle-detail__image {
  max-width: calc(100%/12*4)
}

.b-bundle-detail__image img {
  max-width: 100%
}

.b-bundle-detail__text {
  padding-left: 40px;
  max-width: calc(100%/12*8)
}

.b-bundle-detail .b-social {
  margin-top: 25px
}

.b-best-sellers .b-catalog {
  margin: 0 auto calc(var(--mb)/2)
}

.b-charity {
  max-width: 700px;
  text-align: center;
  margin: var(--mb) auto
}

.b-charity__title {
  margin-bottom: 16px;
  font-weight: 700
}

.b-charity__subtitle {
  max-width: 550px;
  margin: 0 auto 24px
}

.b-charity__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(var(--mb)/2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-charity__status-item {
  width: calc(50% - 12px);
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 11px;
  padding: 60px;
  text-align: center
}

.b-charity__status-title {
  color: #fff
}

.b-charity__description {
  padding: var(--mb) 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: var(--mb);
  background-color: #000;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 11px;
  background-position: bottom left;
  background-size: cover
}

.b-charity__description-text {
  max-width: 664px;
  margin: 0 auto;
  text-align: center
}

.b-charity__description-image {
  margin-bottom: 32px
}

.b-charity__description-title {
  margin-bottom: 12px
}

.b-charity__description-social {
  margin-bottom: calc(var(--mb)/2)
}

.b-giftcards__title {
  margin-top: calc(var(--mb)/2);
  margin-bottom: calc(var(--mb) + var(--mb)/2)
}

.b-giftcards__title .b-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-giftcards__title .b-column__item--large {
  margin: 0;
  width: calc(100%/14*9 - 35px)
}

.b-giftcards__title .b-column__item--small {
  width: calc(100%/14*5);
  margin-right: 35px
}

.b-giftcards__image img {
  width: 100%
}

.b-preorder__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 6.67vw;
  gap: 30px;
  width: 100%;
  margin-bottom: var(--mb)
}

.b-preorder__item {
  width: 100%;
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .4);
  background-color: rgba(255, 255, 255, .4);
  -webkit-transition: .3s;
  transition: .3s
}

.b-preorder__item:hover {
  border: 1px solid #fbbb43;
  background-color: #fbbb43
}

.b-preorder__item:hover .b-timer {
  border: 1px solid #fbbb43;
  border-bottom: 1px solid rgba(0, 0, 0, .8)
}

.b-preorder__item:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.76%, transparent), to(#000));
  background: linear-gradient(180deg, transparent 13.76%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px
}

.b-preorder__item:nth-last-child(-n+2) {
  -ms-grid-row: span 3;
  grid-row-start: span 3
}

.b-preorder__item:nth-child(2n+3) {
  -ms-grid-row: span 3;
  grid-row-start: span 3
}

.b-preorder__item:nth-child(1) {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3
}

.b-preorder__item-description {
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 340px;
  padding: 0 20px
}

.b-preorder__item-title {
  margin-bottom: 8px;
  font-size: 24px
}

.b-preorder__item-image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  overflow: hidden
}

.b-preorder__item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px
}

.b-preorder__item-bundle {
  margin-bottom: 16px;
  color: #fff
}

.b-preorder__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.b-preorder__item-discount {
  padding: 4px 8px 1px;
  background: #fbbb43;
  border-radius: 8px;
  color: #000;
  margin-left: 14px
}

.b-preorder__item-currentprice {
  font-family: TT Milks;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-preorder__item .b-timer {
  position: relative;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid rgba(255, 255, 255, .4);
  border-bottom: 1px solid rgba(0, 0, 0, .8);
  margin-bottom: -1px
}

.b-discount-developers-slider {
  margin: 0 0 var(--mb)
}

.b-discount-developers-slider .b-developer-card {
  min-height: 180px;
  min-width: 198px;
  width: 100%
}

.b-discount-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  overflow: auto
}

.b-discount-filter__item {
  margin: 0 24px 12px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.b-discount-filter__item input[type=radio]:checked~span {
  opacity: 1
}

.b-blog-detail__share,
.b-discount-filter__item span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-discount-filter__item span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-family: TT Milks;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #fbbb43;
  color: #000;
  border-radius: 8px;
  opacity: .4;
  white-space: nowrap;
  padding: 4px 8px 1px
}

.b-blog-detail__comments {
  margin-bottom: var(--mb)
}

.b-accardeon--text .b-blog-detail__comments .b-accardeon__item-title,
.b-blog-detail__comments .b-accardeon--text .b-accardeon__item-title,
.b-blog-detail__comments .b-blog-detail__author-name,
.b-blog-detail__comments .b-bundles__list-item-title,
.b-blog-detail__comments .b-card__price-currentprice,
.b-blog-detail__comments .b-card__price-oldprice,
.b-blog-detail__comments .b-catalog__error-message,
.b-blog-detail__comments .b-form__resetpassord-title,
.b-blog-detail__comments .b-lk-title__title,
.b-blog-detail__comments .b-ourchoise-item__price-current,
.b-blog-detail__comments .b-ourchoise-item__title,
.b-blog-detail__comments .b-preorder__item-title,
.b-blog-detail__comments .b-promo__main-slider-currentprice,
.b-blog-detail__comments .b-ratinglabel__value,
.b-blog-detail__comments .h4,
.b-blog-detail__comments .shop-item-inline__title-text,
h1,
h2,
h3 {
  margin-bottom: calc(var(--mb)/2)
}

.b-accardeon--text .b-blog-detail__comments .b-accardeon__item-title span,
.b-blog-detail__comments .b-accardeon--text .b-accardeon__item-title span,
.b-blog-detail__comments .b-blog-detail__author-name span,
.b-blog-detail__comments .b-bundles__list-item-title span,
.b-blog-detail__comments .b-card__price-currentprice span,
.b-blog-detail__comments .b-card__price-oldprice span,
.b-blog-detail__comments .b-catalog__error-message span,
.b-blog-detail__comments .b-form__resetpassord-title span,
.b-blog-detail__comments .b-lk-title__title span,
.b-blog-detail__comments .b-ourchoise-item__price-current span,
.b-blog-detail__comments .b-ourchoise-item__title span,
.b-blog-detail__comments .b-preorder__item-title span,
.b-blog-detail__comments .b-promo__main-slider-currentprice span,
.b-blog-detail__comments .b-ratinglabel__value span,
.b-blog-detail__comments .h4 span,
.b-blog-detail__comments .shop-item-inline__title-text span {
  color: #fbbb43
}

.b-blog-detail__comments .b-comments__form {
  padding: 0;
  border: 0;
  background: 0 0;
  border-radius: 0;
  margin-bottom: 24px
}

.b-blog-detail__share {
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: var(--mb) 0;
  padding: 24px
}

.b-blog-detail__share span {
  color: #fbbb43;
  font-weight: 700;
  margin-right: 24px
}

.b-blog-detail__share,
.b-blog-detail__share .b-social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-blog-detail__title {
  margin-top: calc(var(--mb)*2 + 20px);
  padding-bottom: calc(var(--mb)/2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: var(--mb)
}

.b-blog-detail__title-extend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-blog-detail__title-extend__status {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  border-radius: 8px;
  padding: 5px 8px 3px;
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fbbb43;
  margin-right: 10px
}

.b-blog-detail__title-extend__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-blog-detail__title-info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .5
}

.b-blog-detail__title-info__data {
  margin-right: 40px
}

.b-blog-detail__title-info__comments,
.b-blog-detail__title-info__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-blog-detail__title-info__comments:before,
.b-blog-detail__title-info__views:before {
  content: '';
  display: inline-block;
  margin-right: 5px
}

.b-blog-detail__title-info__comments::before,
.b-blog-detail__title-info__views::before {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 25.087108013937282% 84.21052631578948%;
  width: 25px;
  height: 21px
}

.b-blog-detail__title-info__comments {
  margin-right: 40px
}

.b-blog-detail__title-info__comments::before {
  background-position: 83.62369337979094% 72.8744939271255%
}

.b-blog-detail__content {
  color: #dbd9d9
}

.b-blog-detail__content :not(a) {
  color: inherit
}

.b-blog-detail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 670px;
  margin: auto
}

.b-blog-detail__author .b-avatar {
  width: 64px;
  height: 64px
}

.b-blog-detail__author-content,
.b-blog-detail__author-wrapper,
.blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.b-blog-detail__author-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px
}

.blog-title {
  margin-bottom: calc(var(--mb)*2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.blog-title__description {
  width: calc(100%/14*10)
}

.blog-title__description .btn {
  margin-top: 8px
}

.blog-title-type {
  background: rgba(251, 187, 67, .3);
  border: 1px solid #fbbb43;
  border-radius: 8px;
  padding: 3px 8px 2px;
  font-family: TT Milks;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fbbb43
}

.blog-title__date {
  width: calc(100%/14*3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px
}

.blog-title__date-comments,
.blog-title__date-views,
.blog-title__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px
}

.blog-title__date-comments,
.blog-title__date-views {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-title__date-comments::before,
.blog-title__date-views::before {
  content: '';
  margin-right: 5px;
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 25.087108013937282% 84.21052631578948%;
  width: 25px;
  height: 21px
}

.blog-title__date-comments::before {
  background-position: 83.62369337979094% 72.8744939271255%
}

.blog-subscribe {
  width: 100%;
  margin: calc(var(--mb)/2 - 16px) 16px calc(var(--mb)/2);
  padding: 24px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-subscribe,
.blog-subscribe__left,
.blog-subscribe__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog-subscribe__left .btn {
  margin-right: 12px
}

.blog-subscribe__left span {
  max-width: 250px;
  display: inline-block
}

.blog-subscribe__right span {
  color: #fbbb43;
  margin-right: 8px;
  font-weight: 700
}

.blog-subscribe__left,
.blog-subscribe__right,
.blog-subscribe__right .b-social,
.blog-subscribe__right .b-social__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-subscribe__right .b-social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog .b-catalog__tab-link {
  margin-top: calc(var(--mb)/2 - 16px)
}

.blog .b-catalog.js-tab {
  position: relative
}

.blog .b-filter {
  position: absolute;
  right: 0;
  top: 0
}

.b-about__title {
  margin-top: calc(var(--mb) + (var(--mb)/2));
  text-align: center;
  margin-bottom: var(--mb)
}

.b-about__title p {
  text-align: left
}

.b-about__title-image {
  margin-bottom: 16px
}

.b-about-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: calc(var(--mb)/2)
}

.b-about-numbers__item {
  width: calc(100%/4 - 60px);
  margin-bottom: calc(var(--mb)/2)
}

.b-about-numbers__item-title {
  margin-bottom: 7px;
  color: #fbbb43
}

.b-about-facts {
  margin-bottom: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-about-facts__item {
  width: calc(100%/12*6 - (100%/12)/2);
  margin-bottom: calc(var(--mb)/2)
}

.b-about-facts__item-title,
a,
h1 span,
h2 span {
  color: #fbbb43
}

.b-about-advantages {
  margin-bottom: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-about-advantages__item {
  width: calc(100%/3);
  padding-right: calc(100%/12);
  margin-bottom: calc(var(--mb)/2)
}

.b-about-advantages__item-icon {
  margin-bottom: 8px
}

.b-about-advantages__item-title {
  font-weight: 700;
  margin-bottom: 8px
}

.b-about-slider {
  margin-bottom: var(--mb)
}

.b-about-slider .slick-list {
  overflow: visible
}

.b-about-slider .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.b-about-slider .slick-list .slick-slide.slick-active,
.b-about-slider .slick-list .slick-slide.slick-active~.slick-slide {
  opacity: 1
}

.b-about-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px
}

.b-about-slider-item {
  padding: 0 8px;
  max-width: 450px
}

.b-about-slider-item img {
  width: 100%;
  border-radius: 10px
}

.b-about-slider__wrapper {
  margin: 0 -8px;
  width: calc(100% + 16px)
}

.b-about-slider__arrows .b-control {
  margin: 0 -12px;
  width: initial
}

.b-about-slider__arrows .b-control__btn {
  margin: 0 12px
}

.b-about-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: var(--mb);
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.b-about-grid>:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.b-about-grid>:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1
}

.b-about-grid>:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1
}

.b-about-grid>:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1
}

.b-about-grid>:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1
}

.b-about-grid__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr calc(100%/12) 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -webkit-column-gap: calc(100%/12);
  -moz-column-gap: calc(100%/12);
  column-gap: calc(100%/12);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.b-about-grid__item>:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}

.b-about-grid__item>:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}

.b-about-grid__item>:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5
}

.b-about-grid__item>:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7
}

.b-about-grid__item>:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9
}

.b-about-grid__item>:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11
}

.b-about-grid__item>:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13
}

.b-about-grid__item>:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15
}

.b-about-grid__item>:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17
}

.b-about-grid__item>:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19
}

.b-about-grid__item>:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 21
}

.b-about-grid__item>:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 23
}

.b-about-grid__item>:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 1
}

.b-about-grid__item>:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 3
}

.b-about-grid__item>:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 5
}

.b-about-grid__item>:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 7
}

.b-about-grid__item>:nth-child(17) {
  -ms-grid-row: 2;
  -ms-grid-column: 9
}

.b-about-grid__item>:nth-child(18) {
  -ms-grid-row: 2;
  -ms-grid-column: 11
}

.b-about-grid__item>:nth-child(19) {
  -ms-grid-row: 2;
  -ms-grid-column: 13
}

.b-about-grid__item>:nth-child(20) {
  -ms-grid-row: 2;
  -ms-grid-column: 15
}

.b-about-grid__item>:nth-child(21) {
  -ms-grid-row: 2;
  -ms-grid-column: 17
}

.b-about-grid__item>:nth-child(22) {
  -ms-grid-row: 2;
  -ms-grid-column: 19
}

.b-about-grid__item>:nth-child(23) {
  -ms-grid-row: 2;
  -ms-grid-column: 21
}

.b-about-grid__item>:nth-child(24) {
  -ms-grid-row: 2;
  -ms-grid-column: 23
}

.b-about-grid__item>:nth-child(25) {
  -ms-grid-row: 3;
  -ms-grid-column: 1
}

.b-about-grid__item>:nth-child(26) {
  -ms-grid-row: 3;
  -ms-grid-column: 3
}

.b-about-grid__item>:nth-child(27) {
  -ms-grid-row: 3;
  -ms-grid-column: 5
}

.b-about-grid__item>:nth-child(28) {
  -ms-grid-row: 3;
  -ms-grid-column: 7
}

.b-about-grid__item>:nth-child(29) {
  -ms-grid-row: 3;
  -ms-grid-column: 9
}

.b-about-grid__item>:nth-child(30) {
  -ms-grid-row: 3;
  -ms-grid-column: 11
}

.b-about-grid__item>:nth-child(31) {
  -ms-grid-row: 3;
  -ms-grid-column: 13
}

.b-about-grid__item>:nth-child(32) {
  -ms-grid-row: 3;
  -ms-grid-column: 15
}

.b-about-grid__item>:nth-child(33) {
  -ms-grid-row: 3;
  -ms-grid-column: 17
}

.b-about-grid__item>:nth-child(34) {
  -ms-grid-row: 3;
  -ms-grid-column: 19
}

.b-about-grid__item>:nth-child(35) {
  -ms-grid-row: 3;
  -ms-grid-column: 21
}

.b-about-grid__item>:nth-child(36) {
  -ms-grid-row: 3;
  -ms-grid-column: 23
}

.b-about-grid__item-image {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4
}

.b-about-grid__item-image img {
  border-radius: 10px;
  width: 100%
}

.b-about-grid__item-text {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  grid-column: 1/5
}

.b-about-grid__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6
}

.b-about-grid__item:nth-child(2) .b-about-grid__item-image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9
}

.b-about-grid__item:nth-child(2) .b-about-grid__item-text {
  padding-top: 0;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4
}

.b-public-profile__comments {
  max-width: 840px;
  margin: 0 auto var(--mb)
}

.b-public-profile__comments .b-comments__item {
  border-top: 0;
  padding: 24px 60px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  margin-bottom: 16px
}

.b-public-profile__comments .b-comments__item-subtitle {
  margin-bottom: 10px
}

.b-public-profile__comments .b-comments__item:last-child {
  margin-bottom: calc(var(--mb)/2)
}

.b-public-profile__comments .b-comments__item-wrapper {
  border-top: 0;
  padding: 0;
  margin: 0
}

.b-giftpage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.b-giftpage__content {
  padding: 80px calc(100%/12);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, #000 100%);
  border: 1px solid #fbbb43;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 120px rgba(251, 187, 67, .5);
  box-shadow: 0 0 120px rgba(251, 187, 67, .5);
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 160px
}

.b-giftpage__content-title {
  position: relative;
  text-align: center;
  margin-bottom: calc(var(--mb)/2)
}

.b-giftpage__content-title:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  left: 0;
  top: 45%
}

.b-giftpage__content-title span {
  background: #000;
  font-family: TT Milks;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 18px
}

.b-giftpage__content .b-warning {
  max-width: 100%;
  margin-bottom: calc(var(--mb)/2)
}

.b-giftpage__content--lockpage {
  font-size: 1.5em
}

.b-giftpage__title {
  text-align: center;
  margin-bottom: calc(var(--mb)/2)
}

.b-giftpage__profile {
  padding-left: calc(100%/10);
  padding-right: calc(100%/10);
  padding-bottom: calc(var(--mb)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-bottom: var(--mb)
}

.b-giftpage__profile:before {
  content: '';
  background: #000;
  border: 1px solid rgba(251, 187, 67, .5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  bottom: 0;
  z-index: -1
}

.b-giftpage__profile-avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
  border-radius: 100%
}

.b-giftpage__profile-avatar img {
  width: 100%;
  border-radius: 100%
}

.b-giftpage__profile-data {
  font-family: Montserrat;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  opacity: .5;
  margin-bottom: 8px
}

.b-giftpage__profile-name {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fbbb43;
  margin-bottom: 16px
}

.b-giftpage__profile-message {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff
}

.b-giftpage__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.b-giftpage__col-small {
  width: calc(100%/10*3)
}

.b-giftpage__col-large {
  width: calc(100%/10*7)
}

.b-giftpage__info {
  margin-bottom: 32px
}

.b-giftpage__info-title {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -.06em;
  color: #fff;
  margin-bottom: 8px
}

.b-giftpage__info-value {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fbbb43
}

.b-giftpage__giftitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: var(--mb)
}

.b-giftpage__giftitem-image {
  width: calc(100%/10*2);
  margin-right: calc(100%/10)
}

.b-giftpage__giftitem-image img {
  max-width: 100%;
  -webkit-box-shadow: -4px 0 8px rgba(5, 5, 5, .8);
  box-shadow: -4px 0 8px rgba(5, 5, 5, .8);
  border-radius: 8px
}

.b-giftpage__giftitem-info {
  width: calc(100%/10*7)
}

.b-giftpage__giftitem-info .shop-item-inline__keycode:first-child {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.b-giftpage__giftitem-info .shop-item-inline__keycode:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 16px 0
}

.b-giftpage__giftitem-title {
  margin-bottom: 24px
}

.b-giftpage__giftitem-keys {
  margin-bottom: 16px
}

.b-error-page {
  margin-top: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: var(--mb)
}

.b-error-page__image,
.b-spartans .b-spartans__login {
  margin-bottom: 40px
}

.b-error-page__image img {
  max-width: 100%
}

.b-error-page__title {
  margin-bottom: 60px;
  max-width: 380px;
  text-align: center
}

.b-spartans {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto
}

.b-spartans__header {
  margin-bottom: 24px
}

.b-spartans__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-bottom: var(--mb);
  counter-reset: spartans;
  -webkit-transition: -webkit-transform ease-in-out .6s;
  transition: transform ease-in-out .6s;
  transition: transform ease-in-out .6s, -webkit-transform ease-in-out .6s
}

.b-spartans__list .b-spartan__position::before {
  content: counter(spartans);
  counter-increment: spartans
}

.b-spartan__placeholder {
  -webkit-transition: height ease-in-out .6s;
  transition: height ease-in-out .6s
}

.b-spartan__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-transition: height ease-in-out .3s, .6s opacity ease-in-out 1.2s;
  transition: height ease-in-out .3s, .6s opacity ease-in-out 1.2s
}

.b-spartan__container::after,
.b-spartan__container::before {
  content: none
}

.b-spartan .b-avatar {
  width: 88px;
  height: 88px
}

.b-spartans__list .b-avatar__frame {
  display: block;
  border-color: #fff;
  border-width: 4px
}

.b-spartans__list .b-avatar__img {
  padding: 4px
}

.b-spartans__list .b-spartan__container:nth-child(1),
.b-spartans__list .b-spartan__container:nth-child(2),
.b-spartans__list .b-spartan__container:nth-child(3) {
  color: #fbbb43
}

.b-spartans__list .b-spartan__container:nth-child(1) .b-avatar__frame,
.b-spartans__list .b-spartan__container:nth-child(2) .b-avatar__frame,
.b-spartans__list .b-spartan__container:nth-child(3) .b-avatar__frame {
  border-color: #fbbb43
}

.b-spartan__container--outside .b-avatar {
  width: 58px;
  height: 58px
}

.b-spartan__container--outside .b-avatar__frame {
  opacity: 0
}

.b-spartan__container--one-of-outside .b-avatar__frame {
  opacity: 1
}

.b-spartan {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0;
  margin-left: -32px;
  margin-right: -32px;
  border: 1px solid transparent;
  border-radius: 8px
}

.b-spartan__container--one-of .b-spartan {
  border-color: #fbbb43;
  background-color: #000;
  -webkit-transition: border-color ease-in-out .6s, background-color ease-in-out .6s, -webkit-transform ease-in-out .6s;
  transition: border-color ease-in-out .6s, background-color ease-in-out .6s, transform ease-in-out .6s;
  transition: border-color ease-in-out .6s, background-color ease-in-out .6s, transform ease-in-out .6s, -webkit-transform ease-in-out .6s
}

.b-spartan__container--outside .b-spartan {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  border-color: rgba(255, 255, 255, .3)
}

.b-spartan__wrapper {
  --padding-x: 0;
  --padding-y: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--padding-y) var(--padding-x);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid transparent
}

.b-spartan__wrapper>*+* {
  margin-left: 16px
}

.b-spartan__container--one-of .b-spartan__wrapper,
.b-spartan__container--one-of+.b-spartan__container .b-spartan__wrapper,
.b-spartan__container--outside .b-spartan__wrapper {
  border-color: transparent
}

.b-spartan__container--one-of .b-spartan__wrapper,
.b-spartan__container--outside .b-spartan__wrapper {
  --padding-x: 16px;
  --padding-y: 24px
}

.b-spartan__position {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.7em;
  -webkit-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: inherit
}

.b-spartan__position--mobile {
  display: none
}

.b-spartan__container--outside .b-spartan__position {
  width: 0;
  -webkit-transition: width ease-in-out .6s;
  transition: width ease-in-out .6s
}

.b-spartan__container--one-of-outside .b-spartan__position {
  width: auto
}

.b-spartan__about {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.b-spartan__container .b-user-name__name {
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: inherit
}

.b-spartan__container .b-user-name__level {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px)
}

.b-spartan__container--outside .b-user-name__name {
  font-family: TT Milks;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: inherit
}

.b-spartan__container--outside .b-user-name__level {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.b-spartan__aim,
.b-spartan__desc {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
  color: inherit
}

.b-spartan__container--outside .b-spartan__desc {
  display: none
}

.b-spartan__aim {
  display: none;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff
}

.b-spartan__container--outside .b-spartan__aim {
  display: block
}

.b-spartan__aim--next {
  display: block;
  color: rgba(255, 255, 255, .5)
}

.b-spartan__container--outside .b-spartan__aim--next {
  display: none
}

.b-spartan__score {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 6em;
  -webkit-transition: font-size ease-in-out .3s, line-height ease-in-out .3s;
  transition: font-size ease-in-out .3s, line-height ease-in-out .3s;
  font-family: TT Milks;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: inherit;
  text-align: right
}

.b-spartan__container--outside .b-spartan__score {
  font-family: TT Milks;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

.b-paymentmethods {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(var(--col)*14);
  margin: 0 auto var(--mb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-paymentmethods .b-paymentmethods__items {
  display: inline-table;
  margin: 0 0 calc(var(--mb)/4);
  padding: 0 calc(var(--mb));
  position:relative;
  text-align: center;
}
.b-paymentmethods .b-paymentmethods__items:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 100%;
  margin-left: 1%;
  border: 2px solid rgba(251, 187, 67, .5);
  border-left: 0px;
  border-right: 0px;
  z-index: -2;
}
.b-paymentmethods .b-paymentmethods__items:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(20, 17, 17, 1) 0%, rgba(20, 17, 17, 0) 10%, rgba(20, 17, 17, 0) 90%, rgba(20, 17, 17, 1) 100%);
  mix-blend-mode: darken;
  border-radius: 6px;
  z-index: -1;
}
.b-paymentmethods .b-paymentmethods__title {
  font-family: TT Milks;
  font-size: calc(var(--mb)/2.5);
  letter-spacing: .04em;
  display: inline-block;
  vertical-align: middle;
}
.b-paymentmethods .b-paymentmethods__item {
  display: inline-block;
  padding: calc(var(--mb)/5) 0;
}
.b-paymentmethods .b-paymentmethods__item .b-paymentmethods__item-image {
  margin: 0 calc(var(--mb)/2);
}
.b-paymentmethods .b-paymentmethods__item .b-paymentmethods__item-image img {
  height: calc(var(--mb)/2.11);
}

.c-timer-mainpage {
  background: rgba(20, 17, 17, .5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  margin-top: 12px;
  margin-bottom: 52px;
  min-width: 165px
}

.c-timer-mainpage span {
  font-weight: 700;
  letter-spacing: .04em
}

:root {
  --max-w-content: 1776px;
  --p: 48px;
  --mb: 80px;
  --col: 6.25%;
  --header-height: calc(53px + 2 * var(--p))
}

body.fixed,
body.fixed:after {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

body.fixed {
  overflow: hidden
}

body.fixed:after {
  content: '';
  bottom: 0;
  background: 0 0;
  z-index: 500
}

.b-content__container,
.container {
  max-width: var(--max-w-content);
  margin: 0 auto;
  padding: 0 var(--p)
}

.btn {
  font-family: 'TT Milks';
  font-size: 16px;
  line-height: 1.2;
  padding: 11px 12px 8px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  border: 0
}

.btn--header,
.btn--header--sm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 12px 7px;
  border: 2px solid rgba(255, 255, 255, .5)
}

.btn--header--sm.active,
.btn--header--sm:hover,
.btn--header.active,
.btn--header:hover {
  background: #fff;
  color: #000
}

.btn--header--sm {
  font-size: 13px
}

.btn--primary {
  background: #fbbb43;
  border-radius: 11px;
  color: #000;
  font-size: 18px;
  letter-spacing: .04em
}

.btn--primary:hover {
  background-color: #fff
}

.btn--small {
  padding: 7px 12px 4px
}

.btn--mobile-filter {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  background-position: 0 0;
  width: 60px;
  height: 36px;
  display: none;
  position: relative
}

.btn--mobile-filter.apply:before {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fbbb43;
  border: 5px solid #141111
}

.btn--empty-item {
  border-radius: 11px;
  color: #000;
  font-size: 18px;
  letter-spacing: .04em;
  background-color: #fff;
  cursor: default
}

.btn--remove {
  width: 20px;
  height: 20px;
  position: relative;
  background: 0 0
}

.btn--remove::before,
.btn--remove:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute
}

.btn--remove::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.btn.blocked,
.btn:disabled {
  opacity: .5
}

.fixed-cart {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  border: 2px solid #fbbb43;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: none
}

.fixed-cart.not-empty:before,
.fixed-cart:before {
  background: url(../images/sprite-1c4b8afc.svg) no-repeat;
  width: 36px;
  height: 36px
}

.fixed-cart:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 40.57971014492754% 22.413793103448278%
}

.fixed-cart.not-empty:before {
  background-position: 21.73913043478261% 22.413793103448278%
}

.fixed-cart.animate {
  -webkit-animation: shake .5s 1 ease-out;
  animation: shake .5s 1 ease-out
}

.btn--link {
  all: unset;
  color: #fbbb43;
  cursor: pointer
}

.b-title-with-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(var(--mb)/2)
}
.b-footer__copyright-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width:1150px) {
  .b-card .b-complect__item:not(.current):hover {
    border-radius: 6px 6px 0 0;
    background: #000
  }
  .b-card .b-complect__item:not(.current):hover .b-complect__item-list {
    opacity: 1;
    visibility: visible;
    background: #000;
    border-radius: 0 0 6px 6px
  }
  .b-card .b-complect__item.b-complect__item--empty:hover {
    background: #000;
    border-radius: 6px 6px 6px 6px
  }
  .b-card .b-complect__item.b-complect__item--empty:hover .b-complect__item-list {
    opacity: 1;
    visibility: visible;
    background: #000;
    border-radius: 6px 6px 6px 6px
  }
}

@media (min-width:1920px) {
  .b-bundles__list-wrapper,
  .b-preorder__wrapper {
    grid-auto-rows: 120px
  }
}

@media only screen and (max-width:1700px) {
  .b-charity__description-title,
  .b-lk-giftcard-response__activatecount,
  .b-profile__advantages-title,
  .b-promo__main-slider-title,
  .h1,
  h1 {
    font-size: 40px
  }
  .b-about-facts__item-title,
  .b-about-numbers__item-title,
  .b-cart__total-price,
  .b-cart__total-title,
  .b-charity__status-value,
  .b-giftpage__giftitem-title,
  .b-lk-info__item-title,
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 36px
  }
  .b-accardeon--text .b-accardeon__item-title,
  .b-blog-detail__author-name,
  .b-bundles__list-item-title,
  .b-card__price-currentprice,
  .b-card__price-oldprice,
  .b-catalog__error-message,
  .b-form__resetpassord-title,
  .b-lk-title__title,
  .b-ourchoise-item__price-current,
  .b-ourchoise-item__title,
  .b-preorder__item-title,
  .b-promo__main-slider-currentprice,
  .b-ratinglabel__value,
  .h4,
  .shop-item-inline__title-text {
    font-size: 24px
  }
  .b-promo__main-slider-subtitle,
  .b-timer,
  .h7 {
    font-size: 14px
  }
  .b-card__img-label,
  .b-comments .b-comments__item-interactive-button,
  .h8 {
    font-size: 13px
  }
  .b-blog-detail__author-title,
  .b-comment-change-popup,
  .p,
  body {
    font-size: 16px
  }
  .b-achivement__text,
  .b-articles__date,
  .b-articles__desc,
  .b-blog-article__description,
  .b-blog-detail__share span,
  .b-card .b-complect__item-price,
  .b-card .b-complect__item-title,
  .b-card__table--sys .b-card__table-title,
  .b-card__table--sys .b-card__table-value,
  .b-comments .b-comments__item-body,
  .b-comments__item-restore,
  .b-footer__notification-wrapper,
  .b-lk-notification__item-date,
  .b-lk-notification__item-text,
  .b-notification__item-description,
  .blog-subscribe__left span,
  .blog-subscribe__right span,
  .p_small,
  .shop-item__name {
    font-size: 14px
  }
  .b-card__available__item,
  .b-card__slideritem-content .shop-item__name,
  .b-card__subinfo-head,
  .b-card__table-title,
  .b-card__table-value,
  .b-card__table-value a,
  .b-comments__form-stars a,
  .b-footer__copyright-by a,
  .b-footer__copyright-by span,
  .b-footer__copyright-policy a,
  .b-footer__copyright-policy span,
  .b-menu__list-sub .b-menu__list-item,
  .b-profile__head-social,
  .b-questionnaire__tag,
  .b-tipography__caption,
  .b-tipography__quote-title,
  .b-warning,
  .shop-item-inline__detail-item,
  .span_big {
    font-size: 13px
  }
  .b-autch-social__title,
  .b-autch-social__error,
  .b-breadcrumbs__item,
  .b-checkbox__label,
  .b-comment-change,
  .b-comments .b-comments__item-date,
  .b-comments .b-comments__item-responseto,
  .b-comments .b-comments__item-status,
  .b-comments__item-rank,
  .b-comments__pinned,
  .b-form__input--agreement .b-form__input-message,
  .b-ratinglabel__title,
  .span_small {
    font-size: 10px
  }
  .b-giftcards-list__item {
    margin: 0 8px;
    width: calc(100%/5 - 16px)
  }
  .b-spartan__container .b-user-name__name,
  .b-spartan__container--outside .b-spartan__score,
  .b-spartan__position {
    font-size: 24px
  }
  .b-spartan__desc {
    font-size: 16px
  }
  .b-spartan__aim {
    font-size: 14px
  }
  .b-spartan__score {
    font-size: 36px
  }
}

@media only screen and (max-width:1680px) {
  .b-header__logo a {
    max-width: 118px
  }
}

@media only screen and (max-width:1679px) {
  .b-ourchoise__slider {
    width: calc(100% + 16px);
    margin: 0 -8px
  }
  .b-ourchoise__slide {
    padding: 20px 8px
  }
  .b-ourchoise-item {
    margin-bottom: 16px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media only screen and (max-width:1480px) {
  .b-search-result .shop-item {
    width: calc(100%/4 - 24px)
  }
}

@media only screen and (max-width:1440px) {
  .b-promo__hits-item {
    padding: 30px 8px
  }
  .b-catalog .b-developer-card,
  .b-catalog .shop-item {
    width: calc(100%/5 - 24px);
    margin: 0 12px calc(var(--mb)/2)
  }
  .b-catalog__tab-container .b-catalog__tab-wrapper,
  .b-catalog__wrapper {
    margin: 0 -12px
  }
  .b-blog__wrapper {
    margin: 0 -12px;
    width: calc(100% + 24px)
  }
  .b-blog-article,
  .b-blog-article--large {
    margin: 0 12px calc(var(--mb)/2);
    width: calc(100%/3 - 24px)
  }
  .b-blog-article--large {
    width: calc((100%/3)*2 - 24px)
  }
  .b-blog--blogmain .b-blog-article {
    margin: 0 12px 24px;
    width: calc(100%/3 - 24px)
  }
  .b-blog--blogmain .b-blog-article--large {
    margin: 0 12px 24px;
    width: calc((100%/3)*2 - 24px)
  }
  .b-blog--mainpage .b-blog__wrapper {
    margin: 0 -12px calc(var(--mb)/2);
    width: calc(100% + 24px)
  }
  .b-blog--mainpage .b-blog-article {
    margin: 0 12px calc(var(--mb)/2);
    width: calc(100%/3 - 24px)
  }
  .b-shopitem-slider__wrapper {
    width: calc(100% + 24px);
    margin: 0 -12px var(--mb)
  }
  .b-shopitem-slider__wrapper--mb0 {
    margin: 0 -12px
  }
  .b-shopitem-slider .slick-slide>div {
    padding: 0 12px
  }
  .b-lk-cards {
    width: calc(100% + 24px);
    margin: 0 -12px calc(var(--mb) - 20px)
  }
  .b-lk-cards__item {
    width: calc(100%/4 - 24px);
    margin: 0 12px 20px
  }
  .b-bundles__list-wrapper,
  .b-preorder__wrapper {
    gap: 24px
  }
  .blog-subscribe {
    margin: calc(var(--mb)/2 - 12px) 12px calc(var(--mb)/2)
  }
  .blog .b-catalog__tab-link {
    margin-top: calc(var(--mb)/2 - 12px)
  }
  :root {
    --mb: 80px
  }
}

@media only screen and (max-width:1365px) {
  .b-promo__hits-container,
  .b-promo__main-slider-info {
    width: 50%
  }
}

@media only screen and (max-width:1280px) {
  .b-control--ourchoise {
    left: 0;
    top: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: initial;
    right: 0;
    margin-top: calc(var(--mb)/2 - 20px)
  }
  .b-control--ourchoise .b-control__btn--down,
  .b-control--ourchoise .b-control__btn--up {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 20px
  }
  .b-advantages {
    margin: 0 -8px var(--mb)
  }
  .b-advantages__item {
    width: calc((100%/5) - 16px);
    padding: 20px 10px;
    margin: 0 8px
  }
  .b-advantages__item-image {
    width: 50%
  }
  .b-catalog {
    width: 100%
  }
  .b-catalog .b-developer-card,
  .b-catalog .shop-item {
    width: calc(100%/5 - 16px);
    margin: 0 8px calc(var(--mb)/2)
  }
  .b-catalog__tab-container .b-catalog__tab-wrapper,
  .b-catalog__wrapper {
    margin: 0 -8px
  }
  .b-ourchoise {
    width: 100%;
    margin: 0 auto calc(var(--mb) + var(--mb))
  }
  .b-blog__wrapper {
    width: calc(100% + 16px);
    margin: 0 -8px
  }
  .b-blog-article,
  .b-blog-article--large {
    width: calc(100%/3 - 16px);
    margin: 0 8px calc(var(--mb)/2)
  }
  .b-blog-article--large {
    width: calc((100%/3)*2 - 16px)
  }
  .b-blog--blogmain .b-blog-article {
    width: calc(100%/3 - 16px);
    margin: 0 8px 16px
  }
  .b-blog--blogmain .b-blog-article--large {
    width: calc((100%/3)*2 - 16px);
    margin: 0 8px 16px
  }
  .b-blog--mainpage,
  .b-content__wrapper {
    width: 100%
  }
  .b-blog--mainpage .b-blog__wrapper {
    width: calc(100% + 16px);
    margin: 0 -8px calc(var(--mb)/2)
  }
  .b-blog--mainpage .b-blog-article {
    width: calc(100%/3 - 16px);
    margin: 0 8px calc(var(--mb)/2)
  }
  .b-search-result .shop-item {
    width: calc(100%/3 - 24px)
  }
  .b-shopitem-slider__wrapper {
    width: calc(100% + 16px);
    margin: 0 -8px var(--mb)
  }
  .b-shopitem-slider__wrapper--mb0 {
    margin: 0 -8px
  }
  .b-shopitem-slider .slick-slide>div {
    padding: 0 8px
  }
  .b-lk-cards {
    width: calc(100% + 16px);
    margin: 0 -8px var(--mb)
  }
  .b-lk-cards__item {
    width: calc(100%/4 - 16px);
    margin: 0 8px 20px
  }
  .sidebar__container {
    --col: calc(100% / 14);
    right: 0
  }
  .blog-subscribe {
    margin: calc(var(--mb)/2 - 8px) 8px calc(var(--mb)/2)
  }
  .blog .b-catalog__tab-link {
    margin-top: calc(var(--mb)/2 - 8px)
  }
}

@media only screen and (max-width:1250px) {
  .b-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-footer__logo,
  .b-footer__menu {
    display: none
  }
  .b-footer__notification {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 520px;
    margin: 0 auto 48px
  }
  .b-footer__notification-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
  .b-footer__notification-wrapper:before {
    margin-right: 0;
    margin-bottom: 8px
  }
  .b-footer__social {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px
  }
  .b-footer__social-item {
    margin: 0 24px
  }
  .b-footer__social-item:last-child {
    margin: 0 0 0 24px
  }
  .b-footer__social-item:first-child {
    margin: 0 24px 0 0
  }
  .b-footer__options {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: initial
  }
}

@media only screen and (max-width:1150px) {
  .b-charity__description-title,
  .b-lk-giftcard-response__activatecount,
  .b-profile__advantages-title,
  .b-promo__main-slider-title,
  .h1,
  h1 {
    font-size: 32px
  }
  .b-about-facts__item-title,
  .b-about-numbers__item-title,
  .b-cart__total-price,
  .b-cart__total-title,
  .b-charity__status-value,
  .b-giftpage__giftitem-title,
  .b-lk-info__item-title,
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 24px
  }
  .b-accardeon--text .b-accardeon__item-title,
  .b-blog-detail__author-name,
  .b-bundles__list-item-title,
  .b-catalog__error-message,
  .b-form__resetpassord-title,
  .b-lk-title__title,
  .b-ourchoise-item__title,
  .b-preorder__item-title,
  .b-ratinglabel__value,
  .h4,
  .shop-item-inline__title-text {
    font-size: 16px
  }
  .text-center-mobile {
    text-align: center
  }
  .b-header__logo {
    width: calc(var(--col)*4);
    padding-right: 20px
  }
  .b-header__logo a {
    max-width: 100px
  }
  .b-header__wrapper {
    padding: 15px var(--p)
  }
  .b-header__container--search {
    width: calc(var(--col)*8)
  }
  .b-header__icons {
    width: calc(var(--col)*4);
    padding-left: 20px
  }
  .b-header__menu-btn {
    display: block
  }
  .b-footer__copyright {
    margin-top: 0
  }
  .b-footer__copyright-payment {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 48px 0
  }
  .b-footer__copyright-payment__item {
    margin: 0 8px
  }
  .b-footer__copyright-by {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .b-promo {
    padding-bottom: 0
  }
  .b-promo .c-timer-mainpage,
  .b-promo__hits-container .b-control {
    display: none
  }
  .b-promo__bottom {
    max-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-promo__hits {
    width: 100%
  }
  .b-promo__hits-wrapper {
    max-width: initial;
    width: calc(100% + (var(--p)*2));
    margin-top: 0;
    margin-left: calc(var(--p)*-1);
    overflow: auto
  }
  .b-promo__hits-wrapper:after {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1px;
    height: 1px;
    display: block
  }
  .b-promo__hits-wrapper.ps .b-promo__hits-item:nth-last-child(-n+3) {
    margin: 0 var(--p) 20px 8px
  }
  .b-promo__hits-title {
    -webkit-transform: none;
    transform: none;
    left: initial;
    position: static;
    text-align: center;
    margin-bottom: 27px
  }
  .b-promo__hits-container {
    width: 100%
  }
  .b-promo__hits-item {
    width: calc(100%/5 - 16px);
    margin: 0 8px 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    min-width: 180px;
    max-width: 180px
  }
  .b-promo__hits-item:first-child {
    margin: 0 8px 20px var(--p)
  }
  .b-promo__hits-item:last-child {
    margin: 0 var(--p) 20px 8px
  }
  .b-promo__main-slider-description {
    width: 100%;
    margin: 0 auto
  }
  .b-promo__main-slider-description-item {
    text-align: center
  }
  .b-promo__main-slider-info {
    width: 100%;
    min-height: 100vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 0;
    padding-bottom: 15vh;
    position: relative
  }
  .b-promo__main-slider-info .b-control {
    position: absolute;
    top: 50%;
    width: 100%;
    min-height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 100;
    margin: 0
  }
  .b-promo__main-slider-info .b-control .b-control__btn--down,
  .b-promo__main-slider-info .b-control .b-control__btn--up {
    margin: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .b-promo__main-slider-title {
    max-width: 100%;
    line-height: 1.3
  }
  .b-promo__main-slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-promo__main-slider-container .btn--primary {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .b-promo__main-slider-price {
    margin-bottom: 27px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .b-promo__main-slider-currentprice {
    font-size: 24px
  }
  .b-promo .slick-active .b-promo__main-slider-title {
    line-height: 1.3
  }
  .b-promo .slick-active.hide .b-promo__main-slider-container {
    -webkit-transition: .2s;
    transition: .2s
  }
  .b-promo .slick-active.hide .b-promo__main-slider-title {
    -webkit-transition: .2s;
    transition: .2s;
    line-height: 1.3
  }
  .b-promo .slick-active.hide .b-promo__main-slider-bundle,
  .b-promo .slick-active.hide .b-promo__main-slider-subtitle,
  .b-promo .slick-active.hide .c-timer-mainpage {
    -webkit-transition: .2s;
    transition: .2s
  }
  .b-control__progressbar {
    display: none
  }
  .b-advantages {
    width: calc(100% + (var(--p)*2));
    margin: 0 calc(var(--p)*-1) calc(var(--mb) - 20px);
    overflow: auto;
    padding-bottom: 20px
  }
  .b-advantages:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-advantages__item:first-child {
    margin-left: var(--p)
  }
  .b-advantages__item:last-child {
    margin-right: var(--p)
  }
  .b-advantages.ps .b-advantages__item:nth-last-child(-n+3) {
    margin-right: var(--p)
  }
  .b-catalog--slider .b-control {
    display: none
  }
  .b-ourchoise-item__container {
    top: 10px;
    bottom: 15px
  }
  .b-ourchoise-item__price-current {
    font-size: 18px
  }
  .b-menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-menu__list-item--display--mobile {
    display: block
  }
  .b-menu__list--main {
    margin-top: 56px
  }
  .b-menu__col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 48px;
    text-align: center
  }
  .b-menu__accordeon {
    padding-top: 24px;
    position: relative;
    margin-bottom: 0
  }
  .b-menu__accordeon:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fbbb43;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0
  }
  .b-menu__accordeon-list {
    display: none
  }
  .b-menu__accordeon-list .b-menu__list-sub {
    margin-top: 24px;
    margin-bottom: 48px
  }
  .b-menu__accordeon-title {
    margin-bottom: 24px
  }
  .b-menu__accordeon-title.opened:after,
  .b-menu__accordeon-title:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/sprite-1c4b8afc.svg) no-repeat;
    background-position: 33.21917808219178% 83.87096774193549%;
    width: 20px;
    height: 20px;
    display: block;
    content: ''
  }
  .b-menu__accordeon-title.opened:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  .b-menu__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-menu__close {
    display: block
  }
  .b-popup__overlay {
    display: none
  }
  .b-popup__container {
    max-width: 320px;
    min-height: 100vh;
    width: 100%;
    left: initial;
    right: 0;
    background: rgba(0, 0, 0, .9);
    top: 0;
    padding: 40px 24px 0;
    overflow: auto
  }
  .b-popup__container--login {
    padding: 40px 0 0
  }
  .b-popup--small .b-popup__container {
    z-index: 10
  }
  .b-popup--search .b-popup__container {
    width: 100%;
    max-width: 100%;
    top: 124px;
    background: 0 0;
    padding: 0 24px
  }
  .b-popup--search .b-popup__overlay {
    display: block;
    left: 0
  }
  .b-popup--avatar .b-popup__container {
    width: 100%;
    max-width: 100%;
    top: 124px;
    left: initial;
    right: 0;
    background: 0 0
  }
  .b-popup--avatar .b-popup__overlay {
    display: block;
    left: 0
  }
  .b-notification {
    padding-right: 0;
    padding-left: 0
  }
  .b-notification__wrapper {
    z-index: 10
  }
  .b-notification__close {
    display: block
  }
  .b-search-result .shop-item {
    width: calc(100%/4 - 24px)
  }
  .b-search-result__wrapper {
    margin-bottom: 80px
  }
  .b-login__close {
    display: block
  }
  .b-card__body,
  .b-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .b-card__body .b-warning {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: calc(var(--mb)/2)
  }
  .b-card__row {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-card__row--mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .b-card__col {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-card__col--small {
    margin-right: 0;
    max-width: 100%
  }
  .b-card__col--large {
    width: 100%
  }
  .b-card__col--mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(12.5%*6)
  }
  .b-card__col--text-center,
  .b-card__title {
    text-align: center
  }
  .b-card__title {
    padding-right: 0;
    margin-bottom: calc(var(--mb)/3);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .b-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-card__available,
  .b-card__favorite {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .b-card__favorite {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-card__available {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-card__price,
  .b-card__price-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .b-card__price {
    padding-bottom: calc(var(--mb)/2);
    padding-top: calc(var(--mb)/2);
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-card__price-item {
    margin-right: 0
  }
  .b-card__price-item .btn {
    padding: 15px 12px 12px
  }
  .b-card__price-items {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .b-card__price-items .b-card__price-item {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-card__price-items .b-card__price-item:first-child {
    width: 100%;
    margin-right: 0
  }
  .b-card__price-items .b-card__price-item:last-child {
    margin-right: 0
  }
  .b-card__price-currentprice {
    font-size: 32px
  }
  .b-card__price-oldprice {
    font-size: 16px
  }
  .b-card__subinfo {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0
  }
  .b-card__subinfo-item,
  .b-card__table {
    margin-right: 20px
  }
  .b-card__table {
    margin-bottom: 0
  }
  .b-card__extendinfo {
    margin-left: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .b-card__slider-content .b-control,
  .b-card__slideritem-content .b-control {
    display: none
  }
  .b-card__slideritem-content {
    margin: 0;
    width: 100%
  }
  .b-card__slideritem-content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + (var(--p)*2));
    overflow: auto;
    padding-bottom: 20px;
    margin: 0 calc(var(--p)*-1) -16px
  }
  .b-card__slideritem-content>div:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-card__slideritem-item {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-card__slideritem-item .shop-item {
    height: 100%
  }
  .b-card__slideritem-item:first-child {
    margin-left: calc(var(--p) - 8px)
  }
  .b-card__slideritem-item:last-child {
    margin-right: calc(var(--p) - 8px)
  }
  .b-card .b-complect {
    overflow: auto;
    margin-bottom: 24px;
    width: calc(100% + var(--p)*2);
    margin: 0 calc(var(--p)*-1) 20px
  }
  .b-card .b-complect.ps {
    overflow: hidden!important
  }
  .b-card .b-complect__item {
    min-width: 276px;
    margin: 0 8px
  }
  .b-card .b-complect__item:first-child {
    margin: 0 8px 0 var(--p)
  }
  .b-card .b-complect__item:last-of-type {
    margin: 0 var(--p) 0 8px
  }
  .b-card .b-complect__item-list {
    display: none
  }
  .b-warning {
    width: 100%;
    max-width: 100%
  }
  .b-content__layout {
    padding-top: 90px
  }
  .b-column--extend .b-column__item {
    margin-bottom: 0
  }
  .b-column__item {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-column__item:last-child {
    margin-bottom: 0
  }
  .b-column__item--large {
    width: 100%;
    margin-right: 0
  }
  .b-column__item--align-center.text-center-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-column__item--half,
  .b-column__item--small {
    width: 100%
  }
  .b-tipography-slider__wrapper .slick-list {
    overflow: visible
  }
  .b-tipography-slider__wrapper .slick-list .slick-slide {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
  }
  .b-tipography-slider__wrapper .slick-list .slick-slide.slick-active,
  .b-tipography-slider__wrapper .slick-list .slick-slide.slick-active~.slick-slide {
    opacity: 1
  }
  .b-shopitem-slider__arrows .b-control,
  .b-tipography-slider__control {
    display: none
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized) .b-shopitem-slider-item {
    margin: 0 8px
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized) .b-shopitem-slider-item:first-child {
    margin: 0 8px 0 var(--p)
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized) .b-shopitem-slider-item:last-child {
    margin: 0 var(--p) 0 8px
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 calc(var(--p)*-1) calc(var(--mb)/2 - 20px);
    width: calc(100% + (var(--p)*2))
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized):after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-shopitem-slider__wrapper:not(.slick-initialized).ps .b-shopitem-slider-item:nth-last-child(-n+3) {
    margin: 0 var(--p) 0 8px
  }
  .b-giftcards-list {
    margin: 0 calc(var(--p)*-1) calc(var(--mb) - 20px);
    width: calc(100% + (var(--p)*2))
  }
  .b-giftcards-list:after {
    content: '';
    width: 1px;
    display: block;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-giftcards-list.ps .b-giftcards-list__item:nth-last-child(-n+3) {
    margin: 0 var(--p) 0 8px
  }
  .b-giftcards-list__item {
    margin: 0 8px
  }
  .b-giftcards-list__item:first-child {
    margin: 0 8px 0 var(--p)
  }
  .b-giftcards-list__item:last-child {
    margin: 0 var(--p) 0 8px
  }
  .b-achivement-bar__counter,
  .blog-subscribe__left span {
    text-align: center
  }
  .b-lk,
  .b-lk-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-lk-menu {
    width: calc(100% + (var(--p)*2));
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: calc(var(--p)*-1)
  }
  .b-lk-menu::after {
    content: '';
    width: 1px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block
  }
  .b-lk-menu__item {
    white-space: nowrap;
    margin-bottom: 0
  }
  .b-lk-menu__item:first-child {
    margin-left: var(--p)
  }
  .b-lk-menu__item:last-child {
    margin-right: var(--p)
  }
  .b-lk-menu__item--exit {
    margin-top: 0
  }
  .b-lk-content {
    width: 100%
  }
  .b-lk-profiledata__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: initial
  }
  .b-lk-profiledata__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .b-lk-profiledata__btn .btn {
    margin-right: 0;
    margin-bottom: 24px
  }
  .b-lk-profiledata__avatar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: calc(var(--mb)/2)
  }
  .b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open,
  .b-lk-order .b-accardeon__item-body {
    padding-right: 24px;
    padding-left: 24px
  }
  .cookie-notify__text {
    font-size: 14px
  }
  .sidebar__container {
    position: static;
    width: 100%
  }
  .b-cart__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .b-cart__left-side {
    width: 100%;
    margin-right: 0
  }
  .b-cart__right-side {
    width: 100%
  }
  .b-cart__list {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-cart__total {
    max-width: 272px;
    margin: 0 auto;
    background: 0 0;
    border: 1px solid transparent;
    padding: 0 12px;
    margin-bottom: calc(var(--mb) - (var(--mb)/4/2))
  }
  .b-cart__payment-block--mobile {
    display: block
  }
  .b-cart__payment-block--desktop {
    display: none
  }
  .b-bundles,
  .b-cart__warning {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-accardeon--text .b-cart--empty-cart .b-accardeon__item-title,
  .b-cart--empty-cart .b-accardeon--text .b-accardeon__item-title,
  .b-cart--empty-cart .b-blog-detail__author-name,
  .b-cart--empty-cart .b-bundles__list-item-title,
  .b-cart--empty-cart .b-card__price-currentprice,
  .b-cart--empty-cart .b-card__price-oldprice,
  .b-cart--empty-cart .b-catalog__error-message,
  .b-cart--empty-cart .b-form__resetpassord-title,
  .b-cart--empty-cart .b-lk-title__title,
  .b-cart--empty-cart .b-ourchoise-item__price-current,
  .b-cart--empty-cart .b-ourchoise-item__title,
  .b-cart--empty-cart .b-preorder__item-title,
  .b-cart--empty-cart .b-promo__main-slider-currentprice,
  .b-cart--empty-cart .b-ratinglabel__value,
  .b-cart--empty-cart .h4,
  .b-cart--empty-cart .shop-item-inline__title-text {
    margin-bottom: 24px
  }
  .b-bundles__title .b-control {
    display: none
  }
  .b-bundles__title .b-charity__description-title,
  .b-bundles__title .b-lk-giftcard-response__activatecount,
  .b-bundles__title .b-profile__advantages-title,
  .b-bundles__title .b-promo__main-slider-title,
  .b-bundles__title .h1,
  .b-bundles__title h1 {
    margin-bottom: 0
  }
  .b-bundles__list-wrapper {
    grid-auto-rows: 7.65vw;
    gap: 16px
  }
  .b-bundle-detail {
    max-width: 100%
  }
  .b-charity__status {
    margin-bottom: 0
  }
  .b-charity__status-item {
    width: calc(50% - 8px);
    margin-bottom: 16px
  }
  .b-preorder__wrapper {
    grid-auto-rows: 7.65vw;
    gap: 20px
  }
  .b-preorder__item-price {
    margin-bottom: 16px
  }
  .b-discount-filter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 calc(var(--p)*-1) calc(var(--mb)/2 - 30px);
    width: calc(100% + (var(--p)*2));
    padding-bottom: 20px
  }
  .b-discount-filter:after {
    content: '';
    width: 1px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-discount-filter__item {
    margin: 0 24px 0 0
  }
  .b-discount-filter__item:first-child {
    margin: 0 24px 0 var(--p)
  }
  .b-discount-filter__item:last-child {
    margin: 0 var(--p) 0 0
  }
  .b-discount-filter.ps .b-discount-filter__item:nth-last-child(-n+3) {
    margin: 0 var(--p) 0 0
  }
  .b-blog-detail__comments {
    margin-top: calc(var(--mb) - 20px)
  }
  .b-blog-detail__title {
    margin-top: calc(var(--mb) + (var(--mb)/2));
    text-align: center
  }
  .b-blog-detail__title-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .blog-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .blog-subscribe__left {
    margin-bottom: 24px
  }
  .blog-subscribe__left .btn,
  .blog-subscribe__right span {
    margin-bottom: 16px;
    margin-right: 0
  }
  .blog-subscribe__left,
  .blog-subscribe__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .blog-subscribe__right span {
    text-align: center
  }
  .blog-subscribe__right .b-social {
    margin-bottom: 0
  }
  .blog .b-catalog__tabs {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
  }
  .blog .b-filter {
    position: static;
    margin-bottom: calc(var(--mb)/2)
  }
  .b-about-numbers__item {
    width: calc(100%/2 - 100%/8);
    margin-right: calc(100%/8)
  }
  .b-about-advantages__item {
    width: calc(100%/2)
  }
  .b-about-slider__arrows {
    display: none
  }
  .b-about-grid,
  .b-about-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .b-about-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-rows: initial;
    grid-template-rows: initial
  }
  .b-about-grid__item {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-about-grid__item-image {
    width: 60%
  }
  .b-about-grid__item-text {
    width: 40%;
    margin-right: 24px
  }
  .b-about-grid__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .b-about-grid__item:nth-child(2) .b-about-grid__item-text {
    margin-left: 24px;
    margin-right: 0
  }
  .b-giftpage__content--lockpage {
    font-size: 1.2em
  }
  .b-error-page__title {
    margin-bottom: 40px
  }
  .b-spartan__container .b-user-name__name,
  .b-spartan__position {
    font-size: 16px
  }
  .b-spartan__container .b-user-name__level {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  .b-spartan__score {
    font-size: 24px
  }
  .b-spartan__container--outside .b-spartan__score {
    font-size: 16px
  }
  .btn--mobile-filter {
    display: block;
    margin: calc(var(--mb)/4*-1) auto calc(var(--mb)/2)
  }
  .sm-hide {
    display: none
  }
  .fixed-cart.not-empty {
    display: block
  }
  .b-title-with-filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-title-with-filter h1,
  .b-title-with-filter h1.b-charity__description-title,
  .b-title-with-filter h1.b-lk-giftcard-response__activatecount,
  .b-title-with-filter h1.b-profile__advantages-title,
  .b-title-with-filter h1.b-promo__main-slider-title,
  .b-title-with-filter h1.h1 {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:1060px) {
  .b-catalog .b-developer-card,
  .b-catalog .shop-item,
  .b-lk-cards__item {
    width: calc(100%/4 - 16px)
  }
}

@media only screen and (max-width:1024px) {
  .b-promo__hits-item {
    width: calc(100%/5 - 16px);
    margin: 0 8px 20px
  }
  .b-catalog--mainpage .b-catalog__tab-container {
    margin: 0 calc(var(--p)*-1);
    width: calc(100% + (var(--p)*2))
  }
  .b-catalog--mainpage .shop-item {
    max-width: 180px;
    width: 100%;
    margin: 0 8px
  }
  .b-catalog--mainpage .shop-item:first-child {
    margin: 0 16px 0 var(--p)
  }
  .b-catalog--mainpage .shop-item:last-child {
    margin: 0 var(--p) 0 8px
  }
  .b-catalog--mainpage .b-catalog__tab-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    margin: 0 0 calc(var(--mb)/2 - 20px)
  }
  .b-catalog--mainpage .b-catalog__tab-wrapper:after,
  .b-search-result__wrapper:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-catalog--mainpage .b-catalog__tab-wrapper.ps .shop-item:nth-last-child(-n+3) {
    margin: 0 var(--p) 0 8px
  }
  .b-blog--blogmain .b-blog-article,
  .b-blog-article {
    width: calc(100%/2 - 16px)
  }
  .b-blog--blogmain .b-blog-article--large,
  .b-blog-article--large {
    width: calc(100% - 16px)
  }
  .b-blog--mainpage .b-blog__wrapper {
    padding-bottom: 20px;
    margin: 0 calc(var(--p)*-1) calc(var(--mb)/2 - 20px);
    width: calc(100% + (var(--p)*2));
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto
  }
  .b-blog--mainpage .b-blog__wrapper:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-blog--mainpage .b-blog-article {
    min-width: 272px;
    width: 100%;
    margin: 0 8px
  }
  .b-blog--mainpage .b-blog-article:first-child {
    margin: 0 8px 0 var(--p)
  }
  .b-blog--mainpage .b-blog-article:last-of-type {
    margin: 0 var(--p) 0 8px
  }
  .b-search-result .ps {
    width: calc(100% + var(--p)*2);
    left: calc(var(--p)*-1);
    padding: 0 var(--p)
  }
  .b-search-result__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-right: -24px
  }
  .b-search-result__wrapper .shop-item:first-child {
    margin-left: 24px
  }
  .b-search-result__wrapper .shop-item:last-child {
    margin-right: 24px
  }
  .b-develop__title-logo {
    width: 108px;
    height: 108px
  }
  .b-lk-giftcard {
    padding: 40px 16px
  }
  .b-lk-giftcard__form {
    max-width: 100%
  }
  .b-bundles__list-wrapper,
  .b-preorder__wrapper {
    grid-auto-rows: 6.9vw
  }
  .b-giftcards__title .b-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-giftcards__title .b-column__item--large {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: calc(var(--mb)/2)
  }
  .b-giftcards__title .b-column__item--small {
    margin-right: 0;
    max-width: 420px;
    margin-bottom: 0
  }
  .b-preorder__item-price {
    margin-bottom: 8px
  }
  .blog-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc(var(--mb)/2*3)
  }
  .b-giftcards__title .b-column__item--small,
  .blog-title .blog-title__description {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center
  }
  .blog-title .blog-title__date {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 21px
  }
}

@media only screen and (max-width:1023px) {
  .b-ourchoise-item {
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s
  }
  .b-ourchoise-item.hide {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .b-card__table {
    width: calc(4*16.66%)
  }
  .b-card__table--sys {
    width: 100%
  }
  .b-card__extendinfo {
    margin-left: 0;
    width: calc(100% - (4*16.66%))
  }
  .b-card__extendinfo + .b-card__extendinfo {
	padding: calc(var(--mb)/2 - 15px) 0;
  }
  .b-card__extendinfo-icon {
    margin-right: 15px;
    margin-bottom: 15px
  }
  .b-bundle-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
  .b-bundle-detail__image {
    margin-bottom: calc(var(--mb)/2);
    max-width: 320px
  }
  .b-bundle-detail__text {
    padding-left: 0;
    max-width: 100%
  }
  .b-bundle-detail .b-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (max-width:1000px) {
  .b-catalog__tabs {
    width: calc(100% + calc(var(--p)*2));
    margin: 0 calc(var(--p)*-1) calc(var(--mb)/2 - 20px);
    overflow: auto;
    padding-bottom: 20px
  }
  .b-catalog__tabs--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-catalog__tabs:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block
  }
  .b-catalog__tabs-item,
  .b-catalog__tabs:after {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-catalog__tabs-item:first-child {
    margin: 0 0 0 calc(var(--p))!important
  }
  .b-catalog__tabs-item:last-child {
    margin: 0 var(--p) 0 0
  }
  .b-catalog__tabs.ps .b-catalog__tabs-item:nth-last-child(-n+3) {
    margin: 0 var(--p) 0 0
  }
}

@media only screen and (max-width:850px) {
  .b-catalog__tabs--center .b-catalog__tabs-item:first-child {
    margin: 0
  }
}

@media only screen and (max-width:800px) {
  .b-catalog .b-developer-card,
  .b-catalog .shop-item {
    width: calc(100%/3 - 16px)
  }
}

@media only screen and (max-width:780px) {
  .b-giftpage__content {
    padding: 40px 16px
  }
  .b-giftpage__giftitem-image {
    width: calc(100%/10*3);
    margin-right: 0;
    padding-right: 24px
  }
}

@media only screen and (max-width:768px) {
  .b-promo {
    margin-bottom: 70px
  }
  .search-more {
    font-size: 18px
  }
}

@media only screen and (max-width:767px) {
  .b-header__container--search,
  .b-header__logo {
    width: initial
  }
  .b-header__icons {
    width: 100%;
    padding-left: 0
  }
  .b-header__search-desctopform,
  .b-promo__main-slider-info .b-control .b-control__btn--down::before,
  .b-promo__main-slider-info .b-control .b-control__btn--up::before {
    display: none
  }
  .b-comments__form-totalrating-container svg,
  .b-header__icon--search,
  .b-header__search-mobileform {
    display: block
  }
  .b-promo__main-slider-info .b-control {
    width: calc(100% + (var(--p)*2));
    margin: 0 calc(var(--p)*-1);
    top: 45%
  }
  .b-promo__main-slider-subtitle {
    font-size: 13px
  }
  .b-promo__main-slider-title {
    font-size: 32px;
    line-height: 1.3
  }
  .b-ourchoise-item__title {
    font-size: 16px;
    margin-bottom: 10px
  }
  .b-ourchoise-item__price-current {
    font-size: 16px
  }
  .b-ourchoise-item__label {
    font-size: 12px
  }
  .b-breadcrumbs:after,
  .b-breadcrumbs:before,
  .b-card__slider-content:before,
  .b-ourchoise-item .btn--primary {
    display: none
  }
  .b-popup--search .b-popup__container {
    top: 0;
    z-index: 100;
    padding-top: 40px;
    overflow: auto;
    height: initial
  }
  .b-popup--search .b-popup__overlay {
    z-index: 100
  }
  .b-popup--avatar .b-popup__container {
    top: 0;
    z-index: 100;
    padding-top: 40px;
    overflow: auto;
    height: initial
  }
  .b-popup--avatar .b-popup__overlay {
    z-index: 100
  }
  .b-search-result-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .b-tabs--content .b-tabs__body>div {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 24px var(--p) 0;
    border-radius: 0
  }
  .b-tabs--content .b-tabs__body>div[data-tab-index="1"].active {
    border-radius: 0
  }
  .b-card__slideritem-buttons:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    margin-left: var(--p);
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-breadcrumbs {
    display: block;
    text-align: center;
    white-space: nowrap
  }
  .b-card__col--mobile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: calc(var(--mb)/2 - 11px)
  }
  .b-card__available {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .b-card__available__item {
    padding-left: 10px;
    margin-bottom: 16px
  }
  .b-card__subinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-card__subinfo-item {
    font-size: 13px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
  }
  .b-card__subinfo-item:last-child {
    margin-bottom: 0
  }
  .b-card__subinfo-head {
    margin-right: 22px;
    width: 46%
  }
  .b-card__subinfo-body {
    width: calc(54% - 22px)
  }
  .b-card__table {
    width: 100%;
    margin-bottom: calc(var(--mb)/2 - 16px)
  }
  .b-card__table--sys .b-card__table-title {
    max-width: 180px;
    width: 40%
  }
  .b-card__extendinfo {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .b-card__slider-content.active {
    margin: 0 -8px
  }
  .b-card__slider-image--videopreview a::after {
    width: 40px;
    height: 40px
  }
  .b-card__slider-image {
    margin: 0 8px
  }
  .b-card__slideritem-buttons {
    width: calc(100% + (var(--p)*2));
    margin: 0 calc(var(--p)*-1);
    padding: 0 var(--p);
    overflow: auto
  }
  .b-card__slideritem-button {
    white-space: nowrap
  }
  .b-card-article .b-control,
  .b-card-video .b-control,
  .b-comments__form-totalrating-container span,
  .b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open::before {
    display: none
  }
  .b-tabs--comments,
  .b-tabs--content {
    width: calc(100% + (var(--p)*2));
    margin: 0 calc(var(--p)*-1) calc(var(--mb)/2)
  }
  .b-tabs--content .b-tabs__body {
    padding: 0
  }
  .b-tabs--content .b-tabs__head {
    padding: 0 var(--p);
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none
  }
  .b-tabs--content .b-tabs__head::-webkit-scrollbar {
    display: none
  }
  .b-tabs--content .b-tabs__head:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: var(--p)
  }
  .b-tabs--content .b-tabs__head-item {
    white-space: nowrap
  }
  .b-tabs--comments .b-tabs__head {
    padding: 0 var(--p);
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none
  }
  .b-tabs--comments .b-tabs__head::-webkit-scrollbar {
    display: none
  }
  .b-tabs--comments .b-tabs__head-item {
    white-space: nowrap
  }
  .b-tabs--btns .b-tabs__head {
    width: calc(100% + (var(--p)*2));
    margin: 0 calc(var(--p)*-1);
    padding: 0 var(--p);
    border-bottom: 0;
    overflow: auto
  }
  .b-tabs--btns .b-tabs__head:after,
  .b-tabs--comments .b-tabs__head:after {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    margin-left: var(--p);
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .b-tabs--comments .js-tab-content.active[data-tab-index="1"] .b-comments__form {
    border-radius: 0
  }
  .b-comments__form {
    border-radius: 0;
    padding: 16px var(--p) 10px;
    border-left: 0;
    border-right: 0
  }
  .b-comments__form-field.error label.error {
    display: none!important
  }
  .b-comments__form-stars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-comments__form-stars-wrapper {
    margin-bottom: 24px;
    margin-left: 0
  }
  .b-comments__form-stars-title {
    margin-bottom: 14px
  }
  .b-comments__form-stars-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-comments__form-stars~.b-comments__form-fields {
    margin-top: 26px
  }
  .b-comments__form-totalrating {
    padding: 0 var(--p)
  }
  .b-comments__form-totalrating-container {
    margin: 0 10px;
    font-size: 24px
  }
  .b-comments__form-totalrating-container:first-child {
    margin-left: 0
  }
  .b-comments__form-totalrating-container:last-child {
    margin-right: 0
  }
  .b-comments .b-comments__wrapper {
    padding: 0 var(--p)
  }
  .b-comments .b-comments__item-info--column {
    margin-right: 0
  }
  .b-comments .b-comments__item-date {
    margin-bottom: 5px
  }
  .b-comments .b-comments__item-body {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
  }
  .b-comments .b-comments__item-body-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .b-comments .b-comments__item-body-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .b-comments .b-comments__item-body-rating {
    margin-top: 25px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .b-comments .b-comments__item-response {
    padding-left: 20px;
    position: relative
  }
  .b-comments .b-comments__item-response:before {
    content: '';
    top: 48px;
    left: 0;
    width: 1px;
    height: calc(100% - 48px);
    position: absolute;
    background: rgba(255, 255, 255, .5)
  }
  .b-comments .b-comments__item-responseto,
  .b-comments .b-comments__item-status {
    margin-bottom: 5px
  }
  .b-comments .b-comments__item-rating {
    position: absolute;
    right: 0;
    bottom: 3px
  }
  .b-comments .b-comments__item-interactive,
  .b-comments__item-form--edit {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4
  }
  .b-comments .b-comments__item-interactive-buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%
  }
  .b-comments .b-comments__item-interactive-button:last-child {
    width: 100%
  }
  .b-comments .b-comments__item-interactive-button {
    margin-bottom: 8px;
    margin-right: 8px
  }
  .b-comments .b-comments__wrapper--pinned {
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: var(--p);
    padding-right: var(--p);
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
    border-radius: initial
  }
  .b-comments .b-comments__wrapper .b-comments__form-field:last-child {
    margin-bottom: -2px
  }
  .b-filter--inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-filter--inline .b-filter__item {
    margin: 0 auto 15px
  }
  .b-filter--inline .b-filter__item:last-child {
    margin: 0 auto
  }
  .b-questionnaire {
    padding: 24px 12px
  }
  .b-tipography--sm-center {
    text-align: center
  }
  .b-tipography__caption {
    margin-top: 8px
  }
  .b-tipography__quote {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px
  }
  .b-develop,
  .b-develop__social .b-social,
  .b-shopitem-slider__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-develop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-develop__subscribe {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .b-develop__subscribe-wrapper {
    width: 100%;
    max-width: 328px;
    margin: 0 auto
  }
  .b-develop__title {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .b-develop__social,
  .b-social {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .b-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(var(--mb)/2)
  }
  .b-profile__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 calc(100%/14) 16px
  }
  .b-profile__head-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: initial
  }
  .b-profile__head-avatar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 36px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-profile__head-level {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 16px;
    width: initial
  }
  .b-profile__head-social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: initial
  }
  .b-profile__head--lk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 calc(100%/14) 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .b-profile__head--lk .b-profile__head-level {
    margin-bottom: 0
  }
  .b-profile__body {
    margin: 0 16px 24px
  }
  .b-profile__advantages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .b-profile__advantages-item {
    width: calc(100%/2 - 5%);
    margin-bottom: 24px;
    padding: 0
  }
  .b-lk-info__item {
    width: 100%
  }
  .b-lk-info__item--public:last-child {
    width: 100%
  }
  .b-lk-title--withbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-lk-title__title {
    margin-bottom: 16px
  }
  .b-lk-cards__item {
    width: calc(100%/2 - 16px)
  }
  .b-lk-notification__item {
    padding: 16px
  }
  .b-lk-notification__item-image {
    width: 40px;
    height: 40px;
    margin-right: 16px
  }
  .b-lk-subscribe__container {
    padding: 40px 16px
  }
  .b-lk-subscribe__checkboxes-item {
    width: 100%
  }
  .b-lk-catalog .b-lk-cards__item {
    width: calc(100%/3 - 16px)
  }
  .b-lk-order .b-accardeon--text .b-accardeon__item-head.js-accordeon-open,
  .b-lk-order .b-accardeon__item-body {
    padding-right: 16px;
    padding-left: 16px
  }
  .b-lk-order__head-title {
    width: 100%;
    margin-bottom: 16px
  }
  .b-lk-order__head-price {
    width: initial;
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
  }
  .b-lk-order__head-items {
    width: initial;
    margin-left: 10px
  }
  .b-dialog__container {
    padding: 40px 16px
  }
  .b-comment-change {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 8px;
    margin-left: 0
  }
  .b-comment-change__open {
    display: block
  }
  .b-comment-change__open::before {
    content: '';
    display: block;
    background: url(../images/sprite-1c4b8afc.svg) no-repeat;
    background-position: 74.91525423728814% 60.317460317460316%;
    width: 17px;
    height: 16px
  }
  .b-comment-change__btns,
  .b-giftpage__content-title:before {
    display: none
  }
  .b-articles__item {
    padding: 12px
  }
  .b-charity__status-item {
    width: 100%;
    margin-bottom: 16px
  }
  .b-charity__description-social {
    margin-bottom: 0
  }
  .b-preorder__wrapper {
    grid-auto-rows: 55px;
    gap: 20px
  }
  .b-blog-detail__comments {
    margin-left: calc(-1*var(--p));
    margin-right: calc(-1*var(--p))
  }
  .b-accardeon--text .b-blog-detail__comments .b-accardeon__item-title,
  .b-blog-detail__comments .b-accardeon--text .b-accardeon__item-title,
  .b-blog-detail__comments .b-blog-detail__author-name,
  .b-blog-detail__comments .b-bundles__list-item-title,
  .b-blog-detail__comments .b-card__price-currentprice,
  .b-blog-detail__comments .b-card__price-oldprice,
  .b-blog-detail__comments .b-catalog__error-message,
  .b-blog-detail__comments .b-comments__form,
  .b-blog-detail__comments .b-form__resetpassord-title,
  .b-blog-detail__comments .b-lk-title__title,
  .b-blog-detail__comments .b-ourchoise-item__price-current,
  .b-blog-detail__comments .b-ourchoise-item__title,
  .b-blog-detail__comments .b-preorder__item-title,
  .b-blog-detail__comments .b-promo__main-slider-currentprice,
  .b-blog-detail__comments .b-ratinglabel__value,
  .b-blog-detail__comments .h4,
  .b-blog-detail__comments .shop-item-inline__title-text {
    padding-left: var(--p);
    padding-right: var(--p)
  }
  .b-blog-detail__comments .b-comments__form {
    margin-bottom: 16px
  }
  .b-blog-detail__share .b-social {
    margin-bottom: 0
  }
  .b-blog-detail__title {
    margin-top: var(--mb)
  }
  .b-blog-detail__title-extend__status {
    margin-bottom: 20px
  }
  .b-blog-detail__author,
  .b-blog-detail__title-extend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-blog-detail__title-extend {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-blog-detail__author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-blog-detail__author-wrapper {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-about-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .b-about-numbers__item {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-right: 0
  }
  .b-about-facts__item {
    width: 100%
  }
  .b-about-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-about-advantages__item {
    width: 225px;
    text-align: center;
    padding-right: 0
  }
  .b-public-profile__comments .b-comments__wrapper {
    padding: 0
  }
  .b-public-profile__comments .b-comments__item {
    padding: 12px
  }
  .b-public-profile__comments .b-comments__item-title {
    padding-right: 0
  }
  .b-public-profile__comments .b-comments__item-body-rating {
    margin-top: 10px
  }
  .b-giftpage__profile {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px
  }
  .b-giftpage__col-large,
  .b-giftpage__col-small {
    width: 100%
  }
  .b-giftpage__info-title,
  .b-giftpage__info-value {
    text-align: center
  }
  .b-giftpage__giftitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .b-giftpage__giftitem-image {
    margin-bottom: 24px;
    padding-right: 0;
    width: 50%
  }
  .b-giftpage__giftitem-info {
    width: 100%
  }
  .b-giftpage__giftitem-keys,
  .b-giftpage__giftitem-title {
    text-align: center
  }
  .b-spartans__list {
    margin-bottom: calc(var(--mb)/2)
  }
  .b-spartan .b-avatar,
  .b-spartan__container--outside .b-avatar {
    width: 48px;
    height: 48px
  }
  .b-spartan {
    padding: 0;
    margin-left: 0;
    margin-right: 0
  }
  .b-spartan__wrapper {
    --padding-x: 0;
    --padding-y: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .b-spartan__wrapper>*+* {
    margin-left: 0
  }
  .b-spartan__position {
    position: absolute;
    top: var(--padding-y);
    right: var(--padding-x);
    width: auto;
    font-family: TT Milks;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: inherit
  }
  .b-spartan__position--mobile {
    display: block;
    width: auto
  }
  .b-spartan__about {
    margin-left: 16px;
    margin-right: 64px
  }
  .b-spartan__container--outside .b-user-name {
    margin-right: 44px
  }
  .b-spartan__container--one-of-outside .b-user-name {
    margin-right: 0
  }
  .b-spartan__container--outside .b-user-name__name {
    font-family: TT Milks;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: inherit
  }
  .b-spartan__aim,
  .b-spartan__desc {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.3;
    color: inherit
  }
  .b-spartan__aim {
    margin-top: 16px;
    font-size: 12px;
    color: #fff
  }
  .b-spartan__score {
    position: absolute;
    top: calc(var(--padding-y) + 27px);
    right: var(--padding-x);
    width: auto;
    font-family: TT Milks;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: inherit;
    text-align: inherit
  }
  :root {
    --p: 24px;
    --mb: 72px
  }
}

@media only screen and (max-width:767px) and (max-width:1700px) {
  .b-spartan__position {
    font-size: 36px
  }
  .b-spartan__container--outside .b-user-name__name {
    font-size: 24px
  }
  .b-spartan__desc {
    font-size: 13px
  }
  .b-spartan__aim {
    font-size: 10px
  }
  .b-spartan__score {
    font-size: 24px
  }
}

@media only screen and (max-width:767px) and (max-width:1150px) {
  .b-spartan__position {
    font-size: 24px
  }
  .b-spartan__container--outside .b-user-name__name,
  .b-spartan__score {
    font-size: 16px
  }
}

@media only screen and (max-width:760px) {
  .b-about-grid__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .b-about-grid__item-text {
    width: 100%;
    margin-right: 0;
    padding: 0
  }
  .b-about-grid__item-image {
    width: 100%;
    margin-bottom: 16px
  }
  .b-about-grid__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .b-about-grid__item:nth-child(2) .b-about-grid__item-text {
    margin-left: 0;
    margin-right: 0;
    padding: 0
  }
}

@media only screen and (max-width:754px) {
  .b-card__slider-content {
    max-width: 98%
  }
}

@media only screen and (max-width:700px) {
  .b-blog--blogmain .b-blog-article,
  .b-blog-article {
    width: calc(100%/1 - 16px)
  }
  .b-blog--blogmain .b-blog-article--large,
  .b-blog-article--large {
    width: calc(100% - 16px)
  }
}

@media only screen and (max-width:650px) {
  .b-footer__copyright-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
  .b-footer__copyright-policy *+* {
    margin-left: 0;
    margin-top: 4px
  }
  .b-footer__copyright-payment {
    padding: 0 24px;
    margin: 32px 0
  }
  .b-footer__copyright-by {
    width: 100%
  }
  .shop-item-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
  }
  .shop-item-inline__image {
    margin-right: 0;
    margin-bottom: 24px
  }
  .shop-item-inline__content hr {
    display: none
  }
  .shop-item-inline__title-text {
    width: 100%;
    text-align: center
  }
  .shop-item-inline__title-sub {
    width: initial;
    position: absolute;
    right: 0;
    top: calc(var(--mb)/2)
  }
  .shop-item-inline__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }
  .shop-item-inline__price-item {
    margin: 0 12px
  }
  .shop-item-inline__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .shop-item-inline__detail-item {
    margin-right: 0;
    margin-bottom: 16px
  }
  .shop-item-inline__empty {
    text-align: center
  }
  .shop-item-inline__keycode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-right: 40px
  }
  .shop-item-inline__keycode-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px
  }
  .shop-item-inline__keycode-key {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .shop-item-inline__keycode-key__copy {
    position: absolute;
    right: 0;
    top: 16px
  }
  .b-lk-order .shop-item-inline__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-lk-order .shop-item-inline__title-sub {
    width: 100%;
    position: static;
    right: 0;
    top: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
  }
  .b-lk-order .shop-item-inline__title-sub a {
    max-width: 100%
  }
  .b-lk-order .shop-item-inline__title-sub .btn--remove {
    position: absolute;
    right: 0;
    top: calc(var(--mb)/2)
  }
  .b-scroll-top {
    bottom: var(--p)
  }
}

@media only screen and (max-width:600px) {
  .b-catalog .b-developer-card,
  .b-catalog .shop-item {
    width: calc(100%/2 - 16px)
  }
  .b-card-article,
  .b-card-video {
    margin: 0 auto;
    max-width: 96%
  }
  .b-card-article .slick-list,
  .b-card-video .slick-list {
    overflow: visible
  }
  .blog-title__date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .blog-title__date-wrapper {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (max-width:590px) {
  .b-preorder__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 58px
  }
  .b-preorder__item {
    -ms-grid-row: span 4;
    grid-row-start: span 4
  }
  .b-preorder__item:nth-last-child(-n+2) {
    -ms-grid-row: span 4;
    grid-row-start: span 4
  }
  .b-preorder__item:nth-child(2n+3) {
    -ms-grid-row: span 4;
    grid-row-start: span 4
  }
  .b-preorder__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: span 5;
    grid-row-start: span 5
  }
}

@media only screen and (max-width:580px) {
  .b-tipography-slider__item {
    margin: 0 -4px
  }
}

@media all and (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

@media only screen and (max-width:560px) {
  .b-giftpage__content--lockpage {
    text-align: center;
    font-size: 1em
  }
}

@media only screen and (max-width:530px) {
  .b-lk-catalog .b-lk-cards__item {
    width: calc(100%/2 - 16px)
  }
}

@media only screen and (max-width:500px) {
  .b-warning--notify {
    text-align: center;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .b-warning--notify .btn {
    margin-right: 0;
    margin-bottom: 6px
  }
}

@media only screen and (max-width:490px) {
  .b-bundles__list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 264px;
    gap: 12px
  }
  .b-bundles__list-item {
    -ms-grid-row: span 1;
    grid-row-start: span 1
  }
  .b-bundles__list-item:nth-child(2n+2) {
    -ms-grid-row: span 1;
    grid-row-start: span 1
  }
  .b-bundles__list-item:nth-last-child(-n+2) {
    -ms-grid-row: span 1;
    grid-row-start: span 1
  }
}

@media only screen and (max-width:480px) {
  .b-giftcards-list__item {
    margin: 0 4px;
    width: calc(100%/5 - 8px)
  }
}

@media only screen and (max-width:374px) {
  .b-content__layout {
    padding-top: 90px
  }
  .b-lk-order__head-title {
    width: 100%
  }
  .b-lk-order__head-titletext {
    margin-bottom: 5px;
    font-size: 21px
  }
  .b-lk-order__head-price,
  .b-lk-order__head-subtitle {
    width: 100%;
    text-align: center
  }
  .b-lk-order__head-price {
    margin-bottom: 16px
  }
  .b-lk-order__head-items {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (max-width:370px) {
  .shop-item__price-current {
    margin-right: 9px;
    font-size: 16px
  }
  .shop-item__price-discount {
    font-size: 14px
  }
}

@media all and (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps {
    overflow: auto!important
  }
}

.nice-select .nice-select-ext {
  opacity: 0;
  width: calc(100% + 2px);
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  border: 1px solid #fff;
  border-top: 0 none;
  border-bottom: 0 none;
  padding: 8px 8px 10px;
  height: 40px;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: auto;
}

.nice-select.open .nice-select-ext {
  display: flex;
  opacity: 1;
}

.price-from-input-filter {
  max-width: 100%;
  min-width: 0;
  margin-right: 4px;
  border-radius: 2px;
  outline: none;
  border: none;
  font-size: 13px;
  line-height: 1.3;
  padding: 4px 4px 2px;
  font-weight: normal;
  color: #333;
}

.price-to-input-filter {
  max-width: 100%;
  min-width: 0;
  margin-right: 8px;
  margin-left: 4px;
  border-radius: 2px;
  outline: none;
  border: none;
  font-size: 13px;
  line-height: 1.3;
  padding: 4px 4px 2px;
  font-weight: normal;
  color: #333;
}

.price-submit-input-filter {
  font-size: 13px;
  line-height: 1.3;
  padding: 4px 4px 2px;
  outline: none;
  border: none;
  border-radius: 2px;
  background-color: #fbbb43;
  cursor: pointer;
}
