@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;800&display=swap");
.select2 span,
.select2 div {
  outline: none !important;
}

.select2 {
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: no-repeat center center url(../img/icons/icon-search-clear-catalog.svg);
  background-size: 70%;
  transition: filter 0.1s ease, opacity 0.1s ease, visibility 0.1s ease;
  cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover,
.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
  opacity: 0.8;
}
.select2-container--default .select2-selection--single .select2-selection__clear span,
.select2-container--default .select2-selection--multiple .select2-selection__clear span {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin: 0 16px 0 0;
}

.select2-container--default .select2-selection,
.select2-container--open .select2-selection,
select.init-select2,
select.place-select2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #313237;
  border: 1px solid #F2F5FA;
  background: #f2f5fa;
  border-radius: 14px !important;
  transition: border-color 0.3s ease;
}

.select2-container--focus .select2-selection {
  border-color: #6784ff;
}

.select2-container--open .select2-selection {
  border-color: #F2F5FA;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border: 1px solid #F2F5FA;
  background: #f2f5fa;
  opacity: 0.3;
}

select.init-select2,
select.place-select2 {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.place-select2--width-auto + .select2 {
  width: auto !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 14px;
}

.select2-container--default .select2-selection:hover {
  border-color: #e0e7f3;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  width: 20px;
  height: 20px;
  line-height: 19px;
  content: ">";
  overflow: hidden;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -12px 0 0 0;
  font-weight: 800;
  font-size: 21px;
  color: #a5b2bf;
  text-align: center;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.select2-container--open .select2-selection__arrow:after {
  transform: rotate(-90deg);
}

.select2-box .kv-plugin-loading + select {
  min-height: auto;
}

.select2-box .kv-plugin-loading + select + .select2 .select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 18px;
  padding-right: 42px;
  line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 290px;
}

.select2-results__option {
  min-height: 44px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.select2-results__option[role=group] {
  flex-direction: column;
  align-items: normal;
}

.select2-results__option + .select2-results__option {
  border-top: 1px solid rgba(83, 116, 255, 0.12);
}

.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #5c6fca;
  background: rgba(255, 255, 255, 0.43);
}

.select2-container--default .select2-results__option--selected {
  color: #5374ff !important;
  background: rgba(83, 116, 255, 0.03) !important;
}

.select2-results__option-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.select2-results__option-inner span.option--icon {
  flex: none;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-results__option-inner span.option--icon img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.select2-results__option-inner .option--label {
  flex: 1 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-results__option-inner span.option--badge {
  flex: none;
  padding: 2px 6px;
  display: none;
  flex-direction: column;
  position: relative;
  line-height: 1.28;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-align: right;
  background: #c53333;
  border-radius: 6px;
}

.select2-results__option-inner span.option--badge-limit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  text-align: right;
}
.select2-results__option-inner span.option--badge-limit-error {
  font-size: 10px;
}

.select2-results__option-inner span.option--badge-help {
  flex: none;
  margin-left: 4px;
  font-size: 16px;
  cursor: help;
}

.select2-results__options .select2-results__option--disabled span.option--badge,
.buy-form_pay-disabled .select2-results__option-inner span.option--badge {
  display: flex;
}

.select2-results__option-inner span.option--commission {
  flex: none;
  padding: 2px 5px;
  display: block;
  flex-direction: column;
  position: relative;
  line-height: 1.28;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: right;
  background: #CC661B;
  border-radius: 6px;
}

.select2-results__options .select2-results__option--disabled span.option--commission,
.buy-form_pay-disabled .select2-results__option-inner span.option--commission {
  display: none;
}

.select2-dropdown {
  z-index: 7778;
  border: 0;
  overflow: hidden;
  background: #f2f5fa;
  box-shadow: 0 0 24px 8px rgba(26, 29, 63, 0.16);
  border-radius: 14px !important;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 10px;
}

.select2-dropdown.select2-dropdown--above {
  margin-top: -10px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 14px;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #e0e7f3;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #bbcbe5;
  border-radius: 32px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #a4bdf1;
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-search--dropdown .select2-search__field {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #bbcbe5 !important;
  font-size: 16px;
  background: #eee;
  border-radius: 12px;
  box-shadow: none !important;
  outline: none !important;
  transition: background-color 0.3s ease;
}

.select2-search--dropdown .select2-search__field:hover,
.select2-search--dropdown .select2-search__field:focus {
  background-color: #fff;
}

.select2-buy-payment__single span.option--icon,
.select2-buy-payment__dropdown span.option--icon {
  width: 52px;
  height: 28px;
}

.select2-buy-payment__single span.option--icon img,
.select2-buy-payment__dropdown span.option--icon img {
  width: auto;
}

.select2-buy-payment__single_crypto span.option--icon,
.select2-buy-payment__dropdown_crypto span.option--icon {
  width: 28px;
  height: 28px;
}

.select2-selection__choice {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 20px;
  display: inline-flex;
  font-size: 16px;
  color: #444;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  flex: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: #ff1414;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ff6262;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 44px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0 5px;
  padding-left: 18px;
  padding-right: 40px;
  line-height: 20px;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  width: 20px;
  height: 20px;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -11px 0 0 0;
  font-weight: 800;
  font-size: 21px;
  color: #a5b2bf;
  text-align: center;
}

.select2-container--default .select2-selection--multiple .select2-results__option-inner .option--label {
  max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
  flex: 1 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline input {
  width: 100% !important;
  height: 20px;
  margin: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: 0;
}

.select2-search.select2-search--inline {
  display: none !important;
}

.s2-togall-select {
  display: none !important;
}

.s2-togall-button {
  padding: 8px 5px 0 5px;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 992px) {
  .select2-search--dropdown .select2-search__field {
    font-size: 16px !important;
  }
  .select2-results__header {
    padding: 12px 120px 12px 18px;
    position: relative;
    margin-top: -10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(83, 116, 255, 0.12);
    font-weight: bold;
    font-size: 15px;
  }
  body .btn.select2-results__close {
    height: 28px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin: -14px 0 0 0;
    font-size: 13px;
    text-align: center;
  }
  body .btn.select2-results__close .icon {
    width: 12px;
    height: 12px;
  }
  body > .select2-container {
    width: auto !important;
    height: 60vh !important;
    min-height: 200px !important;
    position: fixed !important;
    z-index: 8000 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    border-radius: 0 !important;
  }
  @keyframes anim-select-drop {
    0% {
      transform: translate(0, 100%);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  body > .select2-container .select2-dropdown {
    min-width: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 0 0 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    transform: translate(0, 100%);
    border-radius: 0 !important;
  }
  .select2-container--open > .select2-dropdown {
    animation: anim-select-drop 0.4s ease;
    animation-fill-mode: forwards;
  }
  body > .select2-container .select2-results {
    height: 100% !important;
  }
  body > .select2-container .select2-results > .select2-results__options {
    max-height: 100% !important;
  }
}
.select2-box {
  position: relative;
}
.select2-box .kv-plugin-loading {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 7;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background: 0;
  border: 2px solid #5475ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: anim-select2-box 2s infinite linear;
  animation: anim-select2-box 2s infinite linear;
}
.select2-box select.place-select2 {
  width: 100% !important;
  height: 46px !important;
  visibility: visible !important;
}

@keyframes anim-select2-box {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.filter__range-input, .form-control {
  min-height: 48px;
  max-height: 48px;
  padding: 15px 23px 15px 15px;
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1f1f1f;
  background: #f2f5fa;
  border-radius: 16px;
  position: relative;
  border: 1px solid #F2F5FA;
  transition: border ease 0.3s;
  box-shadow: none !important;
}
.filter__range-input:hover, .form-control:hover {
  border-color: #e0e7f3;
}
.filter__range-input:focus-visible, .form-control:focus-visible {
  box-shadow: none;
  outline: none;
  border-color: #bbcbe5;
}
.filter__range-input[disabled], .form-control[disabled] {
  opacity: 0.8;
}
@media screen and (max-width: 772px) {
  .filter__range-input, .form-control {
    font-size: 16px;
  }
}
.filter__range-input.form-control--error, .form-control.form-control--error {
  border-color: #e21155;
}

.filter__price {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #313237;
}

.filter__checkboxes {
  display: grid;
  gap: 8px;
}

.filter__between {
  display: flex;
  gap: 8px;
}
.filter__between-item {
  flex: 1 0;
  padding: 0 11px 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.filter__between-item-txt {
  flex: none;
  z-index: 1;
  margin: 0 5px 0 0;
}
.filter__between-item-symbol {
  flex: none;
  margin: 0 0 0 5px;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #313237;
}
.filter__between-item-input {
  flex: 1 0;
  height: 100%;
  padding: 0;
  display: block;
  border: 0;
  background: 0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1f1f1f;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.filter__between-item-input::-webkit-outer-spin-button, .filter__between-item-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media screen and (max-width: 772px) {
  .filter__between-item-input {
    font-size: 16px;
  }
}

.filter-border {
  padding-bottom: 16px;
  border-bottom: 1px solid #D5DAE3;
}

.filter__col_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter__col_list .filter-border:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.filter__col_list + .filter__col_list {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #D5DAE3;
}

.filter__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.filter__content {
  display: grid;
  gap: 8px;
}

.filter__help {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
  color: #7B7C84;
}

.filter__checks_mini_list {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  flex-wrap: wrap;
}
.filter__checks_mini_list .form-check {
  gap: 4px;
}
.filter__checks_mini_list .form-check-label {
  font-size: 14px;
}
.filter__checks_mini_list .form-check-label::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.icon {
  flex: none;
  height: 16px;
  min-width: 16px;
  font-size: 16px;
  transition: transform ease 0.3s;
  /*
  Badge icons
   */
}
.icon.rotate {
  transform: rotate(-180deg);
}
.icon:before {
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: " ";
}
.icon_invert {
  filter: invert(1);
}
.icon_light {
  filter: grayscale(1) brightness(3);
}
.icon-menu:before {
  content: url("../img/icons/icon-menu.svg");
}
.icon-cross:before {
  content: url("../img/icons/icon-cross.svg") !important;
}
.icon-key:before {
  content: url("../img/icons/icon-key.svg");
}
.icon-cart:before {
  content: url("../img/icons/icon-cart.svg");
}
.icon-favorite:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-fav.svg");
  background-size: 100% 100%;
}
.icon-order-history-alt:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/order-history-alt.svg");
  background-size: 100% 100%;
}
.icon-category-alt:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/category-alt.svg");
  background-size: 100% 100%;
}
.icon-user:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-user.svg");
  background-size: 100% 100%;
}
.icon-user-menu:before {
  content: url("../img/icons/icon-user-menu.svg");
}
.icon-arrow-down:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-arrow-down.svg");
  background-size: 10px 10px;
}
.icon-arrow-down-menu:before {
  content: url("../img/icons/icon-arrow-down-menu.svg");
  bottom: 3px;
}
.icon-wallet:before {
  content: url("../img/icons/icon-wallet.svg");
}
.icon-addbalance {
  width: 20px;
  height: 20px;
}
.icon-addbalance:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-addbalance.svg");
  background-size: 100% 100%;
}
.icon-arrow-right:before {
  content: url("../img/icons/icon-arrow-right.svg");
}
.icon-arrow-right-white:before {
  content: url("../img/icons/icon-arrow-right.svg");
  filter: invert(1);
}
.icon-filter:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-filter.svg");
  background-size: 100% 100%;
}
.icon-filter-black:before {
  content: url("../img/icons/icon-filter-black.svg");
}
.icon-search:before {
  content: url("../img/icons/icon-search.svg");
}
.icon-check:before {
  content: url("../img/icons/icon-check.svg");
}
.icon-download:before {
  content: url("../img/icons/icon-download.svg");
}
.icon-info:before {
  content: url("../img/icons/icon-info.svg");
}
.icon-eye:before {
  background: no-repeat center center url("../img/icons/icon-eye.svg");
  background-size: 100% 100%;
}
.icon-eye-close:before {
  background: no-repeat center center url("../img/icons/icon-eye-close.svg");
  background-size: 100% 100%;
}
.icon-warning:before {
  background: no-repeat center center url("../img/icons/icon-warning.svg?v=2");
  background-size: 100% 100%;
}
.icon-warning.icon-warning-yellow {
  filter: hue-rotate(2deg) brightness(1.3);
}
.icon-all-goods:before {
  background: no-repeat center center url("../img/icons/link-all-goods.svg");
  background-size: 100% 100%;
}
.icon-all-goods_black::before {
  filter: invert(1);
}
.icon-close:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-cross.svg");
  background-size: 100% 100%;
}
.icon-faq:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-faq.svg");
  background-size: 100% 100%;
}
.icon-telegram:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-soc-telegram.svg");
  background-size: 100% 100%;
}
.icon-notification-white:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-notification-white.svg");
  background-size: 100% 100%;
}
.icon-editor:before {
  background: no-repeat center center url("../img/icons/icon-editor.svg");
  background-size: 100% 100%;
}
.icon-link-adv:before {
  background: no-repeat center center url("../img/icons/icon-link-adv.svg");
  background-size: 100% 100%;
}
.icon-link-services:before {
  background: no-repeat center center url("../img/icons/icon-link-services.svg");
  background-size: 100% 100%;
}
.icon-support:before {
  background: no-repeat center center url("../img/icons/icon-support.svg");
  background-size: 100% 100%;
}
.icon-megaphone:before {
  background: no-repeat center center url("../img/icons/ic-megaphone.svg");
  background-size: 100% 100%;
}
.icon-review-like {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
}
.icon-review-like_sm {
  width: 16px;
  height: 16px;
}
.icon-review-like_md {
  width: 20px;
  height: 20px;
}
.icon-review-like:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/review-form-like.svg");
  background-size: 100% 100%;
}
.icon-review-dislike {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
}
.icon-review-dislike_sm {
  width: 16px;
  height: 16px;
}
.icon-review-dislike_md {
  width: 20px;
  height: 20px;
}
.icon-review-dislike:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/review-form-dislike.svg");
  background-size: 100% 100%;
}
.icon-support-site:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("/favicon.png");
  background-size: 100% 100%;
}
.icon-support-telegram:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/icon-support-telegram.svg");
  background-size: 100% 100%;
}
.icon-filter-catalog:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/filter-catalog.svg");
  background-size: 100% 100%;
}
.icon-tag-invalid:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/invalid.svg");
  background-size: 100% 100%;
}
.icon-tag-manual:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/manual.svg");
  background-size: 100% 100%;
}
.icon-tag-video:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/video.svg");
  background-size: 100% 100%;
}
.icon-tag-warranty:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/warranty.svg");
  background-size: 100% 100%;
}
.icon-tag-update:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/update.svg");
  background-size: 100% 100%;
}
.icon-tag-blacklist:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/blacklist.svg");
  background-size: 100% 100%;
}
.icon-tag-ordered-already:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/badges/ordered-already.svg");
  background-size: 100% 100%;
}
.icon-slug-link:before {
  width: 100%;
  height: 100%;
  background: no-repeat center center url("../img/icons/slug-link.svg");
  background-size: 100% 100%;
}

.icon_bell_animation {
  height: 2px;
  align-self: flex-start;
  animation-name: anim_bell_shake;
  animation-timing-function: ease-in-out;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-delay: 1.7s;
}
.icon_bell_animation::before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: -6px;
}

