@charset "UTF-8";

:root {
  --color-text: rgba(27, 24, 43, 0.502);
  --color-bg-wrapper: #f5f7fc;
  --color-title: #1b182b;
  --color-accent: #8049f1;
  --color-accent-hover: #8b56f6;
  --color-accent-nav-hover: #fff;
  --color-white: #ffffff;
  --color-bg-footer: #090812;
  --color-footer-info: #221f3280;
  --color-section-product: #ffffff;
  --color-bg-info--value: #f4f5fa;
  --color-bg-filter-button: #dbdfed;
  --color-bg-select-option-drop: #ffffff;
  --color-bg-filter-button-hover: #dbdfed;
  --filter-button: grayscale(1) brightness(0);
  --filter-button-last: invert(0);
  --filter-footer-image: brightness(100%);
  --color-bg-to-top: #dfe0e7;
  --color-bg-to-top-hover: #cdd0ea;
  --filter-button-cart: grayscale(1);
}

/* Site Style */

[data-style-color="theme-dark"]:root {
  --color-text: #dbdfed;
  --color-title: #dbdfed;
  --color-bg-wrapper: #1b182b;
  --color-bg-footer: #090812;
  --color-footer-info: #dbdfed;
  --color-section-product: #272436;
  --color-bg-info--value: #1b182b;
  --color-bg-filter-button: #252235;
  --color-bg-select-option-drop: #252235;
  --color-bg-filter-button-hover: #1b182b;
  --filter-button: grayscale(0) brightness(1);
  --filter-button-last: invert(1);
  --filter-footer-image: brightness(50%);
  --color-bg-to-top: rgba(0, 0, 0, 0.15);
  --color-bg-to-top-hover: rgba(0, 0, 0, 0.4);
  --filter-button-cart: grayscale(1) invert(1) brightness(130%);
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Light.woff") format("woff"), url("fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff") format("woff"), url("fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff") format("woff"), url("fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.woff") format("woff"), url("fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black.woff") format("woff"), url("fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

.skiptranslate {
  display: none !important;
  height: 0 !important;
}

html {
  height: 100%;
}

body {
  min-width: 340px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  font: 400 14px/1.57 'Inter', Arial, Helvetica, sans-serif;
  color: var(--color-text);
  background: var(--color-bg-wrapper);
}

a img {
  border: 0;
}

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

* {
  min-height: 0;
  min-width: 0;
}

.none,
.display-none {display:none;}

.focus-disabled *,
.focus-disabled *:focus {
  outline: none !important;
}

.load--preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a {
  color: #8049f1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 16px 0;
  padding: 0;
  font: 800 20px/1.2 'Inter', Arial, Helvetica, sans-serif;
  color: inherit;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  font: normal 13px/1.2 'Inter', Arial, Helvetica, sans-serif;
  color: #fff;
  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;
}

.container {
  width: 100%;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-reset,
.button-link {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button:hover,
html [type="button"]:hover {
  cursor: pointer;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}


a.button {
  color:#fff;
  text-decoration: none;
}
.button {
  height: 40px;
  padding:2px 16px;
  position: relative;
  z-index: 1;
  border: 0;
  overflow:hidden;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align:middle;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 0.9;
  color:#fff;
  text-decoration:none;
  text-align:center;
  text-overflow:ellipsis;
  border-radius: 20px;
  background: var(--color-accent);
  transition: background .34s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline:none;
}
.button:hover {
  background: var(--color-accent-hover);
}

/* Tippy */
.tippy-box {
  background: #1b182b;
  -webkit-box-shadow: 0px 12px 46px 0px rgba(27, 24, 43, 0.74);
  box-shadow: 0px 12px 46px 0px rgba(27, 24, 43, 0.74);
  border-radius: 10px;
}
.tippy-content {
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.54;
}
.tippy-arrow {
  color: #1b182b;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0;
  transform: translate(50px, 0px) !important;
}
.tippy-box .tooltip__info {
  margin: 15px 0 0 0;
}



.tooltip p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}

.tooltip__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.tooltip__info-icon {
  min-width: 17px;
  height: 17px;
  background-color: var(--color-accent);
  border-radius: 17px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip__info-content {
  font-size: 11px;
  font-weight: 400;
  color: #c9b0fb;
}



.page-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: 20px;
  word-break: break-word;
}


.btn-product-link {
  flex: 1 0;
  padding: 12px 20px;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxNDhmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzMyZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, #8148f1 0%,#ac32e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  position: relative;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
}
.btn-product-link::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.1);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-product-link[disabled] {
  opacity: 0.6;
  cursor: default;
}

.btn-product-link:hover::after {
  opacity: 1;
}

.btn-product-link_nostock,
.btn-product-link_nostock:hover,
.btn-product-link_nostock:active  {
  padding: 5px;
  background: #f4f5fa;
  line-height: 1;
  font-size: 13px;
  color: #878692;
  cursor: default;
}
html[data-style-color="theme-dark"] .btn-product-link_nostock,
html[data-style-color="theme-dark"] .btn-product-link_nostock:hover,
html[data-style-color="theme-dark"] .btn-product-link_nostock:active  {
  background: #3a374f;
  color: #eee;
}

.btn-area-show {
  min-height: 42px;
  padding: 8px 33px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-title);
  text-align: center;
  border-radius: 30px;
  background-color: var(--color-section-product);
  border: 1px solid var(--color-title);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-area-show:hover {
  color: var(--color-white);
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
}
.btn-area-show-label-hide {
  display: none;
}

.section-product__area-show.current--show .btn-area-show-label-show {
  display: none;
}
.section-product__area-show.current--show .btn-area-show-label-hide {
  display: block;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  margin-bottom: calc(15px + 30 / 19 * 1vw);
}
.search-form .button {
  min-width: 171px;
}
@media all and (max-width:420px) {
  .search-form {
    flex-direction: column;
    gap: 10px;
  }
  body .purchases .control-input {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}

/* Custom checkbox*/

.button-checkbox {
  display:flex;
  align-items:center;
  position:relative;
  gap:11px
}
.button-checkbox input {
  width:1px;
  height:1px;
  display:block;
  position:absolute;
  left:0;
  top:0;
  border:0;
  background:0;
  opacity:0
}
.button-checkbox__label {
  order:3;
  flex:1 0;
  font-weight: 500;
  font-size:14px
}
@media all and (min-width:1360px) {
  .button-checkbox__label br {
    display:none
  }
}
.button-checkbox__tick {
  order:2;
  flex:none;
  width:20px;
  height:20px;
  position:relative;
  background-color: #f4f5fa;
  border-radius: 5px;
}
.button-checkbox__tick::after {
  width:auto;
  height:auto;
  content:' ';
  display:block;
  position:absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background:#282828;
  border-radius: 3px;
  transition:opacity 0.3s ease;
  opacity: 0;
}
.button-checkbox input:checked + .button-checkbox__tick::after {
  opacity: 1;
  background-color: #f4f5fa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%238049f1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}



.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: var(--color-title);
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: var(--color-bg-filter-button);
  border: 0;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для чекбокса, находящегося в состоянии checked */

.custom-checkbox:checked + label::before {
  background-color: var(--color-bg-filter-button);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%238049f1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active + label::before {
  background-color: var(--color-bg-filter-button);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox:focus:not(:checked) + label::before {
  border: 0;
}

/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

/* Custom checkbox 2*/

.custom-checkbox-2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-2 + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  color: #1b182b;
}

.custom-checkbox-2 + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #f4f5fa;
  border: 0;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для чекбокса, находящегося в состоянии checked */

.custom-checkbox-2:checked + label::before {
  background-color: #f4f5fa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%238049f1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox-2:not(:disabled):active + label::before {
  background-color: #f4f5fa;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox-2:focus:not(:checked) + label::before {
  border: 0;
}

/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox-2:disabled + label::before {
  background-color: #f4f5fa;
}

.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 95px;
  right: 35px;
  width: 54px;
  height: 54px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-bg-to-top);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 250px 0px rgba(85, 19, 115, 0.06);
  box-shadow: 0px 0px 250px 0px rgba(85, 19, 115, 0.06);
}

.back-to-top img {
  -webkit-filter: var(--filter-button-last);
  filter: var(--filter-button-last);
}

.back-to-top:hover {
  background-color: var(--color-bg-to-top-hover);
}
html[data-style-color="theme-dark"] .back-to-top {
  background-color: rgb(82 72 119);
}
html[data-style-color="theme-dark"] .back-to-top:hover {
  background-color: rgb(98, 88, 140);
}

#body a.cartlequebutton {
  margin: 0;
  position: fixed;
  bottom: 25px;
  right: 35px;
  width: 54px;
  height: 54px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-bg-to-top);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 250px 0px rgba(85, 19, 115, 0.06);
  box-shadow: 0px 0px 250px 0px rgba(85, 19, 115, 0.06);
}
#body a.cartlequebutton::after {
  width: 20px;
  height: 20px;
  content: ' ';
  display: block;
  background: no-repeat 0 0 url(img/cart-3.png);
  background-size: 100% 100%;
}
html[data-style-color="theme-dark"] #body a.cartlequebutton {
  background-color: rgb(82 72 119);
}
html[data-style-color="theme-dark"] #body a.cartlequebutton:hover {
  background-color: rgb(98, 88, 140);
}
html[data-style-color="theme-dark"] #body a.cartlequebutton::after {
  filter: brightness(10);
}

#body a.cartlequebutton img {
  -webkit-filter: var(--filter-button-last);
  filter: var(--filter-button-last);
}

#body a.cartlequebutton:hover {
  background-color: var(--color-bg-to-top-hover);
}

#body .counter_cartlequebutton {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--color-accent);
  border-radius: 50%;
  left: auto;
  right: 0;
  top: -2px;
  bottom: auto;
  margin: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 41px;
  width: 100%;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #1b182b;
  text-align: left;
  background: 0;
  background-color: #f4f5fa;
  border-radius: 10px;
  outline: none !important;
  padding: 10px 20px;

}
.form-control.copy--success {
  background-color: #e8ecff;
}

.form-control::-webkit-input-placeholder {
  color: #87868F;
}

.form-control::-moz-placeholder {
  color: #87868F;
}

.form-control:-ms-input-placeholder {
  color: #87868F;
}

.form-control::-ms-input-placeholder {
  color: #87868F;
}

.form-control::placeholder {
  color: #87868F;
}

.modal-form-2 .form-group {
  margin-bottom: calc(15px + 30 / 19 * 1vw);
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.quantity_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bt_minus,
.bt_plus {
  height: 41px;
  width: 35px;
  background-color: #f4f5fa;
  color: #1b182b;
  font-size: 28px;
  font-weight: 600;
}

.bt_minus {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bt_plus {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-group.quantity-group {
  -ms-flex-preferred-size: 197px;
  flex-basis: 197px;
}

.quantity-val {
  background-color: #f4f5fa;
  color: #1b182b;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 40px;
}

.quantity-val {
  font-size: 16px;
  font-weight: 600;
}

.quantity-val span {
  font-size: 14px;
  font-weight: 400;
  color: #87868F;
  margin-left: 4px;
}

/* Custom radio */

.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 65px;
  height: 65px;
  background-color: #f4f5fa;
  border: 1px solid #f4f5fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form_radio label:hover {
  border: 1px solid #09ba7d;
  background-color: #f4f5fa;
}

.form_radio label img {
  width: 40px;
  height: 40px;
}

/* Checked */

.form_radio input[type=radio]:checked + label {
  border: 1px solid #09ba7d;
}

.remodal-close {
  left: 100%;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: -14px;
  margin-left: -5px;
}

.remodal-close:before {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 25px;
  content: "\00d7";
  text-align: center;
  color: #1b182b;
  transition: color 0.3s ease;
}
.remodal-close:hover:before {
  color: red;
}

.remodal {
  border-radius: 30px;
  padding: 31px 35px;
  text-align: left;
  width: 90%;
}

.navbar {
  flex: none;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1200;
}

.header-navbar {
  padding-top: 7px;
}

.navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 17px;
  position: relative;
}
.navbar__container::after {
  width:auto;
  height: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #211f2d;
}
@media (max-width: 991.98px) {
  .navbar__container::after {
    display: none;
  }
}

.navbar__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 33px;
}

.navbar__menu-list li {
  padding: 5px 0 5px 0;
  position: relative;
}

.navbar__menu-list li:last-child {
  padding-right: 0;
}