@keyframes anim_bell_shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  20%, 60% {
    transform: rotate(10deg);
  }
  40%, 80% {
    transform: rotate(-10deg);
  }
}
.btn-reset,
.account__item-btn-fav,
.account__item-btn-fast-view {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a:link,
a:active,
a:visited {
  color: #1d1d25;
  text-decoration: none;
  text-decoration-skip-ink: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

body .btn {
  text-align: center;
  min-width: auto;
  padding: 15px 24px 17px 24px;
  display: inline-block;
  max-height: 48px;
  border: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  background: #5374ff;
  border-radius: 32px;
  text-decoration: none !important;
  text-decoration-skip-ink: none;
  transition: all ease 0.3s;
}
body .btn:hover {
  text-decoration: none;
  background: #6784ff;
}
body .btn:active {
  background: #3f64ff;
}
body .btn-loader .spinner-circle {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
  background: #c2ccf7;
  border-radius: 34px;
}
body .btn-nn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 12px;
}
body .btn-sm {
  padding: 8px 12px;
  font-size: 14px;
}
body .btn-sm.btn-icon {
  gap: 8px;
}
body .btn-md {
  padding: 12px 16px;
  font-weight: 600;
  line-height: 16px;
}
body .btn-lg {
  padding: 24px 32px;
  max-height: unset;
  font-size: 18px;
  font-weight: 800;
}
body .btn-icon {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
body .btn-icon i {
  pointer-events: none;
}
body .btn-icon.btn-nn {
  gap: 8px;
}
body .btn-inline-icon {
  display: inline-flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
body .btn-inline-icon i {
  pointer-events: none;
}
body .btn-inline {
  display: inline-flex;
}
body .btn-icon-only {
  display: flex;
  padding: 16px;
}
body .btn-icon-only i {
  pointer-events: none;
}
body .btn-icon-only-sm {
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 14px;
}
body .btn-icon-only-sm i {
  pointer-events: none;
}
body .btn-information {
  background: #2aa1cc;
}
body .btn-information:hover {
  background: #36baec;
}
body .btn-information:active {
  background: #218eb6;
}
body .btn-contact {
  background: #5374ff;
}
body .btn-contact:hover {
  background: #6784ff;
}
body .btn-contact:active {
  background: #3f64ff;
}
body .btn-promo {
  max-height: none;
  background: #8A2BE2;
  color: #fff !important;
  white-space: normal;
  line-height: 1.28;
}
body .btn-promo:hover {
  background: #9b41f3;
}
body .btn-promo:active {
  background: #7924c9;
}
body .btn-copy {
  padding: 8px 12px;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
}
body .btn-dark {
  color: #fff;
  background: #434F6C;
}
body .btn-dark:hover {
  background: #4b5879;
}
body .btn-dark:active {
  background: #3b465f;
}
body .btn-green {
  color: #fff;
  background: #14AA35;
}
body .btn-green:hover {
  background: #16bc3b;
}
body .btn-green:active {
  background: #12982f;
}
body .btn-red {
  color: #fff;
  background: #DF1516;
}
body .btn-red:hover {
  background: #ea1f20;
}
body .btn-red:active {
  background: #cc1314;
}
body .btn-red-dark {
  color: #fff;
  background: #C63939;
}
body .btn-red-dark:hover {
  background: #cb4949;
}
body .btn-red-dark:active {
  background: #b63434;
}
body .btn-orange {
  color: #fff;
  background: #ed7228;
}
body .btn-orange:hover {
  background: #ef7e3b;
}
body .btn-orange:active {
  background: #eb6615;
}
body .btn-gray {
  color: inherit !important;
  background: #F2F5FA;
}
body .btn-gray:hover {
  background: #e3eaf4;
}
body .btn-gray:active {
  background: #d5deef;
}
body .btn-telegram {
  color: #fff !important;
  background: #29a0dc;
}
body .btn-telegram:hover {
  background: #2295cf;
}
body .btn-telegram:active {
  background: #1f88bd;
}
body .btn-blue-light {
  color: #fff !important;
  background: #29a0dc;
}
body .btn-blue-light:hover {
  background: #2295cf;
}
body .btn-blue-light:active {
  background: #1f88bd;
}

a.btn-pseudo-link {
  color: #70727B;
}

.btn-pseudo-link {
  text-align: center;
  min-width: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-height: 28px;
  border: 0;
  color: #70727B;
  transition: color 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  background: 0;
  border-radius: 0;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
.btn-pseudo-link__label {
  border-bottom: 1px dashed #1d1d25;
  transition: border-bottom-color 0.3s ease;
}
.btn-pseudo-link__arrow::after {
  content: ">";
  display: inline-block;
  position: relative;
  margin-top: 1px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.btn-pseudo-link.current {
  color: #3f64ff;
}
.btn-pseudo-link.current .icon {
  filter: none;
}
.btn-pseudo-link.current .btn-pseudo-link__label {
  border-bottom-color: #3f64ff;
}
.btn-pseudo-link.current .btn-pseudo-link__arrow::after {
  transform: rotate(270deg);
}
.btn-pseudo-link:hover {
  color: #5374ff;
  text-decoration: none;
}
.btn-pseudo-link:hover .btn-pseudo-link__label {
  border-bottom-color: #5374ff;
}
.btn-pseudo-link:hover .icon {
  filter: none;
}
.btn-pseudo-link_white {
  color: #eee;
}
.btn-pseudo-link_white .btn-pseudo-link__label {
  border-bottom-color: #eee;
}
.btn-pseudo-link_white:hover {
  color: #fff;
}
.btn-pseudo-link_white:hover .btn-pseudo-link__label {
  border-bottom-color: #fff;
}

.btn-help {
  line-height: 16px;
  cursor: help;
  transition: opacity 0.3s ease;
}
.btn-help .icon {
  vertical-align: top;
}
.btn-help:hover {
  opacity: 0.8;
}
.btn-help_spoiler {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  background: #5374ff;
  cursor: pointer;
  border-radius: 10px;
}
.btn-help_spoiler .icon {
  filter: brightness(3);
}
.btn-help_spoiler.current {
  background: #5374ff;
}

.btn-tippy-help {
  width: 16px;
  height: 16px;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 3;
  margin-right: 4px;
  color: #CC661B;
  cursor: help;
  background: no-repeat 0 0 url(../img/icons/checkout-total-percent.svg);
  background-size: 100% 100%;
}

.btn-only-clipboard {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  line-height: 1.24;
  color: #5374ff;
  background: 0;
}
.btn-only-clipboard.type--copysuccess {
  background: 0 !important;
  color: #14AA35;
}
.btn-only-clipboard.type--copysuccess::after, .btn-only-clipboard.type--copysuccess::before {
  display: none !important;
}

.btn-icon--loading {
  position: relative;
}
.btn-icon--loading .icon {
  opacity: 0;
  visibility: hidden;
}
.btn-icon--loading:before {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  content: " ";
  border: 2px solid #5475ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: animate-replaced-rotating 2s linear infinite;
}

body .btn--modal-fly-close {
  width: 32px;
  height: 32px;
  min-width: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  background: 0 !important;
}
body .btn--modal-fly-close:hover {
  background: rgba(140, 140, 140, 0.12) !important;
}
body .btn--modal-fly-close .icon {
  width: 14px;
  height: 14px;
  filter: invert(1) contrast(0.2);
  transition: filter 0.3s ease;
}
body .btn--modal-fly-close:hover .icon {
  filter: invert(1) contrast(1);
}

.list-options {
  width: 100%;
}
.list-options__item {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.list-options__item input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: 0;
  border: 0;
}
.list-options__item-icon {
  flex: none;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.list-options__item-label {
  flex: 1 0;
  word-break: break-word;
  overflow: hidden;
  transition: color 0.3s ease;
}
.list-options__item-bullet {
  flex: none;
  order: 10;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #F2F5FA;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.list-options__item-bullet::before {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center center url("../img/checkbox-check.svg");
  background-size: 100%;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:checked + .list-options__item-bullet {
  background-color: #5374ff;
}
input:checked + .list-options__item-bullet::before {
  opacity: 1;
}
input:checked + .list-options__item-bullet + .list-options__item-icon + .list-options__item-label {
  color: #5475ff;
}

.alert-success a,
.alert-success a:visited,
.alert-success a:link {
  color: #3c763d;
  text-decoration: underline;
}
.alert-success a:hover {
  color: #000;
}

.alert-warning .pseudo-link {
  color: #8a6d3b;
  border-bottom-color: #8a6d3b !important;
}
.alert-warning .pseudo-link:hover {
  color: #6784fd;
  border-bottom-color: #6784fd !important;
}

.alert-warning-video {
  position: relative;
  color: #CC661B;
  background: rgba(204, 102, 27, 0.08);
  box-shadow: 0 1px 0 0 rgba(204, 102, 27, 0.2);
}
.alert-warning-video a {
  color: #933e00;
}
.alert-warning-video a:hover {
  color: #cc6010 !important;
}
.alert-warning-video .icon {
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0.08;
}
@media screen and (max-width: 740px) {
  .alert-warning-video .icon {
    display: none;
  }
}
.alert-warning-video-text > p {
  margin: 5px 0 !important;
}
.alert-warning-video-text > p:first-child {
  margin-top: 0 !important;
}
.alert-warning-video-text > p:last-child {
  margin-bottom: 0 !important;
}

body .input:focus-visible {
  outline: none !important;
}
body .input-header__search {
  min-width: auto;
  background-color: #434F6C;
  padding: 8px 16px;
  border-radius: 32px;
  border: 2px solid #434F6C;
  color: #aeb7cd;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  transition: border ease 0.3s;
  width: 492px;
}
body .input-header__search::placeholder {
  color: #6f7fa6;
}
body .input-header__search:focus {
  border: 2px solid #60729b;
  outline: none !important;
}
body .input-header__search:focus-within {
  color: #fff;
}

/*
  * Select
 */
.input__select-box {
  position: relative;
}

/* Checkbox - Switch */
.input__switch {
  max-height: 48px;
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #F2F5FA;
  padding: 11px 11px 11px 15px;
  border-radius: 16px;
  border: 1px solid #F2F5FA;
  transition: border ease 0.3s;
}
.input__switch:hover {
  border-color: #e0e7f3;
}

.input__switch input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.input__switch-icon {
  flex: none;
  width: 42px;
  height: 24px;
  display: block;
  position: relative;
}

.input__switch-icon::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #D7DCE4;
  border-radius: 34px;
  transition: all ease 0.3s;
}

.input__switch-move {
  min-width: 22px;
  width: 0;
  display: block;
  position: relative;
  transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.input__switch-move::after {
  width: 18px;
  height: 18px;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  background: #859CAD;
  border-radius: 50%;
}

.input__switch input:checked + .input__switch-icon::before {
  opacity: 1;
  background: #5374ff;
}

.input__switch input:checked + .input__switch-icon .input__switch-move {
  width: 100%;
  right: 3px;
}

.input__switch input:checked + .input__switch-icon .input__switch-move::after {
  background: #ffffff;
}

.input__switch input:checked + .input__switch-icon + .input__switch-label {
  font-weight: 800;
  letter-spacing: -0.7px;
}

.input__switch input[disabled] + .input__switch-icon::before {
  background: #d4d4d4;
}

.input__switch-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #313237;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 740px) {
  .input__switch-label {
    font-size: 12px;
  }
}

.input__box-switch {
  display: flex;
  align-items: center;
}

.input__box-switch .input__switch {
  margin-right: 13px;
}

.input__box-switch-label {
  flex: 1;
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin-right: 8px;
}

.has-success .form-control {
  border: 1px solid #96d098;
}

.has-error .form-control {
  border: 1px solid #d09696;
}

.input__tabs {
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: wrap;
  border-radius: 34px;
}
.input__tabs-item {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.input__tabs-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 0;
  background: 0;
  opacity: 0;
}
.input__tabs-item input:checked + .input__tabs-item-label {
  color: #fff;
  background: #5374ff;
}
.input__tabs-item-label {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  font-weight: bold;
  font-size: 14px;
  color: #5374ff;
  text-align: center;
  background: #f2f5fa;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/*
 * Form auth
 */
.field-signupform-recaptcha,
.field-loginform-recaptcha {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.field-signupform-recaptcha .help-block.help-block-error,
.field-loginform-recaptcha .help-block.help-block-error {
  display: none;
}
.field-signupform-recaptcha.has-error .help-block.help-block-error,
.field-loginform-recaptcha.has-error .help-block.help-block-error {
  display: block;
}

.field-loginform-rememberme .checkbox {
  margin-top: 0 !important;
}

@font-face {
  font-family: "ALSRubl";
  src: url("../fonts/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.features-illustration {
  position: absolute;
  right: 0;
  top: -48px;
  pointer-events: none;
}
.features-item {
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 2px solid #F2F5FA;
  transition: transform ease 0.3s;
}
.features-item:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.features-item:focus {
  text-decoration: none;
}
.features-item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #5374FF;
  margin: 0;
}
.features-item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #70727B;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .features-item p {
    font-size: 12px;
  }
}
.features-block {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .features-block {
    display: none;
  }
}

.header {
  margin-bottom: 24px;
  background: #2E3851 no-repeat 0 0 url(../img/bgs__header.jpg);
  background-size: contain;
  height: 152px;
}
@media screen and (max-width: 992px) {
  .header-layout {
    display: none;
  }
}
.header .mobile-menu-account__list {
  margin-bottom: 16px;
  display: block;
  background-color: #f9f9f9;
  padding: 0 16px;
  border-radius: 8px;
}
.header .mobile-menu-dropdown__balance {
  flex: none;
  min-height: 22px;
  line-height: 21px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #1dcc43;
  border-radius: 12px;
}
.header .mobile-menu-dropdown {
  display: grid !important;
}
.header .mobile-menu-dropdown__banka .mobile-menu-dropdown__block > span {
  font-weight: 800;
}
.header .mobile-menu-dropdown.active span {
  color: #313237;
}
.header .mobile-menu-dropdown.active a {
  color: #313237;
}
.header .mobile-menu-dropdown.active .icon-arrow-down-menu {
  transform: rotate(180deg);
}
.header .mobile-menu-dropdown[aria-expanded=true] li {
  border: none;
}
.header .mobile-menu-dropdown__banka .mobile-menu-dropdown__list {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .mobile-menu-dropdown__banka li:not(:last-child) {
  border-bottom-color: #dee1e7;
}
.header .mobile-menu-dropdown__banka li span {
  padding: 2px 0;
  font-size: 13px;
}
.header .mobile-menu-dropdown__banka a {
  min-height: 36px;
  padding: 5px 0;
}
.header .mobile-menu-dropdown__banka .mobile-menu-dropdown__desc {
  padding-top: 4px;
  font-size: 11px;
}
.header .mobile-menu-dropdown__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .mobile-menu-dropdown__block i {
  min-width: unset;
}
.header .mobile-menu-dropdown__block[aria-expanded=true] .icon-arrow-down-menu {
  transform: rotate(-180deg);
}
.header .mobile-menu-dropdown__toggle {
  display: none;
}
.header .mobile-menu-dropdown__toggle[aria-expanded=true] {
  display: block;
}
.header .mobile-menu-dropdown__toggle .mobile-menu-dropdown__list {
  display: block;
}
.header .mobile-menu-dropdown__list {
  display: none;
  margin-bottom: 16px;
  background-color: #F2F5FA;
  padding: 0 16px;
  border-radius: 8px;
}
.header .mobile-menu-dropdown__list[aria-expanded=true] {
  display: block;
}
.header .mobile-menu-dropdown__desc {
  padding-bottom: 8px;
  margin-top: -6px;
  font-size: 12px;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .header {
    height: unset;
  }
}
@media screen and (max-width: 992px) {
  .header {
    margin: 0;
    height: 0;
    background: unset;
  }
}
@media screen and (max-width: 992px) {
  .header .header-wrapper {
    background: #2E3851 no-repeat 0 0 url(../img/bgs__header.jpg);
    background-size: contain;
    position: fixed;
    z-index: 6;
  }
}
.header-menu__mobile {
  display: block;
  z-index: 889;
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 100%;
  height: auto;
  margin-top: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header-menu__mobile {
    display: none !important;
  }
}
.header-menu__mobile.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-menu__block {
  overflow-y: auto;
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 16px 56px 16px;
  gap: 16px;
}
.header-menu__nav {
  flex: none;
  display: block;
}
.header-menu__nav li {
  width: 100%;
  position: relative;
}
.header-menu__nav li span {
  flex: 1 0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #67686e;
  transition: color ease 0.3s;
}
.header-menu__nav li:not(:last-child) {
  border-bottom: 1px solid #EAEDF4;
}
.header-menu__nav li a {
  width: 100%;
  min-height: 40px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #67686e;
  transition: color ease 0.3s;
  word-break: break-word;
}
.header-menu__nav li a img {
  flex: none;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.header-menu__nav li a.header-menu__nav-link-all-goods {
  font-weight: 800;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header-nav {
    display: none;
  }
}
.header-nav__soc, .header-nav__menu {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1120px) {
  .header-nav__soc, .header-nav__menu {
    gap: 8px;
  }
}
.header-nav__soc li, .header-nav__menu li {
  height: 44px;
  display: flex;
  align-items: center;
}
.header-nav__soc li:hover > a, .header-nav__soc li:hover > span, .header-nav__menu li:hover > a, .header-nav__menu li:hover > span {
  text-decoration: none;
  color: #fff;
}
.header-nav__soc li:hover > a:after, .header-nav__soc li:hover > span:after, .header-nav__menu li:hover > a:after, .header-nav__menu li:hover > span:after {
  transform: rotate(-90deg);
}
.header-nav__soc li > a,
.header-nav__soc li > span, .header-nav__menu li > a,
.header-nav__menu li > span {
  color: #d9d6d6;
  transition: color ease 0.3s;
  cursor: pointer;
}
.header-nav__soc li > a:hover,
.header-nav__soc li > span:hover, .header-nav__menu li > a:hover,
.header-nav__menu li > span:hover {
  text-decoration: none;
  color: #fff;
}
.header-nav__soc-dropdown, .header-nav__menu-dropdown {
  position: relative;
  z-index: 91;
}
.header-nav__soc-dropdown .header-dropdown, .header-nav__menu-dropdown .header-dropdown {
  padding-top: 32px;
}
.header-nav__soc-dropdown .header-dropdown__list, .header-nav__menu-dropdown .header-dropdown__list {
  width: max-content;
  position: absolute;
  z-index: 32;
  overflow: hidden;
  border-radius: 16px;
  right: 0;
  top: 38px;
  margin: 0;
  transform: translateY(-10px);
  background-color: #434F6C;
  box-shadow: 0 7px 106px 0 rgba(6, 7, 53, 0.54);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1120px) {
  .header-nav__soc-dropdown .header-dropdown__list, .header-nav__menu-dropdown .header-dropdown__list {
    top: 56px;
  }
}
.header-nav__soc-dropdown .header-dropdown__list li, .header-nav__menu-dropdown .header-dropdown__list li {
  height: auto;
  max-width: 320px;
}
.header-nav__soc-dropdown .header-dropdown__list li a, .header-nav__menu-dropdown .header-dropdown__list li a {
  min-height: 38px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  line-height: 16px;
  word-break: break-word;
}
.header-nav__soc-dropdown .header-dropdown__list li a:after, .header-nav__menu-dropdown .header-dropdown__list li a:after {
  content: none;
}
.header-nav__soc-dropdown .header-dropdown__list li a:hover, .header-nav__menu-dropdown .header-dropdown__list li a:hover {
  background: #4d5b7c;
}
.header-nav__soc-dropdown .header-dropdown__list li a img, .header-nav__menu-dropdown .header-dropdown__list li a img {
  flex: none;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.header-nav__soc-dropdown .header-dropdown__list li:not(:first-child), .header-nav__menu-dropdown .header-dropdown__list li:not(:first-child) {
  border-top: 1px solid #576380;
}
.header-nav__soc-dropdown:hover .header-dropdown__list, .header-nav__menu-dropdown:hover .header-dropdown__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-nav__soc-dropdown > a:after,
.header-nav__soc-dropdown > span:after, .header-nav__menu-dropdown > a:after,
.header-nav__menu-dropdown > span:after {
  content: ">";
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0 0 0 7px;
  font-size: 16px;
  line-height: 16px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.header-nav__soc a,
.header-nav__soc span, .header-nav__menu a,
.header-nav__menu span {
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  .header-nav__soc a,
  .header-nav__soc span, .header-nav__menu a,
  .header-nav__menu span {
    font-size: 12px;
  }
}
.header-nav__soc a.header-nav__menu-link-black-friday,
.header-nav__soc span.header-nav__menu-link-black-friday, .header-nav__menu a.header-nav__menu-link-black-friday,
.header-nav__menu span.header-nav__menu-link-black-friday {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #FFBB00;
  padding: 4px 8px;
  border-radius: 99px;
  background: unset;
  transition: background ease 0.3s;
}
.header-nav__soc a.header-nav__menu-link-black-friday:hover,
.header-nav__soc span.header-nav__menu-link-black-friday:hover, .header-nav__menu a.header-nav__menu-link-black-friday:hover,
.header-nav__menu span.header-nav__menu-link-black-friday:hover {
  color: #FFBB00;
  background: #404C68;
}
.header-nav__soc a.header-nav__menu-link-all-goods,
.header-nav__soc span.header-nav__menu-link-all-goods, .header-nav__menu a.header-nav__menu-link-all-goods,
.header-nav__menu span.header-nav__menu-link-all-goods {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-weight: 600;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(217, 214, 214, 0);
  border-radius: 34px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-nav__soc a.header-nav__menu-link-all-goods:hover,
.header-nav__soc span.header-nav__menu-link-all-goods:hover, .header-nav__menu a.header-nav__menu-link-all-goods:hover,
.header-nav__menu span.header-nav__menu-link-all-goods:hover {
  box-shadow: inset 0 0 0 1px #d9d6d6;
}
.header-nav__soc a.header-nav__menu-link-adv,
.header-nav__soc span.header-nav__menu-link-adv, .header-nav__menu a.header-nav__menu-link-adv,
.header-nav__menu span.header-nav__menu-link-adv {
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 0;
  font-weight: 600;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(217, 214, 214, 0);
  border-radius: 34px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-nav__soc a.header-nav__menu-link-adv .icon,
.header-nav__soc span.header-nav__menu-link-adv .icon, .header-nav__menu a.header-nav__menu-link-adv .icon,
.header-nav__menu span.header-nav__menu-link-adv .icon {
  margin-right: 5px;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}
.header-main .btn {
  height: 40px;
  min-height: auto;
  max-height: none;
  padding: 5px 16px 6px 16px;
  align-items: center;
}
.header-main .btn-icon-only {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1120px) {
  .header-main {
    gap: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header-main {
    gap: 24px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 992px) {
  .header-main {
    min-height: 56px;
    gap: 8px;
  }
  .header-main .btn {
    min-height: 32px;
    gap: 8px;
    font-size: 12px;
    padding: 8px 16px;
  }
  .header-main .btn i {
    transform: scale(0.9);
  }
  .header-main .btn-icon-only {
    font-size: 16px;
    padding: 8px;
  }
}
@media screen and (max-width: 436px) {
  .header-main {
    gap: 5px;
  }
  .header-main .btn {
    min-height: 32px;
    padding: 8px;
  }
}
.header-main__user i {
  pointer-events: none;
}
.header-main__user-menu {
  position: relative;
}
.header-main__user-menu.open .header-main__user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-main__user-menu.open .icon-arrow-down {
  transform: rotate(-180deg);
}
.header-main__user-dropdown {
  width: max-content;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
  right: 0;
  top: 46px;
  margin: 0;
  transform: translateY(-10px);
  background-color: #434F6C;
  box-shadow: 0 7px 106px 0 rgba(6, 7, 53, 0.54);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-main__user-dropdown li {
  height: auto;
  display: flex;
  max-width: 320px;
}
.header-main__user-dropdown li a {
  padding: 11px 24px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: all ease 0.3s;
  text-decoration: none;
  width: 100%;
}
.header-main__user-dropdown li a:after {
  content: none;
}
.header-main__user-dropdown li a:hover {
  background: #4d5b7c;
  opacity: 1;
}
.header-main__user-dropdown li:not(:first-child) {
  border-top: 1px solid #576380;
}
@media screen and (max-width: 830px) {
  .header-main__balance {
    display: none;
  }
}
.header-main .logo-main {
  display: block;
}
.header-main .logo-sm {
  display: none;
}
.header-main__logo {
  max-height: 40px;
  display: inline-block;
  min-width: auto;
}
.header-main__logo img {
  max-height: 40px;
}
.header-main__search {
  position: relative;
  width: 100%;
  min-width: 140px;
}
.header-main__search .input-header__search {
  width: 100%;
  padding-right: 72px;
}
.header-main__search .header__search-btn-reset {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin: -8px 0 0 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: no-repeat center center url(../img/icons/icon-search-clear.svg);
  background-size: 80%;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.header-main__search .header__search-btn-reset.btn_reset_display_show {
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-main__search .header__search-btn-reset:hover {
  opacity: 0.6;
}
.header-main__search .header__search-btn-reset:focus {
  opacity: 0.6;
}
.header-main__search .header__search-btn-submit {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -8px 0 0 0;
  z-index: 1;
  opacity: 0.2;
  background: no-repeat center center url(../img/icons/icon-search.svg);
  transition: opacity 0.3s ease;
}
.header-main__search .header__search-btn-submit:hover {
  opacity: 0.6;
}
.header-main__search .header__search-btn-submit:focus {
  opacity: 0.6;
}
.header-main__search-block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1120px) {
  .header-main__search-block {
    gap: 8px;
  }
}
.header-main__profile {
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .header-main__profile {
    gap: 4px;
    max-height: 32px;
  }
}
.header-main__profile .btn--favorite {
  order: 3;
}
@media screen and (max-width: 384px) {
  .header-main__profile .btn--favorite {
    display: none;
  }
}
.header-main__profile .btn--cart {
  order: 4;
}
.header-main__profile .btn--lastorder {
  order: 8;
}
.header-main__profile .btn--telegram {
  order: 8;
}
.header-main__profile .btn--menu {
  order: 10;
}
.header-main__profile .btn--notification {
  position: relative;
}
.header-main__profile .btn--notification-counter {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3px;
  top: -2px;
  font-weight: bold;
  font-size: 10px;
  color: #eee;
  text-align: center;
  background: #434F6C;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #98a1b9;
}
@media screen and (max-width: 1120px) {
  .header-main__profile {
    gap: 8px;
  }
}

/** Save last order */
.icon-last_order {
  width: 16px;
  height: 16px;
  background: no-repeat 0 0 url(../img/icons/icon-download.svg);
  background-size: 100% 100%;
}

.thick-double-border {
  position: relative;
}

.thick-double-border::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #a6b7ff;
  transform: scale(1);
  animation: anim__last-order-pulse 1s infinite;
  pointer-events: none;
}

@keyframes anim__last-order-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #a6b7ff;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.tippy-last__order {
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  color: #fff;
}

.tippy-last__order .button {
  display: none;
  text-decoration: none !important;
}

.tippy-last__order-button_remove {
  padding: 0;
  border: 0;
  border-bottom: 1px dashed #c0c8ff;
  background: 0;
  font-weight: 500;
  color: #c0c8ff;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tippy-last__order-button_remove:hover {
  border-bottom-color: #d5d9ff;
  color: #d5d9ff;
}

@media all and (max-width: 992px) {
  .tippy-last__order {
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .tippy-last__order-title {
    display: none;
  }
  .tippy-last__order .button {
    min-height: auto;
    height: auto;
    padding: 4px 8px;
    display: flex;
    margin: 0;
  }
  .showdrop--last-order .header-main__profile-link_telegram {
    display: none !important;
  }
}
/* Header */
.header-bottom {
  padding: 0;
  margin: 18px 0 0 0;
}
.header-bottom-profile {
  display: none;
}
@media all and (max-width: 992px) {
  .header-bottom-profile {
    display: block;
  }
}
.header-bottom .wrapper {
  padding: 0 8px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0 10px;
  background: #444A60;
  border-radius: 25px 25px 0 0;
}
.header-catalog {
  flex: 1 0;
}
@media all and (max-width: 992px) {
  .header-catalog {
    flex: none;
  }
}
.header-catalog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (min-width: 992.5px) {
  .header-catalog-item:hover .header-catalog-link {
    color: #000;
    background: #2A2F46;
  }
}
@media all and (min-width: 992.5px) {
  .header-catalog-item:first-child .header-catalog-link {
    padding-left: 17px;
    border-radius: 24px 0 0 0;
  }
}
.header-catalog-item:last-child .header-catalog-link {
  border-right: 0;
}
.header-catalog-link {
  height: 46px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border-right: 1px solid #2A2F46;
  z-index: 87;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media all and (min-width: 992px) and (max-width: 1330px) {
  .header-catalog-link {
    padding: 0 7px;
  }
}
.header-catalog-link-icon {
  width: auto;
  height: auto;
  display: none;
  max-width: 23px;
  max-height: 23px;
  object-fit: contain;
  filter: none;
  transition: filter 0.3s ease;
}
.header-catalog-link-arrow {
  display: none;
}
.header-catalog-drop {
  width: auto;
  padding: 27px 22px 22px 22px;
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: 100%;
  margin: -5px 0 0 0;
  color: #000;
  background: #2A2F46;
  box-shadow: 0 0 79px rgba(2, 2, 2, 0.4);
  border-radius: 0 0 25px 25px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: max-height 0.13s ease-out, transform 0.13s ease-out, opacity 0.13s ease-out, visibility 0.13s linear;
}
.header-catalog-drop-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.header-catalog-drop-item {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.6;
}
.header-catalog-drop-item dd {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  line-height: 1.5;
}
.header-catalog-drop-item dd a {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #eee;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-word;
}
.header-catalog-drop-item dd a:hover {
  color: #fff;
}
.header-catalog-drop-item dd a::before {
  width: 16px;
  height: 3px;
  content: " ";
  display: inline-block;
  vertical-align: top;
  background: #5475ff;
  border-radius: 5px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.header-catalog-drop-item dd a:hover::before {
  opacity: 1;
}
.header-catalog-drop-header {
  padding: 0;
  list-style: none;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.header-catalog-drop-header-link {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #eee !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.header-catalog-drop-header-link:hover {
  color: #fff !important;
}
.header-catalog-drop-icon {
  flex: none;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.header-catalog-drop-label {
  flex: 1 0;
}
.header-bottom-links {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media all and (max-width: 992px) {
  .header-bottom-links {
    padding: 0 10px 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.header-bottom-links__item {
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  font-size: 12px;
  color: #fff !important;
  background: #30364E;
  transition: background-color 0.3s ease;
  border-radius: 34px;
}
@media all and (max-width: 992px) {
  .header-bottom-links__item {
    height: 46px;
    line-height: 46px;
    padding: 0;
    background: 0;
    justify-content: flex-start;
    font-size: 14px;
  }
  .header-bottom-links__item--categories {
    display: none;
  }
}
.header-bottom-links__item:hover {
  text-decoration: none;
  background: #3f4565;
}

.header-catalog-item.open .header-catalog-drop,
.header-catalog-drop.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: max-height 0.3s ease-in, transform 0.2s ease, opacity 0.2s ease, visibility 0.2s linear;
}

.show-categories-and-disable-animate .header-catalog-drop {
  animation: none !important;
  transition: none !important;
}

@media all and (max-width: 992px) {
  .header-bottom {
    width: 100%;
    height: auto;
    padding: 16px 16px 50px;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 775;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    background: #2e3851;
    transform: translateX(-105%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .header-bottom .dropdown-backdrop {
    display: none !important;
  }
  .header-bottom .wrapper {
    min-height: 100%;
    padding: 0;
    flex-direction: column;
    align-items: normal;
    border-radius: 15px 15px 0 0;
  }
  .header-bottom.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header-catalog-list {
    flex-direction: column;
    align-items: normal;
  }
  .header-catalog-drop {
    max-height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    margin: 0;
    background: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: visible;
    transform: translate(0, 0);
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  .header-catalog-drop-list {
    padding: 5px 10px 10px 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    background: #252a41;
    border-radius: 0 0 10px 10px;
  }
  .header-catalog-drop-header {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .header-catalog-drop-header-link {
    gap: 10px;
  }
  .header-catalog-drop-icon {
    width: 20px;
    height: 20px;
  }
  .header-catalog-link {
    justify-content: flex-start;
    margin-right: 0;
    padding-right: 20px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #2A2F46;
  }
  .header-catalog-link-arrow {
    display: block;
    position: absolute;
    right: 11px;
    top: 50%;
    margin: -8px 0 0 0;
  }
  .header-catalog-item:first-child .header-catalog-link {
    border-radius: 15px 15px 0 0;
  }
  .header-catalog-item.open .header-catalog-link {
    background: #2A2F46;
  }
  .header-catalog-item.open .header-catalog-drop {
    max-height: 2000px;
  }
  .header-catalog-item.open .header-catalog-link-arrow {
    transform: rotate(180deg);
  }
}
.mobile-header {
  display: none;
}

@media (max-width: 992px) {
  .mobile-header {
    width: 100%;
    height: 54px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    background: #424f6f;
    background-size: contain;
  }
  .mobile-header__logo {
    width: 32px;
    height: 32px;
    display: block;
  }
  .mobile-header__logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .mobile-header .header__search {
    position: relative;
  }
}
.fast-search {
  flex: 1 0;
  position: relative;
}
.fast-search__input {
  width: 100%;
  height: 38px;
  background-color: #38425a;
  padding: 0 40px 0 14px;
  border-radius: 16px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: border ease 0.3s;
  outline: none;
}
.fast-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fast-search__btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: no-repeat center center;
  transition: opacity 0.3s ease;
}
.fast-search__btn--reset {
  margin-right: 6px;
  background-image: url(../img/icons/icon-search-clear.svg);
  background-size: 14px;
  opacity: 0;
}
.fast-search__btn--reset.btn_reset_display_show {
  opacity: 1;
}
.fast-search__btn--submit {
  display: none;
  margin-right: 6px;
  background-image: url(../img/icons/icon-search.svg);
  background-size: 20px;
}

.footer-block {
  background-color: #F2F5FA;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .footer-block {
    padding: 32px 0 72px 0;
  }
}
.footer-block .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer-block .footer {
    flex-direction: column;
    gap: 22px;
  }
}
.footer-block .footer__address {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.34;
}
.footer-block .footer__copyrights {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.footer-block .footer__copyrights-mob {
  display: none;
  gap: 8px;
}
.footer-block .footer__copyrights-mob a {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}
.footer-block .footer__copyrights-mob a img {
  max-width: 106px;
}
.footer-block .footer__copyrights-mob a:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .footer-block .footer__copyrights-mob {
    order: 20;
    display: flex;
  }
}
.footer-block .footer__copyrights a {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}
.footer-block .footer__copyrights a img {
  max-width: 106px;
}
.footer-block .footer__copyrights a:hover {
  opacity: 1;
}
.footer-block .footer-logo__block {
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .footer-block .footer-logo__block {
    order: 18;
  }
}
.footer-block .footer-logo__block p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #676972;
}
@media screen and (max-width: 992px) {
  .footer-block .footer-logo__block p {
    text-align: center;
  }
}
.footer-block .footer-logo__block p a {
  transition: all ease 0.3s;
  text-decoration: none;
}
.footer-block .footer-logo__block p a:hover {
  color: #5374ff;
}
.footer-block .footer-logo .logo-main {
  display: block;
  margin: 0 auto;
}
.footer-block .footer-logo .logo-sm {
  display: none;
}
.footer-block .footer-nav__block {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .footer-block .footer-nav__block {
    display: block;
    text-align: center;
  }
}
.footer-block .footer-nav__block ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .footer-block .footer-nav__block ul {
    display: inline;
  }
}
@media screen and (max-width: 992px) {
  .footer-block .footer-nav__block ul li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 4px;
  }
}
.footer-block .footer-nav__block ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #676972;
  text-decoration: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 992px) {
  .footer-block .footer-nav__block ul li a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
}
.footer-block .footer-nav__block ul li a.link_light {
  font-weight: bold;
}
.footer-block .footer-nav__block ul li a:hover {
  color: #5374ff;
}
.footer-block .footer-nav__block-ny-disabled {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.footer-block .footer-gift {
  position: relative;
  background-color: #5374FF;
  border-radius: 16px;
  padding: 16px;
  transition: all ease 0.3s;
  text-decoration: none !important;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.footer-block .footer-gift__illustration {
  position: absolute;
  top: -10px;
  left: -30px;
  pointer-events: none;
  transition: transform ease 0.3s;
}
.footer-block .footer-gift:hover {
  background-color: #6d89ff;
}
.footer-block .footer-gift:hover .footer-gift__illustration {
  transform: translateY(-4px);
}

.footer-legal-notice {
  border-top: 1px solid #e7e7e7;
  background-color: #eff3f9;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  color: #6e7176;
  text-align: center;
}

.modal-social-power {
  overflow: hidden;
  margin: 0 -32px -32px;
  background: #3e6387;
  border-radius: 0 0 20px 20px;
}
@media all and (max-width: 772px) {
  .modal-social-power {
    margin: 0 -20px -20px;
  }
}
.modal-social-power-dropdown {
  padding: 10px 32px;
  background: #edf3ff;
}
.modal-social-power-dropdown ul {
  margin: 8px 10px 15px 10px;
}
.modal-social-power-dropdown ul > li {
  margin: 5px 0;
}

.modal-social-power-panel {
  width: 100%;
  padding: 8px 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease;
}
.modal-social-power-panel:hover {
  background: rgba(255, 255, 255, 0.08);
}
.modal-social-power-panel a {
  color: #fff;
}

.modal-social-power-toggle {
  max-height: 0;
  position: relative;
  overflow: hidden;
  transition: max-height 0.25s ease-in;
}

.modal-social-power-panel.drop-open + .modal-social-power-toggle {
  max-height: 300px;
  transition: max-height 0.5s ease-out;
}

.tippy-social-power-payment-info {
  width: 240px;
  padding: 10px;
  font-size: 13px;
}
.tippy-social-power-payment-info p {
  margin: 10px 0;
}
.tippy-social-power-payment-info p:first-child {
  margin-top: 0;
}

.sidefly--buy-sp .modalbuy__info-block {
  border-radius: 16px 16px 0 0;
}

.modalbuy__desc-toggle--show + .modalbuy__toggle-categories {
  max-height: 500px;
  opacity: 1;
  margin-top: -5px;
}

.modalbuy__toggle-categories {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: margin-top 0.3s ease, max-height 0.3s ease, opacity 0.3s ease;
}
.modalbuy__toggle-categories-box {
  padding: 8px;
  position: relative;
  overflow: hidden;
  background: #f2f5fa;
  border-radius: 0 0 16px 16px;
}
.modalbuy__toggle-categories-title {
  padding: 4px 0 0 10px;
  margin: 0 0 -2px 0;
  font-weight: bold;
  font-size: 14px;
  background: #f2f5fa;
}
.modalbuy__toggle-categories-overflow {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.modalbuy__toggle-categories-list {
  position: relative;
  margin: -1px -1px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.social-power-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 8px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  border-top: 1px solid #EAEDF4;
  border-right: 1px solid #EAEDF4;
  padding: 8px 12px;
  width: 100%;
  background: #fff;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 572px) {
  .social-power-link {
    font-size: 13px;
    padding: 6px 8px;
  }
}
.social-power-link:after {
  width: 6px;
  height: 10px;
  content: " ";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -5px 0 0 0;
  background: no-repeat 0 0 url("../img/icons/icon-arrow-right.svg");
  background-size: 100% 100%;
}
@media all and (max-width: 572px) {
  .social-power-link:after {
    right: 8px;
  }
}
.social-power-link:hover {
  background: #EAEDF4;
}
.social-power-link span {
  flex: 1 0;
}
.social-power-link img {
  flex: none;
  width: 24px;
  height: 24px;
}

/*
Product - Subscription
 */
.product-available-subscription-form-channels > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-subscription-table table {
  margin-bottom: 0;
}
.card-subscription-table-col_product {
  width: auto;
}
.card-subscription-table-col_channels {
  width: 222px;
}
.card-subscription-table-col_controls {
  width: 120px;
}
.card-subscription-table-col_controls_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.card-subscription-table-col_controls .icon-close::before {
  background-size: 80%;
}
.card-subscription-table-col_controls .btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-subscription-table-col_controls .btn-danger:hover {
  background-color: #FF4D4D;
  border-color: #FF4D4D;
}
.card-subscription-channels {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.card-subscription-channels .badge span {
  max-width: 130px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Общие стили для всей структуры спойлера */
.spoiler {
  border: 1px solid #e0e7f3;
  border-radius: 8px;
  margin: 10px 0;
  overflow: hidden;
}
.spoiler-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background-color: #F2F5FA;
  border: none;
  color: #333;
  padding: 10px 15px;
  font-size: inherit;
  text-align: left;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  transition: border-radius 0.3s ease, background-color 0.3s ease;
}
.spoiler-button:hover {
  background-color: #eef3ff;
}
.spoiler-button.current {
  border-radius: 8px 8px 0 0;
}
.spoiler-button-title {
  flex: 1 0;
  font-weight: bold;
}
.spoiler-button::after {
  flex: none;
  content: ">";
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
  transform: rotate(90deg);
  margin: -3px 0;
  transition: transform 0.3s ease;
}
.spoiler-button.current::after {
  transform: rotate(270deg);
}
.spoiler-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.spoiler-content-inner {
  padding: 10px 15px;
  border-top: 1px solid #e0e7f3;
}
.spoiler-content-inner .spoiler-button {
  background-color: #fbfbfb;
}
.spoiler-content-inner .spoiler-button:hover {
  background-color: #f6f6f6;
}
.spoiler-content.show {
  max-height: 1000px;
}

/* Анимация подпрыгивания */
@keyframes anim_gift_bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Order gift */
.partner-fly {
  pointer-events: none;
}
.partner-fly[data-move=top], .partner-fly[data-move=bottom] {
  padding: 0 10px;
}
.partner-fly[data-move=top] .partner-gift__btn_minimize, .partner-fly[data-move=bottom] .partner-gift__btn_minimize {
  opacity: 1;
  visibility: visible;
}

.partner-gift {
  pointer-events: auto;
  width: 600px;
  max-width: 100%;
  padding-top: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .partner-gift {
    font-size: 14px;
  }
}
.partner-gift__panel {
  min-height: 50px;
  padding: 8px 10px 8px 18px;
  display: flex;
  gap: 8px 16px;
  align-items: center;
  position: relative;
  color: #fff;
  background-color: #FF5733;
  border-radius: 34px;
}
@media screen and (max-width: 540px) {
  .partner-gift__panel {
    border-radius: 24px;
  }
}
.partner-gift__content {
  flex: 1 0;
  display: flex;
  gap: 3px 8px;
}
@media screen and (max-width: 540px) {
  .partner-gift__content {
    flex-direction: column;
  }
}
.partner-gift__title {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
.partner-gift__title-name {
  color: #fff;
}
.partner-gift__title img {
  filter: brightness(22);
}
.partner-gift__controls {
  flex: none;
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: space-between;
}
.partner-gift__btn_minimize {
  flex: none;
  width: 18px;
  height: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 3;
  background: #ff0000;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.partner-gift__icon {
  flex: none;
  width: 34px;
  margin: 0 4px 0 0;
  animation: anim_gift_bounce 2s infinite;
}
.partner-gift__icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
  transform: scale(1.1177);
}
.partner-gift .btn {
  border: 3px solid #fff;
  background-color: #C70039;
}
.partner-gift .btn:hover {
  background-color: #d7013e;
}
.partner-gift .btn:active {
  background-color: #b40134;
}
.partner-gift .btn-pseudo-link {
  color: #fff;
}
.partner-gift .btn-pseudo-link__label {
  border-color: #fff;
}
.partner-gift .btn-pseudo-link.current .btn-pseudo-link__label {
  border-color: #fff;
}
.partner-gift .btn-pseudo-link:hover {
  color: #fff;
}
.partner-gift .btn-pseudo-link:hover .btn-pseudo-link__label {
  border-color: transparent;
}
.partner-gift__dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.partner-gift__dropdown.dropdown-open {
  max-height: 1000px;
  opacity: 1;
}
.partner-gift__list {
  padding: 0;
  margin: 0 20px;
  background: #FFE1DB;
  border-radius: 0 0 12px 12px;
}
.partner-gift__list-item {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px dashed #ff5835;
}
.partner-gift__list-item:first-child {
  border-top: 0;
}
.partner-gift__list-item-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 12px;
}
.partner-gift__list-item img {
  flex: none;
  width: 24px;
  height: 24px;
  vertical-align: top;
  object-fit: contain;
}
.partner-gift__list-item-title {
  flex: 1 0;
}
@media screen and (max-width: 540px) {
  .partner-gift__list-item-title {
    font-size: 11px;
  }
}
.partner-gift__list-item .btn {
  flex: none;
}
@media screen and (max-width: 540px) {
  .partner-gift__list-item .btn {
    padding: 6px 8px;
    font-size: 12px;
  }
}

/*
Модалка
 */
.sidefly--order-partner-promo .sidefloat {
  width: 500px;
}

/*
Блок партнеров в модалке
 */
.block-order-partner-header {
  display: none;
  padding: 8px;
  border: 2px dashed #eee;
  border-radius: 16px;
}
.block-order-partner-body {
  display: none;
  margin: 10px 0 0 0;
}
.block-order-partner-promo {
  display: flex;
  position: relative;
}
@media screen and (max-width: 540px) {
  .block-order-partner-promo {
    flex-direction: column;
  }
}
.block-order-partner-promo-value {
  flex: 1 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 28px;
  font-weight: bold;
  color: #d32f2f;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .block-order-partner-promo-value {
    text-align: center;
    border-radius: 8px 8px 0 0;
  }
}
.block-order-partner-promo-btn {
  background-color: #C70039;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 540px) {
  .block-order-partner-promo-btn {
    border-radius: 0 0 8px 8px;
  }
}
.block-order-partner-promo-btn:hover {
  background-color: #d7013e;
}
.block-order-partner-promo-btn:active {
  background-color: #b40134;
}
.block-order-partner-promo-go {
  display: none;
  margin: 16px 0 0 0;
  text-align: center;
}
.block-order-partner-promo-go-link svg {
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.filter-fly {
  width: 310px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: flex-start;
  margin: 0;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  color: #1f1f1f;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 7770;
  opacity: 0;
  transform: translateX(110%);
  transition: opacity 0.3s ease, transform 0.5s ease;
  pointer-events: none;
}
.filter-fly[data-position=left] {
  left: 0;
  right: auto;
  transform: translateX(-110%);
}
.filter-fly.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: inherit;
}
@media all and (min-width: 1920px) {
  .filter-fly {
    width: 18%;
  }
}
@media all and (max-width: 569px) {
  .filter-fly {
    width: 100%;
  }
}
.filter-fly__position-btn {
  display: none;
}
@media screen and (min-width: 569px) {
  .filter-fly__position-btn {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    border-radius: 50%;
  }
  .filter-fly__position-btn-icon {
    width: 20px;
    height: 50px;
    display: block;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: no-repeat 0 0 url(../img/icons/filter-position.svg);
    background-size: 100% 100%;
    transform: scale(-1, 1);
  }
  .filter-fly__position-btn:hover {
    background: rgb(255, 255, 255);
  }
  .filter-fly[data-position=left] .filter-fly__position-btn {
    justify-content: flex-end;
    left: auto;
    right: -20px;
  }
  .filter-fly[data-position=left] .filter-fly__position-btn-icon {
    transform: scale(1, 1);
  }
}
.filter-fly__header {
  flex: none;
  min-height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #D5DAE3;
}
.filter-fly__header-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.filter-fly__button {
  width: auto;
  min-width: auto;
  min-height: auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  background: #717171 !important;
}
.filter-fly__button:hover {
  background: #8c8c8c !important;
}
.filter-fly__button svg {
  flex: none;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
}
.filter-fly__button svg path {
  fill: #fff;
}
.filter-fly__content {
  flex: 1 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.filter-fly__footer {
  flex: none;
  padding: 10px;
  border-top: 1px solid #eee;
}

.catalog-toolbar {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 492px) {
  .catalog-toolbar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-toolbar {
    min-height: 84px;
  }
  .catalog-toolbar--fixed .catalog-toolbar__block {
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 5px 0 0 0;
    gap: 5px;
    position: fixed;
    z-index: 888;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-110%);
    background: #fff;
    box-shadow: 0 0 5px #555;
  }
  .catalog-toolbar--animate .catalog-toolbar__block {
    transition: transform 0.3s ease;
  }
  .catalog-toolbar--show .catalog-toolbar__block {
    transform: translateY(0);
  }
}
.catalog-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .catalog-toolbar__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 492px) {
  .catalog-toolbar__inner {
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.catalog-toolbar__actions {
  flex: none;
}
@media screen and (max-width: 992px) {
  .catalog-toolbar__actions {
    order: 3;
  }
}
.catalog-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 492px) {
  .catalog-toolbar__controls {
    flex: 1 0;
    gap: 8px;
  }
}
.catalog-toolbar__control {
  flex: none;
}
.catalog-toolbar__control--sort {
  width: 220px;
}
@media screen and (max-width: 492px) {
  .catalog-toolbar__control--sort {
    flex: 1 0;
    width: auto;
  }
}
.catalog-toolbar__control--page-size {
  width: 94px;
}
@media screen and (max-width: 492px) {
  .catalog-toolbar__control--page-size {
    width: 70px;
  }
  .catalog-toolbar__control--page-size .select2-selection__rendered {
    padding-right: 20px !important;
  }
}
.catalog-toolbar__toggle-btn {
  border-radius: 16px !important;
}
@media screen and (max-width: 992px) {
  .catalog-toolbar__toggle-btn-label {
    display: none;
  }
}
.catalog-toolbar__toggle-btn .icon {
  transform: scale(1.15);
}
.catalog-toolbar .select2-container .select2-selection--single,
.catalog-toolbar .select2-container .select2-selection--multiple {
  height: 40px;
}
.catalog-toolbar .select2-container--default .select2-selection--single .select2-selection__rendered,
.catalog-toolbar .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px;
}

/*
Быстрые кнопки для фильтра в мобильной версии
 */
.mobile-filter-panel {
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile-filter-panel {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .mobile-filter-panel::before {
    width: 30px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 7;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.mobile-filter-panel__container {
  width: 100%;
  min-height: 40px;
  display: flex;
  padding: 5px;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (max-width: 992px) {
  .mobile-filter-panel__container {
    padding: 5px 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: -20px;
  }
}
.mobile-filter-panel__container .btn {
  flex: none;
}
.mobile-filter-panel__prop {
  flex: none;
  position: relative;
}
.mobile-filter-panel__prop-reset {
  width: 28px;
  height: 100%;
  padding-right: 2px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px solid #e1e1e1;
  background: #717171;
  border-radius: 0 16px 16px 0;
}
.mobile-filter-panel__prop-reset.active {
  display: flex;
}
.mobile-filter-panel__prop-reset .icon {
  width: 10px;
  height: 10px;
}
.mobile-filter-panel__prop.active {
  order: -1;
}

body .mobile-filter-panel__prop-btn {
  min-height: 34px;
  padding: 5px 12px;
  font-size: 14px;
}
body .mobile-filter-panel__prop-btn.active {
  padding-right: 36px;
  background: #b9d2fb;
  box-shadow: none;
}

.mobile-filter-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7769;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
}

.mobile-filter-fly {
  position: fixed;
  z-index: 7772;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-filter-fly.is-open {
  transform: translateY(0);
  opacity: 1;
}
.mobile-filter-fly.is-open + .mobile-filter-layer {
  opacity: 1;
  visibility: visible;
}
.mobile-filter-fly__footer {
  flex: none;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #eee;
}
.mobile-filter-fly__header {
  flex: none;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.mobile-filter-fly__helptext {
  flex: none;
  padding: 8px 16px;
}
.mobile-filter-fly__body {
  flex: none;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 8px 16px;
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
}
.mobile-filter-fly .filter__search_form,
.mobile-filter-fly .filter__between,
.mobile-filter-fly .form-group {
  flex: 1 0;
  flex-wrap: wrap;
}
.mobile-filter-fly .filter__range-input,
.mobile-filter-fly .form-control {
  font-size: 16px;
}
@media all and (max-width: 473px) {
  .mobile-filter-fly .filter__between {
    flex-direction: column;
  }
}
.mobile-filter-fly__btn {
  flex: none;
  width: 100%;
  min-height: 40px;
}
.mobile-filter-fly input[type=text],
.mobile-filter-fly input[type=number],
.mobile-filter-fly select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-filter-fly .filter__search_form_guarantee {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

div.label,
span.label {
  border-radius: 34px;
  font-size: 11px;
}

.text-nowrap {
  white-space: nowrap;
}

.catalog__title {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-check {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  text-align: left;
  margin: 0;
}

.form-check-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #1d1d25;
  margin: 0;
}
.form-check-label a {
  color: #5374ff;
  text-decoration: none;
  transition: color ease 0.3s;
}
.form-check-label a:hover {
  text-decoration: underline;
}

.form-check .form-check-input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  vertical-align: top;
  background-color: #F2F5FA;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-check .form-check-input:focus {
  outline: none !important;
}
.form-check .form-check-input:checked[type=checkbox], .form-check .form-check-input:checked[type=radio] {
  background-image: url("../img/checkbox-check.svg");
}
.form-check .form-check-input:checked {
  background-color: #5374ff;
}
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check-input[disabled] {
  background-color: #eee;
}
.form-check .form-check-input[disabled] + .form-check-label {
  opacity: 0.8;
}

.promocode-click {
  text-decoration: none;
}

.modalbuy__header {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.modalbuy__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #313237;
  text-align: left;
  word-break: break-word;
}

.modalbuy__badges {
  justify-content: flex-start;
}

.modalbuy__desc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.modalbuy__desc-button_hide {
  display: none;
}
.modalbuy__desc-button_hide .icon {
  transform: rotate(180deg);
}
.modalbuy__desc-button .icon {
  display: inline-block;
  vertical-align: top;
  filter: invert(1);
}
.modalbuy__desc-toggle {
  max-height: 0;
  visibility: hidden;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease, visibility 0.3s ease;
}
.modalbuy__desc-toggle--show {
  max-height: 160px;
  visibility: visible;
}
.modalbuy__desc-text {
  display: block !important;
}
.modalbuy__desc-text_scroll {
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 14px;
  word-break: break-word;
}

.modalbuy__desc-load {
  width: 100%;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .modalbuy__desc-load {
    align-items: flex-start;
    flex-direction: column;
  }
}
.modalbuy__desc-load[data-loader-frame]::before {
  background: #f2f5fa;
  border-radius: 32px;
}

.modalbuy__desc-button.current .modalbuy__desc-button_show {
  display: none;
}
.modalbuy__desc-button.current .modalbuy__desc-button_hide {
  display: block;
}

.purchase-modal__field-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 540px) {
  .purchase-modal__field-list {
    grid-template-columns: 1fr;
  }
}
.purchase-modal__field-list .modalbuy__info-block, .purchase-modal__field-list-line {
  grid-column: 1/-1;
}
.purchase-modal__field-list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 540px) {
  .purchase-modal__field-list-item--promocode {
    order: 20;
  }
}

.modalbuy__form {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 740px) {
  .modalbuy__form {
    gap: 16px;
  }
}
.modalbuy__form-mini-alert {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: bold;
  font-size: 12px;
}
.modalbuy__form-mini-alert div[data-message-type=error] {
  margin-left: 20px;
  color: #e2112d;
}
.modalbuy__form-mini-alert div[data-message-type=warning] {
  margin-left: 20px;
  color: #d78427;
}
.modalbuy__form-mini-alert .alert {
  margin: 0 !important;
}
.modalbuy__form-group {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .modalbuy__form-group {
    flex-direction: column;
  }
}
.modalbuy__form-group-item {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 772px) {
  .modalbuy__form-group-item .filter__range-input {
    max-width: 328px;
  }
}
.modalbuy__form-group-item-payment {
  order: -1;
}
@media all and (max-width: 740px) {
  .modalbuy__form-group-item-payment {
    order: 1;
  }
}
.modalbuy__form-group-item-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 740px) {
  .modalbuy__form-group-item-text {
    flex-direction: column;
  }
}
.modalbuy__form-group-item-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #747474;
}
.modalbuy__form-group-item-block {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.modalbuy__form-group-item-block_icon {
  flex: none;
}
.modalbuy__form-group-item-block_label {
  flex: 1 0;
}
.modalbuy__form-box-promocode {
  position: relative;
}
.modalbuy__form-box-promocode_input {
  width: 100%;
}
.modalbuy__form-box-promocode .btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 12px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modalbuy__form-box-promocode .btn_cancel {
  display: none;
  background: #c95050;
}
.modalbuy__form-box-promocode .btn_cancel:hover {
  background: #e75d5d;
}
.modalbuy__form-box-promocode .btn_cancel:active {
  background: #c54b4b;
}
.modalbuy__form[data-promocode-apply] .modalbuy__form-box-promocode_input {
  border: 1px dashed green;
}
.modalbuy__form[data-promocode-apply] .btn_cancel {
  display: flex;
}
.modalbuy__form[data-promocode-apply] .btn_apply {
  display: none;
}

.modal-fast-view-content {
  min-height: 10px;
  max-height: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: max-height 0.34s ease;
}
.modal-fast-view-content-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-fast-view-content-inner.visible-show {
  opacity: 1;
}

body[data-modal-opened=fast-view-product-modal] .modal-fast-view-content {
  transition: max-height 0.8s ease;
}

body[data-modal-opened=fast-view-product-modal] .sidefloat {
  gap: 14px;
}

.button-dialog-telegram {
  min-height: 48px;
  padding: 2px 52px 2px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  background: #5374ff;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.button-dialog-telegram:hover {
  text-decoration: none;
  background: #6784ff;
}
.button-dialog-telegram:active {
  background: #3f64ff;
}
.button-dialog-telegram__label {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.button-dialog-telegram__name {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.button-dialog-telegram__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff no-repeat center center url("../img/icons/icon-arrow-right.svg");
  border-radius: 8px;
}

.modalbuy__info-block {
  display: none;
  padding: 8px;
  background: #F2F5FA;
  border-radius: 16px;
}
.modalbuy__info-block.current {
  display: block;
}
.modalbuy__info-block-wrapper {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px;
}
.modalbuy__info-title {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #313237;
}
.modalbuy__info-warning {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FF7F00;
}
.modalbuy__info-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #5374FF;
}
.modalbuy__info-text-item {
  padding-left: 10px;
  position: relative;
}
.modalbuy__info-text-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.modalbuy__info-text-commission {
  color: #CC661B;
}
.modalbuy__info-desc {
  display: grid;
  gap: 8px;
}

.modalbuy__discount-block {
  padding: 10px 10px 10px 48px;
  display: none;
  position: relative;
  border: 2px dashed darkgreen;
  font-weight: bold;
  font-size: 14px;
  color: darkgreen;
  background: rgba(142, 233, 107, 0.21) no-repeat 0 0 url(../img/icons/discount-label-price.svg);
  background-size: auto 100%;
  border-radius: 12px;
}

.modalbuy__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
  text-decoration: none;
}
.modalbuy__label a {
  color: #5374FF;
  transition: color ease 0.3s;
}
.modalbuy__label a:hover {
  text-decoration: underline;
}
.modalbuy__label .icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px -1px 0;
}
.modalbuy__label .badge {
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 4px;
}
.modalbuy__label_pre {
  line-height: 1;
  font-size: 11px;
  color: #a5a5a5;
}
.modalbuy__label_suffix {
  display: inline-block;
  line-height: 1;
  color: #a5a5a5;
  border-bottom: 1px dashed #a5a5a5;
}
.modalbuy__label_suffix:hover {
  color: #6784ff;
  border-bottom: 1px dashed #6784ff;
}

.custom-select-box {
  position: relative;
}
.custom-select-box_loader::before {
  background: rgba(255, 255, 255, 0.8) !important;
}

select.select2-hidden-accessible,
#body select.select2-hidden-accessible {
  min-width: 1px !important;
  width: 1px !important;
  min-height: 1px !important;
  height: 1px !important;
  top: auto !important;
  bottom: 0 !important;
  left: 50% !important;
}

.product__game-info [data-tips]:after {
  min-width: auto !important;
}

.hide-all-goods:before {
  transform: rotate(-90deg) !important;
}
.hide-all-goods:after {
  transform: rotate(-90deg) !important;
}

.type--copysuccess {
  background-color: #13c54b !important;
}

.product__loader {
  height: 32px;
  display: grid;
  align-items: center;
}

.filter-buttons {
  margin-top: 25px;
  display: inline-table;
  width: 130px !important;
}
@media screen and (max-width: 992px) {
  .filter-buttons {
    margin-top: 0;
  }
}

.filter-buttons__triggered {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .filter-buttons__triggered {
    margin-top: 0;
  }
}

.filter__mobile-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filter__mobile-controls .btn {
  flex: 1 0;
  width: auto;
}
@media all and (max-width: 622px) {
  .filter__mobile-controls .btn.filter__button-allshow {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .filter-button__search {
    width: 100%;
  }
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 990px) {
  .row {
    display: grid;
    gap: 32px;
  }
  .row .row {
    gap: 0;
  }
}
.row:before {
  content: none !important;
}
.row:after {
  content: none !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.pointer-none {
  pointer-events: none;
}

.badge-lg {
  padding: 8px 12px;
  font-size: 16px;
}

.badge-md {
  padding: 5px 10px;
  font-size: 15px;
}

.partner-info {
  width: 100%;
  padding: 5px 8px 5px 16px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #F2F5FA;
}
.partner-info__block {
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  .partner-info__block {
    display: grid !important;
  }
}

.withdraw-bill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
}
.withdraw-bill-value {
  max-width: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1.24;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-shadow {
  box-shadow: none !important;
}

.no-bg {
  background: none !important;
}

.opacity-8 {
  opacity: 0.8;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.badge-inline {
  display: inline-flex;
}

.badge-info {
  background-color: #5374ff !important;
  color: #fff !important;
}
.badge-info:hover {
  background-color: #7791ff !important;
}

.badge-danger {
  background-color: #de5c5c !important;
  color: #fff !important;
}
.badge-danger:hover {
  background-color: #e47a7a !important;
}

.badge-success {
  background-color: #20d26a !important;
  color: #fff !important;
}
.badge-success:hover {
  background-color: #35e07c !important;
}

.badge-primary {
  background-color: #819cff !important;
  color: #fff !important;
}
.badge-primary:hover {
  background-color: #658aff !important;
}

.alert {
  border-radius: 14px;
}

.alert-add-email-to-contact {
  text-align: left;
}

.alert .alert-link-color {
  color: #000;
  text-decoration: none !important;
  border: 0 !important;
  transition: color 0.3s ease;
}

.alert .alert-link-color:hover {
  color: #5374ff;
  text-decoration: none !important;
}

.alert.alert_no_margin {
  margin-bottom: 0;
}

.product__view-block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .product__view-block {
    flex-direction: column;
    align-items: center;
  }
  .product__view-block p {
    text-align: center !important;
  }
}
.product__view-block p {
  text-align: left;
}
.product__view-img {
  width: 100%;
}
.product__view-title {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .product__view-title {
    text-align: center;
  }
}
.product__view-title a {
  font-size: 24px;
  color: #7791ff;
  transition: color ease 0.3s;
}
@media screen and (max-width: 992px) {
  .product__view-title a {
    font-size: 16px;
  }
}
.product__view-title a:hover {
  color: #5374ff;
  text-decoration: none;
}
.product__view-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #D5DAE3;
}
@media screen and (max-width: 992px) {
  .product__view-status {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.product__view-status-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.product__view-text {
  margin: 0;
  font-size: 16px;
}

.order__view-change-payment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 500px) {
  .order__view-change-payment {
    flex-direction: column;
  }
}
.order__view-change-payment-or {
  margin: 0;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
  float: unset !important;
}

/* Categories links all */
.error-alert + .categories-links-all {
  margin-top: 30px;
}

.categories-links-all {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 7;
  margin: 20px auto;
  text-align: center;
}

.categories-links-all .section__box {
  width: 100%;
  position: static;
}

.categories-links-all__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  margin: 0 0 22px 0;
  font-weight: bold;
  text-align: center;
}

a.categories-links-all__button {
  padding: 3px 0 1px 0;
  display: inline-block;
  vertical-align: top;
  margin: 22px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

a.categories-links-all__button:hover {
  color: #5374ff;
  border-color: #5374ff;
}

.categories-links-all__list {
  width: 960px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.categories-links-all__list > li {
  flex: none;
}

.categories-links-all__link {
  padding: 2px;
  min-height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #5374ff;
  background: #fff;
  border-radius: 50%;
}

.categories-links-all__list img {
  flex: none;
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin: 0;
  background: #fff;
  border-radius: 50%;
}

.categories-links-all__list .btn--label {
  display: none;
}

@media all and (max-width: 672px) {
  .categories-links-all__title {
    margin-bottom: 22px;
    flex-direction: column;
  }
  .categories-links-all__outer {
    position: relative;
    margin: 0 -10px;
  }
  .categories-links-all__outer::before {
    width: 10px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .categories-links-all__outer::after {
    width: 20px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .categories-links-all__list {
    width: auto;
    max-width: none;
    padding: 0 10px 20px;
    margin-bottom: -20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .categories-links-all__list::after {
    width: 20px;
    height: 20px;
    content: "";
  }
  .categories-links-all__list > li {
    scroll-margin-left: 20px;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 680px) {
  .order__history-title {
    flex-direction: column;
    gap: 16px;
  }
  .order__history-title h3 {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .order__history-title-buttons {
    width: 100%;
    flex-wrap: wrap;
  }
  .order__history-title-buttons a {
    width: 100%;
  }
}

.d-mobile {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .d-mobile {
    display: grid !important;
  }
}

@media screen and (max-width: 992px) {
  .d-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .settings__block {
    display: grid;
    gap: 32px;
  }
}

.sticky {
  position: fixed;
  top: 32px;
  width: 17%;
  min-width: 252px;
}
@media screen and (max-width: 992px) {
  .sticky {
    position: relative;
    top: unset;
  }
}

.grid-view {
  overflow: hidden;
  overflow-x: auto;
}
.grid-view::-webkit-scrollbar {
  height: 0;
}

@media screen and (max-width: 992px) {
  .deposit__block {
    display: grid;
    gap: 32px;
  }
}

textarea {
  max-height: unset !important;
}

.deposit__history-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

.deposit__history-table table thead tr th a {
  font-size: 14px;
}

.deposit__methods {
  grid-gap: 8px;
  background: #f2f5fa;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(25% - 6px));
  grid-template-rows: 108px;
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .deposit__methods {
    background: 0 0;
    display: flex;
    height: auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    width: 100%;
  }
  .deposit__methods::-webkit-scrollbar {
    height: 0;
  }
}
.deposit__methods-overlay {
  pointer-events: none;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 32px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .deposit__methods-overlay {
    display: block;
  }
}
.deposit__methods-outer {
  display: grid;
  gap: 16px 0;
  grid-auto-columns: 1fr;
}
.deposit__methods-block {
  position: relative;
}
.deposit__methods-title {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}
.deposit__methods-icon {
  align-items: center;
  background: #5374ff;
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: opacity 0.25s ease;
  visibility: hidden;
  width: 24px;
}
.deposit__methods-icon i {
  height: 8px;
  position: relative;
}
.deposit__methods-icon i:before {
  top: -6px;
}
.deposit__methods-image {
  flex: 1 0;
  width: 100%;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 772px) {
  .deposit__methods-image {
    padding: 12px;
  }
}
.deposit__methods-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 38px;
}
.deposit__methods-label {
  flex: none;
  width: 100%;
  padding: 5px 8px;
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #e5e6e7;
  border-radius: 0 0 8px 8px;
}
.deposit__methods-commission {
  padding: 2px 5px;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #CC661B;
  border-radius: 4px;
}
.deposit__methods-limit {
  padding: 2px 5px;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: right;
  background-color: #c53333;
  border-radius: 4px;
}
.deposit__methods-item {
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  display: flex;
  height: 108px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .deposit__methods-item {
    flex: 0 0 112px;
    height: 80px;
    scroll-snap-align: start;
    width: 112px;
    background-color: #f2f5fa;
    border-radius: 16px;
  }
  .deposit__methods-item:last-child {
    margin-right: 32px;
  }
}
.deposit__methods-item input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.deposit__methods-item input:checked + .deposit__methods-icon {
  opacity: 1;
  visibility: visible;
}
.deposit__methods-item input:checked + .deposit__methods-icon + .deposit__methods-image img {
  opacity: 1;
}
.deposit__methods-item input:checked ~ img {
  opacity: 1;
}
.deposit__methods-item:hover img {
  opacity: 1;
}
.deposit__methods-item img {
  transition: opacity 0.25s ease;
  opacity: 0.7;
}

@media screen and (max-width: 740px) {
  .deposit-checkout {
    flex-direction: column;
  }
}
.deposit-checkout-total {
  flex: none;
  min-width: 140px;
  min-height: 48px;
  padding: 2px 24px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 2px solid #F2F5FA;
  border-radius: 16px;
  white-space: nowrap;
}
.deposit-checkout-total-value {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #313237;
}
.deposit-checkout-total-tip {
  margin-left: 4px;
  font-size: 20px;
  line-height: 24px;
}

.panel-body {
  padding: 0;
}

.links-show a {
  text-decoration: underline;
}
.links-show a:hover {
  color: #5374ff;
  text-decoration: none;
}

.this-link-show {
  text-decoration: underline;
  cursor: pointer;
}
.this-link-show:hover {
  text-decoration: none;
}

.pseudo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.pseudo-link_bold {
  font-weight: bold;
}

.pseudo-link:hover {
  color: #5374ff;
  border-bottom-color: #5374ff;
  text-decoration: none !important;
}

.pseudo-link::after {
  width: 124px;
  padding: 8px 5px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
}

.pseudo-link.type--copysuccess {
  color: green;
  border-bottom-color: green !important;
  background: 0 !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  border-color: #EFF2F7;
}
.table > :not(caption) > * {
  border-width: 1px 0;
}
.table > tbody > tr > td {
  border: 1px solid #EFF2F7;
}
.table > tfoot > tr > td {
  border: 1px solid #EFF2F7;
}
.table > thead {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.table > thead > tr > th {
  border: 1px solid #EFF2F7;
}
.table > thead > tr > th a {
  width: 100%;
  color: #7791ff;
  transition: color ease 0.3s;
  position: relative;
  display: block;
}
.table > thead > tr > th a:hover {
  color: #5374ff;
  text-decoration: none;
}
.table > thead > tr > th a.asc:before {
  opacity: 1 !important;
}
.table > thead > tr > th a.desc:after {
  opacity: 1 !important;
}
.table > thead > tr > th a[data-sort] {
  padding-right: 22px;
}
.table > thead > tr > th a[data-sort]:before {
  line-height: 16px;
  position: absolute;
  display: block;
  right: 0;
  bottom: 3px;
  opacity: 0.3;
  content: "↓";
}
.table > thead > tr > th a[data-sort]:after {
  line-height: 16px;
  position: absolute;
  display: block;
  right: 6px;
  opacity: 0.3;
  bottom: 3px;
  content: "↑";
}
.table > thead tr th {
  border-bottom: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table tr {
  background-color: transparent !important;
  border-color: inherit;
  border-style: solid;
}

.summary {
  margin-bottom: 16px;
}

@media screen and (max-width: 560px) {
  .resp-560 {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .developer__block {
    display: grid;
    gap: 32px;
  }
}

.sidebar-title {
  margin: 0;
}
.sidebar__nav {
  display: grid;
}
.sidebar__nav li {
  text-decoration: none;
}
.sidebar__nav li.active > a {
  text-decoration: none;
  background-color: #F2F5FA;
  color: #5374ff;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: default;
}
.sidebar__nav li a {
  font-weight: 600;
  line-height: 16px;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  transition: all ease 0.3s;
}
.sidebar__nav li a:hover, .sidebar__nav li a.active {
  text-decoration: none;
  background-color: #F2F5FA;
  color: #5374ff;
  padding: 12px 16px;
  border-radius: 8px;
}
.sidebar__nav li a.active {
  cursor: default;
}

#fn_developer__container {
  display: flex;
  align-items: self-start;
}

#fn_developer__side {
  position: relative;
  top: 0;
}

#fn_developer__menu {
  left: auto !important;
}

@media all and (max-width: 992px) {
  #fn_developer__container {
    display: block;
  }
  #fn_developer__side {
    height: auto !important;
  }
  #fn_developer__menu {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }
}
.developer__block pre {
  max-height: 230px;
}

@media screen and (max-width: 560px) {
  .product__stats {
    justify-items: start !important;
  }
}

.product__img-block {
  width: 100%;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 560px) {
  .product__img-block {
    display: flex !important;
    align-items: flex-start;
  }
}
@media screen and (max-width: 340px) {
  .product__img-block {
    gap: 8px;
  }
}
.product__img-block-game {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 740px) {
  .product__img-block-game {
    width: 100%;
  }
}

.product__img {
  min-width: auto;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .product__img {
    display: none;
  }
}
.product__img img {
  max-width: 176px;
  max-height: 176px;
  border-radius: 16px;
}
.product__img-game {
  min-width: auto;
}
@media screen and (max-width: 740px) {
  .product__img-game {
    display: grid;
    justify-items: center;
  }
}
.product__img-game img {
  max-width: 300px;
  width: 300px;
  max-height: 176px;
  border-radius: 16px;
}
@media screen and (max-width: 740px) {
  .product__img-game img {
    width: 282px;
  }
}

@media screen and (max-width: 560px) {
  .product__block {
    flex-direction: column;
  }
}
@media screen and (max-width: 740px) {
  .product__block-game {
    flex-direction: column;
  }
}
@media all and (max-width: 560px) {
  .product__block .account__item-label2_bestseller,
  .product__block .account__item-label2_top,
  .product__block .account__item-label2_hit,
  .product__block .account__item-label2_new {
    padding: 0 4px;
    vertical-align: middle;
    margin: 0;
  }
}

.product__main {
  flex: none;
  min-width: auto;
  width: 176px;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  .product__main {
    justify-items: start !important;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .product__main-game {
    width: 100%;
  }
}

.product__prop-list {
  width: 100%;
}
.product__prop-list-item {
  width: 100%;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #F2F5FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-size: 14px;
}
.product__prop-list-item-data {
  flex-direction: column;
  color: #747474;
  opacity: 0.6;
}
.product__prop-list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.product__prop-list-item_label {
  font-weight: 600;
  color: #747474;
  margin: 0;
}
.product__prop-list-item_value {
  font-weight: 800;
}
.product__prop-list-item img {
  max-width: 16px;
  max-height: 16px;
}

.product__prop-id {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #747474;
  text-align: center;
  opacity: 0.6;
}
.product__prop-id span {
  font-weight: 800;
}

.product__rating {
  display: flex;
  justify-content: center;
}

.discontinued-button {
  background-color: #6a6a6a; /* Тёмно-серый фон */
  color: #d9d9d9; /* Светло-серый текст */
  padding: 10px 20px; /* Отступы внутри кнопки */
  border-radius: 5px; /* Закругленные углы */
  border: none; /* Убираем рамку */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Тень */
  font-weight: bold; /* Жирный шрифт */
  cursor: not-allowed; /* Курсор в виде заблокированной стрелки */
  margin: 0 auto; /* Размещаем по центру */
}

.product__similar-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #313237;
  margin: 0;
}

.page__subblock {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #313237;
}

.product__info-block {
  width: 100%;
}

.product__info {
  min-width: 100%;
  background: #F2F5FA;
  border-radius: 16px;
  padding: 16px;
}
.product__info .text-warning {
  color: #996610 !important;
}
.product__info-additional {
  min-width: 100%;
  background: #f8faff;
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}
.product__info-additional-list {
  margin: -2px 0 -2px -8px !important;
}
.product__info-additional-list > li {
  margin: 1px 0 !important;
}
.product__info-additional p {
  margin: 0;
}
.product__info-additional p a {
  color: #5374ff;
}

.product-social-power-categories-title {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.product-social-power-categories-box {
  padding: 8px;
  position: relative;
  overflow: hidden;
  background: #f2f5fa;
  border-radius: 16px;
}
.product-social-power-categories-overflow {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.product-social-power-categories-overflow .modalbuy__toggle-categories-list {
  margin: -1px -1px 0 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (max-width: 882px) {
  .product-social-power-categories-overflow .modalbuy__toggle-categories-list {
    grid-template-columns: 1fr 1fr;
  }
}

.order__email {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #313237;
  margin: 0;
}

.pos-relative {
  position: relative;
}

.order__title {
  margin: 0;
  text-align: center;
}

.order__col {
  padding: 20px;
  width: 736px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .order__col {
    width: 100%;
  }
}

.order__card-items-block {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .order__card-items-block {
    flex-direction: column;
  }
  .order__card-items-block a {
    width: 100%;
  }
}

.order__card-item {
  width: 100%;
  padding: 16px 24px;
  border: 2px solid #F2F5FA;
  border-radius: 16px;
  display: grid;
  gap: 2px;
}
@media screen and (max-width: 992px) {
  .order__card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.order__card-item p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
}
.order__card-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #313237;
  margin: 0;
}

.order__product {
  text-align: center;
  margin: 0;
}
.order__product a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #313237 !important;
  width: 100%;
  transition: color ease 0.3s;
}
.order__product a:hover {
  text-decoration: none;
  color: #5374ff !important;
}

.card {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 2px 64px rgba(26, 29, 63, 0.13);
  transition: box-shadow 0.3s ease;
  border-radius: 16px;
}
.card-product {
  padding: 16px;
}
@media screen and (max-width: 778px) {
  .card-product {
    padding: 8px;
  }
  .card-product h3 {
    margin: 8px 0 0 8px;
  }
}
.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.card-highlight {
  box-shadow: 0 2px 34px 5px rgba(211, 191, 31, 0.25);
}

.order__card-field-value {
  width: 100%;
  height: 48px;
  line-height: 44px;
  display: block;
  padding: 0 18px;
  border: 2px solid #F2F5FA;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.12);
  border-radius: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  color: #444;
}

.d-flex {
  display: flex;
}

.flex-none {
  flex: none !important;
}

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

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}

.w-100 {
  width: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.mr-8 {
  margin-right: 8px;
}

.mt-16 {
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}

.ml-8 {
  margin-left: 8px;
}

.sc-rubl:after {
  content: "p";
  font-family: "ALSRubl", serif;
}

.sc-rubl > span {
  display: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  min-width: 340px;
  margin: 0;
  padding: 0;
  position: relative;
  font: 400 15px/1.2 "Manrope", sans-serif !important;
  color: #313237;
  background: #fff;
}

body.body--blocked-scroll {
  overflow: hidden;
}

@media all and (max-width: 771px) {
  body {
    font-size: 14px;
  }
}
a img {
  border: 0;
}

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

* {
  min-width: 0;
  min-height: 0;
}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  margin: 10px 0;
  padding: 0;
  font: 800 34px/1.2 "Manrope", Arial, Helvetica, sans-serif;
  color: #333;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 19px;
}

h6, .h6 {
  font-size: 17px;
}

@media all and (max-width: 1059px) {
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h3, .h3 {
    font-size: 21px;
  }
  h4, .h4 {
    font-size: 19px;
  }
  h5, .h5 {
    font-size: 17px;
  }
  h6, .h6 {
    font-size: 15px;
  }
}
@media all and (max-width: 772px) {
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}
ul,
ol,
li,
dl,
dt,
dd {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

input, textarea, select, button {
  font: normal 14px/1.2 "Manrope", Arial, Helvetica, sans-serif;
  color: #111;
  vertical-align: baseline;
}

label {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button {
  width: auto;
  height: auto;
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  box-shadow: none;
}

a.button {
  color: #fff;
  text-decoration: none;
}

.button,
.btn.btn-primary {
  outline: none;
  min-height: 44px;
  padding: 0 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #5374ff;
  border-radius: 34px;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: inset 0 0 0 3px transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button:hover,
.btn.btn-primary:hover {
  background: #6784fd;
}

.button:active,
.btn.btn-primary:active {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0);
}

.button[disabled],
.button.disabled,
.btn.btn-primary[disabled] {
  background-color: #eee;
  color: #222;
  cursor: default;
}

.button.bgs--gray {
  color: #313237;
  background: #f2f5fa;
}

.button.bgs--gray:hover {
  background: #e6f1ff;
}

.button.bgs--blue {
  color: #fff;
  background: #434f6c;
}

.button.bgs--blue:hover {
  background: #546282;
}

.button.bgs--red {
  color: #fff;
  background: #db3b29;
}

.button.bgs--red:hover {
  background: #e54d3c;
}

.button.bgs--link {
  background: 0;
  color: #1d1d25;
  text-decoration: underline;
}

.button.bgs--link:hover {
  color: #5374ff;
}

.button.btn--small,
.btn.btn--small {
  min-height: 39px;
  padding: 0 24px;
}

.button.btn--micro,
.btn.btn--micro {
  min-height: 34px;
  padding: 0 18px;
  font-size: 14px;
}

.button--ny-disabled {
  height: auto;
  min-height: auto;
  display: flex;
  padding: 5px 10px;
  position: relative;
  font-weight: bold;
  font-size: 11px;
  background: #989ba0;
}
.button--ny-disabled:after {
  position: absolute;
  content: "";
  background: no-repeat 0 0 url(../img/xmas/xmas-hat.png);
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  top: -4px;
  left: -19px;
  transform: rotate(-90deg);
}
.button--ny-disabled-off:after {
  top: -18px;
  left: -17px;
  transform: rotate(-24deg);
}

.bg-dark-green {
  background: #5a9508;
}

.form-group .control-label {
  width: 100%;
  display: block;
  text-align: left;
}

.form-group .help-block {
  margin: 6px 20px 0;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #e2112d;
  text-align: left;
}

.form-group .radio label,
.form-group .checkbox label {
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .form-group .control-label-empty_partner_dashboard {
    display: none !important;
  }
}

.hint-block {
  margin: 6px 20px 0;
  font-size: 13px;
  color: #535c6c;
}

/* helpers && Typography */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.font-16 {
  font-size: 16px;
}

.font-32 {
  font-size: 32px;
}

.pt-5 {
  padding-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.button-doted {
  text-decoration: none;
  border-bottom: 1px dashed #1e1d1d;
}

/* Checkbox - Check */
.input__check {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
}

.input__check input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  background: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.input__check-icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  background: #5374ff;
  transition: background-color 0.3s ease;
  border-radius: 50%;
}

.input__check-icon::after {
  width: 50%;
  height: 50%;
  content: " ";
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.input__check input:checked + .input__check-icon {
  background-color: #5374ff;
}

.input__check input:checked + .input__check-icon::after {
  opacity: 1;
}

.input__check input[type=radio] + .input__check-icon {
  border-radius: 50%;
  background-color: #f2f5fa;
}

.input__check input[type=radio]:checked + .input__check-icon {
  background-color: #5374ff;
}

.input__check-label {
  padding: 0 0 0 10px;
}

/* Input - Payments */
.input__payments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

.input__payments-item {
  width: 16.666666%;
  padding: 5px;
}

.input__payments-btn {
  padding: 5px;
  display: block;
  position: relative;
}

@media all and (max-width: 700px) {
  .input__payments-item {
    width: 33.333333%;
  }
}
.input__payments-btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  background: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.input__payments-btn .btn--icon {
  width: 79px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #f2f5fa;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s ease;
}

.input__payments-btn .btn--label {
  width: 100%;
  display: block;
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

.input__payments-btn input:checked + .btn--icon {
  box-shadow: 0 0 0 2px #5374ff;
}

.input__payments-btn input:checked + .btn--icon + .btn--label {
  font-weight: 800;
}

/* Form group */
.form__group.hidden {
  display: none;
}

.form__group[data-loader-frame] > * {
  opacity: 0.3;
  pointer-events: none;
}

.form__group[data-loader-frame] > .spinner-circle {
  opacity: 1;
}

.form__group[data-loader-frame]:before {
  background: 0;
}

.form__group.anim--opacity > * {
  transition: opacity 0.2s ease;
}

.form__group-product {
  margin: 0 0 30px 0;
  font-weight: 800;
  font-size: 17px;
  text-align: center;
}

@media all and (max-width: 772px) {
  .form__group-product {
    margin: 0 0 20px 0;
  }
}
.form__headlab {
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.form__groupeds {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -10px -10px 20px;
}

.form__groupeds-item {
  max-width: 50%;
  width: 50%;
  padding: 10px;
}

@media all and (max-width: 772px) {
  .form__groupeds {
    flex-direction: column;
  }
  .form__groupeds-item {
    max-width: 100%;
    width: 100%;
  }
  .form__group .form__headlab {
    margin-bottom: 5px;
  }
  .form__group .form__label {
    padding-bottom: 0;
  }
}
.form__notices {
  padding: 10px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
  color: #444;
  background: rgb(242, 245, 250);
  border-radius: 10px;
}

.form__group-item + .form__group-item {
  margin-top: 34px;
}

.form__group-cols {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -7px;
}

.form__group-col {
  padding: 7px;
}

.form__group-cols + .form__group-item {
  margin-top: 24px;
}

.form__label {
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 5px;
}

.form__group-submit {
  margin: 21px 0 0 0;
  text-align: center;
}

.form__group-submit.txt--left {
  text-align: left;
}

.form__group-submit.txt--right {
  text-align: right;
}

.form__group-submit .button {
  min-width: 91px;
  padding: 0 32px;
}

.form__group-submit .button.btn--small {
  min-width: 87px;
  padding: 0 24px;
}

.form__group-submit.buttons--dooble .button {
  margin: 0 10px;
}

.form__group-buttons {
  margin: 18px 0 0 0;
  text-align: center;
}

.form__group-buttons .button {
  margin: 4px;
}

.form__group-error {
  margin: 16px 0 0 0;
  font-size: 13px;
  color: #ed2a2a;
  text-align: center;
}

.form__group-error + .form__group-error {
  margin-top: -16px;
}

.form__group-error.hidden {
  display: none;
}

.form__group-error a {
  color: #ed2a2a;
  text-decoration: underline;
}

.form__group-error a:hover {
  text-decoration: none;
}

.form__group-info {
  margin: 16px 0 0 0;
  font-size: 13px;
  color: #5374ff;
  text-align: center;
}

.form__group-info.hidden {
  display: none;
}

.form__group-info a {
  color: #5374ff;
  text-decoration: underline;
}

.form__group-error a:hover {
  text-decoration: none;
}

.form__group-without {
  margin: 46px 0 0 0;
  text-align: center;
}

.form__group-without a {
  font-weight: 800;
  text-decoration: underline;
}

.form__group-without a:hover {
  text-decoration: none;
}

.form__auth-repass {
  font-size: 12px;
}

.form__auth-repass a {
  text-decoration: underline;
}

.form__auth-repass a:hover {
  text-decoration: none;
}

@media all and (max-width: 772px) {
  .form__group-col {
    width: 100%;
  }
}
/* Inputs */
.hidden,
.display-none {
  display: none;
}

.d-none,
.display-none-important {
  display: none !important;
}

/* PreInline */
.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.txt-center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-weight-400 {
  font-weight: 400;
}

.txt-strong,
.text-strong {
  font-weight: 600;
}

.txt-bold,
.text-bold {
  font-weight: 800;
}

.text-red {
  color: #a94442 !important;
}

.text-green {
  color: #88cc2a !important;
}

.text-blue {
  color: #5374ff !important;
}

.text-gray {
  color: #adb8c0 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.backgroud-red {
  background-color: #f2dede !important;
}

.backgroud-green-w {
  background-color: #f3faf2 !important;
}

.backgroud-green {
  background-color: #87cb2a !important;
}

.backgroud-blue {
  background-color: #5374ff !important;
}

.backgroud-gray {
  background-color: #f2f5fa !important;
}

.shadown {
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
}

.r-1 {
  border-radius: 5px !important;
}

.r-2 {
  border-radius: 10px !important;
}

.r-3 {
  border-radius: 15px !important;
}

.r-4 {
  border-radius: 20px !important;
}

.r-5 {
  border-radius: 25px !important;
}

.r-6 {
  border-radius: 50% !important;
}

.w-1 {
  width: 25px !important;
}

.w-2 {
  width: 50px !important;
}

.w-3 {
  width: 75px !important;
}

.w-4 {
  width: 100px !important;
  max-width: 100%;
}

.w-5 {
  width: 200px !important;
  max-width: 100%;
}

.w-6 {
  width: 300px !important;
  max-width: 100%;
}

.w-7 {
  width: 400px !important;
  max-width: 100%;
}

.w-8 {
  width: 500px !important;
  max-width: 100%;
}

.w-9 {
  width: 600px !important;
  max-width: 100%;
}

.w-10 {
  width: 700px !important;
  max-width: 100%;
}

.h-1 {
  height: 25px !important;
}

.h-2 {
  height: 50px !important;
}

.h-3 {
  height: 75px !important;
}

.h-4 {
  height: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.line-centered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

/* Grid */
.d-grid {
  display: grid;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.gap-4 {
  gap: 20px;
}

.grid--1 {
  grid-template-columns: 1fr;
}

.grid--1_1 {
  grid-template-columns: 1fr 1fr;
}

.grid--1_1_1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid--1_1_1_1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid--1_1_1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid--1_1_2 {
  grid-template-columns: 1fr 1fr 2fr;
}

.grid--1_3 {
  grid-template-columns: 1fr 3fr;
}

.grid--3_1 {
  grid-template-columns: 3fr 1fr;
}

.b-col {
  flex: 1 0;
}

@media all and (max-width: 1240px) {
  .grid--1_1_1_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 1040px) {
  .grid--1_1_1_1 {
    grid-template-columns: 1fr 1fr;
  }
  .grid--1_1_1 {
    grid-template-columns: 1fr 1fr;
  }
  .grid--1_1_1_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid--1_1_1 {
    grid-template-columns: 1fr 1fr;
  }
  .grid--1_1_2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media all and (max-width: 772px) {
  .grid--1,
  .grid--1_1,
  .grid--1_1_1,
  .grid--1_1_1_1,
  .grid--1_1_1,
  .grid--1_1_2,
  .grid--1_3,
  .grid--3_1 {
    grid-template-columns: 1fr;
  }
}
p {
  display: block;
  margin: 16px 0;
}

blockquote,
.blockquote {
  padding: 11px 10px;
  margin: 12px 0;
  border-left: 7px solid #ccc;
  font: 300 14px/1.3 Arial, Helvetica, sans-serif;
  color: #222;
  background: #eee;
  border-radius: 4px;
}

.blockquote-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.blockquote-success a {
  color: #3c763d;
}
.blockquote-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.blockquote-danger a {
  color: #a94442;
}

/* Next */
/* Next */
.idesc {
  line-height: 1.44;
  word-break: break-word;
}

.idesc a:link,
.idesc a:active,
.idesc a:visited {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: color 0.3s ease;
}

.idesc a:hover {
  border-bottom-color: #6784fd;
  color: #6784fd;
  text-decoration: none;
}

.idesc p {
  margin: 20px 0;
}

.idesc h1, .idesc .h1,
.idesc h2, .idesc .h2,
.idesc h3, .idesc .h3,
.idesc h4, .idesc .h4,
.idesc h5, .idesc .h5,
.idesc h6, .idesc .h6 {
  margin: 30px 0 12px 0;
}

.idesc ul {
  padding: 0;
  display: block;
  margin: 15px 10px 15px 10px;
  overflow: hidden;
}

.idesc ul:first-child {
  margin-top: 0;
}

.idesc ul:last-child {
  margin-bottom: 0;
}

.idesc ul > li {
  display: block;
  padding: 0 0 0 20px;
  margin: 10px 0;
  list-style: disc;
}

.idesc ul > li::before {
  content: "•";
  float: left;
  margin: -0.28em 0 0 -15px;
  font-size: 150%;
  color: #5374ff;
}

.idesc ul.star > li::before {
  content: "⭐";
  float: left;
  font-size: 86%;
  padding-top: 5px;
  padding-right: 4px;
}

.idesc.alert-danger ul > li::before {
  color: #ea6767;
}

.idesc ul > li:first-child {
  margin-top: 0;
}

.idesc ul > li:last-child {
  margin-bottom: 0;
}

.idesc ol {
  counter-reset: olCounter;
  padding: 0;
  list-style: none;
  display: block;
  margin: 15px 10px 15px 10px;
  overflow: hidden;
}

.idesc ol:first-child {
  margin-top: 0;
}

.idesc ol:last-child {
  margin-bottom: 0;
}

.idesc ol > li {
  display: block;
  padding: 0 0 0 32px;
  margin: 10px 0;
  list-style: none;
}

.idesc ol > li:first-child {
  margin-top: 0;
}

.idesc ol > li:last-child {
  margin-bottom: 0;
}

.idesc ol > li::before {
  counter-increment: olCounter;
  content: counters(olCounter, ".") ".";
  width: 26px;
  float: left;
  margin: 0 0 0 -32px;
  text-align: right;
  white-space: nowrap;
}

.idesc ol li > ol > li {
  padding-left: 36px;
}

.idesc ol li > ol > li::before {
  margin-left: -36px;
}

.idesc ol[start="2"] > li::before {
  counter-increment: olCounter 2;
}

.idesc ol[start="3"] > li::before {
  counter-increment: olCounter 3;
}

.idesc ol[start="4"] > li::before {
  counter-increment: olCounter 4;
}

.idesc ol[start="5"] > li::before {
  counter-increment: olCounter 5;
}

.idesc ol[start="6"] > li::before {
  counter-increment: olCounter 6;
}

.idesc ol[start="7"] > li::before {
  counter-increment: olCounter 7;
}

.idesc ol[start="8"] > li::before {
  counter-increment: olCounter 8;
}

.idesc ol[start="9"] > li::before {
  counter-increment: olCounter 9;
}

.idesc ol[start="10"] > li::before {
  counter-increment: olCounter 10;
}

.idesc ol[start="11"] > li::before {
  counter-increment: olCounter 11;
}

.idesc ol[start="12"] > li::before {
  counter-increment: olCounter 12;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
  margin: 5px 10px 10px 20px;
}

.idesc ul ul > li:first-child,
.idesc ul ol > li:first-child,
.idesc ol ol > li:first-child,
.idesc ol ul > li:first-child {
  margin-top: 0;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {
  margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child,
.idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {
  margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child,
.idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {
  margin-bottom: 0 !important;
}

.idesc table {
  width: 100%;
  margin: 12px 0;
  border: 0;
  border-collapse: collapse;
}

.idesc table td,
.idesc table th {
  padding: 6px 9px;
  border: 1px solid #b0bad9;
}

.idesc table tr:first-child td,
.idesc table th {
  font-weight: bold;
}

.idesc table tr:hover > td {
  background-color: rgba(0, 0, 0, 0.01);
}

.idesc--margin-none ul,
.idesc--margin-none ol,
.idesc--margin-none p {
  line-height: 1.34;
  margin: 10px 0;
}

@media screen and (max-width: 772px) {
  .idesc table {
    font-size: 13px;
  }
  .idesc table caption:empty {
    display: none;
  }
  .idesc table th,
  .idesc table td {
    font-size: inherit !important;
  }
  .idesc table td span,
  .idesc table td strong {
    font-size: inherit !important;
  }
}
@media screen and (max-width: 580px) {
  .idesc table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: hidden;
    overflow-x: auto;
  }
  .idesc table colgroup col {
    width: auto !important;
  }
  .idesc table th,
  .idesc table td {
    width: auto !important;
    height: auto !important;
  }
  .idesc tbody {
    min-width: 580px;
    display: block;
  }
}
.idesc img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.idesc .alert {
  margin: 15px 0;
}

.idesc .alert:first-child {
  margin-top: 0;
}

.idesc .alert:last-child {
  margin-bottom: 0;
}

/* Page - Static */
.page__content {
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
}
.page__content--static {
  width: 100%;
}

.page__content__advertising {
  width: 100%;
}

.page__content + .page__content {
  margin-top: 30px;
}

.page__content > h1 {
  margin: 0 0 15px 0;
}

.page__content .idesc ol li:before {
  font-weight: bold;
}

.page__content-mini {
  width: 570px;
}

/* Icons */
.ics {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.icon__btn-cart {
  width: 20px;
  height: 19px;
  background-image: url(../img/icons/ic-btn-cart.png);
}

.icon__btn-remove {
  width: 16px;
  height: 20px;
  background-image: url(../img/icons/ic-btn-remove.png);
}

.icon__btn-fav {
  width: 21px;
  height: 19px;
  background-image: url(../img/icons/ic-btn-fav.png);
}

.icon__btn-notify {
  width: 18px;
  height: 20px;
  background-image: url(../img/icons/ic-btn-notify.png);
}

.icon__btn-telegram {
  width: 18px;
  height: 20px;
  background-image: url(../img/icons/ic-btn-telegram.png);
}

.icon__btn-catalog {
  width: 18px;
  height: 20px;
  background-image: url(../img/icons/ic-btn-catalog.png);
}

.icon__btn-filter {
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/ic-btn-filter.png);
}

.icon__btn-download {
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/ic-btn-download.png);
}

.icon__btn-clipboard {
  width: 17px;
  height: 21px;
  background-image: url(../img/icons/ic-btn-clipboard.png);
}

.icon__btn-refresh {
  width: 19px;
  height: 21px;
  background-image: url(../img/icons/ic-btn-refresh.png);
}

.icon__link-howbuy {
  width: 16px;
  height: 15px;
  background-image: url(../img/icons/ic-link-howbuy.png);
}

.icon__link-reviews {
  width: 16px;
  height: 15px;
  background-image: url(../img/icons/ic-link-reviews.png);
}

.icon__link-complain {
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/ic-link-complain.png);
}

/* Lazy loader */
.bgs__src {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
}

.bgs__src[data-background-image] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bgs__src[data-background-image][data-loaded=true] {
  opacity: 1;
}

img.lozad[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img.lozad[data-src][data-loaded=true] {
  opacity: 1;
}

/*! PLUGIN :: nanoScrollerJS - v0.8.7 */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #bfc8d6;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #5374ff;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #4867ec;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #5374ff;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* PLUGIN :: RangeSlider */
.irs {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  z-index: 4;
  display: block;
  left: 0;
  width: 0;
  pointer-events: none;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-single, .irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs-line {
  z-index: 22;
}

.irs-grid-pol {
  width: 2px;
  height: 8px;
}

.irs-grid-pol.small {
  width: 1px;
  height: 6px;
}

.irs-grid-text {
  bottom: -8px;
  font-size: 12px;
}

.irs-with-grid .irs-grid {
  bottom: -12px;
}

.irs > .irs {
  height: 20px;
  display: block;
  position: relative;
  pointer-events: none;
}

.irs > .irs:after {
  width: auto;
  height: 12px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #f2f5fa;
  border-radius: 34px;
}

.irs-bar:after {
  width: auto;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  z-index: 2;
  background: #b2b8ff;
  border: 1px solid #b2b8ff;
}

.irs-slider.from,
.irs-slider.to {
  width: 20px;
  height: 14px;
  top: -1px;
  background: no-repeat center center #fff;
  border: 1px solid #b2b8ff;
  transition: border-color 0.3s ease;
  border-radius: 14px;
  cursor: pointer;
  z-index: 28;
}
.irs-slider.from:hover,
.irs-slider.to:hover {
  border-color: #5475ff;
}
.irs-slider.from::before,
.irs-slider.to::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

@media screen and (max-width: 992px) {
  .field-prices {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.field-prices .irs-min,
.field-prices .irs-max {
  display: none;
}

.field-prices .irs-from,
.field-prices .irs-to,
.field-prices .irs-single {
  height: 20px;
  line-height: 20px;
  top: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}

.irs-bar {
  height: 20px;
  top: 0;
}

.irs-line {
  height: 20px;
  top: 0;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  height: 20px;
}

.irs-slider.single {
  width: 20px;
  height: 20px;
  top: -3px;
  background: #5374FF;
  border-radius: 50%;
  cursor: pointer;
  z-index: 28;
}

/* PLUGIN :: Loader */
[data-loader-frame] {
  position: relative;
}

[data-loader-frame]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.39);
  z-index: 100;
  cursor: wait;
}

.spinner-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.custom-loader {
  height: 4px;
  width: 130px;
  display: block;
  background: linear-gradient(to right, rgb(118, 109, 244) 0%, rgb(118, 109, 244) 100%), linear-gradient(to right, rgb(118, 109, 244) 0%, rgb(118, 109, 244) 100%), #E4E4ED;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  border-radius: 34px;
  animation: p6 1.5s infinite;
}

@keyframes p6 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
/* Wrap */
.wraps {
  min-width: 340px;
  max-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}

.wraps > div {
  flex: 0 0 auto;
}

.wraps > .alert-wrap,
.wrapper {
  width: 1420px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.readonly-label {
  pointer-events: none;
}

@media all and (max-width: 1480px) {
  .filter__col {
    width: unset !important;
  }
  .wraps > .alert-wrap,
  .wrapper {
    width: 1220px;
  }
}
@media screen and (max-width: 992px) {
  .filter__col {
    width: 100% !important;
  }
}
@media all and (max-width: 1340px) {
  .wraps > .alert-wrap,
  .wrapper {
    width: 1120px;
  }
}
.button__scrollup {
  box-shadow: 0 0 5px #e5dede;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 7;
  right: 10px;
  bottom: 28px;
  border-radius: 6px;
  opacity: 0;
  background: #5374ff;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-bottom: 30px;
}
.button__scrollup:before {
  filter: invert(1) brightness(200%);
  content: url(../img/icons/ic-btn-scrollup.png);
  width: 16px;
  height: 16px;
}

.button__scrollup:hover {
  box-shadow: 0 0 5px #5374ff;
}

.button__scrollup.type--show {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 560px) {
  .button__scrollup {
    width: 40px;
    height: 40px;
    right: 8px;
    background-size: 30% auto;
    margin-bottom: 70px;
  }
}
/* Side FLY */
body[data-dropshow] {
  overflow: hidden;
}

.body--show-layer .sidefly__layer,
body[data-dropshow] .sidefly__layer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Fix talk z-index */
.body--mobile-menu-open .online-chat-root-TalkMe #supportTrigger,
.body--mobile-profile-open .online-chat-root-TalkMe #supportTrigger,
.body--mobile-filter-open .online-chat-root-TalkMe #supportTrigger,
.body--modal-open .online-chat-root-TalkMe #supportTrigger,
.body--show-layer .online-chat-root-TalkMe #supportTrigger {
  z-index: 20 !important;
}

body[data-dropshow] .sidefloat {
  transform: scale(1, 1);
}

.sidefly__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7769;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
}

.sidefly {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7775;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease, opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.sidefly.modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.sidefly__close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 773;
}

.sidefloat {
  width: 736px;
  max-width: 100%;
  height: auto;
  padding: 32px;
  position: relative;
  z-index: 779;
  background: #fff;
  border-radius: 20px;
  transition: transform 0.43s ease, opacity 0.43s ease, visibility 0.43s ease;
  display: grid;
  gap: 24px;
  transform: scale(0.88, 0.88);
}
@media all and (max-width: 772px) {
  .sidefloat {
    padding: 20px;
  }
}

.body--modal-open {
  overflow: hidden;
}

.body--modal-open .sidefly__layer {
  opacity: 1;
  visibility: visible;
}

.body--modal-open .modal--open .sidefloat {
  transform: scale(1, 1);
}

.sidefly__btn-close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 75;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 772px) {
  .sidefly__btn-close {
    right: 22px;
    top: 22px;
  }
}

.sidefly__btn-close:hover {
  color: #db3b29;
}

.sidefly__btn-close::after {
  content: "✖";
}

.sidefly__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #313237;
}
.sidefly__header-small {
  padding-right: 26px;
  font-size: 16px;
  line-height: 1.3;
}
.sidefly__header-fly-info {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 84px;
  opacity: 0.05;
  z-index: -1;
  color: blue;
}
.sidefly__header a {
  color: inherit;
}
.sidefly__header a span {
  transition: color 0.3s ease;
}
.sidefly__header a:hover {
  text-decoration: none;
}
.sidefly__header a:hover span {
  color: #5374ff;
}

.sidefly__scl-title {
  margin: 0 0 6px 0;
  text-align: center;
}

.sidefly__scl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidefly__scl a {
  margin: 0 9px;
  text-decoration: none;
}

.sidefly__scl img {
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.sidefly__scl a:hover img {
  opacity: 0.8;
}

.sidefloat .sidefly__form {
  max-width: 292px;
  margin: 0 auto;
}

/* Side FLY - RecoveryPassword */
.form__repass-desc {
  margin: 0 0 21px 0;
  line-height: 1.16;
  text-align: center;
}

.form__repass-desc .desc--spam {
  font-weight: bold;
}

.form__repass-icon {
  margin: 0 0 31px 0;
  text-align: center;
}

/* Side FLY - Checkout */
.checkout__middle-total {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout__total {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.checkout__total_old, .checkout__total_promocode, .checkout__total_commission {
  display: none;
}

.checkout__total:after {
  flex: 1;
  order: 2;
  width: auto;
  height: 2px;
  content: " ";
  display: block;
  overflow: hidden;
  border-top: 1px dotted #C6CAD0;
}

.checkout__total-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #313237;
  margin-right: 8px;
}
.checkout__total-label_old {
  color: #878787;
}
.checkout__total-label_discount {
  display: none;
}
.checkout__total-label_promocode {
  color: green;
}

.modalbuy__form[data-promocode-apply] .modalbuy__discount-block {
  display: block;
}
.modalbuy__form[data-promocode-apply] .checkout__total_old, .modalbuy__form[data-promocode-apply] .checkout__total_promocode, .modalbuy__form[data-promocode-apply] .checkout__total_commission {
  display: flex;
}
.modalbuy__form[data-promocode-apply] .checkout__total-label_normal {
  display: none;
}
.modalbuy__form[data-promocode-apply] .checkout__total-label_discount {
  display: block;
}
.modalbuy__form[data-promocode-apply][data-commission="0"] .checkout__total_commission {
  display: none;
}
.modalbuy__form[data-promocode-apply] .checkout__total-tip {
  display: none !important;
}

.checkout__total-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #313237;
  order: 3;
  margin-left: 8px;
}
.checkout__total-value_promocode {
  color: green;
}
.checkout__total-value_old {
  position: relative;
  color: #878787;
}
.checkout__total-value_old::after {
  width: auto;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  margin: -1px 0 0 0;
  background: #c95050;
}
.checkout__total-value-crypto-symbol {
  opacity: 0.8;
}

.modalbuy__form .checkout__btn-pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 772px) {
  .modalbuy__form .checkout__btn-pay {
    order: -1;
  }
}

.control__shop {
  margin: 11px 0;
  text-align: center;
}

.control__shop-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.control__shop-switch .input__switch {
  margin-right: 12px;
}

.control__shop-switch .switch--txt a {
  text-decoration: underline;
}

.control__shop-switch .switch--txt a:hover {
  text-decoration: none;
}

.checkout__btn-pay {
  min-width: 114px;
}

.checkout__btn-cancel {
  min-width: 114px;
}

.checkout__promocode {
  margin: 12px 0 0 0;
}

.control__shop.promocode--show .checkout__promocode {
  display: block;
}

@media all and (max-width: 872px) {
  .sidefly {
    padding: 25px 5px;
  }
}
.btn--counter {
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: " ";
  display: block;
  position: absolute;
  left: 1px;
  bottom: -4px;
  font-size: 13px;
  text-align: center;
  background: #5374ff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.button.type--add .btn--counter {
  opacity: 1;
}

@media all and (max-width: 1219px) {
  .header__logo {
    margin-right: 28px;
  }
  .header__center {
    left: 380px;
    right: 334px;
  }
}
/* Main - Banka */
.main__banka {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 20px;
}
.main__banka-position-bottom {
  padding-top: 35px;
}
.main__banka-large {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.main__banka-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main__banka-foots {
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
}
.main__banka-foots a {
  text-decoration: underline;
  opacity: 0.3;
}
.main__banka-foots a:hover {
  opacity: 1;
}
.main__banka-list {
  width: 1400px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .main__banka-list {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .main__banka-list {
    gap: 10px;
  }
}
@media screen and (max-width: 710px) {
  .main__banka-list {
    flex-direction: column;
  }
}
.main__banka-list-item {
  flex: 1 0;
  display: block;
  padding: 7.143% 0 0 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 710px) {
  .main__banka-list-item {
    padding: 14.493% 0 0 0;
  }
}
.main__banka-list-item--large {
  padding: 11.112% 0 0 0;
}
@media screen and (max-width: 710px) {
  .main__banka-list-item {
    flex: none;
    width: 100%;
  }
}
.main__banka-list-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}

/* Main - Filter */
.filter {
  margin: 0 0 26px 0;
}

.filter--collapsed-mobile .filter__toggle-controls {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .filter--collapsed-mobile .filter__toggle-controls {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .filter--collapsed-mobile .filter__toggle-block {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .filter--collapsed-mobile.show--toggles .filter__toggle-block {
    display: block;
  }
}

.filter__section {
  flex: none;
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  background: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #D5DAE3;
}

.filter__more {
  flex: none;
}

.filter__toggles {
  flex: none;
  max-height: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.filter__toggles-main {
  padding-top: 16px;
}

.filter__toggles.show--toggles {
  max-height: none;
  padding-bottom: 20px;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.flex-wrap {
  flex-wrap: wrap;
}

.filter__row {
  display: flex;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .filter__row {
    flex-wrap: wrap;
  }
}

.filter__short_filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .filter__short_filter {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 772px) {
  .filter__short_filter {
    grid-template-columns: 1fr 1fr;
  }
  .filter__short_filter .input__switch-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 472px) {
  .filter__short_filter {
    grid-template-columns: 1fr;
  }
  .filter__short_filter .filter__header_empty {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .filter__srchbtn-main {
    margin: 0 !important;
  }
}

.filter__col {
  width: 100%;
}
.filter__col_filter_short {
  flex: 1 0;
}
@media screen and (max-width: 772px) {
  .filter__col_filter_short {
    flex: none;
    width: 100%;
  }
}
.filter__col_filter_short_controls {
  flex: none;
  width: auto;
}

/*.filter__col-label {margin:0 0 10px 0; font-weight: 400; color: #323743;}
.filter__col-label[data-disabled] {opacity: 0.3;}*/
.font-size-14 {
  font-size: 14px;
}
.font-size-12 {
  font-size: 12px;
}

.filter__bottom {
  text-align: center;
  display: flex;
  gap: 16px;
}

.filter__bottom-desk {
  text-align: center;
  display: flex;
  gap: 16px;
}

.filter__button-allshow {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
  position: relative;
}
.filter__button-allshow span {
  white-space: nowrap;
}
.filter__button-allshow .btn--new-filter-update {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #5374ff;
  border-radius: 50%;
  cursor: help;
}
.filter__button-allshow .btn--new-filter-update::before {
  width: 18px;
  height: 18px;
  content: " ";
  display: block;
  background: no-repeat center center url("../img/icons/icon-info.svg");
  background-size: 16px;
  filter: brightness(10);
}
.filter__button-allshow.current .btn--new-filter-update {
  display: none;
}
@media screen and (max-width: 992px) {
  .filter__button-allshow span {
    font-size: 13px;
  }
}

.filter__button-allshow:hover {
  opacity: 0.7;
}

.filter__button-allshow .btn--hidelabel {
  display: none;
}

.filter__button-allshow.current .btn--label {
  display: none;
}

.filter__button-allshow.current .btn--hidelabel {
  display: inline-block;
}

.filter__button-allshow .icon__btn-filter {
  margin-right: 6px;
}

.filter__button-allshow::after {
  content: ">";
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
  transform: rotate(90deg);
}

.filter__button-allshow.current::after {
  content: "<";
}

.catalog__filter .filter__row {
  flex-direction: column;
}

@media all and (max-width: 759px) {
  .filter.filter--main .filter__col {
    width: 100%;
  }
}
/* Content */
.wraps > div.content__full {
  flex: 1;
  position: relative;
}

.content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}
@media all and (max-width: 759px) {
  .content__header {
    flex-direction: column;
    align-items: normal;
    gap: 8px;
  }
}
.content__header .content__title {
  margin-bottom: 0;
}
@media all and (max-width: 759px) {
  .content__header .content__title {
    order: 12;
  }
}
.content__header--justify-start {
  justify-content: flex-start;
}
.content__header--justify-start .content__title-left {
  flex: none;
}

.content__title {
  margin-bottom: 16px;
  display: grid;
  flex-wrap: wrap;
}

.content__title .title--main {
  flex: 1;
  margin: 0 4px 0 0;
  font-size: 28px;
  font-weight: 800;
}

.content__title .title--label {
  font-weight: 400;
  font-size: 19px;
}

.content__title-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media all and (max-width: 759px) {
  .content__title-left {
    order: 13;
  }
}

.content__title-right {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media all and (max-width: 759px) {
  .content__title-right {
    order: 14;
    justify-content: flex-start;
    gap: 8px;
  }
}

@media all and (max-width: 759px) {
  .content__title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 38px;
  }
  .content__title .title--label {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media all and (max-width: 559px) {
  .content__title {
    margin-bottom: 28px;
  }
}
/* FloatFly Block */
.floatfly__block-without {
  width: auto;
  height: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: -22px 0 0 -115px;
  z-index: 876;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.floatfly__block-without .wrapper {
  height: 0;
}

.floatfly--show .floatfly__block-without {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.floatfly__block {
  width: 80px;
  position: relative;
  background: #f2f5fa;
  border-radius: 12px;
}

.selectfly__label {
  height: 44px;
  padding: 0 0 0 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
  border-radius: 12px;
  cursor: pointer;
}

.selectfly__label:hover img {
  opacity: 0.7;
}

.selectfly__label::after {
  width: 26px;
  height: 26px;
  line-height: 26px;
  content: ">";
  display: block;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 50%;
  margin: -13px 0 0 0;
  font-weight: 800;
  font-size: 19px;
  color: #a5b2bf;
  transform: rotate(90deg);
}

.selectfly__toggles {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: -20px 0 0 0;
  z-index: 3;
  pointer-events: none;
  transition: max-height 0.3s ease;
}

.toggle--open .selectfly__toggles {
  max-height: 220px;
  pointer-events: auto;
}

.toggle--open .selectfly__label::after {
  content: "<";
}

.selectfly__drop {
  width: 100%;
  padding: 20px 16px 11px;
  background: #f2f5fa;
  border-radius: 0 12px 12px 12px;
}

.selectfly__drop .scrollbar-inner {
  max-height: 172px;
}

.selectfly__option {
  flex: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.selectfly__option img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.3s ease;
}

.selectfly__option:hover img {
  opacity: 0.7;
}

.selectfly__item + .selectfly__item {
  margin-top: 10px;
}

@media all and (max-width: 1180px) {
  .floatfly__block-without {
    display: none;
  }
}
/* Sections */
.section__item {
  margin: 0 0 60px 0;
}

.section__box {
  padding: 0 30px;
  position: relative;
}

.section__box.bgs--topshadow {
  padding-top: 30px;
}

.section__box.bgs--topshadow::after {
  width: auto;
  height: 204px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 -24px 64px 2px rgba(26, 29, 63, 0.13);
}

.section__box.bgs--topshadow::before {
  width: auto;
  height: 284px;
  content: " ";
  display: block;
  position: absolute;
  left: -70px;
  right: -70px;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.section__box.bgs--shadow {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section__box.bgs--shadow::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
}

.section__header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.section__header > div {
  flex: 1 0;
}
.section__header span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7B7C84;
}
.section__header img {
  flex: none;
  pointer-events: none;
  max-width: 48px;
  max-height: 48px;
}

.filter-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .filter-title {
    flex-direction: column;
    gap: 16px;
  }
  .filter-title .section__title {
    width: 100%;
  }
  .filter-title .filter__bottom {
    width: 100%;
  }
}

.section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #313237;
  word-break: break-word;
}

.section__title-append {
  color: #313237;
  opacity: 0.3;
}

.section__category {
  flex: none;
  display: flex;
  align-items: center;
}

.section__category img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  margin: 0 14px 0 0;
}

.section__category-label {
  font-weight: 800;
  font-size: 19px;
}

.more-products {
  text-align: center;
}

.more-products a {
  border-bottom: 1px dashed #030303;
  text-decoration: none;
}

@media all and (max-width: 959px) {
  .section__box {
    padding: 0;
  }
  .section__box.bgs--topshadow::before,
  .section__box.bgs--topshadow::after {
    left: -30px;
    right: -30px;
    border-radius: 0;
  }
  .section__box.bgs--shadow {
    padding: 15px 10px;
    margin: 0 -10px;
  }
  .section__box.bgs--shadow::after {
    border-radius: 0;
  }
  .section__title {
    font-size: 22px;
  }
  .section__category-label {
    font-size: 15px;
  }
}
/* Product - animate */
[data-fly] {
  -moz-transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.anim__tremor {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}

@keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
/* Product - Element */
.product__controls {
  display: flex;
  align-items: center;
}

.product__controls.control--download {
  width: auto;
}

.product__controls-btn {
  min-height: 39px;
  padding: 12px 16px !important;
}

.product__controls-btn + .product__controls-btn {
  margin-left: 10px;
}

.product__controls-btn.btn--download {
  min-width: 107px;
}

.product__controls-btn.btn--cart {
  min-width: 41px;
  padding: 0;
}

.product__controls-btn.btn--remove {
  min-width: 22px;
  padding: 0;
  background: 0;
  border-radius: 0;
}

.product__controls-btn.btn--buy {
  flex: 1;
}

.product__controls-btn.btn--outstock {
  flex: 1;
  padding: 0 3px;
  font-size: 13px;
  background: #adb8c0;
}

.product__controls-btn.btn--outstock:hover {
  background: #a0a8af;
}

.product__controls-available {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.product__controls-available-status {
  font-weight: bold;
  color: darkred;
  text-align: center;
}
.product__controls-available .product__controls-btn {
  margin: 0;
  display: block;
}

body a.product__controls-btn.btn--subscription {
  min-height: 34px;
  padding: 4px 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  body a.product__controls-btn.btn--subscription br {
    display: none;
  }
}

.product__controls-fav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product__controls-blacklist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__props {
  display: flex;
  flex-wrap: wrap;
}

.product__props dd {
  display: inline-block;
  vertical-align: top;
  margin: 8px 15px 0 0;
}

.product__props dd a {
  text-decoration: none;
}

.product__props dd img {
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.product__props dd a:hover img {
  opacity: 0.6;
}

.product__btn-fav {
  height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #db3b29;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.product__btn-fav:hover {
  background-color: #e54d3c;
}

.product__btn-fav .btn--label {
  display: block;
}

.product__btn-fav .btn--hidelabel {
  display: none;
  color: #1f1f1f;
}

.product__btn-fav .icon__addfav {
  width: 21px;
  height: 19px;
  margin: 0 15px 0 0;
  background: no-repeat center center url(../img/icons/ic-btn-addfav.png);
  z-index: 7;
  cursor: pointer;
  transition: filter 0.3s ease;
  filter: brightness(10);
}

.product__btn-fav.fav--add {
  background-color: #f7f7f7;
}

.product__btn-fav.fav--add .icon__addfav {
  filter: brightness(1);
}

.product__btn-fav.fav--add .btn--hidelabel {
  display: block;
}

.product__btn-fav.fav--add .btn--label {
  display: none;
}

.product__cost .cost--label {
  margin: 0 0 4px 0;
}

.product__cost .cost--nowvalue {
  font-weight: 800;
  font-size: 27px;
}

.product__cost .cost--oldvalue {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 1px 0 0 0;
  color: #db3b29;
}

.product__cost .cost--oldvalue::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #db3b29;
}

.button__product-allshow {
  margin: 18px 0 0 0;
  text-align: center;
}

.button__allshow,
.button__moreshow {
  min-height: 39px;
  padding: 0 16px;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-weight: 800;
  background: #f2f5fa;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

a.button__allshow,
a.button__moreshow {
  text-decoration: none !important;
}

.button__allshow::after,
.button__allshow::before {
  content: ">";
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
  transform: rotate(90deg);
}

.button__allshow .btn--label {
  padding: 0 25px;
  position: static !important;
}

.button__allshow .btn--label[data-loader-frame]:before {
  background-color: #f2f5fa;
  border-radius: 12px;
}

.button__allshow:hover,
.button__moreshow:hover {
  background: #e7edf9;
}

.button__moreshow {
  min-width: 200px;
  gap: 0 12px;
}

.button__moreshow::after {
  content: ">";
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
}

.product__no-result {
  margin-bottom: 50px;
  text-align: center;
  color: #878787;
}

.product__similar-all:hover {
  text-decoration: none;
}

[data-tips] {
  position: relative;
}

.hidden--black-friday .black-friday {
  display: none !important;
}

.black-friday {
  display: none;
  z-index: 3;
  margin-bottom: 10px;
}
.black-friday__close {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
}
.black-friday__close svg {
  pointer-events: none;
}
@media screen and (max-width: 772px) {
  .black-friday__close {
    width: 24px;
    height: 24px;
    top: -8px;
    right: -8px;
    background: #0E0E0E;
    border-radius: 50%;
  }
}
.black-friday-bonus {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFBB00;
  margin: 0;
}
.black-friday p {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.black-friday .btn-black-friday-deposit {
  padding: 8px 8px 8px 12px;
  gap: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) and (min-width: 772px) {
  .black-friday {
    position: relative;
    width: 100%;
    display: flex;
    height: 64px;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 24px 0px 124px;
    background: linear-gradient(98.13deg, #0E0E0E 16.32%, #393939 63.02%, #0E0E0E 102.92%);
    border-radius: 16px;
  }
  .black-friday img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .black-friday img:first-child {
    left: 12px;
  }
  .black-friday img:last-child {
    display: none;
  }
}
@media screen and (max-width: 772px) {
  .black-friday {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 96px;
    background: linear-gradient(98.13deg, #0E0E0E 16.32%, #393939 63.02%, #0E0E0E 102.92%);
    border-radius: 16px;
    text-align: center;
  }
  .black-friday img {
    position: absolute;
  }
  .black-friday img:first-child {
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
  .black-friday img:last-child {
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.deposit-black-friday .alert {
  margin-bottom: 10px !important;
}
.deposit-black-friday-countdown {
  padding: 12px 0 0 0;
  margin: 12px -15px 0;
  border-top: 1px solid #faebcc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 532px) {
  .deposit-black-friday-countdown {
    flex-direction: column;
  }
}
.deposit-black-friday-countdown-timer {
  min-width: 244px;
  max-width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #766400;
  text-align: left;
}
@media screen and (max-width: 532px) {
  .deposit-black-friday-countdown-timer {
    text-align: center;
  }
}

.features-block [data-tips]::after {
  bottom: unset;
  top: 100%;
  margin-bottom: 0;
  margin-top: 16px;
}
.features-block [data-tips]::before {
  top: 100%;
  margin-top: 7px;
  transform: rotate(180deg) translateX(50%);
}

[data-tips]::after {
  content: attr(data-tips);
  min-width: 230px;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 25px 8px 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 17px;
  color: #fff;
  background: rgba(49, 50, 55, 0.8);
  border-radius: 34px;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

[data-tips]::before {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: " ";
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(49, 50, 55, 0.8);
  border-bottom: 0 solid rgba(49, 50, 55, 0.8);
  border-left: 9px solid transparent;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

[data-tips]:hover::after,
[data-tips]:hover::before {
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 772px) {
  [data-tips]::after,
  [data-tips]::before {
    display: none;
  }
}
.account__item-title [data-tips]::after {
  left: 0;
  transform: none;
}

.account__item-title [data-tips]::before {
  left: 192px;
  transform: none;
}

.products__paginator {
  position: relative;
  margin: 62px 0 0 0;
  text-align: center;
  z-index: 5;
}

.button__product-pagload {
  min-width: 145px;
}

/* Catalog Products - Header */
.catalog-header {
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.catalog__title + .catalog-header {
  margin: -30px 0 0 0;
}

.catalog-header__left {
  flex: 1 0;
}

.catalog-header__props {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 143px 16px 0;
}
.catalog-header__props-item {
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.catalog-header__props_price {
  min-width: 110px;
}

/* Products - Accounts */
.account__item {
  padding: 8px 8px 8px 16px;
  border-radius: 16px 32px 32px 16px;
  position: relative;
  display: flex;
  align-items: center;
  background: #F2F5FA;
  justify-content: space-between;
  gap: 16px;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 778px) {
  .account__item .product__controls-btn .icon {
    display: none;
  }
}
.account__item:hover {
  background-color: #ebeff7;
}

.purchases .account__item {
  margin-bottom: 10px;
}

.accounts__items {
  display: grid;
  gap: 8px;
}

.accounts__items.items--splice .account__item:first-child:last-child {
  border-radius: 20px;
}

.accounts__items.items--splice .account__item + .account__item {
  margin-top: 0;
}

.account__item-group {
  width: 100%;
}

.account__items.items--block .account__item {
  padding: 18px 17px;
  flex-wrap: wrap;
  flex-direction: column;
}

.account__items.items--block .account__item-main,
.account__items.items--block .account__item-middle {
  flex: none;
  width: 100%;
}

.account__items.items--block .account__item-middle {
  height: 38px;
  margin: 24px 0 0 0;
}

.account__items.items--block .product__controls {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.account__item-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.account__item-image {
  width: 32px;
  height: 32px;
  position: relative;
  flex: none;
}
.account__item-image a img {
  width: 100%;
}

.account__item-from-api {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 10.5px;
  color: #fff;
  background: #676b76;
  border-radius: 34px 0 0 34px;
}
.account__item-from-api-value {
  width: 32px;
  height: 24px;
  line-height: 24px;
  padding: 1px 0 0 0;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(-90deg);
}

.account__item-image-src {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.account__item-title {
  word-break: break-word;
}

.account__item-title .txt--cut {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account__item-title a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  color: #525564;
  transition: color 0.3s ease;
  text-decoration: none;
}
.account__item-title a:visited {
  color: #9b9ea5;
}
.account__item-title a:visited .account__item-label2_top {
  background-color: rgb(209, 196, 126);
}
.account__item-title a:visited .account__item-label2_new {
  background-color: #878787;
}
.account__item-title a > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}
.account__item-title a > span .account__item-label2_bestseller,
.account__item-title a > span .account__item-label2_top,
.account__item-title a > span .account__item-label2_hit,
.account__item-title a > span .account__item-label2_new {
  margin-right: 5px;
}
.account__item-title a > span.account__badge-fast {
  line-height: 16px;
  font-size: 11px;
}
.account__item-title a:hover {
  color: #5374ff;
}

.account__badge-fast {
  color: #030601;
  font-weight: 500;
  line-height: 16px;
  font-size: 11px;
  padding: 1px 10px;
  display: block;
  margin: 3px 0 0 0;
  background: linear-gradient(90deg, rgba(84, 117, 255, 0.16) 0%, rgba(84, 117, 255, 0.08) 100%);
  border-radius: 10px;
}
.account__badge-fast:before {
  width: 14px;
  height: 14px;
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin: 1px 3px 0 0;
  background: no-repeat center center url("../img/icons/icon-product-fast.svg");
  background-size: 100% 100%;
}

.account__item-middle {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
  flex: none;
}

.account__item-prop-icon_status {
  width: 36px;
  height: 32px;
  display: block;
  position: relative;
}
.account__item-prop-icon_status img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: 34px;
}

.product__propval {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #313237;
  background: #FFFFFF;
  border-radius: 32px;
  padding: 8px 10px;
  min-width: 88px;
}
.product__propval.propval_price {
  min-width: 110px;
}
.product__propval_show_mobile {
  display: none;
}
.product__propval_id {
  min-width: 108px;
  position: relative;
  background: rgba(67, 79, 108, 0.1);
}
.product__propval_qty {
  position: relative;
  background: rgba(67, 79, 108, 0.1);
}
.product__propval_date:first-letter {
  text-transform: capitalize;
}
.product__propval_replaced {
  background: #d9534f;
}
.product__propval_api {
  position: relative;
  padding-left: 24px;
}
@media all and (min-width: 780px) {
  .product__propval_date {
    min-width: 138px;
  }
}
@media all and (max-width: 779px) {
  .product__propval_show_pc {
    display: none;
  }
  .product__propval_show_mobile {
    display: block;
  }
}

.product__propval-btn {
  display: flex;
}
.product__propval-btn a {
  max-height: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  min-width: 88px;
  color: #313237 !important;
  background: #FFFFFF;
  border-radius: 32px;
  padding: 8px 16px;
  transition: background-color ease 0.3s, color ease 0.3s;
}
.product__propval-btn a:hover {
  color: white !important;
  text-decoration: none;
  background-color: #5374ff;
}

.product__propval + .product__propval {
  margin-left: 26px;
}

.account__item-oneprice {
  min-width: 60px;
}

.account__item-oneprop {
  min-width: 76px;
}

.account__boxs {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -29px;
}

.account__box {
  width: 50%;
  padding: 10px 29px;
}

.account__item-quantity {
  margin: 0 60px 0 0;
}

.account__item-quantity::after {
  white-space: nowrap;
  margin-left: -40px;
}

.account__item-quantity .field__quantity {
  width: 81px;
  height: 38px;
  border: 0;
  font-weight: 800;
  font-size: 19px;
  color: #313237;
  text-align: center;
  background: #fff;
  border-radius: 34px;
  -moz-appearance: textfield;
}

.account__item-quantity .field__quantity::-webkit-inner-spin-button,
.account__item-quantity .field__quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button__catalog-allshow {
  margin: 18px 0 0 0;
  text-align: center;
}

.button__catalog-allshow .button {
  min-width: 200px;
  min-height: 40px;
  border-radius: 12px;
}

@keyframes animate-replaced-rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.account__item-button-detail_replaced {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  animation: animate-replaced-rotating 8s linear infinite;
}
@media all and (max-width: 772px) {
  .account__item-button-detail_replaced {
    left: 10px;
    top: 50%;
    margin: -11px 0 0 0;
  }
}

@media all and (min-width: 559px) and (max-width: 959px) {
  /*.account__item {flex-wrap: wrap;}*/
  /*.account__item-main {flex:none; width: 100%; margin: 0 0 15px 0;}*/
  /*.account__item .product__controls {position: absolute; right: 28px; bottom: 13px;}*/
}
@media all and (max-width: 1059px) {
  .account__box {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  .account__item {
    padding: 18px 17px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .account__item-middle {
    justify-content: space-between;
  }
  .account__item-main,
  .account__item-middle {
    flex: none;
    width: 100%;
  }
  .product__propval {
    font-size: 13px;
  }
  .product__propval + .product__propval {
    margin-left: 14px;
  }
}
@media screen and (max-width: 360px) {
  .product__propval {
    min-width: 48px !important;
  }
  .product__controls {
    width: unset !important;
  }
  .product__controls button {
    font-size: 14px !important;
  }
  .product__controls {
    width: 100%;
  }
}
@media all and (max-width: 558px) {
  .account__item {
    padding: 10px;
    gap: 8px;
  }
  .account__item-prop {
    min-width: 64px;
    width: auto;
  }
  .account__item-prop:first-child {
    margin-left: 0;
  }
  .account__item-prop dt {
    font-size: 11px;
  }
  .account__item-prop .product__propval {
    font-size: 12px;
  }
}
@media all and (max-width: 472px) {
  .account__item-prop.prop--date {
    display: none;
  }
}
/* Special for user */
.account__item-banka {
  display: none;
}

@media all and (max-width: 972px) {
  .account__item-banka {
    width: 100%;
    display: flex;
    padding: 0 28px 0 0;
  }
  .account__item-banka-text {
    flex: 1 0;
  }
  .account__item-banka-more {
    flex: none;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .account__item-banka-more-link {
    width: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5374ff;
    border-radius: 0 16px 16px 0;
  }
  .account__item-banka-more-link::before {
    width: 12px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
  }
  .account__item-banka-more-link svg {
    width: 30px;
    height: 80px;
    max-height: 86%;
  }
  .account__item_special .account__item-main,
  .account__item_special .account__item-middle {
    display: none;
  }
}
@media all and (max-width: 558px) {
  .account__item-banka-more {
    flex: none;
    display: flex;
  }
}
.account__item-btn-fav {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #5374ff;
  align-self: center;
}
.account__item-btn-fav.d-none {
  display: none;
}
.account__item-btn-fav i {
  vertical-align: top;
}
.account__item-btn-fav .spinner-circle {
  width: 8px;
  height: 8px;
}
.account__item-btn-fav .spinner-circle .custom-loader {
  width: 8px;
  height: 4px;
}

.account__item-btn-fast-view {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  font-size: 12px;
  color: #5475ff;
  background: 0;
  border: 1px solid #5475ff;
  border-radius: 50%;
}
.account__item-btn-fast-view--inline {
  display: inline-flex;
}
.account__item-btn-fast-view .spinner-circle {
  width: 8px;
  height: 8px;
}
.account__item-btn-fast-view .spinner-circle .custom-loader {
  width: 8px;
  height: 4px;
}

/* History purchases prods */
.purchases .account__item-image {
  width: 32px !important;
}

.purchases .account__item-image img {
  width: 100%;
}

.purchases .product__controls a.button {
  width: 100%;
}

@media all and (max-width: 979px) {
  .purchases .account__item-middle {
    height: auto;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    gap: 8px;
  }
  .purchases .account__item-middle a {
    order: 10;
    width: 100%;
  }
  .purchases .account__item-prop {
    flex: 1 auto;
    min-width: auto;
    width: auto;
  }
  .account__item-prop_id {
    order: -2;
  }
  .account__item-prop-icon_status {
    order: -1;
  }
  .purchases .account__item-middle .product__controls {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 12px 0 0 0;
  }
  .account__item-prop dt {
    font-size: 10px;
  }
  .purchases .account__item-prop .product__propval {
    font-size: 11px;
  }
}
.account__item-prop {
  margin: 0;
}
@media all and (max-width: 979px) {
  .account__item-prop_counter {
    display: none;
  }
}

/* Products - Games */
.product__similars {
  max-width: 808px;
  padding-top: 14px;
  margin: 0 auto;
}

.product__outer {
  margin: -32px -65px;
}

.product__item-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product__items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product__item {
  width: 33.333333%;
  padding: 32px 65px;
}

.product__outer.clmn--two {
  margin: -84px -44px 0;
}

.product__outer.clmn--two .product__item {
  width: 50%;
  padding: 84px 44px 0;
}

.product__item-box:hover .product__item-image {
  box-shadow: 0 25px 35px rgba(46, 46, 46, 0.15), 0 0 0 3px #f0bf50;
}

.product__item-image {
  padding: 50% 0 0 0;
  position: relative;
  margin: 0 0 21px 0;
  border-radius: 20px;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 25px 35px rgba(46, 46, 46, 0.15), 0 0 0 1px transparent;
}

.product__item-image-src {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}

.product__item-image-src img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product__item-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 7;
  pointer-events: none;
}

.product__item-oldprice,
.product__item-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__item-oldprice {
  min-width: 72px;
  height: 22px;
  font-size: 14px;
  color: #959599;
  background: #f7f7f7;
  border-radius: 0 6px 6px 0;
}

.product__item-oldprice .oldprice--value {
  position: relative;
}

.product__item-oldprice .oldprice--value::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #959599;
}

.product__item-price {
  min-width: 105px;
  height: 32px;
  margin: 6px 0 0 0;
  font-weight: 800;
  font-size: 19px;
  color: #1f1f1f;
  background: #f2f5fa;
  border-radius: 0 10px 10px 0;
}

.product__item-oldprice + .product__item-price {
  color: #fff;
  background: #db3b29;
}

.product__item-btn-fav {
  width: 21px;
  height: 19px;
  position: absolute;
  right: 12px;
  bottom: 13px;
  background: no-repeat center center url(../img/icons/ic-btn-addfav.png);
  z-index: 7;
  cursor: pointer;
  transition: filter 0.3s ease;
  filter: brightness(10);
}

.product__item-btn-fav.fav--add {
  filter: brightness(1);
}

.product__item-bottom {
  padding: 0 12px 0 15px;
  display: flex;
  align-items: flex-start;
}

.product__item-content {
  flex: 1;
  overflow: hidden;
}

.product__item-title {
  font-weight: 800;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__item-title a {
  color: #313237;
  text-decoration: none;
}

.product__item-title a:hover {
  text-decoration: underline;
}

.product__item-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #959599;
}

.product__item-details .detail--sales {
  flex: 1;
}

.product__item-controls {
  display: flex;
  align-items: center;
  margin: 4px 0 0 10px;
}

.product__item-btn {
  min-height: 38px;
  border-radius: 10px;
}

.product__item-btn + .product__item-btn {
  margin-left: 7px;
}

.product__item-btn.btn--cart {
  min-width: 37px;
  padding: 0;
}

.product__item-btn.btn--buy {
  min-width: 96px;
  max-width: 240px;
}
@media all and (max-width: 560px) {
  .product__item-btn.btn--buy {
    max-width: 170px;
    margin: 0 auto;
    justify-content: center;
  }
}

@media all and (max-width: 1319px) {
  .product__outer {
    margin: -22px -45px;
  }
  .product__item {
    width: 33.333333%;
    padding: 22px 45px;
  }
}
@media all and (max-width: 1219px) {
  .product__outer {
    margin: -18px;
  }
  .product__item {
    width: 33.333333%;
    padding: 18px;
  }
  .product__similars {
    padding-top: 0;
  }
  .product__outer.clmn--two {
    margin: -21px -11px 0;
  }
  .product__outer.clmn--two .product__item {
    padding: 21px 11px 0;
  }
}
@media all and (max-width: 959px) {
  .product__item {
    width: 50%;
  }
}
@media all and (max-width: 771px) {
  .product__item {
    width: 100%;
  }
}
@media all and (max-width: 671px) {
  .product__outer.clmn--two .product__item {
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  .product__item-image {
    margin-bottom: 15px;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 21px 0;
  font-size: 13px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.breadcrumbs li:after {
  content: ">";
  margin: 0 8px;
  color: #313237;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs li a {
  color: #313237;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

/* Page */
.page__width-container {
  display: flex;
}

.page__width-side {
  order: 1;
  width: 28.3578%;
  min-width: 350px;
  margin: 0 35px 0 0;
}

.page__width-side.side--right {
  order: 3;
  margin: 0 0 0 35px;
}

.page__width-content {
  order: 2;
  flex: 1;
}

.page__width-title {
  margin: 0 0 34px 0;
}

.page__width-desc p {
  margin: 20px 0;
}

.page__width-props {
  margin: 60px 0 0 0;
}

.page__width-prop {
  display: inline-block;
  vertical-align: middle;
  margin: 0 44px 0 0;
  font-size: 13px;
  color: rgba(49, 50, 55, 0.3);
}

.page__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
  gap: 10px 0;
}

.page__subtitle-left {
  flex: none;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.page__subtitle-left .tab:first-child:last-child {
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.tab {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #747474 !important;
  padding: 16px 32px;
  border-radius: 16px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 560px) {
  .tab {
    font-size: 12px;
    padding: 16px 16px;
  }
}
.tab.active {
  background: #FFFFFF;
}
.tab:focus {
  box-shadow: 0 0 0 2px #000 !important;
}

.focus-disabled .tab {
  box-shadow: none !important;
}

.page__subtitle-label:hover {
  text-decoration: none;
}

.tab .icon-useful-services {
  color: #e5b837;
}

.tabs .tab-default {
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

.product-tab-content {
  display: none;
}

.product-tab-content-active {
  display: block;
}

.page__subtitle-details {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  color: #c1c1c3;
}

.page__subtitle-details .detail--item {
  padding: 0 0 0 11px;
  margin: 0 0 0 11px;
  position: relative;
}

.page__subtitle-details .detail--item::after {
  width: 1px;
  height: 10px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0 0;
  background: #c1c1c3;
}

.page__subtitle-details .detail--item:first-child {
  padding-left: 0;
  margin-left: 0;
}

.page__subtitle-details .detail--item:first-child::after {
  display: none;
}

@media all and (max-width: 1340px) {
  .page__subtitle-details .detail--item .item--label {
    display: block;
  }
}
@media all and (max-width: 869px) {
  .page__subtitle-details {
    margin-left: 0;
  }
  .page__width-container {
    flex-direction: column;
  }
  .page__width-side {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    margin: 0 auto 34px;
  }
  .page__width-content {
    padding: 0;
  }
  .page__width-side.side--right {
    width: 100%;
    max-width: 100%;
    margin: 34px 0 0 0;
  }
  .page__subblock {
    padding: 0;
    margin-bottom: 34px;
  }
}
@media all and (max-width: 560px) {
  .page__width-side {
    padding: 0;
  }
}
/* Page - Suppliers */
.p-suppliers {
  display: flex;
}

.p-suppliers__side {
  width: 292px;
  margin: 0 47px 0 0;
}

.p-suppliers__content {
  flex: 1;
}

.p-suppliers__side .form__group-without {
  margin-top: 24px;
}

@media all and (max-width: 859px) {
  .p-suppliers {
    display: block;
  }
  .p-suppliers__side {
    margin: 0 auto 34px;
  }
}
/* Catalog */
.catalog__section {
  display: flex;
  gap: 32px;
}

.catalog__section.filter--show .catalog__content .product__item {
  width: 50%;
}

.catalog__section.filter--show .product__items {
  max-width: 980px;
  margin: 0 auto;
}

.catalog__content {
  flex: 1;
  order: 2;
  min-width: 0;
}

.catalog__section .section__header {
  margin-left: 0;
  margin-right: 22px;
}

@media all and (max-width: 771px) {
  .catalog__section.filter--show .catalog__content .product__item {
    width: 100%;
  }
}
/* Catalog - Filter */
.filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 16px;
  color: #7B7C84;
  font-weight: 500;
}
.filter__header-label_row {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.filter__header-help {
  position: relative;
  z-index: 3;
  margin-right: 4px;
  cursor: help;
}

.filter__header[data-disabled] {
  opacity: 0.3;
}

.filter__search_form {
  position: relative;
}
.filter__search_form_input {
  padding-right: 36px;
}
.filter__search_form_button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: no-repeat center center url(../img/icons/icon-search-clear-catalog.svg);
  background-size: 70%;
  transition: filter 0.1s ease, opacity 0.1s ease, visibility 0.1s ease;
  cursor: pointer;
}
.filter__search_form_button.btn_reset_display_show {
  opacity: 1;
  visibility: visible;
  transition: filter 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.filter__search_form_button:hover {
  opacity: 0.8;
}
.filter__search_form_button:focus {
  opacity: 1;
  filter: brightness(0.5);
}
.filter__search_form_advanced_search {
  margin-top: 8px;
}
.filter__search_form_advanced_search .form-check-label {
  font-size: 13px;
}

.filter__btn-remove {
  gap: 8px;
  display: flex !important;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #959599;
}

.filter__btn-remove:hover {
  color: #1f1f1f;
}

.filter__btn-remove:hover .icon__remove {
  opacity: 0.8;
}

.filter__btn-remove[data-tips]::after {
  min-width: 153px;
  margin-left: -28px;
  margin-bottom: 8px;
  font-size: 15px;
  white-space: nowrap;
}

.filter__btn-remove[data-tips]::before {
  top: -8px;
}

.filter__btn-remove.remove--clear {
  line-height: 21px;
}

.filter__btn-remove.remove--clear .icon__remove {
  order: 1;
  margin: 0 -3px 0 0;
  font-size: 12px;
}

.filter__btn-remove.remove--clear .icon__remove::after {
  color: #959599;
}

.filter__btn-remove.remove--clear .btn--label {
  order: 2;
}

.filter__header.section--choose {
  padding-bottom: 14px;
  border-bottom: 1px solid #D5DAE3;
  margin: 0;
}

.filter-form {
  display: grid;
  gap: 16px;
}

.icon__remove {
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.icon__remove:after {
  content: "X";
  color: #5374ff;
}

.icon__remove:hover {
  opacity: 0.8;
}

.filter__category {
  padding: 3px 5px;
  display: flex;
  margin: 0 0 -4px 0;
  background: #f2f5fa;
  border-radius: 14px;
}

.filter__category-item {
  flex: 1;
}

.filter__category-btn {
  min-height: 26px;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #313237;
  border-radius: 14px;
}

.filter__category-btn:hover {
  text-decoration: none;
  background: rgba(83, 116, 255, 0.15);
}

.filter__category-btn.current {
  color: #fff;
  background: #5374ff;
}

/* Page - Tickets */
.p-tickets {
  display: flex;
}

.p-tickets__mylist {
  width: 394px;
  margin: 0 81px 0 0;
}

.p-tickets__content {
  flex: 1;
}

.ticket__item {
  padding: 24px 30px;
  display: block;
  position: relative;
  line-height: 1.1;
  background-color: rgb(242, 245, 250);
  border-radius: 20px;
}

.ticket__item + .ticket__item {
  margin-top: 12px;
}

.ticket__item.current {
  background-color: #fff;
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
}

.ticket__item-status {
  min-width: 59px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 34px;
  background-color: rgb(83, 116, 255);
}

.ticket__item-status.status--close {
  background: #434f6c;
}

.ticket__create {
  margin: 25px 0 0 0;
  text-align: center;
}

.ticket__message-scroll {
  max-height: 350px;
}

.ticket__message-scroll .nano-content {
  padding: 2px 0 10px 0;
}

.ticket__message-scroll.scroll-scrolly_visible .nano-content {
  padding-right: 20px;
}

.ticket__messages {
  margin: 0 0 24px 0;
}

.has-scrollbar .message__item {
  padding-right: 25px;
}

.message__item {
  padding: 0 0 14px 0;
}

.message__item-box {
  min-height: 40px;
  padding: 12px 24px;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3;
  background: #5374ff;
  border-radius: 20px;
}

.message__item-box::after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: -1;
  background: no-repeat 0 0 url(../img/bgs__ticket-lb.png);
}

.message__item.item--response {
  text-align: right;
}

.message__item.item--response .message__item-box {
  color: #313237;
  background: #f2f5fa;
}

.message__item.item--response .message__item-box::after {
  left: auto;
  right: 0;
  background-image: url(../img/bgs__ticket-rb.png);
}

.p-tickets__noactive {
  margin: 0 0 14px 0;
  font-size: 13px;
  color: rgba(49, 50, 55, 0.3);
  text-align: center;
}

.ticket__form textarea.input__place {
  min-height: 84px;
}

.ticket__form .form__group-submit {
  margin: 14px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket__form .form__group-submit.just--right {
  justify-content: flex-end;
}

.ticket__form .form__group-submit .button {
  padding: 0 26px;
}

@media all and (max-width: 1059px) {
  .p-tickets__mylist {
    margin-right: 20px;
  }
}
@media all and (max-width: 959px) {
  .p-tickets__mylist {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .p-tickets {
    flex-direction: column;
  }
}
/* Page - Empty */
.page__empty {
  margin: 0 0 20px 0;
  text-align: center;
}

.page__empty-info {
  margin: 0 0 22px 0;
}

.page__empty .button {
  min-height: 39px;
  padding: 0 32px;
}

/* Page - Cart */
.p-cart .product__controls {
  width: 145px;
}

.cart__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 44px 31px 0;
  text-align: right;
}

.cart__total-item {
  width: 392px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.cart__total-label {
  flex: 1;
  font-weight: 800;
  font-size: 19px;
  text-align: left;
}

.cart__total-price {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  font-size: 31px;
}

.cart__bottom .button {
  padding: 0 28px;
  margin: 28px 0 0 0;
}

@media all and (max-width: 772px) {
  .p-cart .account__item .account__item-middle {
    height: auto;
    padding: 0 0 56px 0;
  }
  .p-cart .account__item-quantity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-cart .product__controls {
    top: auto;
    bottom: 0;
  }
  .cart__bottom {
    margin: 24px 10px 0;
  }
}
/* Page - Favorites */
.p-favorites .product__controls {
  width: 196px;
}

/* Page - Receipt */
.p-receipt__info {
  margin: 0 0 26px 0;
}

.review-show {
  display: flex !important;
}

.complaint {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(39, 9, 98, 0.05);
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.complaint-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-receipt__review {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(39, 9, 98, 0.05);
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-receipt__review-link {
  color: #1d1d25;
  opacity: 0.3;
  transition: opacity ease 0.3s;
}
.p-receipt__review-link:hover {
  opacity: 1;
}
.p-receipt__review-title {
  margin-top: 0;
}
.p-receipt__review h5 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-receipt__review-choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.p-receipt__review-choose-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-receipt__review-category {
  margin: 10px 0 8px 0;
  font-size: 14px;
}
.p-receipt__review-category-label {
  font-weight: 600;
  color: #747474;
}
.p-receipt__review-category-value {
  font-weight: 800;
}
.p-receipt__review-message {
  margin: 12px 0 0 0;
}

.p-receipt__review-category + .p-receipt__review-message {
  margin-top: 8px;
}

.review__list {
  display: flex;
  gap: 8px;
}

.field-productreviewform-comment {
  width: 100%;
}

.review__header {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.review__title {
  font-weight: 500;
}

.review__comment, .review__submit {
  display: none;
}

.review__comment {
  margin-top: 15px;
}

.review__likes .form-group,
.review__likes label {
  margin: 0;
}

.review-radio-btn-input {
  appearance: none;
  position: absolute;
}
.review-radio-btn-input:checked {
  appearance: none;
}

.review-radio-btn-box {
  width: 54px;
  height: 54px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eee;
  border-radius: 5px;
  font-size: 34px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.review-radio-btn-box .icon {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.review-radio-btn-input:checked + .review-radio-btn-box {
  cursor: default;
  border-color: #5475ff;
  background-color: rgba(84, 117, 255, 0.03);
}
.review-radio-btn-input:checked + .review-radio-btn-box .icon {
  transform: translate3d(0, 0, 0) scale(1.26);
  opacity: 1;
}
.review-radio-btn-input:checked + .review-radio-btn-box_like {
  border-color: #00CC08;
}
.review-radio-btn-input:checked + .review-radio-btn-box_dislike {
  border-color: #FF000A;
}

.p-receipt__tocabinet {
  max-width: 550px;
  padding: 10px;
  margin: 40px auto;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
}

.p-receipt__tocabinet a {
  color: #5374ff;
  text-decoration: underline;
}

.p-receipt__tocabinet a:hover {
  color: #2c364f;
}

.p-receipt__block {
  width: 964px;
  max-width: 100%;
  margin: 0 auto;
}
.p-receipt__block_badges {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 8px;
}
@media all and (max-width: 572px) {
  .p-receipt__block_badges {
    padding: 0;
  }
}
.p-receipt__block_badges .bar-tag-item {
  position: relative;
}
.p-receipt__block_badges .bar-tag-item::before {
  width: 4px;
  height: 20px;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #f2f5fa;
}

.p-receipt__order {
  padding: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border: 4px dashed #f2f5fa;
  background: #fff;
  border-radius: 10px;
}

.p-receipt__order-icon {
  flex: none;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 0;
}

.p-receipt__order-icon img {
  width: 100%;
  height: auto;
}

.p-receipt__order-content {
  flex: 1 0;
}

.p-receipt__order-desc_down {
  display: none;
}

.p-receipt__order-button {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin: 0 0 0 20px;
  position: relative;
}

.p-receipt__order-button::after {
  width: 82px;
  height: 82px;
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -41px 30px 0 0;
  background: no-repeat 0 0 url(../img/icons/icon-arrow_download.svg);
  background-size: 100% 100%;
  transform: scale(1, -1) rotate(158deg);
  opacity: 0.1;
}

.p-receipt__order-button .button {
  padding: 18px 34px;
  font-size: 22px;
}

.p-receipt__order-button .button .ics {
  margin: 0 10px 0 0;
}

@media all and (max-width: 960px) {
  .p-receipt__order-icon {
    width: 100px;
  }
  .p-receipt__order-button .button {
    font-size: 18px;
  }
}
@media all and (max-width: 872px) {
  .p-receipt__order {
    flex-direction: column;
  }
  .p-receipt__order-icon {
    width: 50px;
    margin: 0 auto 20px;
  }
  .p-receipt__order-content {
    text-align: center;
  }
  .p-receipt__order-desc_down {
    display: block;
  }
  .p-receipt__order-button {
    width: 172px;
    margin: 40px auto 0;
  }
  .p-receipt__order-button::after {
    width: 25px;
    height: 25px;
    margin: 0 -107px 7px -20px;
    top: auto;
    bottom: 100%;
    transform: scale(1, -1) rotate(86deg);
  }
  .p-receipt__order-button-pc {
    display: none;
  }
  .p-receipt__order-needinfo {
    margin-top: 30px;
  }
}
/* Order replaced */
body .order-button-replace-download {
  height: 48px;
  padding: 5px 20px;
  position: relative;
  text-align: left;
}
body .order-button-replace-download__date {
  flex: none;
  display: block;
  margin: 2px 0 0 0;
  font-weight: bold;
  font-size: 10px;
}
body .order-button-replace-download_spinner {
  left: -5px;
  top: -5px;
  margin: 0;
}

.p-order__process-replace {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media all and (max-width: 872px) {
  .p-order__process-replace {
    align-items: center;
  }
}

.p-order__process-replace-head {
  font-weight: bold;
  text-align: center;
}

.p-order__process-replace-others-toggle {
  max-height: 0;
  padding: 0 7px;
  margin: -7px -7px 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  transition: max-height 0.3s ease, opacity 0.5s ease;
  opacity: 0;
}
.p-order__process-replace-others-toggle::before {
  flex: none;
  width: 100%;
  height: 7px;
  content: " ";
  display: block;
}
.p-order__process-replace-others-toggle .p-order__process-replace-item:first-child {
  display: none;
}

.p-order__process-replace_show .p-order__process-replace-others-toggle {
  display: flex;
  max-height: 400px;
  opacity: 1;
  transition: padding 0.3s ease, max-height 1s ease, opacity 1s ease;
}

body .p-order__process-replace-item {
  flex: none;
  max-width: 100%;
}
body .p-order__process-replace-item-link {
  gap: 0 5px;
  position: relative;
  font-size: 12px;
  text-align: left;
}
body .p-order__process-replace-item .icon-replace {
  flex: none;
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  background: no-repeat 0 0 url(../img/icons/icon-replaced.svg);
  background-size: 100% 100%;
}
body .p-order__process-replace-item-title {
  flex: 1 0;
}

/* Page - Receipt - Manual */
.p-receipt__manual {
  margin: 40px 0 0 0;
}

/* Order block - Manual issue */
.p-order__manual-issue {
  width: 250px;
  text-align: center;
}
.p-order__manual-issue-info {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}
.p-order__manual-issue-controls {
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-order__manual-issue-controls .btn {
  min-height: 40px;
  padding: 6px 16px 8px 16px;
}
.p-order__manual-issue-controls .btn .icon {
  margin-top: 1px;
}

/* Order id */
.p-receipt__order-id {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0;
  margin: 0 0 15px 0;
  cursor: default;
}

.p-receipt__order-id_value {
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  background: #eee;
  border-radius: 14px;
}

.p-receipt__order-from2 {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 0;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #000;
  border-radius: 34px;
}

.p-receipt__order-from {
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 0 5px 0 -10px;
  font-size: 12px;
  color: #fff;
  background: #696f7e;
  border-radius: 34px 0 0 34px;
}

.p-receipt__order-id_button,
.p-receipt__order-secret_button {
  height: auto;
  min-height: auto;
  width: auto;
  min-width: auto;
  padding: 4px 9px 4px 7px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 5px;
  background: #5374ff;
  border-radius: 14px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-receipt__order-id_button::after,
.p-receipt__order-secret_button::after {
  width: auto;
  min-width: 188px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
}

.p-receipt__order-id_button.type--copysuccess {
  background-color: #88cc2a;
}

.p-receipt__order-id_button.type--copysuccess,
.p-receipt__order-secret_button.type--copysuccess {
  background: #5a9508;
}

.p-receipt__order-secret_button {
  margin: 0;
  font-size: 12px;
}

.p-receipt__order-to {
  font-weight: bold;
}

.p-receipt__order-secret_drop {
  display: none;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 5px;
}

.p-receipt__order-secret_drop.type--showed {
  display: flex;
}

@media all and (max-width: 872px) {
  .p-receipt__order-id {
    justify-content: center;
  }
}
@media all and (max-width: 572px) {
  .p-receipt__order-id {
    flex-direction: column;
  }
  .p-receipt__order-secret_drop {
    flex-direction: column;
    gap: 5px;
    margin: 5px 0 0 0;
  }
  .p-receipt__order-to {
    margin: 0;
    transform: rotate(90deg);
  }
  .p-receipt__order-secret_button {
    margin: 0;
  }
}
/* end - Order id */
.p-receipt__order-title {
  margin: 0 0 20px 0;
}

.p-receipt__order-info {
  padding: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
  background: #f2f5fa;
  border-radius: 12px;
  border: 2px dotted #2aa1cc;
}

.p-receipt__order-info a {
  color: gray;
  text-decoration: underline;
}

.p-receipt__order-info a:hover {
  color: #2c364f;
}

.p-receipt__details {
  display: flex;
  gap: 8px 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.p-receipt__details-item {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  background: #f2f5fa;
  border-radius: 8px;
}
.p-receipt__details-item-label::after {
  content: ":";
}
.p-receipt__details-item-value {
  font-weight: 700;
}

.p-receipt__refund {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: -8px 0 -10px 0;
}
.p-receipt__refund-inner {
  min-height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: #fff4de;
  border-radius: 0 0 15px 15px;
}
.p-receipt__refund-title {
  flex: none;
  padding: 5px 10px 5px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
.p-receipt__refund-title--help {
  display: block;
}
.p-receipt__refund-title--refund {
  display: none;
}
.p-receipt__refund-title.allow--refund .p-receipt__refund-title--help {
  display: none;
}
.p-receipt__refund-title.allow--refund .p-receipt__refund-title--refund {
  display: block;
}
.p-receipt__refund-btn {
  flex: 1 0;
  min-width: 44px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #957003;
  background: #ffc658;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.p-receipt__refund-btn:first-child {
  border-radius: 0 0 0 15px;
}
.p-receipt__refund-btn:last-child {
  border-radius: 0 0 15px 0;
}
.p-receipt__refund-btn:hover {
  color: #9f5c24;
  background-color: #efb341;
}
.p-receipt__refund-btn:hover .btn-pseudo-link__label {
  border-color: #9f5c24;
}

.p-receipt__help_center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.refunds-alert {
  border: 2px dashed #d1cdb7;
}
@media all and (max-width: 424px) {
  .refunds-alert {
    padding: 10px;
  }
}
.refunds-alert__header {
  display: flex;
  align-items: center;
  gap: 2px 8px;
  flex-wrap: wrap;
}
@media all and (max-width: 424px) {
  .refunds-alert__header {
    flex-direction: column;
  }
}
.refunds-alert__title {
  flex: 1 0;
}
.refunds-alert__more {
  flex: none;
}
.refunds-alert__more .fa {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
}
.refunds-alert__more [aria-expanded=true] .btn-pseudo-link__arrow::after {
  transform: rotate(-90deg);
}

.refunds-block {
  overflow: hidden;
  overflow-x: auto;
  margin: 10px 0 0 0;
  background: #fff;
  border-radius: 15px;
}

.refunds-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  color: #686868;
  background: #fff;
  border-radius: 15px;
}
@media all and (max-width: 424px) {
  .refunds-table {
    font-size: 11px;
  }
}
.refunds-table th,
.refunds-table td {
  padding: 8px;
}
.refunds-table td {
  border-top: 2px solid #fcf8e3;
}

/*banner-register start*/
.banner-register {
  position: relative;
  margin-bottom: -20px;
}

.banner-register + .gift-sidebar {
  margin-top: 20px;
}

.banner-register__wrapper {
  display: flex;
  position: relative;
  background: rgb(67, 79, 104);
  background: -moz-linear-gradient(left, rgb(67, 79, 104) 0%, rgb(203, 232, 243) 100%);
  background: -webkit-linear-gradient(left, rgb(67, 79, 104) 0%, rgb(203, 232, 243) 100%);
  background: linear-gradient(to right, rgb(67, 79, 104) 0%, rgb(203, 232, 243) 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  min-height: 184px;
  margin-top: 27px;
}

.banner-register__benefits {
  width: 340px;
  max-width: 100%;
}

.banner-register__benefits-item {
  display: flex;
  margin: 0 0 16px 24px;
}
.banner-register__benefits-item:first-child {
  margin-top: 36px;
}
.banner-register__benefits-item:last-child {
  margin-bottom: 36px;
}

.banner-register__benefits-thumb {
  margin-right: 12px;
  min-width: 16px;
  min-height: 16px;
}

.banner-register__benefits-text {
  min-height: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  flex-wrap: wrap;
}

.banner-register__column-center {
  width: 301px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-register__text {
  margin: 0;
  text-align: center;
}

.banner-register__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}

.banner-register__button {
  margin: 24px 0 0 0;
}

body .btn.banner-register__btn {
  max-height: 40px;
  padding: 11px 18px 13px 18px;
  font-size: 14px;
}

.banner-register__thumb {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media all and (max-width: 960px) {
  .banner-register__thumb {
    right: 0;
  }
  .banner-register__thumb-pic {
    height: 114px;
    width: 110px;
  }
}
@media all and (max-width: 772px) {
  .banner-register__benefits {
    width: 260px;
  }
}
@media all and (max-width: 712px) {
  .banner-register__wrapper {
    flex-direction: column;
    min-height: 184px;
    max-height: none;
  }
  .banner-register__benefits {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    flex: none;
  }
  .banner-register__benefits-item {
    margin: 0 0 16px 0;
  }
  .banner-register__benefits-item:first-child {
    margin-top: 0;
  }
  .banner-register__benefits-item:last-child {
    margin-bottom: 0;
  }
  .banner-register__column-center {
    flex: none;
    margin: 20px auto 0 auto;
  }
  .banner-register__text {
    margin: 0 auto;
  }
  .banner-register__button {
    margin: 20px auto;
    max-width: 260px;
  }
  .banner-register__thumb {
    padding: 20px 0 0 0;
    position: relative;
    margin: 0 auto 20px auto;
    order: -1;
    transform: translateY(0);
  }
  .banner-register__thumb-pic {
    height: auto;
    width: 160px;
  }
}
/*banner-register end*/
@media all and (max-width: 772px) {
  .p-receipt__order-icon,
  .p-receipt__order-id,
  .p-receipt__order-title {
    margin-bottom: 10px;
  }
}
.p-receipt__discount-items {
  display: flex;
  flex-wrap: wrap;
}

.p-receipt__discount-item {
  flex: 1 0;
  padding: 10px;
}

.p-receipt__discount {
  max-width: 600px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 10px auto;
  text-align: left;
  background: #f2f5fa;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
}
.p-receipt__discount-icon {
  flex: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0 18px 0 0;
}
.p-receipt__discount-icon_one {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.p-receipt__discount-icon_two {
  width: 28%;
  height: 28%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-receipt__discount-content {
  flex: 1 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-receipt__discount-text {
  flex: 1 0;
}
.p-receipt__discount-btn {
  flex: none;
}

@media all and (max-width: 572px) {
  .p-receipt__discount {
    padding: 10px;
    font-size: 14px;
    flex-direction: column;
  }
  .p-receipt__discount-items {
    flex-direction: column;
  }
  .p-receipt__discount-content {
    flex-direction: column;
    gap: 8px;
  }
  .p-receipt__discount-icon {
    margin: 0 0 8px 0;
  }
}
.p-receipt .accounts__items {
  margin-bottom: 43px;
}

.p-receipt .product__item-image {
  margin-bottom: 15px;
}

.receipt__button {
  margin: 58px 0 0 0;
  text-align: center;
}

.receipt__button .button {
  padding: 22px 54px;
  font-size: 24px;
}

.receipt__button .button .ics {
  margin: 0 10px 0 0;
}

/* Order middle */
.p-receipt__middle {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Review for money */
.p-receipt__review-for-money {
  text-align: center;
}
.p-receipt__review-for-money-inner {
  max-width: 100%;
  padding: 16px 34px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  vertical-align: top;
  border: 4px dashed rgba(0, 177, 64, 0.1);
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #676972;
}
.p-receipt__review-for-money-angle {
  width: 70px;
  height: 70px;
  padding: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  right: -4px;
  bottom: -4px;
  border-radius: 50px 0 10px 0;
  border: 4px dashed rgba(0, 177, 64, 0.1);
  border-bottom: 4px dashed #eee;
  border-right: 4px dashed #eee;
  background: #fff;
}
.p-receipt__review-for-money-angle-rub {
  font-size: 36px;
  color: rgba(0, 177, 64, 0.2);
}
.p-receipt__review-for-money-title {
  font-weight: bold;
  font-size: 20px;
  color: #00742a;
}
.p-receipt__review-for-money-header {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.34;
  text-align: left;
}
@media all and (max-width: 532px) {
  .p-receipt__review-for-money-header {
    flex-direction: column;
    text-align: center;
  }
  .p-receipt__review-for-money-header br {
    display: none;
  }
}
.p-receipt__review-for-money-header .fa {
  flex: none;
  margin: 0 8px 0 0;
  font-size: 20px;
  transform: scale(1.4);
}
.p-receipt__review-for-money-header-text {
  flex: 1 0;
}
.p-receipt__review-for-money .btn {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  background: #00b140;
}
.p-receipt__review-for-money .btn:hover {
  background: #04c54a;
}
.p-receipt__review-for-money-bgs {
  position: absolute;
  z-index: -1;
  left: 22px;
  top: 50%;
  font-size: 110px;
  transform: rotate(-14deg) translateY(-50%);
  opacity: 0.034;
  color: #00b140;
  pointer-events: none;
}

/* Page - Account */
.balance__value {
  font-weight: 800;
  font-size: 31px;
}

.section__box.sect--profile {
  padding: 12px 30px 11px 30px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.p-account__heads {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-account__ticket {
  display: flex;
  align-items: center;
  margin: 0 7px 0 0;
}

.p-account__ticket .button {
  margin: 0 0 0 16px;
}

.p-account__balance {
  display: flex;
  align-items: center;
}

.p-account__balance-box {
  margin: 0 40px 0 0;
}

.p-account__balance-title {
  margin: 0 0 2px 0;
  font-size: 15px;
}

.p-account__balance .button {
  width: 128px;
}

.p-account__setting {
  display: flex;
  align-items: flex-start;
  margin-bottom: 128px;
}

.p-account__setting-item {
  max-width: 100%;
}

.p-account__setting-item.item--my {
  width: 300px;
  margin-right: 160px;
}

.p-account__setting-item.item--api {
  width: 526px;
}

.p-account__title {
  margin: 0 0 38px 0;
}

.p-account__form-group + .p-account__form-group {
  margin-top: 20px;
}

.user__api {
  max-width: 523px;
  display: flex;
  align-items: center;
}

.user__api-input {
  flex: 1;
  padding: 0 10px 0 0;
}

.user__api-input input.copy--success {
  box-shadow: inset 0 0 12px 0 rgba(0, 100, 0, 0.3);
}

.user__api-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.user__api-btn:hover {
  opacity: 0.6;
}

.user__api-btn .btn--icon {
  display: block;
}

@media all and (max-width: 959px) {
  .p-account__setting-item.item--my {
    margin-right: 34px;
  }
}
@media all and (max-width: 772px) {
  .section__box.sect--profile {
    padding: 10px;
  }
  .p-account__heads {
    flex-direction: column;
  }
  .p-account__balance {
    flex-direction: column;
  }
  .p-account__balance-box {
    margin: 0;
  }
  .p-account__balance-title {
    margin-bottom: -2px;
  }
  .p-account__balance-box .balance__value {
    font-size: 28px;
  }
  .p-account__ticket {
    margin: 10px 0 0 0;
  }
  .p-account__ticket .button {
    padding: 0 15px;
    margin: 0 5px;
  }
  .p-account__setting {
    flex-direction: column;
    margin-bottom: 46px;
  }
  .p-account__setting-item {
    width: 100%;
  }
  .p-account__setting-item + .p-account__setting-item {
    margin-top: 34px;
  }
  .p-account__setting-item.item--my {
    width: 100%;
    margin-right: 0;
  }
  .p-account__setting-item.item--api {
    width: 100%;
  }
  .user__api {
    max-width: 100%;
  }
  .p-account__title {
    margin-bottom: 20px;
  }
}
/* Page - Article */
.p-article {
  display: flex;
  margin: 0 0 70px 0;
}

.p-article__side {
  width: 202px;
  margin: 0 38px 0 0;
}

.p-article__content {
  flex: 1;
}

.p-article__image {
  padding: 100% 0 0 0;
  display: block;
  position: relative;
  border-radius: 10px;
}

.p-article__image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.p-article__props {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
  font-size: 13px;
  color: rgba(49, 50, 55, 0.3);
}

@media all and (max-width: 759px) {
  .p-article {
    display: block;
  }
  .p-article__side {
    margin: 0 auto 20px;
  }
}
/* Page - Product - Main */
.product__title-desktop {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.32;
  word-break: break-word;
}
.product__title-desktop h1 {
  padding: 0;
  display: inline;
  margin: 0;
  font-size: inherit;
}
@media all and (max-width: 772px) {
  .product__title-desktop {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .product__title-desktop {
    display: none;
  }
}

.product__title-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  margin: 0;
  font-weight: 800;
  line-height: 1.24;
  font-size: 24px;
  word-break: break-word;
}
@media screen and (min-width: 561px) {
  .product__title-mobile {
    display: none;
  }
}
@media all and (max-width: 432px) {
  .product__title-mobile {
    display: block;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media all and (max-width: 340px) {
  .product__title-mobile {
    font-size: 18px;
    line-height: 1.24;
  }
}
.product__title-mobile-image {
  flex: none;
  width: 76px;
  align-self: flex-start;
}
@media all and (max-width: 432px) {
  .product__title-mobile-image {
    width: 60px;
    float: left;
    margin: 0 10px 5px 0;
  }
}
.product__title-mobile-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 16px;
}

.product__title .title--producttype {
  padding: 8px 14px 9px;
  float: left;
  line-height: 1;
  position: relative;
  margin: 0 15px 0 0;
  font-size: 19px;
  color: #fff;
  z-index: 2;
}

.product__title .title--producttype::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #5374ff;
  border-radius: 10px;
}

.productbox {
  margin: 0 0 60px 0;
}

.productbox__addprop {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0;
  font-size: 13px;
  color: #c1c1c3;
  text-align: center;
}

.productbox__addprop.prop--two {
  justify-content: space-between;
}

.button__complain {
  display: flex;
  align-items: center;
  font-size: inherit;
  color: #c1c1c3;
}

.button__complain .ics {
  margin: 0 8px 0 0;
}

.button__complain .btn--label {
  text-decoration: underline;
}

.button__complain:hover .btn--label {
  text-decoration: none;
}

.productbox__block {
  padding: 17px 18px 18px;
  color: #fff;
  border-radius: 20px;
  background-color: #5374ff;
}

.productbox__image {
  position: relative;
  margin: 0 0 17px 0;
}

.productbox__image-src {
  padding: 50% 0 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 35px rgba(46, 46, 46, 0.15), 0 0 0 1px transparent;
  border-radius: 20px;
}

.productbox__image-src img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.productbox__image-button {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  text-align: center;
}

.productbox__image.run-animate .productbox__image-button {
  display: none;
}

.productbox__props {
  width: 100%;
  margin: 34px 0 12px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 15px;
}

.productbox__props dd {
  display: inline-block;
  vertical-align: top;
  margin: 8px 15px 0 0;
  font-weight: 800;
  font-size: 21px;
}

.productbox__props dd a {
  text-decoration: none;
}

.productbox__props dd img {
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.productbox__props dd a:hover img {
  opacity: 0.8;
}

.productbox__middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.productbox__middle .product__props {
  flex-direction: column;
  padding-top: 15px;
}

.productbox__middle .product__props dl + dl {
  margin-top: 29px;
}

.productbox .product__item-controls {
  margin: 0;
}

.productbox__left {
  text-align: center;
}

.productbox__left .product__propval {
  margin: 13px 0 0 0;
  color: inherit;
}

.productbox__left .product__item-btn-fav {
  right: 13px;
  top: 10px;
  bottom: auto;
  filter: brightness(0);
}

.productbox__left .product__item-btn-fav.fav--add {
  filter: brightness(1);
}

.productbox__icon {
  width: 135px;
  height: 135px;
  position: relative;
  overflow: hidden;
  margin: 0 5px 0 0;
  border-radius: 20px;
}

.productbox__icon-src {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productbox__icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.productbox__info {
  width: 171px;
  height: 166px;
  padding: 15px 15px 19px;
  display: flex;
  flex-direction: column;
  color: #1f1f1f;
  background: #fff;
  border-radius: 20px;
}

.productbox__info .product__cost {
  flex: 1;
}

.productbox__links {
  margin: 20px 0 0 0;
  text-align: center;
}

a.productbox__link {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin: 0 13px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.productbox__link .link--icon {
  margin: 0 12px 0 0;
}

.productbox__link .link--label {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.productbox__link:hover .link--label {
  border-bottom-color: transparent;
}

.tags-list {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
}
.tags-list-item {
  vertical-align: top;
  display: flex;
}
.tags-list-item-link_quality {
  padding: 2px 8px;
  color: #fff !important;
  background: #5374FF;
  border-radius: 32px;
}
@media all and (max-width: 772px) {
  .tags-list-item-link_quality {
    border-radius: 12px;
  }
}
.tags-list-item-link_quality:hover {
  opacity: 0.9;
  text-decoration: none;
}
.tags-list-group {
  padding: 2px 8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  color: #fff;
  background: #5374FF;
  border-radius: 32px;
}
@media all and (max-width: 772px) {
  .tags-list-group {
    border-radius: 12px;
  }
}
.tags-list-group-title {
  margin: 0 2px 0 0;
  font-size: 12px;
  opacity: 0.9;
}
.tags-list-group-title::after {
  content: ": ";
}
.tags-list-group-title + .tags-list-group-item::before {
  display: none;
}
.tags-list-group-item {
  font-size: 12px;
}
.tags-list-group-item::before {
  content: ", ";
}
.tags-list-group-link {
  color: #fff !important;
}

.attributes-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}
.attributes-list-item-label {
  font-weight: 600;
  color: #747474;
  margin: 0;
}
.attributes-list-item-value {
  font-weight: 800;
}
.attributes-list-item-link {
  color: #1d1d25;
  text-decoration: none !important;
  border-bottom: 1px solid #555;
}
.attributes-list-item-link:hover {
  border-bottom-color: #6784fd;
  color: #6784fd;
  text-decoration: none;
}

ol.instruction__list {
  counter-reset: instruction-counter;
  margin: 0 0 20px 0;
}

ol.instruction__list > li {
  counter-increment: instruction-counter;
  padding: 0;
  position: relative;
  margin: 2px 0;
  line-height: 1.1;
}

ol.instruction__list > li:before {
  content: counter(instruction-counter) ". ";
}

@media all and (max-width: 869px) {
  .product__title {
    font-size: 21px;
  }
  .productbox {
    margin-bottom: 0;
  }
  .productbox__props dd {
    font-size: 18px;
  }
}
@media all and (max-width: 560px) {
  .productbox {
    margin: 0 -15px;
  }
  .productbox__block {
    padding: 15px;
    border-radius: 0;
  }
  .tags-list {
    flex-wrap: wrap;
  }
}
button.button__video-play,
span.button__video-play {
  width: 125px;
  height: 125px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #5374ff;
  border: 0;
  box-shadow: none;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

button.button__video-play::after,
span.button__video-play::after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 52px solid #39498f;
}

button.button__video-play:hover,
span.button__video-play:hover::after {
  opacity: 1;
}

span.button__video-play {
  width: 51px;
  height: 51px;
}

span.button__video-play::after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #39498f;
}

/* Page - Product - Game */
/* Page - Product - Account */
.wrapper .pagination {
  margin-top: 16px !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media all and (max-width: 472px) {
  .wrapper .pagination {
    justify-content: center;
  }
}

.wraps .pagination li.disabled {
  pointer-events: none;
}
.wraps .pagination li.active a {
  color: #fff;
  background-color: #5374ff;
  pointer-events: none;
}
.wraps .pagination li span, .wraps .pagination li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #313237;
  border: 0;
  background: #F2F5FA;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.wraps .pagination li a:hover {
  background-color: #5374ff;
  text-decoration: none;
  color: #fff;
}

.swal2-container {
  z-index: 20500 !important;
}

#payment-description {
  margin-top: 20px;
  color: #808080;
}

#payment-description a {
  color: #808080;
  border-bottom: 1px dotted #8f8c8c;
  text-decoration: none;
}

#payment-description a:hover {
  color: #5374ff;
  border-bottom-color: #5374ff;
}

.ad {
  background-color: #e4f0f5;
  color: #000;
  padding: 1rem;
  border-radius: 0.5rem;
  font: 1em monospace;
  width: 100%;
  transition: margin-right 2s;
  margin-bottom: 20px;
  margin-top: 12px;
}

.global-update-actions > div {
  width: 50%;
  float: left;
}

.ad h4 {
  font-size: 20px;
}

.ad a, .ad a:active {
  color: #363535;
  text-decoration: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.list {
  list-style: circle !important;
  margin-bottom: 10px;
}

.error-block {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.error-block .error-img {
  margin: 32px 0;
  width: 25%;
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .error-block {
    flex-direction: column;
    gap: 16px;
  }
  .error-block h2 {
    text-align: center;
  }
  .error-block p {
    text-align: center;
  }
  .error-block .error-img {
    width: 50%;
  }
}

.error-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 14px;
  color: #a94442;
  background-color: #f2dede;
}

/* Label "New" for orders: Type-2 */
.account__item-label3_new {
  flex: none;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  margin: -16px 0 0 0;
  background: no-repeat center center url(../img/icons/label-new.svg);
}

@media only screen and (max-width: 768px) {
  .account__item-middle .account__item-label3_new {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
/* Form login */
.centered-form {
  width: 480px;
  max-width: 100%;
  position: relative;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.centered-form a:link,
.centered-form a:active,
.centered-form a:visited {
  border-bottom: 1px solid #999;
  text-decoration: none;
  text-decoration-skip-ink: none;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.centered-form a:hover {
  border-bottom-color: #6784fd;
  color: #6784fd;
  text-decoration: none;
}

.centered-form::after {
  width: auto;
  height: 80%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
}

.centered-form::before {
  width: auto;
  height: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: -70px;
  right: -70px;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.centered-form h1,
.centered-form h2,
.centered-form h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.centered-form .btn.btn-primary {
  padding: 0 34px;
  margin: 0 auto;
}

@media all and (max-width: 572px) {
  .centered-form {
    padding: 30px 20px;
  }
}
/* Page :: FAQ */
.faq-list {
  max-width: 100%;
  margin: 0 auto;
}

.faq-list > dl > dt {
  width: 100%;
  padding: 8px 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 24px 0;
  background: #fff;
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}

.faq-list > dl > dt:hover {
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.23);
}

.faq-list > dl > dt:first-child {
  margin-top: 0;
}

.faq-list > dl > dt:after {
  width: 20px;
  height: auto;
  vertical-align: middle;
  content: "+";
  font-size: 26px;
  color: #5374ff;
  text-align: center;
}

.faq-list > dl > dt.current:after {
  content: "-";
}

.faq-list .faq-list__item-icon:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  content: "?";
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  text-align: center;
  background-color: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.faq-list > dl > dt.active-light {
  box-shadow: 0 0 5px #ffee3c;
}

.faq-list > dl > dt > span.faq-list__item-icon {
  flex: none;
  width: 55px;
  display: flex;
  align-items: center;
}

.faq-list__item-slug {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 8px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.faq-list__item-slug.type--copysuccess {
  background: rgba(36, 222, 23, 0.3) !important;
}
.faq-list__item-slug:hover {
  background: rgba(207, 210, 222, 0.3);
}
.faq-list__item-slug:hover .icon {
  filter: contrast(5);
}
.faq-list__item-slug .icon {
  width: 20px;
  height: 20px;
  display: block;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.faq-list > dl > dt.current .faq-list__item-slug {
  opacity: 1;
  visibility: visible;
}

.faq-list > dl > dt > span.txt-label {
  flex: 1 0;
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
}

.faq-list > dl > dd {
  padding: 20px;
  display: none;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 64px 2px rgba(26, 29, 63, 0.13);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
}

.faq-list > dl > dd:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  left: 54px;
  bottom: 100%;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}

.faq-list p {
  margin: 10px 0;
}

.faq-list ol > li + li {
  margin-top: 20px;
}

.faq-image {
  width: 300px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 5px rgba(26, 29, 63, 0.22);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.faq-image:hover {
  box-shadow: 0 0 8px rgba(26, 29, 63, 0.44);
}

/* Labels for orders */
.account__item-label_top {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  pointer-events: none;
}

.account__item-label_top > span {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  top: -15px;
}

.account__item-label_top > span > span {
  width: 60px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  font-size: 8px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #008000;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.account__item-label_hit {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
  pointer-events: none;
}

.account__item-label_hit > span {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -15px;
  top: -15px;
}

.account__item-label_hit > span > span {
  width: 60px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 50%;
  top: 50%;
  font-weight: bold;
  font-size: 8px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #5374ff;
  transform: translate(50%, -50%) rotate(45deg);
}

.account__item-labels4 {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 0 0 0 5px;
}

.accounts__items > .account__item:first-child .account__item-labels4 {
  border-radius: 5px 0 0 5px;
}

.account__item-label2_bestseller,
.account__item-label2_top,
.account__item-label2_hit,
.account__item-label2_new {
  flex: none;
  height: 16px;
  line-height: 17px;
  padding: 0 5px 1px;
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #555;
  border-radius: 6px;
}

.account__item-label2_bestseller {
  background-color: #199366;
  color: #fff !important;
}

.account__item-label2_top {
  background-color: rgba(202, 175, 32, 0.9294117647);
  color: #fff !important;
}

.account__item-label2_hit {
  background-color: #5374ff;
  color: #fff !important;
}

.account__item-label2_new {
  background-color: #555;
  color: #fff !important;
}

a.account__item-label2_new {
  transition: background-color 0.3s ease;
}
a.account__item-label2_new:hover {
  background: #777;
  text-decoration: none;
}

@media all and (min-width: 772px) {
  .account__item-label2_big {
    flex: none;
    height: 24px;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0 8px;
    margin-top: -2px;
  }
}
/* Modal error */
.form__group-info_text {
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 14px;
  color: #5374ff;
  text-align: left;
  background: rgba(83, 116, 255, 0.06);
  box-shadow: 0 0 2px 1px rgba(83, 116, 255, 0.4);
  border: 1px dashed rgba(58, 81, 178, 0.2);
  border-radius: 10px;
}

/* end - Modal error */
/* Beauty list */
ul.list {
  margin: 16px 0;
}

ul.list:first-child {
  margin-top: 0;
}

ul.list:last-child {
  margin-bottom: 0;
}

ul.list > li {
  padding-left: 15px;
  margin-top: 5px;
}

ul.list > li:first-child {
  margin-top: 0;
}

ul.list > li::before {
  content: "•";
  float: left;
  margin: 0 0 0 -15px;
  transform: scale(1.3, 1.3);
}

/* end -  Beauty list */
/* Tippy */
.tippy-box[data-theme=product],
.tippy-box[data-theme=gray],
.tippy-box[data-theme=gray-center] {
  min-width: 110px;
  max-width: 400px;
  font-size: 14px;
  background-color: rgba(49, 50, 55, 0.8);
  border-radius: 16px;
}

.tippy-box[data-theme=product] a,
.tippy-box[data-theme=gray] a,
.tippy-box[data-theme=gray-center] a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.tippy-box[data-theme=product] a:hover,
.tippy-box[data-theme=gray] a:hover,
.tippy-box[data-theme=gray-center] a:hover {
  color: #fff;
}

.tippy-box[data-theme=gray-center] {
  text-align: center;
}

.tippy-box[data-theme=product] .tippy-arrow,
.tippy-box[data-theme=gray] .tippy-arrow,
.tippy-box[data-theme=gray-center] .tippy-arrow {
  color: rgba(49, 50, 55, 0.8);
}

.tippy-box[data-theme="gray adv"] {
  max-width: 200px;
  font-size: 13px;
  word-break: break-word;
}

.tippy-content p {
  margin: 5px 0;
}

.tippy-content p:first-child {
  margin-top: 0;
}

.tippy-content p:last-child {
  margin-bottom: 0;
}

.tippy-content .typpy-box-rating {
  display: block;
  font-size: 11px;
  line-height: 1.24;
}

/* Order history search */
.order-history__title {
  margin: 0 0 30px 0;
}

.order-history__block {
  max-width: 100%;
  display: flex;
}

.order-history__block-form {
  flex: none;
  width: 540px;
  max-width: 54%;
  margin: 0 30px 0 0;
}

.order-history__block-form .centered-form {
  width: 100%;
  max-width: 100%;
}

.order-history__block-desc {
  flex: 1 0;
}

.order-history__block-desc .alert:first-child {
  margin-top: 0;
}

.order-history__block-form_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
}

.order-history__block-form_bottom .form-group {
  margin: 0;
  position: relative;
}

.order-history__block-form_bottom .form-group .help-block {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.order-history__block-form_check_rows {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.order-history__block-form_check_box {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin: 0;
}

.order-history__block-form_check_box .input__check-icon {
  flex: none;
}

.order-history__block-form_check-text {
  flex: 1 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  text-align: left;
}

.order-history__block-form_check-text .text--light {
  opacity: 0.5;
  display: block;
  font-weight: 500;
  font-size: 12px;
}

@media all and (max-width: 962px) {
  .order-history__block {
    flex-direction: column;
  }
  .order-history__block-desc {
    order: -1;
    flex: none;
    margin: 0 0 30px 0;
  }
  .order-history__block-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 502px) {
  .order-history__block-form_bottom {
    flex-direction: column;
    gap: 20px 20px;
  }
}
@media all and (max-width: 330px) {
  .order-history__block-form_bottom .g-recaptcha {
    transform: scale(0.9);
  }
}
/* swal2 */
#body .swal2-popup {
  border-radius: 20px;
  font-size: 14px;
}

#body button.swal2-styled {
  min-width: 70px;
  border-radius: 34px;
}

/* Customer settings  api */
.apikey-header {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 5px;
}
.apikey-header label {
  margin: 0;
}
.apikey-header__readlink {
  font-weight: bold;
  font-size: 13px;
  color: #c4c4c7;
}
.apikey-header__readlink a {
  color: #c4c4c7;
  text-decoration: underline;
}
.apikey-header__readlink a:hover {
  color: #14AA35;
  text-decoration: none;
}

.profile-apikey {
  position: relative;
}
@media all and (max-width: 560px) {
  .profile-apikey {
    flex-wrap: wrap;
  }
}
.profile-apikey__controls {
  display: flex;
  align-items: center;
  gap: 0 5px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
}
@media all and (max-width: 560px) {
  .profile-apikey__controls {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 5px 0 0 0;
  }
}
.profile-apikey__controls .btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 12px;
  font-size: 12px;
}
@media all and (max-width: 560px) {
  .profile-apikey__controls .btn {
    flex: 1 0;
  }
}
.profile-apikey__controls .btn-eye {
  padding: 2px 8px;
}
.profile-apikey__controls .btn-eye__open {
  display: block;
}
.profile-apikey__controls .btn-eye__close {
  display: none;
}
@media all and (min-width: 561px) {
  .profile-apikey__controls .btn-eye__label {
    display: none;
  }
}
@media all and (max-width: 358px) {
  .profile-apikey__controls .btn-eye__label {
    display: none;
  }
}
.profile-apikey__controls .btn-eye.active .btn-eye__open {
  display: none;
}
.profile-apikey__controls .btn-eye.active .btn-eye__close {
  display: block;
}
.profile-apikey__controls .btn .icon {
  width: 24px;
  height: 24px;
}
.profile-apikey__controls .btn .icon::before {
  width: 100%;
  height: 100%;
}

/* Page - Categories */
.category__title {
  margin: 0 0 20px 0;
}
.category__title-label {
  margin: 0;
}
@media all and (max-width: 472px) {
  .category__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}

.all-categories {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
@media all and (max-width: 990px) {
  .all-categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 560px) {
  .all-categories {
    grid-template-columns: 1fr;
  }
}
.all-categories__item {
  width: auto;
  display: flex;
}
.all-categories__item-box {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  background: #F2F5FA;
  border-radius: 16px;
  transition: background-color 0.3s ease;
}
.all-categories__item-box:hover {
  background-color: #ebeff7;
}
.all-categories__item-image {
  flex: none;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.all-categories__item-image_src {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.all-categories__item-image_src img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-categories__item-content {
  flex: 1 0;
  padding: 5px 0 0 0;
}
.all-categories__item-title {
  display: flex;
  align-items: center;
  margin: 0;
}
.all-categories__item-title a {
  color: #1d1d25;
}
.all-categories__item-title a:hover {
  color: #000;
}
.all-categories__item-counter {
  display: none;
}
.all-categories__item-subs {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.all-categories__item-subs li {
  display: inline;
}
.all-categories__item-subs li::after {
  content: ", ";
}
.all-categories__item-subs li:last-child::after {
  content: "";
}
.all-categories__item-subs a {
  color: #525564;
  text-decoration: none;
  line-height: 1.1;
  transition: color 0.3s ease;
}
.all-categories__item-subs a:hover {
  color: #5374ff;
}

/* Sync email */
@media all and (max-width: 772px) {
  .card__sync-email_block {
    flex-direction: column;
  }
}
/* Catalog Products - Header */
.catalog-header {
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (max-width: 979px) {
  .catalog-header {
    display: none;
  }
}

.catalog__title + .catalog-header {
  margin: -30px 0 0 0;
}

.catalog-header__left {
  flex: 1 0;
}

.catalog-header__props {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 143px 8px 0;
}
.catalog-header__props-item {
  min-width: 88px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #F2F5FA;
  border-radius: 34px;
}
.catalog-header__props_price {
  min-width: 110px;
}

/* Info block */
.info-title {
  display: block;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.info-block {
  position: relative;
  padding: 8px;
  background: #F2F5FA;
  border-radius: 16px;
  margin: 20px 0;
}
.info-block_disabled::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  cursor: not-allowed;
}
.info-block-header {
  min-height: 37px;
  padding: 4px 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.info-block-header-title {
  font-size: 18px;
  font-weight: 600;
}
.info-block-header-right {
  display: flex;
  align-items: center;
  gap: 5px;
}
.info-block-header-right .label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
}
.info-block-inner {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}
.info-block-title {
  display: block;
  margin: 0 0 5px 0;
}
.info-text {
  margin: 20px 0;
}

/*
Reviews - Category
 */
.review__category-block {
  padding: 8px 0 0 0;
}

/*
Not found
 */
.list-view .empty,
.accounts__items .empty {
  max-width: 100%;
  padding: 12px;
  margin: 0 auto 34px;
  border: 2px dashed #f2f4ff;
  background: rgba(0, 0, 0, 0.009);
  border-radius: 10px;
  text-align: left;
}

.accounts__items .empty {
  margin: 0;
}

@keyframes searchingAnimation {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.alert-empty {
  padding: 16px;
  position: relative;
  background: #ffffff;
  margin: -12px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.44;
  font-weight: 500;
  color: #313237;
  text-align: center;
}
.alert-empty b {
  font-size: 28px;
  line-height: 1.24;
}

.icon-catalog-not-found {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  position: relative;
  border: 9px dashed #ff9393;
  border-radius: 6px;
}
.icon-catalog-not-found::after {
  width: 40%;
  height: 40%;
  content: " ";
  display: block;
  position: absolute;
  right: -9px;
  bottom: -9px;
  background: #fff;
}
.icon-catalog-not-found::before {
  width: 54px;
  height: 54px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  right: -8px;
  bottom: -10px;
  background: no-repeat 0 0 url(../img/icons/catalog-not-found.svg);
  background-size: 100% 100%;
  animation: searchingAnimation 2s ease-in-out infinite;
}

.gift-sidebar.is-affixed {
  z-index: 99;
}
.gift-sidebar.is-affixed .inner-wrapper-sticky {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.order__history-promo-message {
  padding: 3px 5px;
  text-align: center;
}

.p-receipt__promo-message {
  margin: 0 0 10px 0;
  text-align: center;
}

.review-promo-message {
  text-align: center;
}
.review-promo-message a {
  color: #337ab7;
}
.help-center-category-description {
  margin-bottom: 30px;
}
.help-center-post {
  padding: 16px;
  display: block;
  margin-bottom: 20px;
}
.help-center-post__title {
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.32;
  word-break: break-word;
}
.help-center-post__text {
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.help-center-post__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 0 0 0;
}

.help-center {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 772px) {
  .help-center {
    flex-direction: column;
  }
}
.help-center-sidebar {
  flex: none;
  width: 300px;
}
@media all and (max-width: 960px) {
  .help-center-sidebar {
    width: 200px;
  }
}
@media all and (max-width: 772px) {
  .help-center-sidebar {
    order: -1;
    width: 100%;
    margin: 0;
  }
  .help-center-sidebar .card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .help-center-sidebar .help-center-title {
    display: none;
  }
}
@media all and (max-width: 772px) {
  .help-center-sidebar-mobile-toggle-box {
    max-height: 0;
    overflow: hidden;
  }
}
.help-center-sidebar-card {
  padding: 16px;
}
.help-center-sidebar-mobile-toggle-button {
  display: none !important;
}
@media all and (max-width: 772px) {
  .help-center-sidebar-mobile-toggle-button {
    order: -2;
    display: flex !important;
    width: 100%;
    margin-bottom: 0;
  }
}
.help-center-sidebar-mobile-toggle-button:after {
  width: 12px;
  height: 12px;
  content: " ";
  background: no-repeat 0 0 url(../img/icons/icon-arrow-down-menu.svg);
  background-size: 100% 100%;
  filter: brightness(20);
  transition: transform 0.3s ease;
}
.help-center-sidebar-mobile-toggle-button.drop--open::after {
  transform: rotate(180deg);
}
.help-center-sidebar-mobile-toggle-button.drop--open + .help-center-sidebar-mobile-toggle-box {
  max-height: none;
  overflow: visible;
  margin-top: 10px;
}
.help-center-content {
  flex: 1 0;
}
.help-center-title {
  margin: 0;
}
.help-center-title_mobile {
  display: none;
}
@media all and (max-width: 772px) {
  .help-center-title_mobile {
    display: block;
    margin: 0 0 20px 0;
  }
}

.help-center-categories {
  display: grid;
  gap: 5px;
  line-height: 1.24;
}
.help-center-categories__item {
  border-radius: 8px;
}
.help-center-categories__item.active .help-center-categories__item-btn-link {
  font-weight: bold;
  color: #5374ff;
}
.help-center-categories__item.active .help-center-categories__item-btn-link::after {
  transform: rotate(-270deg);
}
.help-center-categories__item.active .help-center-categories__sub {
  display: block;
}
.help-center-categories__item-btn {
  display: flex;
  background-color: rgba(82, 115, 253, 0.04);
  border-radius: 8px;
}
.help-center-categories__item-btn-link {
  min-height: 42px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  width: 100%;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.help-center-categories__item-btn-link::after {
  width: 12px;
  height: 12px;
  content: " ";
  display: block;
  background: no-repeat 0 0 url("../img/icons/icon-arrow-right.svg");
  background-size: 100% 100%;
}
.help-center-categories__item-btn-link.active, .help-center-categories__item-btn-link:hover {
  text-decoration: none;
  background-color: #F2F5FA;
  color: #5374ff;
}
.help-center-categories__item-btn-link.active {
  color: #5374ff;
  border-radius: 8px 8px 0 0;
}
.help-center-categories__item-btn-link.active .help-center-categories__item-link-arrow:after {
  transform: rotate(270deg);
}
.help-center-categories__item-btn-link-label {
  flex: 1 0;
}
.help-center-categories__level {
  display: none;
}
.help-center-categories__sub {
  display: none;
  padding: 5px;
  margin: 0 8px;
  margin-top: -2px;
  background: rgba(242, 245, 250, 0.5);
  border-radius: 5px;
}
.help-center-categories__sub ul {
  padding-left: 0;
  padding-top: 2px;
  position: relative;
  overflow: hidden;
}
.help-center-categories__sub ul li {
  padding-left: 8px;
  position: relative;
}
.help-center-categories__sub ul li::before {
  width: 8px;
  height: 500px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  border: 2px solid #e4e4e4;
  border-right: 0;
  border-top: 0;
  transform: translateY(-100%);
}
.help-center-categories__sub ul li a {
  padding: 5px 5px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}
.help-center-categories__sub ul li a:hover {
  color: #5374ff;
  text-decoration: none;
}
.help-center-categories__sub ul li.active > a {
  font-weight: bold;
  color: #5374ff;
}
.help-center-categories__sub ul li.active > .help-center-categories__level {
  display: block;
}

@media screen and (max-width: 992px) {
  .help-center-search {
    display: block;
  }
}
.help-center-search .input-header__search {
  background-color: #fafbfb;
  border-color: #e4e4e4;
  color: #000;
}
.help-center-search .input-header__search::placeholder {
  color: #ccc;
}
.help-center-search .input-header__search:focus {
  background-color: #fff;
  border-color: #ccc;
}
.help-center-search .input-header__search:focus-within {
  color: #222;
}
.help-center-search .header__search-btn-reset,
.help-center-search .header__search-btn-submit {
  filter: brightness(0);
}

.subsections-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}
@media all and (max-width: 772px) {
  .subsections-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subsections-post {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.subsections-post__title {
  flex: none;
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.32;
  word-break: break-word;
}
.subsections-post__text {
  flex: 1 0;
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.subsections-post__more {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 0 0 0;
}

.partners__block {
  display: flex;
}
@media screen and (max-width: 1040px) {
  .partners__block {
    flex-direction: column;
    gap: 20px;
  }
}
.partners__block .partners__block-item {
  display: flex;
}
@media screen and (max-width: 1040px) {
  .partners__block .partners__block-item {
    width: 100%;
  }
}
.partners__block .card {
  width: 100%;
  display: block;
}

.twofa-section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 680px) {
  .twofa-section {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.twofa-section__code-secret {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.twofa-section__code-secret label {
  margin: 0;
  line-height: 16px;
}
.twofa-section__code-secret input.error {
  border: 1px solid #d09696;
}
.twofa-section__code-input {
  position: relative;
}
@media screen and (max-width: 680px) {
  .twofa-section__code-input {
    background: #eeeeee;
    display: flex;
    align-items: start;
    flex-direction: column;
    border-radius: 12px;
  }
  .twofa-section__code-input:not(.unset) {
    height: 128px;
  }
}
.twofa-section__code-input.unset .twofa-section__code-button {
  display: none;
}
.twofa-section__code-input.unset input {
  color: #747474;
}
.twofa-section__code-input input {
  min-height: 72px;
  max-height: 72px;
  letter-spacing: 32px;
  padding: 0;
  margin: 0;
  text-indent: 40px;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 680px) {
  .twofa-section__code-input input {
    font-size: 24px;
    letter-spacing: 24px;
    text-indent: 30px;
  }
}
.twofa-section__code-button {
  width: 64px;
  border-radius: 12px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.twofa-section__code-timer {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #747474;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  z-index: 1;
  border: 1px solid #fff;
}
.twofa-section__code-timer.text-danger {
  color: #ff3131;
  border: 1px solid #ffbcbc;
  background: #fff9f9;
}
@media screen and (max-width: 680px) {
  .twofa-section__code-timer {
    top: unset;
    bottom: 16px;
    transform: unset;
    width: calc(50% - 24px);
  }
}
.twofa-section__code-copy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #5374FF;
  color: #fff;
  transition: background-color ease 0.3s;
  cursor: pointer;
}
.twofa-section__code-copy:hover {
  background: #7791ff;
}
@media screen and (max-width: 680px) {
  .twofa-section__code-copy {
    top: unset;
    bottom: 16px;
    transform: unset;
    width: calc(50% - 24px);
  }
}
.twofa-section__inputs {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.twofa-section__inputs .form-group {
  margin: 0;
}
.twofa-section__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 160px;
  min-height: 160px;
  max-width: 160px;
  max-height: 160px;
  border: 2px solid #F2F5FA;
  border-radius: 12px;
}
@media screen and (max-width: 680px) {
  .twofa-section__qr {
    min-width: 280px;
    min-height: 280px;
  }
}
.twofa-section__qr.unset .twofa-section__qr-img {
  display: block;
}
.twofa-section__qr-img {
  width: 80px;
  height: 80px;
  opacity: 0.2;
  display: none;
}

.gateaway {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gateaway .form__group-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
}
.gateaway form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gateaway .order__card-item h3 {
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .gateaway {
    gap: 16px;
  }
}
.gateaway__expires {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 540px) {
  .gateaway__expires {
    flex-direction: column;
  }
}
.gateaway__expires-item {
  border: 2px solid #F2F5FA;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  flex: 1 1 0;
}
@media screen and (max-width: 540px) {
  .gateaway__expires-item {
    flex: 1 0;
  }
}
.gateaway__expires-item.info .info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #747474;
}
@media screen and (max-width: 540px) {
  .gateaway__expires-item.info .info {
    flex: 1 0;
  }
}
.gateaway__expires-item.info .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gateaway__expires-item.timer.red #fn_payment-timer-progress {
  stroke: #d51313;
}
.gateaway__expires-item.timer.red #fn_payment-timer {
  color: #d51313;
}
.gateaway__expires-item.timer.orange #fn_payment-timer-progress {
  stroke: #cf820e;
}
.gateaway__expires-item.timer.orange #fn_payment-timer {
  color: #cf820e;
}
.gateaway__expires-item.timer .info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gateaway__expires-item.timer .info .title {
  font-size: 14px;
  line-height: 15px;
  color: #747474;
  font-weight: 500;
}
.gateaway__expires-item.timer .info .time {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #3BC559;
}
.gateaway__expires-item.timer .circle {
  flex: none;
  width: 42px;
  height: 42px;
}
.gateaway__expires-item.timer .circle #progress-circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.gateaway__address {
  display: flex;
  padding: 8px 24px 8px 8px;
  gap: 24px;
  width: 100%;
  border-radius: 16px;
  border: 2px solid #F2F5FA;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .gateaway__address {
    flex-direction: column;
    padding: 24px;
  }
}
.gateaway__address .form__group-item {
  flex-shrink: 1;
}
.gateaway__address .form__group-item .input {
  position: relative;
}
.gateaway__address .form__group-item .input button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.gateaway__address .form__group-item span {
  color: #747474;
  font-size: 12px;
  line-height: 150%;
}
.gateaway__address-qr {
  flex-shrink: 0;
}
.gateaway__address-qr img {
  width: 144px;
  height: 144px;
}
.gateaway__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gateaway__info-sum {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gateaway__info-sum-container {
  font-size: 32px;
  line-height: 24px;
  font-weight: 800;
}
@media screen and (max-width: 540px) {
  .gateaway__info-sum-container {
    font-size: 26px;
  }
}
.gateaway__info-other {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}
.gateaway__info-other-currency {
  opacity: 0.8;
}
.gateaway__copy {
  min-width: 40px;
  display: flex;
  padding: 12px;
  position: relative;
  background-color: #5374FF;
  border-radius: 12px;
  transition: background-color ease 0.3s;
}
.gateaway__copy:hover {
  background-color: #7791ff;
}
@media screen and (max-width: 520px) {
  .gateaway .checkout__total {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .gateaway .checkout__total::after {
    display: none;
  }
  .gateaway .checkout__total-label, .gateaway .checkout__total-value {
    margin: 0;
  }
}
.gateaway .checkout__total-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__view-status_cancel_by_user {
  display: block;
}
.product__view-status_cancel_by_user .help-block {
  display: none;
}
.product__view-status_cancel_by_user .has-error .help-block {
  display: block;
}

.order-cancel-by-user-block {
  margin-bottom: 0;
}

.order-cancel-by-user-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order-cancel-by-user-checkboxes .type-disabled-checkbox .order-history__block-form_check-text {
  opacity: 0.6;
}

.order-cancel-by-user-return-form {
  display: flex;
  flex-direction: column;
}

.order-by-user-promocode {
  max-width: 500px;
}

.order-return-form-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 0 16px;
  flex-wrap: wrap;
}
.order-return-form-col {
  flex: 1 0;
  width: auto;
}
@media all and (max-width: 772px) {
  .order-return-form-col {
    flex: none;
    width: 100%;
  }
}

.wraps .order-return-requisite-list {
  margin: 0;
}

.order-refunded-by-user-block {
  margin-bottom: 0;
}

.notification-wrapper {
  position: relative;
}
@media all and (max-width: 772.5px) {
  .notification-body {
    position: relative;
  }
  .notification-body::before {
    width: 40px;
    height: 70px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 5;
    right: 24px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    pointer-events: none;
  }
}
.notification-body .nav-tabs {
  border: 0;
}
@media all and (max-width: 772.5px) {
  .notification-body .nav-tabs {
    display: block;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }
  .notification-body .nav-tabs li {
    scroll-snap-align: start;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .notification-body .nav-tabs li:last-child {
    padding-right: 20px;
  }
}
.notification-body .nav-tabs > li > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #747474 !important;
  text-align: center;
  padding: 8px 16px;
  transition: all ease 0.3s;
  border-radius: 34px;
}
.notification-body .nav-tabs > li.active a {
  background: #F2F5FA;
}
.notification-tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #d5dae3 !important;
}
.notification-tabs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.notification-tabs-item-counter-value {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  text-align: center;
  background: #f2f5fa;
  border-radius: 6px;
}
.active .notification-tabs-item-counter-value {
  background: #fff;
}
.notification-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
@media all and (min-width: 772px) {
  .notification-controls {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 772.5px) {
  .notification-controls {
    margin: 0 0 16px 0;
  }
  .notification-controls .btn-sm {
    padding: 5px 12px;
    font-size: 12px;
  }
}
.notification-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notification-item {
  min-width: 100%;
  background: #F2F5FA;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}
.notification-item-header {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
@media all and (max-width: 992px) {
  .notification-item-header {
    flex-direction: column;
    gap: 6px;
  }
}
@media all and (max-width: 992px) {
  .notification-item-category {
    position: absolute;
    left: 6px;
    top: 15px;
  }
}
.notification-item-title {
  flex: 1 0;
  margin: 0;
}
.notification-item-date {
  flex: none;
  font-size: 13px;
  opacity: 0.8;
}
@media all and (max-width: 992px) {
  .notification-item-date {
    order: -1;
    align-self: end;
  }
}
.notification-item-add-review {
  display: inline-flex;
  vertical-align: baseline;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: 5px;
}
.notification-item-add-review .icon {
  width: 16px;
  height: 16px;
  transition: opacity 0.3s ease;
}
.notification-item-add-review .icon:hover {
  opacity: 0.65;
}

.page-partner {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .page-partner {
    flex-direction: column;
  }
}
.page-partner-block_stat {
  flex: none;
  width: 480px;
}
@media screen and (max-width: 1190px) {
  .page-partner-block_stat {
    width: 380px;
  }
}
.page-partner-block_joined {
  flex: 1 0;
}
.page-partner-block_improve {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-partner-block_help {
  flex: none;
  width: 100%;
}
.page-partner-block_operations {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .page-partner-block {
    flex: none;
    width: 100%;
  }
}
.page-partner-block .card {
  align-items: flex-start;
  align-content: flex-start;
}
.page-partner-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .page-partner-links {
    flex-direction: column;
    align-items: normal;
  }
}
.page-partner-links-select {
  flex: none;
  width: 210px;
}
@media screen and (max-width: 600px) {
  .page-partner-links-select {
    display: none;
  }
}
.page-partner-links-places {
  flex: 1 0;
}
.page-partner-links-places .readonly-label {
  display: none;
}
.page-partner-links-places input.form-control {
  padding-right: 130px;
}
@media screen and (max-width: 600px) {
  .page-partner-links-places input.form-control {
    padding-right: 90px;
  }
}
@media screen and (max-width: 600px) {
  .page-partner-links-places {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-partner-links-places .display-none {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .page-partner-links-places .readonly-label {
    display: block;
  }
}
.page-partner-filter {
  max-height: 0;
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.page-partner-filter.filter-open {
  max-height: 800px;
}
.page-partner-btn-filter .label_open {
  display: block;
}
.page-partner-btn-filter .label_close {
  display: none;
}
.page-partner-btn-filter.active .label_open {
  display: none;
}
.page-partner-btn-filter.active .label_close {
  display: block;
}
.page-partner-btn-filter.active .icon-arrow-down {
  transform: rotate(180deg);
}
.page-partner .icon-info-partner {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 0;
  cursor: help;
}

.help-block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 772px) {
  .help-block-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.help-block-list-item {
  padding: 14px 16px 16px;
  background: #f2f5fa;
  border-radius: 10px;
}
.help-block-list-item ul {
  margin-bottom: 0;
}

.box-rating {
  width: 80px;
  height: 14px;
  display: inline-flex;
  position: relative;
  cursor: default;
  background: repeat-x 0 0 url("../img/icons/box-rating.svg");
  background-size: 16px 28px;
}
.box-rating::after {
  width: 0;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: repeat-x 0 bottom url("../img/icons/box-rating.svg");
  background-size: 16px 28px;
}
.box-rating_large {
  width: 100px;
  height: 18px;
  background-size: 20px 36px;
}
.box-rating_large::after {
  background-size: 20px 36px;
}
.box-rating[data-rating="0.5"]::after {
  width: 10%;
}
.box-rating[data-rating="1"]::after {
  width: 20%;
}
.box-rating[data-rating="1.5"]::after {
  width: 30%;
}
.box-rating[data-rating="2"]::after {
  width: 40%;
}
.box-rating[data-rating="2.5"]::after {
  width: 50%;
}
.box-rating[data-rating="3"]::after {
  width: 60%;
}
.box-rating[data-rating="3.5"]::after {
  width: 70%;
}
.box-rating[data-rating="4"]::after {
  width: 80%;
}
.box-rating[data-rating="4.5"]::after {
  width: 90%;
}
.box-rating[data-rating="5"]::after {
  width: 100%;
}

@keyframes animate-bar-tag-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bar-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin: 2px 0 0 0;
}
.bar-tag.product__badges {
  margin-bottom: 8px;
}
.bar-tag.product__badges .bar-tag-item_rating,
.bar-tag.product__badges .bar-tag-item_manual {
  display: none !important;
}
.bar-tag-item {
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0 3px;
  border: 0;
  background: rgba(27, 102, 204, 0.1);
  transform: translate3d(0, 0, 0);
  border-radius: 16px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  box-shadow: 0 1px 0 0 rgba(27, 102, 204, 0.2);
  animation: animate-bar-tag-fade-in 0.3s ease-in forwards;
}
.bar-tag-item[data-tippy-content], .bar-tag-item[data-tippy-content2] {
  cursor: help;
}
.bar-tag-item .icon {
  width: 14px;
  height: 14px;
}
.bar-tag-item .icon::before {
  width: 14px;
  height: 14px;
}
.bar-tag-item:hover {
  opacity: 1;
}
.bar-tag-item_warranty {
  color: #1BCC42;
  background: rgba(27, 204, 66, 0.08);
  box-shadow: 0 1px 0 0 rgba(27, 204, 66, 0.2);
}
.bar-tag-item_video {
  color: #CC661B;
  background: rgba(204, 102, 27, 0.08);
  box-shadow: 0 1px 0 0 rgba(204, 102, 27, 0.2);
}
.bar-tag-item_invalid_sold {
  color: rgba(83, 116, 255, 0.8);
  box-shadow: 0 1px 0 0 rgba(83, 116, 255, 0.2);
}
.bar-tag-item_invalid_sold:hover {
  color: #5374ff;
}
.bar-tag-item_blacklist {
  color: rgba(255, 83, 83, 0.8);
  background: rgba(255, 83, 83, 0.2);
  box-shadow: 0 1px 0 0 rgba(255, 83, 83, 0.2);
}
.bar-tag-item_blacklist:hover {
  color: #ff5353;
}
.bar-tag-item_rating {
  cursor: default;
}
.bar-tag-item-content {
  display: block;
  gap: 0;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.bar-tag-item_warranty[data-warranty-status] > span {
  color: inherit;
}
.bar-tag-item_warranty[data-warranty-status=timeout] {
  color: #636363;
  background: rgba(153, 153, 153, 0.2);
}
.bar-tag-item_warranty[data-warranty-status=timeout] .icon {
  filter: grayscale(1) invert(1);
}
.bar-tag-item_warranty[data-warranty-status=timeout]:hover {
  background: #aba8a8;
}

.account__item .bar-tag-item-content > span:first-child span {
  display: none;
}
.account__item .bar-tag-item-content > span + span {
  display: none;
}

@media all and (max-width: 532px) {
  .account__item .bar-tag-item-content {
    display: none;
  }
}
.account__item:hover .bar-tag-item {
  opacity: 1;
}

.bar-tag-large {
  gap: 8px;
}
@media all and (max-width: 572px) {
  .bar-tag-large {
    width: 100%;
    justify-content: center;
  }
}
.bar-tag-large .box-rating {
  width: 100px;
  height: 18px;
  background-size: 20px 36px;
}
.bar-tag-large .box-rating::after {
  background-size: 20px 36px;
}
.bar-tag-large .bar-tag-item {
  height: 32px;
  min-width: 32px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
@media all and (max-width: 532px) {
  .bar-tag-large .bar-tag-item {
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }
}
.bar-tag-large .bar-tag-item.display-none {
  display: none;
}
.bar-tag-large .bar-tag-item .icon {
  width: 18px;
  height: 18px;
}
@media all and (max-width: 532px) {
  .bar-tag-large .bar-tag-item .icon {
    width: 14px;
    height: 14px;
  }
}
.bar-tag-large .bar-tag-item .icon:before {
  width: 18px;
  height: 18px;
}
@media all and (max-width: 532px) {
  .bar-tag-large .bar-tag-item .icon:before {
    width: 14px;
    height: 14px;
  }
}
.bar-tag-large .bar-tag-item-content {
  justify-content: flex-start;
}
.bar-tag-large .bar-tag-item-content > span + span {
  font-size: 8px;
}
.bar-tag-large .bar-tag-item-content span[data-text]::before {
  content: attr(data-text) " ";
}
@media all and (min-width: 532px) {
  .bar-tag-large .bar-tag-item-content {
    justify-content: flex-start;
  }
  .bar-tag-large .bar-tag-item-content > span + span {
    font-size: 8px;
  }
}

.product-useful-services-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-useful-services-list-item {
  padding: 5px 6px 5px 12px;
  display: flex;
  align-items: center;
  gap: 4px 18px;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.product-useful-services-list-item:hover {
  background-color: rgb(251, 251, 255);
}
@media screen and (max-width: 440px) {
  .product-useful-services-list-item {
    gap: 4px 12px;
  }
}
.product-useful-services-list-item-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  vertical-align: top;
}
@media screen and (max-width: 772px) {
  .product-useful-services-list-item-icon {
    align-self: flex-start;
    margin-top: 8px;
  }
}
.product-useful-services-list-item-title {
  flex: 1 0;
  align-self: center;
  word-break: break-word;
}
@media screen and (max-width: 440px) {
  .product-useful-services-list-item-title {
    font-size: 12px;
  }
}
.product-useful-services-list-item-title-name {
  font-size: 14px;
  font-weight: bold;
  color: #566997;
}
@media screen and (max-width: 740px) {
  .product-useful-services-list-item-title-name {
    display: block;
  }
}
.product-useful-services-list-item-more {
  flex: none;
}
.product-useful-services-list-item-more-btn {
  min-height: 30px;
  padding: 0;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  border: 0;
  font-weight: 800;
  background: 0;
  border-radius: 0;
  text-decoration: none !important;
}
.product-useful-services-list-item-more-btn::after {
  line-height: 1;
  content: ">";
  display: inline-block;
  font-weight: 800;
  font-size: 21px;
}
.product-useful-services-list-item-more-btn::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 440px) {
  .product-useful-services-list-item-more-btn {
    min-height: auto;
    padding: 0;
    font-size: 12px;
    background: 0;
  }
}
@media screen and (max-width: 440px) {
  .product-useful-services-list-item-more {
    width: 100%;
    text-align: center;
  }
}

/* Загрузка товарных единиц */
.multiple-urls-counter {
  padding: 4px 5px;
  float: right;
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 11px;
  color: #5374ff;
  text-align: right;
  background: rgba(238, 238, 238, 0.5);
  border-radius: 0 0 5px 5px;
}
.multiple-urls-form-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.result-row--with-copy {
  position: relative;
}
.result-row__copy {
  position: absolute;
  max-height: 32px;
  top: 0;
  right: 0;
  margin: 8px;
}

.ta-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 20px !important;
}

.ta-links {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.ta-link {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  overflow: hidden;
  font-weight: 400;
  font-size: 12.5px;
  color: #70727B !important;
  text-overflow: ellipsis;
  border: 1px solid #c2d3e5;
  border-radius: 5px;
  background-color: transparent;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 993px) {
  .ta-link:only-of-type {
    width: clamp(300px, 100%, 50%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 771px) {
  .ta-link {
    display: none;
    border-width: 1px;
    padding: 5px 10px;
    font-size: 11px;
  }
  .ta-link.ta-link-mobile-show {
    display: inline-flex;
  }
}
.ta-link:hover {
  background-color: rgba(148, 187, 227, 0.14);
  text-decoration: none;
}

.ta-link__inner {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ta-links-wrapper a.ta-links-add,
.ta-links-wrapper a.ta-links-add:visited {
  align-self: center;
  text-decoration: underline;
  opacity: 0.3;
  font-size: 13px;
}

@media screen and (max-width: 771px) {
  .ta-links-wrapper a.ta-links-add,
  .ta-links-wrapper a.ta-links-add:visited {
    font-size: 11px;
  }
}
.ta-links-wrapper a.ta-links-add:hover {
  opacity: 1;
}

.ta-links-wrapper a.ta-links-add.text-right {
  align-self: flex-end;
}

@media screen and (max-width: 992px) {
  .ta-links {
    flex-direction: column;
    gap: 12px;
  }
}
.field-textadvertisingorderform-text {
  position: relative;
}

.ta-form-control-counter {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px 20px 0;
  font-size: 13px;
  color: #535c6c;
}

.ta-form-control-counter-value {
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ta-form-control-counter-label-last {
    display: none;
  }
}
.review-reactions {
  height: 32px;
  padding: 0 0 0 10px;
  display: flex;
  justify-content: center;
  gap: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
}
.review-reactions__caption {
  flex: none;
  display: flex;
  align-items: center;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.review-reactions a.review-reactions__caption {
  order: 0;
  width: auto;
  color: #777;
}
.review-reactions__btns {
  display: flex;
  border-left: 1px solid #F2F5FA;
}
.review-reactions__btn {
  flex: 0 0 auto;
  width: 32px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background: #FFF;
  border-radius: 0;
  transition: background-color 0.3s;
}
.review-reactions__btn--like {
  background: rgba(0, 255, 0, 0.07);
}
.review-reactions__btn--like:hover {
  background: rgba(0, 255, 0, 0.17);
}
.review-reactions__btn--dislike {
  background: rgba(255, 0, 0, 0.07);
  border-radius: 0 16px 16px 0;
}
.review-reactions__btn--dislike:hover {
  background: rgba(255, 0, 0, 0.17);
}
.review-reactions__btn.disabled {
  background-color: #fdfdfd;
  pointer-events: none;
}
.review-reactions button .icon-review-like {
  animation: anim-like-up 2.4s ease infinite;
}

@keyframes anim-like-up {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.traffic-source-sample {
  display: flex;
  gap: 8px;
  margin: -8px 0 16px 0;
  line-height: 1.4;
}
@media all and (max-width: 673px) {
  .traffic-source-sample {
    flex-direction: column;
  }
}
.traffic-source-sample ul {
  margin-left: 0;
}
.traffic-source-sample ul > li {
  margin-top: 6px;
  margin-bottom: 0;
}
.traffic-source-sample__positive, .traffic-source-sample__negative {
  flex: 1 0;
  padding: 16px;
  border: 2px dashed #eee;
  background: rgba(244, 244, 246, 0.3);
  border-radius: 12px;
}
.traffic-source-sample__positive ul > li::before, .traffic-source-sample__negative ul > li::before {
  color: #49d344;
}
.traffic-source-sample__negative {
  flex: none;
  width: 30%;
}
@media all and (max-width: 673px) {
  .traffic-source-sample__negative {
    width: 100%;
  }
}
.traffic-source-sample__negative ul > li::before {
  color: #bd3535;
}
.traffic-source-sample__title {
  margin: 0 0 5px 0;
  line-height: 1.24;
  font-weight: bold;
}
.traffic-source-sample__title--positive {
  color: #49d344;
}
.traffic-source-sample__title--negative {
  color: #bd3535;
}

.group-links {
  margin: 16px 0 20px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 740px) {
  .group-links {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group-links::before, .group-links::after {
    width: 30px;
    height: auto;
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10 preview */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .group-links::before {
    width: 10px;
    left: 0;
    right: auto;
    transform: scale(-1, 1);
  }
}
.group-links__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .group-links__list {
    padding: 0 30px 20px 10px;
    margin-bottom: -20px;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
}
@media screen and (max-width: 740px) {
  .group-links__link--all {
    order: -2;
  }
  .group-links__link.active {
    order: -1;
  }
}
.group-links span.btn,
.group-links a.btn {
  color: #5475ff !important;
  background: 0;
  border: 1px solid #e3e8ec;
  transition: background-color 0.3s ease;
}
.group-links span.btn:hover,
.group-links a.btn:hover {
  background: #e2eaff;
}
.group-links span.btn.active,
.group-links a.btn.active {
  color: #fff !important;
  border-color: #5475ff;
  background: #5475ff;
  cursor: default !important;
}

.extended-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  margin: 20px 0;
}
@media all and (max-width: 760px) {
  .extended-pagination {
    flex-direction: column;
  }
}
.extended-pagination .pagination {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .extended-pagination .pagination {
    flex: auto;
  }
}
@media all and (max-width: 760px) {
  .extended-pagination .pagination {
    margin: 0;
    justify-content: center;
  }
}
.extended-pagination .first .page-link {
  width: auto;
}
.extended-pagination .page-input {
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  padding-right: 40px;
  width: 90px;
}
.extended-pagination .page-input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.extended-pagination .page-input[type=number]::-webkit-outer-spin-button, .extended-pagination .page-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.extended-pagination .page-input[type=number]::-ms-clear, .extended-pagination .page-input[type=number]::-ms-expand {
  display: none;
}
.extended-pagination .pagination-goto {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  position: relative;
}
.extended-pagination .pagination-goto span {
  flex: none;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.025;
  font-weight: bold;
  white-space: nowrap;
}
.extended-pagination .pagination-goto .page-button {
  background-color: #5374ff;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  color: #fff;
  height: 32px;
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  width: 32px;
}

.mobile-fixed-nav {
  display: none;
}

@media (max-width: 992px) {
  body .mobile-fixed-nav {
    height: 50px;
    padding: 0 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #414e6e;
    background-size: contain;
  }
  body .mobile-fixed-nav__btn {
    min-width: 32px;
    height: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: 0 !important;
    border-radius: 50%;
  }
  body .mobile-fixed-nav__btn--balance {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    background: #14AA35;
    border-radius: 16px;
  }
  body .mobile-fixed-nav__btn .fa,
  body .mobile-fixed-nav__btn .icon {
    pointer-events: none;
  }
  body .mobile-fixed-nav__btn .icon {
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  body .mobile-fixed-nav__btn .icon-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
  }
  body .mobile-fixed-nav__btn.active .icon-close {
    opacity: 1;
    visibility: visible;
  }
  body .mobile-fixed-nav__btn.active .icon-close + .icon {
    opacity: 0;
    visibility: hidden;
  }
  body .mobile-fixed-nav__btn .icon_bell_animation {
    position: relative;
    top: 1px;
  }
  body .mobile-fixed-nav__btn .icon_bell_animation::before {
    width: 20px;
    height: 20px;
  }
  body .mobile-fixed-nav__btn-counter {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -3px;
    top: -2px;
    font-weight: bold;
    font-size: 10px;
    color: #eee;
    text-align: center;
    background: #434F6C;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #98a1b9;
  }
}
.product-reviews__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}
.product-reviews__filters .btn-help {
  margin-left: 2px;
  opacity: 0.5;
}
.product-reviews__filters .btn-help:hover {
  opacity: 1;
}
.product-reviews__filter {
  position: relative;
  font-size: 14px;
}
.product-reviews__filter input {
  margin-right: 6px;
}
.product-reviews__filter .product-reviews__tooltip {
  display: inline-block;
  margin-left: 4px;
  cursor: help;
  font-weight: bold;
  color: #999;
}
.product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-reviews__more {
  margin-top: 16px;
  text-align: center;
}
.product-reviews__button {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.product-reviews__button:hover {
  background: #e6e6e6;
}

.product-review {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 8px 6px;
}
.product-review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-size: 13px;
  color: #555;
}
@media screen and (max-width: 640px) {
  .product-review__header {
    flex-direction: column;
    align-items: normal;
    gap: 4px;
  }
}
.product-review__author-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-review__author-registration-year {
  font-weight: 600;
  color: #222;
}
.product-review__author-rank {
  flex: none;
  padding: 2px 5px;
  display: flex;
  font-size: 12px;
  color: #999;
  background: #eee;
  border-radius: 5px;
}
.product-review__meta {
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  color: #777;
}
@media screen and (max-width: 640px) {
  .product-review__meta {
    text-align: left;
  }
}
.product-review__meta .product-review__date {
  margin-bottom: 2px;
}
.product-review__body {
  line-height: 1.44;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .product-review__body {
    font-size: 13px;
  }
}
.product-review__text {
  word-break: break-word;
}

/* Generate CSS v6 */

/*# sourceMappingURL=style.css.map */