.navbar__menu-list li a {
  font: 500 14px/1.2 'Inter', Arial, Helvetica, sans-serif;
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar__menu-list li a:hover {
  color: var(--color-accent-nav-hover);
}

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

.navbar__lang {
  position: relative;
  margin-right: calc(10px + 30 / 19 * 1vw);
}
.navbar__lang-link {
  width: 25px;
  height: 25px;
  display: block;
  text-decoration: none !important;
}
.navbar__lang-link img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.header-lang .select-option {
  padding: 0 17px 0 0;
  position: relative;
}
.header-lang .select-option img {
  vertical-align: top;
}
.header-lang .select-option-button {
  width: 29px;
  height: 29px;
  min-height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 11px;
  padding: 0;
  background: 0;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.header-lang .select-option > .select-option-button::before {
  border-top-color: #fff;
}

.header-lang .select-option-button_main {
  width: 44px;
  height: 25px;
  padding: 0;
  border-radius: 0;
}
.header-lang .select-option-button_main.drop--open::after {
  transform: rotate(180deg);
}
.header-lang .select-option-button:hover {
  opacity: 0.8;
}
.header-lang .select-option-button-icon {
  flex:none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: revert;
}
.header-lang .select-option-drop {
  min-width: auto;
  max-height: 400px;
  width: 40px;
  padding: 5px;
  left: -4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #dcdde6;
  -webkit-box-shadow: 0px 18px 45px 0px rgba(49, 11, 66, 0.1);
  box-shadow: 0px 18px 45px 0px rgba(49, 11, 66, 0.1);
  border-radius: 15px;
}
.header-lang .select-option-drop .select-option-button {
  border-radius: 50%;
}


.navbar__menu-list-link_drop {
  position: relative;
}

.navbar__menu-list-link_drop::after {
  width: 6px;
  height: 5px;
  content: ' ';
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  background: no-repeat 0 0 url(img/arrow-bot-4.png);
  background-size: cover;
  -webkit-filter: grayscale(1) invert(1) brightness(150%);
  filter: grayscale(1) invert(1) brightness(150%);
}

.navbar__menu-list-link:hover > a {
  color: var(--color-accent-nav-hover);
}
.navbar__menu-list-link:hover > a::after,
.navbar__menu-list-link_drop:hover::after {
  -webkit-filter: grayscale(1) invert(0) brightness(150%);
  filter: grayscale(1) invert(0) brightness(150%);
}

.language__img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}

.btn-theme {
  color: #f2f3fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 300;
  width: 130px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover {
  color: var(--color-accent-nav-hover);
}

.btn-theme-white {
  display: none;
}
html[data-style-color="theme-dark"] .btn-theme-white {
  display: flex;
}
html[data-style-color="theme-dark"] .btn-theme-dark {
  display: none;
}

.btn-theme img {
  -webkit-filter: grayscale(1) invert(1) brightness(200%);
  filter: grayscale(1) invert(1) brightness(200%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover > img {
  -webkit-filter: grayscale(0) invert(0) brightness(100%);
  filter: grayscale(0) invert(0) brightness(100%);
}

.navbar__menu-list_drop {
  width: 210px;
  padding: 10px 0 0 0;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.18s ease-out, visibility 0.18s ease-out;
  -o-transition: max-height 0.3s ease-out, opacity 0.18s ease-out, visibility 0.18s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.18s ease-out, visibility 0.18s ease-out;
}

.footer .navbar__menu-list_drop {
  top: auto;
  bottom: 100%;
}

.navbar__menu-list-link:hover > .navbar__menu-list_drop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.navbar__menu-list_drop-list {
  padding: 5px;
  border-radius: 10px;
  background-color: #f2f3fb;
  -webkit-box-shadow: 0px 0px 250px 0px rgba(27, 24, 43, 0.44);
  box-shadow: 0px 0px 250px 0px rgba(27, 24, 43, 0.44);
}

.navbar__menu-list_drop-list li {
  padding: 0;
}

.navbar__menu-list_drop-list li a {
  color: #1b182b;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 9px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu-list_drop-list li a:hover {
  border-radius: 10px;
  background-color: #dcdde6;
  color: #1b182b;
}

.navbar__menu-list_drop-list li a .navbar-icon {
  margin-right: 6px;
}

.navbar__menu-list_drop-list li a .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3px;
}

.navbar__menu-list_drop-list li a .navbar-content span {
  font-size: 12px;
}

.navbar__menu-list_drop-list li a.menu-list-dop {
  font-size: 13px;
  font-weight: 400;
}

.navbar__menu-list_drop-list li a.menu-list-dop .navbar-icon {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.navbar__menu-list_drop-list li a.menu-list-dop:hover > .navbar-icon {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 991.98px) {
  .header-navbar .navbar__menu-list_drop {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-navbar .navbar__menu-list_drop-list {
    padding: 5px 10px;
    margin: 5px 10px 0;
  }

  .header-navbar .navbar__menu-list-link .navbar__menu-list-link_drop::after {
    transition: transform 0.3s ease;
  }
  .header-navbar .navbar__menu-list-link.drop--open .navbar__menu-list-link_drop::after {
    transform: rotate(180deg);
  }

  .header-navbar .navbar__menu-list-link.drop--open .navbar__menu-list_drop {
    max-height: 1200px;
    opacity: 1;
    visibility: visible;
  }
}

.navbar__menu.collapse {
  display: block;
  position: absolute;
  background: #1b182b;
  z-index: 1000;
  top: 50px;
  left: 0;
  padding: 15px;
}

.navbar__menu.collapse .navbar__menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  flex: none;
  position: relative;
  padding-bottom: 119px;
  margin-bottom: -22px;
  background: #070510 no-repeat center 0 url(img/bg-header.jpg);
}
.header::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10px;
  bottom: 12px;
  background: no-repeat center center url(img/accs-shop.png);
}
@media (max-width: 1600px) {
  .header {
    background-image: url(img/bg-header-fullhd.jpg);
  }
  .header::after {
    background-size: 1100px auto;
  }
}
@media (max-width: 1100px) {
  .header::after {
    left: 20px;
    right: 20px;
    background-size: contain;
  }
}
@media (max-width: 990px) {
  .header {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    background-position: -120px 0;
    background-size: auto 247px;
  }
  .header::after {
    bottom: 10px;
  }
}

.header-bgs {
  height: 110px;
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: -5px;
  overflow: hidden;
}
.header-bgs svg {
  width: 4000px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  filter: blur(0.5px);
}
.header-bgs svg path {
  fill: var(--color-bg-wrapper);
}
@media (max-width: 990px) {
  .header-bgs {
    height: 60px;
    bottom: -1px;
  }
  .header-bgs svg {
    width: 1333px;
    bottom: -1px;
  }
}

@keyframes anim-logo-radius-pulse {
  0% {
    box-shadow: 0 0 0 14px rgba(128, 73, 241, 0.17);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(128, 73, 241, 0.17);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(128, 73, 241, 0.17);
  }
}

.header-logo-radius {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 44px;
  background: #8049f1;
  transform: translateX(-50%);
  box-shadow: 0 0 0 10px rgba(128, 73, 241, 0.17);
  border-radius: 50%;
  animation: anim-logo-radius-pulse 4s infinite;
}
.header-logo-radius img {
  vertical-align: top;
}
@media (max-width: 990px) {
  .header-logo-radius {
    bottom: -4px;
  }
}

.header__top {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .header__top {
    max-width: 948px;
    margin: 0 auto;
  }
}
.header__top-logo {
  flex: none;
}
.header__top-logo img {
  vertical-align: top;
}

.mobile-header__top-logo {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-header__top-logo {
    display: block;
  }
}

.header__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (max-width: 991.98px) {
  .header__top-link {
    display: none;
  }
  .header__top-logo {
    display: none;
  }
}

.header__top-link a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-link a:hover {
  color: #8049f1;
}

.header__top-link-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #8049f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__middle {
  max-width: 948px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 87px auto 76px;
  position: relative;
  z-index: 11;
}

.header__middle-title {
  margin: 0 0 13px 0;
  font-size: 14px;
  color: #9f9bb5;
  opacity: 0.5;
}

@media (min-width: 991.98px) {
  .header__middle .list-category {
    width: 230px;
    height: 45px;
    position: relative;
    z-index: 100;
  }

  .header__middle .list-category-drop.drop--open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .header__middle .list-category-drop.drop--open::after {
    transform: rotate(180deg);
  }

  .header__middle .list-category-drop {
    width: 100%;
    height: 45px;
    padding: 0 21px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: #1b182b;
    border-radius: 20px;
    transition: border-radius 0.3s ease;
  }
  .header__middle .list-category-drop > span {
    display: inline-block;
    position: relative;
    z-index: 7;
    pointer-events: none;
  }

  .header__middle .list-category-drop::before {
    width: auto;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header__middle .list-category-drop::after {
    position: absolute;
    z-index: 7;
    content: '';
    right: 17px;
    top: 50%;
    width: 8px;
    height: 7px;
    margin: -3px 0 0 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    transition: transform 0.3s ease;
  }

  .header__middle .list-category-drop.drop-bg::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header__middle-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  .header__middle .list-category-drop.drop--open {
    color: #070510;
  }
  .header__middle .list-category-drop.drop--open::after {
    border-top-color: #070510;
  }
  .header__middle .list-category-drop.drop--open::before {
    opacity: 1;
  }
  .header__middle .list-category-drop.drop--open + .list-category-children  {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 12;
  }
  .header .list-category-children {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    width: auto;
    -webkit-box-shadow: 0px 18px 45px 0px rgba(49, 11, 66, 0.1);
    box-shadow: 0px 18px 45px 0px rgba(49, 11, 66, 0.1);
    border-radius: 0 0 20px 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .header .list-category-children li {
    padding: 0;
    padding: 0px 15px 0px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .header .list-category-children li:hover {
    background-color: #1a17291a;
  }

  .header .list-category-children li:last-child:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .header .list-category-children li:last-child > a {
    border-bottom: 0px dashed rgba(219, 223, 237, 0.5);
  }

  .header .list-category-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 13px;
    color: #1a1729;
    line-height: 1.3;
    font-size: 14px;
    text-decoration: none;
    position: relative;
  }
  .header .list-category-children a img {
    flex: none;
  }
  .header .list-category-children a span {
    flex: 1 0;
  }
  .header .list-category-children > li > a::before {
    width: auto;
    height: 1px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #b5b6c1 5px, transparent 5px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
  .header .list-category-children > li:last-child > a::before {
    display: none;
  }

  .header .list-category-children a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 6px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(img/arrow-right.png) center center no-repeat;
  }

  .header .list-dop-fly {
    position: absolute;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 250px 0px rgba(49, 11, 66, 0.39);
    box-shadow: 0px 0px 250px 0px rgba(49, 11, 66, 0.39);
    width: 230px;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0s 0.2s ease, visibility 0s 0.2s ease;
    -o-transition: opacity 0s 0.2s ease, visibility 0s 0.2s ease;
    transition: opacity 0s 0.2s ease, visibility 0s 0.2s ease;
    z-index: 5;
  }
  @media (max-width: 767.98px) {
    .header .list-dop-fly {
      width: 100%;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      opacity: 1;
      visibility: visible;
    }
  }

  .header .list-dop-fly li:first-child {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .header .list-dop-fly li a {
    border-bottom: 0px dashed rgba(219, 223, 237, 0.5);
  }

  .header .list-category-children li:hover {
    z-index: 13;
  }
  .header .list-category-children li:hover > .list-dop-fly {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .list-category-drop {
    display: none;
  }
  .list-category-children {
    flex: none;
  }
  .list-category-children > li {
    position: relative;
  }
  .list-category-children > li::after {
    width: auto;
    height: 1px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #b5b6c1 5px, transparent 5px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
  .list-category-children > li > a {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7b7b8c;
    text-decoration: none;
  }
  .list-category-children > li.category--sub > a::after {
    width: 0;
    height: 0;
    content: ' ';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7b7b8c;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .list-category-children > li.category--sub.drop--open > a::after {
    transform: rotate(180deg);
  }
  .list-category-children > li > a > img {
    flex: none;
  }
  .list-category-children > li > a > span {
    flex: 1 0;
  }
  .list-category-children .list-dop-fly {
    max-height: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  }
  .list-category-children .drop--open .list-dop-fly {
    max-height: 1500px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s ease, opacity 0.6s ease, visibility 0.6s ease;
  }
  .list-category-children .list-dop {
    padding: 10px;
    margin: 5px 10px 10px;
    background: rgba(123, 123, 140, 0.06);
    border-radius: 10px;
  }
  .list-category-children .list-dop > li > a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #7b7b8c;
    text-decoration: none;
  }

}

.header__bottom-banka {
  width: 100%;
  position: relative;
  z-index: 7;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
}

.header__bottom-banka img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.header-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  width: 100%;
}

.input__place {
  width: 100%;
  min-height: 45px;
  padding: 4px 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  outline: none !important;
  background: #1b182b;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color .1s ease, border-color .1s ease;
  -o-transition: background-color .1s ease, border-color .1s ease;
  transition: background-color .1s ease, border-color .1s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input__place:focus,
.input__place:active {
  background-color: #27233f;
  border: none;
}

.box-search-input::-webkit-input-placeholder {
  color: #1a172980;
}

.box-search-input::-moz-placeholder {
  color: #59556b;
}

.box-search-input:-ms-input-placeholder {
  color: #59556b;
}

.box-search-input::-ms-input-placeholder {
  color: #59556b;
}

.box-search-input::placeholder {
  color: #59556b;
}

.box-search-button {
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #8049f1;
  border: 0;
  padding: 10px 35px;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 170px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-search-button:hover {
  background: #8f5cfa;
}



/*
  Mobile - Header
 */
.mobile-layer {
  display: none;
}

.mobile-header {
  display: none;
}
.mobile-header-side-left,
.mobile-header-side-right {
  display: none;
}
.mobile__menu-list {
  display: none;
}

@media all and (max-width: 991.98px) {
  .navbar {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    z-index: 2003;
    left: 15px;
    top: 0;
  }
  .navbar__container {
    padding: 0;
  }
  .navbar__theme .btn-theme {
    width: auto;
  }
  .navbar__lang {
    margin-right: 15px;
  }

  .header .container {
    padding: 0;
    margin: 0;
  }
  .header__top {
    flex: none;
    padding: 0 20px 0;
  }
  .header__bottom-banka {
    padding: 20px 15px 0;
  }

  .header__top-link a {
    font-size: 13px;
  }

  .mobile-layer {
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }


  .header-navbar .navbar__menu,
  .header__middle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    position: fixed;
    display: block;
    z-index: 2002;
    top: 40px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    color: #fff;
    background: #1a1729;
    box-shadow: 0 0 65px 0 rgba(26, 36, 56, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  }
  .mobile-header-side-left,
  .header__middle {
    left: 0;
    transform: translateX(-102%);
  }
  .mobile-header-side-right,
  .header-navbar .navbar__menu {
    right: 0;
    transform: scale(0.8);
  }
  html[data-fly-show="side-left"] .header__middle {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  html[data-fly-show="side-right"] .header-navbar .navbar__menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  html[data-fly-show="side-right"],
  html[data-fly-show="side-right"] body {
    overflow: hidden;
  }

  .header__middle .header-search {
    display: none;
  }

  .header-navbar .navbar__menu-list {
    flex-direction: column;
  }
  .header-navbar .navbar__menu-list > li {
    padding: 0;
  }
  .header-navbar .navbar__menu-list > li > a {
    padding: 10px 20px;
    display: block;
  }


  html[data-fly-show] .mobile-layer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-layer {
    display: block;
  }


  .mobile-header {
    display: block;
  }
  .mobile-header-fly {
    height: 40px;
    padding: 0 15px;
    position: absolute;
    z-index: 2003;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #211f2d;
  }
  .mobile-header-left {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .mobile-header-controls {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .mobile__menu-list {
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile__menu-list a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font: 500 14px/1.2 'Inter', Arial, Helvetica, sans-serif;
    color: var(--color-white);
    text-decoration: none;
  }
  .mobile__menu-list a span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
  }
  .mobile__menu-list img {
    width: 10px;
    height: 10px;
    vertical-align: top;
    filter: invert(1);
  }

  .mobile-header-logo {
    width: 126px;
  }

  .mobile-header-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }


  .mobile-header-button-menu {
    flex: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border: 0;
    margin: 0;
    color: #fff;
    background: #8049f1;
    border-radius: 5px;
    transition: transform 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .mobile-header-button-menu svg {
    width: 22px;
    height: 22px;
    vertical-align: top;
  }

  .mobile-header-button-menu_close,
  .mobile-header-button-menu_open {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1);
  }

  .mobile-header-button-menu_close {
    opacity: 0;
    transform: translate(20%, 20%) scale(0.5);
  }

  [data-fly-show="side-left"] .menu--catalog .mobile-header-button-menu_close {
    opacity: 1;
    transform: scale(1);
  }
  [data-fly-show="side-left"] .menu--catalog .mobile-header-button-menu_open {
    opacity: 0;
    transform: translate(20%, 20%) scale(0.5);
  }

  [data-fly-show="search_menu"] .menu--search .mobile-header-button-menu_close {
    opacity: 1;
    transform: scale(1);
  }

  [data-fly-show="search_menu"] .menu--search .mobile-header-button-menu_open {
    opacity: 0;
    transform: translate(20%, 20%) scale(0.5);
  }

  .mobile-header-button-menu_line,
  .mobile-header-button-menu_line::before,
  .mobile-header-button-menu_line::after {
    width: auto;
    height: 2px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .mobile-header-button-menu_line {
    width: 18px;
    position: relative;
  }

  .mobile-header-button-menu_line::before {
    top: -6px;
  }

  .mobile-header-button-menu_line::after {
    bottom: -6px;
  }

  [data-fly-show="side-right"] .mobile-header-button-menu_line {
    width: 10px;
  }

  [data-fly-show="side-right"] .mobile-header-button-menu_line::before {
    left: -3px;
    right: -3px;
  }

  [data-fly-show="side-right"] .mobile-header-button-menu_line::after {
    left: 3px;
    right: 3px;
  }

  .mobile-search {
    padding: 7px 15px 5px;
    position: absolute;
    z-index: 2001;
    left: 0;
    right: 0;
    top: 40px;
    background-color: #1a1729;
    box-shadow: 0 0 65px 0 rgba(26, 36, 56, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-100px);
    transition: transform 0.3s ease;
  }

  html[data-style-color="theme-light"] .mobile-search {
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.08);
  }

  .mobile-search .box-search-button-label {
    display: none;
  }
  .mobile-search .input__place {
    font-size: 16px;
  }
  .mobile-search .box-search-button {
    min-width: auto;
  }

  html[data-fly-show="search_menu"] .mobile-search {
    transform: translateY(0);
  }
}
@media all and (max-width: 500px) {
  .mobile-search .input__place {
    font-size: 14px;
  }
}


.mobile-catalog {
  display: none;
}
@media all and (max-width: 991.98px) {
  .mobile-catalog {
    display: block;
    margin: 0 0 15px 0;
  }
  .mobile-catalog .select-option-drop {
    max-height: none;
  }
}


/* Header */
.footer {
  flex: none;
  background: var(--color-bg-footer);
  box-shadow: 0px 0px 250px 0px rgba(85, 19, 115, 0.06);
}

.footer .navbar__menu-list li a {
  font: 500 14px/1.2 'Inter', Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer .navbar__menu-list-link_drop::after {
  background: no-repeat 0 0 url(img/arrow-bot.png);
  -webkit-filter: grayscale(1) invert(0) brightness(150%);
  filter: grayscale(1) invert(0) brightness(150%);
}

.footer .navbar__menu-list_drop {
  left: auto;
  right: 0;
}
@media (max-width: 849.98px) {
  .footer .navbar__menu-list_drop {
    left: 0;
    right: auto;
  }
}
.footer .navbar__menu-list_drop-list li a {
  color: #1b182b;
}

.footer__top {
  padding-top: 22px;
  padding-bottom: 20px;
}
.footer__top-logo img {
  vertical-align: top;
}
.footer__top-logo a {
  text-decoration: none;
}

.footer__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}


.footer__top-menu {
  flex: 1 0;
}
.footer__top-menu .navbar__menu-list {
  justify-content: flex-end;
}

.footer__middle .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.footer__middle .container img {
  vertical-align: top;
}
@media all and (max-width: 991.98px) {
  .footer__middle .container {
    justify-content: center;
  }
}



.footer__bottom {
  padding-top: 20px;
  padding-bottom: 15px;
}

.footer__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}

.footer__bottom-info {
  font-size: 12px;
  font-family: "Inter";
  color: #6c6983;
  line-height: 22.5px;
}

.footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
}

.footer__bottom-link img {
  -webkit-filter: var(--filter-footer-image);
  filter: var(--filter-footer-image);
}

.advantages {
  flex: none;
  padding-top: 25px;
}
@media all and (max-width: 891.98px) {
  .advantages__container {
    flex-wrap: wrap;
  }
  .advantages__item {
    width: 200px;
  }
}
@media all and (max-width: 691.98px) {
  .advantages {
    display: none;
  }
}

.advantages__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 37px 51px;
  margin-bottom: 18px;
}
.advantages__container::after {
  width: auto;
  height: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-image: linear-gradient(to right, #878693 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  max-width: 280px;
}

.advantages__item-icon {
  display: flex;
  align-items: center;
}

.advantages__item-content {
  margin: 0;
  font-size: 14px;
  color: var(--color-title);
  font-weight: 400;
  line-height: 1.2;
}
.advantages__item-content > span {
  display: block;
  font-weight: bold;
}
@media all and (max-width: 991.98px) {
  .advantages__item-content {
    margin-bottom: 5px;
  }
}

.advantages__item-content p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.home-filter {
  flex: none;
  position: relative;
  z-index: 7;
  padding-top: 20px;
  padding-bottom: 37px;
}

.home-filter__top {
  margin-bottom: 16px;
}

.home-filter__close-link {
  font-size: 12px;
  color: var(--color-title);
  text-decoration: none;
  position: relative;
}


.home-filter__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-filter__filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.filter-product-stock {
  width: 230px;
}
.filter-product-type {
  width: 230px;
}

.home-filter__filter-right {
  padding-top: 8px;
}

.home-filter__filter .close-filter {
  font-size: 14px;
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.home-filter__filter .close-filter span {
  text-decoration: underline;
}

.home-filter__filter .close-filter img {
  margin-right: 6px;
}
html[data-style-color="theme-dark"] .home-filter__filter .close-filter img {
  filter: invert(1);
}
.home-filter__filter .close-filter:hover {
  opacity: 0.8;
}





/* Select options */
.select-option {
  position: relative;
}
.select-option-button {
  flex: none;
  width: 100%;
  height: 41px;
  padding: 0 27px 0 20px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  z-index: 7;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  color: #7b7b8c;
  text-align: left;
  background: 0;
  cursor: pointer;
  background-color: #d7dae9;
  border-radius: 10px;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}
html[data-style-color="theme-dark"] .select-option-button {
  background: var(--color-bg-filter-button);
}
.select-option-button:hover {
  border-color: #d0eaff;
}
.select-option-button-label {
  flex: 1 0;
  max-width: 200px;
  padding: 7px 0;
  display: block;
  overflow: hidden;
  word-break: break-word;
  pointer-events: none;
}
@media all and (max-width: 992px){
  .select-option-button-label {
    max-width: none;
  }
}
.select-option-button input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.select-option > .select-option-button::before {
  flex: none;
  order: 10;
  width: 0;
  height: 0;
  content: ' ';
  display: block;
  border-top: 7px solid #1a172a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 0 -10px 0 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
html[data-style-color="theme-dark"] .select-option-button::before {
  border-top-color: #fff;
}
.select-option > .select-option-button.drop--open::before {
  transform: rotate(180deg);
}
.focus-enable .select-option:focus-within > .select-option-button,
.select-option-button.drop--open {
  border-color: #afc3ff;
  border-bottom-color: transparent;
}
.select-option-button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  pointer-events: none;
}
.select-option-drop {
  width: auto;
  max-height: 400px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 77;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px 0 0 0;

  border-radius: 10px;
  background-color: #d7dae9;
  -webkit-box-shadow: 0px 0px 250px 0px rgba(49, 11, 66, 0.39);
  box-shadow: 0px 0px 250px 0px rgba(49, 11, 66, 0.39);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
html[data-style-color="theme-dark"] .select-option-drop {
  background: var(--color-bg-filter-button);
}
.select-option-drop::before {
  width: 0;
  height: 0;
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #fff;
  margin-top: 3px;
  pointer-events: none;
}
.focus-enable .select-option:focus-within .select-option-drop,
.select-option-button.drop--open + .select-option-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.focus-enable .select-option:focus-within .select-option-drop:focus-within {
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.select-option-drop .select-option-button {
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 0 9px;
  border: 0;
  background: 0;
  box-shadow: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.select-option-drop .select-option-button::before {
  width: auto;
  height: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-image: linear-gradient(to right, #b5b6c1 5px, transparent 5px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  opacity: 0.6;
}
.select-option-drop .select-option-button:last-child::before {
  display: none;
}
.select-option-drop .select-option-button:hover {
  color: #8049f1;
}
.select-option-drop .select-option-button.current {
  color: #fff;
  background: #7c7e91;
}

.select-option-drop .select-option-button.fn_filter_prod_type {
  padding-right: 28px;
}
.select-option-drop .select-option-button.fn_filter_prod_type.current {
  color: #8049f1;
  background: no-repeat right center url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L10.5 13.5V13.5C10.7761 13.7761 11.2239 13.7761 11.5 13.5V13.5L15 10' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 30px;
}

.select-option_filter {
  width: 192px;
  display: inline-block;
  vertical-align: top;
}
.select-option_filter_button {
  justify-content: center;
  background: 0;
  box-shadow: none;
}
.select-option_filter_button .select-option-button-label {
  flex: none;
}


.select-option_style {
  display: inline-block;
  vertical-align: top;
}
.select-option_style_button {
  height: 45px;
  padding: 0;
  justify-content: center;
  background: 0;
  box-shadow: none;
}
.select-option_style_button .select-option-button-label {
  flex: none;
}
.select-option_style .select-option-drop {
  left: -30px;
  right: -30px;
}


.filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.control-input {
  height: 41px;
  width: 80px;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text);
  text-align: left;
  background: 0;
  background-color: var(--color-bg-filter-button);
  border-radius: 10px;
  outline: none !important;
  text-align: center;
}

.control-input::-webkit-input-placeholder {
  color: var(--color-text);
}

.control-input::-moz-placeholder {
  color: var(--color-text);
}

.control-input:-ms-input-placeholder {
  color: var(--color-text);
}

.control-input::-ms-input-placeholder {
  color: var(--color-text);
}

.control-input::placeholder {
  color: var(--color-text);
}

.filter-price-info {
  font-size: 13px;
  color: var(--color-title);
  padding: 6px 7px 1px 7px;
  border-bottom: 1px solid var(--color-title);
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}

.filter-nal {
  padding-top: 8px;
}

.section-category__item.category_hide {
  display: none !important;
}

.section-product {
  flex: none;
  position: relative;
  z-index: 6;
  padding-bottom: 30px;
}

.section-product__wrap {
  padding: 15px 25px 15px 25px;
  background: var(--color-section-product);
  border-radius: 40px;
}

.section-product__structure {
  font-size: 12px;
  color: var(--color-title);
  margin-top: -4px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 42px;
  margin-right: 167px;
}

.section-product__structure-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.section-product__structure-right-item {
  width: 87px;
  text-align: center;
}
.section-product__structure-right-item:last-child {
  width: 110px;
}
.section-product__structure-left-item,
.section-product__structure-right-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-product__structure-badge {
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  white-space: nowrap;
  background: #d6d9e8;
  border-radius: 5px;
}
[data-style-color="theme-dark"] .section-product__structure-badge {
  background: #1b182b;
}

a.section-product__pretitle {
  color: #fff;
  text-decoration: none;
}
.section-product__pretitle {
  min-height: 40px;
  padding: 5px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  word-break: break-word;
  text-align: left;
  line-height: 1.1;
  background: #16132a no-repeat 0 center url(img/bgs-category.png);
  background-size: cover;
  border-radius: 10px;
}
.section-product__pretitle::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.2);
  border-radius: 9px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.section-product__pretitle:hover::after {
  opacity: 1;
}
.section-product__pretitle img {
  flex: none;
  width: 30px;
  height: 30px;
  margin: -4px 0 -3px 0;
  vertical-align: top;
}

.section-product__products-empty {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.section-product__products-empty.notfound_hide {
  display: none !important;
}

.section-product__area-show {
  margin: 15px 0 20px 0;
  text-align: center;
}

.section-product__area li:last-of-type {
  border-bottom: none;
}

.section-product__item {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  position: relative;
}
.section-product__item::after {
  width: auto;
  height: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  background-image: linear-gradient(to right, #d1d1d5 5px, transparent 5px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
html[data-style-color="theme-dark"] .section-product__item::after {
  background-image: linear-gradient(to right, #252234 5px, transparent 5px);
}

.section-product__item:first-child::after {
  display: none;
}

.section-product__item-logo {
  flex: none;
  width: 30px;
  margin-right: 0px;
}
.section-product__item-logo img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}

.section-product__item-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.section-product__item-title {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: var(--color-title);
  line-height: 1.286;
  text-decoration: none;
  word-break: break-word;
}
.section-product__item-title::before {
  width: 45px;
  height: 36px;
  content: ' ';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -18px 0 0 0;
}

.section-product__item-title:hover {
  color: var(--color-accent);
}

.section-product__item-link {
  width: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.btn-product-buy {
  flex: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-product-buy img {
  -webkit-filter: var(--filter-button-cart);
  filter: var(--filter-button-cart);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-product-buy:hover > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.section-product__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-right: 15px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
}

.section-product__item-info--value {
  width: 87px;
  min-height: 37px;
  border-radius: 10px;
  background: var(--color-bg-info--value);
  font-size: 13px;
  font-weight: 400;
  color: #1b182b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}
html[data-style-color="theme-dark"] .section-product__item-info--value {
  color: #dbdfed;
}

#body.has-lang--none .section-product__item-info--value .prop--qty + .prop--suffix {
  font-size: 0;
}
#body.has-lang--none .section-product__item-info--value .prop--qty + .prop--suffix * {
  display: none !important;
}
#body.has-lang--none .section-product__item-info--value .prop--qty + .prop--suffix::after {
  content: 'pcs.';
  font-size: 13px;
}
#body.has-lang--none .section-product__item-info--value .prop--sell + .prop--suffix {
  font-size: 0;
}
#body.has-lang--none .section-product__item-info--value .prop--sell + .prop--suffix * {
  display: none !important;
}
#body.has-lang--none .section-product__item-info--value .prop--sell + .prop--suffix::after {
  content: 'sell';
  font-size: 13px;
}

.section-product__item-info--value .prop--qty,
.section-product__item-info--value .prop--price,
.section-product__item-info--value .prop--sell {
  font-weight: 600;
  margin-right: 3px;
}

.section-banka {
  display: flex;
  gap: 20px;
}
@media (max-width: 990px) {
  .section-banka {
    flex-direction: column;
  }
}
.section-banka-box {
  flex: 1 0;
  padding: 10px 29px 10px 34px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--color-bg-info--value);
  border-radius: 16px;
  line-height: 1.34;
}
.section-banka-box-icon {
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banka-box-icon img {
  width: 46px;
  height: auto;
  vertical-align: top;
}
.section-banka-box .btn-product-link {
  flex: none;
  width: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.section-banka-box-content {
  flex: 1 0;
}
.section-banka-box-title {
  font-weight: 500;
  font-size: 16px;
  color: #1b182b;
}
.section-banka-box-text {
  margin: 1px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #1b182b;
}
@media (max-width: 572px) {
  .section-banka-box {
    padding: 10px 15px 10px 15px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .section-banka-box .btn-product-link {
    margin-top: 5px;
  }
}



.section-content {
  flex: 1 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-content img {
  max-width: 100%;
  height: auto;
}

.section-content h2 {
  margin: 0;
  margin-bottom: 35px;
  color: var(--color-title);
  font-size: 24px;
  font-weight: 700;
}

.section-content p {
  margin-top: 0;
}


/* Content - Breadcrumbs */
.breadcrumbs {
  margin: 0 0 28px 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-text);
}
.breadcrumbs li {
  display: inline;
  vertical-align: top;
}
.breadcrumbs li:after {
  width: 20px;
  content: ' / ';
  display: inline-block;
  text-align: center;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  line-height: 1;
  padding:0 0 1px 0;
  color: var(--color-text);
  text-decoration: underline;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.breadcrumbs a:hover {
  color: #000;
}


.purchases h1,
.purchases .h1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: calc(15px + 25 / 19 * 1vw);
}

.purchases p {
  margin: 0;
  margin-bottom: calc(10px + 10 / 19 * 1vw);
}

.purchases .control-input {
  width: 100%;
  max-width: 230px;
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
}

.purchases__wrapper {
  padding-bottom: calc(15px + 15 / 19 * 1vw);
}

.purchases__wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: calc(15px + 15 / 19 * 1vw);
}

.purchases .section-product__wrap {
  padding-top: 25px;
}

.purchases .section-product__item-info {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.page {
  flex: 1 0;
  padding-top: calc(10px + 25 / 19 * 1vw);
  padding-bottom: 40px;
}

.page .content h1,
.page .content .h1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: calc(10px + 15 / 19 * 1vw);
}

.page .content p {
  color: var(--color-title);
}

.product {
  padding-top: 5px;
}

.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.product__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 240px;
  border-radius: 20px;
  background: var(--color-section-product);
  padding: 20px;
}

.product__left-logo {
  text-align: center;
  margin-bottom: 20px;
}

.product__left-info {
  margin-bottom: 20px;
}

.product__left-info--item {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__left-info--item p {
  margin: 0;
  color: var(--color-title);
}

.product__left-link {
  width: 152px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.product__left-link .product__left-link {
  width: auto;
  min-width: 152px;
}

.product__right {
  padding-top: 10px;
  color: var(--color-title);
}

.product__right-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: 15px;
}

.product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.product__category-item {
  font-size: 12px;
  font-weight: 500;
  color: #09ba7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  border-radius: 10px;
  padding: 5px 13px;
  background-color: #d0f1e5;
  white-space: nowrap;
}

.product .section-product__item-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__features,
.product__features dt,
.product__features dd {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.product__features {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #1b182b;
}
.product__features dt {
  display: inline;
  font-weight: bold;
  word-break: break-word;
}
.product__features dt::before {
  width: 6px;
  height: 8px;
  content: ' ';
  float: left;
  margin: 4px 0 0 -20px;
  background: no-repeat 0 0 url(img/list-feature.png);
  background-size: 100% 100%;
}
.product__features dt::after {
  content: ':';
}
.product__features dd {
  display: inline;
  font-weight: 400;
  word-break: break-word;
}
.product__features dd::after {
  width: 100%;
  content: ' ';
  display: block;
  margin-top: 10px;
}

html[data-style-color="theme-dark"] .product__features {
  color: #dbdfed;
}

.product__features-item img {
  margin-right: 10px;
}

.product__description {
  word-break: break-word;
}
.product__description p {
  margin: 15px 0;
}
.product__description p:first-child {
  margin-top: 0;
}
.product__description p:last-child {
  margin-bottom: 0;
}

.product__related {
  border-radius: 20px;
  background: var(--color-section-product);
  padding: 5px 20px;
  margin-bottom: 28px;
}

.product__related .section-product__item {
  border-bottom: 0;
}

.product__content {
  border-radius: 20px;
  background: var(--color-section-product);
  padding: 20px 20px 10px 20px;
}

.product__content h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
  margin-bottom: 20px;
}

.product__content p {
  color: var(--color-title);
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 710px;
  }
}

@media (max-width: 991.98px) {

  .footer .navbar__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .footer .navbar__menu-list li {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer__top-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-product__structure-right {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .section-product__structure {
    display: none;
  }

  .section-product__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .section-product__item-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }

  .section-product__item-info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 572px) {
  .section-product__wrap {
    padding: 10px;
    border-radius: 20px;
  }
  .section-product__item {
    padding-bottom: 60px;
  }
  .section-product__item-content {
    flex: 1 0;
  }
  .section-product__item-info {
    position: absolute;
    left: 0;
    bottom: 15px;
  }
  .section-product__item-info--value {
    min-width: auto;
    width: auto;
    height: 30px;
    min-height: 30px;
    padding: 0 5px;
  }
  .section-product__item-info--value + .section-product__item-info--value + .section-product__item-info--value {
    display: none;
  }
  .section-product__item-link {
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 12px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .section-product__item-link .btn-product-link {
    height: 34px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .section-product__item-content + .section-product__item-link {
    width: 100%;
  }
}

@media (max-width: 849.98px) {

  .footer .navbar__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__top-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .home-filter__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
}

@media all and (max-width: 772px) {
  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .header__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__middle-category {
    width: 100%;
  }
  .header__middle .list-category {
    width: 100%;
  }

  .header__middle-search {
    width: 100%;
  }

  .home-filter__filter-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__left {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  .product__container .section-product__item-info--value {
    width: 87px;
    min-height: 37px;
  }
}

@media (max-width: 672px) {
  .home-filter__filter {
    position: relative;
  }
  .home-filter__filter-left {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-price {
    width: 100%;
  }
  .filter-product-stock,
  .filter-product-type {
    width: 100%;
  }
  .filter-price-info {
    flex: none;
  }
  .control-input {
    flex: 1 0;
    width: auto;
  }
  .filter-nal {
    padding: 0;
  }
  .filter-nal label {
    vertical-align: top;
  }
  .home-filter__filter-right {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 4px;
  }
  .home-filter__filter .close-filter {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 85px;
  }

  .back-to-top img {
    width: 15px;
    height: auto;
  }

  #body a.cartlequebutton {
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 20px;
  }

  #body a.cartlequebutton img {
    width: 15px;
    height: auto;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-group.quantity-group {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .remodal {
    border-radius: 15px;
  }

  .form-row-radio {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-row-bank-item .form-row-bank-input {
    width: 100%;
    max-width: 295px;
    min-width: auto;
  }

  .modal-cart {
    margin-right: 0;
  }

  .modal-cart__item-info {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
  }

  .box-search-button {
    padding: 10px 15px;
    min-width: 130px;
  }

  .footer__top-logo img {
    width: 141px;
    height: auto;
  }

  .section-product__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}




/*
    CART
 */
#body .b-overlay {
  padding: 30px 20px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 7777 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#body .b-overlay .b-popup {
  flex: none;
  min-height: auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  margin: 0;
}
#body .b-popup {
  width: 710px;
  max-width: 100%;
  padding: 21px 35px 35px 35px;
  color: #000;
  background: #fff;
  box-shadow: none;
  border-radius: 30px;
}
#body .b-popup__title {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0 0 27px 0;
  text-transform: none;
}

#body .b-popup__body {
  padding: 10px;
  background: #f4f5fa;
  border-radius: 10px;
}

#body .b-basket {
  max-height: 238px;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  overflow-y: auto !important;
}

#body .b-popup-custom .b-basket-total {
  display: none;
}

#body .b-popup-custom .b-btn.itemcartpay {
  display: none;
}

/* Скроллбар */
#body .b-basket::-webkit-scrollbar {
  width: 6px;
}
#body .b-basket::-webkit-scrollbar-track {
  background: #dedee5;
  border-radius: 34px;
}
#body .b-basket::-webkit-scrollbar-track {
  background: #dedee5;
}
#body .b-basket::-webkit-scrollbar-thumb {
  background: #8049f1;
  border-radius: 34px;
  transition: background 0.3s ease;
}
#body .b-basket::-webkit-scrollbar-thumb:hover {
  background: #8f5cfd;
}

#body .b-basket__item {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  border-bottom: 0;
  position: relative;
}
@media (max-width: 422px) {
  .b-basket__right {
    align-self: flex-start;
  }
  #body .b-basket__remove {
    top: 21px;
  }
}
#body .b-basket__item::before {
  width: auto;
  height: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #b5b6c1 5px, transparent 5px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

#body .b-basket__title {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
}
#body .b-basket__title a {
  color: #2c2045;
  word-break: break-word;
}
#body .b-basket__title p {
  margin: 0;
}
#body .b-basket__title a span {
  color: inherit !important;
}
#body .b-basket__title a:hover {
  color: #6238f0 !important;
}
#body .b-basket__date {
  color: #afa7c0;
}

#body .b-basket__price {
  position: absolute;
  left: 130px;
  bottom: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #afa7c0;
  text-align: left;
  white-space: nowrap;
}
#body .b-basket__price::before {
  content: 'Цена:';
}
#body .b-basket__price::after {
  content: ' руб.';
  font-size: 11px;
}
#body.has-lang--none .b-basket__price::before {
  content: 'Price:';
}
#body.has-lang--none .b-basket__price::after {
  content: ' rub.';
}

#body .b-group-number {
  width: 37px;
  height: 27px;
  position: relative;
}
#body .b-group-number .b-group-number__minus,
#body .b-group-number .b-group-number__plus {
  display: none;
}
#body .b-group-number .b-group-number__input {
  width: 100%;
  height: 27px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  color: #000;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
  background: #dedee5;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
#body .b-group-number .b-group-number__input:hover,
#body .b-group-number .b-group-number__input:focus {
  background: #d0d0e7;
}
#body .b-basket__remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #f20f3f;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
#body .b-basket__remove:hover {
  background: #ff335e;
}

#body .b-popup__edit {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  color: #000;
  position: absolute;
  right: -18px;
  top: -16px;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#body .b-popup__edit:hover {
  background: red;
  color: #fff;
}

.b-popup-custom {
  display: flex;
  gap: 28px;
}
.b-popup-custom .b-popup-custom__sidebar {
  flex: none;
  width: 239px;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 -5px 0 0;
}
.b-popup-custom .b-popup-custom__sidebar::after {
  width: 1px;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  background-image: linear-gradient(to bottom, #878693 5px, transparent 5px);
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
.b-popup-custom .b-popup__inner {
  flex: 1 0;
}

.b-popup__sidebar_content {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.b-popup__sidebar_btn_checkout {
  flex: none;
  padding: 8px 20px;
  background: var(--color-accent);
  margin: 18px 0 0 0;
  height: 42px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.b-popup__sidebar_btn_checkout:hover {
  background: var(--color-accent-hover);
}

.b-popup__sidebar_price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #1b182b;
  margin-bottom: 2px;
  position: relative;
}
.b-popup__sidebar_price_value {
  margin-right: 4px;
}
.b-popup__sidebar_price_ex {
  font-size: 18px;
}



@media (max-width: 672px) {
  #body .b-popup {
    padding: 15px;
  }
  #body .b-popup__title {
    margin-bottom: 15px;
  }
  .b-popup-custom {
    flex-direction: column;
  }
  .b-popup-custom .b-popup-custom__sidebar {
    width: 100%;
    padding: 10px 0;
  }
  #body .b-popup-custom .b-popup-custom__sidebar .b-popup__title {
    margin: 0 0 10px 0;
  }
  .b-popup-custom .b-popup-custom__sidebar::after {
    width: auto;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, #878693 5px, transparent 5px);
    background-size: 15px 1px;
    background-repeat: repeat-x;
  }
}






















/* Modal - Buy */
.remodal.modalpay {
  max-width: 710px;
  padding: 0;
  color: #21304f;
  background: 0;
  border-radius: 0;
}
.modal-container {
  min-height: 250px;
  padding: 31px 35px;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 30px;
}
@media all and (max-width: 704px){
  .modal-container {
    padding: 20px;
    border-radius: 20px;
  }
}

.modal-buy {
  display: flex;
  gap: 10px 28px;
}
@media all and (max-width: 804px){
  .modal-buy {
    flex-direction: column;
  }
}
.modal-buy-left {
  flex: 1 0;
}
.modal-buy-sidebar {
  flex: none;
  width: 204px;
  padding: 0 0 0 29px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-buy-sidebar::after {
  width: 1px;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #878693 5px, transparent 5px);
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
@media all and (max-width: 804px){
  .modal-buy-sidebar {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
  }
  .modal-buy-sidebar::after {
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-image: linear-gradient(to right, #878693 5px, transparent 5px);
    background-size: 15px 1px;
    background-repeat: repeat-x;
  }
}

.modal-buy-sidebar-title {
  flex: 1 0;
  font-weight: bold;
  font-size: 18px;
  color: #1b182b;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
  font-weight: 800;
  font-size: 18px;
  color: #1b182b;
  text-align: left;
}
.modal-header-how-to-close {
  font-weight: 400;
  font-size: 12px;
}
.modal-header.display-none {
  display: none !important;
}
@media all and (max-width: 360px) {
  .modal-header {
    margin: 0 0 15px 0;
  }
}
.modal-buy__desc {
  overflow: hidden;
  word-break: break-word;
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.modal-buy__info {
  margin: 0 -6px 26px 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
}

.modal-buy__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 16px 0;
}
.modal-buy__fields_item {
  flex: 1 0;
}
@media all and (max-width: 450px) {
  .modal-buy__fields {
    flex-direction: column;
  }
}

.modal-buy__group {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.modal-buy__group .modal-buy__checkout {margin: 0;}
.modal-buy__group .modal-buy__bottom {margin: 0;}
.modal-buy__checkout {
  width: 100%;
  display: table;
  margin: 0;
}
.modal-buy__checkout-row {display: table-row;}
.modal-buy__checkout-label,
.modal-buy__checkout-value {
  padding-bottom: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media all and (max-width: 524px) {
  .modal-buy__checkout-label,
  .modal-buy__checkout-value {
    padding-bottom: 6px;
  }
}
.modal-buy__checkout-label {
  width: 172px;
  padding-right: 10px;
  color: #919191;
  text-align: left;
}
.modal-buy__checkout-value > .input__place {
  width: 100%;
  cursor: text;
}

@media all and (max-width: 524px){
  .modal-buy__checkout-value > .input__place {
    font-size: 16px;
  }
  .modal-buy__checkout {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    margin: 0 0 16px 0;
  }
  .modal-buy__checkout-row {
    display: flex;
    flex-direction: column;
  }
}

.modal-buy__checkout-clipboard {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 13px;
  background: no-repeat 0 0 url('img/btn-clipboard.png');
  background-size: 100% 100%;
  transition: opacity 0.3s ease;
}
.modal-buy__checkout-clipboard:hover {
  opacity: 0.7;
}

.modal-buy__warning {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.34;
  text-align: left;
}

.modal-buy__bottom {
  flex: none;
  gap: 10px 11px;
  flex-wrap: wrap;
  margin: 28px 0 0 0;
}
@media all and (max-width: 804px){
  .modal-buy__bottom {
    margin: 12px 0 0 0;
  }
}
.modal-buy-promocode {
  font-size: 12px;
}
.modal-buy__bottom-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 18px 0 0 0;
  position: relative;
}
@media all and (max-width: 524px){
  .modal-buy__bottom-left {
    margin: 6px 0 0 0;
  }
}
.modal-buy__buttons {
  flex: 1 0;
  margin: 18px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-buy__button-pay {
  width: 100%;
}
.modal-buy__button-check {
  flex: none;
  width: auto;
}
.modal-buy__total {
  position: relative;
  font-size: 16px;
  line-height: 1.1;
}


[data-modal-buy-method="product"] .modal-buy__total_label_product {
  display: inline;
}
[data-modal-buy-method="product"] .modal-buy__total_label_cart {
  display: none;
}
[data-modal-buy-method="cart"] .modal-buy__total_label_product {
  display: none;
}
[data-modal-buy-method="cart"] .modal-buy__total_label_cart {
  display: inline;
}

.modal-buy__total_value {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
}
.modal-buy__total_ex {
  font-weight: 600;
  font-size: 18px;
}
.modal-buy__total_discount {
  min-width: 42px;
  height: 19px;
  padding: 0 6px;
  vertical-align: top;
  margin: 0 0 0 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #f20f3f;
  border-radius: 34px;
}
.modal-buy__qty {
  font-size: 12px;
  color: #a7a7ab;
}


.box-payments-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 21px;
}
@media all and (max-width: 804px){
  .box-payments-list {
    gap: 5px;
  }
}
@media all and (max-width: 580px) {
  .box-payments-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 410px) {
  .box-payments-list {
    grid-template-columns: 1fr 1fr;
  }
}
.box-payments-button {
  height: 65px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.box-payments-button input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: 0;
  border: 0;
}
.box-payments-button__bgs {
  width: auto;
  height: auto;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #f4f5fa;
  background: #f4f5fa;
  border-radius: 10px;
  transition: border-color 0.3s ease;
}
.box-payments-button:hover .box-payments-button__bgs {
  border-color: #dbe1fd;
}
.box-payments-button input:checked + .box-payments-button__bgs {
  border-color: #26c026;
}
.box-payments-button-icon {
  flex: none;
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 80px;
  object-fit: contain;
  vertical-align: top;
}
.box-payments-button-label {
  display: none;
  flex: 1 0;
  font-weight: 500;
  color: #000;
  text-align: right;
}
.box-payments-button-info {
  display: none;
  padding: 2px 0 0 0;
  font-size: 12px;
  color: #919191;
}

.modal-buy__checkboxs {
  margin: 16px 0 0 0;
  text-align: left;
}


.modal-buy__warning {
  font-size: 12px;
  color: #65530c;
  line-height: 20px;
  background-color: #f9eec3;
  padding: 13px 15px 13px 15px;
  border-radius: 10px;
}

/* Поле количество */
.box__quantity {
  width: 100%;
  max-width: 100%;
  height: 41px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.box__quantity-button {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}

.box__quantity-button.button--minus {
  left: 16px;
}

.box__quantity-button.button--minus::after {
  width: auto !important;
  height: auto !important;
  content: ' ' !important;
  display: block !important;
  position: absolute !important;
  left: 7px !important;
  right: 7px !important;
  top: 11px !important;
  bottom: 11px !important;
  background: #0a0a0a !important;
  transition: background-color 0.3s ease;
}

.box__quantity-button.button--plus {
  right: 16px;
}

.box__quantity-button.button--plus::after,
.box__quantity-button.button--plus::before {
  width: auto !important;
  height: auto !important;
  content: ' ' !important;
  display: block !important;
  position: absolute !important;
  left: 6px !important;
  right: 6px !important;
  top: 11px !important;
  bottom: 11px !important;
  background: #0a0a0a !important;
  transition: background-color 0.3s ease;
}

.box__quantity-button.button--plus::before {
  left: 11px !important;
  right: 11px !important;
  top: 6px !important;
  bottom: 6px !important;
}

.box__quantity-button:hover::after,
.box__quantity-button:hover::before {
  background-color: #494242 !important;
}

.box__quantity-button:active::after,
.box__quantity-button:active::before {
  background-color: #0a0a0a !important;
}

.box__quantity-sufix {
  width: 50%;
  min-width: 50%;
  padding: 0 2px 0 0;
  font-weight: 500;
  font-size: 30px;
  color: #02141f;
  text-align: left;
}

.box__quantity-input {
  width: 100%;
  height: 41px;
  position: relative;
  z-index: 7;
  font-weight: 600;
  font-size: 14px;
  color: #b9b9bf;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  opacity: 0;
}
.box__quantity-input span {
  font-size: 16px;
  color: #1b182b;
}
.box__quantity-input.input--suffix {
  display: flex;
  align-items: center;
  gap: 5px;
}

.box__quantity-input::-webkit-outer-spin-button,
.box__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.box__quantity-input:focus {
  opacity: 1;
}

input.box__quantity-input:focus + div.box__quantity-input {
  opacity: 0;
}

div.box__quantity-input {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
}


a.cartlequebutton {
    background-image: none !important;;
}


/* Code form bottom banka */
.section-banka {
  display: flex;
  gap: 20px;
}
@media (max-width: 990px) {
  .section-banka {
    flex-direction: column;
  }
}
.section-banka-box {
  flex: 1 0;
  padding: 10px 29px 10px 34px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--color-bg-info--value);
  border-radius: 16px;
  line-height: 1.34;
}
.section-banka-box-icon {
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banka-box-icon img {
  width: 46px;
  height: auto;
  vertical-align: top;
}
.section-banka-box .btn-product-link {
  flex: none;
  width: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.section-banka-box-content {
  flex: 1 0;
}
.section-banka-box-title {
  font-weight: 500;
  font-size: 16px;
  color: #1b182b;
}
.section-banka-box-text {
  margin: 1px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #1b182b;
}
@media (max-width: 572px) {
  .section-banka-box {
    padding: 10px 15px 10px 15px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .section-banka-box .btn-product-link {
    margin-top: 5px;
  }
}
/* END Code form bottom banka */